html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-family: open sans, sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}
a:hover {
    color: #000;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
section {
    padding: 70px 0px;
}
button:focus {
    outline: none;
}
input:focus {
    outline: none;
}

.loader_bg {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
body {
    background: #fff;
    height: 100vh;
    margin: 0;
    padding: 0;

}
/*===========================Header(s)============================*/
.nav-link {
    color: #000;
    padding: 5px 12px !important;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}
.navbar-nav li {
    margin-left: 2px;
}
.header-text {
    font-size: 20px;
    color: #f97794;
}
.header {
    padding: 5px 0;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 55px 5px rgba(38, 194, 129, 0.15) !important;
    animation: smoothScroll 1s forwards !important;
}

.fixed {
    background-color: #5a02b4;
    z-index: 9999999;
}
.nav-link:before {
    position: absolute;
    top: 100%;
    width: 0;
    height: 2px;
    background: #85c340;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, width 0.4s;
    float: left;
}
.nav-link:hover:before {
    width: 40%;
    opacity: 1;
}
.nav-link:hover {
    color: #85c340;
}
.img {
    height: 3.8rem;
    margin-left: 67px;
}
.heder-text {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.navbar-nav {
    margin-right: 70px;
}
/*===========================Header(e)============================*/

/*===========================Banner(s)=========================*/

#particles-js {
    z-index: 2;
    position: relative;
    background-color: #85c340;
    background: radial-gradient(to right bottom, #85c340 30%, #5e5f5e 70%);
}

.banner {
    height: 950px;
    padding-top: 150px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #85c340;
}

.custom-shape-divider-bottom-1610094194 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1610094194 svg {
    position: relative;
    display: block;
    width: calc(130% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1610094194 .shape-fill {
    fill: #ffffff;
}
canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.banner-text h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}
.banner-text {
    padding-top: 38%;
}

.banner-text p {
    font-size: 16px;
    color: #fff;
    padding-top: 17px;
}
.banner-img {
    width: 600px;
    animation: Move 3s infinite;
    position: relative;
    animation-direction: alternate;
    top: 39%;
}
.btn-1 {
    padding: 12px 15px 12px 15px;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-left: 4px;
    transition: all 0.5s ease 0s;
    background-color: #85c340;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
}
.btn-1:hover {
    background-color: #85c340;
    background: radial-gradient(to right bottom, #85c340 30%, #5e5f5e 70%);
    color: #fff;
}
.animated-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*===========================Banner(e)=========================*/
/*===========================about(s)=========================*/
/*.about {
    padding-top: 50px;
    padding-bottom: 142px;
}*/

.about-item {
    text-align: center;
}
.bordered-circle {
    background-color: #caceca;
    width: 450px;
    height: 450px;
    position: relative;
    /*right: 31% !important;*/
    border-radius: 100%;
    top: 0;
    bottom: 0;
}
.banner-imge {
    animation: Move 3s infinite;
    position: absolute;
    animation-direction: alternate;
    top: -48px;
    width: 541px;
}
@keyframes Move {
    100% {
        transform: translateY(-20px);
    }
    0% {
        transform: translateY(20px);
    }
}
.about-text h3 {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    padding-top: 17px;
}
.about-text p {
    font-size: 14px;
    margin-top: 13px;
    color: #767676;
    margin-right: 13px;
    margin-bottom: 20px;
}

.pri-heading h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #85c340;
}
.about-block {
    padding-top: 110px;
}
.shape-bg1 {
    position: absolute;
    top: -520px;
    left: 4px;
    z-index: -1;
}
.photo {
    width: 1300px;
    opacity: 0.7
}
/*===========================development(s)=========================*/
.development-item {
    box-shadow: 0 20px 50px 0 rgba(14, 3, 52, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    transition: all 0.5s ease 0s;
    height: 350px;
}

.development-item:hover {
    background-color: #85c340;
}
.development-item:hover .development-icon i {
    color: #000;
}
.development-item:hover .deve-text {
    color: #000;
}

.development-item:hover .development-text h6 {
    color: #fff;
}

.development-icon {
    text-align: center;
}
.development-icon i {
    font-size: 50px;
    text-align: center;
    color: #85c340;
}

.development-text {
    text-align: center;
}
.development-text h6 {
    font-size: 19px;
    font-weight: 600;
    padding-top: 20px;
    transition: all 0.5s ease 0s;
}
.deve-text {
    font-size: 14px;
    font-weight: inherit;
    text-align: center;
    padding-top: 5px;
    color: #767676;
}

/*===========================development(e)=========================*/
/*===========================about(e)=========================*/
/*=========================product(s)==========================*/
.product {
    background-image: url("../image/product.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, 0.9);
}
.bg-overlay {
    position: relative;
}
.pri-heading h2 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #85c340;
    position: relative;
}
.product-item {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    height: 570px;
    transition: all 0.5s ease 0s;
    border-radius: 0px 50px 0px 50px;
}
.product-item:hover {
    transform: translateY(-10px);
}

.product-item-2 {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
    border-radius: 0px 50px 0px 50px;
}
.product-item-2:hover {
    transform: translateY(-10px);
    /*box-shadow: 6px 6px 15px #85c340, -6px -6px 15px #85c340;*/
}
.product-head {
    position: relative;
    height: 250px;
}

.product-head-text {
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    color: #ffffff;
}
.product-head-text .package-price {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
.product-head-text .package-price i {
    font-size: 48px;
    /* line-height: auto;*/
    color: #000;
}
.product-head-text .package-name h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000;
}
.product-head .wave {
    border-radius: 43%;
    animation: drift linear infinite;
    filter: opacity(0.8);
    transform-origin: 50% 48%;
    position: absolute;
    top: -250px;
    left: -50px;
    width: 475px;
    height: 475px;
}

.product-head .wave {
    background-color: #85c340;
}
.product-head .wave {
    background-color: #85c340;
}
.product-head .wave {
    border-radius: 43%;
    filter: opacity(0.8);
    transform-origin: 50% 48%;
    position: absolute;
    top: -250px;
    left: -50px;
    width: 475px;
    height: 475px;
}
.product-head .wave:nth-of-type(1) {
    animation-duration: 5s;
}
.product-head .wave:nth-of-type(2) {
    animation-duration: 7s;
}
@keyframes drift {
    0% {
        transform: rotate(360deg);
    }
}
.product-block {
    z-index: 1;
    position: relative;
    margin-top: 52px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
}
.product-block li {
    margin-top: 15px;
    margin-bottom: 15px;
    /*display: block;*/
    transition: 0.3s;
    color: #858585;
    font-size: 16px;
}
.product-block-2 {
    z-index: 1;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
}
.single-product .product-footer {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.product-block-2 ul li {
    line-height: 27px;
}

.featured-product:before {
    background: #85c340;
    transition: all 0.5s ease 0s;
    content: "";
    width: 100%;
    height: 0px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
}

.product-block P {
    font-size: 14px;
}
/*=========================product(e)==========================*/

/*===========================testimonial(S)=========================*/
.testimonal {
    /*background-color: #e5f4e1;*/
}
.testimonial-bg {
    background-image: linear-gradient(100deg, #e5f4e1, #e5f4e1);
    height: 110%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}
.testimonial-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 109px solid transparent;
    border-left: 1869px solid #fff;
    border-bottom: 0 solid transparent;
}
.testimonial-item {
    margin: 15px;
    background-color: #fff;
    height: 215px;
    padding: 12px 30px;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.3);

}
.develo-box{
    padding: 31px 30px;
}
.testimonial-item .author {
    display: inline-block;
    margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 60px;
}

.testimonial-item .author .img-thumb img {
    border-radius: 50%;
    width: 75%;
}

.testimonial-item .author .author-info {
    float: left;
    padding: 30px 18px;
}

.testimonial-item .author .author-info h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    color: #263238;
}

.testimonial-item .author .author-info h2 {
    color: #484848;
    font-size: 23px;
}

.author-info span {
    color: #546e7a;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-item .content-inner .description {
    margin-bottom: 10px;
    font-size: 14px;
    color: #546e7a;
    margin-top: -34px;
}

.content-inner i {
    color: #85c340;
}
.content-inner {
    margin-left: 8px;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #85c340 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #85c340 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #b7f4b7 !important;
}
.testi-icon {
    padding-top: 18px;
}
.testi-icon-1 {
    padding-top: 45px;
}

/*===========================testimonial(e)=========================*/
/*=========================client(s)==========================*/
/*.client {
    background-image: url(../image/header-client-black.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-overlay-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(21, 21, 21, 0.1);
}
.bg-overlay-1 {
    position: relative;
}*/
.countbox {
    border: 2px solid #e5f4e1;
    text-align: center;
    padding: 15px;
    border-radius: 0px 40px 0px 40px;
    box-shadow: 5px 5px 8px 2px rgba(229, 244, 225, 0.5);
}
.countbox i {
    font-size: 50px;
    color: #85c340;
}
.countbox h3 {
    color: #444040;
    font-size: 35px;
    margin-top: 15px;
    margin-left: 13px;
}
.countbox h4 {
    color: #85c340;
    margin-top: 10px;
    font-size: 20px;
}
/*=========================client(e)==========================*/
/*=========================contact(s)==========================*/
.contact {
    background-image: url("../image/map.png");
}

.sec-header-2 h2 {
    font-size: 35px;
    font-weight: 600;
    color: #85c340;
    margin-bottom: 54px;
    margin-top: -7px;
}

.contact-item {
    background-color: #b9ea81;

    height: 350px;

    padding: 30px 30px 30px 30px;
}
.contact-box {
    background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
    height: 75px;
    width: 290px;
    margin-bottom: 30px;
}
.contact-box:hover {
    box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(0px);
}
.contact-text h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.contact-text span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}
.contact-text {
    display: inline-block;
    margin-top: 17px;
}

.btn-7 {
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 20px;
    margin-top: 20px;
    margin-left: 6px;
    /*margin-bottom: 20px;*/
    color: #fff;
    background-color: #85c340;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    border: 1px solid #fff;
}

.btn-7:hover {
    color: #fff;
}
.banner-imges-2 {
    width: 516px;
    animation: Move 3s infinite;
    position: relative;
    animation-direction: alternate;
    right: 50px;
    top: 53px;
}
.contact-block {
    background-color: #85c340;
    /*  height: 100%;
    width: 100%;*/
    padding: 25px 25px 25px 25px;
    border-radius: 0px 60px 0px 60px;
}

.form-group {
    margin-bottom: 16px;
    width: 100%;
}

.form-control {
    display: block;
    width: 98%;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    height: 48%;
    margin-top: 10px;
}
.form-group .form-control-1 {
    width: 48%;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 2px;
    outline: none;
    border-radius: 20px;
}

.form-group textarea {
    border: 1px solid #e7e7e7;
    min-height: 150px;
    padding-top: 15px;
    outline: none;
}
.contact-block-left button {
    background: #8de257 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    margin-top: 17px;
    padding: 15px 16px;
    text-transform: uppercase;
    border-radius: 24px;
    border: 0;
    letter-spacing: 1.1px;
    cursor: pointer;
}
.contact-1 {
    display: inline-block;
    color: #767676;
    font-size: 14px;
    padding-top: 5px;
    margin-left: 5px;
}
.contact-item h5 {
    font-weight: 600;
    font-size: 16px;
}
.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
    border: 1px solid #fff;
}
/*=========================contact(e)==========================*/
/*=========================Footer(s)==========================*/

/*=========================Footer(e)==========================*/

/*.news-item{
    height: 250px;
    width: 250px;
}*/
.news-box {
    border: 1px solid #85c340;
    padding: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 250px;
    border-radius: 0px 40px 0px 40px;

}
.news-box:hover {
    transform: translateY(-8px);
    box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.1);
}
.news-box:hover i {
    background: none;
    border: 1px solid #85c340;
}
.news-box i {
    font-size: 25px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #85c340;
    line-height: 55px;
    transition: all 0.5s ease 0s;
}
.news-box h5 {
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
}
.news-box p {
    color: #727770;

    font-size: 14px;
}

.footer {
    background-color: #e5f4e1;
    padding: 40px 40px;
}

.footer-1 h5 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.footer-icon {
    position: relative;
    margin-top: 10px;
}
.footer-icon a {
    background-color: #46629e;
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    font-smoothing: antialiased;
    font-size: 14px;
}
.footer-icon .fb {
    background: #46629e;
}
.footer-icon .fb:before,
.footer-icon .fb:after {
    border-color: #46629e;
}

.footer-icon a:before,
.footer-icon a:after {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.3s all;
    border: 3px solid #46629e;
}
.footer-icon a:hover:after {
    -webkit-transform: scale(1.5);
}
.footer-icon a:hover:before {
    -webkit-transform: scale(2);
    transition: 0.3s all;
    opacity: 0;
}

.blank {
    visibility: hidden;
}
.circle {
    position: absolute;
    top: -409px;
    z-index: -1;
    left: -130px;
}
.photo-1 {
    animation: Move 2s infinite;
    position: relative;
    animation-direction: alternate;
    width: 437px;
    opacity: 0.7;
}
