body {
    font-family: 'Nunito', sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

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

.navbar .logo img {
    filter: drop-shadow(0 0 20px #fff);
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #84c58a;
    color: #fff;
    transition: all 0.4s;
    border: solid 2px #fff;
}

.back-to-top i:hover {
    background: transparent;
    border: 1px solid #84c58a;
    color: #84c58a;
}

h1 {
    font-size: 2.4rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10% !important;
}

.ses-nav {
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    background-color: #84c58a!important;
}

.navbar {
    padding: 0px;
}

.logo {
    background-color: #84c58a;
    padding: 10px 20px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #28702e;
}

.carousel-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.navbar-dark .navbar-toggler {
    background-color: #64af6b !important;
}

.carousel-indicators li {
    background-color: #84c58a;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background-color: #f4f7fc;
}

header {
    padding: 0px;
}

.banner {
    background: #f4f7fc;
}

.banner-left {
    padding-top: 10px;
}

.banner-left h1 {
    font-weight: 700;
}

.banner-left p {
    color: #666666;
}

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.banner-area a {
    margin-right: 10px;
}

.btn-gradient {
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.btn-gradient,
.btn-gradient:focus {
    background-image: linear-gradient( 90deg, rgb(132 197 138) 0%, rgb(139 230 147) 100%);
    color: #ffffff !important;
    background-color: #84c58a;
}

.btn-gradient i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.banner-right img {
    width: 75%;
}

.heading-left {
    margin-bottom: 10px;
}

label.error {
    font-size: 14px !important;
    margin: 0;
    text-align: left;
}

#about {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #ececec;
}

.heading-left h2 {
    margin: 0;
    font-weight: 700;
    margin-top: -8px;
    font-size: 25px;
}

.heading-left p {
    margin-top: -8px;
    margin-bottom: 25px;
}

.gradient-bg {
    background-image: linear-gradient( 90deg, rgb(132 197 138) 0%, rgb(139 230 147) 100%);
    color: #ffffff !important;
    background-color: #84c58a;
}

#about .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: -1;
    opacity: 1;
}

#about .item {
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    min-height: 340px;
}

#about .item h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
}

#about .item p {
    color: #666666;
    font-weight: 500;
    margin: 15px 0px;
}

.item .fixed-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    opacity: 1;
}

#about .item .icon img {
    width: 90px;
    margin: auto;
    border-radius: 0px;
}

#about .owl-carousel.owl-drag .owl-item {
    padding: 10px;
}

#profile {
    background: #fff;
    padding: 60px 0px;
}

#profile h1 {
    color: #84c58a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

#profile h2 {
    margin: 0;
    font-weight: 700;
    margin-top: -8px;
    font-size: 25px;
    margin-bottom: 15px;
}

#profile p {
    margin-bottom: 25px;
    color: #666666;
}

.aboutsection {}


/* Center Tabs */

.center-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px !important;
    justify-content: center;
}

.center-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.center-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.center-tabs .nav-tabs li a.active {
    background-image: linear-gradient( 90deg, rgb(132 197 138) 0%, rgb(139 230 147) 100%);
    color: #ffffff !important;
    cursor: initial;
}

.center-tabs .nav-tabs li a.active::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #84c58a;
}

.center-tabs .nav-tabs li a.active::before {
    position: absolute;
    left: 50%;
    bottom: -24px;
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid#84c58a;
    margin-left: -5px;
    border-radius: 50%;
}

.about-area .center-tabs {
    margin-top: 50px;
}

.center-tabs .tab-content {
    padding: 50px;
    background: #ffffff;
    border-top: 3px solid #84c58a;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.tab-content li {
    list-style: none;
}

.quick-connect {
    display: none;
}

.tab-content img {
    float: left;
    width: 30px;
}

.tab-content p {
    margin: 0px 0px 15px 0px !important;
    padding: 0px 10px 0px 50px!important;
}

#services .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: -1;
    opacity: 1;
}

#services {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#services h2 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
}

#services .mode-ser i {
    font-size: 25px;
    float: left;
}

#services .mode-ser p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-left: 40px;
}

#case-studies {
    padding: 55px 0px;
}

#case-studies .case-text h1 {
    font-size: 23px;
    text-transform: uppercase;
    color: #282828;
    font-weight: 700;
}

#case-studies .case-text h2 {
    font-size: 23px;
    text-transform: uppercase;
    color: #282828;
}

#case-studies .case-text p {
    color: #666666;
    font-size: 15px;
    padding: 0px!important;
    margin-right: 40px!important;
}

#case-studies .case-text p span {
    color: #84c58a;
    font-weight: 600;
}

#case-studies .case-img {
    justify-content: center;
    align-items: center;
    display: flex;
}

#case-studies .case-img img {
    width: auto !important;
}

.contact {
    padding: 50px 0;
    background: #84c58a;
}

.contact .section-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
}

.contact .section-title p {
    color: #fff;
    margin: 15px 0px;
}

.contact .form-control {
    background: #84c58a;
    border: 2px solid #fff;
    border-radius: 0px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.btn-contact {
    box-shadow: 0 1px 2px 0px rgb(64 64 64);
}

#career {
    padding: 40px 0px;
}

#career h2 {
    color: #84c58a;
    font-size: 23px;
    font-weight: 700;
}

#career p {
    color: #666666;
}

#career .career-text p {
    color: #666666;
    font-size: 18px;
}

#career .career-text p span {
    color: #84c58a;
    font-style: italic;
}

.vajra-med i {
    float: left;
    font-size: 40px;
    color: #84c58a;
}

.vajra-img img {
    width: 140px;
}

.vajra-med p {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
}

#clients {
    padding: 50px 0px;
    background-color: #fafdf6;
}

#clients h2 {
    color: #84c58a;
    font-size: 23px;
    font-weight: 700;
}

.client-img {
    border: 1px solid #ccc;
}

#footer {
    padding: 0 0 30px 0;
    color: #393939;
    font-size: 14px;
    background-size: cover;
    background-attachment: fixed;
    background: #f4f7fc;
    border-top: 1px solid #ccc;
}

#footer .footer-top {
    padding: 60px 0 0 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #262626;
    font-weight: 400;
    display: flex;
    align-items: center
}

#footer .footer-top p i {
    margin-right: 3px
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #84c58a;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
    box-shadow: 0 1px 4px #0003
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

#footer .footer-top .social-links a:hover {
    background: #84c58a;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 17px;
    font-weight: 700;
    color: #84c58a;
    position: relative;
    padding-bottom: 0
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 7px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #c4c4c4;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #9eccf4
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px)
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #428bca;
    color: #fff;
    transition: .3s;
    border-radius: 4
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #5295ce
}

#footer .copyright {
    display: flex;
    padding-top: 20px;
    justify-content: space-between
}

#footer .copyright a {
    color: #0976cd
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

#footer .credits a {
    color: #d26e6e
}

.drop-btn {
    margin-right: 100px;
}

.drop-btn .btn {
    color: #fff;
    FONT-SIZE: 14PX;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.bxs-widget {
    font-size: 18px;
    margin-right: 3px;
}

.navbar-nav {
    margin-right: 30px;
}

.dropdown-menu.show {
    border-radius: 0px;
    border: 4px solid #fff;
    padding: 0px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.dropdown-item {
    padding: .6rem 1.5rem;
}

.dropdown-item:hover {
    background-color: #84c58a;
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #84c58a;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(97 255 116 / 40%);
}

.drop-active {
    background-color: #84c58a;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(97 255 116 / 40%);
    color: #fff;
}

#about .owl-dots {
    text-align: center;
    margin-top: 15px;
}

#about .owl-item img {
    border-radius: 30px;
}

#about .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #a9a9a9;
    color: inherit;
    border: 1px solid #fff;
    width: 17px;
    font: inherit;
    height: 17px;
    /* border-radius: 100px; */
    margin: 4px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: transparent !important;
    border-radius: 100px;
    box-shadow: 0 0 10px #cccccc;
}

#about .owl-dot.active {
    background: #84c58a !important;
    border: 6px solid #fff !important;
}

#case-studies .owl-dots {
    text-align: center;
    margin-top: 15px;
}

#case-studies .owl-item img {
    border-radius: 30px;
}

#case-studies .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #a9a9a9;
    color: inherit;
    border: 1px solid #fff;
    width: 17px;
    font: inherit;
    height: 17px;
    /* border-radius: 100px; */
    margin: 4px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: 2px solid #fff !important;
    border-radius: 100px;
    box-shadow: 0 0 10px #cccccc;
}

#case-studies .owl-dot.active {
    background: #84c58a !important;
    border: 6px solid #fff !important;
}

#clients .owl-dots {
    text-align: center;
    margin-top: 15px;
}

#clients .owl-item img {
    border-radius: 30px;
}

#clients .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #a9a9a9;
    color: inherit;
    border: 1px solid #fff;
    width: 17px;
    font: inherit;
    height: 17px;
    /* border-radius: 100px; */
    margin: 4px;
}

#clients .owl-dot.active {
    background: #84c58a !important;
    border: 6px solid #fff !important;
}

input::placeholder {
    color: #fff !important;
}

textarea::placeholder {
    color: #fff !important;
}

@media (max-width: 768px) {
    .btn-gradient {
        margin-bottom: 10px;
    }
    #profile .nav-tabs {
        margin-top: 20px;
    }
    .carousel-indicators {
        display: none;
    }
    .navbar-toggler {
        background-color: #84c58a !important;
        margin-right: 15px;
    }
    .navbar-nav {
        padding: 15px;
    }
    .banner-left {
        padding-top: 0px;
    }
    .mode-img {
        width: 300px;
    }
}

@media (max-width: 580px) {
    .banner-left {
        padding-left: 30px;
    }
    .footer-newsletter {
        margin-bottom: 30px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 5% !important;
    }
    #clients .owl-dots {
        display: none;
    }
    .back-to-top i {
        border: solid 2px #fff;
    }
    #footer {
        margin-bottom: 25px;
        padding: 20px 0 30px 0;
    }
    .quick-connect a.qc-one {
        background: #64af6b;
        border-right: 1px solid #ccc;
    }
    .quick-connect {
        display: block;
        background: #71b377;
    }
    .quick-connect {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
    .quick-connect a {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding: 7px 0 5px;
        color: #fff;
        box-sizing: border-box;
    }
    .quick-connect a i {
        box-sizing: border-box;
        padding-top: 3.5px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }
}

@media (max-width:420px) {
    .my-float {
        margin-top: 10px;
    }
    .float {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 10px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .back-to-top {
        right: 5px;
        bottom: 5px;
    }
    #footer .copyright {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        width: 260px;
        margin: 0 auto;
    }
    #footer .footer-top {
        padding: 30px 0 0 0;
    }
    footer .footer-top p {
        align-items: center;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    #footer .footer-top .footer-info {
        text-align: center;
        width: 100%;
    }
    #footer .footer-top {
        text-align: center;
    }
    .carousel-item {
        height: auto;
    }
    body .carousel-container {
        padding: 20px !important;
        margin-top: 60px !important;
    }
    .banner-right {
        text-align: center !important;
    }
    .banner-left h1 {
        font-size: 20px;
    }
    .banner-left h2 {
        font-size: 20px;
    }
    header {
        padding: 60px ​0 30px;
    }
    .heading-left h2 {
        margin-bottom: 15px;
    }
    #profile p {
        padding: 0px;
    }
    .center-tabs .tab-content {
        padding: 20px;
    }
    #career .career-text p {
        text-align: center;
    }
    .vajra-med p {
        text-align: left !important;
        margin-left: 45px;
    }
    .vajra-btn {
        text-align: center;
    }
    .equal-height {
        height: auto !important;
    }
    .carousel-container {
        padding: 0px 40px;
    }
}

@media (max-width:1366px) {
    .carousel-container {
        padding: 120px 0px 0px 0px !important;
    }
}

@media (max-width:1920px) {}