@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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-regular-straight/css/uicons-regular-straight.css');

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

:root {
    --fira-sans-family: "Fira Sans", sans-serif;
    --open-sans-family: "Open Sans", sans-serif;
    --sf-pro-family: 'SF Pro Display';
    --main-color: #F7A400;
    --blue-color:#0E104B;
}
html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    /* user-select: none; */
    overflow-x: hidden;
    font-family: var(--open-sans-family);
}

h1,h2,h3,h4,h5,h6{
     font-family: var(--fira-sans-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);
}
.common-btn{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow,transform;
    background: radial-gradient( 100% 100% at 100% 0%, #0E104B 0%, #0E104B 100% );
   
    padding: 0 32px;
    border-radius: 6px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease,transform 0.15s ease;
}              
.common-btn:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #0E104B;
    transform: translateY(-2px);
    color: #fff;
}
.common-btn:active{
    box-shadow: inset 0px 3px 7px #0E104B;
    transform: translateY(2px);
}
                


.fixed {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px;
    background: var(--green-color) !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);
}

.fixed .navbar-brand img {
    display: block !important;
}

.top-header {
    background:var(--main-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-header .navbar{
    padding:  0px;
    width: 100%;
    position: relative;
    z-index: 1020;
    background: #fff;
     font-family: var(--fira-sans-family);
}
.main-header .navbar .navbar-collapse{
    position: relative;
}
.main-header .navbar-brand img{
    width: 300px;
}
.main-header .navbar .nav-link{
    font-size: 15px;
    color: #000;
    padding: 30px 0px;
    position: relative;
    font-weight: 400;
    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: 3px;
    opacity: .9;
    color: var(--main-color);
}
.main-header .navbar .nav-link:hover , .main-header .navbar .nav-link.active{
    color: var(--main-color);
}
.main-header .navbar .nav-item{
    padding-left:45px;
}
.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;
    min-width: 550px;
    max-width: 100%;
    right: 0%;
    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: 16px;
    font-weight: 400;
    display: block;
    padding: 10px 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;
}
.mega_menu_dropdown {
    position: static !important;
}
.mega_menu_dropdown  .dropdown-toggle::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 4px;
    margin-top: 3px;
    opacity: 1;
    color: #000;
    border: none;
}
.mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    transition: 0.5s;
    padding: 25px;
    min-width: 500px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.main-header .navbar .mega_menu_dropdown .menu-item{
    padding: 10px ;
    position: relative;
    
}

.main-header .navbar .mega_menu_dropdown .menu-item .menu-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #241D60;
}
.border-rt{
    position: relative;
}
.border-rt::after{
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: rgba(0,43,92,.04);
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li:not(:last-child){
    margin-bottom: 10px;
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li a{
   font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 15px 20px;
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li{
   transition: 0.6s all;
   position: relative;
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li::before{
    border: none;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    font-size: 11px;
    margin-right: 5px;
    color: #241D60;
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li:hover{
 margin-left: 5px;
}
.main-header .navbar .mega_menu_dropdown .menu-item ul li:hover a{
    color: #241d60;
}
@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;
}
.header-btn:hover , .header-btn:focus{
    background: var(--main-color);
    color: #fff;
}


.banner-carousel .banner-img{
    position: relative;
}


.banner-carousel .banner-img-1{
    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-2{
    background: url(../images/banner/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100vh;
}
.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: 100vh;
}
.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: 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-carousel .banner-small-img{
    width: 100%;
    height: 600px;
    position: relative;
    bottom: -50px;
}
.banner-carousel .banner-small-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-carousel .banner-img{
    position: relative !important;
}
.banner-carousel .banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d0;
    z-index: 1;
}
.banner-carousel .shape {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
}
.banner-carousel .shape img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.banner-carousel .banner-img-1{
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 550px;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 550px;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 550px;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }


.banner .banner-content .banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #febf13a1;
    padding: 5px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
    display: inline-block;
    border-radius: 3px;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-family: var(--open-sans-family)
}

.banner .banner-content-1 .banner-text{
    text-align: end !important;
}
.banner .banner-content .banner-text{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.banner .banner-content .banner-btn{
    background: var(--main-color) !important;
    border: none!important;
    padding: 13px 40px;
    font-size: 15px;
    color: #fff !important;
    outline: none;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    margin-left: 4px;
}
.banner .banner-content .banner-btn span{
    position: relative;
    z-index: 1;
}

.banner .banner-content .banner-btn:hover span{
    color: #fff;
}

  .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;
  }
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform:rotate(90deg) translateY(-50%);
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 8px;
    height:8px;
    margin: 5px 7px;
    background:#fff;
    
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 0px;
    position: relative;
    outline-offset: 2px;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{

   outline: 1px solid #fff;
}


  .subtitle-wrapper{
    margin-bottom: 25px;
}
.subtitle-wrapper img{
    width: 25px !important;
    margin-right: 10px;
}
.subtitle-wrapper .content-subtitle{
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.about-detail{
    padding: 50px 0px;
    position: relative;
}
.about-detail .big-title{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 85px;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    color: var(--main-color);
    -webkit-text-stroke-width: 1.3px;
    -webkit-text-stroke-color: #ffffff54;
    position: absolute;
    top: 15%;
    right: 0;
        transform: rotate(-90deg) translate(0%, -90%);
    display: inline-block;
    transform-origin: right top;
}
.about-detail img{
    width: 100%;
}
.about-detail .img-box{
    position: relative;
    text-align: center;
    padding: 20px;
}
.about-detail .img-1{
     width: 80%;
     margin-left: auto;
    position: relative;
     border-radius: 10px;
     border-left: 5px solid var(--blue-color);
}
.about-detail .img-box::after{
    width: 100px;
    background: var(--main-color);
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;

}

.about-detail .img-2{
   width: 280px;
   height: 200px;
   object-fit: cover;
   padding: 25px;   
   background: #fff;
    position: absolute;
    right: -20px;
    bottom: -50px;
    border-radius: 10px 0px 0px 0px;

}
.about-detail .experince-box{
    background: var(--blue-color);
    padding: 15px 50px;
    position: absolute;
    top: 50%;
    border-radius: 25px 25px 0px 25px;
}
.about-detail .experince-box::after{
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid var(--blue-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: 900;
    font-size: 60px;
    margin-bottom: 10px;
     font-family: "Roboto", sans-serif;
        -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-animation: fill 0.5s infinite alternate;
}
.about-detail .experince-box .text{
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: var(--fira-sans-family);
}
.about-detail .about-content{
    position: relative;
}
.about-detail .about-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-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;
}

.business-setup{
  
    padding: 50px 0px 150px;
}
.business-setup .business-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
.business-setup .business-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
.business-setup .business-box {
    background: #fff;
    position: relative;
    transition: 0.7s all;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 15px;
}
.business-setup .business-box .img-box{
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 10px;
}
.business-setup .business-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.business-setup .business-box .content{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 20px;
   
}
.business-setup .business-box .content-box{
   padding: 15px;
   background: #fff;
   border-radius: 10px;
   overflow: hidden;
   transition: 0.7s all;
}
.business-setup .business-box .box-title{
    font-size: 20px;
    color: #000;
    font-family: var(--fira-sans-family);
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.business-setup .business-box .box-text{
    font-size: 12px;
    color: var(--main-color);
    line-height: 28px;
    font-family: var(--sf-pro-family);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    display: -webkit-box;
   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.business-setup .business-box:hover .text-wrap{
    opacity: 1;
    visibility: visible;
margin-bottom: 0px;
}

.text-wrap{
     font-size: 16px;
    color: #676767;
    line-height: 25px;
    margin-bottom: 0px;
    display: -webkit-box;
   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    margin-bottom: -100px;
        transition: 0.7s all;
}

.arrow-btn{
    background: var(--main-color);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    padding: 0px;
    border: none !important;
}
.arrow-btn:hover , .arrow-btn:focus{
    background: var(--main-color) !important;
    color: #fff !important;
}


.cost-caluculator{
    padding: 50px 0px;
    background: var(--blue-color);
    position: relative;
    z-index: 0;
}
.cost-caluculator .shape{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cost-caluculator .shape img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    opacity: 0.05;
}
.cost-caluculator .cost-title{
    font-size: 40px;
    color: #fff;
    font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.cost-caluculator ul li {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}
.cost-caluculator ul li i{
    margin-right: 10px;
}
.cost-caluculator .cost-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}
.cost-caluculator .cost-form{
    margin-top: -150px;
}
.cost-caluculator .cost-form .form-box{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.cost-caluculator .cost-form .form-title{
     font-size: 26px;
    color: var(--main-color);
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.cost-caluculator form .form-label {
    font-weight: 400;
    position: relative;
    background: #fff;
    padding: 2px 3px;
    z-index: 1;
    transition: 0.5s all;
}
.cost-caluculator form .star{
    position: relative;
}
.cost-caluculator form .star::after{
    content: "*";
    margin-left: 5px;
    font-size: 14px;
    color: red;
}
.cost-caluculator form .form-control{
    background: transparent;
    border: 1px solid #efefef;
    width: 100%;
    padding:12px 15px;
    font-size: 16px;
    position: relative;
}
.cost-caluculator form .form-control:focus{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}
.cost-caluculator .form-control:focus ~ .form-label{
    bottom: 0px !important;
    left: 0px !important;
}
.cost-caluculator form .form-control::placeholder{
  font-size: 13px;
}
.submit-btn{
    background: var(--main-color);
    font-size: 15px;
    border-radius: 5px;
    padding: 10px 20px;
   border: none;
   outline: none;
   color: #fff;
   font-weight: 400;
  
}
.submit-btn:focus , .submit-btn:hover{
    background: var(--main-color);
    color: #fff;
}



.working-process{
    padding: 50px 0px;
}
.working-process .process-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
.working-process .process-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
.working-process .process-box{
    position: relative;
}
.working-process .process-box .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 100px;
    background: #fff;
    border-radius: 50%; 
    outline-offset: 4px;
    outline: 1px dashed var(--main-color);
}
.working-process .process-box .icon img{
    width: 50px;
}
.working-process .process-box .card-title{
    font-size: 20px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.working-process .process-box .card-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
.arrow-shape{
position: absolute;
top: 30%;
transform: translateY(-50%);
right: -15%;
}


.pricing-plan{
    padding: 50px 0px ;
}
.pricing-plan .plan-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
.pricing-plan .plan-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
.pricing-plan .plan-box{
    padding: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}
.pricing-plan .plan-box.plan-box-1{
    background: url(../images/plan-1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.pricing-plan .plan-box.plan-box-2{
    background: url(../images/plan-2.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.pricing-plan .plan-box.plan-box-3{
    background: url(../images/plan-3.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.pricing-plan .plan-box.plan-box::after{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d0;
    z-index: 1;
}
.pricing-plan  .plan-box .plan-content{
    position: relative;
    z-index: 2;
    width: 100%;
}
.pricing-plan .enquiry-btn{
    background: var(--main-color);
    display: block;
    width: 100%;
    padding: 12px 25px;
    color: #fff !important;
    border: none !important;
}
.pricing-plan  .plan-box .box-subtitle{
    font-size: 14px;
    color: var(--main-color);
    text-transform: uppercase;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 400;
}
.pricing-plan  .plan-box .box-title{
    font-size: 20px;
    color: #fff;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.pricing-plan  .plan-box .box-rate{
    font-size: 40px;
    color: #fff;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.pricing-plan  .plan-box .box-rate span{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}
.pricing-plan  .plan-box .box-list li {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f9f9f915;
    position: relative;
    padding-left: 20px;
}
.pricing-plan  .plan-box .box-list li::before{
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    top: 0;
    left: 0;
    opacity: .9;
    color: var(--main-color);
}
.pricing-plan  .plan-box .box-list li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pricing-plan  .plan-box .box-list li i{
    margin-right: 10px;
}



.our-service{
    padding: 50px 0px;
    background: #eff7f6;
}
.our-service .service-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.our-service .service-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}

.our-service .service-list .service-box{
    background:#fff url(../images/why-choose__item-two-overly.png);
    background-size: cover;
    background-position: right;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.our-service .service-list .service-box::after{
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: var(--main-color);
    transition: 0.7s all;
}
.our-service .service-list .service-box:hover::after{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}
.our-service .service-list .service-box:hover .card-title a, .our-service .service-list .service-box:hover .card-text{
    color: #fff;
}
.our-service .service-list .service-box:hover .icon img{
    filter: brightness(0) invert(1);
}
.our-service .service-list .service-box .content{
    position: relative;
    z-index: 1;
}
.our-service .service-list .service-box .icon{
    text-align: center;
    margin-bottom: 20px;
}
.our-service .service-list .service-box .icon img{
    width: 64px;
    transition: 0.8s all;
}
.our-service .service-list .service-box .card-title{
    text-align: center;
     margin-bottom: 10px;
}
.our-service .service-list .service-box .card-title a{
    font-size: 18px;
    color: #000;
     font-family: var(--fira-sans-family);
     display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    transition: 0.8s all;
}
.our-service .service-list .service-box .card-text{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
       transition: 0.8s all;
       display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial{
   padding: 50px 0px 100px;
   position: relative;
}
.testimonial .testimonial-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.testimonial .testimonial-card{
    border: 1px solid #ddd;
    padding: 25px;
    margin: 2px;
}
.testimonial .testimonial-card .icon img{
   position: absolute;
   bottom: 20px;
   right: 30px;
    opacity: 0.5;
    width: 50px;
}
.testimonial .testimonial-card .card-text{
    font-size: 14px;
    color: #676767;
    line-height: 30px;
}
.testimonial .testimonial-card .card-title{
    color: #000;
    font-size: 16px;
    margin-top: 35px;
    text-transform: uppercase;
}
.testimonial .testimonial-card .card-subtitle{
    color: var(--main-color);
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
}
.testimonial .testimonial-slider .owl-nav{
    display: none;
}
.testimonial .testimonial-slider .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.testimonial .testimonial-slider .owl-dots .owl-dot span {
    width: 5px;
    height:5px;
    margin: 5px 7px;
    background:#ddd;
    display: block;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    transition: opacity 0.2s ease;
    border-radius: 0px;
    padding: 2px;
    position: relative;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span{
    background: var(--main-color);
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span:after{
    content: "";
    width: 11px;
    height: 11px;
    left: -3px;
    top: -3px;
    position: absolute;
    background: transparent;
    border: 1px solid var(--main-color);
}


.our-clients{
    padding: 60px 0px;
}
.our-clients .client-title{
     font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.our-clients .client-icon{
    border: 1px solid #eee;
    padding: 0px;
    float: left;
    width: 100%;
    height: 140px;
    position: relative;
}
.our-clients .client-icon img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.client-carousel .owl-nav{
    margin-top: 30px;
}
.client-carousel .owl-nav button.owl-prev {
    background: #35358b;
    border: 1px solid #35358b;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    color: #fff;
    outline: none;
    margin-right: 3px;
}
.client-carousel .owl-nav button.owl-next{
    background: #35358b;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: 1px solid #35358b;
    color: #fff;
    outline: none;
    margin-left: 3px;
}
.client-carousel .owl-nav button.owl-prev:hover , .client-carousel .owl-nav button.owl-next:hover{
    border-color: #35358b;
    color: #fff;
}


.get-touch{
    background: url(../images/get-touch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0px;
    height: 100%;    
    position: relative;
}
.get-touch::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}
.get-touch .get-touch-left{
    padding: 30px;
}
.get-touch h4{
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 700;
    
}
.get-touch p{
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}
.get-touch .get-contact {
 display: flex;
 align-items: center;
 margin-top: 25px;
}
.get-touch .get-contact .contact-text{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--fira-sans-family);
}
.get-touch .get-contact .phone-number{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.get-touch .get-contact .icon{
    margin-right: 20px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.get-touch .get-contact .icon i{
    position: relative;
}
.get-touch .get-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
        background: hsla(0, 0%, 100%, .2);;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.get-touch .get-contact .text{
    float: right;
}
.get-touch .get-touch-form{
    background: #fff;
    padding:50px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: -150px;
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
}
.get-touch .get-touch-form .subtitle{
    font-size: 14px;
    color: #000;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform:uppercase ;
}
.get-touch .get-touch-form .title{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1.8px;
}
.get-touch .get-touch-form input , .get-touch .get-touch-form  select , .get-touch .get-touch-form  textarea{
    border: 1px solid #efefef;
    border-radius: 6px;
    font-size: 15px;
    padding: 12px 20px;
    color: #6e7879;
    width: 100%;
}
.submit-btn {
    background: var(--main-color);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.submit-btn i{
    margin-left: 8px;
}
 .submit-btn:hover ,  .submit-btn:focus{
    background: var(--main-color);
    color: #fff;
}


 .footer{
    padding: 60px 0px 15px;
    position: relative;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.footer::after {
    background: url(../images/bg-footer.png);
    transition: all .4s;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.footer .container{
    position: relative;
    z-index: 2;
}
.footer .logo img{
    width: 270px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}
.footer  .input-group{
    background: rgba(66, 66, 66, 0.85);
    border-radius: 0px;
    padding: 2px ;
    border: 1px solid rgba(66, 66, 66, 0.85);
}
.footer .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 14px;
   font-weight: 400;
   padding: 10px 20px;
   color: #fff;
   font-family: var(--yantramanav-family);
}
.footer .input-group .form-control::placeholder{
    color: #fff;
}
.footer  .search-btn{ 
    background: var(--main-color) ;
    border-radius: 0px !important;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
      font-family: var(--yantramanav-family);
}
.footer  .search-btn i{
    margin-left: 7px;
}
.footer .shipping-detail{
    padding:20px 0px ;
    border-bottom:1px solid #5C5C5C;
}
.footer .shipping-detail .shipping-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--fira-sans-family);
}

.footer .link-desc{
    padding: 30px 0px;
    border-bottom: 1px solid #5c5c5c6c;
    
}
.footer .link-desc .footer-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
        font-family: var(--yantramanav-family);
}
.footer .link-desc .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #fff;
}
.footer .link-desc .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 25px;
}
.footer .link-desc .social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
        margin:0px 5px 0px 0px;
}
.footer .link-desc .social a {
    cursor: pointer;
}
.footer .link-desc .social i:hover{
    color: var(--main-color);
}
.footer .footer-address-list{
    margin-top: 15px;
}
.footer .footer-address-list li{
  margin-bottom: 15px;
}
.footer .footer-address-list li a{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: var(--yantramanav-family);
}

.footer .footer-address-list li a i{
    margin-right: 10px;
    color: var(--main-color);
}
.footer-list li{
    margin-bottom: 15px;
}
.footer .link-desc .footer-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: var(--teko-family);
}
.footer-list li .footer-link{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    transition: 0.6s all;
        font-family: var(--yantramanav-family);
}
.footer-list li .footer-link:hover{
    color: var(--main-color);
    margin-left: 5px;
}
.footer-list li .footer-link:hover:after{
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.footer .footer-contact-list li{
  margin-bottom: 10px;
}
.footer .footer-contact-list li h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer .footer-contact-list li h6 i{
    margin-right: 10px;
}
.footer .footer-contact-list li a{
    font-size: 15px;
    color: #929FA5;
    margin-bottom: 0px;
}

.footer .footer-contact-list li a i{
    margin-right: 10px;
}

.footer .footer-bottom{
    padding-top: 15px;
}
.footer-bottom .coypright-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
      font-family: var(--yantramanav-family);
}
.footer-bottom .coypright-text a{
    color: var(--main-color);
}
.footer .divide-list{
    display: flex;
    margin-bottom: 0px;
    margin-top: 25px;
}
.footer .divide-list .divide-link{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
}
.footer .divide-list  li{
    position: relative;
    margin-right: 25px;
}
.footer .divide-list  li:not(:last-child)::after{
    content: "";
    position: absolute;
    right: -14px;
    width: 2px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}



.page-banner{
    background: url(../images/page-banner.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 100px 0px;
    z-index: 0;
}
.page-banner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: -1;
}
.page-banner .banner-title{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    z-index: 1;
    font-family: var(--open-sans-family);
    text-transform: uppercase;
}
.page-banner .bread-crumb-box{
    position: absolute;
    bottom: 0;
    background: #fff;
    padding:5px 20px;
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
}
.page-banner .shape {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
}
.page-banner .shape img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.page-banner .bread-crumb-box ol{
    margin-bottom: 0px;
    font-family: var(--yantramanav-family);
}
.page-banner .bread-crumb-box .breadcrumb-item {
    font-weight: 400;
}
.page-banner .bread-crumb-box .breadcrumb-item a{
    color: #676767;
}
.page-banner .bread-crumb-box .breadcrumb-item.active {
    color: var(--main-color);
}

.our-team{
    padding: 50px 0px;
}
.our-team .team-title{
     font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
.our-team .team-box .img-box{
    width: 100%;
    height: 320px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.our-team .team-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

.our-team .team-box  .content-box .card-title{
    font-size: 20px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}
.our-team .team-box  .content-box .card-text{
    font-size: 15px;
    color: var(--main-color);
    letter-spacing: 3px;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.our-team .team-box .social-icon-box{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7a400bf;
    border-radius: 10px 10px 0px 0px;
    padding:15px;
    width: 100%;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.7s all;
}
.our-team .team-box:hover .social-icon-box{
    transform: translateY(0px);
    opacity: 1;
}
.our-team .team-box .social-icon-box .social-icon-list .social-icon{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0px;
}
.our-team .team-box .social-icon-box .social-icon-list .social-icon li{
    position: relative;
}
.our-team .team-box .social-icon-box .social-icon-list .social-icon li:not(:last-child)::after{
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    background: #f8f8f8;
}
.our-team .team-box .social-icon-box .social-icon-list .social-icon a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    text-align: center;
}



.vision-detail{
    padding: 50px 0px;
}
.vision-detail .vision-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.vision-detail .vision-box.vison-img{
    background: url(../images/vision.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.vision-detail .vision-box.mission-img{
    background: url(../images/mission.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.vision-detail .vision-box::after{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d0;
    z-index: 1;
}
.vision-detail .vision-box .box-content{
    position: relative;
    z-index: 2;
    padding: 25px;
}
.vision-detail .vision-box .icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--main-color);
    margin-top: -60px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 65px;
    border: 6px solid #fff;
}
.vision-detail .vision-box .icon img{
    width: 35px;
}
.vision-detail .vision-box .box-text{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 28px;
    font-weight: 400;
}
.vision-detail .vision-box .box-title{
    font-size: 20px;
    color: #fff;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}



.our-statistics{
    padding: 50px 0px;
}
.our-statistics .card{
    border-radius: 0px;
    background-color: #f9f9f9;
    border: none;
    padding: 15px 5px;
}
.our-statistics .card .icon{
    text-align: center;
    padding: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-statistics .card .icon::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 90%;
    background: #eee;
}
.our-statistics .card .icon img{
    width: 50px;
}
.our-statistics .card .content{
padding: 10px 15px;
}
.our-statistics .card .content .content-title{
    font-size: 24px;
    color: var(--main-color);
}
.our-statistics .card .content .content-text{
    font-size: 14px;
    color: #666;
}




.service-detail{
    padding: 50px 0px;
}
.service-detail .service-title{
    font-size: 20px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.service-detail .service-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 3px;
    border-radius: 50px;
    background: var(--main-color);
}
.service-detail .service-title::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    height: 3px;
    border-radius: 50px;
    background: var(--main-color);
}
.service-detail .service-text{
    font-size: 16px;
    color: #676767;
    line-height: 28px;
    margin-bottom: 15px;
}
.service-detail .service-content-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.service-detail .service-content-list li:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    font-size: 12px;
    color: var(--main-color);
}
.service-detail .img-box{
    width: 100%;
    height: 450px;
    position: relative;
    margin-bottom: 25px;
}
.service-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-detail .content-box{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7a400ed;
    padding: 20px;
    width: 90%;
}
.service-detail .content-box .content-text{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 28px;
    font-weight: 400;
}
.service-detail .service-list{
    margin-top: 50px;
}
.service-detail .service-list-title{
    font-size: 30px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.service-detail .service-list-text{
    font-size: 16px;
    color: #676767;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
}
.service-detail .service-list .small-img-box{
    width: 100%;
    height: 200px;
    position: relative;
}
.service-detail .service-list .small-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-detail .service-list .service-card{
    background: linear-gradient(to right, rgba(237, 245, 255, 0.1) 0%, rgba(228, 32, 50, 0.08) 100%);
    border: 2px solid var(--main-color);
    padding: 25px;
}
.service-detail .service-list .service-card .card-icon{
    text-align: center;
}
.service-detail .service-list .service-card .card-icon img{
    width: 64px;
}
.service-detail .service-list .service-card .card-text{
    font-size: 14px;
    color: #676767;
    margin-bottom: 0px;
    line-height: 28px;
    font-weight: 400;
}
.service-detail .service-list .service-card .card-title{
    font-size: 20px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.aside-ad-box{
    border: 1px solid #E5E7E8 ;
    position: relative;
    border-radius: 10px;
    padding:50px ;
    text-align: center;
    position: relative;
    background: url(../images/contact.jpg);
    background-size: cover;
    z-index: 0;
}
.aside-ad-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
background: #000000bf;
    z-index: -1;
     border-radius: 10px;
}
.aside-ad-box .logo-img img{
    width: 80px;
    margin-bottom: 25px;
}
 .aside-ad-box .aside-title{
     font-size: 20px;
     margin-bottom: 25px;
     font-weight: 500;
     color: #fff;
     border-bottom: 1px solid #ffffff54;
     padding-bottom: 25px;
 }
 .aside-ad-box .aside-text{
     font-size: 16px;
     color: #fff;
     line-height: 1em;
     margin-bottom: 15px;
     font-weight: 400;
       position: relative;
 }
 
 .aside-ad-box .aside-text i{
    margin-right: 5px;
 }
 .aside-ad-box .aside-btn{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 12px 32px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    background: var(--main-color);
    width: 100%;
    transition: box-shadow 0.15s ease,transform 0.15s ease;
}              
 .aside-ad-box .aside-btn:hover {
background: var(--main-color) !important    ;
    color: #fff;
}
.broucher-box{
    background: url(../images/bg-27.jpg);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
 .broucher-box .broucher-title{
     font-size: 16px;
     margin-bottom: 5px;
     font-weight: 400;
     color:var(--main-color);
 }
 .broucher-box .broucher-text{
     font-size: 18px;
     color: #000;
     line-height: 25px;
     margin-bottom: 10px;
     font-weight: 600;
       position: relative;
 }
 .broucher-box .broucher-btn .pdf-btn{
    width: 100%;
    border: none !important;
    text-align: left;
    color: #000 !important;
    font-size: 15px;
 }
 .broucher-box .broucher-btn .pdf-btn i{
    color: var(--main-color);
    margin-right: 7px;
 }




.blog-section{
    padding: 60px 0px;
}
.blog-section .blog-title{
      font-size: 40px;
    color: #000;
    font-family: var(--fira-sans-family);
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.blog-section .blog-card{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
    padding-bottom: 32px;
    width: 100%;
    height: 100%;
}
.blog-section .blog-card .card-content{
    padding: 0 20px;
}
.blog-section .blog-card .card-time{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.blog-section .blog-card .card-time i{
    margin-right: 10px;
}

.blog-section .blog-card h4{
    font-size: 18px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
}
.blog-section .blog-card .card-text{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-section .blog-card .read-more{
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    font-family: var(--fira-sans-family);
}
.blog-section .blog-card .read-more i{
    margin-left: 7px;
}
.blog-section .blog-box{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    padding-bottom: 32px;
    width: 100%;
    height: 100%; 
  }
.blog-section .blog-box .blog-detail-title{
    font-size: 30px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
}  

.blog-section .blog-small-list{
    position: sticky;
    top: 0px;
}
.blog-section  .blog-small-list .blog-small-card{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}
.blog-section  .blog-small-list .blog-small-card .card-time{
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 10px;
}
.blog-section  .blog-small-list .blog-small-card .card-time i{
    margin-right: 10px;
}
.blog-section  .blog-small-list .blog-small-card h4{
    font-size: 18px;
    font-weight: 600;
    color: #22434D;
    margin-bottom: 15px;
        font-family: var(--fira-sans-family);
}
.blog-section .blog-list{
    margin-top: 15px;
}
.blog-section .blog-list li{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.blog-section .blog-list li::before{
    content: "\f061";
    font-size: 18px;
    color: #9a0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.blog-section  .img-box{
    width: 100% !important;
    height: 350px !important    ;
    margin-bottom: 20px;
    overflow: hidden !important;
}
.blog-section  .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover !important;
    aspect-ratio: 3/2;
}

.blog-detail{
    padding: 60px 0px;
}
.blog-detail .blog-img{
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
}
.blog-detail .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blog-detail .tags{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-detail .tags li{
    margin-right: 15px;
}
.blog-detail .tags li a{
    font-size: 14px;
    border: 1px solid #e7e7e7;
    color: #676767;
    padding: 10px;
}
.blog-detail .tags li a:hover{
    border-color: var(--main-color);
    color: var(--main-color);
}
.blog-detail  .blog-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 35px;
}
.blog-detail   .user-views{
    display: flex;
    margin: 15px 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.blog-detail   .user-views li{
    margin-right: 20px;
}
.blog-detail   .user-views li a{
    font-size: 14px;
    color: #676767;
}
.blog-detail   .user-views li a i{
    color: var(--main-color) ;
    margin-right: 10px;
    font-size: 16px;
}
.blog-detail .blog-text{
    font-size: 15px;
    line-height: 25px;
    color: #676767;
    text-align: justify;
    margin-bottom: 15px;
}
.blog-detail .qoute-box{
    border: 2px solid var(--main-color);
    padding: 20px;
    margin: 25px 0px;
}
.blog-detail .qoute-box span{
   font-size: 40px;
   float: left;
   margin-right: 15px;
   background-color: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-detail .qoute-box h5{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 0px;
}
.blog-detail .sidebar .sidebar-item {
    margin-bottom: 50px;
    background: #f9f9f9;
    padding: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.blog-detail .sidebar .sidebar-item.widget_text {
    padding: 0;
}

.blog-detail .sidebar {
  padding-left: 35px;
  position: sticky;
  top: 0px;
}

.blog-detail .sidebar .sidebar-item:last-child {
  margin: 0;
}

.blog-detail .sidebar .sidebar-item h4 {
    text-transform: capitalize;
    font-weight: 700;
    color: #232323;
    margin-bottom: 25px;
}

.blog-detail .sidebar .sidebar-item.link li {
    display: block;
    margin-bottom: 10px;
}

.blog-detail .sidebar .sidebar-item.link li .sidebar-link {
    display: block;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    border: 1px solid #e7e7e7;
}

.blog-detail .sidebar .sidebar-item.link li .sidebar-link::after {
  position: absolute;
  right: 15px;
  top: 17px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.blog-detail .sidebar .sidebar-item.link li .sidebar-link:hover,
.blog-detail .sidebar .sidebar-item.link li.active .sidebar-link {
    background-color: var(--main-color);
  color: #ffffff;
}

.blog-detail .sidebar .sidebar-item.link li.current-menu-item i {
  color: #ffffff;
}

.blog-detail .sidebar .sidebar-item.link li .sidebar-link:hover i {
  color: #ffffff;
}

.blog-detail .sidebar .sidebar-item.link li .sidebar-link i {
  color: #1A2C79;
  margin-right: 5px;
  transition: all 0.35s ease-in-out;
}

.blog-detail .sidebar .sidebar-item.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.blog-detail .sidebar-item.address ul li {
  margin-bottom: 10px;
}

.blog-detail .sidebar-item.address ul li .icon {
  padding-right: 15px;
}

.blog-detail .sidebar-item.address ul li .icon i {
  display: inline-block;
  font-size: 30px;
  color: #1A2C79;
}

.blog-detail .sidebar-item.address ul li:last-child {
  margin-bottom: 0;
}

.blog-detail .sidebar .sidebar-item.contact.address {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

.blog-detail .sidebar .sidebar-item.contact.address::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
   background: #184a7b;
    z-index: -1;
    opacity: 0.6;
}

.blog-detail .sidebar .sidebar-item.contact.address h4 {
    color: #ffffff;
}

.blog-detail .sidebar .sidebar-item.project li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.blog-detail .sidebar .sidebar-item.project li:last-child {
  margin-bottom: 0;
}


.blog-detail .sidebar .sidebar-item form input, 
.blog-detail .sidebar .sidebar-item form textarea {
    border-radius: 5px;
    box-shadow: inherit;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.blog-detail .sidebar .sidebar-item form textarea {
    padding-top: 15px;
    min-height: 150px;
    min-height: 80px;
    height: 120px;
}

.blog-detail .sidebar .sidebar-item form button {
    border: none;
    display: inline-block;
    background: var(--main-color);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 12px 40px 12px;
    border-radius: 5px;
}

.blog-detail form .wpcf7-response-output {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    top: 20px;
}


.blog-detail .blog-horizontal-card{
    border: none;
    border-radius: 0px;
    background: transparent;
}
.blog-detail .blog-horizontal-card .img-box{
    position: relative;
    width: 100%;
    height: 90px;
}
.blog-detail .blog-horizontal-card .card-img-top{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.blog-detail .blog-horizontal-card .card-body{
    padding: 0px 15px;
}
.blog-detail .blog-horizontal-card .card-body .card-title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--fira-sans-family);
}
.blog-detail .blog-horizontal-card .card-body .card-title a{
   color: #000'
}
.blog-detail .blog-horizontal-card .card-body .card-title a:hover{
    color: var(--main-color);
}
.blog-detail .blog-horizontal-card .card-body .user-views{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    padding-bottom: 0px;
}
.blog-detail .blog-horizontal-card .card-body .user-views li{
    margin-right: 20px;
}
.blog-detail .blog-horizontal-card .card-body .user-views li a{
    font-size: 14px;
    color: #676767;
}
.blog-detail .blog-horizontal-card .card-body .user-views li a i{
    color: var(--main-color) ;
    margin-right: 10px;
    font-size: 13px;
}
.blog-detail .blog-horizontal-card .card-body .card-text{
    color: #676767;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-detail .blog-horizontal-card .card-body .card-link{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--main-color) ;
    font-family: 'Hind', sans-serif;
    text-decoration: underline;
}

.blog-detail .sidebar-tags{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0px;
}
.blog-detail .sidebar-tags li{
    margin-right: 15px;
    margin-bottom: 35px !important;
}
.blog-detail .sidebar-tags li a{
    font-size: 14px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #676767;
    padding: 12px;
    border-radius: 5px;
}
.blog-detail .sidebar-tags li a:hover{
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff;
}






.contact{
    padding: 60px 0px;
}
.contact .contact-left , .contact .contact-right{
    padding: 0px 30px;
}
.contact .contact-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 10px 0 20px 0;
    color: #222;
    font-size: 30px;
    font-weight: 700;
}
.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(--main-color);
    text-align: center;
    position: relative;
}
.contact .contact-detail .text{
    margin-left: 15px;
}
.contact .contact-detail .text .reservation-text{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 2em;
    margin: 0px;
    margin-bottom: 10px;
    font-family: var(--fira-sans-family);
}
.contact .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
    margin-top: -5px;
    font-family: 'Open Sans', sans-serif;
}
.contact .contact-detail .text .reservation-title a{
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}
.contact .get-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
    font-family: var(--fira-sans-family);
}
.contact form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact form .form-control{
    max-width: 100%;
    padding: 10px ;
    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;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact .form-control:focus ~ .input-container {
    border-color: #117BED !important;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .icon {
    color: var(--main-color);
    min-width: 20px;
    line-height: 50px;
    font-size: 16px;
  }
  
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
  .input-field:focus {
    border: none;
  }



  .package-detail{
    padding: 30px 0px;
  }
  .package-detail .plan-title{
    font-size: 40px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}
  .package-detail .plan-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
 .package-detail .package-subtitle{
    font-size: 14px;
    color: var(--main-color);
    text-transform: uppercase;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 400;
}
 .package-detail .package-title{
    font-size: 24px;
    color: #000;
     font-family: var(--fira-sans-family);
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
   .package-detail .package-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
        position: relative;
    padding-left: 20px;
}
.package-detail .package-list li::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    top: 0;
    left: 0;
    opacity: .9;
    color: var(--main-color);
}


.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;
}


#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: 35px;
    line-height: 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;
}
.blog-detail .sidebar{
    padding-left: 0px;
}
}



@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: 250px;
    }
.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{
    font-size: 30px;
    line-height: normal;
  }
  .page-banner .banner-content .banner-title{
    font-size: 30px;
  }
  .about-detail .about-title , .business-setup .business-title , .cost-caluculator .cost-title, .working-process .process-title, .our-service .service-title, .pricing-plan .plan-title , .testimonial .testimonial-title , .get-touch h4 , .our-clients .client-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;
}
.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;
}
.banner-carousel .banner-small-img{
    height: 300px;
    bottom: -50px;
}
.banner-carousel .shape img{
    object-position: right;
}
.cost-caluculator .cost-form {
    margin-top: 0px;
}
.get-touch .get-touch-left {
    padding: 30px 0px;
}
.arrow-shape{
    display: none;
}
  .about-detail .big-title{
    font-size: 36px;
   }
   .blog-detail .sidebar{
    padding-left: 0px;
}
}

@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: 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: 250px;
    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: 700px;
  }
  .banner .banner-content .banner-title{
    font-size: 30px;
    line-height: normal;
  }
  .page-banner .banner-content .banner-title{
    font-size: 30px;
  }
  .about-detail .about-title , .business-setup .business-title , .cost-caluculator .cost-title, .working-process .process-title, .our-service .service-title, .pricing-plan .plan-title , .testimonial .testimonial-title , .get-touch h4 , .our-clients .client-title {
    font-size: 24px;
    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;
}
.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;
}
.banner-carousel .banner-small-img{
    height: 300px;
    bottom: -50px;
}
.banner-carousel .shape img{
    object-position: bottom;
}
.cost-caluculator .cost-form {
    margin-top: 0px;
}
.get-touch .get-touch-left {
    padding: 30px 0px;
}
.arrow-shape{
    display: none;
}
.blog-detail .sidebar{
    padding-left: 0px;
}
}
