@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css');


:root {
    --dmsans--family:  "DM Sans", sans-serif;
    --lato-family: "Lato", sans-serif;
    --rajdhani-family: "Rajdhani", sans-serif;
    --oswald-family: "Oswald", sans-serif;
    --main-color: #1C75BC;
    --yellow-color:#FFCC00;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    /* user-select: none; */
    overflow-x: hidden;
    font-family: var(--lato-family);
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.hidden {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 93%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common{
    color: var(--main-color);
}


/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
  background: #1a1a1a;
  color: #fff;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: var(--main-color);
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 3px;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #fff;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}


.cssbuttons-io-button-white {
  background: #fff;
  color: #1a1a1a;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button-white .icon {
  background: var(--main-color);
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 3px;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button-white:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button-white .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #fff;
}

.cssbuttons-io-button-white:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button-white:active .icon {
  transform: scale(0.95);
}



.fixed {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px;
    background: #fff !important;
    animation: swip_down 0.5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}



@keyframes swip_down {
    from {
        transform: translate(0, -50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}


.header-main .logo-wrapper{
  padding: 10px;
  text-align: center;
  border-right: 1px dashed #eee;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main .logo-wrapper img{
    width: 220px;
}
.header-main .header-top{
    padding: 15px 20px;
   border-bottom: 1px dashed #eee;
}
.header-main .header-top .top-header-list{
    display: flex;
    margin-bottom: 0px;
}
.header-main .header-top .top-header-list li{
    margin-right: 20px;
    color: #666;
    font-size: 14px;
}
.header-main .header-top .top-header-list li i{
    margin-right: 10px;
    color: var(--main-color);
}
.header-main .header-top .top-header-number a{
    font-size: 16px;
    padding: 10px 20px;
        background: var(--main-color);
        color: #fff;
}
.header-main .header-top .top-header-number a i{
    margin-right: 10px;
}
.header-main .header-bottom .navbar{
    padding:10px  20px;
}
.header-main .header-bottom .navbar .nav-link{
    font-size: 16px;
    color: #222;
    padding: 15px 0px;
    position: relative;
    font-weight: 400;
    position: relative;
}
.header-main .header-bottom .nav-link.active{
    color: var(--main-color);
}

.header-main .header-bottom .nav-link:hover , .header-main .header-bottom .nav-link.active{
    color: var(--main-color);
}
.header-main .header-bottom .nav-item{
    position: relative;
    padding-right: 45px;
}
.header-main .header-bottom .nav-item.dropdown .dropdown-toggle::after{
    border: none;
     content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
      font-size: 10px;
    margin-left: 4px;
    vertical-align: middle;
    opacity: .9;
}
.header-main .header-bottom .nav-item  .dropdown-menu{
     border: none;
     border-top: 3px solid var(--main-color);
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.07),0 0 0 rgba(0,0,0,.1) inset;
}
.header-main .header-bottom .dropdown .dropdown-menu .dropdown-item{
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 12px 20px;
    text-align: left;
    margin-right: 15px;
    color: #000;
    border-top: 1px solid rgba(0,43,92,.04);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: transparent;
}

.header-main .header-bottom .dropdown .dropdown-menu .dropdown-item:hover{
    color: #fff;
    background: var(--main-color);
}
.header-main .header-bottom .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_left .5s linear 1;
}
.header-main .header-bottom li:hover > ul.dropdown-menu{
    display: block;
}
 .header-main .header-bottom .dropdown-submenu {
    position:relative;
    
}
 .header-main .header-bottom .dropdown-submenu > .dropdown-menu {
    top: -3px;
    left: 100%;
    animation: swip_up .5s linear 1;
}

/* rotate caret on hover */
 .header-main .header-bottom .dropdown-submenu  a.dropdown-toggle:after{
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
 .header-main .header-bottom .dropdown-submenu:hover a.dropdown-toggle:after{
    color: #fff;
 }
 .header-main .header-bottom .dropdown-submenu > li:hover > .dropdown-menu{
    display: block;
    animation: swip_left .5s linear 1;
} 
.header-main .header-bottom .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
.header-main .header-bottom .header-btn{
  border: none !important;
    background: linear-gradient(90deg , #DFB23B , #8F2063);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius:0px;
    padding: 10px 25px;
 }
 .common-btn:focus , .common-btn:hover{
     background: #11806A !important;
     color: #fff !important;
 }
@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}


.header-main .header-bottom  .social-icon ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0px;
}
.header-main .header-bottom  .social-icon li{
    margin-left: 5px;
}
.header-main .header-bottom  .social-icon li a i{
    color: #1a1a1a;
    font-size: 16px;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
}
.header-main .header-bottom  .social-icon li a i:hover{
    color: #fff;
    border-color: #eee;
    background: var(--main-color);
}


.banner-carousel .banner-img{
    position: relative;
}


.banner-carousel .banner-img-1{
    background-size: cover;
    background: url(../images/banner/banner-1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-4{
    background: url(../images/banner/banner-7.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100vh;
}

.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }


.banner .banner-content .banner-subtitle{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 800;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--oswald-family);
}
.banner .banner-content .banner-title span{
    color: #ffe900;
}
.banner .banner-content .banner-text{
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.banner .banner-content .banner-small-img{
    width: 100%;
}



.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-small-img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
  }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }


  .subtitle-wrapper{
    margin-bottom: 25px;
}
.subtitle-wrapper img{
    width: 50px !important;
}
.subtitle-wrapper .content-subtitle{
    color: var(--main-color);
    font-size: 18px;
    font-family: var(--rajdhani-family);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.about-detail{
    padding: 50px 0px;
    position: relative;
}
.about-detail .big-title{
        font-family: var(--oswald-family);
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 85px;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    color: #00000000;
    -webkit-text-stroke-width: 1.3px;
    -webkit-text-stroke-color: #00000014;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
}
.about-detail img{
    width: 100%;
}
.about-detail .img-1{
    padding-right: 50px;
    position: relative;
}
.about-detail .img-1::after{
    width: 20px;
    background: var(--main-color);
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.about-detail .img-2{
    margin-top: -100px;
    background-color: #fff;
    padding: 25px;
    margin-right: -5px;
    position: relative;
    padding-right: 0px;
}
.about-detail .experince-box{
    background: var(--main-color);
    padding: 25px;
    margin-top: 25px;
    position: relative;
}
.about-detail .experince-box::after{
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid var(--main-color);
    border-left: 20px solid transparent;
    z-index: 2;
}
.about-detail .experince-box .icon{
    text-align: center;
    margin-bottom: 15px;
}
.about-detail .experince-box .icon img{
    width: 64px;
}
.about-detail .experince-box .title{
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    font-family: var(--rajdhani-family);
    margin-bottom: 0px;
}
.about-detail .experince-box .text{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: var(--rajdhani-family);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.about-detail .about-content{
    position: relative;
}
.about-detail .about-title{
    font-size: 40px;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.about-detail .about-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.about-detail .about-list{
    margin-top: 35px;
}
.about-detail .about-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.about-detail .about-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.about-detail .about-divider{
    margin-top: 25px;
}
.about-detail .about-divider .divide-box .icon img{
    width: 60px;
}
.about-detail .about-divider .divide-box .title{
    font-size: 20px;
    color: #1a1a1a;
    font-family: var(--rajdhani-family);
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
}


.our-service{
    padding: 30px 0px;
}
.our-service .service-title{
    font-size: 36px;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.our-service .service-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.our-service .service-box .card-img{
    width: 100%;
    height: 380px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}
.our-service .service-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: 0.6s all;
}
.our-service .service-box .card-img:before{
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
    z-index: 1;
}
.our-service .service-box .card-img .number{
    position: absolute;
    left: 20px;
top: 20px;
font-size: 40px;
font-weight: 800;
z-index: 3;
color: var(--yellow-color);
}
.our-service .service-box .card-img:after{
          position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(22, 36, 61, 0.3);
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
}
.our-service .service-box:hover .card-img:after{
transform: translate3d(0px, 0, 0px);
}
.our-service .service-box:hover .card-img img{
    transform: scale(1.15);
}
.our-service .service-box .card-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}
.our-service .service-box .card-content .card-title a{
     font-size: 16px;
    color: #fff;
    font-family: var(--dmsans--family);
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.what-achived {
    padding: 0px 0px 50px;
    position: relative;
}
.what-achived .achived-title{
    font-size: 40px;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.what-achived .achived-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.what-achived .achived-shape{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    height: 500px;
    z-index: 0;
}
.what-achived .achived-shape img{
    max-width: 100%;
}
.what-achived .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    padding: 20PX;
}
.what-achived .achived-content{
    padding-left: 0px;
    position: relative;
    z-index: 2;
}
.single-progress-box {
    position: relative;
    margin-bottom: 29px
}

.single-progress-box:last-child {
    margin-bottom: 0px
}

.single-progress-box .progress {
    position: relative;
    background-color: #ddd;
    height: 2px;
    border-radius: 0px;
    box-shadow: none;
    overflow: visible
}

.single-progress-box .progress-bar {
    background-color: var(--main-color);
    box-shadow: none;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -ms-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
    transition: all 3s ease 0s;
    width: 0
}

.single-progress-box .progress-bar .value-holder {
    position: absolute;
    text-align: center;
    bottom: 7px;
    right: 0px;
    color: #222;
    font-weight: 500;
    border-radius: 3px;
    font-size: 14px
}

.single-progress-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    font-family: var(--rajdhani-family);
}


.how-it-works{
    padding: 50px 0px;
}
.how-it-works .work-title{
    font-size: 40px;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.how-it-works .work-process{
    position: relative;
}
.process-shape{
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
}
.process-shape img{
    width: 100%;
}
.how-it-works .process-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    border: 1px solid var(--main-color);
    position: relative;
    margin: 0 auto 20px;
    background: #fff;
}
.how-it-works .process-box img{
    width: 64px;
    padding: 10px;
    margin:  0 auto;
}
.how-it-works .process-box .number-badge{
    position: absolute;
    bottom: 0px;
    right: -10px;
    background: var(--main-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.how-it-works .process-box.mt-150{
    margin-top: 50px;
}
.how-it-works .process-card-title{
    display: block;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    text-align: center;
    z-index: 1;
}
.how-it-works .process-card-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}





.our-commitments{
    position: relative;
}
.our-commitments .container-fluid{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.our-commitments .subtitle-wrapper img{
    filter: brightness(0) invert(1);
}
.our-commitments .subtitle-wrapper .content-subtitle{
    color: #fff;
}
.our-commitments .commitment-wrapper{
    width: 100%;
    height: 100%;
}
.our-commitments .commitment-bg{
    background: url(../images/commitment-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 875px;
}
.our-commitments .commitment-left{
    background: url(../images/commitment-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 50px 0px 50px 50px;
}
.our-commitments .commitment-left::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.95;
    z-index: 0;
}

.our-commitments .commitment-left .commitment-content{
    position: relative;
    z-index: 2;
}
.our-commitments .commitment-left .commitment-content .commitment-title{
    font-size: 40px;
    color: #fff;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.our-commitments .commitment-bottom{
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
    margin-top: 50px;
}
.our-commitments .commitment-bottom .border-ed{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.our-commitments .commitment-bottom .border-bt{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.our-commitments .commitment-bottom .customer-detail{
    padding: 25px;
    background: var(--main-color);
    position: relative;
    z-index: 1;
}
.our-commitments .commitment-bottom .customer-detail::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer.png);
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}
.our-commitments .commitment-bottom .customer-detail .text{
     font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.our-commitments .commitment-bottom .contact-btn{
    background-color: #1a1a1a;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.our-commitments .commitment-bottom .contact-btn .learn-btn{
    font-size: 18px;
    font-family: var(--rajdhani-family);
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    border: none !important;
    padding: 0px;
}
.our-commitments .commitment-bottom .contact-btn .learn-btn i{
    margin-left: 5px;
}
.our-commitments .commitment-bottom .commit-box{
    padding:35px 25px;
    background: var(--main-color);
    position: relative;
    z-index: 1;
}
.our-commitments .commitment-bottom .commit-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape_2.png);
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.our-commitments .commitment-bottom .commit-box .icon{
    text-align: center;
    margin-bottom: 15px;
}
.our-commitments .commitment-bottom .commit-box .icon img{
    width: 64px;
}
.our-commitments .commitment-bottom .commit-box .box-title{
    display: block;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.our-commitments .commitment-bottom .commit-box .box-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

.testimonials{
    padding: 20px 0px 50px;
}
.testimonials .testimonial-content{
    padding-left: 30px;
}
.testimonials .testimonial-title{
        color: var(--black-color);
    font-family: var(--dmsans--family);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}

.testimonials .testimonial-black-text{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--roboto-family);
  position: relative;
}
.testimonials .testimonial-text::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    background: url(../images/testimonial-quat.png);
    width: 57px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials .testimonial-contact {
 display: flex;
 align-items: center;
}
.testimonials .testimonial-contact .contact-text{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--roboto--family);
}
.testimonials .testimonial-contact .phone-number{
    font-size: 15px;
    color: #333;
    font-family: var(--roboto-family);
    font-weight: 400;
}
.testimonials .testimonial-contact .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonials .testimonial-contact .icon i{
    position: relative;
}
.testimonials .testimonial-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    background: #feece7ba;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.testimonials .testimonial-contact .text{
    float: right;
}
.testimonials .testimonial-box{
    background: url(../images/testimonial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
    padding:80px ;
}
.testimonials .testimonial-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--main-color);
    opacity: 0.8;
    z-index: -1;
}

.testimonials .testimonial-card .testimonial-text{
     font-size: 16px;
     font-weight: 400;
     line-height: 28px;
     color: #ffffff;
     font-family: var(--roboto-family);
     margin-bottom: 20px;
 }
 .testimonials .testimonial-card .user-detail{
     margin-top: 20px;
 }
 .testimonials .testimonial-card .user-detail .icon{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     overflow: hidden;
     margin:  20px auto;
 }
 .testimonials .testimonial-card .user-detail .icon img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .testimonials .testimonial-card .user-detail .user-title{
     font-size: 18px;
     margin-bottom: 15px;
     padding-top: 0px;
     font-weight: 400;
     color: #fff;
     line-height: 1em;
     text-transform: uppercase;
 }
 .testimonials .testimonial-card .user-detail .user-text{
     font-size: 14px;
     color: #ffffff;
     line-height: 1em;
     margin-bottom: 10px;
       position: relative;
 }
 .testimonials .testimonial-card .quote img{
    width: 80px;
    opacity: 0.1;
 }

 .testimonials .testimonial-carousel .owl-dots {
     display: none;
 }
 .testimonials .testimonial-carousel  .owl-nav{
    display: block !important;
 }
  .testimonials .testimonial-carousel  button.owl-prev {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
   border: none;
   background: #000;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    color:#fff;
    outline: none;
}
 .testimonials .testimonial-carousel  button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
    transform: translateY(-50%);
   border: none;
   background: #000;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    color: #fff;
    outline: none;
}


.footer{
    padding: 60px 0px 15px;
    position: relative;
    background-color: #000;
    background-image: url(../images/footer.png);
    z-index: 0;
}
.footer::after{
    background: url(../images/footer-shape-2.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
}
.footer .logo img{
    width: 250px;
    filter: brightness(0) invert(1);
}
.footer .shipping-detail{
    padding:20px 0px ;
    border-bottom: 1px dashed #f9f9f92a;
}
.footer .shipping-detail .shipping-title{
    font-size: 16px;
    color: #fff;
    position: relative;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.footer .shipping-detail .shipping-title::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    border-right:1px dashed #f9f9f92a;
    right: 10px;
}

.footer .shipping-detail .shipping-title.last-item::after , .footer .shipping-detail .shipping-title.last-item::before{
      border-right: 0px;
}
.footer .shipping-detail .shipping-title img{
    width: 30px;
    margin-right: 15px;
}
.footer .link-desc{
    padding: 0px 0px 30px;
    border-bottom: 1px dashed #f9f9f92a;
}
.footer .link-desc .footer-text{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.footer .footer-address-list{
    margin-top: 15px;
}
.footer .footer-address-list li{
  margin-bottom: 10px;
}
.footer .footer-address-list li a{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.footer .footer-address-list li a i{
    margin-right: 10px;
}
.footer-list li{
    margin-bottom: 15px;
}
.footer .link-desc .footer-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--dmsans--family);
}
.footer-list li .footer-link{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.coypright-text{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.footer .footer-contact-list li{
  margin-bottom: 10px;
}
.footer .footer-contact-list li h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    color:#df9f00;
}
.footer .footer-contact-list li h6 i{
    margin-right: 10px;
}
.footer .footer-contact-list li a{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.footer .footer-contact-list li a i{
    margin-right: 10px;
}


.footer .footer-bottom{
    padding-top: 15px;
}
.footer .footer-bottom .social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.footer .footer-bottom .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.footer .footer-bottom .social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin:0px 5px 0px 0px;
}
.footer .footer-bottom .social a {
    cursor: pointer;
}
.footer .footer-bottom .social i:hover{
    color: var(--main-color);
}






.vision-detail{
    padding: 60px 0px;
    background: #1c75bc0f;
}
.vision-detail .vision-main-title{
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
}
.vision-detail .vision-box{
    padding: 20px;
    position: relative;
}
.vision-detail .vision-box::after{
    content: "";
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0px;
    width: 1px;
    height:150px;
    border: 1px dashed #cccccc37;
}
.vision-detail .no-border.vision-box::after{
    border: none;
}
.vision-detail .vision-box .icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffff;
    line-height: 80px;
    margin:0 auto 20px;
   text-align: center;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.vision-detail .vision-box .icon img{
    width: 40px;
}
.vision-detail .vision-box .vision-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.vision-detail .vision-box .vision-text{
    font-size: 16px;
    line-height: 25px;
    color: #666;
    text-align: center;
}



.page-banner{
    background: url(../images/page-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 300px;
    position: relative;
}
.page-banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.7;
}
.page-banner .banner-content{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
.page-banner .banner-content .banner-title{
    position: relative;
      font-size: 60px;
    font-weight: 800;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--oswald-family);
}
.navigation-list{
  display: flex;
  margin-bottom: 0px;
}
.navigation-list li{
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.navigation-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
     width: 4px;
     height: 4px;
     background: #fff;
    transform: translateY(-50%) rotate(-45deg);
}
.navigation-list li a{
    color: #fff;
}


.contact-detail{
    padding: 50px 0px;
}
.contact-detail .contact-box{
    background: #ffffff;
    -moz-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    position: relative;
}
.contact-detail .contact-subtitle{
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #00BDC8;
}
.contact-detail .contact-title{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: var(--dmsans--family);
}
.contact-detail .address-detail{
    background: url(../images/about-21.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 50px;
    position: relative;
}
.contact-detail .address-detail::after{
    background: #1a1a1a;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.contact-detail .address-detail .address-box {
    position: relative;
    z-index: 2;
}
.contact-detail .address-detail .address-box::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-bottom: 1px solid #ffffff14;
    width: 100%;
}
.contact-detail .address-detail .address-box.last-child::after{
    width: 0px;
}
.contact-detail .address-detail .address-box .icon{
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--oswald-family);
}
.contact-detail .address-detail .address-box .address-box-title{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 28px;
    color: #fff;
}
.contact-detail .address-detail .address-box .address-box-title a{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.contact-form{
    padding:50px 35px;
}
.contact-form .contact-form-title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-form .contact-form-text{
    font-size: 15px;
    color: #666666;
    line-height: 28px;
}
.contact-form form{
    margin-top: 10px;
}
.contact-form form .form-control{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
}
.contact-form form .form-control::placeholder{
    color: #999;
}
.contact-form form textarea.form-control{
    height: auto;
    padding: 12px;
}
.submit-btn{
    background: #1a2c79 !important;
    border-radius: 7px;
    padding: 15px 30px;
    color: #fff !important;
    font-size: 14px;
    letter-spacing: 0.06em;
   border: none !important;
    font-weight: 600;
    text-transform: uppercase;
}
.submit-btn i{
    margin-left: 5px;
}
.submit-btn:hover{
    background: #1a2c79;
    color: #fff !important;
}









.testimonials-inner{
    padding: 50px 0px;
}
.testimonials-inner .testimonial-list{
    margin-top: 60px;
}
.testimonials-inner .testimonial-title{
        color: var(--black-color);
    font-family: var(--dmsans--family);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}

.testimonials-inner .testimonial-text{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.testimonials-inner .testimonial-box{
    border: 1px solid #eee;
    position: relative;
    z-index: 1;
    padding:30px 25px ;
    width: 100%;
    height: 100%;
}
.testimonials-inner .testimonial-box::before{
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    background: url(../images/testimonial-quat-1.png);
    width: 57px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials-inner .testimonial-contact {
 display: flex;
 align-items: center;
}
.testimonials-inner .testimonial-contact .contact-text{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--roboto--family);
}
.testimonials-inner .testimonial-contact .phone-number{
    font-size: 15px;
    color: #333;
    font-family: var(--roboto-family);
    font-weight: 400;
}
.testimonials-inner .testimonial-contact .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonials-inner .testimonial-contact .icon i{
    position: relative;
}
.testimonials-inner .testimonial-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    background: #feece7ba;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.testimonials-inner .testimonial-contact .text{
    float: right;
}
 .testimonials-inner .testimonial-card .user-detail{
     margin-top: 20px;
 }
 .testimonials-inner .testimonial-card .user-detail .icon{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     overflow: hidden;
     margin:  20px auto;
 }
 .testimonials-inner .testimonial-card .user-detail .icon img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .testimonials-inner .testimonial-card .user-detail .user-title{
     font-size: 16px;
     margin-bottom: 0px;
     padding-top: 0px;
     font-weight: 400;
     color: var(--main-color);
     line-height: 1em;
     text-transform: uppercase;
 }
 .testimonials-inner .testimonial-card .user-detail .user-text{
     font-size: 16px;
     color: var(--main-color);
     line-height: 1em;
     margin-bottom: 10px;
     font-weight: 600;
       position: relative;
       font-family: var(--rajdhani-family);
 }
 .testimonials-inner .testimonial-card .quote img{
    width: 80px;
    opacity: 0.1;
 }



 .service-list-inner{
    padding: 30px 0px;
}
.service-list-inner .service-title{
    font-size: 40px;
    color: #000;
    font-family: var(--dmsans--family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
.service-list-inner .service-box .card-img{
    width: 100%;
    height: 350px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}
.service-list-inner .service-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: 0.6s all;
}
.service-list-inner .service-box .card-img:before{
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(22, 36, 61);
    background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
    z-index: 1;
}
.service-list-inner .service-box .card-img:after{
          position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(22, 36, 61, 0.3);
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
}
.service-list-inner .service-box:hover .card-img:after{
transform: translate3d(0px, 0, 0px);
}
.service-list-inner .service-box:hover .card-img img{
    transform: scale(1.15);
}
.service-list-inner .service-box .card-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}
.service-list-inner .service-box .card-content .card-title a{
     font-size: 16px;
    color: #fff;
    font-family: var(--dmsans--family);
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: capitalize;
}



.product-detail{
    padding: 50px 0px;
}
.product-detail-content .product-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--dmsans--family);
}
.product-detail .product-text{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-list{
    margin-top: 25px;
}
.product-detail .product-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.product-detail .product-list li b{
    color: var(--main-color);
}
.product-detail .product-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.product-detail-content .product-rate{
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--teko-family);
}
.product-detail .product-img img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
}
.pdf-btn img{
    width: 40px;
    margin-right: 8px;
}
.pdf-btn a{
    font-size: 20px;
    color: #121212;
    font-family: var(--oswald-family);
    font-weight: 600;
}
.product-detail-content .desc-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}
.product-detail-content .desc-list li{
    margin-right: 35px;
    position: relative;
}
.product-detail-content .desc-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    border-right: 1px dashed #c1c1c1;
    right: -20px;
}
.product-detail .product-detail-content .review-text{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a i{
    margin-right: 10px;
}
.product-detail .product-detail-content .star-rating {
    display: flex;
    justify-content: center;
}
.product-detail .product-detail-content .star-rating i {
    font-size: 14px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}
.product-detail .product-detail-content p{
    color: #666;
    font-size: 15px;
}
.product-detail .product-detail-content dt p{
    color: #000;
}

.product-detail .detail-title{
      font-size: 20px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-detail .detail-list li{
     font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}


/* Sidebar */
.sidebar{
    /* position: sticky;
    top: 150px; */
    background: linen;
    padding: 30px 25px;
    border-radius: 10px;
}





.sidebar-title{
	position:relative;
	margin-bottom:25px;
    font-size: 24px;
    font-weight: 700;
}
.sidebar-title i{
    color: var(--main-color);
    margin-right: 7px;
}




.sidebar .services-widget ul{
	position: relative;
	display: block;
}

.sidebar .services-widget ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}



.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before{
	width: 100%;
}

.sidebar .services-widget ul li a{
	position: relative;
	display: block;
    border:none;
    border-radius: 5px;
    background: #fff;
	padding: 12px 20px;
	padding-right: 50px;
	line-height: 30px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0px;
	top: 0px;
    color: var(--main-color);
    transform: rotate(-45deg);
	line-height: 30px;
	padding: 12px 5px;
	width: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon{
	color: #ffffff;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a{
	color: #ffffff !important;
	background: var(--main-color);
}

.sidebar .services-widget ul li.active a::before ,.sidebar .services-widget ul li:hover a::before{
    color: #fff !important;
}


.aside-ad-box{
    border: 1px solid #E5E7E8 ;
    position: relative;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    position: relative;
}
.aside-ad-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:277px;
    background: url(../images/achieved_shape.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.aside-ad-box .logo-img img{
    width: 200px;
    margin-bottom: 25px;
}
 .aside-ad-box .aside-title{
     font-size: 24px;
     margin-bottom: 25px;
     font-weight: 600;
     color: #000;
 }
 .aside-ad-box .aside-text{
     font-size: 18px;
     color: var(--main-color);
     line-height: 1em;
     margin-bottom: 10px;
     font-weight: 600;
       position: relative;
 }
 
 .aside-ad-box .aside-text i{
    margin-right: 5px;
 }

.broucher-box{
    background: var(--main-color);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.broucher-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape_2.png);
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
 .broucher-box .broucher-title{
     font-size: 20px;
     margin-bottom: 15px;
     font-weight: 600;
     color: #fff;
 }
 .broucher-box .broucher-text{
     font-size: 16px;
     color: #fff;
     line-height: 25px;
     margin-bottom: 10px;
     font-weight: 400;
       position: relative;
 }
  .broucher-box .btn-list{
    margin-top: 25px;
  }
 .broucher-box .btn-list li:not(:last-child){
    margin-bottom: 15px;
 }
 .broucher-box .btn-list li .pdf-btn{
    background: #fff;
    width: 100%;
    border: none !important;
    padding: 12px 20px;
    text-align: left;
    color: #000 !important;
 }
 .broucher-box .btn-list li .pdf-btn i{
    color: var(--main-color);
    margin-right: 7px;
 }



 .enquiry-detail{
    padding: 50px 0px;
 }
 .enquiry-detail .enquiry-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--dmsans--family);
    text-align: center;
}
.enquiry-detail form .form-label{
    font-size: 16px;
        font-family: var(--dmsans--family);
}
 .enquiry-detail form .form-control , .enquiry-detail form .form-select{
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
}
 .enquiry-detail form .form-control::placeholder , 
 .enquiry-detail form .form-select::placeholder{
    color: #999;
}
 .enquiry-detail form textarea.form-control{
    height: auto;
    padding: 12px;
}






.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;

}
.slider-banner-image {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
}
.banner-slider .slider.slider-nav {
    padding: 0px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width:100%;
    height: 110px;
}
.slider-banner-image img, .thumbImg img {
    width:100%;
}
.thumbImg{
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    cursor: pointer;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 400px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}


.moretext {
  display: none;
}
.text-link{
    color: var(--main-color);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}


.mobile-address{
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.mobile-address li{
    padding:0px 25px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.mobile-address li:last-child{
    padding-right: 0px;
    margin-bottom: 0px;
}
.mobile-address  li:not(:last-child):after{
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.mobile-address .contact-text{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--oswald-family);
}
.mobile-address .phone-number{
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.mobile-address .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.mobile-address .icon i{
    position: relative;
}
.mobile-address .text{
    float: left;
    margin-top: 10px;
}

.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:20px;
    line-height: 55px;
	right:20px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  z-index:100;
}

.float .my-float{
	margin-top:16px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: #fd6601;
}

@media (min-width: 2000px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 180px;
    }
.mobile-header .logo img{
    width: 200px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
  .banner-carousel .banner-img{
    height: 70vh;
  }
  .banner .banner-content .banner-title , .about-detail .big-title{
    font-size: 60px;
  }
  .about-detail .about-title , .our-service .service-title , .service-list-inner .service-title, .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
  .process-shape img{
    display: none;
  }
  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
}
.our-commitments .commitment-left{
    padding: 10px;
}
.what-achived {
    padding: 30px 0px 50px;
}
.testimonials .testimonial-box{
    padding: 40px;
}
.testimonials .testimonial-content {
    padding-left: 0px;
}
.about-detail .img-2{
    margin-top: 50px;
    padding: 0px;
}
.testimonials .testimonial-carousel button.owl-prev{
    left: -50px;
}
.testimonials .testimonial-carousel button.owl-next{
    right: -50px;
}
.page-banner .banner-content .banner-title{
    font-size: 40px;
}
.about-detail{
    padding: 20px 0px;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 20px;
}
.contact-detail .address-detail{
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 30px;
}
.contact-form{
    padding: 20px;
}
.page-banner{
    height: 200px;
}
   
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
        .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 180px;
    }
.mobile-header .logo img{
    width: 200px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
  .banner-carousel .banner-img{
    height: 70vh;
  }
  .banner .banner-content .banner-title , .about-detail .big-title{
    font-size: 40px;
  }
  .about-detail .about-title , .service-list-inner .service-title, .our-service .service-title , .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
  .process-shape img{
    display: none;
  }
  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
}
.our-commitments .commitment-left{
    padding: 10px;
}
.what-achived {
    padding: 30px 0px 50px;
}
.testimonials .testimonial-box{
    padding: 40px;
}
.testimonials .testimonial-content {
    padding-left: 0px;
}
.about-detail .img-2{
    margin-top: 50px;
    padding: 0px;
}
.testimonials .testimonial-carousel button.owl-prev{
    left: -50px;
}
.testimonials .testimonial-carousel button.owl-next{
    right: -50px;
}
.page-banner .banner-content .banner-title{
    font-size: 40px;
}
.about-detail{
    padding: 20px 0px;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 20px;
}
.contact-detail .address-detail{
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 30px;
}
.contact-form{
    padding: 20px;
}
.page-banner{
    height: 200px;
}
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 180px;
    }
.mobile-header .logo img{
    width: 150px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
  .banner-carousel .banner-img{
    height: 70vh;
  }
  .banner .banner-content .banner-title , .about-detail .big-title{
    font-size: 35px;
  }
  .page-banner .banner-content .banner-title{
    font-size: 30px;
  }
  .about-detail .about-title , .our-service .service-title , .testimonials-inner .testimonial-title, .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
  .process-shape img{
    display: none;
  }
  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
}
.our-commitments .commitment-left{
    padding: 10px;
}
.our-commitments .commitment-bg{
    height: 475px;
}
.testimonials .testimonial-box{
    padding: 40px;
}
.testimonials .testimonial-content {
    padding-left: 0px;
}
.about-detail .img-2{
    margin-top: 50px;
    padding: 0px;
}
.testimonials .testimonial-carousel button.owl-prev{
    left: -50px;
}
.testimonials .testimonial-carousel button.owl-next{
    right: -50px;
}
.coypright-text{
    text-align: center;
}
.footer .footer-bottom .social ul{
    justify-content: center;
}
.about-detail{
    padding: 20px 0px;
}
.vision-detail .vision-box::after{
    display: none;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 20px;
}
.contact-detail .address-detail{
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 20px;
}
.contact-form{
    padding: 20px;
}
.page-banner{
    height: 200px;
}
}
