/********** Template CSS **********/
:root {
    --primary: #04134dc1;
    --secondary: #04134dc1;
    --light: #EEF9FF;
    --dark: #091E3E;
}

p {
    font-family: 'Montserrat';
}
.btn:hover {
    color: white !important;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    background-color: #5099cd;
    border-color: #5099cd;
    color: #FFFFFF;
}

.btn-secondary {
    background-color: #9ae13bd1 !important;
    border-color: #9ae13bd1 !important;
    color: #FFFFFF;
    float:left;
}

.btn-primary:hover {
    background: #0f284c;
    color: white;
    border-color: #0f284c;
}

.btn-secondary:hover {
    background-color: #5099cd;
    border-color: #5099cd;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat';
    padding: 20px 17px;
    font-size: 15px;
    color: var(--dark);
    font-size: 17px;
    letter-spacing: 1px;
    outline: none;
    transition: .5s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
   .navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat' !important;
    padding: 20px 17px !important;
    font-size: 14px !important;
    color: var(--dark) !important;
    letter-spacing: 1px !important;
    outline: none !important;
    transition: .5s !important;
}
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
     
}

.carousel-caption {
    top: -192px;
    left: -513px;
    right: 0;
    bottom: 0;
    background: rgb(9 30 62 / 57%);
    z-index: 1;
}

.carousel-item {
    height: 70vh;
}

@media (max-width: 576px) {
    .carousel-caption {
        top: 0;
        left: 0;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }

    .carousel-item {
        height: 40vh;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px !important;
        height: 25px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgb(9 30 62 / 50%), rgb(9 30 62 / 52%)), url(../img/hi3.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgb(9 30 62 / 50%), rgb(9 30 62 / 52%)), url(../img/hi3.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/hi2.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}



/* .testimonial-carousel {
    background: #0f284cb3;
} */

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}



/* topbar */
.topmailno {
    background-color: #006aa3;
}

.bg-light {
    background-color: #ccf3c5 !important
}

.app-btn {
    background-color: #006aa3;
    color: white;
    font-weight: 600;
    /*float: left;*/
}

.app-btn:hover {
    color: white;
}

.logo {
    width: 62%;
}

@media(max-width:600px) {
    .logo {
        width: 100%;
        height: 60px;
    }
}

.dropdown-menu {
    margin-top: -30px;
}

.oh {
    background-color:#9ae13bfa !important;
}

.ma {
    background-color: #639ea9;
}

.gallery-popup {
    top:63%!important;
    width: 600px !important;
}

.gallery-popup .next {
    right: -160px !important;
}

.gallery-popup .prev {
    left: -160px !important;
}

/*@media(min-width:991px) and (max-width:1200){*/
/*    .navbar-light .navbar-nav .nav-link {*/
/*    font-family: 'Montserrat';*/
/*    padding: 20px 17px;*/
/*    font-size: 12px !important;*/
/*    color: var(--dark);*/
/*    font-size: 15px;*/
/*    letter-spacing: 1px;*/
/*    outline: none;*/
/*    transition: .5s;*/
/*    }*/
    
/*}*/
@media(max-width:600px) {
    .gallery-popup {
        width: 100% !important;
    }

    .gallery-popup .next {
        right: 0px !important;
    }

    .gallery-popup .prev {
        left: 0px !important;
    }
}

.social-icons ul {
    padding-left: 0;
}

.social-icons ul li {
    display: inline-block;
    padding: 10px;
}

.social-icons ul li a {
    color: white;
}
.social-icons ul li a i:hover{
    transform: scale(1.5);
    transition: .5s ease all;
}
.social-icons ul li a i:hover::before {
    /* box-shadow: 0 0 13px 10px rgb(18 233 68 / 98%); */
    height: 50px;
    border-radius: 50%;
    transform: scale(1.5);
    transition: .5s ease all;
  }

.tinnitus {
    margin-top: 150px;
}

/* product page */
.pdimg {
    display: block;
    width: 100%;
    object-fit: fill;
    object-position: center;
    height: 100%;
    transform: scale(1.15);
    aspect-ratio: 16 / 13;
    transition: 400ms ease-in-out;
}

@media(max-width:900px) {
    .pdimg {
        width: 70%;
    }
}

.cldetail {
    font-size: 16px;
    color: white;
    font-weight: 700;
    background: #04134dc1;
    border-radius: 10px 10px 10px 10px;
    margin-left: 58px;
    padding: 19px;
    height: 255px;
}

.title {
    bottom: 0;
    width: 93%;
}

.subtit {
    padding: 0px 90px 0px 90px;
}

@media only screen and (max-width: 900px) {
    .media {
        width: 100%;
    }

    .title {
        bottom: 0;
        width: 91%;
    }

    .subtit {
        padding: 0px 70px 0px 70px;
    }

    .cldetail {
        font-size: 12px;
        margin: 0;
        width: 100%;
    }

    .blank {
        display: none;
    }

    .section-title h5::before {
        display: none;
    }

    .section-title h5::after {
        display: none;
    }

   

    .gallery-popup img {
        margin-top: 235px;
        /* height: 84%!important; */
        /* object-fit: contain; */
    }
    
    .gallery-popup .close {
        top: 108px!important;
    }

    .gallery-popup .next {
        top: 125%!important;
        z-index: 99999!important;
    }

    .gallery-popup .prev {
        top: 125%!important;
        z-index: 99999!important;
    }

    .slimg {
        width: 200px;
        height: 100px;
    }
}


.brig {
    margin-bottom: 0px;
    position: relative;
    left: 39px;
    font-size: 9px;
    margin-top: 0px;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #213744;
    box-shadow: 0;
}

.accordion-button {
    color: white;
    background-color: #213744;
}

.accordion-button:hover {
    padding-left: 50px;
    transition: .8s ease all;
}

.contimg {
    height: 300px;
}

.bss {
    background-color: #091E3E;
    color: white;
}


.slider{
    padding: 30px 0px 30px 0px;
}
.slimg {
    width: 200px;
    height: 75px;
}


.gallery__content--flow {
    gap: 1rem;
}

.gallery__content--flow>* {
    flex-grow: 1;
    flex-basis: calc((30rem - 100% - 1rem) * 999);
}

figure {
    display: flex;
    min-width: 14rem;
    max-height: 16rem;
    position: relative;
    border-radius: .35rem;
    box-shadow:
        rgb(40, 40, 40, 0.1) 0px 2px 3px,
        rgb(20, 20, 20, 0.2) 0px 5px 8px,
        rgb(0, 0, 0, 0.25) 0px 10px 12px;
    overflow: hidden;
    transition: transform var(--anim-time--med) ease;
}

figure::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            hsla(0, 0%, 0%, 0.8) 0%,
            hsla(0, 0%, 0%, 0.7) 12%,
            hsla(0, 0%, 0%, 0.2) 41.6%,
            hsla(0, 0%, 0%, 0.125) 50%,
            hsla(0, 0%, 0%, 0.01) 59.9%,
            hsla(0, 0%, 0%, 0) 100%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: var(--anim-time--med), var(--anim-time--med);
    transition-timing-function: ease, ease;
    z-index: 4;
}

.header__caption {
    z-index: 10;
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-self: flex-end;
    width: 100%;
    gap: 0.5rem;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    transform: translateY(100%);
    transition: transform var(--anim-time--hi) linear,
        opacity var(--anim-time--hi) linear;
}

figure:hover::before {
    opacity: 0.8;
}

figure:hover .header__caption {
    transform: translateY(0);
    opacity: 1;
}

figure:hover img {
    transform: scale(1);
}

.title {
    color: #fff;
}

.title--primary {
    font-size: 1.25rem;
    font-weight: bold;
}
.title--secondary {
    text-transform: uppercase;
    font-weight: bold;
}
.slt {
    float: left;
}

.setit {
    color: #006aa3;
}
.care{
    margin: 157px 0px 0px 70px;
}
@media(max-width:900px){
    .care{
        margin:0px 0px 0px 30px;
    }
    .rim{
        margin-top: 30px;
    }
}
.speech{
    margin: 30px 0px 30px 0px;
}
.brand{
    margin: 30px 0px 30px 0px;
}
/* whatsapp */
.whatsapp {
    background-color: #2A7D2E;
    border-radius: 50%;
    bottom: 100px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
}
.whatsapp:hover{
    color: white;
}

 /***********************OUR SERVICES Demo - 21 *******************/
 .box21 {
    overflow: hidden;
    margin: 20px;
}

.box21 {
    text-align: center;
    position: relative;
}

.box21:after,
.box21:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0);
}

.box21:hover:after,
.box21:hover:before {
    transform: scale(400);
}

.box21:before {
    transition: all 0.5s linear 0.3s;
}

.box21:hover:before {
    transition-delay: 0s;
}

.box21:after {
    transition: all 0.5s linear 0.6s;
}

.box21:hover:after {
    transition-delay: 0.2s;
}

.box21 img {
    width: 100%;
    height: auto;
}

.box21 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    transform: scale(0);
    transition: all 0.3s linear 0s;
    z-index: 1;
}

.box21:hover .box-content {
    transform: scale(1);
    transition-delay: 0.4s;
}

.box21 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}

.sdet {
    font-size: 15px;
    padding: 20px;
    text-align: justify;
}



.box21 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 990px) {
    .box21 {
        margin: 10px;
    }
    .box21 .box-content{
        padding: 0;
    }
    .box21 .title{
        font-size: 15px;
        padding-bottom: 0;
        margin-top:10px;
    }
    .sdet{
        font-size: 16px;
        padding: 10px;
        overflow: auto;
        max-height: 300px;
    }

}

/* contact page */
.contact{
    display: flex;
}
.map {
    min-height: 438px;
    width: 700px;
    border: 0;
}

@media(max-width:900px){
    .map {
        margin-top: 30px;
        width: 374px !important;
    }
    .contact{
        display: block;
    }   

}

.links:hover{
    padding-left: 20px;
    transition: 0.5s ease all;
}
.dropdown-menu li{
    border-bottom: 1px #99929229 solid !important;
    padding-bottom: 6px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 21rem;
    padding: 0.5rem 0;
    font-family: montserrat;
    margin: 0;
    border-bottom: 5px black solid;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #000000;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0);
    border-radius: 3px;
}
.dropdown-item a:hover{
    padding-left: 10px;
    transition: 0.3s ease all;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    border-bottom: 1px #fff solid;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* .logo {
    width: 220px;
    height: 120px;
} */
.app-btn{
    border-radius: 40px; 
     /*margin-top: 20px !important; */
    background-color: #349f06;
}
.col{
   
    border: 1px solid gray;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    background-color: gray;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #349f06;
    border-radius: 20px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
}
.nav-link:hover, .nav-link:focus {
    color: white;
}
.des{
    font-size: 16px;
    background-color: #349f06;
    border-radius: 20px;
    height: 40px;
    color: white;
    font-size: 20px;

}
.carousel-control-prev{
    height: 50px; 
    width: 50px; 
    margin-top: 200px; 
    background-color:  #349f06;
}
.carousel-control-next{
    height: 50px; 
    width: 50px; 
    margin-top: 200px; 
    background-color: #349f06;
}

.text{
    margin-bottom: 10px;
    width: 250px;
    height: 400px;
}

.topbar {
    background-color: #000;
    padding: 5px 0px 10px 0;
    overflow: hidden;
}.topbar .single-contact, .topbar .single-contact a {
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
}
.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    color: #ccc;
    cursor: pointer;
}.topbar .single-contact i {
    color: #7dc043;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.topbar .single-contact, .topbar .single-contact a {
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
}.topbar .single-contact, .topbar .single-contact a {
    color: #fff;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
}
.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    color: #ccc;
    cursor: pointer;
    padding-top:10px;
}.topbar-right {
    position: relative;
    float: right;
}.topbar .social-icons {
    float: right;
    margin-right: 115px;
    padding-top: 0;
}.topbar .social-icons li {
    display: inline-block;
    margin-right: 10px;
}.topbar .social-icons li a {
    color: #ccc;
}.right-bar {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 50.5px;
    z-index: 3333;
    top: 1px;
    margin-right: 121px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}.right-bar .right-nav {
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-top: 10px;
}.right-bar ul li {
    display: inline-block;
    margin-right: 5px;
}.right-bar .right-nav li a {
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
}.right-bar ul li:last-child {
    margin: 0;
}
.right-bar ul li {
    display: inline-block;
   }.right-bar .right-nav li a {
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
}.search-top {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 51px;
    width: 350px;
    right: 0;
    line-height: initial;
}.search-top .search-form {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}.search-top .search-form input {
    height: 50px;
    line-height: 45px;
    padding: 0 45px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.xyz{
    background: #349f06;
    margin-left: 320px;
    margin-top: -45px;
    padding: 1px 616px 0px 1px;

    }
    .pqr {
        background: #349f06;
        padding: 9px 13px 9px 13px;
    }
    .dess {
        flex: 1 1 auto;
        padding: 1rem 1rem;
        margin-bottom: -85px;
    }
    .rs{
        width: 200px;
    }
    
    .fa-whatsapp{
        margin-top: 10px;
    }
    @media(max-width:767px){
        .wel, .wel2{
            font-size:20px;
        }
        .appr{
            font-size:20px;
        }
        .app-btn{
    border-radius: 40px; 
     margin-top: 20px !important; 
    background-color: #349f06;
}
        .mobbtn{
            display:grid;
            margin:10px;
            padding:10px;
        }
        .list{
    list-style:none;
    text-align:left;
}
.elementor-heading-title2
{
    text-align:center;
}
.btn-more{
    margin:auto;
    display:block;
}

        .help{
            margin:0 !important;
            padding:0 !important;
        }
        .elementor-widget-container{
            padding-bottom:30px;
        }
        .topbar{
            padding-bottom: 10px;
        }
        .right-nav{
            margin-top: 55px;
        }
        .design{
            font-size:12px;
            margin-top: 10px;
        }
    }
    
    .elementor-heading-title {
    color: #FD6500;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.elementor-widget-container{
    /*padding: 0px 50px 0px 50px;*/
    border-radius: 5px 5px 5px 5px;
}
.elementor-heading-title2{
    color:white;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
}
.btnno{
     background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
   background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
    padding: 16px;
    border-radius: 40px;
    font-size: 20px;
    width: 221px;
    text-align: center;
}
.was{
     background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
   background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
       padding: 12px;
    font-size: 14px;
    width: 221px;
    text-align: center;
}
.btn2{
    background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
   background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
    padding: 16px;
    border-radius: 40px;
    width: 221px;
    text-align: center;
}
.video-container{
    margin:10px;
}
.stitle{
     font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px; margin-top:30px;
}
.sec_margin{
    padding-top:50px;
    padding-bottom:20px;
}
.cdiv{
    padding: 50px;
}
.elementor-view-stacked .elementor-icon {
    background-color: rgba(255,255,255,0);
    fill: #bfbfbf;
    color: #bfbfbf;
}
.elementor-icon:hover {
       background-color: #ff6a00;
    fill: #ff6a00;
    color: #ff6a00;
    transition:0.4s ease all;
}
.elementor-icon:hover.{
       background-color: #ff6a00;
    fill: #ff6a00;
    color: #ff6a00;
    transition:0.4s ease all;
}
.elementor-animation-grow:hover {
    transform: scale(1.1);
}
.cards{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
     background-color:transparent !important; 
    background-clip: border-box;
    border: none;
    border-radius: 2px;
    text-align:center;
}
.elementor-icon i {
       font-size: 50px;
    position: relative;
    display: block;
}

.extdev1{
    padding: 30px;
}
.cdiv:hover .extdev1{
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fd6500;
   box-shadow: 6px 0px 25px 3px rgb(253 101 0);
}

.hiw{
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}
.sdiv{
    border: 1px solid white;border-radius: 15px;padding: 45px;
}
.vtit{
    margin:0;
}
.fdiv{
    margin: 10px;
}
.sdiv{
    border: 1px solid white;
    border-radius: 15px;
   
}
.vidtypes{
    max-width:1140px;
}
.container{
    max-width:1140px;
}

.elementor-image-box-wrapper{
    width:60px !important;
    margin: 0;
    background: white;
}
.wdiv{
    border: 1px solid orange;
        margin: 34px;
}
.card2{
    height:324px;
}
.fodiv{
    display:flex;
}
.fimg{
        margin: 15px;
}
.rm{
    background-color:#FD6500;
    border:none;
    border-radius:20px;
    padding:10px;
}
.rm a{
 color:white;
    font-weight:900;
}
.plist{
    margin-top:100px;
}
.section-banner{
        background-image:  linear-gradient(rgba(8, 21, 48, 0.603), rgba(6, 30, 58, 0.616)),url('https://c1.wallpaperflare.com/preview/603/1011/740/film-set-tech-filmmaking-film-camera.jpg');   
        height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }
    .page2bc{
        height: 500px; 
        background-repeat:no-repeat; 
        background-size:cover;
        background-position:center;
    }
    .buts{
        text-align: center;
        margin-top: 54px;
    }
@media(max-width:767px){
    .srvid{
    width:81% !importana;
       height: 223px !important;
}
.hq1{
    font-size: 13px;
}
.hq2{
    font-size: 20px;
}
    .plist{
        margin-top:0 !important;
    }
    .slm{
        position: absolute;
    right: 22px;
    top: 0px !important;
    }
    .lm{
       font-size:10px;
       padding:4px;
       border-radius:10px;
    }
    .right-bar{
        margin-right:26px;
    }
    .right-bar .right-nav{
        padding-top:10px;
        margin-top:0;
    }
    .section-banner{
        background-image:  linear-gradient(rgba(8, 21, 48, 0.603), rgba(6, 30, 58, 0.616)),url('https://c1.wallpaperflare.com/preview/603/1011/740/film-set-tech-filmmaking-film-camera.jpg');   
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }
    .mcc{
        margin:0 !important;
        padding:0 !important;
    }
    .mcc1{
        padding:0 !important;
    }
    .page2bc{
        height: 200px; 
        background-repeat:no-repeat; 
        background-size:cover;
        background-position:center;
    }
    .buts{
        text-align: center;
        margin: 0 !important;
    }
    .sec_margin {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .services{
        text-align:center;
    }
    .btnno{
     
        background-color: #FD6500;
        color: #ffffff;
        font-family: 'Comfortaa' !important;
        font-weight: 700;
        padding: 7px;
        border-radius: 40px;
        font-size: 14px;
        width: 156px;
    }
    .was {
    background-color: #FD6500;
    color: #ffffff;
    font-family: 'Comfortaa' !important;
    font-weight: 700;
    padding: 12px;
    font-size: 10px;
    width: 163px;
    margin: auto;
    }
    .fodiv{
        display:block;
        text-align:center;
    }
    .name, .post{
        text-align:center;
        margin-top:20px;
    }
    .aproj{
        font-size:30px !important;
    }
    .elementor-heading-title{
        text-align:center;
    }
    .elementor-heading-title2{
        font-size:28px;
    }
    .btn2{
     
        background-color: #FD6500;
        color: #ffffff;
        font-family: 'Comfortaa' !important;
        font-weight: 700;
        padding: 7px;
        border-radius: 40px;
        font-size: 14px;
        width: 156px;
    }
    .goal{
    margin-top:10px;
    }
    .cloc{
    margin:0!important;
    }
    .gmap{
    width:100%;
    height: 300px;
    }
    .mloc{
    height:300px;
    }
    .slimg {
    display: block !important;
    width: 50% !important;
    height: 103px !important;
    margin: auto !important;
    }
    .ani{
        width:100%;
        height:300px !important;
        object-fit: cover !important;
    }
   
}
    .ani{
        width:100%;
        height:400px;
        bject-fit: cover;
    }


.page_head {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
}
.page_head img {
    width: 100%;
    height: 488px;
    vertical-align: bottom;
    min-height: 488px;
    object-fit: cover;
}
.cattitle_wrap {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 99;
    width: 100%;
    transform: translate(-50%,-60%);
    text-align: center;
    z-index: 9;
}
.cattitle_wrap h1 {
    font-family: 'Poppins';
    font-size: 54px;
    color: #fff;
}
.cllc{
    margin-top:160px;
}
.gmap{
    width:100%;
    height: 306px;
}
.mloc{
    height: 265px;
}
.help{
    padding: 50px;
    margin-top: 25px;
}
.arrow{
    background-color: #fd6500cc;
    border:none;
    color:white;
}
.arrow:hover{
   background-color: #fd6500;
}
.wnext{
    background-image: linear-gradient(180deg, #DADADA 0%, #349f06 100%);
}
.icol{
    color: #349f06;
}
.slm{
    position:absolute;
    right: 22px;
    top: 10px;
}
.slm a{
     background-color:#55c5f3;
     color:black;
}
.srvid{
   width: 65%;
    height: 374px;
}
























