@import url('https://fonts.googleapis.com/css2?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=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root{
    --theme-color:#EE3338;
    --lato-family:"Lato", serif;
    --yantra-family: "Yantramanav", serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--lato-family);
    background: #fff;
}
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;
}

/* 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: 95%;
}
.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: #01BAFC ;
}


.common-btn{
    background: var(--theme-color);  /* fallback for old browsers */
    padding: 12px 35px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none !important;
    color: #fff !important;
}
.common-btn:hover , .common-btn:focus{
   background: var(--theme-color);  /* fallback for old browsers */
    color: #fff !important;
}

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    border-radius: 0px !important;
    background: #fff !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(106, 113, 124, 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(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.top-header {
    background:var(--theme-color);
    font-family: var(--fira-sans-family);
    padding: 10px 0px;
}
.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
    position: relative;
}
.top-header .top-header-left ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ffffff90;
}
.top-header .top-header-left .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-right .desc-link{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.top-header .top-header-right .desc-link li{
    margin-left: 25px;
    position: relative;
}
.top-header .top-header-right .desc-link li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}
.top-header .top-header-right .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.top-header .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .social-icon li{
    margin-left: 15px;
}
.top-header .social-icon li a i{
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}
.top-header .follow-link{
    padding: 0px 20px;
    font-size: 14px;
    color: #fff;
}
.main-section{
    background-color: #fff;
    background-image: url(../images/216.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.main-header .navbar{
    padding:  10px 0px;
    width: 100%;
    position: relative;
    z-index: 1020;
     font-family: var(--fira-sans-family);
    
}
.main-header .navbar .navbar-collapse{
    position: relative;
}
.main-header .navbar-brand img{
    width: 100px;
}
.main-header .navbar .nav-link{
    font-size: 16px;
    color: #000;
    padding: 20px 0px;
    position: relative;
    font-weight: 500;
    position: relative;
}
.main-header .navbar li.dropdown .nav-link:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 4px;
    margin-top: 7px;
    opacity: .9;
    color: var(--main-color);
}
.main-header .navbar .nav-link:hover , .main-header .navbar .nav-link.active{
    color: var(--theme-color);
}
.main-header .navbar .nav-item{
    padding-left:45px;
}
.main-header .navbar .main-header-contact .icon{
    font-size: 24px;
    color: #8a8a8a;
    text-align: left;
}
.main-header .navbar .main-header-contact ul{
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}
.main-header .navbar .main-header-contact ul li{
    padding:0px 25px;
    position: relative;
}
.main-header .navbar .main-header-contact ul li:last-child{
    padding-left: 25px;
    padding-right: 0px;
}
.main-header .navbar .main-header-contact ul li:not(:last-child):after{
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.main-header .navbar .main-header-contact .contact-text{
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 500;
}
.main-header .navbar .main-header-contact .phone-number{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.main-header .navbar .main-header-contact .icon{
    margin-right: 10px;
    color: var(--theme-color);
    text-align: center;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.main-header .navbar .main-header-contact .text{
    float: right;
}
.main-header .navbar .nav-item.dropdown .dropdown-toggle::after{
    border: none;
}
.main-header .navbar .nav-item  .dropdown-menu{
     border: none;
     border-top: 3px solid var(--main-color);
    border-radius: 0px;
    background: #fff;
    padding: 0px 10px;
    max-width: 100%;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.07),0 0 0 rgba(0,0,0,.1) inset;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    padding: 12px 20px;
    text-align: left;
    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;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover{
    color: var(--main-color)!important;
}
.main-header .navbar .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_left .5s linear 1;
}

.main-header .navbar .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
.main-header .navbar  .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #666;
}
.main-header .navbar  .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.main-header .navbar  .social i {
    color: #444;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #444;
    text-align: center;
    border-radius: 5px;
        margin:0px 5px 0px 0px;
}
@keyframes bg-anim {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1
    }

    80% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }

    to {
        opacity: 0
    }
}
.main-header .navbar  .social a {
    cursor: pointer;
}
.main-header .navbar  .social i:hover{
    color: #3F4096;
}
@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.header-btn{
    background: var(--main-color);
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    border: none;
    margin-bottom: 25px;
}
.header-btn:hover , .header-btn:focus{
    background: var(--main-color);
    color: #fff;
}

.banner .banner-img-box{
    width: 100%;
    height: 82vh;
    position: relative;
    overflow: hidden;
}
.banner .banner-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg,rgba(21,47,0,.56) 1.03%,rgba(21,47,0,0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.banner .banner-img-box::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0,0%,100%,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
  .banner .banner-carousel .owl-item.active .banner-img-box:after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}
.line-circle{
    position: absolute;
    left: 0;
    bottom: 2%;
    width:400px;
    max-width: 100%;
}
.banner  .img-wrapper{
    content: "";
    position: absolute;
    left: 60px;
    top: 200px;
    width: 200px !important;
    height: auto !important;
    z-index: -1;
    opacity: 0.5;
}
.banner  .banner-content-wrapper{
    position: relative;
    z-index: 0;
 right: -30px;
 padding: 30px;
 z-index: 10;
}
.banner  .banner-content-wrapper .project-count{
    padding: 4px;
    background: #fffbfb;
    margin-right: -120px;
    position: relative;
    margin-top: 50px;
    border-radius: 0px;
    text-align: center;
    z-index: 0;
}
.border-rt{
    position: relative;
}
.border-rt:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    height: 70%;
    width: 1px;
}
.banner  .banner-content-wrapper .project-count .count-box{
    padding: 20px;
}
.banner  .banner-content-wrapper .project-count .count-number{
    font-size: 40px;
    color: var(--theme-color);
    font-weight: 800;
    margin-bottom: 0px;
 }
.banner  .banner-content-wrapper .project-count .count-text{
   font-size: 14px;
   color: #666;
   font-weight: 400;
}
.banner-subtitle{
     font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 15px;
    position: relative;  
    padding-left: 20px; 
    letter-spacing: 2px;
    text-transform: uppercase;
}
.banner-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform:translateY(-50%) skew(-200deg);
  -moz-transform:translateY(-50%) skew(-200deg);
  transform:translateY(-50%) skew(-200deg);
    width: 8px;
    background: var(--theme-color);
    height: 15px;
}
.banner  .banner-title{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 65px;
    text-transform: capitalize;
    margin-bottom: 15px;   
    font-family: "Roboto Slab", serif;
}
.banner .img-effect img{
    bottom: -20px;
}
 .img-effect{
    position: relative;
    color: var(--theme-color);
    display: inline-block;
}
.img-effect img {
    position: absolute;
    animation: bg-anim 5s linear infinite;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 40px);
}
.banner  .banner-text{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner  .banner-btn{
    background: var(--theme-color);  /* fallback for old browsers */
    padding: 12px 35px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none !important;
    color: #fff !important;
}
.banner .banner-content .banner-box .banner-btn:hover , .banner .banner-content .banner-box .banner-btn:focus{
   background: var(--theme-color);  /* fallback for old browsers */
    color: #fff !important;
}


/* .banner-carousel .banner-img-1{
    background: url(../images/banner/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
} 

.banner-carousel .banner-img-4{
    background: url(../images/banner/banner-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
} 

.banner-carousel .banner-img-5{
    background: url(../images/banner/banner-5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 500px;
} 

.banner .banner-carousel .owl-nav{
    display: none;
}
.banner .banner-carousel .owl-dots {
    display: none;
    position: absolute;
    bottom:  2%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 12px;
    height:12px;
    margin: 5px;
    background:#fff;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: #1ca2e5;
   background: #1ca2e5;
   width: 30px;
   border-radius: 30px;
}
.banner .banner-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a6;
    z-index: -2
}

.banner .banner-img .hero-shape2-1 {
    position: absolute;
    height: 100%;
    width: 500px;
    opacity: .6;
    z-index: -1
}

.banner .banner-img .hero-shape2-1:after,.banner .banner-img .hero-shape2-1:before {
    content: "";
    position: absolute;
    height: calc(100% + 160px);
    width: 445px;
    background: linear-gradient(180deg,var(--theme-color) 0,rgba(232,9,46,0) 100%);
    opacity: .75;
    transform: skew(30deg,0deg);
    top: -160px;
    left: 150px;
    z-index: 1
}

.banner .banner-img .hero-shape2-1:before {
    background: var(--theme-color);
    opacity: .26;
    width: 385px;
    height: calc(100% + 200px);
    left: 0;
    transform: skew(-31deg,0deg)
}

.banner .banner-img .hero-shape2-1 .hero-shape2-2 {
    position: absolute;
    width: 300px;
    height: 279px;
    background: linear-gradient(180deg,#e8092e,rgba(232,9,46,0));
    opacity: .76;
    bottom: 40px;
    left: 175px;
    transform: skew(-31deg,0deg)
} */

.main-subtitle{
     font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 15px;
    position: relative;  
    padding-left: 20px; 
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform:translateY(-50%) skew(-200deg);
  -moz-transform:translateY(-50%) skew(-200deg);
  transform:translateY(-50%) skew(-200deg);
    width: 8px;
    background: var(--theme-color);
    height: 15px;
}
.main-title{
    font-size: 44px;
    font-weight: 800;
    line-height: 65px;
    color: #000;
    margin-bottom: 15px;   
    text-transform: capitalize;
      font-family: "Roboto Slab", serif;
}
.main-title-white{
    font-size: 44px;
    font-weight: 800;
    line-height: 65px;
    color: #fff;
    margin-bottom: 15px;   
    text-transform: capitalize;
      font-family: "Roboto Slab", serif;
}

.service-detail{
    padding: 50px 0px;
}
.service-detail .service-text{
     font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.service-detail .service-box{
    padding: 0px 20px;
}
.service-detail .service-box .icon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.service-detail .service-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
.service-detail .service-box .box-title{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;   
    text-transform: uppercase;
     font-family: "Raleway", serif;
     letter-spacing: .35em;
}
.service-detail .service-box .box-text{
     font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}
.service-detail .service-box .divider-decor {
    margin: 1em 0
}
.divider-decor {
    display: inline-block;
    width: 6.25em;
    border-top: 2px solid #f33544;
    margin: 5px 0 1em
}

.divider-decor>* {
    border-top: 2px solid #f33544;
    margin: 5px auto 0
}

.divider-decor>:first-child {
    width: 62%
}

.divider-decor>:last-child {
    width: 40%
}



.featured-service{
    padding: 50px 0px;
        background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-service .featured-box{
    background: #16203d;
    padding: 35px;
    text-align: center;
}
.featured-service .featured-box .box-text{
    font-size: 14px;
    color: #D2D3D5;
}
.featured-service .featured-box .box-text{
    font-size: 16px;
    color: #D2D3D5;
    margin-bottom: 10px;
}
.featured-service .featured-box .box-title{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;   
     font-family: "Roboto Slab", serif;
}
.featured-service .featured-box .img-box{
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.featured-service .featured-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-service .featured-box .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg,rgba(21,47,0,.56) 1.03%,rgba(21,47,0,0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.featured-service .featured-box .img-box::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0,0%,100%,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
  .featured-service .featured-box .img-box:hover:after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}
.featured-service .featured-box .card-link{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;   
    letter-spacing: 0.35em;
    text-transform: uppercase;
    position: relative;
}
.featured-service .featured-box .card-link::after{
    content: "";
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #eee;
    border-radius: 50%;
    bottom: -15px;
}
.featured-service .featured-box .card-link::before{
    content: "";
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #eee;
    border-radius: 50%;
    bottom: -15px;
}
.service-carousel  .owl-nav{
    display: block !important;
     position: absolute;
    right:0px;
    top: -100px;
 }
   .service-carousel  button{
    margin: 0 5px;
   }
  .service-carousel  button.owl-prev {
   border: none;
   background: var(--theme-color) !important;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    color:#fff !important;
    outline: none;
}
 .service-carousel  button.owl-next{
   border: none;
   background: var(--theme-color) !important;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
      color:#fff !important;
    outline: none;
}
.divider-decor-white {
    margin: 1em 0
}
.divider-decor-white {
    display: inline-block;
    width: 6.25em;
    border-top: 2px solid #fff;
}

.divider-decor-white>* {
    border-top: 2px solid #fff;
    margin: 5px auto 0
}

.divider-decor-white>:first-child {
    width: 62%
}

.divider-decor-white>:last-child {
    width: 40%
}



.why-choose{
    padding: 50px 0px;
}
.why-choose .why-choose-text{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 15px;
}
.why-choose .img-box{
    width: 100%;
    height: 500px;
}
.why-choose .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.progress-content {
    background:url(../images/white-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    outline: 2px solid #fff;
    outline-offset: 10px;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    margin-right: -100px;
    /* border-radius: 10px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.progress-content .content-list li{
    display: flex;
    align-items: center;
}
.progress-content .content-list li:not(:last-child){
        padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5dce465;
}
.progress-content .content-list .icon {
    width: 45px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.progress-content .content-list .icon.facebook{
     background: #1877F2;
}
.progress-content .content-list .icon.instagram{
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.progress-content .content-list .icon.twitter{
     background: #000;
}
.progress-content .content-list .box-text{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    text-decoration: underline;
}
.progress-content .content-list .box-title{
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 5px;   
}

.milestone-detail{
    padding: 50px 0px;
}
.milestone-detail .milestone-box{
     background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}
.milestone-detail .milestone-box .milestone-wrapper{
    border: 1px solid #ffffff6c;
    padding: 20px;
}
.milestone-detail .milestone-box .milestone-wrapper .icon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.milestone-detail .milestone-box .milestone-wrapper .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
.milestone-detail .milestone-box .milestone-wrapper .box-title{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;   
    text-transform: uppercase;
     font-family: "Raleway", serif;
     letter-spacing: .35em;
}
.milestone-detail .milestone-box .milestone-wrapper .box-text{
     font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.content-detail{
    padding: 60px 0px;
}
.content-detail .content-title{
    font-size: 46px;
    line-height: 54px;
    position: relative;
    margin-bottom: 25px;
}
.content-detail .content-title::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #F76E0C;
}
.content-detail .content-subtitle{
    font-size: 26px;
    line-height: 54px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
}
.content-detail .content-subtitle::after{
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #F76E0C;
}
.content-detail .content-title span{
    font-weight: 700;
    font-size: 60px;
}
.content-detail .img-box1{
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 0;
}
.content-detail .img-box1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.content-detail .img-box1:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.content-detail .img-box1:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
     width: 90%;
    height: 50%;
    background-color: var(--theme-color);
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.content-detail .spec-list{
    display: flex;
    margin-top: 15px;
}
.content-detail .spec-list li{
    font-size: 22px;
    color: #6e7889;
    position: relative;
    padding-right: 20px;
    }
.content-detail .spec-list li:not(:last-child):after{
    content: "";
    width: 2px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #F76E0C;
    position: absolute;
    right: -10px;
    margin-right: 20px;
}
.content-detail .content-text{
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
}
.content-detail .img-box{
    width: 100%;
   height: 350px;
    z-index: 0;
    position: relative;
}
/* .content-detail .img-box::after{
    content:"";
    position: absolute;
    right: -15px;
    bottom: -15px;
    background-color: #0D0D0D;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.content-detail .img-box::before{
    content:"";
    position: absolute;
    left: -20px;
    top: -20px;
    border: 1px solid var(--theme-color);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.content-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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(--theme-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-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px
}


#before-after-slider {
  width:100%;
  position:relative;
  overflow:hidden;
  user-select: none;
}

#after-image {
  display:block
}

#before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

#resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
    cursor: pointer;
}

#resizer:after {
  background:var(--theme-color);
  font-family: "Font Awesome 5 Free";
  content:'\f337';
  font-weight:900;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  position:absolute;
  margin: 0 0 0 -18px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid white;

}

@media (max-width:767px) {
  .container {
    width:100%;
    padding:0 20px
  }
}


.testimonial-detail{
      background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
}
.testimonial-detail .testimonial-content{
    position: relative;
    z-index: 1;
}
.testimonial-detail .testimonial-title{
    font-size: 30px;
    line-height: 54px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 300;
}
.testimonial-detail .testimonial-title::after{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #fff;
}
.testimonial-detail .testimonial-box{
    background: #16203d;
    padding: 25px;
    width: 100%;
    height: 100%;
    position: relative;
}
.testimonial-detail .testimonial-box .user-profile{
    margin-bottom: 10px;
}
.testimonial-detail .testimonial-box .user-profile .user-img{
    width: 70px;
    height: 70px;
    max-width: 100%;
}
.testimonial-detail .testimonial-box .quote-icon {
    position: absolute;
    top: -19px;
    right: 15px;
    color: #efefef38;
    font-size: 80px;
}
.testimonial-detail .testimonial-box .user-profile .user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.testimonial-detail .testimonial-box .user-name{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}
.testimonial-detail .testimonial-box .user-post{
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 8px;
}
.testimonial-detail .testimonial-box .user-text{
    font-size: 16px;
    color: #ffffff6c;
    font-weight: 400;
    margin-bottom: 8px;
}

.our-gallery{
    padding: 50px 0px;
}
.our-gallery  .image-container{
    padding: 20px 0px;
}
.our-gallery  .img-box{
    width: 100%;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.our-gallery  .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: 0.7s all;
}
.our-gallery  .img-box:hover img{
    transform: scale(1.15);
}
.our-gallery .img-box .overlay-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.75);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.our-gallery .img-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.our-gallery .img-box .overlay-box  .options-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.our-gallery .img-box .overlay-box  .options-box li {
    position: relative;
    float: left;
    margin-right: 2px;
}
.our-gallery .img-box .overlay-box  .options-box li  a .icon {
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: var(--theme-color);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.our-gallery .filters ul{
    display: flex;
    margin-top: 50px;
    align-items: center;
}
.our-gallery .filters li.active a{
    background: var(--theme-color);
    color: #fff;
}
.our-gallery .filters li a{
    background: #f9f9f9;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.button-group{ margin-top: 50px; margin-bottom: 40px;}
        .btn{
            padding: 10px 20px;
            background: #333; color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            border: none;
        }
        .btn:hover , .btn:focus{
            background: #333; color: #fff;
        }
        .btn.on{
            background: var(--theme-color);
        }

        /* grid */
        .grid{ display: flex; }
        .grid-item { 
          width: 25%;
          padding:5px; 
        }   
        .grid-item .img-box{
            width:100%;
            height:250px;
        }
        .grid-item .img-box img{
            width:100%;
            height:100%;
            object-fit:cover
        }

.offered-service{
    padding: 50px 0px;
}
.offered-service .offered-text{
     font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}
.offered-service .service-box{
    padding:10px 20px;
    background: #f9f9f9;
}
.offered-service .service-box .number{
    font-size: 40px;
    color: var(--theme-color);
    margin-bottom: 20px;
}
.offered-service .service-box .box-title{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;   
    text-transform: uppercase;
     font-family: "Raleway", serif;
     letter-spacing: .35em;
}
.offered-service .service-box .box-text{
     font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}



.news-letter{
     background-color: var(--theme-color);
    padding: 30px 0px;
}
.news-letter .news-letter-title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.news-letter .news-letter-text{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}
.news-letter .input-group .form-control{
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 12px 0px;
}
.news-letter .input-group .form-control::placeholder{
    color: #fff;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: 10px;
    border-radius: 30px;
}
.news-letter .subscribe-btn{
    background: #fff !important;
    border: 2px solid #fff !important;
    padding:16px 45px;
    border-radius:30px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
    box-shadow: none;
    outline: none;
}
.news-letter .subscribe-btn:focus , .news-letter .subscribe-btn:hover{
    color: #000 !important;
}

.footer{
    background-color: #131d3b;
    background-image: url(../images/Vector-Smart-Object.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
    position: relative;
}
.footer .footer-main-title{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}
.footer .footer-content{
    padding:0px 10px;
    position: relative;
    z-index: 1;
}
.footer  .footer-logo{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.footer .footer-logo img{
    width: 130px;
    
}
.footer .footer-content  .social-icon ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding-top: 15px;
}
.footer .footer-content  .social-icon li{
    margin-right: 10px;
}
.footer .footer-content  .social-icon li a i{
    color: #1a1a1a;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
}
.footer .footer-content  .social-icon li a i:hover{
    color: #fff;
    border-color: #eee;
    background: var(--main-color);
}
.footer .footer-title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    font-family: "Lato", sans-serif;
    margin-bottom: 25px;
}
.footer .footer-text{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-quick-links{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.footer .footer-quick-links .footer-item:not(:last-child){
    padding-right: 25px;
}


.footer .footer-quick-links .footer-item .footer-link{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-list li a:hover{
 color: #FFCB05;
}
.footer .footer-contact-list{
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer .footer-contact-list li{
    padding-bottom: 12px;
}
.footer .footer-contact-list .footer-contact{
    color: #ffff;
    font-size: 16px;
    font-weight:400;
}
.footer .footer-contact-list .footer-contact i{
    margin-right: 10px;
}
.footer .footer-contact-list .footer-contact b{
    font-weight: 700;
}

 .footer-bottom{
    margin-top: 50px;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff14;
}
.footer-bottom .copyright-text{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-bottom .copyright-text a{
  color: var(--theme-color);
}

.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:20px;
    line-height: 55px;
	left:30px;
	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;
}
.quote-wrapper{
    margin-top: 50px;
}
.quote-wrapper .icon img{
  width: 64px;
}
.quote-wrapper .text{
    margin-left: 15px;
}
.quote-wrapper .text .contact-text {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 500;
}
.quote-wrapper .text .phone-number {
    font-size: 30px;
    color: #000;
    font-weight: 800;
}

.page-banner{
      background-image: url(../images/banner/page-banner-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.page-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000a6;
    z-index: -1;
}

.page-banner .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.page-banner .banner-title{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.page-banner .bread-crumb-box nav{
    padding:5px 0px;
    
}
.page-banner .bread-crumb-box ol{
    margin-bottom: 0px;
}
.page-banner .bread-crumb-box .breadcrumb-item {
    font-weight: 400;
    font-size: 16px;
}
.page-banner .bread-crumb-box .breadcrumb-item a , .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}
.page-banner .bread-crumb-box .breadcrumb-item.active {
    color: var(--theme-color);
}


.about-section{
    padding: 50px 0px;
}
.about-section .about-text{
     font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.about-section .img-box{
    width: 100%;
    height: 400px;
}
.about-section .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .img-box-1{
    width: 100%;
    height: 600px;
}
.about-section .img-box-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.our-motto{
    padding: 50px 0px;
}
.our-motto .motto-text{
     font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.our-motto .vision-mission .icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    height: 50%;
    background: var(--theme-color);
    margin-bottom: 25px;
}
.our-motto .vision-mission .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding:10px;
    filter: brightness(0) invert(1);
}
.our-motto .vision-mission .box-title{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;   
    text-transform: uppercase;
     font-family: "Raleway", serif;
     letter-spacing: .35em;
}
.our-motto .vision-mission .box-text{
     font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}


.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:25px;
}

.accordian-style-one{
	margin-top:30px;
}

.accordian-style-one .block:before{
	position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border:1px dashed #e7e7e7;
}

.accordian-style-one .block:last-child::before{
	display:none;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	padding:7px 30px 7px 55px;
	font-weight:500;
	overflow:hidden;
	color:#2c3032;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
	background-color:var(--theme-color);
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	position:relative;
	left:-2px;
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width: 37px;
    height: 37px;
    border-radius: 5px;
    line-height: 35px;
	text-align:center;
	font-size:16px;
	color:#707070;
	background-color:#ffffff;
	border:1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordian-style-one .block .icon-outer .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.accordian-style-one .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

.accordion-box .block .acc-content{
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content-text{
	position:relative;
	font-size:14px;
	padding:10px 0px 5px 55px;
}

.accordian-style-one .block .content-text p{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:16px;
}
.accordian-style-one .block .content-list li{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:14px;
}

.accordian-style-one .block .content-text p:last-child{
	margin-bottom:0px;	
}

.accordian-style-two .block .icon-outer{
	background-color:#f9f9f9;
}

.accordian-style-two .block .acc-btn.active .icon-outer{
	background-color:#30355d;
	color:#ffffff;
}

.accordian-style-two .block .acc-btn{
	font-size:16px;
	font-weight:400;
}

.accordian-style-two .block .acc-btn.active .icon-outer .icon{
	left:2px;
}

.accordian-style-two .block .content-text{
	padding-right:0px;
}

.accordian-style-two .block:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border: 1px dashed #e7e7e7;
}

.accordian-style-two .block:last-child::before{
	display:none;
}



.featured-service-inner{
    padding: 50px 0px;
    background: #fff;
}
.featured-service-inner .featured-box{
    background: #f9f9f9;
    padding: 35px;
    text-align: center;
}
.featured-service-inner .featured-box .box-text{
    font-size: 14px;
    color: #D2D3D5;
}
.featured-service-inner .featured-box .box-text{
    font-size: 16px;
    color: var(--theme-color);
    margin-bottom: 10px;
}
.featured-service-inner .featured-box .box-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;   
     font-family: "Roboto Slab", serif;
}
.featured-service-inner .featured-box .img-box{
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
}
.featured-service-inner .featured-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-service-inner .featured-box .card-link{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;   
    letter-spacing: 0.35em;
    text-transform: uppercase;
    position: relative;
}
.featured-service-inner .featured-box .card-link::after{
    content: "";
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--theme-color);
    border-radius: 50%;
    bottom: -15px;
}
.featured-service-inner .featured-box .card-link::before{
    content: "";
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: var(--theme-color);
    border-radius: 50%;
    bottom: -15px;
}

.service-detail-page{
    padding: 50px 0px;
}
.service-detail-page .service-text{
     font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.service-detail-page .img-box{
    position: relative;
    width: 100%;
    height: 400px;
    z-index: 0;
}
.service-detail-page .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.service-detail-page .img-box:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.service-detail-page .img-box:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
     width: 90%;
    height: 50%;
    background-color: var(--theme-color);
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.contact{
    padding: 50px 0px;
}
.contact .contact-left , .contact .contact-right{
    padding: 0px 30px;
}
.contact .contact-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 40px;
}
.contact .contact-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
.contact .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.contact .contact-detail .icon{
    font-size: 26px;
    color: var(--theme-color);
    text-align: center;
    position: relative;
}
.contact .contact-detail .text{
    margin-left: 10px;
}
.contact .contact-detail .text .reservation-text{
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
    margin-bottom: 10px;
}
.contact .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
}
.contact .contact-detail .text .reservation-title a{
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}
.contact .get-title{
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 24px;
}
.contact form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact form .form-control{
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border-bottom: 1px solid #ececec3a;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact form .form-control::placeholder{
    color: #fff;
}
.contact form .form-control:focus{
    border-color: #fff;
}

.contact  .contact-right {
    background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}
.contact  .contact-wrpper {
    border: 1px solid #ffffff6c;
    padding: 20px;
}

.blog-list{
    padding: 50px 0px;
}
.blog-list .blog-card{
    border: none;
    width: 100%;
    height: 100%;
}
.blog-list .blog-card .card-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
    border-radius: 0px;
}
.blog-list .blog-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s all;
    border-radius: 0px;
}
.blog-list .blog-card .card-body{
    padding: 10px;
    margin-top: -50px;
    position: relative;
    width: 100%;
}
.blog-list .blog-card .card-body .body-wrapper{
    background: #f9f9f9;
    padding: 15px;
}
.blog-list .blog-card .user-list{
    display: flex;
}
.blog-list .blog-card .user-list li{
    font-size: 14px;
    color: #6e7889;
    padding-right: 10px;
}
.blog-list .blog-card .user-list li a{
    color: #000;
}
.blog-list .blog-card .user-list li a:hover{
    color: var(--theme-color);
}
.blog-list .blog-card .user-list li  i{
   margin-right: 5px;
   font-size: 13px;
   color: var(--theme-color);
}
.blog-list .blog-card .time-desc{
    font-size: 12px;
    color: #6e7889;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog-list .blog-card .card-title{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-list .blog-card .card-title a{
    color: #000;
}
.blog-list .blog-card .card-text{
    font-size: 15px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-list .blog-card .card-link{
    margin-top: 15px;
   font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Raleway", serif;
    letter-spacing: .35em;
    position: relative;
    display: inline-block;
}
.blog-list .blog-card .card-link a{
    color: var(--theme-color);
}
.blog-list .blog-card .card-link:hover a{
    color: var(--theme-color);
}
.blog-list .blog-card .card-link:after{
    content: "\f0da";
    position: absolute;
    right: -15px;
    top: 47%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s all;
}
.blog-list .blog-card .card-link:hover:after{
   right: -17px;
   color: var(--theme-color);
}



.blog-detail{
    padding: 50px 0px;
}
.blog-detail .card-img{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 0px;
    z-index: 0;
}
.blog-detail .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s all;
    border-radius: 0px;
}
.blog-detail .card-img:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 90%;
    height: 30%;
    background-color: var(--theme-color);
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.blog-detail .card-img:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 20%;
    transform: translateY(-50%);
    width: 30%;
    height: 50%;
    background-color: #131d3b;
    background-image: url(../images/section-bg-image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.blog-detail .user-list{
    display: flex;
}
.blog-detail .user-list li{
    font-size: 14px;
    color: #6e7889;
    padding-right: 10px;
}
.blog-detail .user-list li a{
    color: #000;
}
.blog-detail .user-list li a:hover{
    color: var(--theme-color);
}
.blog-detail .user-list li  i{
   margin-right: 5px;
   font-size: 13px;
   color: var(--theme-color);
}
.blog-detail .time-desc{
    font-size: 12px;
    color: #6e7889;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.blog-detail .card-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-detail  .card-text{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
}
#fixed-social{
    display: flex;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin:0px 1px;
   z-index: 2;
   font-size: 16px;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #257FF3;
 }
 .fixed-facebook span{
	background-color: #257FF3;
 }
 .fixed-twitter{
	background-color: #000;

 }
 .fixed-twitter span{
 	background-color: #000;
 }
 .fixed-whatsapp{
	background-color: rgb(18, 175, 10);

 }
 .fixed-whatsapp span{
 	background-color: rgb(18, 175, 10);
 }

.fixed-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

 }
.fixed-instagram span{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
 }




#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    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: var(--theme-color);
}

@media (min-width:2000px) {
   
}



@media (min-width: 992px) and (max-width: 1199.98px) {
   .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 60px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section{
        height: auto;
    }
    .banner{
        padding: 30px 0px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-title{
        font-size: 26px;
        line-height: 40px;
    }
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right: 0px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 300px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .about-section .about-title , .blog-section .blog-title, .our-gallery .gallery-title , .serving-industry .serving-industry-bg .product-title , .client-service .client-title , .product-section .product-title{
        font-size: 30px;
    }
     .service-detail {
    padding: 20px 0px;
     }
     .main-title , .main-title-white{
        font-size: 30px;
        line-height: 40px;
     }
     .progress-content{
        margin-right: 0px;
     }
     .why-choose .img-box{
        height: 300px;
     }
     .milestone-detail {
    padding: 20px 0px;
}
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}
.footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-quick-links{
    justify-content: center;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-right: 14px;
}   
.footer .footer-quick-links .footer-item .footer-link {
    font-size: 14px;
}
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
.web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 60px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section{
        height: auto;
    }
    .banner{
        padding: 30px 0px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-title {
    font-size: 26px;
    line-height: 40px;
    margin-right: -100px;
}
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right:-350px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 500px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .about-section .about-title , .blog-section .blog-title, .our-gallery .gallery-title , .serving-industry .serving-industry-bg .product-title , .client-service .client-title , .product-section .product-title{
        font-size: 30px;
    }
     .service-detail {
    padding: 20px 0px;
     }
     .main-title , .main-title-white{
        font-size: 30px;
        line-height: 40px;
     }
     .progress-content{
        margin-right: -100px;
     }
     .why-choose .img-box {
    height: 400px;
}
     .milestone-detail {
    padding: 20px 0px;
}
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}
.footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-quick-links{
    justify-content: center;
}
 
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
.content-detail .img-box1 {
    height: 237px;
}
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        padding: 10px 0px;
        background: #fff;
    }
    .mobile-header .logo img {
        width: 60px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 160px;
    }
    .toggler {
    color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .main-section{
        height: auto;
    }
    .banner{
        padding: 30px 0px;
    }
    .banner .banner-content-wrapper{
        right: 0px;
        padding: 0px;
    }
    .banner .banner-title{
        font-size: 26px;
        line-height: 40px;
    }
    .banner .img-effect img {
    bottom: -12px;
    }
    .banner .banner-content-wrapper .project-count{
        margin-right: 0px;
    }
    .border-rt:nth-child(2)::after{
       width: 0px;
    }
    .banner .banner-img-box{
        height: 300px;
    }
    .about-section .about-padd{
        padding: 0px;
    }
    .about-section .about-title , .blog-section .blog-title, .our-gallery .gallery-title , .serving-industry .serving-industry-bg .product-title , .client-service .client-title , .product-section .product-title{
        font-size: 30px;
    }
     .service-detail {
    padding: 20px 0px;
     }
     .main-title , .main-title-white{
        font-size: 30px;
        line-height: 40px;
     }
     .progress-content{
        margin-right: 0px;
     }
     .why-choose .img-box{
        height: 300px;
     }
     .milestone-detail {
    padding: 20px 0px;
}
.footer .footer-main-title , .page-banner .banner-title{
    font-size: 30px;
}
.footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-quick-links{
    justify-content: center;
}
.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-right: 14px;
}   
.footer .footer-quick-links .footer-item .footer-link {
    font-size: 14px;
}
.page-banner{
    height: 150px;
}
.about-section .img-box{
    height: 300px;
}
.our-motto , .content-detail {
    padding: 20px 0px;
}
.news-letter .news-letter-title {
    font-size: 25px;
}
.blog-detail {
    padding: 20px 0px 50px;
}
.contact .contact-left, .contact .contact-right {
    padding: 0px;
}
.footer-bottom {
    margin-top: 15px;
}

     }