@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');

:root {
    --primary: #5bc5e8;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

a {
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

/* @font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('/fonts/AvenirNextLTPro-Regular.otf') format('Opentype'),
  } */

.top-header small {
    font-size: 13px;
}

.fw-medium {
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

.fw-medium {
    color: #67bfed !important;
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    padding-right: 0 !important;
}

/*** Spinner ***/
#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;
}



/* tab button  */
.container-fluid.sticky-top.nav-top {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.tab-menu {
    list-style-type: none;

}

.tab-menu li {
    cursor: pointer;
    color: #69bff0;
    font-weight: 700;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    /* border-bottom: 2px solid #252944; */
}

.tab-menu li:hover {
    color: #252944;
}

.tab-menu li.active {
    /* background-color: #fff; */
    color: #252944;
    /* font-weight: 700; */
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
    border-bottom: 2px solid #252944;
}

.carousel-content {
    display: none;
}

.carousel-content.active {
    display: block;
}


#specialties-carousels .owl-carousel.owl-hidden {
    opacity: 1;
}

#procedures-carousels .owl-carousel.owl-hidden {
    opacity: 1;
}

#specialties-carousel-mob .owl-carousel.owl-hidden {
    opacity: 1;
}

#procedures-carousel-mob .owl-carousel.owl-hidden {
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    display: none;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    background-color: #efefef;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-brand {
    padding: 0px
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.ihld_text {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 140px;
}

.k_more_btn {
    padding: 10px;
    background: #69bfef;
    border: 1px solid #69bfef;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
}


.offcanvas {
    position: fixed;
    bottom: 0;
    max-height: fit-content;
    border-radius: 30px 0 0 30px;
}

.offcanvas.offcanvas-end {
    top: 100px;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
    z-index: 99999;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}


.action-button {
    display: block;
    position: fixed;
    width: 6em;
    height: 8em;
    font-weight: 600;
    z-index: 10;
    bottom: 10em;
    right: -2em;
    color: #fff;
    background: #69bff0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    box-shadow: 0.1em 0 0.25em rgba(0, 0, 0, 0.15), 0.2em 0 1em rgba(0, 0, 0, 0.2);
}

.action-button::after {
    content: "Chat with us";
    display: flex;
    justify-content: center;
    transform: rotate(90deg);
    align-items: center;
    height: 100%;
}


.action-button-content {
    background-color: white;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 15;
    bottom: 2em;
    right: 2em;
    transform-origin: bottom right;
    transition: box-shadow 50ms ease-out, border-radius 50ms ease-out 25ms, width 90ms ease-in, height 60ms ease-in;
}

.action-button-content-inner {
    /* opacity: 0; */
    transition: opacity 30ms ease-out 0;
    padding: 40px;
    text-align: center;
}

.action-button-content-inner h2 {
    color: #242843;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
}

.action-button-content-inner p {
    color: #242843;
    padding: 0;
    font-size: 16px;
}

.action-button-content-inner .btn {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #0cebeb;
    border: 1px solid #0cebeb;
    border-radius: 3px;
    margin-bottom: 1.5em;
    transition: color 50ms linear, background 50ms linear;
    text-decoration: none;
}

.action-button-content-inner .btn:hover {
    color: white;
    background: #0cebeb;
}
/* line */
.line-mf {
    width: 50px;
    height: 4px;
    background-color: rgb(37, 41, 68);
    margin: 0 auto;
  }
  /* line end */
  
/* .action-button-content-inner::after {
   content: "\F62A";
   position: absolute;
   font-size: 25px;
   top: 15px;
   left: 15px;
   color: #666;
   pointer-events: auto;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
   cursor: pointer;
} */

.offcanvas.offcanvas-end {
    top: 100px;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
    z-index: 99999;
}

.actionsBoxOpen .action-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em;
    transform-origin: 50%;
    transform: translate(-50%, -50%);
    font-size: 200%;
    font-weight: 100;
    line-height: 0.95em;
    text-align: center;
    border-radius: 50%;
    transition: all 400ms ease-out;
}

.actionsBoxOpen .action-button-content {
    pointer-events: none;
    width: 340px;
    background: #f2fffb;
    height: 350px;
    cursor: default;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    bottom: 2em;
    right: 2em;
    text-align: center;
    transform-origin: bottom right;
    transition: box-shadow 50ms ease-in 100ms, border-radius 50ms ease-in 100ms, width 150ms ease-in, height 150ms ease-in;
}

.actionsBoxOpen .action-button-content-inner {
    opacity: 1;
    transition: opacity 100ms ease-out 200ms;
}

.actionsBoxOpen .action-button-content-inner .btn {
    pointer-events: auto;
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.testimonial-para {
    font-size: 25px;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.offcanvas .form-col button {
    float: inherit;
    min-width: 150px;
    background: #262a45;
    padding: 10px 30px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 700px;
    }

    .mob_textcenter {
        text-align: center;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.zoom {
  padding: 50px;
  transition: transform .2s; /* Animation */
 
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: url(../img/bg.png) no-repeat;
    background-size: 101%;
    /* padding: 1px 0px 0px; */
    padding: 1px 0px 10px;
}

.about h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 60px 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.about h1 {
    color: #fff;
    line-height: 0.5;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #5bc5e80a;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #5bc5e80a;
    border-radius: 100%;
    /* animation: pulse-border 1500ms ease-out infinite; */
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #5bc5e80a;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #5bc5e854;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    /* .about {
    
        background-size: auto;
     
    } */
}

.sticky-top a {
    color: #252943;
}

/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
    position: relative;
}

.footer .box_eeri {
    position: absolute;
    width: 68%;
    bottom: 50px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #000;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #000;
}

.copyright {
    background: #fff;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.hedig_h h2 {
    font-size: 25px;
    text-align: center;
    color: #929598
}

.search_tip .form-control {
    padding: 12px 20px 12px 50px;
    border-radius: 0px;
    border-color: #000;

}

#exampleModal .search_tip .form-control {
    padding: 12px 20px 12px 50px;
    border-radius: 0px;
    border-color: #000;
    border: none;
}

#exampleModal .search_tip .form-control {
    padding: 25px 20px 25px 50px;
    border-radius: 0px;
    border-color: #000;
}


#exampleModal input.form-control::placeholder {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
}

.search_tip .btn {
    width: 372px;
    /* width: 50px; */
    background: #252944;
    color: #fff;
    border-radius: 0;
    border: 1px solid #252944;
}

#exampleModal .search_tip .btn {
    /* width: 372px; */
    width: 70px;
    background: #252944;
    color: #fff;
    border-radius: 0;
    border: 1px solid #252944;
}

#exampleModal .modal-body {
    background: #5bc19c;
}

#exampleModal .modal-dialog {
    max-width: initial;
    margin-top: 105px;
    padding: 0 10px;
}

div#exampleModal {
    padding-right: 0 !important;
    height: auto;
    position: absolute;
}

#exampleModal .search_tip {
    width: 90%;
    margin: auto;
}


#exampleModal .modal-body {
    background: #5bc19c;
    padding: 50px 0px;
    border: none;
}

#search_box {
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
}

#search_box i {
    position: absolute;
    font-size: 28px;
    /* left: 10px; */
    padding-left: 10px;
    padding-top: 5px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -41px;
}


 @media (max-width: 1024px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 34px;
    }    
} 



.about .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.about .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ffffff;
}

.about .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #fff;
}

#SPECIALTIES {
    background: linear-gradient(90deg, rgba(239, 251, 254, 1) 50%, rgba(243, 254, 252, 1) 50%);
    padding: 50px 0px;
    margin: 0px 0px 0px;
}

.about_vision {
    background: linear-gradient(180deg, rgba(239, 251, 254, 1) 50%, rgba(243, 254, 252, 1) 50%);
}

/* .about a{
color: #fff;
text-decoration: none;
} */

.about a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

small a {
    color: #8f9092;
}

#SPECIALTIES .project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, .0);
}

#SPECIALTIES h2 {
    text-align: center;
}

#SPECIALTIES .owl-item img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

#SPECIALTIES ul {
    width: 100%;
    text-align: center;
    padding: 0px 80px;
}

#SPECIALTIES li {
    list-style: none;
    width: 40%;
    display: inline-block;
    /* float: left; */
    margin: 0px 20px;
}

.about .align-items-center {
    align-items: center !important;
    position: absolute;
    top: 0px;
    justify-content: center;
    left: 0px;
    width: 100%;
    /* left: 247px; */
    /* right: 0px; */
    text-align: center;
}

#SPECIALTIES a {
    font-size: 16px;
    text-align: center;
}

.box_im {
    margin: 0px 0px;
}

.box_text {
    text-align: center;
}

.box_text a {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    padding: 20px 35px;
    background: #252944;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.box_ee {
    position: sticky;
    
}

.text_box {
    text-align: center;
}

.text_box h1 {
    font-size: 25px;
    color: #575759;
    padding: 20px 0px 10px
}

.text_box h4 {
    font-size: 25px;
    color: #575759;
    padding: 0px 0px 20px 0px
}

.vision_text h4 {
    font-size: 25px;
    color: #575759;
    padding: 0px 0px 20px 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.vision_text_leader h4 {
    font-size: 25px;
    color: #575759;
}

.vision_text_leader p {
    font-size: 25px;
    color: #575759;
}

.pad_left {
    padding-left: 40px;
    max-height: 900px;
}

.pad_right {
    padding-right: 40px;
    max-height: 900px;
}

#SPECIALTIES .align-items-center {
    align-items: center !important;
    position: absolute;
    top: 0px;
    width: 100%;
    justify-content: center;
    /* left: 263px; */
    left: 0px;
    /* right: 0px; */
    text-align: center;
}

.d_tt .project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    display: none;
}

#cor {
    background: #252944;
    padding: 100px 0px;
    margin-top: 50px;

}

#cor a {
    color: #fff;
    font-size: 18px;
}

#cor h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #69bdeb;
    width: 25px;
    height: 25px;
    border: 1px solid #69bdeb;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #69bdeb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.box_3 small {
    color: #8f9092
}

.footer p {
    color: #000
}

/*  */
.navbar-nav {
    background-color: #69bfee;
    padding: 0px 30px;
}

.mb-1 {
    color: #000
}

.footer h4 {
    color: #000
}

.box_im1 {
    display: none !important;
}

.top_bc .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: relative;
    top: -63px;
}

.vvv- {
    display: none;
}

@media screen and (max-width:768px) {
    .ihld_text {
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .offcanvas.offcanvas-end {
        top: 100px;
        width: 90%;
        margin: 5%;      
        border-radius: 20px;
        transform: translateX(100%);
    }

    .vvv- {
        display: block;
        display: block;
        position: absolute;
        right: 200px;
        top: 15px;
    }


    .k_btn_mob {
        position: absolute;
        bottom: 50px;
        width: 100%;
        text-align: center;
        left: 0;
    }
}



@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .bo {
        display: none;
    }





    .box_top_1 {
        display: block !important;
    }

    .box_wol {
        display: none !important;
    }

    #SPECIALTIES ul {
        width: 100%;
        text-align: center;
        padding: 0px 0px;
    }

    .footer .box_eeri {
        position: inherit;
        width: 100%;
        bottom: 0px;
        margin-top: 20px;
    }

    .back-to-top {
        position: relative;
        display: none;
        right: 30px;
        bottom: 77px;
        z-index: 99;
    }


    .breadcrumb_text {
        color: #58595b;
    }

    .box_im2 {
        padding: 0px 0px !important;
    }

    .nav1 {
        display: flex;
    }

    .box_ee .align-items-center {
        align-items: center !important;
        position: absolute;
        /* top: -30px !important; */
        top: 0px !important;
        justify-content: center;
        /* left: 164px !important; */
        left: 0px !important;
        /* right: 0px; */
        text-align: center;
    }

    .footer .row .col-md-6 {
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

    .about {
        background: url(../img/bg1.jpg) center center no-repeat;
        background-size: 100%;
        /* padding: 16px 0px 60px; */
        padding: 16px 0px 50px;
    }

    #cor {
        padding: 50px 0px;
    }


    .about {

        background-size: cover;

    }

    .about .p-5 {
        padding: 1rem !important;
    }

    .about .align-items-center {
        align-items: center !important;
        position: absolute;
        /* top: -30px; */
        top: 0px;
        justify-content: center;
        /* left: 165px; */
        left: 0;
        /* right: 0px; */
        text-align: center;
    }

    .pad_right {
        padding-right: 18px;
    }

    .pad_left {
        padding-left: 20px;
    }

    #SPECIALTIES {
        /* background: linear-gradient(90deg, rgba(239,251,254,1) 50%, rgba(243,254,252,1) 50%); */
        background: linear-gradient(180deg, rgba(239, 251, 254, 1) 50%, rgba(243, 254, 252, 1) 50%);
        /* padding: 25px 0px; */
        padding: 40px 0px;
        margin: 0px 0px 0px;
    }

    .box_text a {
        margin-top: 30px;
        display: inline-block;
        border-radius: 5px;
    }

    .specialties-carousel.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
    }

    .specialties {
        margin-top: -60px !important;
    }

    .pad-mob {
        padding-bottom: 90px;
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
        display: none;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .about .row {
        padding-left: 0px !important
    }

    .about .mb-5 {
        margin-bottom: 1rem !important;
    }

    .s_r {
        position: relative;
    }

    #search_box {
        display: none;
    }

    #SPECIALTIES li {
        list-style: none;
        width: 35%;
        display: inline-block;
        /* float: left; */
        margin: 0px 20px;
    }

    #SPECIALTIES h2 {
        text-align: center;
        margin-top: 20px;

    }

    .box_im {
        margin: 0px 0px;
        display: none !important;
    }

    #SPECIALTIES .mb-5 {
        margin-bottom: 1rem !important;
    }

    .box_im1 {
        display: block !important;
    }

}

@media screen and (min-device-width: 320px) and (max-device-width: 500px) {
    .nav1 {
        display: flex !important
    }

    .vvv- {
        display: block;
        display: block;
        position: absolute;
        right: 100px;
        top: 15px;
    }
}

.nav1 {
    display: none;
    justify-content: space-around;
    background-color: #fff;
    padding: 0px;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 999;
    border-top: 2px solid;
}

.nav1 i {
    font-size: 25px;
    color: #000;
}

/* .about {
    
    background-size: auto;
 
} */

.nav1-item {
    display: block;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 5px 0px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
}

.nav1-item span {
    font-size: 14px;
    text-align: center;
}

.nav1-item:focus {
    text-decoration: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .2s;
}

.nav1-item:focus span {
    width: 100%;
    margin-left: 8px;
    transition: .2s;
}


.box_pp {
    position: absolute;
}

.sticky-top i {
    font-size: 30px;
}

.sticky-top i:nth-child(1) {
    margin-left: 10px
}

.box_footer {
    position: relative;
}

.box_pp {
    position: absolute;
    top: 0px;
    left: 200px;
}

.box_im2 {
    padding: 0px 80px
}


.outer-col {
    position: fixed;
    right: 5px;
    bottom: -399px;
    z-index: 99999;
    width: 300px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.box_eeri {}

.heading {
    float: left;
    width: 100%;
    background: #68beee;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.form-col {
    float: left;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 400px;
 padding: 10px;
 border: 1px solid #999; */
}

.form-col input {
    float: left;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px;
}

.form-col button {
    float: left;
    border-radius: 5px;
    background: blue;
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.offcanvas .form-col {
    float: inherit;
}

.offcanvas .form-col button {
    float: inherit;
}


.box_top_1 {
    display: none;
}



.modal-backdrop.show {
    opacity: 0;
}

.top_rdd {
    position: fixed;
    right: -39px;
    bottom: 230px;
    z-index: 9999;
    display: block;
    padding: 20px;
    background: #69bfef;
    border: 1px solid #69bfef;
    transform: rotate(90deg);
}

/* Hide the specified elements on mobile devices */
@media (max-width: 767px) {
    .top_rdd{
        display: none;
    }
}


/* logo mobile small size  */
@media (max-width: 767px) {
    .mobile-logo {
        width: 65px;
        /* Set the desired width for the logo in mobile view */
        height: auto;
        /* Allow the height to adjust automatically */
    }

    .offcanvas.offcanvas-end {
        transition: transform .3s ease-out;
        transform: translate(0, -50px);
        z-index: 99999;
    }
}

.top_rdd:hover {
    background: #252944;
    border: 1px solid #252944;
}

@media (max-width: 1400px) {
    #SPECIALTIES li {
        width: 40%;
        margin: 0px 4%;
    }

    /* #SPECIALTIES a {
            font-size: 0.7rem;
            text-align: center;
        } */

    #SPECIALTIES a {
        font-size: 0.8rem;
        text-align: center;
    }
}