@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&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');

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     scroll-behavior: smooth;
     font-size: 14px;
     line-height: 1.1;
 }
 @font-face {
    font-family: 'Cormorant',sans-serif;
    src: url('../font/Cormorant-Regular.woff2') format('woff2'),
        url('../font/Cormorant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
     --bg: #11b3f1;
     --bg1: #1977cc;
     --bg11: #e3020f;
     --bg2: #01bcfa;
     --bg3:#cccac8;
     --gray:#3f3f3e;
     --dark: #000;
     --blue:#1977cc;
     --sky-blue:#d6e9fa;
     --light: #fff;
     --primary:#10847e;
     --secondary1:#e5e5e582;
     --secondary:#e1e6eb;
     --font1: 'Cormorant',sans-serif;
     --font2:'Roboto';
 }

 ::selection {
     color: var(--light);
     background-color: var(--bg1);
 }
 .container_fluid{
    padding-left: 1rem;
    padding-right: 1rem;
 }

 a {
     text-decoration: none;
     color: var(--dark);
 }

 ul,
 li,
 a {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 p{
    font-size: 15px;
    font-family: var(--font2);
    color: var(--dark);
    line-height: 1.4;
 }

 section {     
     overflow: hidden;
 }
 .wrap-sec{
    padding: 70px 0;
 }
button{
    outline:none;
    border:none;
}    
 /*-------------*/
 .ml-10 {
     margin-left: 10px;
 }

 .mr-10 {
     margin-right: 10px;
 }

 .mt-10 {
     margin-top: 10px;
 }

 .mb-10 {
     margin-bottom: 10px;
 }

 .ml-20 {
     margin-left: 20px;
 }

 .mr-20 {
     margin-right: 20px;
 }

 .mt-20 {
     margin-top: 20px;
 }

 .mb-20 {
     margin-bottom: 20px;
 }

 .pl-10 {
     padding-left: 10px;
 }

 .pr-10 {
     padding-right: 10px;
 }

 .pb-10 {
     padding-bottom: 10px;
 }

 .pl-10 {
     padding-left: 10px;
 }

 .pl-20 {
     padding-left: 20px;
 }

 .pt-20 {
     padding-top: 20px;
 }

 .pb-20 {
     padding-bottom: 20px;
 }

 .pr-20 {
     padding-right: 20px;
 }
 
 /*-------------*/
 .title-sec {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--bg1);
    position: relative;
    display: inline-block;
    margin-bottom: 0.8rem;
    position: relative; 
    font-family: var(--font2);
 }
 .sub-title {
    color: var(--dark);
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.1px;
    margin-bottom: 1rem;

 }
 .heading-sec {
     font-size: 22px;
     text-transform: capitalize;
     font-family: var(--font1);
     line-height: 1.2;
     font-weight: 700;
     color: var(--dark);
     letter-spacing: 1px;
 }

 .content-sec {
     font-size: 16px;
     word-spacing: 1.8px;
     line-height: 1.8;
     font-family: var(--font2);
     font-weight: 500;
     color: var(--gray);
     font-family: var(--font1);
 }


.btn-sec {
       font-size: 14px;
    font-family: var(--font2);
    display: flex;
    padding: 15px 16px;
    text-transform: capitalize;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    box-shadow: inset 0px 0px 35px 3px #2481ac;
    text-shadow: 0px 1px 0px #1977cc;
    background-color: #1977cc;
    align-items: center;
    min-width: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    transition: all 0.2s ease-in-out;
}
.btn-sec:hover {
  background-color:var(--bg2);
  color:var(--light);
}
       
.nav-btn span{
            padding-left: 0px;
    padding-right: 3px;
    font-size: 0.8rem;
    transition: all  0.2s ease-in-out;
}

.btn-sec:hover span{
    transform: translateX(3px);
}
.learn-more{
    font-size: 16px;
    color: var(--bg2);
    font-family: var(--font1);
    padding: 10px 20px 10px 0;
    text-transform: capitalize;
    font-weight: 600
}

.learn-more span{
    color: var(--bg2);
    transition: all 0.5s ease;
    margin-left: 5px;
}
.learn-more:hover.learn-more span{
    color: var(--bg2);
    padding-left: 5px;
}
 .header-part {     
     display: block;
     text-align:left;
     margin-bottom: 30px;
 }
 
 /***********/
 .t-header {
        background: rgb(25,119,204);
    background: radial-gradient(circle, rgb(33 125 161) 0%, rgb(25 119 204) 100%);
    padding: 0.5rem 1rem;
 }

 /*.top-header {*/
 /*    display: flex;*/
 /*    justify-content: space-between;*/
 /*}*/

 .top-element {
     display: flex;
     color: var(--light);
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 9;
    justify-content:space-between;
 }
 
 .top-element .th-icon {
    padding-right:3px;
 }

 .top-element a {
     color: var(--light);
     font-size:13px;
 }
 .th-email{  
    border:none;
 }
 .th-number:nth-child(1){
     border:none;
 }
 .s-icon{
    margin-left: 10px;
    font-size: 0.7px;
    transition: all 0.5s ease;
 }
 .social-icon:hover{
    transform: scale(1.1);
 }

.th-number{
        display: flex;
    align-items: center;
    border-left: 1px solid rgba(248, 246, 246, 0.2);
    text-align: start;
}
.th-number p{
       margin-bottom: 2px;
    color: var(--light);
    letter-spacing: 0.6px;
    font-size: 0.7rem;
    font-family: var(--font2);
    line-height:0.4;
}
 /* navbar-header */

 header {
     position: relative;
     width: 100%;
     background-color: var(--light);
     z-index: 999;
     box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
     padding:0.5rem 1rem;
 }

 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    font-family: var(--font2);
    flex-wrap:wrap;
 }

 .c-logo img {
     object-fit: cover;
     width: 150px;
 }
 .logo-sec{
    display:flex;
    align-items:center;
    position: relative;
    z-index: 999;
    gap:0.5rem;
 }
 .logo-sec p{
      font-family: "Open Sans", sans-serif;
    color: #1977cc;
    font-size: 1.7rem;
    letter-spacing: 0.1px;
    font-weight: 800;
    margin-bottom: 0;
    white-space: nowrap;
 }
 
 .nav-sec {
     display: flex;
 }
 
 .img1 img {
    width: 40%;
    float: left;
    margin-right: 25px;
}

 .nav-sec li {
     padding: 0px;
     display: inline-block;
     position: relative;
 }

 .nav-sec li:last-child {
     padding-right: 0px;
 }

 .nav-sec li a {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    padding: 16px  10px;
    font-weight: 600;
    font-family: var(--font2);
    letter-spacing: 0.9px;
    color: var(--dark);
    line-height: 1.3;
 }

.nav-sec li a:after{
    bottom: 0;
    left: 17px;
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    background-color: var(--blue);
    transition: all 0.2s ease-in-out;
}
.nav-sec li a:hover::after{
    width: 30%;
}
.nav-sec li a:hover{
    color: var(--blue);
    font-weight: 500;
}
.nav-sec li a.active{
    color: var(--blue);
}
 .nav-sec li.d-menu {
     position: relative;
     display: block;
     padding-right: 10px;
 }

 .click_btn {
     position: absolute;
     right: -2px;
     top: 20px;
     padding: 0 8px;
     display: inline-block;
     color: var(--dark);
     text-align: center;
 }
   .right_click{
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    color: var(--dark);
    background-color:transparent;
    padding: 14px;
    line-height: 6px;
    transform:rotate(-90deg);
    }
 .drp-dwn {
     position: absolute;
     background-color: var(--light);
     z-index: 99;
      width: 240px;
     left: 0;
     transition: all 0.2s ease-in-out;
     top: 100%;
     transform-origin: top;
     transform: scaleY(0);
     min-height: 50px;
     max-height: 400px;
     overflow-x:visible;
     box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 }
 

 .d-menu:hover .drp-dwn {
    display: block;
    transform: scale(1);
 }

 .drp-dwn::-webkit-scrollbar {
     width: 5px;
 }

 .drp-dwn::-webkit-scrollbar-track {
     background: var(--secondary);
 }

 .drp-dwn::-webkit-scrollbar-thumb {
     background-color: var(--dark);
     border-radius: 10px;
 }

 .drp-dwn li {
     display: block;
     transition: all 0.3s ease;
     border: 1px solid var(--secondary);
 }

 .drp-dwn li a:hover {
     background-color: var(--light);
     color: var(--blue);
 }

 .drp-dwn li a:after{
     height:0px;
 }
 .drp-dwn li a {
     line-height:1.3;
     display: block;
     color: var(--dark);
     padding: 7px 15px;
     font-family: var(--font2);
     font-size: 14px;
     font-weight: 400;
     background-color:#fff;
 }

.drp-dwn li{
    position:relative;
    overflow:visible;
}
.drp-dwn2{
    min-width:230px;
    position:absolute;
    left:100%;
    top:0;
    transform:translateY(1);
    opacity:0;
    visibility:hidden;
    display:none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.drp-dwn2 li {
    border-color:#fff;
}
.drp-dwn2 li a{
    background-color:#fafafa;
}
.drp-dwn li:hover .drp-dwn2{
    opacity:1;
    visibility:visible;
    display:block;
}

 /*---------*/

 .banner img {
     width: 100%;
 }

 /* var(--font2);-header */
 #my-header.sticky {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999;
     animation: slide-down 1s ease-in-out;
     box-shadow: inset 0px 1px 4px var(--light);
     background-color: var(--light);
     font-family: var(--font2);
 }

 #my-header.sticky .nav-sec>li>a {
     color: var(--dark);
     font-family: var(--font2);
 }

 @keyframes slide-down {
     from {
         transform: translateY(-100%);
     }

     to {
         transform: translateY(0);
     }
 }

 #my-header.sticky .nav-sec>li>a:hover {
     color: var(--bg1);

 }
 
 /****----------bannner_start----------****/
 .banner {
    position: relative;
    width: 100%;
    z-index: 200;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 30%;
    left: 80px;
    color: var(--light);
    width: 60%;
    text-align: left;
    z-index: 99;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.ban-content1 {
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 800;
    line-height: 1.1;
    text-transform: capitalize;
    transition: all 1.2s ease-in 0.2s;
    font-size: 50px;
    color: var(--light);
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    opacity: 0;
    transform: translate(30px, 0px);
    text-shadow: 0 0 2px var(--light);
    display: inline-block;
    background-color: var(--dark-blue);
    padding: 5px 15px;
}

.ban-content2 {
    color: var(--light);
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 400;
    text-transform: capitalize;
    transition: all 1s ease-in 0.8s;
    font-size: 16px;
    color: var(--light);
    margin-bottom: 30px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    opacity: 0;
    transform: translate(-40px, 0px);
    top: 50%;
}


.ban-btn {
   position: relative;
   z-index: 2;
   display: inline-block;
   transition: all 0.2s ease-in-out;
   opacity: 0;
   transform: translateY(20px);
}

.ban-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 3s ease-in-out;
    transform: scale(1);
    z-index: 199;
    cursor: grab;
    position: relative;
    z-index: 9;
}
.ban-img img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.swiper-slide-active .ban-img img {
    transform: scale(1.01);
}

.swiper-slide-active .ban-content1,
.swiper-slide-active .ban-content2,
.swiper-slide-active .ban-btn {
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}

.next-btn,
.back-btn {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    padding: 1rem;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: var(--light);
    font-weight: 100;
    font-family: var(--font2);
    font-size: 20px;
    opacity: 0.8;
    background-color: var(--gray);
    padding: 20px;
    background-size: 1.2rem 1.2rem;
    bottom:50%;
    border-radius:50%;
}

.next-btn {   
    background-position: center;
     right:1rem;
}

.back-btn {
    background-position: center;
    left:1rem;

}

.next-btn:hover,
.back-btn:hover {
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    box-shadow: 0px 0px 2px var(--bg1);
}
.banner-slide{
    position: relative;
    z-index: 9;
}

/*.banner-slide:after{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -165px;*/
/*    width: 100%;*/
/*    height: 492px;*/
/*    z-index: 1;*/
/*    content: "";*/
/*    background-image: url(../img/bg/cloud.png);*/
/*    background-position: bottom center;*/
/*    background-repeat: repeat-x;*/
/*    animation: cloudMove 60s linear 0s infinite;*/
/*    opacity: 0.9;*/
/*}*/
/*@keyframes cloudMove {*/
/*0%{*/
/*    background-position: -1920px 100%;*/
/*}    */
/*100%{*/
/*    background-position: 0  100%;*/
/*}*/
/*}*/
/******slick banner******/
.ban-item {
    position: relative;
}

.slider-bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    background: linear-gradient(90deg, rgba(30, 0, 0, 0.4), rgba(238, 226, 226, 0.1));
    z-index: 0;
}

.slider-content {
    position: absolute;
    content: '';
    top: 30vh;
    left: 5vw;
    padding: 40px;
    z-index: 9;
}

.slider-content1,
.slider-content2 {
    color: var(--light);
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    transition: all 0.8s ease-in 0.6s;
    font-size: 66px;
    color: var(--light);
    padding-right: 300px;
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    opacity: 0;
    transform: translate(0px, -30px);
    text-shadow: 0 0 2px var(--light);
}

.slider-content2 {
    font-size: 16px;
    transform: translate(0px, 25px);
    font-family: var(--font2);
    line-height: 1.5;
}

.slider-btn {
    margin: 40px;
}

.ban-item.slick-slide.slick-current.slick-active .slider-content1,
.ban-item.slick-slide.slick-current.slick-active .slider-content2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.b-next.slick-arrow {
    position: absolute;
    right: 1vw;
    top: 50%;
    content: '';
    background-color: var(--dark);
    color: var(--light);
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 80px;
    z-index: 99;
    cursor: pointer;
}

.b-back.slick-arrow {
    position: absolute;
    left: 1vw;
    top: 50%;
    content: '';
    background-color: var(--dark);
    color: var(--light);
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    z-index: 99;
    cursor: pointer;
}


/********** feature-sec ************/
.feature-sec{
       position: relative;
    z-index: 9;
    background-image: linear-gradient(to left top, #ffffff, #f2f1f2, #e6e4e4, #d9d7d6, #cccac8);
    overflow: visible;
}
.feature-sec:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/image/img2.jpg);
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.feature-element{
    display: flex;
    gap: 3rem;
}
.feature-bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.feature-title{    
    color: var(--bg1);
}
.mid-line{
    width: 1px;
    height: auto;
    background-color: var(--gray);
    opacity: 0.4;
}
.feature-box{
    padding: 26px 18px;
    position: relative;
    border-radius: 1px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 1;
    height: 320px;
    cursor: pointer;   
   
}
.feature-box:hover{
    transform: translateY(-10px);
}

.feature-box:hover .feature-icon{
   color: var(--bg1);
}

.feature-title{
    font-size: 30px;
    font-weight: 600;
    color: var(--bg);
    margin-bottom: 15px;
    font-family: var(--font1);
    text-transform: capitalize;
}
.feature-box p{
    color: var(--gray);    
}
.feature-icon{
    position: relative;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;

}
.feature-icon span{
    position: relative;
    z-index: 9;
    font-size: 40px;
    width: 80px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    height: 80px;
    color: var(--bg1);
   
}
@keyframes  icon_move {
    0%{
        transform: rotateY(20deg);
    }
    50%{
        transform: rotateY(-20deg);
    }   
    100%{
        transform: rotateY(20deg);
    }
}
.feature-icon span:after{
    left: -5px;
    top: 0;
    width: 110%;
    height: 110%;
    background-color:white;
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 1;
    border-radius: 50%;
    animation: icon_move 5s ease-in-out infinite;
}
/******about-us**********/
.about-us{
    position: relative;
    z-index: 9;
}
.about-us::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40%;
    height: 50%;
    background-image: url(../img/bg/choose-us-shape.png);
    background-size: cover;
    background-repeat: repeat-x;
    opacity: 0.8;
    animation: move;
}
.about-us::before{
       content: "";
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--secondary);
    width: 2%;
    height: 34%;
    transform: rotate(110deg);
    border-radius: 15px;
    z-index: -1;
    opacity: 0.3;
    border-right: 500px solid var(--secondary);
    border-left: 500px solid var(--secondary);
}

.about-img{
    position: relative;
}
.about-img:after{
    position: absolute;
    left: -20px;
    bottom: -20px;
    top:-20px;
    content: '';
    width: 40%;
    z-index: -1;
    background-color: var(--dark);
    opacity: 0.8;
    border: 10px solid var(--bg1);
    background-position: center;
}

.about-img img{
     object-fit: cover;
    height: auto;
    width: 100%;
}
.about-btn{
    display: flex;
    justify-content: space-between;
}
.about-number img{ 
    width: 40px;
    object-fit: contain;
}
.about-number span{
    font-size: 20px;
    font-family: var(--font2);
    font-weight: 700;
}
.about-experience{
    position: absolute;
    top: 100%;
    display: flex;
    transform: translate( -50%, -50%);
    text-align: center;
    background: var(--bg1);
    border-radius: 5px;
    padding: 10px;
    color: var(--light);
    display: none;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience span{
    font-size: 17px;
    padding: 1rem;
    font-family: var(--font1);
}
.about-exp-icon img{
    width: 60px;
    background-color: var(--light);
}
.about-left{
    position: relative;
    z-index: 9;
}
.about-left:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 220px;
    height: 80%;
    border-radius: 15px;
    border: 5px solid var(--bg1);
    transform: translateY(-50%);
    z-index: -1;
    display: none;
}
.about-left::before{
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 140px;
    height: 140px;
    border-radius: 0 100% 0 20px;
    background: var(--bg1);
    z-index: 1;
    display: none;
}
.about-content p{
    font-family: var(--font2),sans-serif;
    line-height: 1.6;
    font-size: 1rem;
}
.about-box .heading-sec{
    margin-bottom: 1rem;
}

.about-list li{
    list-style-type: disc;
    padding-bottom: 1rem;
    font-family: var(--font2);
    font-size: 17px;
}
/* -----opening-hour-------- */
.opening-wrapper{
    background-color: var(--bg1);
    padding: 2.5rem 1rem;
    margin-top: -145px;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
    border-radius: 2px;
}
.opening-wrapper:after{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    content: "";
    opacity: 0.102;
    background-color:var(--dark);
    }
.opening-icon img{
    width: 64px;
}
.opening-content{
    text-align: center;
    color: var(--light);
}
.opening-sub-title{
    text-transform: uppercase!important;
    font-weight: 600;
    font-family: var(--font1);
} 
.opening-content p{
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}
.opening-content span{
    font-size: 0.9rem;
    font-family: var(--font2);
}

/********** our products ************/
.product-sec{    
    position: relative;
    display: block;
    z-index: 9;
}
.pro-box{  
      z-index: 9;
      background-color: var(--light);
      overflow: hidden;
      margin-bottom: 20px;
      margin: 10px;
      /*overflow: hidden;*/
      border-radius: 8px;
      padding-top: 60px;
      
}
.p-btn{
    width: 100%;
    flex-wrap: nowrap;
}
.pro-content{
    /*position: absolute;*/
    /*content: '';*/
    /*left: 1rem;*/
    /*bottom: 2rem;*/
    /*z-index: 10;*/
    /*padding: 0 1rem;*/
}
.pro-name{
    text-align: left;
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
    position: relative;
    color: black;
    margin-top: 12px;
    text-align: center;
}

.pro-content span{
    color: var(--light);
    letter-spacing: 0.8px;
    font-family: var(--font1);
    font-weight: 200;
}
.pro-img{
    position: relative;
    z-index: 9;
    text-align: center;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 0;
    margin: 6px;
     overflow: visible;
}

.p-img{
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: visible;
    position: relative;
    z-index: 9;
}

.p-img img{
    width: 100%;
    /*height: 380px;*/
    overflow: hidden;
    border: 1px solid #cac4c4;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;    
    position: relative;
    /*filter: brightness(0.7);*/
    margin-top: -60px;
}
.p-img img:hover{
    filter:brightness(0.8)
}
/*.pro-box:hover .pro-img img{*/
/*    transform: scale(1.1);*/
/*}*/
.product-sec.product-slider.slick-slide{
    margin: 0px 10px;
}
.p-next.slick-arrow,
.p-back.slick-arrow {
    position: absolute;
    top: 55%;
    right:  0px;
    padding: 5px 2px;
    font-size: 25px;
    background-color: var(--bg2);
    color: var(--light);
    z-index: 999;
    height: 40px;
    text-align: center;
    width: 40px;
    cursor:pointer;
    top: 55%;
}

.p-next.slick-arrow {
    right: 0;
    border-radius: 30px 0 0 30px;
}
.p-back.slick-arrow { 
    left: 0px;
    border-radius: 0px 30px 30px 0;
   }
.slick-slider{
    position: static;
    display: block;
}
.slick-arrow{
    transition: all 0.5s ease;
}
.slick-arrow:hover{
    transform: scale(1.1);
}
.pro-name:hover{
    color: var(--bg);
}

/********** counter-sec ************/
.counter-sec{
     position: relative;
    background: linear-gradient(#090909b8, #21b8f2), url(../img/fact-fun.jpg);
    z-index: 9;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/*.counter-sec:after{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
   
/*    z-index: -1;*/
/*    content: '';*/
/*    opacity: 0.2;*/
/*    background-position: center;*/
/*    background-size: cover;*/

/*}*/
    
.counter-wrapper{
    display: flex;
    gap: 10px;
    background-color: rgba(250, 250, 250, 0.0);
    padding:  1rem;
}
.counter-box{
       text-align: center;
    margin-bottom: 20px;
    padding: 1rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 1.5rem;
}
/*.counter-icon{*/
/*    height: 70px;*/
/*    width: 70px;*/
/*    background-color: #ee0e0e;*/
/*      text-align: center;*/
/*    border-radius: 5px;*/
/*    display: flex;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: all 1.6s ease;*/
/*    cursor: pointer;*/
/*}*/
.counter-box:hover .counter-icon{
    transform: rotateY(360deg);
}

.counter-icon img{
    height: 70px;
    width: 70px;
}
.count-number span{
    font-size: 2rem;
    color: var(--light);
    font-family: var(--font2);
    font-weight: 700;
}
    .count-name span{
          font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    font-family: var(--font2);
    }
.count-name{
    font-size: 16px;
    color: var(--light);
    /*font-family: var(--font2);*/
    font-family:"Open Sans", sans-serif;;
    font-weight: 500;
    line-height:1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.counter-wrapper .mid-line{
    background-color: var(--secondary);
}
/********** why-choose-us ************
.why-choose{
    background-color: var(--secondary);
}
.why-choose-list{
    position: relative;
    background-color: var(--solox-black2, #141215);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}
.why-choose-item{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 30px 20px;
}
.why-choose .row{
    align-items: center;
}
.why-element{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.why-content p{
    font-size: 16px;
    line-height: 1.6;
}
.why-choose-item p{
    color: var(--light);
    font-size: 16px;
    font-family: var(--font1);
    line-height: 1.4;
    letter-spacing: 1px;
}
.why-choose-item .heading-sec{
    color: var(--light);
    font-size:20px;
}
.why-choose-item:nth-child(1){
    border-bottom: 1px solid var(--secondary);
}
.why-choose-item:nth-child(2){
    border-left: 1px solid var(--secondary);
}
.why-choose-item:nth-child(3){
    border-right: 1px solid var(--secondary);
}
.why-choose-item:nth-child(4){
    border-top: 1px solid var(--secondary);
}
.why-icon{
    width: 40px;
    height: 40px;
    background-color: var(--bg1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--solox-white, #fff);
    font-size: 20px;
    margin-right: 18px;
}

/********** why-us ************/
    
/*-------why-us------- */
.why-choose{
    position: relative;
    z-index: 9;
    background-color:var(--secondary); 
}
/*.why-us:after{*/
/*    background-color: rgba(17, 17, 17, 0.6);*/
/*    content: "";*/
/*    height: 100%;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/

.why-header .sub-title{
        color: var(--light);
        font-family: var(--font2);
        text-transform: capitalize;
    }
    .why-header p{
        color: var(--light);
        font-family: var(--font2);
    }   

.why-box{
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: var(--light);
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.why-content .heading-sec{
    line-height: 1.4;
    color: var(--blue);
    font-weight: 500;
    font-family: var(--font2);
    margin-bottom: 15px;
    min-height: 25px;

}
.why-icon img{
    width: 60px;
}
.why-img img {
    height:580px;
}

.why-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--gray);
    border-radius: 1px;
    text-indent: -9999px;
    padding: 0;
    transition: all 0.5s ease-in-out 0.1s;
    border: none;
}
.testi-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--light);
    border-radius: 1px;
    text-indent: -9999px;
    padding: 0;
    transition: all 0.5s ease-in-out 0.1s;
    border: none;
}

.why-slider .slick-dots,
.testi-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.why-slider .slick-dots>li,
.testi-slider .slick-dots>li {
    display: inline-block;
    margin: 5px;
}

.why-slider .slick-dots .slick-active button, 
.testi-slider .slick-dots .slick-active button {
    background-color: var(--bg1);
    height: 20px;
    width:9px;
}
/********** our team ************/
.our-team{
    position: relative;
}
.team-img img{
    height: auto;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
a.team-img{
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.team-img img:hover{
    transform: scale(0.96);
}
.ot-box{
    margin: 15px;
}
.ot-content{
    padding: 0.8rem 0.9rem;
    background: black;
    padding-right: 60px;
    position: relative;
    overflow: visible;
    height:90px;
}
.team-scl{
       width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    right: .9rem;
    top: .8rem;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: black;
    cursor: pointer;
    overflow: visible;
}
.team-scl-icn{
    background: white;
    position: absolute;
    right: 0;
    bottom: 57px;
    z-index: 6;
    width: 45px;
    height: fit-content;
    transition: all 400ms linear;
    transform: scaleY(0);
    transform-origin: bottom;
}
.team-scl:hover .team-scl-icn{
    transform: scaleY(1);
}
.team-scl-icn a{
    width: 45px;
    height: 55px;
     display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
     border-bottom: 1px solid gray;
}
.ot-name{
    font-size: 0.8rem;
    font-family: var(--font2);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 1.2;
    display: block;
    color: white;
}
.ot-content p{
       text-transform: capitalize;
    font-size: 1.3rem;
    font-family: var(--font1);
    /* letter-spacing: 1px; */
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}


/********** our treatment ************/
.service-sec{
          position: relative;
    z-index: 9;
    background-image: linear-gradient(137deg, #d6e6f2, #fff 28%, #d6e6f2 83%, #d6e6f2 102%);
    border-top: 1px solid var(--secondary);
}
.service-sec:before{
      content: "";
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--light);
    width: 3%;
    height: 150%;
    transform: rotate(120deg);
    border-radius: 15px;
    z-index: -1;
    opacity: 0.18;
    border-right: 200px solid #BEEAFA;
    border-left: 200px solid #BEEAFA;
}
.service-sec:after{
      content: "";
    position: absolute;
    top: -20px;
    right: 0;
    background: var(--light);
    width: 4%;
    height: 140%;
    transform: rotate(45deg);
    border-radius: 15px;
    z-index: -1;
    opacity: 0.2;
    border-right: 100px solid var(--secondary);
    border-left: 200px solid var(--secondary);
}
/*.service-sec:after{*/
/* position: absolute;*/
/* content: '';*/
/* left: 0;*/
/* top: 0;*/
/* width: 0%;*/
/* height: 0%;*/
/* background-image: url(../img/3.jpg);*/
/* opacity: 0.4;*/
/* background-color: var(--gray);*/
/* background-repeat: repeat;*/
/* background-size: cover;*/
/* background-position: center;*/
/* z-index: -1;*/
/*}*/
.service-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    position: relative;
    margin: 1.5rem 0;
}

.service-sec .sub-title{
    color: var(--dark)!important;
}
.service-icon{
      width: 100px;
    height: 100px;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    border-radius: 50%;
  
    }
    .service-icon:hover{
        transform: scale(1.1);
    }

.service-icon img{
    width: 100px;
    border-radius: 0%;
    transition:all 0.2s ease-in-out;
}
.service-heading{
           color: var(--dark);
    font-weight: 400;
    font-family: var(--font2);
    font-size:19px;
    
}
.service-heading:hover{
    color: var(--bg1);
}
/********** faq ************/
.faq-sec{
    background-color: #d6e9fa;
    position: relative;
}

.faq-sec .row{
    align-items: center;
}
.faq-content p{
    font-size: 18px;
    line-height: 1.6;
}
.accordion {
    width: 100%;
    margin-bottom: 5PX ;
  }
  
  .accordion-item {
    background-color: var(--bg2);
    color: #111;
    margin: 0.8rem 0;
    border-radius: 0.5rem;
    border: none;
  }
  .medical-accordion-item{
    background: linear-gradient(to right,var(--bg2) 0,var(--gray) 100%);
    color: var(--light);
  }
  .second-accordion{
    background-color: var(--bg3)!important;
  }
  .accordion-item-header {
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 1.2rem 3rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-family: var(--font1);
    text-transform: capitalize;
    color: var(--light);
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2.5rem;
    position: absolute;
    right: 2rem;
    font-weight: 300;
    color: var(--secondary);
  }
  .medical-accordion{
    color: var(--light);
    position: relative;
  }
  .medical-accordion::after {
    content: "\002B";
    font-size: 2.5rem;
    position: absolute;
    right: 2rem;
    color: var(--light);
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    background-color: var(--bg2);
    font-family: var(--font2);  
    color: var(--light);
    padding: 1rem;
    margin-top: 10px;
    line-height: 1.5rem;
   border: none;
    border-radius: 0rem!important;
  }
  .medical-accordion-body{
    background-color: var(--bg2);
    color: var(--dark);
  }
  .accordion-item{
    border-radius: 0.5rem!important;
  }
  .accordion-item-body-content p{
    margin: 15px auto;
    line-height: 1.6;
    text-align: left;
    font-family: var(--font2);
    color: var(--light);
    font-size: 17px;
  
  }
  .accordion-item-body-content .title-sec{
    text-transform: capitalize;
  }
  .accordion-disease span{
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    font-family: var(--font2);
    display: inline-block;
  }
  

/********** testi-monial ************/
.testimonial-sec{
    position: relative;
    z-index: 9;
 /*background: linear-gradient(#090909b8, #21b8f2), url(../img/fact-fun.jpg);*/
    background-color: var(--gray);
    
}

.testimonial-sec::after{
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image:url(../img/image/abt.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat;
    background-attachment: fixed; 
    opacity: 0.2;
}

.testimonial-sec .title-sec:after{
    background-color: var(--light)!important;
}
.testi-header p{
        color: var(--light);
    font-family: var(--font2),sans-serif;
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 400;
}
.testi-subtitle{
    color: var(--light);
    text-shadow: 0px 3px var(--gray);
}
.testi-box{
    margin-top: 10px;
    background: var(--light);
    padding: 20px;
    margin: 0 6px 20px;
    position: relative;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    cursor:grab;
    height: 216px;
}

.testi-box:after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -12px;
    height: 12px;
    background: var(--bg1);
    border-radius: 0 0 5px 5px;
}
.t-rate{
    color: var(--gray);
    font-size: 2rem;
}
.t-item{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 15px;
}
.t-name{
    color: var(--bg2);
}

.t-content p{
    color: var(--dark);
    font-family: var(--font1);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.testi-slider{
    margin-bottom: 3rem;
}
/*.testi-slider .slick-dots {*/
/*    text-align: center;*/
/*    padding-top: 20px;*/
/*}*/

/*.testi-slider .slick-dots button {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-color: var(--light);*/
/*    border-radius: 10%;*/
/*    text-indent: -9999px;*/
/*    padding: 0;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*}*/

/*.slick-dots {*/
/*    text-align: center;*/
/*    padding-top: 20px;*/
/*}*/

/*.slick-dots>li {*/
/*    display: inline-block;*/
/*    margin: 7px;*/
/*}*/

/*.slick-dots .slick-active button {*/
/*    background-color: var(--bg1);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*}*/
/********** contact-sec ************/
.contact-sec{
    position: relative;
    z-index: 9;
    background-color: var(--light);
}
.con-wrap-sec{
    padding-top: 0!important;
    padding-bottom: 0!important;
   
}
.contact-content{
    padding: 4rem 1.5rem;
    position: relative;
  
    background-color: var(--light);
}
.contact-layer{
    background-color: var(--light);
}
.contact-shape1{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.4;
}

.contact-form{
    padding: 4rem 1.5rem;
    position: relative;
    margin-bottom: 0;
    margin-left: -30px;
    background-color: var(--light);
    /*box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;*/
}
.contact-form .heading-sec{
    color: var(--bg1);
}
.contact-img img{
    height: auto;
    border-radius: 10px 0 0 10px;
}
.contact-form .input-text {
      display: block;
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    /* height: 50px; */
    padding: 12px 20px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    transition: all 0.1s linear;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  button.contact-btn.btn-sec{
      margin-top:1rem;
  }
  .contact-form input::placeholder,.contact-form textarea::placeholder{
    color: var(--dark);
    font-family: var(--font2);
    font-weight: 300;
  }
   .contact-form .input-select{
    color:var(--dark);   
    font-weight: 400;
    padding:10px 20px;
  }
   .contact-form textarea.input-text {
    height: 190px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .contact-form .header-part{
    margin-bottom: 30px;
  }
  .contact-form .heading-sec{
    font-size: 2rem;
  }
  .input-select option{
    color: var(--dark);
  }
  /*-------- */
  .contact-box{
    padding: 1rem 0rem ;
    margin: 1rem 0rem;
    border-radius: 5px;
  }
  .c-list {
    width: 100%;
    position: relative;
    background-color: var(--light);
    display: flex;
  }
  
  .c-icon {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    height: fit-content;
    z-index: 9;
  }  
  .c-icon i {
    width: 50px;
    height: 50px;
    background: var(--dark);
    border-radius: 5%;
    text-align: center;
    padding: 20px;
    color: var(--light);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cb-content {
    margin-left: 20px;
  }
  
  .cb-content span {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    color: var(--bg1);
    text-transform: capitalize;
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 600;
  }
  
  .cb-content p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: var(--dark);
    display: inline-block;
    margin-bottom: 4px;
    font-family: var(--font2);
    letter-spacing: 1px;
  }
  
  .cb-content p a:hover {
    text-decoration: underline;
    color: var(--bg1);
  }
  
  .cb2-content {
    font-size: 24px;
    line-height: 34px;
    color: var(--bg1);
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 500;
  }
/* ------ */



/******footer*******/
footer {
    background-color: var(--gray);
    position: relative;
    z-index: 9;
      padding: 30px 0;
}


.footer{
      background-image: url(../img/4.jpg);
    position: relative;
    z-index: 9;
    padding: 30px 0;
}
.footer::after{
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #000000a6;
}
.f-logo img{
    width: 145px;
    border-radius: 0%;
    background-color: white;
}

.f-section {
    display: flex;
    overflow: hidden;
}

.f-icon {
    margin-right: 20px;
    font-size: 18px;
    background-color:var(--bg1);
    border-radius: 5px;
    padding: 10px;
    height: 38px;
    width: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light);
}

.footer-content {
    color: var(--light);
    font-family: var(--font2);
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 1.4;
    display: block;
}

/*------*/
.footer-element {
    margin-top: 20px;
}
.footer-element p{
    color: var(--light);
}

.f-heading { 
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--font1);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}


.f-content li {
    padding: 7px 0;
    overflow: hidden;
    font-family: var(--font1);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;

}

.f-content li a {
    color: var(--light);
    transition: all 0.2s ease-in-out;
    font-family: var(--font2);
    font-weight: 400;
}

.f-content li a:hover {
    color: var(--bg2);
    font-size: 17px;
}

.f-content>li>a>span {
    margin-right: 10px;
    color: var(--light);
}

.f-content li:hover.f-content>li>a>span {
    margin-right: 20px;
}

.f-services {
    height: 230px;
    overflow: auto;
}

.f-services::-webkit-scrollbar {
    width: 5px;
}

.f-services::-webkit-scrollbar-track {
    background: var(--bg1);
    border-radius: 20px;
}

.f-services::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 10px;
}
.f-item a{
    text-transform:none;
}
.f-item p{
    margin-bottom: 5px;
    color: var(--light);
    font-weight: 400;
}
.f-contact li{
padding-bottom: 10px;
}
.f-item a:hover{
    font-size: 13px;
}
.f-content li a:hover{
    font-size: 16px;
}

/*****copyright********/
.footer-bottom {
    background-color: #2f3838;
}
.footer-bottom p{
    margin-bottom: 0;
}
.copyright {
    text-align: center;
    font-family: var(--font1);
    text-transform: capitalize;
    padding: 8px 0;
    color: var(--light);
}
.copyright span {
    font-weight: 700;
    padding: 0 5 px;
}

.copyright a {
    color: var(--bg1);
    font-size: 15px;
    font-style: italic;
    font-family:var(--font2);
}

/********scroll-btn**************/
#scroll-top {
    display: inline-block;
    background-color: var(--light);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 1px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    visibility: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 1000;
}

#scroll-top::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 40px;
}

#scroll-top:hover {
    cursor: pointer;
    background-color: var(--gray);
    box-shadow: 0px 0px 2px var(--bg);
    color: var(--light);
}

#scroll-top:active {
    background-color: var(--bg1);
    color: var(--light);
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.fixed-wtsp {
    position: fixed;
    top: 90vh;
    left: 2px;
    display: block;
    width: 3.5rem;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    z-index: 999;
    transition: all 1s ease;
}

.fixed-wtsp:hover {
    transform: scale(1.1);
}


/***inner-page*****/

/******breadcrump*******/
.breadcrump-sec {
    background: url('../img/bg/img2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.breadcrump-sec:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 0, 0, 0.6);
    content: '';
    z-index: -1;
}

.bread-title {
    font-family: var(--font2);
    font-size: 42px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 20px;
    text-align: left;
    padding:  20vh 10vw 0 0;
    text-shadow: 0px  1px var(--light);
}

.b-links {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    display: inline-block;
    background-color: var(--bg1);
    padding: 14px 30px;
    color: var(--light);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: inset 0 0 3px var(--light-gray);
}

.b-links a {
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--light);
    margin-bottom: 50px;
}

.b-item.active {
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font1);
    letter-spacing: 1.2px;
    font-size: 18px;
    font-weight: 900;
    padding-left: 5PX;
}

span.fa-solid {
    color: var(--light);
}

/****marketing-butoon***/
.market-place {
    background-color: var(--secondary);
    padding: 40px 0;
    position: relative;
}
a.market-btn {
    display: block;
}
.market-title{
    color: var(--bg1);
}
.marketing-title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.1;
}

a.market-btn {
    padding: 16px 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font1);
    font-weight: 600;
    line-height: 1;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: block;
    font-size:1.2rem;
}

.contact-bottom{
        background-color: #1977cc;
}
.payment-sec{
    padding: 4rem;
  }
  .payment-sec .title-sec{
      display:block;
      color:#fff;
  }
  .payment-sec .heading-sec{
      color:#fff;
  }
  .bank-detail{
    margin: 2rem 0;
  }
  ul.bank-detail li{
    font-family: var(--font2);
    letter-spacing: 0.8px;
    padding-bottom: 0.8rem;
    font-weight: 400;
    list-style: disc;
    font-size: 1rem;
    color:#fff;
  }
  .payment-mode{
    display: flex;
    justify-content: space-between;
  }
  .qr-image img{
    max-height: 280px;
    margin-top: 2rem;
  }
  .payment-left-sec{
    margin-top: 2rem;
  }
  .payment-md-sec{
    height:auto;
    width:2px;
    background-color:#fff;
  }
  
  .service-header .sub-title{
         font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    font-family: var(--font1);
  }
@media (max-width:1140px){
    .header {
    display: flex;
    flex-wrap:nowrap;
 }

 .c-logo img {
     width: 55px;
 }
 .logo-sec p{
    font-size: 1rem;
    letter-spacing: 0.1px;
    font-weight: 700;
 }
 
 .nav-sec {
     display: flex;
 }

 .nav-sec li {
     padding: 0px;
     display: inline-block;
     position: relative;
 }

 .nav-sec li:last-child {
     padding-right: 0px;
 }

 .nav-sec li a {
    font-size: 14px;
    padding: 16px  8px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: var(--dark);
    line-height: 1.3;
 }
}
.ab_sec .row{
    display:revert;
}
.ab_img{
    width:50%;
    float:Left;
    flex:inherit;
    margin-bottom:2rem;
    margin-right:1rem;
}
.ab_text{
    width:100%;
}

/********** media-queries ************/
@media (max-width:992px) {
    .ab_sec .row{
    display:flex;
}
.ab_img{
    width:100%;
    float:none;
    margin:0;
}
.ab_text{
    width:100%;
}
    section {       
        overflow: hidden;
    }
    .wrap-sec{
        padding: 25px 0;
    }
    .title-sec {
        color: var(--bg1);
        font-family: var(--font1);
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 15px;
        letter-spacing: 1.3px;
    }

    .sub-title {
        color: var(--dark);
        font-family: var(--font2);
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 5px;
        word-spacing: 1.3px;
        letter-spacing: 1px;
    }

    .heading-sec {
        font-size: 18px;
        text-transform: uppercase;
        font-family: var(--font1);
        line-height: 1.1;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .content-sec {
        font-size: 15px;
        word-spacing: 1.1px;
        line-height: 1.5;
        font-family: var(--font2);
        font-weight: 400;
        text-align: left;
    }

    .btn-sec {
     font-size: 15px;        
    }   
    .logo-sec::after{
        display: none;
    }
    .logo-sec::before{
        display: none;
    }
 .header-part {
        justify-content: center;
        display: block;
        text-align: left;
        margin-bottom: 25px;
    }   

    .t-header {
        background-color: var(--gray);
        z-index: 9999;
        position: relative;
        display:none;
    }
     form.example button {
    background: var(--bg2); 
  }
    .top-left-element{
        display: none;
    }
    .top-right-element{
        justify-content: center;
    }
    
    header {
        position: relative;
        top: 0px;
        width: 100%;
        left: 0;
        background-color: var(--light);
        z-index: 999;
        box-shadow: none;
    }

    .header-btn {
        display: none;
    }

    #my-header {
        padding: 0;
    }

    .header {
        line-height: 90px;
        background-color: var(--light);
    }

    .c-logo img {
        padding: 0;
        width: 50px;
        object-fit: cover;
    }
    .logo-sec p{
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: var(--font2);
    }
    /*-----------navbar-sec--------*/
    .nav-sec {
        display: none;
    }

    .toggle {
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle>* {
        width: 25px;
        height: 3px;
        background-color: var(--dark);
        border-radius: 5px;
        margin: 5px 0;
        transition: all 0.3s ease-in-out;
        display: block;
    }

    .toggle.active .line1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle.active .line2 {
        opacity: 0;
    }

    .toggle.active .line3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .nav-sec {
        position: absolute;
        flex-direction: column;
        top: 90px;
        width: 100%;
        background-color: var(--light);
        left: 0;
        right: 0;
    }

    .nav-sec li {
        display: block;
        line-height: 30px;
        padding: 0;
        background-color: #fafafa;
    }
    .nav-sec li.d-menu{
        padding-right: 0;
    }
    .nav-sec li a {
     position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    /* font-family: var(--font1); */
    letter-spacing: 1px;
    line-height: 35px;
    color: var(--dark);
    padding: 4px 30px;
    box-shadow: 0px 0px 1px var(--dark);
    }

    .nav-sec li a:hover,.nav-sec li a:active{
        background-color: var(--bg1);
        color: var(--light);
    }

    .nav-sec li a::after {
        display: none;
    }

    .drp-dwn,.drp-dwn2 {
        position: revert;
        width: 100%;
        display: none;
        min-height:50px;
        max-height: 300px;
        overflow: auto;
        background-color: var(--secondary);
    }
    .d-menu:hover .drp-dwn {
        display: block;
        top: 90px;
    }
    .drp-dwn li :hover .drp-dwn2{
        display:block;
        top:100%;
    }
    .click_btn {
        position: absolute;
    right: 3px;
    top: 1px;
    display: inline-block;
    color: var(--dark);
    background-color: transparent;
    padding: 14px;
    line-height: 10px;
    }
    .right_click{
        background-color:var(--light);
        transform:rotate(0deg);
    }
    #my-header.sticky .nav-sec>li>a:hover {
        color: var(--light);
    }
    #my-header.sticky {
        background-color: var(--light);
        font-family: var(--font1);
        box-shadow: none;
        z-index: 999;
    }
    
    .drp-sub-menu{
     left:calc(100% - 30px);
     opacity:0;
     top:-10%;
     min-height:10px;
     
 }
  ul.drp-dwn li.d-sub-menu:hover .drp-sub-menu {
    top: 0%;
    left: calc(0%);
    visibility: visible;
    opacity:1;
    width:100%;
    height:100%;
}
 /*---------*/

  /******banner******/
.ban-btn {
        font-weight: 200;
        padding: 5px 12px;
        font-size: 14px;
        margin-top: 20px;
    }
    .next-btn,
    .back-btn {
        position: absolute;
        top: 50%;
        width: 1rem;
        height: 1rem;
        padding: 0.7rem;
        z-index: 999;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
        color: var(--bg1);
        font-weight: 100;
        font-family: var(--font2);
        font-size: 14px;
        padding: 16px 10px;
        border-radius: 0;
    
    }
    .next-btn {
        right: 0;
        background-size: 1.5rem 1.5rem;
        background-repeat: no-repeat;
    }
    .next-btn:hover,
   .back-btn:hover {
    width: 2rem;
    color: var(--bg1);
    box-shadow: 0px 0px 2px var(--light);
    opacity: 1;
}

.back-btn {
        left: 0;
        background-size: 1.5rem 1.5rem;
        background-repeat: no-repeat;
    }

    .banner-slide:after{
        height: 100px;
     }
    .ban-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: all 5s ease-in-out;
        transform: scale(1);
        z-index: 199;
    }
  
/******feature-sec**********/
.feature-element{
    display: block;
}
.feature-box{
    padding: 20px;
    height: auto;
    margin-bottom: 3rem;
    display: block;
    position: relative;
}
.feature-sec:after{
    opacity: 0.01;
}

/* -------- */
.opening-wrapper{
    margin-top: 0px;
    padding: 2rem 1rem;
}
.opening-content{
    margin-bottom: 2rem;
}
.opening-sub-title{
    color: var(--light);
    font-size: 1.5rem;
}
.opening-wrapper:after{
    width: 0;
}
/******about-us**********/
.about-us{
    position: relative;
    z-index: 9;
    padding-bottom: 100px!important;
    padding-top: 80px!important;
}
.about-box{
    margin-top: 2rem;
}

ul.about-list{
    padding-left: 2rem;
}

.about-img{
    margin-bottom: 40px;
}

/*--------counter-section-------------*/
.counter-box{
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}
.count-number span{
    font-size: 32px;
}
.counter-icon img{
    height: 60px;
    width: 60px;
}
.count-name{
    font-size: 20px;
}
.counter-icon{
    height: 90px;
    width: 90px;
}
/*--------feature-section-------------*/
.feature-subtitle{
    color: var(--dark);
}
/*----why-choose-us--- */
.why-choose-item{
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--secondary);
}

/* ----------------- */
.breadcrump-sec {
    padding: 0px 0;
   
}
.bread-title {
    color: var(--light)!important;
    font-weight: 600;
    margin-bottom: 30px!important;
    font-size: 20px;
       padding: 10vh 10vw 0 0;
    text-shadow: 0px  1px var(--light);
}

.b-links {
    width: 100%;
    font-weight: 700;
}

.b-links a {
    font-size: 16px;
}

.b-item.active {
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font2), sans-serif;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 5PX;
    flex-wrap: wrap;
}

.c-img img{
    height: auto;
    width: 100%;
}
/*--------services--------*/
.service-item{
    padding: 0;
    margin-bottom: 4rem;
}
/*--------product--------*/
.pro-img img{
    height: auto;

}
.slick-arrow:hover{
    transform: scale(1);
}
.p-next.slick-arrow,.p-back.slick-arrow{
    font-size: 1rem;
    height: 30px;
    width: 30px;
}
.p-back.slick-arrow{
    left: 0;
}
.p-next.slick-arrow{
    right: 0;
}
.counter-wrapper{
    padding: 0;
    display: block;
}
.counter-box{
    border:none;
    justify-content: space-between;
}
.service-header .title-sec{
    color: var(--light);
}
.ot-content{
    text-align: center;
}
.faq-content p{
    font-size: 16px;
    line-height: 1.5;
}
/*-----contact-form-------*/
.contact-content{
    padding: 1rem;
}
.contact-form{
    padding:30px 15px;
    margin-left: 0;
    margin-top: 2rem;
}
.contact-form .input-text{
    font-size: 13px;
    font-family: var(--font2);
}
.contact-btn{
    margin-top: 10px;
}
.contact-box{
    padding: 0rem 0rem;
    margin: 1rem 0rem;
}
.f-services{
    height: 200px;
    margin-top: 5px;
}
.f-content{
    margin-top: 5px;
}
.c-box{
    float: none;
}
.testi-header .title-sec, .testi-subtitle{
    color: var(--light);
}
.c-icon i{
    width: 44px;
    height: 44px;
    background: var(--dark);
    border-radius: 5%;
    border: 1px solid var(--bg1);
    text-align: center;
    padding: 15px;
    color: var(--light);
    font-size: 16px;
}
.contact-box{
    min-height: auto;
}

footer{
    padding: 10px 0;
}
.payment-sec{
    padding:0;
}
.payment-mode{
    display:block;
}
.bank-detail {
    margin: 0 0 3rem 0;
}
.qr-image img {
    max-height: 500px;
    margin-top: 2rem;
    height: auto;
    margin-bottom: 2rem;
    min-height: 200px;
}
 .payment-md-sec{
    display:none;
  }
  .why-img img{
      height:auto;
  }
  .about-us::before{
      opacity:0.01;
  }
 
}

/*-----fixed-social-icons------*/

.mf-social-side-list {
     position: fixed;
    bottom: 5vh;
    left: 0px;
    z-index: 100;
}
.mf-social-side-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
   padding: 2px;
   margin:0
}
.mf-social-side-list ul li a {
    color: #ffffff;
    border-radius: 0%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mf-social-side-list ul li a:hover {
    opacity: .9;
    transform: scale(1.1);
}
.mf-social-side-list ul li a.fb{
    background: #3b5998;
}
.mf-social-side-list ul li a.insta{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list ul li a.youtube {
    background: #c4302b;
}
.mf-social-side-list ul li a.link {
    background: #0077B5;
}
.mf-social-side-list ul li a.twit{
    background: #000;
}
.mf-social-side-list ul li a.wtsp{
    background: #25d366;
}

/* ------- */
.share-btn-box{
    margin-top: 2rem;
}
.share-btn {
    font-size: 26px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.social-share {
    width: fit-content;
    height: fit-content;
}

.social-share ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    width: 34px;
    text-align: center;
    padding: 4px 8px !important;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    height: fit-content;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
    opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
    background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
    background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
    background: #20cb45;
}

.social-share ul li a.google-plus {
    background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
    background: #0a66c2;
}

.social-share ul li button.telegram {
    background: #0a9ac2;
}

.social-share ul li button.email {
    background: #c2410a;
}
.why-left-img{
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
.why-left-img img {
    border: 4px solid var(--primry-clr);
    border-radius: 50%;
    width: 100%;
    position: relative;
    z-index:4;
}

.why-left-img .color-layer {
       align-items: center;
    background: var(--primry-clr);
    background: linear-gradient(90deg, #263d4d 0, #2483ac);
    bottom: -42%;
    display: flex;
    height: 80%;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -2;
}
@media (max-width:650px){
    .why-left-img .color-layer {
        bottom: -15%;
        height: 38%;
    }
}

.header-part .color-layer span {
       -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ff1419;
    font-size: 2vw;
    font-weight: 800;
    margin-top: 75px;
}


/* ---------pop-up-form---------------- */

div#container{
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
 }
div#popUpForm {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #00000082;
    z-index: 9999;
  display:none;
  height: 100%;
}

#popContainer {
        max-width: 750px;
    min-width: 330px;
    text-align: center;
    margin: 0 auto;
    background-color: var(--light);
 background-color: #0093E9;
background-image: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%);
    height: auto;
    margin-top: 10px;
    z-index: 99999;
    position: relative;
    padding: 16px 4px;
}
#popContainer > form > p{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}
.contact-popup-form{
    margin-left:0;
    padding:1rem;
    padding-top:2rem;
    background-color:transparent;
}
input{
  border:solid 2px;
  padding: 10px 25px;
  text-align:center;
}
input[type="submit"]{
  font-weight:bold;
  border-radius:10px;
  background-color:red;
  color:#fff;
  border:none;
  cursor:pointer;
}
input[type="submit"]:hover{
  background-color:#ff4a4a;
  color:#000;
  border:black solid 1px;
}
#close{
       border: solid 1px #fff;
    width: 33px;
    padding: 3px;
    background-color: var(--light);
    float: right;
    margin: 10px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: normal;
    font-size: 18px;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 8px;
    color: #000;
    }
#close:hover{
  background-color:var(--secondary);
}

.contact-form .form-heading {
    text-transform: capitalize;
    color: var(--light);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: "Popins", sans-serif;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    padding: 8px 15px;
    outline: none;
    border: none;
    margin-bottom: 25px;
    background-color: var(--light);
    text-align: left;
}

.contact-form .input-text:focus {
    box-shadow: none;
    outline: none;
    border-bottom: none;
    border-bottom: 1px solid var(--bg2);
}

.input-text::placeholder {
    color: var(--dark);
    font-family: var(--font2);
}

select.input-text.select-option {
    font-size: 16px;
    font-family: var(--font1);
    text-transform: capitalize;
    color: var(--dark);
    text-align: center;
}

option.input-select {
    background-color: var(--secondary);
    color: var(--gray);
    font-family: var(--font2);
}

option.input-select:hover {
    background-color: var(--secondary);
}

.contact-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
    outline: none;
}

button.c-btn {
    border-radius: 1px;
    color: var(--dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    font-family: var(--font1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
    outline: none;
}
.contact-popup-form .input-text{
    box-shadow:none;
}
.pop-up-btn{
    margin-top:1rem;
    background-color:#fff;
    box-shadow:none;
    color:#000;
}
.rc-anchor-logo-portrait{
        margin: 6px 0 0 4px;
    width: 39px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.rc-anchor-logo-img-portrait{
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 21px;
    height: 24px;
    margin: 0 13px 0 13px;
    width: 32px;
}
.rc-anchor-normal .rc-anchor-pt{
        margin: 2px 6px 0 0;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px;
}
