@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&&family=Saira:ital,wght@0,100..900;1,100..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-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css');


:root {
    --inter--family: "Inter", sans-serif;
    --lato-family: "Lato", sans-serif;
    --oswald-family: "Oswald", sans-serif;
     --saira-family:"Saira", sans-serif;
    --main-color: #FF4900;
    --secondary-color:#FFBC04;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    /* user-select: none; */
    overflow-x: hidden;
    font-family: var(--lato-family);
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.hidden {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 93%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common-btn {
    background-color: transparent;
    background-image: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: 0.5s all;
}

.common-btn:hover , .common-btn:focus {
    background-image: linear-gradient(150deg,var(--main-color)  0%, var(--secondary-color) 80%) !important;
        color: #fff;
}


.fixed {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px;
    background: #fff !important;
    animation: swip_down 0.5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img {
    display: block !important;
}
.fixed .navbar{
    box-shadow: none !important;
}

@keyframes swip_down {
    from {
        transform: translate(0, -50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}




  
/* .banner-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1000000015;
    background: linear-gradient(90deg, #a2265f 0%, #a2335e 100%);
    z-index: 1;
} */
.main-header{
    width: 100%;
}
.main-header .navbar{
    position: relative;
    z-index: 1200;
    background: #fff;
    border-radius: 100px;
    padding: 10px 15px;
    box-shadow: 0px 4px 8px 0px rgba(8, 39, 32, 0.1);
    transition: 0.7s all;
}
.main-header .navbar-brand img{
    width: 250px;
    margin-left: 15px;
}
.main-header .header-btn {
    background-color: #992169;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 12px 30px;
}
.main-header .navbar .nav-link{
    font-size: 15px;
    color: #000;
    padding:15px 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
}
.main-header .navbar .nav-link:hover , .main-header .navbar .nav-link.active{
    color: #ff4f00;
}
.main-header .navbar .nav-item.dropdown .dropdown-toggle::after {
    border: none;
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    font-size: 11px;
    margin-left: 5px;
         background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-header .navbar .nav-item  .dropdown-menu{
   border: none;
    border-top-width: 2px;
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    outline: none;
}
.dropdown-menu[data-bs-popper]{
    margin-top: 0px !important;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item{
    color: #666;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 20px;
}
.main-header .navbar .dropdown-submenu  a.dropdown-toggle:hover:after{
    color: #fff;
 }
.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover , .main-header .navbar .dropdown .dropdown-submenu li:hover{
   background: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
    color: #fff;
}
.main-header  .navbar li:hover > ul.dropdown-menu{
    display: block;
}
.main-header .navbar .dropdown-submenu {
    position:relative;
    
}
.main-header .navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    animation: swip_up .5s linear 1;
}

/* rotate caret on hover */
.main-header .navbar .dropdown-submenu  a.dropdown-toggle:after{
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4D4D4D;
}
.main-header .navbar .dropdown-submenu > li:hover > .dropdown-menu{
    display: block;
    animation: swip_left .5s linear 1;
} 

.main-header .navbar .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 100px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.banner-section{
    position: relative;
        background-image: url(../images/02.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    padding: 20px;
}
.banner-section .shape-01{
    position: fixed;
    top: 20%;
    left: 45%;
    transform: translateX(-50%);
     animation: previewShapeX 5s infinite;
}
.banner-section .shape-02{
    position: fixed;
    bottom: 5%;
    left: 30%;
    transform: translateX(-50%);
    animation: rotate360deg 20s linear infinite;
}

  @keyframes previewShapeX {
    0% {
      transform: translateX(-15px);
    }
    50% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(-15px);
    }
  }

    @keyframes previewShapeUp {
    0% {
      transform:  translateY(0);
    }
    50% {
      transform:  translateY(-15px);
    }
    100% {
      transform:  translateY(0);
    }
  }
 @keyframes rotate360deg {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.banner-section .banner-content{
    padding: 30px 0px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 10;
}
.banner-section .banner-content .banner-subtitle{
    font-size: 22px;
    font-weight: 500;
    color: #222E48;
    line-height: 1.2;
    margin-bottom: 25px;
}
.banner-section .banner-content .banner-title{
    line-height: 1.2;
    font-family: var(--oswald-family);
    color: #000;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-section .banner-content .banner-title span{
    color: #992169;
    font-size: 100px;
    background-image: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section .banner-content .banner-text{
    font-size: 18px;
    color: #000;
    line-height: 28px;
    margin-bottom: 25px;
}
.banner-section .banner-content .img-box{
    width: 80%;
    margin: 0 auto;
    height: 450px;
    position: relative;
}
.banner-section .banner-content .img-box::after{
    content: "";
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 30px;
    height: 225px;
    background: var(--secondary-color);
   transform:skew(-9deg) rotate(50deg);
   z-index: 0;
}
/* .banner-section .banner-content .img-box::before{
    content: "";
    position: absolute;
    right: 40px;
    bottom: 150px;
    width: 30px;
    height: 235px;
    background: var(--main-color);
   transform:skew(-9deg) rotate(50deg);
} */
.banner-section .banner-content .img-box .bull-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    z-index:1 ;
}
.banner-section .banner-content .img-box .statics-img{
    position: absolute;
    left: -50px;
    top: 10%;
    z-index: 2;
    width: 200px;
    animation: previewShapeUp 5s infinite;
}

.insurence-risk{
    padding: 50px 0px;
}
.insurence-risk .insurence-risk-box{
    background: #fff;
    padding:30px 25px;
   box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.insurence-risk .insurence-risk-box .icon{
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    background: #ffe8e7c2;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
}
.insurence-risk .insurence-risk-box .icon img{
    width: 50px;
}
.insurence-risk .insurence-risk-box .title{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.insurence-risk .insurence-risk-box .text{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    color: #222E48;
    margin-bottom: 0px;
}


.about-detail{
    padding: 50px 0px;
}
.about-detail .about-subtitle{
     font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-detail .about-title{
     font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-detail .about-text{
     font-size: 16px;
    font-weight: 400;   
    line-height: 25px;
    color: #222E48;
    margin-bottom: 15px;
}
.about-detail .experince .icon{
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 0px;
    background: #f9f9f9;
    text-align: center;
}
.about-detail .experince .icon:hover{
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
}
.about-detail .experince .icon:hover img{
    filter: brightness(0) invert(1);
}
.about-detail .experince .icon img{
    width: 38px;
}
.about-detail .experince .title{
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
}
.about-detail .experince .text{
    font-size: 15px;
    line-height: 26px;
    color: #212529;
    font-weight: 400;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.vision-list:not(:last-child){
    position: relative;
    padding-bottom: 15px;
}
.vision-list:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 12px;
    bottom: -10px;
    background: #e8e8e8;
    height: 1px;
    width: 90%;
}


.about-detail .img-section{
    margin-left: 50px;
}
.about-detail .img-section .experince-box{
   background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    padding:30px 20px;
    border-radius: 15px;
    border: 5px solid #fff;
       box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}
.about-detail .img-section .experince-box .content-title{
        position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-family: var(--oswald-family);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 3px;
}
.about-detail .img-section .experince-box .content-title span{
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: var(--oswald-family);
}
.about-detail .img-section .img-box-1{
    width: 100%;
    height: 500px;
}
.about-detail .img-section .img-box-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
     border: 5px solid #fff;
       box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}
.about-detail .img-section .img-box{
    width: 100%;
    height: 400px;
}
.about-detail .img-section .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
     border: 5px solid #fff;
       box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}

.our-service{
    background: #F8F3EC;
    padding: 50px 0px;
}
.our-service .service-subtitle{
     font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.our-service .service-title{
     font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
     text-align: center;
}

.our-service .service-card{
    padding: 10px;
 transition: 0.6s all;
 background: #fff;
 border-radius: 10px;
}
.our-service .service-card:hover{
    background: #fff;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}
.our-service .service-card:hover .icon{
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%) !important;
    border-color: transparent !important;
}
.our-service .service-card:hover .icon img{
    filter: brightness(0) invert(1);
}
.our-service .service-card .card-img{
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}
.our-service .service-card .card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
   border-radius: 10px;
}
.our-service .service-card .card-img .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: -20px;
    background: #fff;
    border: 1px solid #eee;
}
.our-service .service-card .card-img .icon img{
    width: 25px !important;
    object-fit: contain !important;
}
.our-service .service-card .card-body{
    padding-bottom: 10px;
}
.our-service .service-card .card-title{
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-transform: capitalize;
       display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-service .service-card .card-text{
    font-size: 15px;
    line-height: 26px;
    color: #212529;
    font-weight: 400;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.learn-btn {
    background-color: #992169;
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: 0.5s all;
}

.learn-btn:hover , .learn-btn:focus {
   background-color: #992169;
        color: #fff;
}


.progress-section{
    padding: 100px 0px 30px;
    position: relative;
}
.progress-section .progress-box{
    position: relative;
    z-index: 1;
}
.progress-section .progress-box .progress-subtitle{
     color: #ededed;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
    position: relative;
    z-index: 1;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.progress-section .progress-box .plus{
     background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 28px !important;
  margin-left: 10px;
}
.progress-section .progress-box .progress-title{
    display: flex;
    align-items: center;
    justify-content: center;
      position: relative;
    z-index: 1;
}
.progress-section .progress-box .progress-title span{
    color: #000;
    font-size: 60px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: var(--oswald-family);
}
.progress-section .progress-box .progress-text{
    font-size: 16px;
    color: #676767;
    font-weight: 400;
    text-align: center;
}
.progress-section .progress-border::after{
     background: none;
}


.work-process{
    padding: 50px 0px;
}
.work-process .process-subtitle{
     font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.work-process .process-title{
     font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
     text-align: center;
}
.work-process .process-box{
    position: relative;
}
.work-process .process-box .icon{
    width: 130px;
    height: 130px;
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 130px;
    background: #fff;
    border-radius: 3px;
     -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25); 
}
.work-process .process-box .icon img{
    width: 50px;
}
.work-process .process-box .icon .number-bottom {
    position: absolute;
    z-index: 0;
    bottom: -13px;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    color: #ffffff;
    margin-bottom: 0;
}
.work-process .process-box .icon .number-top {
    position: absolute;
    z-index: 0;
       top: -13px;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    color: #ffffff;
    margin-bottom: 0;
}
.work-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;
}
.work-process .process-box .card-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
       text-align: center;
}
.arrow-shape {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: -60%;
}



.why-choose{
    padding: 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background: url(../images/why-choose.webp);
}
.why-choose::after{
    background: #000;
    position: relative;
    transition: all .4s;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.9;   
}
.why-choose .why-choose-content{
    position: relative;
    z-index: 2;
}
.why-choose .why-choose-subtitle{
   font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.why-choose .why-choose-title{
    position: relative;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.why-choose .why-choose-text{
    font-size: 16px;
  line-height: 28px;
  color: #ffffff90;
  font-weight: 400;
  margin-bottom: 0px;
}
.why-choose  .experince .exp-card{
    margin-bottom: 20px;
}
.why-choose  .experince .icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    background: #ffffff24;
    text-align: center;
}
.why-choose  .experince .icon img{
    width: 40px;
}
.why-choose  .exp-title{
    position: relative;
    margin-bottom: 5px;
    font-size: 100px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}
.why-choose  .exp-title::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    border: 10px solid #f4f6f9;
    opacity: 0.8;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50% , -50%);
}
.why-choose  .exp-text{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}
.why-choose  .experince .title{
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
.why-choose  .experince .text{
    font-size: 16px;
    line-height: 25px;
    color: #ffffff90;
    font-weight: 400;
}

.testimonials{
    background: #fff;
    width: 100%;
    position: relative;
    padding: 60px 0px 30px;
 }
 .testimonials .testimonial-card{
     position: relative;
     z-index: 1;
 }
 .testimonials  .testimonial-subtitle{
      font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 1.55px;
    text-transform: uppercase;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
 .testimonials .testimonial-title{
     font-size: 32px;
     font-weight: 400;
     color: #1a1a1a;
     margin-bottom: 30px;
     font-weight: 600;
     line-height: 1.25em;
     position: relative;
     display: inline-block;
     padding-bottom: 10px;
 }
 .testimonials .testimonial-card .testimonial-text{
     font-size: 16px;
     font-weight: 400;
     line-height: 1.75em;
     color: #808080;
     margin-bottom: 20px;
 }
 .testimonials .testimonial-card .user-detail{
     margin-top: 20px;
 }
 .testimonials .testimonial-card .user-detail .icon{
     width: 100%;
     border-radius: 50%;
     overflow: hidden;
 }
 .testimonials .testimonial-card .user-detail .icon img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .testimonials .testimonial-card .star-rating{
     display: flex;
     justify-content: flex-start;
 }
 .testimonials .testimonial-card .star-rating i{
     font-size: 14px;
     color: #ffad39;
     margin:0px 5px 10px 5px;
 }
 .testimonials .testimonial-card .user-detail .user-title{
     font-size: 15px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-weight: 400;
     color: #000;
     line-height: 1em;
     text-transform: uppercase;
     letter-spacing: 3px;
     margin-left: 10px;
 }
 .testimonials .testimonial-card .user-detail .user-text{
     font-size: 12px;
     color: #6e6e6e;
     line-height: 1em;
     margin-left: 10px;
 }
 .testimonials .testimonial-card .quote img{
    width: 80px;
    opacity: 0.1;
 }
 .testimonials .testimonial-carousel .owl-dots {
     display: none;
 }

.offer-box{
    width: 100%;
    height: 400px;
    position: relative;
}

.offer-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-box::after{
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.offer-box .offer-detail{
    width: 100%; 
    position: absolute;
    top: 50%;
    left: 50%;
           padding: 40px;
    transform: translate(-50% , -50%);
    z-index: 2;
    width: 100%;
 
}
.offer-box .offer-detail .offer-subtitle{
    font-size: 16px;
    line-height: 25px;
     background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      letter-spacing: 4px;
      margin-bottom: 15px;
       text-align: center;
}
.offer-box .offer-detail .offer-title{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
     font-family: "League Spartan", sans-serif; 
      text-align: center;
         margin-bottom: 15px;
}

.offer-box .offer-detail .offer-text{
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-align: center;
     font-family: "League Spartan", sans-serif;
}
.offer-box .offer-detail .offer-btn{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px 30px;
    transition: 0.5s all;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "League Spartan", sans-serif;
}
.offer-box .offer-detail .offer-btn:hover , .offer-box .offer-detail .offer-btn:focus{
    background: #fff !important;
    color: #000 !important;
}

.footer{
    background:url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;    
    position: relative;
      
}
.footer .footer-space{
    padding: 40px 0px 20px;
    position: relative;
    z-index: 1;
}
.footer  .footer-title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.footer .footer-text{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--roboto-family)
}
.footer .social ul li {
    list-style-type: none;
}
.footer .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.footer .social ul li {
    color: #fff;
    text-align: center;
    font-size: 13px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 35px;
    margin:0px 8px 0px 0px;
    transition: 0.6s all;
}
.footer .social li a {
    cursor: pointer;
    color: #fff;
}
.footer .social li:hover{
    color: #3260E0;
    background: #fff;
}
.footer .social li:hover a{
    color: #3260E0 !important;
}
.footer .footer-list-main li{
    padding-bottom: 15px;
    position: relative;
}
.footer .footer-list-main{
    margin-bottom: 0px;
    list-style-type: none;
    font-family: var(--roboto-family);
}
.footer  .footer-link{
    font-size: 15px;
    color: #fff;
    font-weight: 400 !important;
    transition: 0.6s all;
    font-family: var(--roboto-family)
}
.footer .footer-link:hover{
    margin-left: 7px;
}
.footer  .footer-link i{
    font-size: 15px;
    margin-right: 10px;
}
.footer .footer-bottom{
    border-top: 1px solid #dddddd26;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}
.footer  .footer-logo img{
    width: 300px;
    filter: brightness(0) invert(1);
}
.footer .footer-bottom .footer-copyright-list{
    display: flex;
    justify-content: flex-end;
    margin-right: 40px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.footer .footer-bottom .footer-copyright-list li{
  margin-left: 25px;
  padding-bottom: 0px;
  position: relative;
}
.footer .footer-bottom .footer-copyright-list li:not(:last-child):after{
    content: "";
    background: #fff;
    height: 13px;
    width: 1px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.footer .footer-bottom .footer-copyright-list li a{
    font-size: 15px;
    color: #f1f1f1;
}
.footer .footer-bottom .copyright-text{
    font-size: 15px;
    color: #f1f1f1;
}
.footer .footer-bottom .copyright-text .copyright-link{
    color: #fff;
}
.footer .footer-bottom .copyright-text .copyright-link:hover{
    color: #fff;
}




.page-banner{
    position: relative;
        background-image: url(../images/02.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    background-color: #f9f9f9;
    padding: 20px;
}
.page-banner .shape-01{
    position: fixed;
    top: 20%;
    right: 15%;
    transform: translateX(-50%);
     animation: previewShapeX 5s infinite;
}
.page-banner .shape-02{
    position: fixed;
    top: 100%;
    left: 10%;
    transform: translateX(-50%);
    animation: rotate360deg 20s linear infinite;
}

  @keyframes previewShapeX {
    0% {
      transform: translateX(-15px);
    }
    50% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(-15px);
    }
  }

    @keyframes previewShapeUp {
    0% {
      transform:  translateY(0);
    }
    50% {
      transform:  translateY(-15px);
    }
    100% {
      transform:  translateY(0);
    }
  }
 @keyframes rotate360deg {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.page-banner .banner-content{
    padding: 30px 0px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 10;
}
.page-banner .banner-content .banner-title{
    line-height: 1.2;
    font-family: var(--oswald-family);
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.page-banner .banner-content .banner-title span{
    color: #992169;
    font-size: 50px;
    background-image: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.our-usp{
    padding: 60px 0px;
}
.our-usp .our-usp-subtitle{
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    display: inline-flex;
    margin-bottom: 15px;
    text-align: center;
}
.our-usp .site-heading{
    text-align: center;
}
.our-usp .our-usp-subtitle::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #1a2c79;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}
.our-usp .our-usp-title{
    display: block;
    font-weight: 700;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
}
.our-usp .our-usp-title span{
    font-size: 50px;
    background-image: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-usp .our-usp-list{
    margin-top: 10px;
}
.our-usp .our-usp-text{
    font-size: 16px;
    line-height: 25px;
    color: #6e7889;
    text-align: justify;
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
}
.our-usp .our-usp-right{
    padding-right:  60px;
}
.our-usp .our-usp-left{
    width: 100%;
    height: 100%;
}
.our-usp .our-usp-left .our-usp-img{
    position: relative;
    border: 10px solid #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.our-usp .our-usp-left .our-usp-img{
    width: 100%;
}
.our-usp .our-usp-left .our-usp-img.mt-150{
    margin-top: 100px;
}
.our-usp .our-usp-left .our-usp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


 .contact-detail{
        padding:  30px;
        background: #fff;
        position: relative;
      border-radius: 20px;
       border: 1px solid #e8e8e8;
        z-index: 1;
        margin-bottom: 25px;
    }
    .contact-detail .contact-title{
        font-size: 20px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
    }
    .contact-detail .form-control{
        border-radius: 10px;
        font-size: 14px;
        padding:  13px 20px;
        border: 1px solid #efefef;
    }
    .adress-box {
        position: relative;
    }
    .contact-desc {
        position: relative;
        overflow: hidden;
        padding: 20px;
        background-color: transparent;
        border: 1px solid #efefef;
        transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        box-shadow: none;
        height: 100%;
        border-radius: 10px;
        transition: 0.6s all;
    }
    .contact-desc:hover{
        background: #313131;
    }
    .contact-box-subtext{
        font-size: 16px;
        color: #777;
        text-decoration: none;
    }
    .contact-desc:hover .contact-box-title , .contact-desc:hover .contact-box-text , .contact-desc:hover .contact-box-subtext{
        color: #fff;
    }
    .contact-desc .icon  {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #992169;
        border-radius: 50%;
        margin: 0px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        transition: 0.6s all;
    }
    .contact-desc:hover .icon , .contact-desc:hover .icon-bg{
        background: #fff;
        color: #992169;
    }
    .contact-desc .icon-bg  {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #992169;
        border-radius: 50%;
        margin: 0px auto 5px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
    }
    .contact-title {
        font-size: 30px;
        font-weight: 800;
    }
    .contact-box-title {
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
    .contact-box-title i{
        font-size: 18px;
    }
    .contact-box-text {
        font-size: 16px;
        color: #777;
        text-decoration: none;
    }
    .contact-us .contact-detail .form-label {
        color: #222;
    }



  .service-content-detail{
    padding: 60px 0px;
}
.service-content-detail .service-subtitle{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
      margin-bottom: 20px;
}
.service-content-detail .service-title{
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #1a1a1a;
     margin-bottom: 15px;
}
.service-content-detail .detail-title{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}
.service-content-detail .detail-subtitle{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-content-detail .img-box{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.service-content-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-content-detail .category-detail{
    padding: 0px 30px;
}
.service-content-detail .detail-text{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 28px;
    margin-bottom: 10px;
}
.service-content-detail .detail-list{
    margin-top: 15px;
    margin-bottom: 25px;
}
.service-content-detail .detail-list li{
    font-size: 16px;
    font-weight: 400;
    color: #6e7879;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.service-content-detail .detail-list li b{
    color: #121212;
}
.service-content-detail .detail-list li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    transform: rotate(-45deg);
}
.service-content-detail .detail-text b{
              background: linear-gradient(111deg, var(--main-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px;
}
/* Sidebar */
.sidebar{
    position: sticky;
    top: 150px;
}
.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .sidebar-side{
	order: 0;
}

.sidebar-page-container .sidebar{
	position: relative;
}

 .sidebar .form-box{
    background: #F8F3EC;
    padding: 20px;
    border-radius: 10px;
}
 .sidebar .form-box .form-title{
     font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
 }
.sidebar .form-box .form-control{
    padding: 12px 15px;
    border: none;
}

.sidebar .services-widget ul{
	position: relative;
	display: block;
}

.sidebar .services-widget ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sidebar .services-widget ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(150deg, var(--secondary-color) 0%, var(--main-color) 80%) !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before{
	width: 100%;
}

.sidebar .services-widget ul li a{
	position: relative;
	display: block;
	background: rgba(0,0,0,0.03);
	padding: 12px 20px;
	padding-right: 50px;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	padding: 12px 5px;
	width: 50px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.07);
	font-size: 12px;
	font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon{
	color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
	-webkit-transition: all 300ms ease 200ms;
	-moz-transition: all 300ms ease 200ms;
	-ms-transition: all 300ms ease 200ms;
	-o-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
}




#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-section .banner-content .banner-title , .about-detail .big-title{
    font-size: 60px;
  }
  .about-detail .about-title , .our-service .service-title , .service-list-inner .service-title, .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
  .process-shape img{
    display: none;
  }
  .how-it-works .process-box.mt-150 {
    margin-top: 0px;
}
.our-commitments .commitment-left{
    padding: 10px;
}
.what-achived {
    padding: 30px 0px 50px;
}
.testimonials .testimonial-box{
    padding: 40px;
}
.testimonials .testimonial-content {
    padding-left: 0px;
}
.about-detail .img-2{
    margin-top: 50px;
    padding: 0px;
}
.testimonials .testimonial-carousel button.owl-prev{
    left: -50px;
}
.testimonials .testimonial-carousel button.owl-next{
    right: -50px;
}
.page-banner .banner-content .banner-title{
    font-size: 40px;
}
.about-detail{
    padding: 20px 0px;
}
.contact-detail .address-detail .address-box .address-box-subtitle{
    font-size: 20px;
}
.contact-detail .address-detail{
    padding: 25px;
}
.contact-form .contact-form-title{
    font-size: 30px;
}
.contact-form{
    padding: 20px;
}
.page-banner{
    height: 200px;
}
   
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
        .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        border-radius: 30px;
        padding: 5px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 180px;
    }
.mobile-header .logo img{
    width: 200px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #000 !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #000;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
  .banner-carousel .banner-img{
    height: 70vh;
  }
    .banner-section .banner-content .banner-title  , .banner-section .banner-content .banner-title span{
    font-size: 30px;
  }
  .page-banner .banner-content .banner-title , .page-banner .banner-content .banner-title span{
    font-size: 30px;
  }
  .about-detail .about-title , .why-choose .why-choose-title , .testimonials .testimonial-title, .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
.page-banner{
    height: 200px;
}
.banner-section .banner-content .img-box{
    height: 300px;
}
.vision-list:not(:last-child)::after{
    display: none;
}
.about-detail .img-section {
    margin-left: 0px;
}
.progress-section .progress-box .progress-subtitle{
    top: 20px;
    font-size: 35px;
}
.arrow-shape{
    display: none;
}
.page-banner .banner-content{
    top: 50%;
    padding: 0px;
}
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        border-radius: 30px;
        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: 220px;
    }
.mobile-header .logo img{
    width: 220px;
    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-section .banner-content .banner-title  , .banner-section .banner-content .banner-title span{
    font-size: 30px;
  }
  .page-banner .banner-content .banner-title , .page-banner .banner-content .banner-title span{
    font-size: 30px;
  }
  .about-detail .about-title , .why-choose .why-choose-title , .testimonials .testimonial-title, .our-commitments .commitment-left .commitment-content .commitment-title, .how-it-works .work-title , .what-achived .achived-title , .testimonials .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
.footer .footer-bottom .copyright-text{
    text-align: center !important;
}
.footer .footer-bottom .footer-copyright-list{
    justify-content: center;
}
.footer .footer-bottom .social ul{
    justify-content: center;
}

.page-banner{
    height: 250px;
}
.banner-section .banner-content{
    top: 55%;
}
.banner-section .banner-content .img-box{
    height: 300px;
}
.banner-section .shape-01{
    top: 8%;
    left: 70%;
}
.about-detail .img-section {
    margin-left: 0px;
}
.progress-section .progress-box .progress-subtitle{
    top: 20px;
    font-size: 35px;
}
.arrow-shape{
    display: none;
}
.service-content-detail .category-detail {
    padding: 0px;
}
}
