html {
  scroll-behavior: smooth;

}

::-webkit-scrollbar {
    width: 10px;
}

::selection {
    background-color: #64b144;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

::-moz-selection {
    background-color: #64b144;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;

}

::-webkit-selection {
    background-color: #64b144;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #64b144;
}

/* ::-webkit-scrollbar-thumb:hover {
    background: #ddd;
} */

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

.main-color {
    color: #64b144;
}

/* any link to read */
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

p {
    line-height: 1.8;
}
q::before {
    color: #64b144;
    font-size: 45px;
}

q::after {
    color: #64b144;
    font-size: 45px;
}

q {
    font-style: italic;
}
.btn {
    padding: 0.65rem 2.5rem;
    box-shadow: none;
    color: #fff;
    background: #64b144;
    border: 2px solid transparent;

}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn .svg-inline--fa {
    vertical-align: middle;
    margin-left: 10px;
}

.btn:hover {
    border: 2px solid #64b144;
    color: #64b144;
    background: transparent;
}

.about-mini-title {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 30px;
    display: inline-block;
}

.about-mini-title::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #044f7c;
}

.about-mini-title::after {
    position: absolute;
    content: '';
    left: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    z-index: 0;
    /* opacity: 0.40; */
    border-radius: 50px;
    background-color: #64b144;
}

.about-title {
    font-size: 2.7rem;
    font-weight: 800;
}

.title {
    font-weight: 700;
    position: relative;
    /* background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgb(129, 21, 255)), color-stop(0.5, rgb(255, 42, 208)), to(rgb(255, 143, 42))); */

    background-size: 210% auto;
    padding: 15px 0;
}

.title::after {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 10%;
    right: 0;
    background: #64b144;
    bottom: 0;
    margin: auto;

}

.section-link a {
    font-size: 1.2rem;
    font-weight: 400;
    color: #64b144;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-bottom: 3px;
}

.section-link a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
    background: #64b144;

}

.section-link a span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 700;
}
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.section-link svg {
    max-width: 25px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.section-link a:hover::before {
    width: 100%;
}

.section-link a:hover svg {
    transform: rotate(360deg);
}

/*--- navbar styling ---*/
header.navbar {
    background-color: transparent;
    padding: 0;
}

header .navbar-toggler {
    border-radius: 0;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header.navbar .navbar-brand {
    margin-left: 1rem;
}

header.navbar .navbar-brand img {
    height: 85px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
        /*filter: brightness(0) invert(1);*/
}

header.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 500;
    margin: 0 0.75rem;
    padding: 5px 0;
    transition: all .3s ease-in-out;
    color: #fff;
    position: relative;
    font-size: 14px;
}

header.navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #64b144;

    transition: all 0.3s ease-in-out;
    z-index: 1;
}

header.navbar-dark .navbar-nav .nav-link:hover::before {
    width: 100%;
}

header.navbar-dark .navbar-nav .active .nav-link::before {
    width: 100%;
}

header.navbar.navbar-dark .navbar-nav .nav-link.active,
header.scroll.navbar-dark .navbar-nav .nav-link.active {
    color: #64b144;

}

header .dropdown:hover .dropdown-menu {
    display: block;
}

header .dropdown-item {
    font-weight: 700;
    transition: all .3s ease-in-out;
}

header .dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    color: black !important;
    background: #64b144;
    padding-left: 30px;
}

header.navbar .search svg {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 900;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #ffffffbf;
}

header.navbar .search:hover svg {
    color: #64b144;
}

header.scroll {
    background-color: #fff;
    box-shadow: 0 0 10px #00000029;
    color: black !important;
}

header.scroll .navbar-brand img {
    height: 75px;
    filter: none;
}

header.scroll.navbar-dark .navbar-nav .nav-link {
    color: black;
}

header.navbar.scroll .search {
    color: black;

}

.contain {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.modal-backdrop {
    z-index: 1;
}

.modal {
    background-color: #000000ad;
}

.modal-body .btn-close {
    border-radius: 0;
    box-shadow: none;

}

.modal-content {
    border-radius: 0;
    border: 0;
}

.form-control {
    border: 0;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: center;
    padding: 20px;

}

.form-control:focus {
    box-shadow: none;
    border: 0;

}
.main-img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    background: #f2f3f4;
}
/*------------ inner header ----------*/
.inner-header figure {
    margin: 0;
    position: relative;
}

.inner-header figure img {
    height: 65vh;
    width: 100%;
    object-fit: cover;
}
/*.inner-header.project-header figure img{*/
/*        height: 100vh;*/

/*}*/
.inner-header figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 1;
}

.inner-header figure figcaption {
    position: absolute;
    padding: 20px;
    right: 15%;
    left: 15%;
    bottom: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f3f4;
    /* text-shadow: 0 3px 20px rgba(0,0,0,.9); */
}

.inner-header figure figcaption .breadcrumb-item {
    display: flex;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.51);

}

.inner-header figure figcaption h2 {
    color: #fff;
    font-weight: 900;

}

.inner-header figure figcaption .breadcrumb-item a {
    padding: 0 5px;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.inner-header figure figcaption .breadcrumb-item a:hover {
    color: #64b144;

    animation: 6s forwards linkColorAnimation;
}

.inner-header figure figcaption .breadcrumb-item.active {
    color: #64b144;

}

.inner-header figure figcaption .breadcrumb-item+.breadcrumb-item::before {
    color: #64b144;
}

/*-------- slider ----------*/

.slider .item figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.slider .item figure img {
    height: 100vh;
    object-fit: cover;
}

@keyframes zoomEffect {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(2)
    }
}

.slider .active img {
    animation: 45s ease normal none infinite zoomEffect;
    /* transform: translate3d(0px, 0px, 0px) scale(1); */
}

.slider .item figure:after {
    background: #02000096;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider .item figcaption {
    /* width: 80%;
    margin: auto; */
    z-index: 2;
    position: absolute;
    top: 40%;
    left: 10%;
    right: 0;
    text-transform: capitalize;
    color: #fff;
    overflow: hidden;
    /* text-shadow: 5px 1px 9px black; */
}

.slider .item figcaption .slide-title-1 {
    padding-left: 30px;
    position: relative;
}

.slide-title-1::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
/*     background-color: #044f7c; */
}

.slide-title-1::after {
    position: absolute;
    content: '';
    left: 6px;
    top: 3px;
    width: 20px;
    height: 20px;
    z-index: -1;
    /* opacity: 0.40; */
    border-radius: 50px;
    background-color: #64b144;
}

.slider .owl-item.active .slide-title-1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider .item figcaption .slide-title-2 {
    font-weight: 800;
    font-size: 65px;
    /* width: 533px; */
}

.slider .owl-item.active .slide-title-2 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

.slider .item figcaption .slide-text {
    font-size: 20px;
}

.slider .owl-item.active .slide-text {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInDown;
    animation-delay: 0.4s;
}

.slider .owl-item.active figcaption::before {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInDown;
    animation-delay: 0.5s;
}

.owl-theme .owl-dots .owl-dot span {
    /* border: 2px solid linear-gradient(90deg, rgb(129, 21, 255) 0px, rgb(255, 42, 208) 50%, rgb(255, 143, 42) 100%) ;; */
    width: 13px !important;
    height: 13px !important;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-out;
    background-color: transparent !important;

}

.slider .owl-nav .owl-prev {
    left: 40px;
}

.slider .owl-nav .owl-next {
    right: 40px;
}

.slider:hover .owl-prev {
    left: 20px;
    opacity: 1;
}

.slider:hover .owl-next {
    right: 20px;
    opacity: 1;
}

.slider .owl-nav span {
    font-size: 3.3em;
    color: #64b144;
}

.slider .owl-nav span:hover {
    color: #64b144;

}

.slider .owl-nav:focus {
    outline: 0;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #64b144 !important;
}

/*------------ about page ------------*/
.about-img {
    width: 100%;
    height: 100%;
/*     margin: 0; */
    position: relative;
/*     background: #044f7c; */
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*     background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(4,79,124,1) 50%); */
}

.about-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
/*     padding-inline: 3rem; */
	box-shadow: #044f7c 15px 15px;
}


/*.our-clients{*/
/*    background: #f2f3f4;*/
/*}*/

.icon {
    font-size: 2.2rem;
    width: 100px;
    margin: 20px auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    background: #fff;
    border: 2px dotted #fff;
}

.icon::before {
    content: "";
    background: linear-gradient(90deg, rgb(95 41 94) 0px, rgb(189 60 75) 50%, rgb(241 159 85) 100%);
    /* animation: 30s linear infinite counterRotateInfinitely; */
    /* transition: .3s; */
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: -1;
    border-radius: 50%;
    /* border: 2px dashed #0cb79d; */
}

.icon img  {
    background: linear-gradient(90deg, rgb(95 41 94) 0px, rgb(189 60 75) 50%, rgb(241 159 85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}


.icon-box {
    border: 1px solid #d4e1e6;
    border-radius: 27px;
    height: 105px;
    width: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mission-vision img,
.value img {
    width: auto;
    height: 55px;
    object-fit: cover;
}

.mission-vision {
    padding: 1rem 2.2rem;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 6px #00000029;
    border-radius: 27px;
    background: #fff;
}
/*.values{*/
/*    background: url(../images/values-bg.jpg) no-repeat center; */
/*    color: #f8f8f8;*/
/*    position: relative; */
/*    z-index: 2;*/
/*    background-attachment: fixed;*/
/*}*/
/*.values::after{*/
/*    left: 0;*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #51515140;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/
/*.value {*/
    /*padding: 1rem 2.2rem;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*box-shadow: 0 0 6px #00000029;*/
    /*border-radius: 27px;*/
    /*background: #fff;*/
/*}*/

/*----- Events section ------*/

.events figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.events .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    /* background: linear-gradient(90deg, rgb(129, 21, 255) 0px, rgb(255, 42, 208) 50%, rgb(255, 143, 42) 100%) ; */
    background: #0a0a0a;
    text-align: center;
    color: #fff;

}

.events .date .day {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: Merriweather, serif;

}

.events figure img {
    object-fit: cover;
    width: 100%;
    height: 275px;
    object-position: center;
    transition: 0.4s ease-in-out;
}

.events .figcaption {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.event-title {
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.events .see {
    display: block;
    padding-top: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;

}

.events .see .fa-angle-double-right {
    margin-bottom: -2px;
    transition: all 0.3s ease-in-out;
}

.events .event:hover figure img {
    transform: scale(1.1);
}

.event:hover .see {
    color: #64b144;
    margin-right: 30px;
}

/*----- Projects section -----*/
.projects{
    background: #f2f3f4;
}
.projects.inner{
    background: none;
}
.project {
    position: relative;
    overflow: hidden;
    margin: 0;
    /* border-radius: 1.25rem; */
background: #f2f3f4;

}

.project img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.22, .61, .36, 1);
    transform: scale(1.01);

}

.project .project-content {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    width: calc(100% - 2.5rem);
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(14px) brightness(92%);
    border: 1px solid rgba(255, 255, 255, .1);
    /* border-radius: 1.25rem; */
    padding: 1.35rem 2rem 1.5rem;
}

.project:hover img {
    transform: scale(1.1);
}

.arrow svg {
    transform: rotate(-50deg);
}

.arrow {
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 200;
    width: 2rem;
    height: 2rem;
    /* border-radius: 0.25rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #044f7c;
    color: #fff;
}
.project-title{
    font-size: 1.15rem;
}
.project-gallery{
    background: #f2f3f4;
    padding: 40px;
}
.project-gallery .prev,
.next {
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    color: #64b144;
    font-weight: 700;
    font-size: 40px;
    margin: 0 10px;
    text-decoration: none;
    user-select: none;
}

.project-gallery .next {
    right: 0;
}

.project-gallery .prev {
    left: 0;
}

.project-gallery .prev:hover,
.project-gallery .next:hover {
    color: #044f7c;
}

.project-gallery .mySlides {
    height: 400px;

}
.project-gallery .mySlides img{
        height: 400px;
        object-fit: contain;
}
.project-gallery .column {
    display: flex;
    justify-content: space-around;
    width: 20%;
    margin: 0;
    padding: 0 5px;
}

.project-gallery .row:after {
    content: "";
    display: table;
    clear: both;
}

.project-gallery .mySlides .slide {
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*border-radius: 25px;*/
}

.project-gallery .demo {
    height: 100px;
    object-fit: cover;
    opacity: 0.6;
    margin-top: 10px;
    /*border-radius: 15px;*/
}

.project-gallery .active,
.demo:hover {
    opacity: 1;
}
/* careers page */


.jobs {
    overflow: scroll;
    height: 550px;
}

.job {
    box-shadow: 0 0 6px #00000029;
    padding: 30px;
    margin: 0.5rem;
}

.job .apply {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.job .department-name {
    font-size: 12px;
    color: #64b144;
}

.job a svg {
    margin-left: 5px;
}

.job .department-date {
    font-size: 11px;
    color: #64b144;
    margin-bottom: 0;
}

.job-titles {
    color: #565656;
}

.job-details {
    padding: 30px 20px;
    background-color: #f5f5f5;
}
.careers .nav-pills .nav-link{
        color: #000;
    border: 2px solid #000;
    margin: 5px 15px 10px 0;
    padding: 10px;
    min-width: 170px;
    border-radius: 7px;
}
.careers .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        border: 2px solid #000;
    background: #000;
    color: #fff;
}
/*------- contact section & contact page------*/
.contact {
    background: url(../images/contact.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}
.contact.page{
    background: none;
    color:#000;
}
.contact::after {
/*     background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 65%) 90%); */
	background: #000000b3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}
.contact.page::after{
    background: none;
}
.form {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(14px) brightness(92%);
    /* border-radius: 20px; */
    border: 1px solid rgba(255, 255, 255, .06);
    overflow: hidden;
}
.careers .form{
   background-color: #f2f3f4;
    backdrop-filter: none;    
}
.careers .form p{
    margin: 0;
}
.careers .form label{
    width: 100%;
}
.form .form-data {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem 0;
    width: 100%;
    margin-bottom: 1.25rem;
    color: #fff;
    outline: 0;
    background: transparent;
}
.careers .form .form-data{
    color: #000;
    border: 1px solid #518f45;
    padding: 0.5rem;
}
/*.careers .form .form-data input,*/
/*.careers .form .form-data textarea,*/
/*.careers .form .form-data select{*/
/*       outline: 0;*/
/*    background: transparent;*/
/*        border: none;*/
/*        width: 100%;*/

/*}*/

.contact input::placeholder,
.contact textarea::placeholder {
    color: #fff;
}

.contact ul li {
    margin-bottom: 0.75rem;
}

.contact-title {
    color: #64b144;
    font-weight: 700;
}

.social-media a {
    padding-right: 0.75rem;
    font-size: 25px;
}

/*.contact.page {*/
/*    background: none;*/
/*    color: #40403f;*/
/*}*/

.contact.page input::placeholder,
.contact.page textarea::placeholder {
    color: #40403f;
}

.contact.page .form {
    backdrop-filter: none;
    background: #f2f3f4;

}

.contact.page .form .form-data {
    border-bottom: 1px solid #7575755e;
    color: #40403f;
}

.contact textarea.form-data,
.contact.contact.page textarea.form-data {
    min-height: 175px;
    border-bottom: none;
}

input:-internal-autofill-selected {
    background: transparent !important;
}

/*.contact-map {*/
/*    height: 450px;*/
/*}*/

.contact iframe {
    width: 100%;
    height: 225px;
    overflow: hidden;
}
 iframe {
    width: 100%;
}

/*------ clients logos ------*/



.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    background-color: transparent !important;
    top: 0;
    bottom: 0;
    margin: auto;
	left: 0;
}

.owl-carousel .owl-nav .owl-next {

    position: absolute;
    background-color: transparent !important;
    top: 0;
    bottom: 0;
    margin: auto;
	right: 0;

}

.owl-nav span {
    font-size: 4rem;
    color: #64b144;
    margin: 10px -5px;
}
.client-carousel.owl-carousel .owl-nav .owl-prev ,
.partner-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.client-carousel.owl-carousel .owl-nav .owl-next,
.partner-carousel.owl-carousel .owl-nav .owl-next{
    right: 0;
}

/*------ counter -------*/

.counters {
    background: url(../images/1.png) no-repeat #f2f3f4 center;
    background-size: cover;
    /*background: url(../images/event.jpg) no-repeat;*/
    /*position: relative;*/
    /*background-attachment: fixed;*/
    /*z-index: 1;*/
    /*color: #fff;*/
}

/*.counters::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: #000000ba;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-attachment: fixed;*/
/*    z-index: -1;*/
/*}*/



.counters .counter-no {
    color: #64b144;
    font-size: 50px;
    font-weight: bold;
    position: relative;
}
span.counter-back {
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
}
.counters .counter-no .counter-num{
    color: #000;
}
/*.counter{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.counter img{
        height: 150px;
    object-fit: contain;
}
/*------ clients logos ------*/
/*.partners{*/
/*    background-color: #f2f3f4*/
/*}*/
 .clients-logos .item {
    height: 175px;
    width: 250px;
    overflow: hidden;
    padding: 1rem 0.65rem 0.5rem 0.65rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
} 
.clients-logos img {
    object-fit: contain;
    height: 100%;
    width: 135px;
    object-position: center;
    margin: auto; 
    transition-duration: 0.25s;
    /*filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate(0deg);*/
}
.partners-logos .item{
    height: 175px;
    width: 250px;
    overflow: hidden;
    padding: 1rem 0.65rem 0.5rem 0.65rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

 .partners-logos img{
    object-fit: contain;
    height: 100%;
    width: 135px;
    object-position: center;
    margin: auto; 
    transition-duration: 0.25s;
    /*filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate(0deg);*/
 }
/* .clients-logos .item:hover{*/
/*    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);*/
/*}*/
.our-clients .owl-carousel .owl-stage-outer,
.partners .owl-carousel .owl-stage-outer{
    padding: 1.5rem 0.5rem;
    
}
/* .clients-logos .item:hover img,*/
/* .partners-logos .item:hover img{*/
    /*filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );*/
/*    transform: scale(1.01);*/
/*}*/
/* products page */
.products-page .item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.products-page .item figure img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}

.product-details-item {
    margin-bottom: 20px;
    background: #f2f3f4;
    padding: 20px;
}

.product-details-item-img img {
    min-width: 100%;
    object-fit: contain;
    height: 335px;

}

.product-details-text h3 {
    font-weight: 700;
    margin-bottom: 16px;
}

.product-item {
    margin-bottom: 50px;
    border: 1px solid #252525;
    padding: 20px;
    background: #f2f3f4;
    display: inline-block;
}

.product-item:hover img {
    transform: scale(1.05);
}

.product-item:hover .product-item-text a {
    color: #64b144;

}

.product-item-img {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.product-item-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.product-item-text {
    text-align: center;
    padding-top: 15px;
    color: #000;
}

.product-item-text a {
    transition: all 0.3s ease-in-out;
}

.share a {
    margin: 0 20px;
}
.product-details-item-slider img {
    height: 110px;
    object-fit: cover;
    cursor: pointer;

}
/*----- footer -----*/
footer {
    position: relative;
    background-color: #f2f3f4;

}

footer figure img {
    height: 100%;
    width: 275px;
    object-fit: contain;
}

/* footer::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
} */
.footer-title {
    padding-left: 25px;
    margin: 0;
}

footer .footer-title::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #044f7c;
    z-index: 2;

}

footer .footer-title::after {
    position: absolute;
    content: '';
    left: 5px;
    top: 7px;
    width: 14px;
    height: 14px;
    z-index: 1;
    /* opacity: 0.40; */
    border-radius: 50px;
    background-color: #64b144;
}

footer li {
    padding-bottom: 15px;
}

footer .copy {
    border-top: 1px solid #252525;
}

footer .copy div {
    width: 35%;
    padding-top: 20px;
    margin: auto;
}

footer * a:hover {
    color: #64b144;

}

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

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

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

@media(max-width: 480px) {
    .slider .item figcaption .slide-title-2 {
        font-size: 40px;
        /* width: 305px; */
    }
}

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

.owl-carousel.certificate-carousel .owl-item img{
        width: 100%;
    height: 100%;
    object-fit: contain;
}
.owl-carousel.certificate-carousel  .item {
    height: 125px;
    width: 250px;
    background: #f9f9f9;
    padding: 15px;
}

/* @keyframes counterRotateInfinitely {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
} */
/*services*/


.our-services .services-rows .row {
    background-color: #F4F4F4;
    margin: 0;
}
.services-rows .row{
    overflow: hidden;
}

.services-rows .row:nth-child(even) {
    direction: rtl;
    overflow: hidden;
}

.services-rows .row:nth-child(even) .services-content {
    direction: ltr;
    width: 100%;
    /*padding: 30px 85px 0 65px;*/
}


.our-services img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
        background: #000;

}

.services img {
    height: 325px;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.services .services-content a {
    position: relative;
    left: 65%;
}

.services .services-content a svg {
    margin-left: 5px;
}

.services-title {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 8px;
    /*text-transform: uppercase;*/
}

.services-title::before {
    content: "";
    position: absolute;
    height: 55px;
    left: 0;
    top: -10px;
    width: 5px;
    background-color: #64b144;
    border-radius: 5px;
}

.services-content {
    /*padding: 30px 60px;*/
    line-height: 2;
}
.values {
    background: linear-gradient(270deg, rgb(255 255 255 / 42%) -15%, rgb(98 154 87) 80%);
    width: 100%;
    height: 100%;

}