/* Header */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 9699999;
    box-shadow: 0 0 3px #0f5e7e1f;
    animation: fadeInDown 1s both 0.2s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

header.sticky .main-menu .navbar-nav .nav-item a {
    color: var(--primary-color) !important;
}

header.sticky .main-menu .navbar-nav .nav-item a:hover,
header.sticky .main-menu .navbar-nav .nav-item a:focus,
header.sticky .main-menu .navbar-nav .nav-item a:active {
    color: white !important;
}

.main-menu .navbar-nav .nav-item a {
    padding: 10px 18px;
    font-family: rubik;
    font-weight: 400;
    color: white !important;
    font-size: 16px;
    border-radius: 0px;
}

.main-menu .navbar-nav .nav-item a:hover,
.main-menu .navbar-nav .nav-item a:focus,
.main-menu .navbar-nav .nav-item a:active {
    background-color: #029f91a1;
    color: white !important;
    box-shadow: 0 0 3px 0 rgba(149, 204, 199, 0.24);
}

.btn-get-a-qoute {
    background-color: var(--primary-color);
    border-radius: 0px;
    color: white;
    margin-left: 10px;
}

.btn-get-a-qoute:hover {
    color: white !important;
    background-color: var(--secondary-color) !important;
}

.navbar-toggler {
    margin-top: 12px;
    border: 0px !important;
    padding: 0px;
    z-index: 9999999;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none;
    margin-top: 12px;
}

.navbar-light .navbar-toggler {
    color: red;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    color: white !important;
}

.sticky .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon i {
    color: var(--primary-color) !important;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon i {
    color: #fff !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i {
    color: var(--primary-color) !important;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    color: white !important;
}

.sticky .navbar-light .navbar-toggler-icon {
    color: var(--primary-color) !important;
}

.navbar-collapse.collapse.show {
    z-index: 9999;
}

.navbar-collapse.collapse.show ul li a {
    color: var(--primary-color) !important;
}

.navbar-toggler .navbar-toggler-icon i {
    padding: 5px !important;
}


/* Footer */
.footer {
    padding: 120px 0px 20px;
    background-image: url('../images/footer.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.footer .newsletter-form-container {
    padding: 100px 0px 50px;
}

.footer h2,
.footer h4 {
    font-family: ubuntu;
    font-weight: 500;
    color: white !important;
}

.footer .footer-menu-container {
    padding-top: 50px;
    padding-bottom: 00px;
}

.footer form#newsletterform input[type="email"] {
    padding: 12px;
    border-radius: 13px;
    border: 0px;
}

.footer form#newsletterform .d-flex {
    background-color: white;
    border-radius: 0px;
    padding: 5px;
}

.btn-submit {
    padding: 12px 25px !important;
    border-radius: 0px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white !important;
}

.btn-submit:hover {
    padding: 12px 25px !important;
    border-radius: 0px;
    background-color: white;
    color: var(--primary-color) !important;
}

.footer-social {
    margin-top: 15px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    display: inline-flex;
}

.footer-social li:not(:last-child) {
    margin-right: 25px;
}

.footer-social li i {
    cursor: pointer;
    font-size: 25px;
}

.footer-menu {
    margin-top: 15px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a {
    text-decoration: none;
    color: white !important;
}

.footer-menu li a:hover {
    color: #c6c6c6 !important;
}

.extra-col {
    padding-left: 80px;
}

.extra-col1 {
    padding-left: 40px;
}

.extra-col2 {
    padding-left: 30px;
}

.footer-menu-container .row:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #00A396;
}

.copyright-col {
    text-align: end;
}

.privacy-col {
    text-align: start;
}

.privacy-col a {
    color: white;
    text-decoration: none;
}

#scrollUp {
    position: fixed;
    z-index: 99999999999;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    line-height: 42px;
    text-align: center;
    background-color: white;
    color: var(--primary-color);
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 3px #0f5e7e4f;
}

/* Home Page */
#home-banner {
    padding: 100px 0px;
}

#home-banner h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px !important;
}

#home-banner h1 {
    font-size: 50px;
    font-family: ubuntu;
    color: #00A396;
    font-weight: 600;
}

#home-banner p {
    font-size: 20px;
    line-height: 28px;
}


.btn-contact {
    background-color: var(--primary-color);
    padding: 12px 20px;
    border-radius: 00px;
    color: white;
    border: 1px solid var(--primary-color);
}

.btn-contact:hover {
    color: var(--primary-color);
    background-color: transparent;
}

/* services-section */

.services-section h2 {
    text-align: center;
    font-family: ubuntu;
    margin-bottom: 50px;
}

#services-section {
    padding: 50px 0px;
}

.service-box {
    padding: 20px;
    margin-bottom: 20px;
    height: 200px;
}

.service-box .service-image img {
    width: 55px;
    height: 55px;
}

.service-box .service-image {
    background-color: #fff;
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 0 13px #1d678630;
}

.service-box .service-image i {
    font-size: 25px;
}

.service-box .service-heading {
    font-size: 22px;
    color: #666;
    line-height: 26px;
}

/* "who-we-are */
#who-we-are {
    padding: 50px 0;
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.who-we-are h2 {
    font-family: ubuntu;
    margin-bottom: 50px;
}

/* our-clientele */
#our-clientele {
    padding: 50px 0px;
}

.our-clientele h2 {
    font-family: ubuntu;
    margin-bottom: 50px;
    text-align: center;
}

.clientele-img {
    width: 140px;
    height: 70px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* our-testimonials */
.our-testimonials {
    padding: 100px 0px;
}

.testi-bg h2 {
    font-family: ubuntu !important;
}

.client-testimonial .item .testimonial-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    margin: 20px;
    width: 100%;
    height: 290px;
}

.client-testimonial .item .testimonial-box .quote-image {
    position: absolute;
    bottom: 20px;
}


.testimonial-box img {
    width: 20px !important;
}

.testimonial-box img.avatar {
    width: 60px !important;
    box-shadow: 0 0 3px #d3d3d3;
    border-radius: 50%;
    margin-bottom: 25px;
}

.testimonial-box .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.testi-bg {
    background-image: url('../images/testi.png');
    background-position: 90% center;
    background-size: contain;
    background-repeat: no-repeat;
}

.associate-img {
    width: 100px;
    height: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* About page */

#about-banner {
    padding: 180px 0px 140px;
    background-image: url('../images/bg-all.svg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: -1;
    margin-top: -102px;
}

#about-banner h1 {
    font-family: ubuntu;
}

.opa-50 {
    color: #c6c6c6 !important;
}

ul.breadcrumb-ul {
    padding-left: 0px;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    list-style: none;
}

ul.breadcrumb-ul li:not(:last-child) {
    margin-right: 15px;
}

ul.breadcrumb-ul li a,
ul.breadcrumb-ul li i {
    color: white;
    text-decoration: none;
}

#about-section {
    padding: 70px 0px;
}

#about-section h2,
#meet-the-team h2 {
    font-family: ubuntu;
}

/* meet-the-team */
#meet-the-team {
    padding: 50px 0px;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.team-box .team-content {
    padding-top: 1.7em;
    /* padding-left: 4.2rem; */
    position: relative;
}

.team-box .team-img img {
    width: 190px;
    border-radius: 50%;
    height: 190px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 3px #5757572e;
}

/* .team-box .team-content::before {
    content: '';
    position: absolute;
    top: 2.5em;
    left: 0;
    width: 44px;
    height: 2px;
    background-color: var(--primary-color)
} */

.team-box .team-content .team-name {
    text-align: center;
    font-family: ubuntu;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--primary-color);
}

.team-box .team-content .team-designation {
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
}

#contact-details {
    padding: 50px 0px;
}

.contact-box {
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, .06);
    padding: 3.7em 2em 3.3em;
    border-radius: 0px;
    height: 310px;
    margin-bottom: 15px;
}

.contact-box .contact-img img {
    text-align: center;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.contact-box .contact-content h5 {
    font-family: ubuntu;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}

.contact-form {
    padding: 50px 0px;
}

#contact-form {
    padding: 20px 0px;
}

#contact-form textarea {
    border-radius: 13px;
    padding: 15px 30px;
    border: 1px solid #8080802e;
}

#contact-form input {
    height: 50px;
    border-radius: 13px;
    padding: 15px 30px;
    border: 1px solid #8080802e;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.modal {
    z-index: 99999;
}

.modal-body {
    padding: 40px;
}

.btn-close {
    top: 15px;
    right: 15px;
    position: absolute;
    z-index: 999;
}

.type-of-product .product-detail {
    margin: 25px 0px 35px;
}

.type-of-product .product-detail h4 {
    font-size: 22px;
    font-family: ubuntu;
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* .type-of-product .product-detail h4:before {
    content: url('../images/beforeIcon.svg');
    margin-right: 10px;
} */

.type-of-product .product-detail p {
    font-size: 16px;
}

.product-box {
    margin-bottom: 20px;
    border: 1px solid #86868621;
    padding: 15px;
    border-radius: 0px;
    background-color: #fff;
    height: 412px;
}

.product-section {
    padding: 50px 0px;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.product-box img {
    margin-bottom: 20px;
}

.product-box h4 {
    font-size: 22px;
    font-family: ubuntu;
    color: var(--primary-color);
    margin-bottom: 15px;
    text-align: center;
}

.product-box p {
    text-align: center;
    line-height: 30px;
}

.text-justify {
    text-align: justify;
}

.border-radius-img {
    border-radius: 40px;
}

.border-right {
    border-right: 1px dashed #fff;
}

#home-carousel .owl-nav{
    position: absolute;
margin: 0;
width: 100%;
display: flex;
justify-content: space-between;
top: 50%;
transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev{
    background-color: #97090900;
text-align: center;
font-size: 40px !important;
margin-left: -40px;
color: #00a396 !important;
}
.owl-carousel .owl-nav button.owl-next{
    background-color: #97090900;
text-align: center;
font-size: 40px !important;
margin-right: -40px;
color: #00a396  !important;
}
.heading-image1{
    padding-left:48px;
}
.heading-image1:before{
    content:url('../images/beforeIcon.svg');
    position: absolute;
margin-top: -6px;
display: inline-block;
left:10px;
}
.heading-image{
    position:relative;
}
.heading-image:before{
    content:url('../images/beforeIcon.svg');
    position: absolute;
margin-top: -6px;
display: inline-block;
margin-left: -48px !important;
}