@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444d69;
    font-style: normal
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

a,
button {
    color: #0a824a;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #0a824a;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    text-transform: normal
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 26px;
    font-weight: 600
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 1px
}

p {
    line-height: 24px;
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.logo img {
    width: 100%
}

.btn {
    --moz-user-select: none;
    background: transparent linear-gradient(90deg, #0a824a 0%, #0a824a 100%) 0% 0% no-repeat padding-box;
    border: 3px solid white;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 28px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 999;
    border-radius: 40px;
        width: fit-content;
}

.btn:hover {
    color: #fff
}

.btn:hover::before {
    opacity: 0
}

.breadcrumb > .active {
    color: #888
}

.btn-after {
    width: 100%;
    height: 45px;
    border: 1px solid #707070;
    border-radius: 8px;
    margin-top: -28px;
    margin-left: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    display: none
}

.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0
}

#scrollUp {
    background: #0a824a;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s
}

#scrollUp:hover {
    background: #0a824a
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px
}

.header-cta ul li {
    display: inline-block;
    margin-left: 15px
}

.header-cta ul li:first-child {
    margin-left: 15px;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #0a824a
}

i.icon.dripicons-mail {
    top: 1px;
}
.header-cta a{
    margin-right: 4px;
}


.main-menu ul li {
    display: inline-block;
    margin-left: 21px !important;
    position: relative
}

.main-menu ul li.active a {
    color: #0a824a
}

.main-menu ul li a {
    display: block;
    color: #002e5b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 20px 0;
    position: relative
}

.main-menu ul li:first-child {
    margin-left: 0
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 40px;
    margin-top: 27px
}

.menu-area .menu-tigger span {
    height: 2px;
    width: 30px;
    background: #2935bb;
    display: block;
    margin: 7px 0;
    transition: .3s
}

.main-menu ul li:hover > a {
    color: #0a824a
}

.main-menu ul li:hover > a::before {
    width: 100%
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    background: #e9eaf8;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #191D3B
}

.header-social a:hover {
    color: #fff;
    background: transparent linear-gradient(90deg, #0a824a 0%, #0a824a 100%) 0% 0% no-repeat padding-box
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 1000;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.responsive {
    display: none
}

#mobile-menu {
    display: block
}

.menu-area {
    border-top: 1px solid #e7e7e7
}

.right-menu li {
    float: left;
    padding: 10px 20px 10px 0;
    list-style-type: none
}

.right-menu .icon {
    float: left;
    margin-right: 20px
}

.right-menu .text {
    float: left;
    padding-top: 5px
}

.right-menu .text span {
    display: block;
    color: #517496
}

.right-menu .text strong {
    color: #002e5b;
    font-size: 20px
}

.top-btn {
    background: #0a824a;
    padding: 15px 10px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff
}

.top-btn:hover {
    background: transparent linear-gradient(90deg, #0a824a 0%, #0a824a 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto
}

.sticky-menu::before {
    height: 71px;
    top: 0;
    left: -20px
}

.slider-content {
    position: relative;
    z-index: 2
}

.slider-btn {
    display: inline-block;
    position: relative
}

.slider-active .slick-track::before {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%
}

.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #0a824a;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s
}

.slider-active .slick-dots li.slick-active button {
    width: 50px;
    background: #0a824a
}

.slider-active .slick-dots li.slick-active button::before {
    background: url(../img/bg/active-dote.html);
    opacity: 1
}

.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/bg/dote.html);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.second-header {
    border: none;
    padding-bottom: 0;
    background: #fff;
    padding-top: 0
}

.second-menu {
    position: relative;
    z-index: 10
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0
}

.sticky-menu .second-menu::before {
    content: none
}

.second-menu .main-menu ul li {
    margin-left: 25px
}

.second-menu .main-menu ul li:first-child {
    margin-left: 0
}

.second-menu .main-menu ul li a::before {
    content: none
}

.breadcrumb-area {
    min-height: 260px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/sub-header.jpg)
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    font-size: 16px;
    color: #ddd;
    text-shadow: 1px 1px #000
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    color: #ddd;
    content: ">"
}

.breadcrumb-title span {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff
}

.breadcrumb-title p {
    margin-bottom: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 16px
}

.breadcrumb > .active {
    color: #fff;
    font-weight: 500
}

.slider-bg {
    min-height: 810px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1
}

.slider-active .slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: -1
}

.slider-bg .video-i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #0a824a;
    ;
    margin-left: 50px
}

.slider-bg .video-i:hover {
    background: #0a824a;
    ;
    color: #fff
}

.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: #0a824a;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px
}

.slider-content h2 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.1;
    margin-bottom: 40px
}

.slider-content h2 span {
    color: #0a824a
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #0a824a;
    margin-right: 20px;
    position: relative;
    top: -4px
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0
}

.slider-btn .btn {
    background: #fff;
    color: #0a824a
}

.slider-btn .btn::before {
    content: none
}

.slider-btn .btn:hover {
    box-shadow: none
}

.p-relative {
    position: relative
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    height: 60px;
    width: 60px;
    color: #0a824a;
    font-size: 18px;
    line-height: 65px;
    border: none;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    box-shadow: 4px 2px 0 0 transparent;
    transition: .5s
}

.slider-active .slick-next {
    right: 70px;
    left: auto
}

.slider-active .slick-arrow:hover {
    box-shadow: 4px 2px 0 0 #0a824a
}

.s-slider-content h2 {
    margin-bottom: 25px
}

.s-slider-content p {
    font-size: 16px;
    padding-right: 50px
}

.btn.ss-btn {
    background: #0a824a;
    color: #fff
}

.btn.ss-btn:hover {
    background: #0a824a;
    color: #fff
}

.about-img {
    margin-left: -50px
}

.about-title > span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #0a824a;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px
}

.about-title h2 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 35px
}

.about-title p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: #0a824a;
    margin-right: 20px;
    position: relative;
    top: -5px
}

.about-title p {
    font-size: 18px;
    margin-bottom: 0
}

.about-content p {
    margin-bottom: 45px
}

.second-atitle > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0a824a;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent
}

.s-about-content p {
    margin-bottom: 15px
}

.sinature-box {
    background: #0a824a;
    position: absolute;
    top: 55%;
    left: 0;
    width: 64%;
    padding: 30px;
    box-shadow: 3px 4px 25px #0000001A
}

.sinature-box h2 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff
}

.sinature-box h3 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #fff
}

.ab-coutner li {
    display: inline-block;
    margin-right: 22px
}

.ab-coutner .single-counter p {
    font-size: 20px;
    margin-bottom: 0;
    color: #444d69;
    font-weight: 500
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0a824a;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.section-title h2 {
    font-size: 35px;
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative
}

.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: #0a824a;
    margin: auto;
    transition: .3s;
    display: none
}

section:hover .section-title h2::before {
    width: 100px
}

#feature-top {
    margin-top: -120px;
    z-index: 999;
    position: relative
}

.services-two .s-single-services {
    box-shadow: 3px 4px 25px #0000001A;
    border-radius: 0 0 0 0;
    background-color: #fff
}

.services-two .s-single-services .btn2 {
    display: inline-block;
    color: #0a824a
}

.services-area.gray-bg {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-services {
    background: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07);
    position: relative
}

.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #0a824a;
    z-index: -1;
    transition: .3s;
    opacity: 0
}

.services-content span {
    display: block;
    height: 2px;
    width: 150px;
    background: #0a824a;
    transition: .3s;
    margin-bottom: 55px
}

.services-content {
    padding: 60px 40px;
    padding-bottom: 55px
}

.services-content small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.services-content h4 {
    font-size: 24px;
    margin-bottom: 23px
}

.services-content h4:hover a {
    color: #0a824a
}

.services-content p {
    margin-bottom: 0
}

.single-services:hover .services-content span {
    background: #0a824a
}

.single-services:hover::before {
    opacity: 1
}

.services-active .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 1
}

.services-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.services-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 5px;
    width: 20px;
    background: #0a824a;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s
}

.services-active .slick-dots li.slick-active button {
    width: 50px;
    background: #0a824a
}

.services-active .slick-track {
    padding-bottom: 10px
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center
}

.services-two .services-icon {
    display: inline-block;
    width: 136px;
    height: 110px;
    background: url(../img/bg/f-icon-bg.png);
    margin-bottom: 20px;
    margin-top: -30px;
    margin-left: -31px;
    text-align: center;
    line-height: 110px
}

.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #0a824a;
    margin-left: 0
}

.services-icon2 {
    position: absolute;
    right: 5%;
    top: 0
}

.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0
}

.services-two .second-services-content {
    float: left;
    width: 100%
}

.services-two .s-single-services {
    transition: .3s;
    padding: 30px 30px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0
}

.services-two .s-single-services {
    float: left;
    width: 100%
}

.second-services-content h5 {
    font-weight: 700;
    transition: .3s;
    letter-spacing: 0;
    font-size: 22px;
    color: #0a824a
}

.second-services-content p {
    margin-bottom: 0
}

.second-services-content a::after {
    left: -40px;
    right: unset;
    opacity: 0
}

.s-single-services {
    transition: .3s;
    padding: 30px;
    border: 5px solid #f5f8fa
}

.s-single-services .active-icon {
    display: none
}

.s-single-services .d-active-icon {
    display: block
}

.s-single-services:hover {
    background: #fff
}

.s-single-services:hover .second-services-content h5 {
    color: #fff
}

.s-single-services:hover .second-services-content a {
    color: #0a824a
}

.s-single-services.active {
    background-color: #d41a18;
    box-shadow: 3px 4px 25px #0000001A;
    background-repeat: no-repeat;
    background-size: cover
}

.s-single-services.active .services-icon {
    background: url(../img/bg/f-icon-bg-hover.png)
}

.s-single-services.active .second-services-content h5 {
    color: #fff
}

.s-single-services.active .second-services-content a,
#feature-top .s-single-services.active .btn2,
.s-single-services.active .services-icon .glyph-icon::before {
    color: #fff
}

.s-single-services.active .second-services-content p {
    color: #fff
}

.s-single-services.active .active-icon {
    display: block
}

.s-single-services.active .d-active-icon {
    display: none
}

.services-bg {
    background-position: center;
    background-size: cover
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.chosse-img {
    background-size: cover;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.choose-area {
    background-size: cover;
    background-position: center
}

.single-brand {
    text-align: center;
    padding-bottom: 40px
}

.single-brand img {
    display: inline-block
}

.single-brand img {
    height: 70px !important
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -moz-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        -o-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -moz-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        -o-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0)
    }
}

.team-active .slick-dots {
    text-align: center
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.team-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s
}

.team-active .slick-dots li.slick-active button::before {
    background: url(../img/bg/active-dote.html);
    opacity: 1
}

.team-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/bg/dote.html);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.team-thumb {
    text-align: center;
    display: block;
    width: 100%
}

.team-thumb img {
    max-width: 100%;
    display: inline-block
}

.team-info {
    background: #fff;
    transform: translateY(0);
    padding: 20px 15px;
    transition: .3s;
    box-shadow: 3px 4px 15px #00000026;
    position: relative;
    overflow: hidden;
    margin: -50px 30px 0;
    border-bottom: 5px solid #0a824a
}

.team-info h4 {
    font-size: 20px;
    margin-bottom: 5px;
    transition: .3s
}

.team-info span {
    font-size: 16px;
    transition: .3s
}

.team-social a {
    font-size: 12px;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    box-shadow: 3px 4px 15px #00000026
}

.team-info a:nth-child(2) {
    background: #345aa8
}

.team-info a:nth-child(3) {
    background: #0294ee
}

.team-info a:nth-child(4) {
    background: #da4032
}

.team-thumb .brd img {
    width: 100%
}

.single-team:hover .team-thumb .brd {
    border: 1px solid #0a824a2B
}

.single-team:hover .team-thumb .brd::before,
.single-team:hover .team-thumb .brd::after {
    color: #0a824a
}

.single-team:hover .team-info {
    margin-top: -196px;
    position: absolute
}

.single-team:hover .team-info {
    border-color: #0a824a
}

.single-team:hover .team-info h4 {
    color: #0a824a
}

.slick-slide {
    outline: none
}

.team-info .team-social {
    display: none
}

.single-team:hover .team-info .team-social {
    display: block
}

.team-active {
    position: relative
}

.team-active .slick-arrow {
    position: absolute;
    top: 30%;
    left: 95px!important;
    border: none;
    background: none;
    padding: 0;
    font-size: 50px;
    color: #0a824a;
    z-index: 9;
    cursor: pointer;
    transition: .3s
}

/* .team-active .slick-next {
    left: inherit;
    right: -40px
} */

.team-info h4 a:hover {
    color: #0a824a
}

.single-counter i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #0a824a;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    line-height: 80px
}

.single-counter img {
    margin-bottom: 30px
}

.count {
    font-size: 35px;
    color: #0a824a;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block
}

.counter small {
    font-size: 35px;
    font-weight: 500;
    color: #0a824a;
    line-height: 1;
    position: relative;
    font-family: 'Rubik', sans-serif
}

.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff
}

.single-counter .line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: #0a824a;
    margin-bottom: -5px;
    margin-top: 10px
}

.cta-title h2 {
    padding-bottom: 0;
    font-size: 35px
}

.cta-title h3 {
    padding-bottom: 0;
    font-size: 50px
}

.cta-title p {
    font-size: 15px
}

.cta-title h2::before {
    content: none
}

.portfolio .button-group {
    padding-bottom: 0
}

.ta-info {
    overflow: hidden;
    display: block
}

.ta-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff
}

.ta-info span {
    color: #fff;
    font-size: 14px
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: -80px;
    left: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    width: 94%
}

.testimonial-active i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px
}

.testimonial-active .slick-next {
    left: 40px
}

.testimonial-active .slick-arrow:hover {
    color: #0a824a
}

.testimonial-active .slick-slide {
    position: relative
}

.testimonial-active .testi-img {
    float: left;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 80px
}

.testimonial-active .ta-info {
    overflow: hidden;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.testimonial-active .ta-info span {
    color: #0a824a;
    font-size: 14px
}

.testimonial-active .ta-info h6 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #2A2E48
}

.testimonial-active p {
    font-size: 18px;
    line-height: 28px
}

.testimonial-active .slick-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 16%
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 0
}

.testimonial-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s;
    background: #0a824a;
    height: 10px;
    width: 10px
}

.testimonial-active .slick-dots .slick-active button {
    width: 30px;
    border-radius: 5px
}

.slider-nav .slick-list.draggable {
    width: 233px;
    float: right
}

.home-blog-active .slick-dots {
    text-align: center;
    margin-top: 30px
}

.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.home-blog-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    margin-left: 10px;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: no-repeat;
    transition: .3s
}

.home-blog-active .slick-dots li.slick-active button::before {
    background: url(../img/bg/active-dote.html);
    opacity: 1
}

.home-blog-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/bg/dote.html);
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center
}

.blog-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    border: none;
    background: none;
    padding: 0;
    font-size: 30px;
    color: #fff;
    z-index: 9;
    opacity: .4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer
}

.blog-active .slick-arrow.slick-next {
    right: 40px;
    left: auto
}

.blog-active .slick-arrow:hover {
    opacity: 1
}

.widget {
    padding: 35px 25px 35px 25px;
    box-shadow: 3px 4px 15px #00000026;
    overflow: hidden
}

.widget-title {
    margin-bottom: 40px
}

.widget-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1
}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    list-style-type: none
}

.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.cat__list li:hover a {
    color: #0a824a
}

.cat__list li a {
    font-size: 14px;
    color: #444d69
}

.cat__list li a span {
    float: right;
    display: block
}

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px
}

.widget__tag ul li:hover a {
    background: #0a824a;
    border-color: #0a824a;
    color: #fff
}

.widget__tag ul li a {
    display: block;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #444d69;
    padding: 9px 20px
}

.contact-area {
    background-repeat: no-repeat;
    background-position: center center
}

.contact-area .map {
    position: absolute;
    right: 0;
    top: 0
}

.c-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    color: #8990b0;
    font-size: 14px
}

.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1
}

.footer-bg {
    background: url(../img/bg/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    margin-right: 20px
}

.footer-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    height: 35px;
    width: 35px;
    background: #0a824a30;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #0a824a
}

.footer-social a:hover {
    color: #0a824a
}

.f-widget-title h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative
}

.f-widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    border-bottom: 1px solid #fff;
    
/*    background: url(../img/bg/circle_right.png) no-repeat*/
}

.footer-link ul li i {
    color: #fff;
    margin-right: 5px
}

.footer-link ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.footer-link ul li a:hover {
    padding-left: 5px;
    color: #fff
}

.footer-link ul li {
    margin-bottom: 10px;
    
    list-style-type: none
}

.footer-link ul li:last-child {
    margin-bottom: 0
}

.copyright-wrap {
/*    background: #35384d;*/
    background: #756f75;
    padding: 10px 0;
    color: #fff
}

.f-contact i {
    /* width: 17px; */
    height: 39px;
    /* background: #0a824a; */
    line-height: 40px;
    /* color: #fff !important; */
    text-align: center;
    border-radius: 50%;
    float: left;
}

.f-contact span {
    float: left;
    color: #ddd;
    margin-left: 8px
}

.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%
}

.portfolio .col2 .grid-item {
    width: 49%;
    padding: 15px
}

.portfolio .col3 .grid-item {
    width: 33.33%;
    margin: 0;
    padding: 15px
}

.gallery-image figcaption {
    position: absolute;
    left: 15px;
    background: #fff;
    width: 78%;
    padding: 20px 0 20px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    color: #222;
    font-size: 11px;
    text-transform: capitalize;
    letter-spacing: .8px;
    font-weight: 400
}

.gallery-image:hover figcaption {
    opacity: 1;
    bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.gallery-image figcaption h4 {
    font-weight: 600;
    font-size: 20px
}

.gallery-image figcaption span {
    color: #0a824a;
    font-size: 14px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 15px
}

.gallery-image figcaption span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #0a824a;
    top: 50%;
    left: 0
}

.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #0a824a;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px
}

.gallery-image img {
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.main-menu ul li.has-sub .current a {
    color: #222
}

.main-menu ul li.current a {
    color: #0a824a
}

.main-menu .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    border-top: 4px solid #0a824a;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.main-menu .has-sub li a {
    padding: 5px
}

.main-menu .has-sub li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left
}

.main-menu .has-sub a:hover {
    color: #0a824a
}

.main-menu .has-sub:hover > ul {
    display: block;
    margin-top: 0
}

.main-menu .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -249px;
    margin-top: 0;
    top: -3px
}

.main-menu .has-sub > ul > .has-sub:hover > ul {
    display: block
}

.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px
}

.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {
    display: block
}

.main-menu .has-sub ul li a {
    color: #000
}

.main-menu .has-sub ul li a:hover {
    color: #0a824a
}

.sidebar-widget a {
    color: #777
}

.sidebar-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6
}

.sidebar-widget a.rsswidget {
    color: #0a824a
}

.sidebar-widget .widget li .children {
    border-top: 1px solid #f6f6f6;
    margin-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    width: 100%
}

.sidebar-widget .widget li.page_item_has_children {
    padding-bottom: 0
}

.sidebar-widget .widget .children {
    padding-left: 15px
}

.sidebar-widget .widget .children ul.children {
    padding-left: 30px
}

.sidebar-widget .page_item_has_children li {
    padding-top: 10px;
    display: block
}

.sidebar-widget .widget .children li {
    padding-top: 10px
}

.sidebar-widget .widget .children .children li {
    padding-top: 10px
}

.sidebar-widget .widget li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar-widget .widget a {
    width: 85%;
    text-align: left
}

.sidebar-widget .widget a:hover {
    color: #0a824a;
    padding-left: 10px
}

.sidebar-widget .widget .widget_archive li:hover,
.sidebar-widget .widget_archive li:hover {
    color: #0a824a
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-left: 15px
}

video {
    width: 100%
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.alignleft {
    float: left;
    margin-right: 1em
}

figure.aligncenter {
    width: 100% !important;
    text-align: center;
    float: left
}

.aligncenter {
    margin: auto;
    display: inherit
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

li > ol,
li > ol {
    padding-left: 1.5em
}

ol {
    padding-left: 15px
}

iframe {
    width: 100%;
/*    height: 100%*/
}

.footer-widget .widgettitle,
.footer-widget .cat-item,
.footer-widget .widget ul li {
    text-align: left;
    color: #fff
}

.footer-widget select {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f6
}

.footer-widget p {
    color: #fff
}

.footer-widget td {
    padding: 5px;
    text-align: center
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5
}

.footer-widget th {
    background: #f6f6f6;
    padding: 10px 5px;
    text-align: center;
    color: #0a824a
}

pre {
    padding: 30px;
    background: #f6f6f6
}

pre cite {
    color: #000
}

.call-area h2 {
    color: #fff;
    font-size: 38px
}

.call-area h2 span {
    color: #0a824a
}

.call-area p {
    color: #fff;
    opacity: .9
}

.number {
    font-size: 55px;
    font-weight: 600;
    color: #0a824a
}

.img,
img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s
}

.additional-info .table td,
.additional-info .table th {
    padding: .75rem 0;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
    font-weight: 400
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1
}

.bakix-details-tab ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #0a824a;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px
}

@media (max-width:767px) {
    .bakix-details-tab ul li a {
        padding: 0 10px
    }
}

.bakix-details-tab ul li a.active {
    color: #0a824a
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #0a824a;
    transition: .3s
}

@media (max-width:767px) {
    .bakix-details-tab ul li a.active:before {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .bakix-details-tab ul li a.active:before {
        display: block
    }
}

.table td,
.table th {
    border-top: 1px solid #eaedff
}

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172
}

.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, .03)
}

.services-categories li {
    position: relative;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    z-index: 9;
    list-style-type: none
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7
}

.services-categories li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #dc3545;
    content: "";
    opacity: 0;
    visibility: hidden
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-categories li a {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    padding: 2px 0;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-categories li.active a,
.services-categories li:hover a {
    color: #fff
}

.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 12px;
    line-height: 30px;
    color: #222;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 pro";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #fff
}

.services-categories li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #0a824a;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.services-categories li.active a:after,
.services-categories li:hover a:after {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.service-detail {
    position: relative;
    /* padding-left: 20px */
}

.service-detail .images-box {
    position: relative;
    margin: 0 -5px;
    margin-bottom: 20px
}

.service-detail .images-box .column {
    padding: 0 10px
}

.service-detail .images-box .image {
    position: relative;
    margin-bottom: 10px
}

.service-detail .images-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-detail .content-box {
    position: relative;
    padding: 20px 0 20px
}

.service-detail .content-box h2 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #0a824a;
    font-weight: 600;
    margin-bottom: 20px
}

.service-detail .content-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #0a824a;
    font-weight: 600;
    margin-bottom: 15px
}

.service-detail .content-box p {
    position: relative;
    display: block;
    margin-bottom: 26px
}

.service-detail .two-column {
    position: relative
}

.service-detail .two-column .title {
    margin-bottom: 40px
}

.service-detail .two-column p {
    margin-bottom: 25px
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 26px
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0
}

.service-detail .two-column .text-column {
    position: relative
}

.service-detail .prod-tabs {
    position: relative;
    margin-bottom: 20px
}

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    background: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #0a824a;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
    left: 0
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #0a824a;
    background: #fff
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #ddd
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 0
}

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: #cb212a;
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro"
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.newslater-area h2,
.newslater-area p {
    color: #fff
}

.newslater-area p {
    opacity: .8
}

.newslater input {
    background: #fff !important;
    border-radius: 30px;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    padding: 9px 30px;
    color: #000 !important;
    height: calc(1.5em + .75rem + 10px);
    width: 100% !important;
    border-radius: 30px !important
}

.newslater .form-group {
    margin-bottom: 0
}

.newslater button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #000
}

.newslater button:hover {
    background: #ff3494;
    color: #fff
}

.newslater *::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: .8;
    opacity: 1
}

.newslater *::placeholder {
    color: #939393;
    opacity: .8;
    font-size: 14px;
    opacity: 1
}

.slick-slide {
    outline: none
}

.graph-area h2,
.graph-area h4 {
    color: #fff
}

.graph-area p {
    color: #ffffffc4
}

.graph-area ul {
    margin-top: 30px
}

.graph-area li {
    display: flex;
    margin-bottom: 15px
}

.graph-area li .icon {
    width: 160px;
    margin-left: -10px
}

.search-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase
}

.close2 {
    color: #0a824a;
    cursor: pointer;
    font-size: 14px
}

.search-bg a i {
    color: #0a824a;
    font-size: 18px
}

.search-outer {
    border-bottom: 1px solid #282828;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%
}

.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%
}

.content-shodaw {
    box-shadow: 3px 4px 25px #00000026
}

.con-shadow {
    box-shadow: 3px 4px 25px #00000026;
    padding: 30px;
    position: relative
}

.desc-pad {
    position: relative;
    padding: 40px 0 0
}

.table-pad {
    margin-bottom: 40px
}

.con-pad {
    padding: 40px 0 0 0;
    position: relative
}

.socialwhats {
    text-align: center;
    margin: 3px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 3px 4px 15px #00000026;
    border-bottom: 3px solid #0a824a
}

.socialwhats i {
    font-size: 20px;
    padding: 10px
}

.icwh {
    color: green
}

.icml {
    color: #2fc2f8
}

.ical {
    color: #2240ae
}

.pad-25 {
    padding: 25px
}

table {
    margin-top: 10px;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid;
    width: 100%
}

td,
th {
    border: 1px solid;
    padding: 5px
}

.desc {
    text-align: center
}

.input-form {
    background: #f8f9fa;
    padding: 20px;
    border: 10px solid #0a824a;
    height: 500px
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 1px solid #0a824a;
    margin-bottom: 20px
}

.btn1 {
    border: 1px solid #0a824a;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    color: #000;
    padding: .5rem 1.6rem;
    position: relative;
    background: transparent
}

.contact-page span {
    float: left;
    color: #000;
    margin-left: 8px
}

.contact-page i {
    width: 40px;
    height: 40px;
    background: #0a824a;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left
}

.contact-page li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%
}

.logo {
    width: 240px !important
}

.box {
    width: 250px;
    /* border-radius: 5px; */
    border: 2px solid #000000;
}

.single-achivement {
    position: relative;
    display: block;
    width: 230px;
    margin: 0 auto 40px
}

.single-brand1 {
    padding-bottom: 40px
}

.breadcrumb-title.mb-30 h1 {
    color: #fff
}

/*
span.main-head {
    font-size: 35px;
    color: #fff
}
*/

.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 1px 1px 12px 4px green
}

.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 10px;
    right: auto;
    padding: 0 !important;
    border-radius: 100%
}

.country-flag td {
    text-align: left;
    padding: 8px
}

table.country-flag img {
    max-width: 35px
}

.country-flag strong {
    font-size: 11px
}

li.anni {
    background: #000;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 5px
}

ul.scroll-s {
/*    height: 480px;*/
    overflow-y: scroll
}

ul.scroll-s::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa
}

ul.scroll-s::-webkit-scrollbar-thumb {
    background: #000
}

.error-404-area {
    background: #242424 url(../img/slider/slider1.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 175px;
    padding-top: 150px;
    position: relative;
    font-size: 60px
}

.error-404-area a:hover {
    color: #00a04f;
    font-size: 60px
}

.error-404-area h3 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #f3f5f3;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center
}

.error-404-area .thm-container {
    position: relative
}

.error-404-area:before {
    content: '';
    background: #242A34;
    opacity: .68;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

h2.dq {
    font-size: 200px;
    color: firebrick
}

a.d-1 {
    color: #23B46F;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    font-size: 15px
}

.a2 {
    padding-top: 49px
}

section.breadcrumb-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4
}

.f-widget-title.abc {
    display: inline-block
}


.modal-img {
    height: 38px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    border-left: #000000 1px solid;
    padding-left: 12px;
    color: #0a824a;
}


.leadbtnclose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.leadbtnclose .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.leadbtnclose .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
.ims h3 {
    text-align: center;
/*    background: #d51b18;*/
/*    width: 250px;*/
    padding: 11px;
    font-size: 18px !important;
/*    color: white !important;*/
}
.ims a > img {
    border: 2px solid green;
    padding: 5px;
    border-radius: 17px;
}

.icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
   transform: translateY(2px);
}

.icon-svg{
   background-image: url("../images/svg/gmb.svg");
  filter: invert(11%) sepia(7%) saturate(6728%) hue-rotate(200deg) brightness(87%) contrast(95%);
}

.header-social .icon-svg:hover{
  
filter: invert(100%) sepia(0%) saturate(9%) hue-rotate(176deg) brightness(104%) contrast(104%);  
   transition: all .4s ease-in-out;
}

.footer-social .icon-svg{
   filter: invert(44%) sepia(45%) saturate(5572%) hue-rotate(331deg) brightness(108%) contrast(94%);
}
img.can{
	height: 80%;
}

.ann-table {
    text-decoration: none;
    /* border: solid; */
    padding: 8px;
    box-shadow: 3px 3px 5px 0px grey;
    background-image: linear-gradient(8deg, #0a824a, transparent);
    border-radius: 10px;
}

/*
span {
    font-weight: 600;
    font-size: 22px;
}
*/
.ann-table a {
    color: #141313;
}
.ann-table a:hover {
    color: #e53114;
    transition: all .4s ease;
    transform: translateX(10px); 
}
.ann-table a:hover {
  animation-name: tars;
  animation-duration: 3s;
 
  animation-iteration-count: infinite;
  animation-direction: normal;
}

@keyframes tars{
  0%   {left: 10px;}
  100%  {left: 0px;}
}
.ann-table span {
    color: black;
    opacity: .6;
}
.ann-table ol {
    color: black;
}
.s-slider-content h1 {
    margin-bottom: 25px;
}
.slider-content h1 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.slider-content h1 span {
    color: #0a824a;
}
.con-us {
    background: #4544444d;
}
ul.services-categories.we {
    overflow-y: scroll;
    height: 400px;
}
.table-pad.table-responsive th {
    /* background: #f2f3fa; */
    background: #0a824a;
    color: white;
}
.table-responsive th {
	 background: #0a824a;
    color: white;
}

p.card {
font-family: 'Montserrat', sans-serif;
    color: #0a824a;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
	font-size: 22px;
}
.row.but {
    justify-content: center;
    margin: 35px 0;
    padding-top: 20px;
    background-color: #0a824a;
   
   box-shadow: 6px 10px 18px 1px;
    /* border: solid #118545 2px; */
    overflow: auto;
   
}
.ss {
    display: flex;
    justify-content: center;
}
.qw{
font-size: 22px;
    color: #000;
    font-weight: 500;     
text-align: center !important;
    display: block;
}
a.btn.sss-btn:hover {
    background: #000;
}
.soc-btn .ss {
    font-size: 14px;
    color: #fff;
    background: transparent linear-gradient(90deg, #0a824a 0%, #0a824a 100%) 0% 0% no-repeat padding-box;
    width: 90%;
    border: 3px solid white;
    outline: none;
    padding: 10px 0;
    margin: 30px auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
	border-radius: 40px;
}
.soc-btn .ss:hover {
color: #f0094a;
    background: #000;
    box-shadow: none;
}

.soc-btn .ss:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
	transition: all 0.3s ease;
}




p.text-center {
    font-size: 20px;
    color: #0a824a;
    line-height: 1.2em;
    margin-top: 15px;
}
caption {
    background-color: #dee2e6;
    padding: 0 4px;
    border-radius: 5px 5px 0 0;
    /* width: max-content; */
    max-width: 100%;
    text-align: center;
    color: black;
	caption-side: top;
}
.blockquote {
    padding: 30px;
    background: #f4f5f8;
    border-left: 5px solid #0a824a;
    margin-bottom: 20px;
    font-weight: 700;
   
    text-transform: uppercase;
}

.services-categoriess {
    position: relative;
    margin-bottom: 50px;
    background-color: rgba(0, 0, 0, .03);
}
ul.df li {
    list-style: none;
    text-align: left;
}
p.text-black {
    font-size: 16px;
}
.contact-information {
    background-color: rgb(0 0 0 / 6%);
    padding: 15px;
    border: 4px solid #0a824a;
}
p.ss a {
    color: white;
    font-size: 16px;
}
}
.row.but:hover {
    color: #0a824aeb;
    border: none;
    background: transparent;
}
.row.but:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transform: scale(.1);
    transform: scale(.1);
   
}

p.craft {
    font-family: 'Montserrat', sans-serif;
    color: #0a824a;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

p.crafts {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
}
p.rt {
    margin-top: 10px;
}

p.card {
    font-family: 'Montserrat', sans-serif;
    color: #0a824a;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.rev-section{
  margin: auto;
  padding: 0 1rem;
  max-width: 1100px;
  text-align: center;
}

.title{
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgb(50, 50, 50);
  margin-bottom: .5rem;
}
.note{
  font-size: 1.1rem;
  color: rgb(150, 150, 150);
  font-style: italic;
    color: red;
  font

}

.reviews{
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
}
.review{
  margin: 0 1rem;
  min-width: 300px;
  flex: 1;
}

.head-review{
  margin: 1.75rem auto;
  width: 150px;
  height: 150px;
}
.head-review img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.body-review{
  background-color: rgb(238, 238, 238);
  padding: 2.5rem;
  box-shadow: 2px 2px 10px 3px rgb(225, 225, 225);
}
.name-review{
  font-size: 1.5rem;
  color: rgb(50, 50, 50);
  margin-bottom: .25rem;
}
.place-review{
  color: red;
  font-style: italic;
 font-size: 18px;
}
.rating{
  color: rgb(253, 180, 42);
  margin: 1rem 0;
}
.desc-review{
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #000;
}

@media (max-width: 678px){
  .review{
    margin-top: 1.5rem;
  }
}
.quote {
    background: #abadae;
    /* display: inline-block; */
    /* border-radius: 21px; */
    padding: 10px;
    display: flex;
    max-width: max-content;
    text-align: center;
    margin-left: 40px;
    background: rgba(255, 255, 255, 1.00);
    
	box-shadow: 2px 2px 10px 3px rgb(225, 225, 225);
}
.rt {
    margin: auto;
    margin-left: 5px;
}
.body-review {
    display: inline-block;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.body-review:before {
    content: "";
    position: absolute;
    border: #ececec solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
}
/*
.quote:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
*/
/*
.quote:before {
    content: "";
    position: absolute;
    border: #ececec solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
}
*/
.body-review:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.quote{
   background: #ececec;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

h1.main-head {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
}
.site-logo img {
    background: white;
    border-radius: 10px;
    padding: 10px;
}

p.footer {
    margin-top: 5px;
}

.bright {
	
    background: #f1f1f1;
    margin: 15px 0px;
    border-left: 6px #fff solid;
    /* padding: 28px 0px 68px 0px; */
    text-align: -webkit-center;
    border-bottom-right-radius: 155px;
    border-bottom-left-radius: 155px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-right: 6px #fff solid;
    border-top: 6px #fff solid;
    border-bottom: 6px solid #fff;
    box-shadow: 2px 11px 15px 9px gray;
    display: flow-root;
}
.social a {
    display: flex;
	text-align: center
}
.logo img {
    padding: 10px;
}

.accordion-item {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.accordion-header {
    width: 100%;
    background: #f8f9fa;
    padding: 16px 20px;
    text-align: left;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background: #f1f1f1;
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-content.show {
    max-height: 400px;   /* Increase if you have longer answers */
    /* padding: 20px; */
}

.accordion-icon {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(45deg);
}
/* =============================================
   Achievement Counter - New Classes
   ============================================= */

.achievement-counter {
    padding: 80px 0;
/*    background: #f8f9fa;*/
}

.achievement-counter .sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 50px;
}

.ach-column {
    margin-bottom: 30px;
}

.ach-inner {
    text-align: center;
    padding: 30px 15px;
    transition: all 0.4s ease;
}

.ach-inner:hover {
    transform: translateY(-10px);
}

.ach-count-outer {
    position: relative;
}

.ach-icon {
    font-size: 48px;
    color: #c8102e;        /* Change to your brand color */
    margin-bottom: 15px;
    display: block;
}

.ach-count {
    font-size: 50px;
    font-weight: 700;
    color: #222;
    line-height: 1;
}

.ach-plus {
    font-size: 40px;
    font-weight: 700;
    color: #c8102e;
    margin-left: 3px;
}

.ach-title {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 767px) {
    .achievement-counter {
        padding: 60px 0;
    }
    .ach-count {
        font-size: 42px;
    }
    .ach-plus {
        font-size: 34px;
    }
}
/*mmr*/
.client-section {
  padding: 40px 0;
  background: #fff;
}

.slider {
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  width: calc(200px * 12); /* total slides */
  animation: scroll 20s linear infinite;
}

.slide {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide img {
  width: 120px;
  height: 80px;
  object-fit: contain;
}

/* Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    width: 150px;
  }
  .slide img {
    width: 100px;
  }
}

/*mmr counter*/
/* Section Background */
.achievement-counter {
/*    background: linear-gradient(135deg, #f8f9fa, #eef2f7);*/
    padding: 60px 20px;
    border-radius: 12px;
}

/* Title */
.sec-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
    position: relative;
}

.sec-title h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0a824a;
    display: block;
    margin: 10px auto 0;
}

/* Card Style */
.ach-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}

/* Hover Effect */
.ach-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Numbers */
.ach-count {
    font-size: 42px;
    font-weight: 700;
    color: #0a824a;
}

/* Plus Sign */
.ach-plus {
    font-size: 28px;
    color: #0a824a;
    margin-left: 5px;
}

/* Title */
.ach-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
}

/* Icons (if used) */
.ach-icon {
    font-size: 30px;
    color: #0a824a;
    margin-bottom: 10px;
    display: block;
}

/* Spacing */
.ach-column {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .ach-count {
        font-size: 32px;
    }

    .ach-title {
        font-size: 14px;
    }
}
/*new*/
/*mmr industry*/
/* container */
.a {
  overflow: hidden;
  padding: 40px 0;
  /* background: #4544444d; */
}

/* track */
.b {
  display: flex;
  width: max-content; /* FIX: dynamic width */
  gap: 20px;
  animation: slide 20s linear infinite;
}

/* card */
.c {
  min-width: 250px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  flex-shrink: 0; /* FIX: prevent shrinking */
    margin-right: 20px;
}

/* image */
.c img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* text */
.c p {
  padding: 15px;
  font-weight: 600;
}

/* PERFECT LOOP FIX */
@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.vm{
background: #3c3c3b;
}