@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* **** Color Variables **** */
:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #ED1C24;
    --text: #5A5A5C;
    --text1: #fafafa;
    --text2: #090505;
    --text3: #455a64;
    --active: #01589b;
    --footbg: #e0f1ff;
    --inputbg: #f5f5f5;
}
/* **** End Color Variables **** */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
.main-wrpper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1440px;
}*/
/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 85px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 10px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 20px;
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link i {
    padding-left: 5px;
}
.navbar-light .navbar-nav .nav-link:after {
    display: none;
}
.navbar .navbar-nav li.active .nav-link {
    color: var(--blue);
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: var(--blue);
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: var(--blue);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--blue);
}
.navbar-light .navbar-nav .loginbtn{
    padding: 10px 30px;
    background: var(--blue);
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    border-radius: 3px;
} 
.navbar-light .navbar-nav .loginbtn:hover{
    background: var(--black);
    color: var(--blue);
}
/* **** End Header **** */

/* **** Megamenu **** */
.dropdown-mega .dropdown-menu {
    padding: 0;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 9px rgba(128, 128, 128, 0.3);
    margin-top: 25px;
    width: 100%;
}
.dropdown-mega .dropdown-menu .row {
    margin: 0 -15px;
}
.dropdown-mega .dropdown-menu .col-md-4 {
    padding: 0 15px;
    width: 33.33%;
}
.mega-content {
    padding: 30px;
    width: 100%;
}
.navbar-light .navbar-nav .mega-content ul li {
    margin: 0 0 20px;
}
.mega-content ul li:last-child {
    margin: 0;
}
.mega-content ul li a {
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-content ul li a span {
    height: 55px;
    width: 55px;
    min-width: 55px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white);
    border-radius: 10px;
    margin-right: 12px;
}
.mega-content ul li a span img{
    max-width: 50%;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.mega-content ul li a h2 {
    font-size: 16px;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px;
}
.mega-content ul li a p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
}
.whatsapp-floating-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000;
}
.navbar-light .navbar-nav .mega-content ul li.last-link-box {
    margin: 0;
}
.navbar-light .navbar-nav .mega-content ul li.last-link-box a {
    margin: 0;
    padding: 0;
    border: none;
}
/* **** End Megamenu **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: red;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid var(--white);transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: var(--white);top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}
/* ***** End Fix Header **** */

/* **** Hero ***** */
.hero-wrp {
    width: 100%;
    position: relative;
    margin: 81px 0 0;
}
.hero-wrp .container-fluid {
    padding: 0;
}
.hero-wrp .video-box {
    height: auto;
    width: 100%;
    position: relative;
}
/*.hero-wrp .video-box:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 50%;
}*/
.hero-wrp .video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.hero-wrp .hero-details {
    position: relative;
    margin-top: -104px;
}
.hero-wrp .hero-details .requestdemo {
    margin: 0 auto;
    background: var(--blue);
    border-radius: 15px;
    padding: 40px 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-wrp .hero-details .requestdemo .row {
    align-items: center;
}
.hero-wrp .hero-details .requestdemo h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--white);
    margin: 0 0 10px;
}
.hero-wrp .hero-details .requestdemo h3 {
    font-size: 22px;
    color: var(--white);
    font-weight: bold;
    margin: 0 0 25px;
}
.hero-wrp .hero-details .requestdemo h4 {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    margin: 0;
}
.hero-wrp .hero-details .requestdemo h4 a {
    color: var(--white);
    text-decoration: underline;
}
.hero-wrp .hero-details .requestbtn {
    border-radius: 40px;
    border: 2px solid var(--white);
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    padding: 15px 30px;
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.hero-wrp .hero-details .requestbtn i {
    padding-right: 5px;
}
.hero-wrp .hero-details .requestbtn:hover {
    color: var(--blue);
    background: var(--white);
}

.hero-wrp .hero-dt{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner-txt{
    max-width: 550px;
}
.hero-wrp .hero-dt h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: var(--white);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.hero-wrp .hero-dt p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--white);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.hero-wrp .hero-dt .btn-main{
    margin: 0 0;
}
/* **** End Hero ***** */

.btn-main {
    font-size: 18px;
    font-weight: 600;
    background: var(--blue);
    border-radius: 8px;
    color: var(--white);
    padding: 12px 35px;
    display: table;
}
.btn-main:hover {
    background: var(--black);
    color: var(--white);
}

.btn-main1 {
    font-size: 18px;
    font-weight: 600;
    /*background: var(--blue);*/
    border: 2px solid var(--blue);
    border-radius: 8px;
    color: var(--blue);
    padding: 12px 35px;
    display: table;
}
.btn-main1:hover {
    background: var(--blue);
    color: var(--white);
}

/* ***** growing **** */
.growing-wrp {
    padding: 100px 0;
}
.growing-wrp .row {
    align-items: center;
}
.growing-wrp .growing-img img {
    max-width: 100%;
}
.growing-wrp .growing-info h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.growing-wrp .growing-info p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.growing-wrp .growing-info .btn-main1 {
    margin: 35px 0 0;
}
/* ***** End growing **** */

.titlebar h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--black);
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.titlebar p {
    font-size: 20px;
    line-height: 34px;
    color: var(--text);
    text-align: center;
    margin: 0 0 50px;
    font-weight: 500;
}

/* **** Solutions **** */
.solutions-wrp {
    padding: 100px 0 100px;
}
.solutions-wrp ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.solutions-wrp ul li {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 20px;
}
.solutions-wrp ul li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 30px 10px 30px 20px;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.solutions-wrp ul li a span img {
    width: 50px;
    margin: 0 auto 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.solutions-wrp ul li a h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
    text-align: center;
    margin: 0 0 15px;
}
.solutions-wrp ul li a p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: var(--text);
    text-align: center;
    margin: 0;
}
.solutions-wrp ul li a:hover {
    background: var(--blue);
    box-shadow: 0 0 30px rgb(0 0 0 / 40%);
}
.solutions-wrp ul li a:hover h2 {
    color: var(--white);
}
.solutions-wrp ul li a:hover p {
    color: var(--white);
}
.solutions-wrp ul li a:hover span img {
    filter: brightness(0) invert(1);
}
/* **** End Solutions **** */

/* **** Features **** */
.feature-wrp {
    padding: 0;
}
.feature-wrp .titlebar p {
    margin: 0 0 60px;
}
.feature-wrp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    border-radius: 8px;
    border: 2px solid var(--active);
    margin: 0 0 60px;
}
.feature-wrp .nav-tabs li {
    width: 12.5%;
    border-right: 2px solid var(--active);
}
.feature-wrp .nav-tabs li:last-child {
    margin: 0;
    border: none;
}
.feature-wrp .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    color: var(--white);
    text-align: center;
    font-weight: 500;
    padding: 12px 20px;
    background: transparent;
    border-radius: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    border-radius: 8px;
}
.feature-wrp .nav-tabs .nav-item.show .nav-link,
.feature-wrp .nav-tabs .nav-link.active {
    background: var(--white);
    color: var(--active);
}
.feature-wrp .row {
    align-items: center;
}
.feature-wrp .map-box {
    width: 100%;
    border-radius: 8px;
}
.feature-wrp .map-box img {
    max-width: 100%;
    border-radius: 8px;
}
.feature-wrp .map-box iframe {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.feature-wrp .features-info {
    padding-left: 50px;
}
.feature-wrp .features-info h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--black);
    margin: 0 0 30px;
}
.feature-wrp .features-info p {
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    margin: 0;
}
/* **** End Features **** */

/* **** connect **** */
.connect-wrp .row {
    
}
.connect-wrp ul {
    margin: 30px 0 0;
}
.connect-wrp ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.connect-wrp ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.connect-wrp .growing-img img {
    margin-left: auto;
    margin-right: 0;
}
/* **** End connect **** */

/* **** Footer **** */
footer {
    background: #f5f5f5;
    padding: 60px 0 20px;
}
footer .logo-img img {
    max-width: 100%;
    height: 80px;
    margin: 0 0 30px;
}
footer .foot-logo p {
    font-size: 15px;
    color: #231F20;
    font-weight:400;
    line-height: 24px;
    margin: 0 0 30px;
}
footer .foot-logo ul {
    display: flex;
    align-items: center;
}
footer .foot-logo ul li {
    margin-right: 15px;
}
footer .foot-logo ul li:last-child {
    margin: 0;
}
footer .foot-logo ul li a {
    font-size: 20px;
    color: #231F20;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
}
footer .foot-logo ul li a:hover {
    background: var(--black);
    color: var(--white);
}

footer h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 20px;
}
footer .quick-links {
    display: table;
    margin-left: 60px;
}
footer .quick-links ul li {
    margin: 0 0 14px;
}
footer .quick-links ul li:last-child {
    margin: 0;
}
footer .quick-links ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
    text-transform: capitalize;
}
footer .quick-links ul li a:hover {
    color: var(--blue);
}
footer .foot-blog ul li {
    margin: 0 0 20px;
}
footer .foot-blog ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
    /* text-transform: capitalize; */
}
footer .foot-blog ul li a span {
    height: 60px;
    min-width: 60px;
    width: 60px;
    background: var(--blue);
    margin-right: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .foot-blog ul li a span img{
    filter: brightness(0) invert(1);
    max-width: 100%;
}
footer .foot-blog ul li a:hover{
    color: var(--blue);
}
footer .foot-blog ul li a h3 {
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
    margin: 0 0 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .foot-blog ul li a p {
    font-size: 15px;
    color: #231F20;
    font-weight: 500;
    margin: 0;
}
footer .foot-blog ul li a:hover h3 {
    color: var(--blue);
}
footer .copyright {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid var(--blue);
}
footer .copyright p {
    font-size: 18px;
    color: #231F20;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
/* **** End Footer **** */

/* **** Inner Banner **** */
.inner-banner {
    margin: 81px 0 0;
    background-image: url("../images/inner-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    position: relative;
}
.inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: var(--blue);
    opacity: 1;
}
.inner-banner .banner-detail {
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 6;
}
.inner-banner .banner-detail h2 {
    font-size: 46px;
    font-weight: bold;
    color: var(--white);
    margin: 0 0 30px;
    text-align: center;
}
.inner-banner .banner-detail ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner .banner-detail ul li {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    margin-right: 30px;
    position: relative;
}
.inner-banner .banner-detail ul li a {
    color: var(--white);
}
.inner-banner .banner-detail ul li:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    right: -20px;
    top: 0;
}
.inner-banner .banner-detail ul li:last-child:after {
    display: none;
}
.inner-banner .banner-detail ul li:last-child {
    margin: 0;
}
/* **** ENd Inner Banner **** */

/* **** tracking **** */
.tracking-wrp {
    padding: 50px 0;
}
.tracking-wrp .tracking-block {
    padding: 50px 0;
}
.tracking-wrp .tracking-block .row {
    align-items: center;
}
.tracking-wrp .tracking-block img {
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
}
.tracking-wrp .tracking-block .tracking-dt {
    padding-left: 30px;
}
.tracking-wrp .even-tracking-block .tracking-dt {
    padding: 0 30px 0 0;
}
.tracking-wrp .tracking-block .tracking-dt h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.tracking-wrp .tracking-block .tracking-dt p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.tracking-wrp .tracking-block .tracking-dt ul {
    margin: 0 0 20px;
}
.tracking-wrp .tracking-block .tracking-dt ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.tracking-wrp .tracking-block .tracking-dt ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.tracking-wrp .tracking-block .tracking-dt ul li:last-child {
    margin: 0;
}
/* **** End tracking **** */

/* **** Effeciency **** */
.effeciency-wrp {
    padding: 100px 0;
}
.effeciency-wrp .row {
    align-items: center;
}
.effeciency-wrp .effeciency-info {
    padding-right: 50px;
}
.effeciency-wrp h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.effeciency-wrp p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.effeciency-wrp ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.effeciency-wrp ul li:last-child {
    margin: 0;
}
.effeciency-wrp ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.effeciency-wrp ul li:last-child {
    margin: 0;
}
.effeciency-wrp img {
    border-radius: 10px;
    max-width: 100%;
}
/* **** End Effeciency **** */

/* **** monitoring-wrp **** */
.monitoring-wrp {
    padding: 100px 0;
}
.monitoring-wrp .row {
    align-items: center;
}
.monitoring-wrp h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 30px 0;
}
.monitoring-wrp p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.monitoring-wrp ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.monitoring-wrp ul li:last-child {
    margin: 0;
}
.monitoring-wrp ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.monitoring-wrp ul li:last-child {
    margin: 0;
}
/* **** Emd monitoring-wrp **** */

/* ***** mobile-telematics-wrp **** */
.mobile-telematics-wrp {
    padding: 100px 0 50px;
}
.mobile-telematics-wrp .telematics-info {
    width: 75%;
    margin: 0 auto 50px;
}
.mobile-telematics-wrp .telematics-info h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}
.mobile-telematics-wrp .telematics-info p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
}
.mobile-telematics-wrp .mobile-telematics-block {
    padding: 50px 0;
}
.mobile-telematics-wrp .mobile-telematics-block .telematics-dt {
    padding-left: 30px;
}
.mobile-telematics-wrp .even-telematics-block .telematics-dt {
    padding: 0 30px 0 0;
}
.mobile-telematics-wrp .mobile-telematics-block .row {
    align-items: center;
}
.mobile-telematics-wrp .mobile-telematics-block img {
    max-width: 100%;
    border-radius: 10px;
}
.mobile-telematics-wrp .mobile-telematics-block h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.mobile-telematics-wrp .mobile-telematics-block p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
/* ***** End mobile-telematics-wrp **** */

/* ***** mobile-telematics-wrp **** */
.monitoring-wrp {
    padding: 100px 0;
}
.monitoring-wrp .monitoring-block {
    /*padding: 50px 0;*/
}
.monitoring-wrp .monitoring-block .row {
    align-items: center;
    margin: 0;
}
.monitoring-wrp .monitoring-block .col-md-6 {
    padding: 0;
}
.monitoring-wrp .monitoring-block img {
    max-width: 100%;
    border-radius: 0;
    min-height: 600px;
    object-position: center;
    object-fit: cover;
}
.monitoring-wrp .monitoring-block .monitoring-dt {
    padding-left: 30px;
}
.monitoring-wrp .even-monitoring-block .monitoring-dt {
    padding: 0 30px 0 0;
}
.monitoring-wrp .monitoring-block h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.monitoring-wrp .monitoring-block p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
/* ***** End mobile-telematics-wrp **** */

/* **** technology-wrp *** */
.technology-wrp {
    padding: 100px 0;
}
.technology-wrp .technology-info {
    width: 75%;
    margin: 0 auto 50px;
}
.technology-wrp .technology-info h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}
.technology-wrp .technology-info p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
}

.technology-wrp .technology-bix {
    padding: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technology-wrp .technology-bix .icon-box {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--blue);
    margin: 0 0 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technology-wrp .technology-bix .icon-box img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technology-wrp .technology-bix h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technology-wrp .technology-bix p {
    font-size: 15px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technology-wrp .technology-block a:hover .technology-bix {
    background: var(--blue);
}
.technology-wrp .technology-block a:hover .technology-bix .icon-box {
    background: var(--white);
}
.technology-wrp .technology-block a:hover .technology-bix .icon-box img {
    filter: unset;
}
.technology-wrp .technology-block a:hover .technology-bix h2 {
    color: var(--white);
}
.technology-wrp .technology-block a:hover .technology-bix p {
    color: rgba(255, 255, 255, 0.8);
}
/* **** End technology-wrp *** */

/* **** Contact **** */
.contact-wrp {
    padding: 100px 0;
}
.contact-wrp .contact-info {
    padding: 0 0 100px;
}
.contact-wrp .contact-info ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.contact-wrp .contact-info ul li {
    padding: 0 15px;
    width: 33.33%;
}
.contact-wrp .contact-info ul li a {
    padding: 26px 10px;
    background: var(--text1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--text2);
    position: relative;
}
.contact-wrp .contact-info ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: var(--blue);
    box-shadow: 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852);
    border-radius: 24px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrp .contact-info ul li a:hover {
    color: var(--white);
}
.contact-wrp .contact-info ul li a:hover:before {
    opacity: 1;
}
.contact-wrp .contact-info ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    height: 66px;
    width: 66px;
    min-width: 66px;
    border-radius: 100%;
    background: var(--white);
    border-radius: 100%;
}
.contact-wrp .contact-info ul li a .cnt-info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
.contact-wrp .contact-info ul li a .cnt-info img {
    max-width: 100%;
    filter: brightness(0) invert(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrp .contact-info ul li a:hover .cnt-info img {
    filter: unset;
}

.contact-wrp .contact-block .row {
    align-items: center;
}
.contact-wrp .contact-block .titlebar h2 {
    text-align: left;
    font-size: 25px;
    margin: 0 0 15px;
}
.contact-wrp .contact-block .titlebar p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}
.contact-wrp .contact-block .form-group {
    margin: 0 0 20px;
}
.contact-wrp .contact-block .form-group .form-control {
    font-weight: 500;
    font-size: 16px;
    color: var(--text3);
    padding: 15px 27px;
    background:var(--inputbg);
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    border: none;
    resize: none;
}
.contact-wrp .contact-block button {
    background: var(--blue);
    box-shadow: 0px 20px 35px rgba(46, 57, 142, 0.1);
    border-radius: 10px;
    border: none;
    padding: 17px 65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--white);
    display: table;
    margin-left: auto;
    margin-right: 0;
    display: table;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrp .contact-block button:hover {
    background: var(--black);
    color: var(--white);
}
.contact-wrp .contact-block .contact-form img {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
}
/* **** End Contact **** */

/* **** construction **** */
.construction-wrp {
    padding: 100px 0;
}
.construction-wrp h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.construction-wrp p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.construction-wrp ul {
    margin: 0 0 30px;
}
.construction-wrp ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 15px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.construction-wrp ul li:last-child {
    margin: 0;
}
.construction-wrp ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.construction-wrp ul li:last-child {
    margin: 0;
}

.construction-wrp h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 50px 0 30px;
}
.construction-wrp ul.solutions-info {
    margin: 0 0 0 30px;
}
.construction-wrp ul.solutions-info li {
    margin: 0 0 10px;
}
/* **** End construction **** */

/* **** Industry **** */
.industry-wrp {
    padding: 100px 0;
}
.industry-wrp .industry-info {
    width: 65%;
    margin: 0 auto 100px;
}
.industry-wrp .industry-info h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
    text-align: center;
}
.industry-wrp .industry-info p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
}

.industry-wrp .industry-block .row {
    align-items: center;
}
.industry-wrp .industry-block .col-md-6 {
    padding: 0;
}
.industry-wrp .industry-block .industry-dt {
    padding-right: 50px;
}
.industry-wrp .industry-block .industry-dt h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.industry-wrp .industry-block .industry-dt p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.industry-wrp .industry-block .industry-img img {
    width: 100%;
    height: 500px;
    object-position: center;
    object-fit: cover;
}

.industry-wrp .even-industry-block .industry-dt {
    padding: 0 0 0 50px;
}
/* **** End Industry **** */

/* **** even-effeciency-block **** */
.finance-wrp {
    padding: 100px 0 50px;
}
.finance-wrp .effeciency-block {
    padding: 50px 0;
}
.finance-wrp .effeciency-block.even-effeciency-block .effeciency-info {
    padding: 0 0 0 30px;
}
/* **** End even-effeciency-block **** */

/* **** benefits **** */
.benefits-wrp {
    padding: 0 0 100px;
}
.benefits-wrp .titlebar {
    margin: 0 0 50px;
}
.benefits-wrp .routing-box {
    padding: 25px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: calc(100% - 30px);
    display: flex;
    align-items: flex-start;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.benefits-wrp .routing-box .icon-box {
    height: 100px;
    width: 100px;
    min-width: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--blue);
    margin: 0 15px 0 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.benefits-wrp .routing-box .icon-box img {
    max-width: 100%;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.benefits-wrp .routing-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.benefits-wrp .routing-box p {
    font-size: 15px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* **** End benefits **** */

/* **** telematics **** */
.telematics-wrp {
    padding: 100px 0;
}
.telematics-wrp h2 {
    font-size: 36px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 20px;
}
.telematics-wrp h3 {
    font-size: 26px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.telematics-wrp p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
/* **** End telematics **** */



/* **** connect **** */
.connect-wrp{
    padding: 100px 0;
}
.connect-wrp .connect-info{
    width: 75%;
    margin: 0 auto 50px;
}
.connect-wrp .connect-info h2{
    font-size: 36px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: center;
}
.connect-wrp .connect-info p{
     font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
}
.connect-wrp .connect-box{
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);    
    margin: 0 0 30px;
    text-align: center;
    min-height: 400px;
}
.connect-wrp .connect-box .box-icon{
    height: 100px;
    width: 100px;
    background: var(--blue);
    border-radius: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.connect-wrp .connect-box .box-icon img{
    max-width: 100%;
    filter: brightness(0) invert(1);

}
.connect-wrp .connect-box h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 15px;
}
.connect-wrp .connect-box p{
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0;
    font-weight: 500;
    min-height: 110px;
}
/* **** End connect **** */


/* **** industriesRow **** */
.industries-wrp{
    padding: 0 0 100px;
}
.industries-wrp .slick-slide {
    margin: 0 10px;
}
.industries-wrp .slick-list {
    margin: 0 -10px;
}
.industries-wrp .slider-box a{
    display: block;
    position: relative;
}
.industries-wrp .slider-box img{
    width: 100%;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
    object-position: center;
}
.industries-wrp .slider-box a .box-info{
    background:rgb(0 0 0 / 70%);
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.industries-wrp .slider-box a:hover .box-info{
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
.industries-wrp .slider-box a .box-info h2{
    font-size: 26px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    font-weight: bold;
    color: var(--white);
    position: relative;
}
.industries-wrp .slider-box a .box-info h2:before{
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    background: var(--white);
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.industries-wrp .slider-box a .box-info p{
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    margin: 0;
}

.industries-wrp .slick-prev,
.industries-wrp .slick-next{
    position: absolute;
    left: -70px;
    font-size: 0;
    border: none;
    box-shadow: none;
    outline: none;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.industries-wrp .slick-next{
    left: auto;
    right: -70px;
}
.industries-wrp .slick-prev:before,
.industries-wrp .slick-next:before {
    position: absolute;
    content: "\f060";
    height: 50px;
    width: 50px;
    background: var(--blue);
    border-radius: 100%;
    left: 0;
    top: -10px;
    display: flex;
    align-items: center;
    box-shadow: 3px 1px 9px rgba(0, 0, 0, 0.1);
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size:18px;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.industries-wrp .slick-next:before {
    content: "\f061";
    left: auto;
    right: 0px;
}
.industries-wrp .slick-prev:hover:before,
.industries-wrp .slick-next:hover:before {
    background:var(--black);
    color: var(--white);
}
/* **** End industriesRow **** */



/* **** brading **** */
.brading-wrp{
    padding: 0 0 100px;
}
.brading-wrp .titlebar h2{
    margin: 0 0 50px;
}
.brading-wrp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    border-radius: 50px;
    padding: 5px;
    width: fit-content;
    margin: 0 auto 40px;
    width: 50%;
}
.brading-wrp .nav-tabs li {
    width: 33.33%;
}
.brading-wrp .nav-tabs li:last-child {
    margin: 0;
    border: none;
}
.brading-wrp .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    color: var(--white);
    text-align: center;
    font-weight: 500;
    padding: 12px 20px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.brading-wrp .nav-tabs .nav-item.show .nav-link,
.brading-wrp .nav-tabs .nav-link.active {
    background: var(--white);
    color: var(--active);
}
.brading-wrp .brading-block .row{
    align-items: center;
}
.brading-wrp .brading-block h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.brading-wrp .brading-block p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.brading-wrp .brading-block ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.brading-wrp .brading-block ul li:last-child {
    margin: 0;
}
.brading-wrp .brading-block ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.brading-wrp .brading-block ul li:last-child {
    margin: 0;
}
.brading-wrp .brading-block img {
    border-radius: 10px;
    max-width: 100%;
}
/* **** End brading **** */


/* **** Map **** */
.map-wrp{
    position: relative;
    width: 100%;
    height: 500px;
}
.map-wrp .container-fluid{
    padding: 0;
}
.map-wrp iframe{
    height: 500px;
    width: 100%;
}
.map-wrp .map-block{
    border-radius: 20px;
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    background: var(--white);
    padding: 30px 20px;
    width: 50%;
    position: absolute;
    left: 50%;
    border-radius: 30px;
    bottom: 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.counter-box h3{
    font-size: 40px;
    color: var(--blue);
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: capitalize;
    text-align: center;
}
.counter-box p{
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}
/* **** End Map **** */


/* ***** contact-title **** */
.contact-wrpper{
    position: relative;
    padding: 100px 0;
}
.contact-wrpper .contact-title{
    background: var(--blue);
    padding: 100px 50px 300px;
    border-radius: 20px;
}
.contact-wrpper .contact-title h3{
    color: var(--white);
    text-align: center;
}
.contact-wrpper .contact-title h2{
    color: var(--white);
}
.contact-wrpper .contact-form{
    background: var(--white);
    padding: 75px;
    border-radius: 20px;
    width: 75%;
    margin: -250px auto 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.contact-wrpper .contact-form .form-group {
    margin: 0 0 20px;
}
.contact-wrpper .contact-form .form-group .form-control {
    font-weight: 500;
    font-size: 16px;
    color: var(--text3);
    padding: 15px 27px;
    background:var(--inputbg);
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    border: none;
    resize: none;
}
.contact-wrpper .contact-form button {
    background: var(--blue);
    box-shadow: 0px 20px 35px rgba(46, 57, 142, 0.1);
    border-radius: 10px;
    border: none;
    padding: 17px 65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--white);
    display: table;
    margin-left: auto;
    margin-right: 0;
    display: table;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrpper .contact-form button:hover {
    background: var(--black);
    color: var(--white);
}
/* **** Ebd contact-title ***** */


/* **** Video **** */
.video-wrp{
    padding: 0 0 120px;
}
.video-wrp .video-box{
    height: 720px;
    border-radius: 20px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.video-wrp .video-box video{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
/* **** End Video **** */


.international-wrp .titlebar p{
    margin: 0 0 100px;
}
.international-wrp .row{
    align-items: center;
}
.international-info h4{ 
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 10px;
    text-transform: capitalize;
}
.international-info h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 80px;
}
.international-info ul{
    display: flex;
    flex-wrap: wrap;
}
.international-info ul li{
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    margin: 0 0 15px;
}
.international-info ul li img{
    width: 28px;
    margin-right: 12px;
}
.international-img img{
    width: 100%;
}


.wizard-wrp{
    padding: 180px 0 100px;
    position: relative;
}
.wizard-wrp .titlebar h2{
    margin: 0 0 80px;
    font-size: 30px;
}
.wizard-wrp form{
    max-width: 800px;
    margin: 0 auto;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}


.form-wizard-header{
    position: relative;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
}
.form-wizard-header h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.form-wizard-header .form-wizard-steps{
    width: 100%;
    background: var(--inputbg);
    height: 8px;
    margin-left: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.form-wizard-header .form-wizard-steps li{
    width: 12.5%;
    height: 8px;
}
.form-wizard-header .form-wizard-steps li.activated,
.form-wizard-header .form-wizard-steps li.active{
    background: var(--blue);
}
.wizard-block .select-block{
    width: 60%;
    margin: 0 auto;
}
.wizard-block .select-block ul{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.wizard-block .select-block ul li{
    padding: 0 15px;
    margin: 0 0 30px;
    width: 50%;
}
.wizard-block .select-block .select-box{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 9px rgba(128, 128, 128, 0.3);
    position: relative;
    cursor: pointer;
}
.wizard-block .select-block .select-box img{
    max-width: 120px;
    margin: 0 auto 15px;
    filter: grayscale(100%);
    opacity: 0.4;
}
.wizard-block .select-block .select-box h4{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.wizard-block .select-block .select-box input{
    position: absolute;
    opacity: 0;
}
.wizard-block .select-block .select-box span{
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    border: 1px solid var(--blue);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard-block .select-block .select-box.selected img{
    filter: unset;
    opacity: 1;
}
.wizard-block .select-block .select-box.selected span{
    background: var(--blue);
    color: #fff;
}

.btn-block ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-block ul li{
    margin-right: 16px;
}
.btn-block ul li:last-child{
    margin: 0;
}
.btn-block ul li a{
    text-transform: capitalize;
    font-weight: 500;
    min-width: 140px;
    text-align: center;
}


/* **** select-quantity **** */
.select-quantity{
    max-width: 60%;
    margin: 0 auto 40px;
}
.select-quantity li{
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.select-quantity li .quantity-box{
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 0 9px rgba(128, 128, 128, 0.3);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.select-quantity li .quantity-box span{
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid var(--blue);
    margin-right: 15px;
}
.select-quantity li .quantity-box span:before{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: var(--blue);
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.select-quantity li .quantity-box input{
    position: absolute;
    opacity: 0;
    right: 0;
}
.select-quantity li .quantity-box.selected span:before{
    opacity: 1;
}
/* **** End select-quantity **** */

/* **** select-interested **** */
.select-interested ul{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.select-interested ul li{
    padding: 0 15px;
    margin: 0 0 30px;
    width: 33.33%;
}
.select-interested .select-box{
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 9px rgba(128, 128, 128, 0.3);
    position: relative;
    cursor: pointer;
}
.select-interested .select-box img{
    height: 50px;
    margin: 0 auto 20px;
    filter: grayscale(100%);
    opacity: 0.4;
}
.select-interested .select-box h4{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.select-interested .select-box input{
    position: absolute;
    opacity: 0;
}
.select-interested .select-box span{
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    border: 1px solid var(--blue);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-interested .select-box.selected img{
    filter: unset;
    opacity: 1;
}
.select-interested .select-box.selected span{
    background: var(--blue);
    color: #fff;
}
/* **** End select-interested **** */


.wizard-block .email-box{
    margin: 0 0 40px;
}
.wizard-block .email-box label{
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.wizard-block .email-box .form-control{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding: 15px 25px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: var(--inputbg);
    box-shadow: none;
    border: none;
    border-radius: 10px;
}

/* ***** growing **** */
.growing-wrp {
    padding: 100px 0;
}
.growing-wrp .row {
    align-items: center;
}
.growing-wrp .growing-img img {
    max-width: 100%;
}
.growing-wrp .growing-info h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.growing-wrp .growing-info p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.growing-wrp .growing-info .btn-main1 {
    margin: 35px 0 0;
}
/* ***** End growing **** */


/* **** brading **** */
.brading-wrp{
    padding: 0 0 100px;
}
.brading-wrp .titlebar h2{
    margin: 0 0 50px;
}
.brading-wrp .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    margin: 0 auto 40px;
    width: 100%;
}
.brading-wrp .nav-tabs li {
    width: 16.66%;
}
.brading-wrp .nav-tabs li:last-child {
    margin: 0;
    border: none;
}
.brading-wrp .nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    color: var(--white);
    text-align: center;
    font-weight: 500;
    padding: 12px 15px;
    background: transparent;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    margin: 0;
}
.brading-wrp .nav-tabs .nav-item.show .nav-link,
.brading-wrp .nav-tabs .nav-link.active {
    background: var(--white);
    color: #111;
}
.brading-wrp .brading-block .row{
    align-items: center;
}
.brading-wrp .brading-block h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--black);
    text-transform: capitalize;
    margin: 0 0 30px;
}
.brading-wrp .brading-block p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 20px;
    font-weight: 500;
}
.brading-wrp .brading-block ul li {
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
    margin: 0 0 5px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.brading-wrp .brading-block ul li:last-child {
    margin: 0;
}
.brading-wrp .brading-block ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: var(--text);
    top: 8px;
    left: 0;
}
.brading-wrp .brading-block ul li:last-child {
    margin: 0;
}
.brading-wrp .brading-block img {
    border-radius: 10px;
    max-width: 100%;
}
/* **** End brading **** */

.counter-row{
    padding: 0 0 100px;
}
.counter-bx{
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.counter-bx h2{
    font-size: 54px;
    font-weight: bold;
    color:var(--blue);
    text-align: center;
    margin: 0 0 20px;
}
.counter-bx h5{
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    text-align: center;
    margin: 0;
}

/* ***** About Page ***** */
.about-wrp{
    padding: 150px 0 60px;
}
.about-img{
    margin: 0 0 35px;
}
.about-img img{
    width: 100%;
}
.about-wrp h1{
    font-size: 32px;
    font-weight: bold;
    color: #111;
    margin: 0 0 30px;
}
.about-wrp p{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 25px;
    color: #333;
}
/* ***** End About Page ***** */