/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap'); */

:root {
    --heading_font: 'Hegam', sans-serif;
    --body_font: 'Aileron', sans-serif;
    /* Color */
    --green_color: #4A7D00;
    --icon-color: #8BB74C;
    --white: #ffffff;
    --gray_black: #343434;
    --gray: #E1E1E1;
    /* Font Size */
    --h1: 68px;
    --h2: 42px;
    --h3: 24px;
    --peragrapgh_font: 20px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

/* .sub_header {
    background-color: var(--green_color);
}

.icon_bg {
    background-color: var(--white);
    padding: 8px;
    border-radius: 30px;
    font-size: 14px;
    color: var(--icon-color);
}

.socila_meida_color {
    color: var(--green_color);
} */

.header_menu_bg {
    background: url('../images/Rectangle2.jpg');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_menu_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    opacity: .8;
}


/*================================================
===============Navbar Area CSS====================
=================================================*/

.spacle-responsive-nav {
    display: none;
}

.navbar-area {
    width: 100%;
    background-color: var(--green_color);
    height: auto;
    z-index: 1040;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.is-sticky {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: var(--dark_blue) !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
    margin-left: auto;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options {
    margin-left: 25px;
}

.navbar-area.navbar-style-two .container {
    max-width: 1140px;
}

.spacle-nav .navbar .navbar-brand {
    padding: 0;
    font-weight: bold;
    font-size: 27px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    margin-right: 0px;
    margin-left: 20px;
}


.spacle-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar {
    justify-content: center;
    padding-right: 40px;
}

.spacle-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: var(--gray_black);
    margin-left: 20px;
    margin-right: 0px;
}

.spacle-nav .navbar .navbar-nav .nav-item a:hover,
.spacle-nav .navbar .navbar-nav .nav-item a:focus,
.spacle-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--green_color);
}

.spacle-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.spacle-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover a,
.spacle-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--green_color);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: var(--white);
    position: absolute;
    top: 80px;
    left: 0;
    width: 310px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    margin-top: 20px;
    border-top: 2px solid var(--green_color);
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 6px 15px 5px;
    margin: 0;
    position: relative;
    color: var(--black);
    border-bottom: 1px dashed var(--gray);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Aileron', sans-serif;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--green_color);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
    width: 605px;
    padding: 0 10px 5px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
    border-bottom: none !important;
}

.spacle-nav .navbar .others-options {
    margin-left: auto;
}

.navbar-area.p-relative {
    position: relative;
}

.navbar-area.p-relative.is-sticky {
    position: fixed;
}

.sidenav {
    display: none;
}

.user_profile_img {
    position: absolute !important;
    right: 0% !important;
}

.icon_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/* banner CSS */
.sliderpart {
    position: relative;
}

.box-slider-content {
    padding: 40px 0;
}

.box_slider_text {
    text-align: center;
}

.box_slider_text .welcome_text {
    color: var(--gray_black);
    font-size: 24px;
    font-family: Aileron;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.box_slider_text .text_heading {
    color: var(--black);
    font-size: 68px;
    line-height: 70px;
    font-family: Hegam;
    letter-spacing: -0.06em;
    text-transform: capitalize;
}

.box_slider_text .welcome_text {
    color: var(--gray_black);
    font-size: 24px;
    font-family: Aileron;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.trainingpart {
    margin-top: 25px;
    padding-bottom: 25px;
}

.trainingpart {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.trainingpart_box {
    max-width: 166px;
    width: 100%;
}

.trainingpart_box_row {
    background: #FFEB2F;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 5px #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.trainingpart_box_row2 {
    margin-top: 20px;
    color: #343434;
    font-size: 16px;
    font-weight: 600;
    font-family: Aileron;
    bottom: 91.5748%;
}

.svggg img {
    width: 75%;
}

.discoverNow_button {
    color: var(--gray_black);
    font-size: 24px;
    font-family: Aileron;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.arrowbottom {
    margin-bottom: -110px;
}

.inner_section_subheading {
    color: var(--gray_black);
    font-size: 24px;
    font-family: Aileron;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-weight: 300;
}

.inner_section_heading {
    color: var(--green_color);
    font-size: 68px;
    line-height: 70px;
    font-family: Hegam;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}


/* About section CSS */
.aboutspace {
    text-align: center;
    padding: 100px 0 0px;
}

.aboutspace p {
    color: #929292;
    font-size: 20px;
    line-height: 140%;
    font-family: Aileron;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 190px;
}

.about_contact_btn {
    color: var(--white);
    font-size: 20px;
    font-family: Aileron;
    text-transform: uppercase;
    background-color: var(--green_color);
    border: 2px solid var(--green_color);
    padding: 8px 35px 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;
}

.about_contact_btn:hover {
    color: var(--green_color);
    font-size: 20px;
    font-family: Aileron;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid var(--green_color);
    padding: 8px 35px 8px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

.aboutspace .arrowbottom {
    margin-top: 25px;
    height: 196px;
}

.section_padding {
    text-align: center;
    padding: 50px 0 0px;
}

/* services section CSS */
.patternnn1 {
    background-image: url(../images/Rectangle38.png);
    height: 250px;
    width: 100%;
}

.patternnn2 {
    background-image: url(../images/Rectangle39.png);
    height: 250px;
    width: 100%;
}

.services_box_section {
    background-image: url(../images/Rectangle3.jpg);
    width: 100%;
    padding: 50px 0 180px;
}

.last_services_box_section {
    background-image: url(../images/Rectangle3.jpg);
    width: 100%;
    margin-top: 110px;
    height: 60%;
}

.margin_top_neg {
    margin-top: -170px;
}

.margin_top_neg2 {
    margin-top: -450px;
}

.servicebox {
    position: relative;
    padding-bottom: 50px;
    margin: 0px 20px;
}

.last_servicebox {
    position: relative;
    padding-bottom: 50px;
    margin: 0px 20px;
    top: -130px;
}

.servicebox_img img {
    box-shadow: 0 0 10px #d5d1d15e;
    border-radius: 25px;
    width: 100%;
    max-width: 100%;
}

.contents_services {
    padding: 20px 0;
}

.contents_services_heading {
    color: #343434;
    font-size: 22px;
    font-family: Aileron;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}

.contents_services_paragraph p {
    color: #3b3b3b;
    font-size: 18px;
    font-family: Aileron;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
    height: 200px;
}

.contents_services_paragraph a {
    color: var(--green_color) !important;
    font-size: 22px;
    font-family: Aileron;
    font-weight: 600;
    transition: 0.8s;
    cursor: pointer;
}

.contents_services_paragraph a:hover {
    border-bottom: 1px solid var(--green_color);
}

/* Awesome works  CSS*/
.awesome_work {
    background: url(../images/image3.jpg);
    padding: 170px 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.awesome_works_heading {
    color: var(--gray_black);
    font-size: 56px;
    line-height: 70px;
    font-family: Hegam;
    letter-spacing: 0em;
    text-transform: uppercase;
}

/* satisfaction */
.satisfaction_content1 p {
    color: #929292;
    font-size: 17px;
    line-height: 130%;
    font-weight: 600;
    font-family: Aileron;
    text-align: justify;
    margin-top: 18px;
}

.satisfaction_content2 p {
    color: #929292;
    font-size: 17px;
    line-height: 130%;
    text-align: justify;
    font-family: Aileron;
    margin-top: 30px;

}

.your_satisfaction .arrowbottom {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

/* stack section CSS */
.stack_section {
    background: url(../images/homeb/image4.png);
    padding: 80px 0;
    background-size: cover;
}

.stack_section_number {
    color: #fff;
    font-size: 50px;
    line-height: 49px;
    font-family: Hegam;
    text-transform: uppercase;
    position: relative;
}

.stack_section_content {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: Aileron;
    letter-spacing: 0.5px;
    position: relative;
}

/* certification section CSS */
.certification {
    text-align: center;
    padding: 0;
    position: relative;
    top: -80px;
}

.certification_box {
    text-align: left;
    margin-top: 60px;
}

.certification_box .title {
    color: #4a7d00;
    font-size: 22px;
    font-family: Aileron;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 0px;
}

.certification_contanet {
    color: #929292;
    font-size: 16px;
    font-family: Aileron;
    text-align: justify;
    margin-top: 12px;
    width: 95%;
}

.certification_arrowbottom {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

/* how_it_work*/
.how_it_work {
    background-image: url(../images/Rectangle3.jpg);
    margin: 160px 0 0;
}

.work_box {
    position: relative;
    top: -100px;
}

.how_it_work_box .title {
    color: #343434;
    font-size: 20px;
    line-height: 130.5%;
    font-weight: bold;
    font-family: Aileron;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 5px;
}

.how_it_work_contanet {
    color: #929292;
    font-size: 16px;
    font-family: Aileron;
    text-align: justify;
    margin-top: 12px;
}

/* Get in touch */
.get_in_touch {
    background-image: url(../images/homeb/Rectangle30.jpg);
    background-size: cover;
    padding: 60px 0 60px;
}

.get_in_touch_content {
    color: #fff;
    font-size: 50px;
    line-height: 67px;
    font-family: Hegam;
    text-transform: uppercase;
    width: 380px;
    letter-spacing: 1px;
}

.get_in_touch_content_no a {
    color: #5ef4f0;
    font-size: 24px;
    font-weight: 700;
    font-family: Aileron;
}

.get_in_touch_content_no {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

/* footer CSS */
.footerfirst {
    /* background-image: url(../images/footer_green.png); */
    /* background-color: #f5f5f5; */
    padding: 25px 0 40px;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: contain; */
}

h3.title_f {
    color: var(--gray_black);
    font-size: 24px;
    font-weight: 700;
    font-family: Aileron;
}

.addr_all p {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.f_box p {
    color: var(--gray_black);
    font-size: 16px;
    font-weight: 400;
    font-family: Aileron;
    margin-bottom: 5px;
}

.addr_all i.bi {
    margin-right: 10px;
    color: #32c433;
}

.footersencond {
    background-color: var(--green_color);
    padding: 15px;
}

.footersencond .icon_bg {
    background: var(--white);
    padding: 3px 7px;
    width: 30px;
    border-radius: 57px;
    color: var(--green_color);
    height: 30px;
}

.socila_meida_color {
    color: var(--green_color);
}

p.copyright {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    font-family: Aileron;
}

.footersencond a {
    font-size: 16px;
    font-weight: 600;
}




/*================================================
=============== Inner page CSS ====================
=================================================*/

.header_menu_bg_innerpages {
    background: url(../images/aboutus/aboutbread.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.inner_page_heading {
    padding: 10px 0 30px;
}

.inner_page_heading p {
    max-width: 836px;
    color: rgba(52, 52, 52, 1);
    width: 100%;
    margin: 0 auto;
    font-family: Aileron;
    font-weight: Bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.about_inner_page_padding {
    padding: 40px 0 150px;
}

.about_box {
    background: rgba(245, 245, 245, 1);
    padding: 0;
    border-radius: 30px;
    position: relative;
    min-height: 120%;
}

.about_box_inner h3 {
    color: var(--gray_black);
    font-family: Aileron;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 15px;
}

.about_box_inner p {
    color: var(--gray_black);
    font-family: Aileron;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: justify;
    padding: 15px 20px 10px;
}

.about_box_inner_img {
    padding-top: 30px;
    margin-bottom: 25px;
    position: absolute;
    width: 100%;
    bottom: -80px;
}

.about_box_inner_img_cir {
    background: #fff;
    width: 110px;
    height: 110px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    margin: 0px auto;
    border: 5px solid whitesmoke;
}

/* time line code */
.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    margin: 50px auto;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline:before {
    content: "";
    width: 2px;
    height: 90%;
    background: #0000009e;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 0px;
    position: relative;
}

.left .years,
.right .years {
    width: 135px;
    background: var(--green_color);
    padding: 9px 16px;
    border-radius: 30px;
    text-align: right;
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 11px;
    line-height: 1;
}

.right .years {
    background: #333333;
    text-align: left;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    padding: 10px;
    text-align: right;
}

#timeline .timeline-item .timeline-content:before {
    content: '';
    height: 0;
}

.left:before {
    content: '';
    position: absolute;
    left: 461px;
    top: 30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333333;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
}

#timeline .timeline-item .timeline-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #929292;
    font-family: Aileron;
}

.right:before {
    content: '';
    position: absolute;
    right: 458px;
    top: 30px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green_color);
}

.testimonial_quote {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial_quote .quote_left {
    top: 0;
    left: 50px;
    position: absolute;
    width: 4% !important;
}

.testimonial_quote .quote_right {
    bottom: 0;
    right: 50px;
    position: absolute;
    width: 4% !important;
}

.testimonial_quote p {
    color: #929292;
    font-family: Aileron;
    text-align: center;
    font-size: 18px;
    padding: 10px 50px;
    font-weight: 500;
    line-height: 24px;
    width: 70%;
}

.testimonial_quote h4 {
    color: #003860;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: #b1b1b1;
    border: 7px solid;
    padding: 0 !important;
    border-radius: 50px;
    margin: 3px;
}

.about_stack {
    background: url(../images/Rectangle38.png);
    padding: 80px 0;
    background-size: cover;
}

.about_stack_content {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 20px;
}

/* our Process */
.our_process_wrapper {
    background: #ffff;
    padding: 70px 0px 10px;
}

.our_process_content {
    color: var(--gray_black);
    font-size: 68px;
    line-height: 60px;
    font-family: Hegam;
    text-transform: capitalize;
}

.our_process_wrapper p {
    color: var(--gray_black);
    font-size: 18px;
    line-height: 120%;
    font-family: Aileron;
    font-weight: normal;
    margin-top: 5px;
}

.process_img img {
    width: 100%;
}

.process_wrpper2 {
    background: #ffff;
    padding: 40px 0px 50px;
}

.our-process_box {
    background: #ffff;
    padding: 14px 0 !important;
}

.our-process_box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000b3;
}

.our-process_box p {
    font-size: 18px;
    font-weight: 400;
    color: var(--gray_black);
    font-family: Aileron;
    text-align: justify;
}

/* Services page CSS */
.solution_wrapper {
    padding: 25px 0 60px;
}

.block_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.block-img-2 {
    position: relative;
    width: 470px;
    height: 100%;
}

.img-2 {
    width: 94%;
    position: absolute;
    top: 0;
    right: 0px;
}

.img-4 {
    width: 94%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.solution_style h3 {
    color: #003860;
    font-family: Aileron;
    font-weight: Bold;
    font-size: 38px;
    margin-bottom: 3px;
}

.solution_style h4 {
    color: #343434;
    font-family: Aileron;
    font-weight: Bold;
    font-size: 19px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.solution_style h3.title3 {
    color: #003860;
    font-family: Aileron;
    font-weight: Bold;
    font-size: 24px;
    margin-bottom: 3px;
}

strong.strong1 {
    color: #003860;
}

.solution_style p {
    font-size: 18px;
    font-weight: 400;
    color: var(--gray_black);
    font-family: Aileron;
    text-align: justify;
}

.solution_pointer {
    padding-top: 30px;
}

ul.servicelist {
    padding: 0;
}

.solution_pointer ul.servicelist li {
    position: relative;
    list-style: none;
    line-height: 1.4;
    padding: 4px 0 4px 20px;
    font-family: Aileron;
    font-size: 16px;
    color: #98c03d;
    letter-spacing: 0.4px;
}

.solution_pointer ul.servicelist li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #98c03d;
    border-radius: 50%;
    left: 0;
    top: 41%;
}

/* Contact Us page CSS */

.contact_us_one_line p {
    color: #929292;
    font-size: 20px;
    font-family: Aileron;
    font-weight: 400;
    padding-top: 5px;
}

.form-group label {
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 5px;
    color: rgba(52, 52, 52, 1);
    font-family: Aileron;
    font-weight: Regular;
    font-size: 18px;
    text-align: left;
}

.contactpagebutton {
    color: var(--white);
    font-size: 20px;
    font-family: Aileron;
    text-transform: uppercase;
    background-color: var(--green_color);
    border: 2px solid var(--green_color);
    padding: 8px 35px 8px;
    text-decoration: none;
    border-radius: 0px;
    width: 190px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;
}

.contactpagebutton:hover {
    color: var(--green_color);
    background-color: var(--white);
    border: 2px solid var(--green_color);
}

.contactus_address {
    background-image: url(../images/contactus/contactusbg.png);
    padding: 60px 0 60px;
    background-size: cover;
}

.contactus_address img {
    max-width: 75px;
    width: 100%;
    margin-bottom: 20px;
}

.contactus_address p {
    max-width: 352px;
    color: rgba(52, 52, 52, 1);
    font-family: Aileron;
    font-weight: Regular;
    font-size: 20px;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.contact_map {
    text-align: center;
    padding: 100px 0;
}

.contact_map iframe {
    border-radius: 30px;
    filter: grayscale(80%);
}

h4.inner_section_heading {
    font-size: 42px;
    text-align: center;
    margin: 20px 0;
    text-transform: capitalize;
    letter-spacing: -1px;
    line-height: 55px;
}

.solution_style ul li {
    font-family: Aileron;
    font-size: 16px;
    text-align: justify;
    color: #343434;
    margin-top: 10px;
}

ul.list_paira {
    padding: 0 0px 0 20px;
}

.form-check {
    padding-left: 0;
}

/* services tabing CSS */
.aboutspace.space_quality-page2 {
    padding: 50px 0;
}

.headingtitleee-main {
    width: 95%;
    overflow-x: hidden;
}

.headingtitleee {
    width: 2000px;
}

.headingtitleee-main1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.headingtitleee-arrow {
    margin-top: 0px;
    height: 53px;
    cursor: pointer;
}

.headingtitleee-arrow2 {
    position: absolute;
    left: 0px;
    bottom: 44px;
    cursor: pointer;
    background-color: #fff;
    padding: 0 5px;
}

div#nav-tab {
    border-bottom: 2px solid #ddd;
    padding-bottom: 0;
    margin-left: 30px;
}

button.nav-link {
    padding: 12px 0px 10px 0;
    width: 160px;
    border: none !important;
    color: #333;
    font-weight: 500;
    padding-left: 0px;
    text-align: left;
    display: inline-block;
    padding-bottom: 39px;
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: transparent !important;
    font-family: Aileron;
    font-size: 16px;
}

button.nav-link:hover {
    color: #4a7d00 !important;
}

button.nav-link.active {
    background-image: url(../images/quality-new/arrow_2.png);
    border: none;
    background-size: 100%;
    width: 169px;
    padding-left: 14px;
    color: #fff !important;
    text-align: left;
    display: inline-block;
    padding-bottom: 39px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #4a7d00 !important;
    background-color: transparent !important;
}

div#nav-tabContent {
    border: 3px solid #4a7d00 !important;
    border-radius: 20px;
    text-align: left;
    margin-top: -27px;
}

h3.tab_title {
    font-family: Hegam;
    font-size: 50px;
}

h3.tab_title span {
    color: #03467d;
}

p.tabshortdex {
    font-family: Aileron;
    font-size: 15px;
    color: rgba(145, 145, 145, 1);
    padding: 0 0;
    margin-top: 0;
}

ul.tabulli {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.tabulli li {
    list-style: none;
    color: rgba(3, 70, 125, 1);
    font-family: Aileron;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    border-right: 2px solid rgba(152, 192, 61, 1);
    padding: 3px 15px;
    min-height: 67px;
    display: flex;
    align-items: center;
}

h3.secondtab-title2 {
    font-family: Aileron;
    font-weight: Bold;
    font-size: 18px;
    margin-bottom: 15px;
}

h3.secondtab-title {
    color: rgba(52, 52, 52, 1);
    font-family: Aileron;
    font-weight: Bold;
    font-size: 25px;
    margin-bottom: 15px;
}

ul.tabulli2 li {
    font-family: Aileron;
    font-size: 15px;
    color: rgba(145, 145, 145, 1);
    margin-top: 10px;
}

ul.tabbarin2 li {
    font-family: Aileron;
    font-size: 15px;
    color: rgba(145, 145, 145, 1);
    margin-top: 4px;
}

.tabbarincontentbyrow2 p {
    font-family: Aileron;
    font-size: 15px;
    color: rgba(145, 145, 145, 1);
    margin-top: 12px;
    padding: 0;
    margin-bottom: 10px;
}

ul.tabulli2 p {
    padding: 0 0;
    margin: 0px;
    font-size: 15px;
}

.pb_40 {
    padding-bottom: 40px;
}


/* footer img gif animation */
.addr_all .bi {
    display: inline-block;
    /* animation: mirrorflip 5s 0s linear infinite; */
    margin-right: 5px;
}

/* @keyframes mirrorflip {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);

    }

    50% {
        transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }
} */


/* footer testimonal CSS */

.filter-gallery {
    display: block;
}

.image-container {
    margin-top: 1em;
    column-count: 3;
    column-gap: 10px;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .image-container {
        column-count: 1;
    }
}


.satisfaction_img {
    display: flex;
    justify-content: center;
}

.about_contact_btn {
    margin-top: 30px;
}






.tab-nav-bar {
    position: relative;
    margin: 0px 0px 0px 10px;
}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 15px;
}

.tab-menu {
    color: #000;
    list-style: none;
    max-width: 1600px;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
}

.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.tab-menu::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    display: inline-block;
    color: #000;
    font-size: 1em;
    font-weight: 500;
    margin: 0 2px;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
    font-family: Aileron;
    font-size: 16px;
}

.tab-menu.dragging .tab-btn {
    pointer-events: none;
}

.tab-btn:hover {
    color: #4a7d00 !important;
}

.tab-btn.active {
    background-image: url(../images/quality-new/arrow_2.png);
    border: none;
    background-size: 100%;
    width: 169px;
    padding-left: 14px;
    color: #fff !important;
    text-align: left;
    display: inline-block;
    padding-bottom: 39px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #4a7d00 !important;
    background-color: transparent !important;
    font-family: Aileron;
    font-size: 16px;
    font-weight: 500px;
}

.left-btn,
.right-btn {
    position: absolute;
    cursor: pointer;
}

.left-btn {
    left: 0;
    display: none;
    top: 15%;
    bottom: 15%;
    background: #fff;
    padding: 0 10px;
}

.right-btn {
    right: -10px;
    top: 15%;
    bottom: 15%;
    background: #fff;
    padding: 0 10px;
}

/* ===== Tab content ===== */
.tab-content {
    position: relative;
    width: 100%;
    margin-top: -38px;
}

.tab {
    top: 0;
    max-width: 1100px;
    padding: 0px 30px;
    opacity: 0;
    transform: translateX(25px);
    content-visibility: hidden;
}

.tab.active {
    transform: translateX(0);
    content-visibility: visible;
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
}

.tab .img-card {
    position: relative;
    width: 450px;
    max-width: 450px;
    height: 300px;
    max-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.tab .img-card img {
    width: 100%;
    object-fit: cover;
}

.right-column {
    border: 3px solid #4a7d00 !important;
    border-radius: 20px;
    text-align: left;
    padding: 40px 40px 10px;
    max-width: 120%;
    width: 120%;
}

.info .city,
.info .description p {
    margin-bottom: 15px;
}

.info .city {
    font-size: 2em;
}

.country {
    color: var(--third-color);
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    text-shadow: var(--text-shadow);
}
