/********** Template CSS **********/
:root {
    --primary: #fe4c4c;
    --secondary: #fe7d7c;
    --light: #EEF9FF;
    --dark: #333;
}

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;
}
#home-jobapp .__title__, #home-jobapp .css-41, #home-jobapp  .-o-217 {
    display: none !important;
}
.logo-big a img {
    width: 220px;
    height: 120px;
    position: absolute;
    top: 14px;
    z-index: 100;
}
.align-vert-mid {
    vertical-align: middle;
}
.align-vert-center {
    align-items: center;
}
.responsiveImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.logo-section img {

    width: 105px;
    height: 54px;
}
.carousel-content {
   max-width: 80%;
}
.btn-group-row-to-column {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-direction: row;
}
.btn-group-row-to-column a {
    margin: 0.5rem;
    padding: 1rem 2rem;
}
.align-item-start {
    align-items: flex-start !important;
}
.grow-1 a {
    flex-grow: 1 !important;
}
.footer-apply .p-5 {
    padding: 2rem 1.2rem !important;
}
.logo-section p {
    padding: 15px 0;
    font-weight: 500;
    font-size: 0.8rem;
}
.ln-height-60 {
    line-height: 60px;
}
.text-dark {
    color:#333;
}
.text-primary {
    color: #fe4c4c;
}
.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.flex-column-row {
    flex-direction: row;
}
.contact-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-icons .box-2 {
    width:50%;
    padding: 1rem;
}
.mr-20 {
    margin-right: 20px;
}
.mt-8 {
    margin-top: 8px;
}
.carousel-inner h1 {
    font-size: 2.6rem;
}
.carousel-inner img {
    object-fit: cover;
    height: 460px;
}
.btn-primary {
    color: #fff;
}
.btn-secondary {
    color: #333;
}
.btn-primary:hover {
    background: #fe7d7c;
    border-color: #fe7d7c;
}

.btn-secondary:hover {
    background: #fe4c4c;
    border-color: #fe4c4c;
}

.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: #fe4c4c;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: #333;
    outline: none;
    transition: .5s;
}

.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: #fe4c4c;
}

/*.banner h3, .section-title h1 {
    font-size: 1.4rem;
}*/
.section-title h5 {
    font-size: 1rem;
}
.section-title h5::before, .section-title h5::after  {
    display: none;
}
.shadow-sm {
    box-shadow: 0 0.265rem 1rem rgba(0, 0, 0, 0.095) !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.text-overflow {
    text-overflow: ellipsis;
    overflow-x: hidden;
    word-wrap: break-word;
}
.contactIcons-SideThenAbove .icon-box {
    display: flex;
    flex-direction: row;
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: #fe4c4c;
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: #fe7d7c;
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/home_bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/home_bg.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/carousel-1.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: #fe4c4c;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: #fe7d7c;
}
.text-left {
    text-align: left;
}
.justify-content-start {
    justify-content: flex-start;
}

.bg-testimonial {
    background: url(../img/testamonials_bg.jpg) center right no-repeat;
    background-size: cover;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text3rem {
    font-size: 1.6rem;
}
#pills-tabContent {
    padding-top:40px;
}
#pills-tabContent iframe {
    width: 100% !important;
    min-height: 100% !important;
}
#homeMap{
    margin-bottom: -145px;
}
.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.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: #fe4c4c;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #fe7d7c;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
@media (max-width: 1061px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 35px 10px;
    }
    .logo-section {
        top:16px;
    }
    .logo-big a img {
        width: 180px;
        height: auto;
        position: absolute;
        top: 30px;
        z-index: 100;
    }
 
    
}
@media (max-width: 991px) {
    .jobforms .container, .jobforms .container-fluid {
        padding: 0 !important;

    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px;
    }
    .navbar .ms-3 {
        margin-left: 0 !important;
    } 
    .navbar-collapse {
        margin: 15px 0;
    }
    .navbar-collapse .btn {
        margin-top: 15px;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: 1px solid #fe4c4c;
    }
.banner {
    padding: 0 !important;
}
  
    .px-5 {
        padding-right: 1rem !important;
        padding-left: 2rem !important;
    }
    .carousel-caption h5 {
        font-size: 0.9rem;
        font-weight: 500 !important;
        padding-bottom:  20px;
    }

    .carousel-caption h1 {
        font-size: 1.85rem;
        font-weight: 600 !important;
        padding-bottom:  20px;
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-content {
        max-width: 85%;
     }
    .carousel-caption h5 {
        font-size: 0.8rem;
        font-weight: 500 !important;
        padding-bottom:  20px;
    }

    .carousel-caption h1 {
        font-size: 1.45rem;
        font-weight: 600 !important;
        padding-bottom:  30px;
    }
    .flex-column-row {
        flex-direction: column;
    }
    .btn-group-row-to-column a {
        flex-grow: 1;
        padding: 0.6rem 2rem;
    }
    .bg-testimonial  .p-5 {
        padding: 3rem !important;
    }
    .p-5 {
        padding: 2rem 1.2rem !important;
    }
    .contactIcons-SideThenAbove .icon-box {
        display: flex;
        flex-direction: row;
    }
    .contactIcons .section-title{
        text-align: center;
    }
    .jobforms .container {
        padding: 0 !important;

    }
    .text3rem {
        font-size: 1.2rem;
    }
}

.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: -40px;
        z-index: 1;
    }
}
@media (max-width: 420px) {
    .contact-icons {
        flex-direction: column;
    }
    .contact-icons .box-2 {
        width:100%;
        padding: 1rem;
    }
    .contactIcons-SideThenAbove .icon-box {
        display: flex;
        flex-direction: column;
        
        text-align: center;
        max-width: 100%;
    }
    .contactIcons-SideThenAbove .icon-box h5 {
        font-size: 1.1rem;
        margin-top: 10px;
    }
    .contactIcons-SideThenAbove .icon-box span {
        font-size: 0.9rem;
    }
    .contactIcons-SideThenAbove .icon-box .me-3 {
        margin-right: 0 !important;
    }
    .contactIcons-SideThenAbove .icon-box .text-start {
        text-align: center !important;
    }
}