/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, .7);*/
     /*background: rgb(0 0 0 / 21%);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
      background: rgba(0, 0, 0, .7);
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
        background: #100c3f;
    /*background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    /*background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;*/
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.orange_bg {background:linear-gradient(90deg, rgba(0,97,194,1) 21%, rgba(0,207,69,1) 66%); color: #fff; position: relative;}
/*.orange_bg .icon_box {background: #fc6d01;}*/
.orange_bg .icon_box {background: #fff; color: #fc6d01}

.blue_bg {background: #5541ff; color: #fff; position: relative;}
.blue_bg .icon_box {background: #fff;}
.blue_bg .icon_box {background: #fff; color: #555AA8}

.black_bg {background: #000000; color: #fff; position: relative;}
.black_bg .icon_box {background: #000;}
.black_bg .icon_box:hover {background: #fff; color: #000}
.orange_bg .icon_box {
    background: #fff;
}
.icon_box {
    text-transform: none;
}
.icon_box {
    border: 1px solid #fff;
    font-size: 16px;
    height: 100%;
    text-transform: capitalize;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    display: block;
}

.fade_anim, .fade_anim:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.blue_line:before {
    content: '';
    /*height: 270px;*/
    background: url(../images/blue_line.png);
    background-size: cover;
    position: absolute;
    bottom: 10%;
    left: -15px;
    right: -15px;
}
.blue_bg {
    background:linear-gradient(90deg, rgba(0,207,69,1) 21%, rgba(0,97,194,1) 66%);;
    color: #fff;
    position: relative;
}
/********************************* Orange Icon Starts *********************************/
/*.orangeIcon_wrp .icon_box span.payment {background: url(../img/strongexperiencedteam.png) no-repeat center top; background-size: cover;}*/
.orangeIcon_wrp .icon_box span.payment {background: url(../img/strongexperiencedteam.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.loyalty {background: url(../img/Acquiringsolutions.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.loyalty {background: url(../img/Acquiringsolutions.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.billing {background: url(../img/Parkingsolution.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.billing {background: url(../img/Parkingsolution.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.wla {background: url(../img/Suingsolution.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.wla {background: url(../img/Suingsolution.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.application {background: url(../img/StrongTechsupport.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.application {background: url(../img/StrongTechsupport.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.offering {background: url(../img/ComplianceAdherence.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.offering {background: url(../img/ComplianceAdherence.png) no-repeat center bottom; background-size: cover;}

.orangeIcon_wrp .icon_box span.bank {background: url(../img/DatapointsandAnalytics.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.bank {background: url(../img/DatapointsandAnalytics.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.partner {background: url(../img/ExperiencedinHighprofileproject.png ) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.partner {background: url(../img/ExperiencedinHighprofileproject.png ) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.people {background: url(../img/StrongTeamofchannelPartner.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.people {background: url(../img/StrongTeamofchannelPartner.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.location {background: url(../img/FineTechArmForPayment.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.location {background: url(../img/FineTechArmForPayment.png) no-repeat center bottom; background-size: cover;}
.orangeIcon_wrp .icon_box span.transaction {background: url(img/transaction.png) no-repeat center top; background-size: cover;}
.orangeIcon_wrp .icon_box span.transaction {background: url(img/transaction.png) no-repeat center bottom; background-size: cover;}
/********************************* Blue Icon End *********************************/

/********************************* Black Icon Starts *********************************/
.blackIcon_wrp .icon_box span.billing {background: url(../images/black_icon/billing.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.billing {background: url(../images/black_icon/billing.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.app {background: url(http://ongo.co.in/wp-content/uploads/2024/02/Ongo-App-Icon.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.app {background: url(http://ongo.co.in/wp-content/uploads/2024/02/Ongo-App-Icon.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.pos {background: url(../images/black_icon/pos.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.pos {background: url(../images/black_icon/pos.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.accept {background: url(../images/black_icon/accept.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.accept {background: url(../images/black_icon/accept.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.ongoloyalty {background: url(../images/black_icon/loyalty.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.ongoloyalty {background: url(../images/black_icon/loyalty.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.payement_gateway {background: url(../images/black_icon/payment_gateway.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box span.payement_gateway {background: url(../images/black_icon/payment_gateway.png) no-repeat center bottom; background-size: cover;}

.blackIcon_wrp .icon_box span.online {background: url(../images/black_icon/online.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.online {background: url(../images/black_icon/online.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.technology {background: url(../images/black_icon/technology.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.technology {background: url(../images/black_icon/technology.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.team {background: url(../images/black_icon/team.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.team {background: url(../images/black_icon/team.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.bank {background: url(../images/black_icon/bank.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.bank {background: url(../images/black_icon/bank.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.enginner {background: url(../images/black_icon/enginner.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.enginner {background: url(../images/black_icon/enginner.png) no-repeat center bottom; background-size: cover;}
.blackIcon_wrp .icon_box span.location {background: url(../images/black_icon/location.png) no-repeat center top; background-size: cover;}
.blackIcon_wrp .icon_box:hover span.location {background: url(../images/black_icon/location.png) no-repeat center bottom; background-size: cover;}
/********************************* Black Icon End *********************************/


/********************************* Blue Icon Starts *********************************/
.blueIcon_wrp .icon_box span.payment {background: url(../img/TollPlazaAcquiring.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.payment {background: url(../img/TollPlazaAcquiring.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.loyalty {background: url(../img/FasTagIssuingSolution.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.loyalty {background: url(../img/FasTagIssuingSolution.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.billing {background: url(../img/ParkingpaymentCollection.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.billing {background: url(../img/ParkingpaymentCollection.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.wla {background: url(../img/CNG&FuelPayment.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.wla {background: url(../img/CNG&FuelPayment.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.vas {background: url(../img/TrafficViolation.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.vas {background: url(../img/TrafficViolation.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.application {background: url(../img/EVChargingPaymentCollection.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.application {background: url(../img/EVChargingPaymentCollection.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.offering {background: url(../img/GreenTaxCollection.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.offering {background: url(../img/GreenTaxCollection.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.pos {background: url(../img/FleetManagement.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.pos {background: url(../img/FleetManagement.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.accept {background: url(../img/StateEntryPoint&CessTaxCollection.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.accept {background: url(../img/StateEntryPoint&CessTaxCollection.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.remote {background: url(../images/blue_icon/remote.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.remote {background: url(../images/blue_icon/remote.png) no-repeat center bottom; background-size: cover;}
/*.blueIcon_wrp .icon_box span.billing {background: url(../images/blue_icon/billing.png) no-repeat center top; background-size: cover;}*/
/*.blueIcon_wrp .icon_box span.billing {background: url(../images/blue_icon/billing.png) no-repeat center bottom; background-size: cover;}*/
.blueIcon_wrp .icon_box span.ongo_payment {background: url(../images/blue_icon/ongo_payment.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.ongo_payment {background: url(../images/blue_icon/ongo_payment.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.paytrack {background: url(../images/blue_icon/paytrack.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.paytrack {background: url(../images/blue_icon/paytrack.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.QR {background: url(../images/blue_icon/QR.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.QR {background: url(../images/blue_icon/QR.png) no-repeat center bottom; background-size: cover;}

.blueIcon_wrp .icon_box span.credit {background: url(../images/blue_icon/credit.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.credit {background: url(../images/blue_icon/credit.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.mini_atm {background: url(../images/blue_icon/mini_atm.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.mini_atm {background: url(../images/blue_icon/mini_atm.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.emi {background: url(../images/blue_icon/emi.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.emi {background: url(../images/blue_icon/emi.png) no-repeat center bottom; background-size: cover;}
.blueIcon_wrp .icon_box span.motor_insurance {background: url(../images/blue_icon/motor_insurance.png) no-repeat center top; background-size: cover;}
.blueIcon_wrp .icon_box span.motor_insurance {background: url(../images/blue_icon/motor_insurance.png) no-repeat center bottom; background-size: cover;}
/********************************* Blue Icon End *********************************/
.orangeIcon_wrp .icon_box span.transaction {
    background: url(img/transaction.png) no-repeat center top;
    background-size: cover;
}
.icon_box span {
    display: table;
    margin: 0 auto 15px auto;
    width: 70px;
    height: 70px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/*-----------------
    22. About Us
-----------------------*/
.about-img {
  position: relative;
  margin: 0 0 24px 0;
}
.about-img img {
  border-radius: 10px;
  padding: 0 0 0 10px;
}
.about-img .about-exp {
  position: absolute;
  background: #FFA633;
  border-radius: 10px;
  width: 370px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .about-img .about-exp {
    width: 230px;
  }
}
.about-img .about-exp span {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  display: inline-block;
  margin: 250px -122px;
  transform: rotate(-90deg);
}
@media (max-width: 767.98px) {
  .about-img .about-exp span {
    font-size: 18px;
    margin: 275px -90px;
  }
}
@media (max-width: 575.98px) {
  .about-img .about-exp span {
    font-size: 16px;
    margin: 115px -75px;
  }
}

.abt-img {
  padding: 30px 0 30px 60px;
  position: relative;
  z-index: 1;
}

.about-content {
  margin: 0 0 0 50px;
}
@media (max-width: 991.98px) {
  .about-content {
    margin: 0;
  }
}
.about-content h6 {
  font-size: 18px;
  color: #127384;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.about-content h2 {
  font-size:1.5rem;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 991.98px) {
  .about-content h2 {
    font-size: 28px;
  }
}
h1, .h1 {
        font-size: 2rem;
    }
@media (max-width: 767.98px) {
  .about-content h2 {
    font-size: 24px;
  }
}
.about-content p {
  margin: 0 0 14px;
}
.about-content ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  color: #828282;
}
.about-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  font-family: "FontAwesome";
  color: #127384;
}
.about-content ul li:last-child {
  margin: 0;
}
/*
Blog  Area Style
======================================================*/
.blog-area {
  overflow: hidden;
}
.blog-area .section-title {
  margin-bottom: 35px !important;
}

.blog-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.blog-card .blog-image {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-card .blog-image img {
  transition: 0.8s;
}
.blog-card:hover .read {
  letter-spacing: 0.1em;
}
.blog-card:hover h5 a {
  color: #468DCB !important;
}
.blog-card ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.blog-card ul li {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 30px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "kern" off;
  color: #555555;
}
.blog-card ul li a {
  color: #555555;
}
.blog-card ul li:last-child {
  margin-right: 0;
}
.blog-card ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
  color: #468DCB;
}
.blog-card h5 {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: #19191B;
  margin-bottom: 15px;
  transition: 0.8s;
}
.blog-card h5 a {
  color: #19191B;
  transition: 0.8s;
}
.blog-card h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 48px;
  color: #19191B;
  margin-bottom: 15px;
  transition: 0.8s;
}
.blog-card h3 a {
  color: #19191B;
  transition: 0.8s;
}
.blog-card p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}
.blog-card .read {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #468DCB;
  transition: 0.8s;
}

/*
Inner Page Service Details Style
======================================================*/
.details-widget .d-image {
  margin-bottom: 25px;
}
.details-widget .d-content {
  margin-bottom: 35px;
}
.details-widget .d-content h4 {
  font-weight: 800;
  font-size: 35px;
  text-transform: capitalize;
  color: #19191B;
  margin-bottom: 15px;
}
.details-widget .d-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 10px;
}
.details-widget .d-content .second-p {
  margin-bottom: 0;
}
.details-widget .d-wash {
  margin-bottom: 35px;
}
.details-widget .d-wash h5 {
  font-weight: 800;
  font-size: 26px;
  text-transform: capitalize;
  color: #19191B;
  margin-bottom: 15px;
}
.details-widget .d-wash p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-bottom: 0;
}
.details-widget .d-offer {
  margin-bottom: 35px;
}
.details-widget .d-offer h5 {
  font-weight: 800;
  font-size: 26px;
  text-transform: capitalize;
  color: #19191B;
  margin-bottom: 15px;
}
.details-widget .d-offer p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}
.details-widget .d-offer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.details-widget .d-offer ul li {
  position: relative;
  padding-left: 90px;
  margin-bottom: 18px;
}
.details-widget .d-offer ul li:last-child {
  margin-bottom: 0;
}
.details-widget .d-offer ul li .work-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  text-align: center;
  background: #F6F6F6;
  position: absolute;
  left: 0;
  top: 0;
}
.details-widget .d-offer ul li .work-icon i {
  color: #468DCB;
  font-size: 30px;
}
.details-widget .d-offer ul li h5 {
  font-weight: 800;
  font-size: 18px;
  text-transform: capitalize;
  color: #19191B;
  margin-bottom: 5px;
}
.details-widget .d-offer ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 0;
}
.details-widget .d-div {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.details-widget .d-div .div-image {
  background-image: url(../images/service/estanal.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.details-widget .d-div .div-list {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.details-widget .d-div .div-list h5 {
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  color: #19191B;
  margin-bottom: 12px;
}
.details-widget .d-div .div-list p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 13px;
}
.details-widget .d-div .div-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.details-widget .d-div .div-list ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}
.details-widget .d-div .div-list ul li:last-child {
  margin-bottom: 0;
}
.details-widget .d-div .div-list ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #468DCB;
}

.details-small-widget .search-box2 {
  padding: 20px;
  background: #F6F6F6;
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
}
.details-small-widget .search-box2 .form-control {
  height: 60px;
  position: relative;
  border: none;
  background-color: #fff;
  padding-left: 23px;
  border-radius: 5px;
}
.details-small-widget .search-box2 .form-control:focus {
  box-shadow: unset;
}
.details-small-widget .search-box2 button {
  padding: 15px 20px;
  position: absolute;
  right: 20px;
  border: none;
  top: 20px;
  background-color: #468DCB;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.details-small-widget .search-box2 button i {
  font-size: 25px;
  color: #ffffff;
}
.details-small-widget .all-list-box {
  padding-bottom: 17px !important;
}
.details-small-widget .all-box {
  padding: 34px;
  background: #F6F6F6;
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
}
.details-small-widget .all-box span {
  font-family: "Kumbh Sans";
  font-weight: 800;
  font-size: 22px;
  padding-left: 30px;
  text-transform: capitalize;
  color: #19191B;
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.details-small-widget .all-box span i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 30px;
  color: #468DCB;
}
.details-small-widget .all-box .all-service {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.details-small-widget .all-box .all-service li {
  position: relative;
  transition: 0.8s;
  margin-bottom: 10px;
}
.details-small-widget .all-box .all-service li:last-child {
  margin-top: 0;
}
.details-small-widget .all-box .all-service li a {
  color: #555555;
  border-radius: 5px;
  padding: 12px 20px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  color: #555555;
  border: solid 1px #EBE9E9;
  border-radius: 5px;
  transition: 0.5s;
  width: 100%;
}
.details-small-widget .all-box .all-service li i {
  position: absolute;
  right: 70px;
  top: 55%;
  transform: translateY(-55%);
  color: #468DCB;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}
.details-small-widget .all-box .all-service li:hover a {
  background: #ffffff;
  border-radius: 5px;
  border-color: #ffffff;
}
.details-small-widget .all-box .all-service li:hover i {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.details-small-widget .all-box .form-control {
  background: #FFFFFF;
  height: 60px;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  padding-left: 20px;
  text-transform: capitalize;
  color: #888888;
}
.details-small-widget .all-box .form-control:focus {
  box-shadow: unset;
}
.details-small-widget .all-box textarea#exampleFormControlTextarea1 {
  height: 120px;
  border: none;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-weight: 400;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 16px;
  text-transform: capitalize;
  color: #888888;
}
.details-small-widget .all-box textarea#exampleFormControlTextarea1:focus {
  box-shadow: unset;
}
.details-small-widget .all-box .d-btn {
  display: block;
  width: 100%;
}
.details-small-widget .all-box .rp-post-item {
  margin-bottom: 25px;
  align-items: center;
}
.details-small-widget .all-box .rp-post-item .rp-post-info {
  margin-left: 20px;
}
.details-small-widget .all-box .rp-post-item .rp-post-info span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "kern" off;
  color: #555555;
  display: inline-block;
}
.details-small-widget .all-box .rp-post-item .rp-post-info h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 23px;
  font-feature-settings: "kern" off;
  margin-bottom: 12px;
}
.details-small-widget .all-box .rp-post-item .rp-post-info h6 a {
  color: #19191B;
  transition: 0.5s;
}
.details-small-widget .all-box .rp-post-item .rp-post-info h6 a:hover {
  color: #468DCB !important;
}
.details-small-widget .all-box .rp-post-item .rp-post-info span {
  padding-left: 0px;
  margin-bottom: 0 !important;
}
.details-small-widget .all-box .rp-post-item .rp-post-info span i {
  color: #468DCB;
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.details-small-widget .all-box .rp-post-item2 {
  margin-bottom: 0 !important;
}
.details-small-widget .all-box .tags a {
  padding: 11px 13px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  margin: 8px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  transition: 0.9s;
}
.details-small-widget .all-box .tags a:hover {
  background-color: #468DCB;
  color: #fff;
}
.details-small-widget .premium-box {
  text-align: center;
  background-image: url(../images/service/premium.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 48px;
  height: 100%;
  padding-bottom: 200px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.details-small-widget .premium-box i {
  font-size: 70px;
  color: #468DCB;
}
.details-small-widget .premium-box a {
  display: inline-block;
}
.details-small-widget .premium-box h4 {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.details-small-widget .premium-box h5 {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.details-small-widget .premium-box span {
  font-weight: 800;
  font-size: 30px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  color: #468DCB;
  margin-bottom: 20px;
}

.blog-card4 {
  border-radius: 15px !important;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.07);
  margin-right: 10px !important;
}
.blog-card4 .blog-content {
  background-color: #ffffff;
}
.blog-card .blog-image img {
    transition: 0.8s;
  
}
/*
Home2 Blog  Area Style
======================================================*/
.blog-card2 {
  padding: 0;
  background: #FFFFFF;
  border-radius: 5px;
  /*box-shadow: unset;*/
}
.blog-card2 .blog-image {
  margin-bottom: 0;
  border-radius: 0;
}
.blog-card2 .blog-content {
  padding: 30px;
}
.inner-blog-area .blog-card {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 10px;
  margin-bottom: 30px;
}
.inner-blog-area .result-pagination {
  margin-bottom: 0px;
}
.inner-blog-area .result-pagination .pagination {
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.inner-blog-card {
  margin-right: 30px !important;
  padding: 0;
  box-shadow: unset;
}
.inner-blog-card h2 {
  font-weight: 800;
  font-size: 35px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #19191B;
}
.inner-blog-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}

.ta-sh {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ta-sh .tags-list {
  padding-left: 0;
}
.ta-sh .tags-list li {
  padding-left: 0;
  margin-right: 12px;
}
.ta-sh .tags-list li h5 {
  font-weight: 800;
  font-size: 16px;
  font-feature-settings: "kern" off;
  color: #19191B;
  margin-bottom: 0;
}
.ta-sh .tags-list li a {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding-top: 12px;
  padding-left: 14px;
  padding-bottom: 11px;
  padding-right: 9px;
  transition: 0.5s;
}
.ta-sh .tags-list li a:hover {
  background-color: #468DCB;
  color: #ffffff;
}
.blog-card .blog-image img {
    transition: 0.8s;
}

.blog11 {
    height: 454px;
    transition: 0.8s;
}
.blog-card4:hover{
box-shadow:0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

/*================================
Browse Job Area
===================================*/
.browse-btn {
  margin-bottom: 30px;
}
.browse-btn a {
  color:#00ca99;
  border-bottom: 1px solid#00ca99;
  font-weight: 500;
}
.browse-btn a i {
  margin-left: 3px;
  position: relative;
  top: 2px;
}
.browse-btn a:hover {
  color: #000000;
  letter-spacing: 0.25px;
  border-color: #000000;
}

.browse-jobs-card {
  background-color: #F5FBF6;
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px 105px;
  margin-bottom: 30px;
}
.browse-jobs-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background-color:#5541ff;
  transition: 0.5s;
  opacity: 0;
}
.browse-jobs-card .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #DDF6ED;
  border-radius: 50px;
  font-size: 24px;
  color:#00ca99;
  text-align: center;
  transition: 0.5s;
}
.browse-jobs-card h3 {
  margin-bottom: 10px;
}
.browse-jobs-card h3 a {
  color: #000000;
  transition: 0.5s;
}
.browse-jobs-card p {
  margin-bottom: 0;
  transition: 0.5s;
}
.browse-jobs-card .more-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  font-size: 24px;
  color: var(--bodyColor);
  transition: 0.5s;
  text-align: center;
}
.browse-jobs-card .more-btn:hover {
  background-color: #17d1a4;
  border-radius: 50px;
}
.browse-jobs-card:hover::before {
  width: 100%;
  opacity: 1;
}
.browse-jobs-card:hover .icon {
  background-color: #fff;
}
.browse-jobs-card:hover h3 a {
  color: #fff;
}
.browse-jobs-card:hover p {
  color: #fff;
}
.browse-jobs-card:hover .more-btn {
  color: #fff;
  transition: 0.5s;
}

.browse-jobs-item {
  position: relative;
  margin-bottom: 45px;
  padding: 25px 18px 25px 93px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  transition: 0.5s;
}
.browse-jobs-item i {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 58px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
}
.browse-jobs-item i.jobs-card-bg {
  color: #4D49DC;
  background-color: #E4E4FA;
}
.browse-jobs-item i.jobs-card-bg2 {
  color: #FA871C;
  background-color: #FEEDDD;
}
.browse-jobs-item i.jobs-card-bg3 {
  color: #49DEEE;
  background-color: #E4FAFC;
}
.browse-jobs-item i.jobs-card-bg4 {
  color: #F71E3F;
  background-color: #FEDDE2;
}
.browse-jobs-item i.jobs-card-bg5 {
  color: #FA5F1C;
  background-color: #FEE7DD;
}
.browse-jobs-item i.jobs-card-bg6 {
  color: #00CA99;
  background-color: #D9F7F0;
}
.browse-jobs-item i.jobs-card-bg7 {
  color: #FFB300;
  background-color: #FFF4D9;
}
.browse-jobs-item i.jobs-card-bg8 {
  color: #62E3F1;
  background-color: #E8FBFD;
}
.browse-jobs-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.browse-jobs-item h3 a {
  color: #000000;
  transition: 0.5s;
}
.browse-jobs-item p {
  margin-bottom: 0;
}
.browse-jobs-item:hover {
  border-color: #b1fae8;
  transform: translateY(-5px);
}
.browse-jobs-item:hover h3 a {
  color:#00ca99;
}

.browse-jobs-list {
  margin-bottom: 20px;
}
.browse-jobs-list h3 {
  margin-bottom: 30px;
}
.browse-jobs-list h3 i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}
.browse-jobs-list h3 i.jobs-list-icon1 {
  background-color: #FCF7E6;
  color: #DEAE05;
}
.browse-jobs-list h3 i.jobs-list-icon2 {
  background-color: #E5FAF5;
  color: #00CA99;
}
.browse-jobs-list h3 i.jobs-list-icon3 {
  background-color: #FCE6EB;
  color: #DE0539;
}
.browse-jobs-list h3 i.jobs-list-icon4 {
  background-color: #E9F3FC;
  color: #2185E2;
}
.browse-jobs-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.browse-jobs-list ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  transition: 0.5s;
}
.browse-jobs-list ul li:last-child {
  margin-bottom: 0;
}
.browse-jobs-list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 2px;
  background-color:#00ca99;
  border-radius: 50px;
  opacity: 0;
  transition: 0.5s;
}
.browse-jobs-list ul li:hover {
  padding-left: 20px;
  color:#00ca99;
}
.browse-jobs-list ul li:hover::before {
  width: 13px;
  opacity: 1;
}
.browse-jobs-list ul li a {
  color: var(--bodyColor);
}
.browse-jobs-list ul li a:hover {
  color:#00ca99;
}
.mt-40{
        margin-top: 40px;
}

.about-section {
    padding-top: 100px;
    background: #FFFFFF;
}


/* About CSS Start */
.about-section {
  padding-top: 100px;
  background: #FFFFFF;
}
@keyframes wrep {
0% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
}
35% {
    border-radius: 67% 33% 39% 61% / 48% 63% 37% 52%;
}
70% {
    border-radius: 40% 60% 62% 38% / 32% 41% 59% 68%;
}
100% {
    border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
}
}
.about-section .about-image img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
  z-index: 1;
  animation: wrep 10s infinite linear;
  width: 100%;
  max-width: unset;
}
.about-section .about-text .section-title {
  margin: 0 auto 45px 0;
}
.about-section .about-text .about-us {
  margin-bottom: 20px;
}
.about-section .about-text .about-us i {
  font-size: 40px;
  left: 20px;
  position: relative;
  top: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: #111111;
  z-index: 0;
}
.about-section .about-text .about-us i::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: -15px;
  z-index: -1;
}
.about-section .about-text .about-us i.icon-one::after {
  background: rgba(132, 186, 63, 0.65);
}
.about-section .about-text .about-us i.icon-two::after {
  background: rgba(255, 124, 0, 0.64);
  border-radius: 50px;
}
.about-section .about-text .about-us i.icon-three::after {
  background: rgba(255, 199, 10, 0.66);
  transform: rotate(30deg);
}
.about-section .about-text .about-us p {
  font-size: 14px;
  color: #808291;
  margin-bottom: 0;
}
.about-section .about-text p {
  color: #808291;
  margin-bottom: 45px;
  max-width: 500px;
}

/* About CSS End */

.cmt-bgcolor-grey, .cmt-btn-bgcolor-grey, .cmt-icon.cmt-icon_element-fill.cmt-icon_element-bgcolor-grey, .cmt-search-overlay .cmt-site-searchform input[type=search], .contact-detail-box, .sidebar .cmt-bgcolor-grey>.cmt-bg-layer, .sidebar .widget.widget-search .input-text, .featured-imagebox-services.style2 .bottom-footer {
    background-color: #f8f9fa;
}
.spacing-9 {
    padding: 90px 350px 90px 0;
}

.col-bg-img-six.cmt-col-bgimage-yes .cmt-col-wrapper-bg-layer {
    background-image: url(../img/col-bgimage-6.png) !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
}
@media only screen and (max-width: 1400px) and (min-width: 1171px) {
    .cmt-left-span .cmt-col-wrapper-bg-layer {
        margin-left: -200px;
    }
}
.cmt-bgcolor-grey>.cmt-bg-layer {
    background-color: #f5f5f5;
}
.cmt-left-span .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.cmt-bg-layer, .cmt-bg-layer .cmt-bg-layer-inner, .cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.col-bg-img-seven.cmt-col-bgimage-yes .cmt-col-wrapper-bg-layer {
    background-image: url(../img/col-bgimage-7.jpg) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
@media only screen and (max-width: 1400px) and (min-width: 1171px) {
    .cmt-right-span .cmt-col-wrapper-bg-layer {
        margin-right: -200px;
    }
}
.cmt-right-span .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}
.cmt-bg-layer, .cmt-bg-layer .cmt-bg-layer-inner, .cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1400px) and (min-width: 1171px) {
    .cmt-left-span .cmt-col-wrapper-bg-layer {
        margin-left: -200px;
    }
}
.cmt-bgcolor-grey>.cmt-bg-layer {
    background-color: #f5f5f5;
}
.cmt-left-span .cmt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.cmt-bg-layer, .cmt-bg-layer .cmt-bg-layer-inner, .cmt-titlebar-wrapper .cmt-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.spacing-11 {
    padding: 40px 30px 40px 30px;
    margin-left: -300px;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

/*=================================
Designer Card 
====================================*/
.designer-card {
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
}
.designer-card .designer-img {
  position: relative;
  height: auto;
}
.designer-card .designer-img a {
  display: block;
}
.designer-card .designer-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.designer-card .designer-content {
  position: relative;
  margin-top: -70px;
  padding-top: 25px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  transition: 0.7s;
}
.designer-card .designer-content a {
  display: block;
}
.designer-card .designer-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #2d3652;
}
.designer-card .designer-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
  margin-bottom: 15px;
}
.designer-card .designer-content .social-icon {
  margin-top: 10px;
}
.designer-card .designer-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.designer-card .designer-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}
.designer-card .designer-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}
.designer-card .designer-content .social-icon ul li a:hover {
  color: #fff;
}
.designer-card .designer-content .social-icon ul li:hover {
  background-color: #4356d6;
}

/*=================================
Designer Card End
====================================*/

/*-------------------------------
    Why Choose us Section CSS
-------------------------------*/
.wh-bg-1 {
  /*background-image: url(../img/Parking1.png);*/
}

.wh-bg-2 {
  background-image: url(../img/Parking2.png);
}

.wh-bg-3 {
  background-image: url(../img/wh-img-3.jpg);
}

.wh-bg-4 {
  background-image: url(../img/wh-img-4.jpg);
}

.why-choose-content .content-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.why-choose-content .wh-item-wrap .wh-item {
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.why-choose-content .wh-item-wrap .wh-item:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,97,194,1) 21%, rgba(0,207,69,1) 66%);
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  transition: 0.4s;
}
.why-choose-content .wh-item-wrap .wh-item:last-child {
  margin-bottom: 0;
}
.why-choose-content .wh-item-wrap .wh-item .wh-icon i {
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  top: 16px;
  border-radius: 10px;
  transition: 0.4s;
}
.why-choose-content .wh-item-wrap .wh-item .wh-icon i {
  font-size: 44px;
  color: #fff;
  transition: 0.4s;
}
.why-choose-content .wh-item-wrap .wh-item .wh-text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.why-choose-content .wh-item-wrap .wh-item .wh-text h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  transition: 0.4s;    font-weight: 300;
}
.why-choose-content .wh-item-wrap .wh-item .wh-text h5 a {
      transition: 0.4s;
    color: #000;
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.why-choose-content .wh-item-wrap .wh-item .wh-text p {
  margin: 0;
  transition: 0.4s;
}
.why-choose-content .wh-item-wrap .wh-item:hover:before {
  width: 100%;
  opacity: 1;
}
.why-choose-content .wh-item-wrap .wh-item:hover .wh-icon {
  background: #fff;
}
.why-choose-content .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #468DCB;
}
.why-choose-content .wh-item-wrap .wh-item:hover .wh-text h5 a {
  color: #fff;
}
.why-choose-content .wh-item-wrap .wh-item:hover .wh-text p {
  color: #fff;
}
.why-choose-content .wh-item-wrap.style2 .wh-item {
  border-radius: 0;
}
.why-choose-content .wh-item-wrap.style2 .wh-item:before {
  border-radius: 0;
}
.why-choose-content .wh-item-wrap.style2 .wh-item .wh-icon {
  border-radius: 0;
}

.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-two {
  width: 70%;
  margin-left: auto;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-two .wh-img {
  height: 575px;
  border-radius: 20px;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-two .wh-img-text {
  display: block;
  text-align: right;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-two .wh-img-text p {
  display: inline-block;
  color: #468DCB;
  padding: 20px 50px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #fff;
  font-family: "Jost", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-two .wh-img-text p span {
  background: -webkit-linear-gradient(#FF424C, #FF8661);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.4s;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-one {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-one .wh-img {
  height: 480px;
  border-radius: 20px;
  z-index: -1;
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-one .wh-img-text {
  display: block;
  text-align: left;
  z-index: 1;
  position: relative;
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-one .wh-img-text p {
  color: #468DCB;
  display: inline-block;
  padding: 20px 50px;
  font-size: 27px;
  font-weight: 700;
  border-radius: 10px;
  margin-top: -55px;
  background-color: #fff;
  font-family: "Jost", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.why-choose-wrap.style1 .wh-img-wrap .wh-img-one .wh-img-text p span {
  background: -webkit-linear-gradient(#FF424C, #FF8661);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose-wrap.style2 .wh-content .content-title {
  padding-right: 150px;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 30px 30px 65px;
  z-index: 1;
  margin-left: 37px;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 0%;
  background: linear-gradient(90deg, #ff4b4e 0%, #ff5e54 35%, #ff825f 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon {
  position: absolute;
  top: 50%;
  left: -37px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
  transform: translateY(-50%);
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon i {
  font-size: 38px;
  line-height: 0.8;
  color: #fff;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-text h5 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-text p {
  margin: 0;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:hover:before {
  height: 100%;
  opacity: 1;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:hover .wh-icon {
  background: #fff;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #468DCB;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:hover .wh-text h5 a {
  color: #fff;
}
.why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item:hover .wh-text p {
  color: #fff;
}
.why-choose-wrap.style3 .wh-img {
  height: 606px;
}
.why-choose-wrap.style3 h2.transparent-text {
  font-size: 40px;
}

.wh-img {
  position: relative;
  height: 660px;
}

h2.transparent-text {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
  position: absolute;
  bottom: -42px;
  left: 0;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 12;
  margin: 0;
  padding: 23px 0 32px;
}
h2.transparent-text span {
  font-size: 50px;
}

.transparent-text {
  background-color: #fff;
  color: #000;
  mix-blend-mode: screen;
}.why-choose-content .wh-item-wrap .wh-item, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .member-card .member-info .member-social span, .video-play, .circle, .service-wrap.style3 .slider-btn-wrap, .service-card .service-info .service-icon, .schedule-widget ul li, .author-info-wrap, .author-info-wrap .author-info, .comment-item, .comment-item .comment-author-wrap .comment-author-name, .comment-author_info, .post-navigation, .post-author, .contact-box, .contact-box .contact-icon {
    display: flex
;
    flex-wrap: wrap;
}
.btn.style1, .btn.style1:before, .btn.style3, .btn.style3:before, .slider-btn.style1:hover, .slider-btn.style2:hover, .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover, .search-box .form-group button, .tag-list ul li a:hover, .hero-wrap.style1 .hero-img-wrap .hero-client-box .client-img .quote-icon, .portfolio-tablist .nav-item .nav-link.active, .portfolio-item .portfolio-img a, .why-choose-content .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style2 .wh-content .wh-item-wrap .wh-item .wh-icon, .pricing-table.style2 .pricing-header, .pricing-table.style2 .purchase-pricing .btn, .contact-box .contact-icon, .accordion-button:not(.collapsed) span {
    background: #468DCB;
}



.moveHorizontal {
    -moz-animation: moveHorizontal 3500ms infinite ease-in-out;
    -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
    animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    -moz-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
    -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}
@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.service-section {
  position: relative;
}
.service-section .shape-image {
  position: absolute;
  left: 0;
  top: 0;
}
.service-section .left-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.service-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-section .line-shape-2 {
  position: absolute;
  left: 0;
  bottom: 8%;
}
.service-section .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-section .bg-shape {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-section .bg-shape {
    display: none;
  }
}

.service-section-2 {
  position: relative;
}
.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
  top: 68%;
}


.service-box-items {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0px 30px;
  z-index: 9;
  overflow: hidden;
    height:275px;
}
@media (max-width: 575px) {
  .service-box-items {
    padding: 30px 25px;
    text-align: center;
  }
}
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #468DCB;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.service-box-items::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/service/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-box-items .icon {
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 60px;
  color: #468DCB;
}
.service-box-items .icon::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 106, 216, 0.08);
  content: "";
}
.service-box-items .content {
  /*margin-top: 40px;*/
}
@media (max-width: 767px) {
  .service-box-items .content {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .service-box-items .content {
    margin-top: 20px;
  }
}
.service-box-items .content h3 {
  margin-bottom: 20px;
  font-size: 21px;
}
@media (max-width: 575px) {
  .service-box-items .content h3 {
    margin-bottom: 10px;
  }
}
.service-box-items .arrow-icon {
  transform: rotate(-50deg);
  display: inline-block;
  color: #468DCB;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .service-box-items .arrow-icon {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .service-box-items .arrow-icon {
    margin-top: 20px;
  }
}
.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items:hover::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items:hover .icon {
  color: #fff;
  transform: scaleX(-1);
}
.service-box-items:hover .content h3 {
  color: #fff;
}
.service-box-items:hover .content p {
  color: #fff;
}
.service-box-items:hover .arrow-icon {
  color: #fff;
  transform: initial;
}
.service-box-items.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.active::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items.active .icon {
  color: #fff;
}
.service-box-items.active .content h3 {
  color: #fff;
}
.service-box-items.active .content p {
  color: #fff;
}
.service-box-items.active .arrow-icon {
  color: #fff;
  transform: initial;
}
.service-box-items.style-2 {
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;
}
.service-box-items.style-2::before {
  background-color: #468DCB;
}
.service-box-items.style-2::after {
  position: absolute;
  bottom: -50px;
  left: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: initial;
  background-size: initial;
  background-image: initial;
  background: rgba(255, 255, 255, 0.23);
}
.service-box-items.style-2 .icon {
  font-size: 70px;
  color: #468DCB;
}
.service-box-items.style-2 .content h6 {
  font-weight: bold;
}
.service-box-items.style-2:hover::after {
  bottom: 5px;
}
.service-box-items.style-2:hover .icon {
  color: #fff;
}
.service-box-items.style-2:hover .content h6 a {
  color: #fff;
}
.service-box-items.style-2.active::after {
  bottom: 5px;
}
.service-box-items.style-2.active .icon {
  color: #fff;
}
.service-box-items.style-2.active .content h6 a {
  color: #fff;
}

.section-bg {
    background-color:#f5f5f7;
}

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
		
		
		.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:rgba(233,33,99,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:rgba(233,33,99,1);
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(251, 151, 40, 1);
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;    color: #fff;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
   background: rgba(70, 141, 203, 1);     color: #fff;     border-radius: 18px;     box-shadow: 0 0 0 3px rgba(70, 141, 203, 0.3);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background: rgba(70, 141, 203, 1);     color: #fff;     border-radius: 18px;     box-shadow: 0 0 0 3px rgba(70, 141, 203, 0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}


.single-team-items {
  margin-top: 30px;
}
.single-team-items .team-image {
  position: relative;
}
.single-team-items .team-image img {
  width: 100%;
  height: 100%;
}
.single-team-items .team-image .social-profile {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.single-team-items .team-image .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.single-team-items .team-image .social-profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-team-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  background: #fff;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.single-team-items .team-image .social-profile ul li a:hover {
  background-color: #468DCB;
  color: #fff;
}
.single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  background: #468DCB;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.single-team-items .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.single-team-items .team-content {
  background-color: #fff;
  padding: 20px;
  margin: -50px 20px 0;
  position: relative;
  z-index: 9;
}
.single-team-items .team-content h5 {
  margin-bottom: 5px;
}
.single-team-items .team-content h5 a:hover {
  color: #468DCB;
}
.single-team-items .team-content h5 a {
color:#0B2154;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 2.5rem!important;
    }
}
.breadcrumb-item a{
    
    font-size: 14px;

}
.breadcrumb-item li{
    
    font-size: 14px;

}

/*Sentence*/
.sentence{
    color: #222;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-left: 20px;
}

/*Vertical Flip*/
.verticalFlip{
	display: inline;
}
.verticalFlip span{
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #fff;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.verticalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/* Video container */
.video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-overlay video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.day-to-night-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 0, 0.4), rgba(0, 0, 0, 0.8)); /* Initial gradient */
    mix-blend-mode: overlay;
    z-index: 1;
    animation: dayToNight 10s infinite alternate; /* Adjust duration as needed */
}

/* Animation */
@keyframes dayToNight {
    0% {
        background: linear-gradient(90deg, rgba(255, 255, 0, 0.4), rgba(0, 0, 0, 0.2)); /* Light yellow for day */
    }
    100% {
        background: linear-gradient(90deg, rgba(255, 255, 0, 0.1), rgba(0, 0, 0, 1)); /* Black for night */
    }
}

/* Morning, Afternoon, Night Overlay */
.time-of-day-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 183, 77, 0.4), rgba(135, 206, 250, 0.5)); /* Morning colors */
    mix-blend-mode: overlay;
    z-index: 1;
    animation: timeOfDayTransition 15s infinite; /* Duration for the full transition cycle */
}

/* Time-of-Day Animation */
@keyframes timeOfDayTransition {
    0% {
        background: linear-gradient(to bottom, rgba(255, 183, 77, 0.4), rgba(135, 206, 250, 0.5)); /* Morning */
    }
    33% {
        background: linear-gradient(to bottom, rgba(255, 255, 153, 0.5), rgba(255, 255, 204, 0.4)); /* Afternoon */
    }
    66% {
        background: linear-gradient(to bottom, rgba(72, 61, 139, 0.5), rgba(0, 0, 0, 0.7)); /* Evening/Night */
    }
    100% {
        background: linear-gradient(to bottom, rgba(255, 183, 77, 0.4), rgba(135, 206, 250, 0.5)); /* Morning (Loop) */
    }
}

.slideq p{
        text-align: left;
    color: #fff;
    font-family: "HP Poppins", Sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7em;
    text-shadow:2px 2px 0px rgba(0, 0, 0, 0.51);
} 
.display-3 {
              font-family: "HP Poppins", Sans-serif;
    font-size: 2.675rem !important;
    font-weight: 500;
    line-height: 1.3em;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 51%);
    color: #fff;
    }
  .display-3 {
              font-family: "HP Poppins", Sans-serif;
        font-size: 2.675rem !important;
    font-weight: 500;
    line-height: 1.3em;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 51%);
    color: #fff;
    }
    
    
    .about-content .inner-heading::after {
    position: absolute;
     left: 60%;
    bottom: -20%;
    content: '';
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border-style: solid;
    border-color: #d2a95f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(-45deg) translateX(-50%);
}

  /* Spacer to simulate scrolling */
    .spacer {
      height: 100vh;
      background: #f0f0f0;
    }

    /* Lottie animation container */
    #sAnim {
      width: 100%;
      height: 400px;
      margin: 0 auto;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    
.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 25px 20px 37px;
    text-align: center;
    height: 240px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
}

.counter-wrapper {
   /* Ensures both the counter and plus sign are on the same line */
    align-items: baseline; /* Vertically aligns both elements */
}

.counter {
    display: inline-block; /* Ensures the counter is inline with the plus sign */
    font-size: 32px;
    font-weight: 700;
    color: #cc0001;
    line-height: 28px;
}

.plus-icon {
    
    margin-left: 5px;
   
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #cc0001;
    line-height: 28px;}

.counter-box {
    text-align: center; /* Center-align the content */
}


#news-slider{
    margin-top:20px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); /* Stronger shadow */
       height: 315px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 12px 15px 8px 15px;
    margin-left: 10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
        background: #fff;
    padding: 2px 20px 10px;
    border-radius: 15px;
    margin-bottom: 70px;
}
.post-slide .post-title {
 font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0px;
    text-align:center;
   
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;text-align:center;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
/*.owl-controls .owl-buttons{*/
/*    text-align:center;*/
/*    margin-top:20px;*/
/*}*/
/*.owl-controls .owl-buttons .owl-prev{*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    top:-13%;*/
/*    left:15px;*/
/*    padding: 0 18px 0 15px;*/
/*    border-radius: 50px;*/
/*    box-shadow: 3px 14px 25px -10px #92b4d0;*/
/*    transition: background 0.5s ease 0s;*/
/*}*/
/*.owl-controls .owl-buttons .owl-next{*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    top:-13%;*/
/*    right: 15px;*/
/*    padding: 0 15px 0 18px;*/
/*    border-radius: 50px;*/
/*    box-shadow: -3px 14px 25px -10px #92b4d0;*/
/*    transition: background 0.5s ease 0s;*/
/*}*/
/*.owl-controls .owl-buttons .owl-prev:after,*/
/*.owl-controls .owl-buttons .owl-next:after{*/
/*    content:"\f104";*/
/*    font-family: FontAwesome;*/
/*    color: #333;*/
/*    font-size:30px;*/
/*}*/
/*.owl-controls .owl-buttons .owl-next:after{*/
/*    content:"\f105";*/
/*}*/
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.a1 p{
        text-align: justify;
    font-size: 15px;
}
.section-heading h2,
.contact-short-info p {
    color: white; /* Explicitly set white color */
}
.section-overlay {
  position: relative;
  background-image: url('../img/SI-Infotech-Core-IT-Services-Strengths-scaled.jpg');
  background-size: cover;
  background-position: center;
  /*height: 500px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* Text color for visibility */
}
.section-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1;
}
.section-overlay .container {
    position: relative;
    z-index: 2; /* Add z-index to bring the content above the overlay */
}

.custom-text-color h6 {
    color: #fff;
}

.custom-text-color h1 {
    color: #fff;
}
.tes{
    height: 158px;
}


/*-------------------------------
         Service CSS
-------------------------------*/
.service-bg-1 {
  background-image: url(../img/services/service-bg-1.png);
}

.service-bg {
  height: 360px;
  margin-top: 30px;
  position: relative;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #468DCB;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.video-play i {
  color: #fff;
  font-size: 28px;
  line-height: 0.8;
}

.circle {
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.circle i {
  color: #fff;
  line-height: 0.8;
  margin-left: 5px;
  position: relative;
  left: 2px;
}
.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 15px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: ripple 2s linear 1.5s infinite;
}

.service-wrap img.wave-shape-3 {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
}
.service-wrap.style1 {
  position: relative;
}
.service-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #F9FAFC;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.service-wrap.style1 .service-slider-one {
  padding-bottom: 25px;
}
.service-wrap.style3 {
  position: relative;
}
.service-wrap.style3 .service-bg {
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 425px;
}
.service-wrap.style3 .service-slider-one {
  padding: 70px 0 25px;
}
.service-wrap.style3 .slider-btn-wrap .slider-btn {
  border-radius: 0;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  margin: 0 15px 0 0;
}

.service-card {
  transition: 0.3s;
  position: relative;
}
.service-card .service-img {
  border-radius: 10px;
}
.service-card .service-img img {
  border-radius: 10px;
}
.service-card .service-info {
  position: relative;
  background: #fff;
  width: calc(100% - 10px);
  border-radius: 10px;
  padding: 25px;
  margin-top: -100px;
  left: 10px;
  text-align: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: 0.6s;
}
.service-card .service-info .service-icon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  background: linear-gradient(90deg, rgb(255, 75, 78) 0%, rgb(255, 94, 84) 35%, rgb(255, 130, 95) 100%);
  transform: translateX(-50%);
  transition: 0.6s;
}
.service-card .service-info .service-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 28px;
  transition: 0.6s;
}
.service-card .service-info p {
  transition: 0.6s;
}
.service-card .service-info .service-title {
  font-size: 24px;
  line-height: 1.3;
  margin: 20px 0 15px;
}
.service-card .service-info .service-title a {
  transition: 0.6s;
      color: #000;
}
.service-card:hover .service-info {
  background: #468DCB;
}
.service-card:hover .service-info h3 a {
  color: #fff;
}
.service-card:hover .service-info p {
  color: #fff;
}
.service-card:hover .service-info .service-icon {
  background: #fff;
}
.service-card:hover .service-info .service-icon i {
  color: #468DCB;
}
.service-card:hover .service-info .link.style1 {
  color: #fff;
}
.service-card.style1 {
  margin-bottom: 30px;
}
.service-card.style1 .service-icon {
  left: 55px;
}
.service-card.style1 .service-info {
  text-align: left;
      height: 235px;
}
.service-card.style2 {
  margin-top: 60px;
}
.service-card.style2 .service-info {
  bottom: auto;
  text-align: left;
  border-radius: 0;
  margin-top: 0;
}
.service-card.style2 .service-info .service-icon {
  left: 25px;
  transform: translateX(0);
  border: 2px solid #468DCB;
}
.service-card.style2 .service-info .service-title {
  margin-top: 30px;
}
.service-card.style3 .service-icon {
  left: 55px;
}
.service-card.style3 .service-info {
  bottom: auto;
  margin-top: 0;
  text-align: left;
}
.service-card.style4 {
  margin-bottom: 30px;
}
img {
    max-width: 100%;
    height: auto;
}
.icon_box p{
    color: #000;
    text-align: left;
    line-height: 18.2px;
    font-size: 14px;
    font-weight: normal;    margin-top: 15px;
}
.col-box {
    flex: 0 0 20%; /* Each box takes 20% of the row width */
    max-width: 20%; /* Set maximum width for each column */
    text-align: center; /* Center content */
}

@media (max-width: 768px) {
    .col-box {
        flex: 0 0 50%; /* For smaller screens, two boxes per row */
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-box {
        flex: 0 0 100%; /* For extra-small screens, one box per row */
        max-width: 100%;
    }
}