/* *****************************************
    # Main css File 
    --------------------------
    - 1. General css
    - 2. Header 
    - 3. Footer 
    - 4. Home Page 
    - 5. Benefits Page 
    - 6. Contact Page
    - 7. Customization css
*********************************************/




/* ====================================
        general css
=======================================*/
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif !important;
}
img{
    max-width: 100%;
}
main{
    padding-top: 170px;
}
a,button{
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}
a:hover,button:hover{
    text-decoration: none;
}
a:focus,button:focus{
    outline: none;
}
input{
    transition: .3s;
}
input:focus{
    outline: none;
    box-shadow: none;
}
.theme-imgcvr img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.theme-imgcvr{
    position: relative;
    padding-top: 60%;
}

/* ====================================
        header
=======================================*/

header.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 30px;
}
div#navbarNav {
    justify-content: flex-end;
}
a.navbar-brand {
    max-width: 270px;
}
.navbar #navbarNav ul{
    background-color: rgb(0,0,0,35% );
}
a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
a.nav-link:hover, a.nav-link:focus, .nav-item.active a.nav-link{
    color: #4FAA25;
    background-color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 1.2;
    padding: 14px 23px;
}
.navbar-toggler{
    color: #fff;
    border-radius: 0;
    background-color: rgb(79 170 37 / 35%);
}
.header.blacked .navbar-toggler{
    background-color: #4faa25;
}
.header.fixed .navbar-toggler{
    background-color: #4faa25;
}
body .navbar-toggler:hover{
    background-color: #fff !important;
    color: #4faa25;
}




/* ====================================
        footer
=======================================*/
main.home-main {
    padding-top: 0;
}
footer.footer {
    position: relative;
    background-image: linear-gradient(225deg, #4faa25 20%, #1d9e82);
    z-index: 1;
}
.pt-170{
    padding-top: 170px;
}
.ftr-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/home_imgs/shap2.png);
    background-size: contain;
    background-position: 50% -2px;
    background-repeat: no-repeat;
    z-index: -1;
}
.ftr-formcvr {
    max-width: 729px;
    margin: 0 auto;
}
.ftr-formcvr h2.ftr-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 75px;
}
input.ftr-input {
    height: 65px;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0 3px 20px rgb(255 255 255 / 20%);
    margin-bottom: 27px;
    width: 100%;
    padding: 5px 30px;
    font-size: 16px;
    color: #4FAA25;
}
input.ftr-input:focus{
    border-color: #c2e1b3;
}
input.ftr-input::placeholder{
    font-size: 16px;
    color: rgb(79 170 37 / 70%);
}
button.ftr-formbtn {
    font-size: 18px;
    text-transform: uppercase;
    color: #4FAA25;
    background-color: #fff;
    border: 2px solid #4FAA25;
    padding: 5px 65px;
    height: 65px;
    border-radius: 12px;
    margin: 0 auto 63px;
    display: block;
    font-weight: 600;
}
button.ftr-formbtn:hover{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.ftr-formcvr .form-row .col-lg-6:first-child {
    padding-right: 14px;
}
.ftr-formcvr .form-row .col-lg-6:last-child {
    padding-left: 14px;
}
.ftr-btmbx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 70px 15px 35px;
    background-color: rgb(0,0,0,5%);
    align-items: flex-end;
}
ul.ftr-nav {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
ul.ftr-nav a {
    color: #fff;
    font-weight: 500;
    padding: 10px 35px;
}
ul.ftr-nav a:hover{
    color: #4FAA25;
    background-color: rgb(255 255 255 / 100%);
}
.ftrbtm-rightbx li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    text-align: right;
}
.ftrbtm-rightbx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
img.ftr-logo {
    width: 85px;
}
.ftrbtm-rightbx ul {
    margin-bottom: 0;
    padding: 0;
    margin-right: 8px;
}
.ftrbtm-rightbx li:first-child{
    font-weight: 500;
}
.ftrbtm-rightbx li:nth-child(2) {
    margin-right: 6px;
    font-size: 18px;
}
.ftrbtm-rightbx li a {
    color: #fff;
}
.ftrbtm-rightbx li a:hover {
    color: #ffd101;
}


/* ====================================
        home page
=======================================*/
/* home-banner */
.home-banner{
    background-image: url(../img/home_imgs/banner-bg.png);
    position: relative;
    padding-top: 55%;
    background-size: cover;
    background-position: center;
}
.bnr-shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/home_imgs/shape1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% calc(100% + 2px);
}
.bnr-cntntcover {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-image: url(../img/home_imgs/bnr-cntnt-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bnr-cntntcover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-image: url(../img/home_imgs/bnr-cntnt-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 40px 30px 114px; 
    text-align: center;
    width: 100%;
    max-width: 717px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.bnr-text {
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
}
h3.bnr-subtitle {
    font-size: 35px;
}
h1.bnr-title {
    font-size: 71px;
    font-weight: 700;
    margin: 12px 0;
    text-decoration: underline 4px;
}
a.scrollbtm-link {
    left: 50%;
    bottom: 7%;
    position: absolute;
    transform: translateX(-50%);
    animation: anim-btn 3s linear infinite;
}
@keyframes anim-btn{
    0%{
        transform: translate(-50%,-150%);
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    100%{
        transform: translate(-50%,0%);
        opacity: 0;
    }
}

/* about section */
section.about-sec {
    padding-top: 100px;
}
.about-leftbx {
    padding-top: 47%;
    max-width: 360px;
    position: relative;
    border-radius: 21px;
    margin: 28px auto 28px 28px;
}
.about-leftbx iframe{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 13px;
    border: none;
}
.aboutleft-border {
    position: absolute;
    top: -28px;
    left: -28px;
    right: -28px;
    bottom: -28px;
    background-color: #4FAA25;
    border-radius: 21px;
}
.about-leftbx:before, .about-leftbx:after{
    position: absolute;
    content: "";
    height: 97px;
    width: 97px;
    background: rgb(79 170 37 / 35%);
    top: calc(-15px + -28px);
    left: calc(-15px + -28px);
    border-radius: 25px 0;
}
.about-leftbx:after {
    top: auto;
    left: auto;
    bottom: calc(-15px + -28px);
    right: calc(-15px + -28px);
    z-index: -1;
}
h2.about-title {
    font-size: 36px;
    color: #4FAA25;
    font-weight: 600;
    margin-bottom: 29px;
    line-height: 1.3;
}
.about-list li {
    font-size: 15px;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    margin-bottom: 29px;
    color: #000;
}
.about-list li::marker {
    font-size: 16px;
    color: #4FAA25;
}
ul.about-list {
    padding-left: 20px;
}


/* partners section */
.part-imgcover a {
    display: block;
    padding: 0 0 20px;
    position: relative;
}
.part-imgcover a:before {
    content: "";
    position: absolute;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #4faa25;
    filter: blur(20px);
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    opacity: 0;
    transition: .5s;
}
.part-imgcover a:hover:before{
    opacity: 1;
}
img.part-icon-big{
    width: 100%;
    max-width: 161px;
}
.sec-partner{
    margin-bottom: 400px;
}
.partners-backround-img {
    background-image: url(../img/partners-back.png);
    background-size: cover;
}
h2.part-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
    margin-top: 15px;
}
h3.part-subtitle {
    font-size: 21px;
    font-weight: 700;
    color: #4FAA25;
}
.w-20 {
    width: 20%;
    padding: 15px;
}
.part-txtcover p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #545757;
    line-height: 1.7;
    margin: 0;
}
h4.partbx-title {
    font-size: 15px;
    font-weight: 700;
    color: #4FAA25;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-align: center;
}
.part-txtcover {
    position: relative;
    padding-top: 10px;
}
.part-txtcover:before {
    content: "";
    position: absolute;
    background-color: #4FAA25;
    height: 2px;
    width: 62px;
    top: 0;
    left: 0;
}
.part-txtcover.text-center:before{
    left: 50%;
    transform: translateX(-50%);   
}
.part-imgcover {
    text-align: center;
}
.w-20:first-child, .w-20:last-child {
    transform: translateY(100px);
}
.w-20:nth-child(even) {
    transform: translateY(180px);
}
.partbx-maincover {
    position: relative;
}
.part-pathline-cover {
    position: absolute;
    top: 88px;
    left: 88px;
    right: 88px;
    z-index: -1;
}
.part-pathline-cover img{
    height: 100%;
    width: 100%;
}
.mnh-36{
    min-height: 36px;
}
.partbx-maincover2{
    margin-top: 130px;
    position: relative;
}
.partbx-maincover2 .w-20:nth-child(odd) {
    transform: translateY(100px);
}
.partbx-maincover2 .part-pathline-cover {
    top: 200px;
}

/* media */
@media (max-width: 1199px) {
    .home-banner{
        padding-top: 65%;
    }
    p.bnr-text {
        max-width: 450px;
        font-size: 16px;
    }
    .bnr-cntntcover{
        padding: 20px 30px 90px;
        min-height: 355px;
        max-width: 630px;
    }
    h3.bnr-subtitle {
        font-size: 28px;
    }
    h1.bnr-title{
        font-size: 60px;
    }
    .partbx-maincover .part-pathline-cover img{
        min-height: 230px;
    }
    .partbx-maincover2 .part-pathline-cover img {
        min-height: 130px;
    }
    input.ftr-input{
        padding: 5px 20px;
        height: 55px;
        margin-bottom: 20px;
    }
    .ftr-formcvr .form-row .col-lg-6:last-child {
        padding-left: 10px;
    }
    .ftr-formcvr .form-row .col-lg-6:first-child {
        padding-right: 10px;
    }
    button.ftr-formbtn{
        height: 55px;
    }
    ul.ftr-nav a{
        padding: 10px 25px;
        font-size: 14px;
    }
    .ftr-btmbx{
        padding: 10px 25px;
    }
}

@media(max-width: 991px){
    .bnr-cntntcover {
        padding: 20px 30px 70px;
        min-height: 290px;
        max-width: 520px;
    }
    h1.bnr-title {
        font-size: 48px;
    }
    h3.bnr-subtitle {
        font-size: 24px;
    }
    p.bnr-text {
        max-width: 390px;
        font-size: 14px;
    }
    .about-leftbx {
        padding-top: 35%;
        margin: 28px auto 60px;
    }
    .partbx-maincover .part-pathline-cover img{
        min-height: 248px;
    }
    .part-pathline-cover{
        left: 60px;
        right: 60px;
    }
    .partbx-maincover2 .part-pathline-cover{
        top: 215px;
    }
    .partbx-maincover2 .part-pathline-cover {
        left: 50px;
        right: 50px;
    }
    .sec-partner {
        margin-bottom: 300px;
    }
    .ftr-formcvr{
        max-width: 600px;
    }
    .ftr-formcvr .form-row .col-lg-6:first-child, .ftr-formcvr .form-row .col-lg-6:last-child{
        padding: 0 5px;
    }
    .ftr-formcvr h2.ftr-title{
        font-size: 32px;
        margin-bottom: 50px;
    }
    .ftrbtm-rightbx li{
        font-size: 12px;
    }
    .ftrbtm-rightbx li:nth-child(2){
        font-size: 16px;
    }
    img.ftr-logo {
        width: 64px;
    }
    ul.ftr-nav a {
        padding: 10px 15px;
        font-size: 12px;
    }
    .ftr-btmbx {
        padding: 8px 15px;
    }
    .home-main h2{
        text-align: center;
        font-size: 32px;
    }
}

@media(max-width: 767px){
    .bnr-cntntcover {
        min-height: 235px;
        max-width: 400px;
    }
    h3.bnr-subtitle {
        font-size: 18px;
    }
    h1.bnr-title {
        font-size: 36px;
        margin: 8px 0;
    }
    p.bnr-text {
        max-width: 335px;
        font-size: 12px;
    }
    a.navbar-brand {
        max-width: 180px;
    }
    header.header{
        padding: 0;
    }
    .ftr-formcvr {
        max-width: 470px;
    }
    .about-leftbx{
        padding-top: 40%;
        max-width: 320px;
    }
    .aboutleft-border{
        top: -18px;
        left: -18px;
        right: -18px;
        bottom: -18px;
    }
    .about-leftbx:before, .about-leftbx:after{
        height: 80px;
        width: 80px;
        top: calc(-15px + -18px);
        left: calc(-15px + -18px);
    }
    .about-leftbx:after{
        top: auto;
        left: auto;
        bottom: calc(-15px + -18px);
        right: calc(-15px + -18px);
    }
    .part-pathline-cover{
        display: none;
    }
    .w-20{
        width: 50%;
        transform: translateY(0) !important;
        margin-bottom: 30px;
    }
    .partbx-maincover .row, .partbx-maincover2 .row{
        justify-content: center;
    }
    .partbx-maincover .row .w-20:first-child, .partbx-maincover2 .row .w-20:first-child{
        order: 2;
    }
    .partbx-maincover .row .w-20:nth-child(2), .partbx-maincover2 .row .w-20:nth-child(2){
        order: 3;
    }
    .partbx-maincover .row .w-20:nth-child(3), .partbx-maincover2 .row .w-20:nth-child(3){
        width: 60%;
    }
    img.part-icon-big{
        max-width: 120px;
    }
    .part-txtcover p{
        text-align: center;
    }
    .part-txtcover:before{
        left: 50%;
        transform: translateX(-50%)
    }
    h4.partbx-title{
        min-height: 36px;
    }
    section.about-sec{
        padding-bottom: 30px;
    }
    .partbx-maincover2{
        margin-top: 30px;
    }
    .sec-partner {
        margin-bottom: 50px;
    }
    .home-main h2{
        font-size: 28px;
    }
    input.ftr-input {
        padding: 5px 15px;
        height: 45px;
        margin-bottom: 15px;
    }
    button.ftr-formbtn {
        height: 48px;
        margin: 0 auto 30px;
        padding: 5px 45px;
    }
    .pt-170 {
        padding-top: 130px;
    }
    .ftr-btmbx{
        justify-content: center;
    }
    .ftrbtm-rightbx{
        flex-direction: column;
    }
    .ftrbtm-rightbx li{
        text-align: center;
    }
    .ftrbtm-rightbx li:nth-child(2){
        margin-right: 0;
    }
    .ftrbtm-rightbx ul{
        order: 2;
    }
    img.ftr-logo{
        margin-bottom: 10px;
    }
    .ftr-formcvr h2.ftr-title{
        font-size: 28px;
        margin-bottom: 30px;
    }
    ul.ftr-nav a {
        padding: 5px 10px;
        font-size: 11px;
    }
    .ftr-btmbx {
        padding: 8px 0px;
    }
    img.ftr-logo {
        width: 50px;
    }
    .ftrbtm-rightbx li:nth-child(2) {
        font-size: 15px;
    }
}

@media(max-width: 575px){
    .ftr-formcvr {
        max-width: 335px;
    }
    .about-leftbx {
        padding-top: 45%;
        max-width: 275px;
    }
    .bnr-cntntcover {
        min-height: 178px;
        max-width: 330px;
        background-size: 100% 100%;
        padding: 10px 15px 40px;
    }
    h3.bnr-subtitle {
        font-size: 16px;
    }
    h1.bnr-title {
        font-size: 32px;
        margin: 5px 0;
    }
    p.bnr-text {
        line-height: 1.3;
    }
    .home-banner {
        padding-top: 90%;
    }
    a.scrollbtm-link{
        max-width: 16px;
        bottom: 6%;
    }
    h4.partbx-title {
        min-height: 1px;
        flex: 1;
        font-size: 14px;
        font-weight: 600;
    }
    .part-bx {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .part-txtcover p{
        line-height: 1.5;
    }
    .about-list li{
        word-spacing: 0;
        letter-spacing: 0;
    }
    body .modal-header .close{
        height: 30px;
        width: 30px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 100;
        border-radius: 50%;
    }
    body .modal .modal-dialog.modal-dialog-centered{
        max-width: calc(100% - 50px);
        margin: 50px auto 0;
    }
    body .sec-partner .modal .modal-body p{
        padding: 0;
    }
}

/* ====================================
        benefits page
=======================================*/
main.bnfts-main{
    overflow-x: hidden;
}
main.bnfts-main section {
    position: relative;
    z-index: 1;
}
main.bnfts-main section img.polygon_bg{
    position: absolute;
    z-index: -1;
}
section.benefits-banner img.polygon_bg {
    right: -130px;
    top: -180px;
}
section.bnfts-sec2 img.polygon_bg {
    left: -130px;
    top: 180px;
}
section.bnfts-sec3 img.polygon_bg {
    right: -210px;
    top: 0;
}
section.benefits-banner{
    padding-top: 25px;
}
.bnfts-bnrcover {
    position: relative;
    z-index: 1;
}
.bnfts-bnrcover:before {
    content: "";
    position: absolute;
    height: 35%;
    top: -25px;
    left: -25px;
    right: -25px;
    background-color: #4FAA25;
    z-index: -1;
}
.bnfts-sec2-inner {
    background-color: #fff;
    box-shadow: 5px 5px 35px rgb(79 170 37 / 15%);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 11px 0;
    overflow: hidden;
}
ul.bnfsec2-list {
    width: 33.33%;
    padding: 11px 11px;
    list-style: none;
    font-size: 14px;
    color: #707070;
    border-right: 2px solid rgb(79 170 37 / 5%);
    margin: 0;
    position: relative;
    letter-spacing: -0.3px;
}
ul.bnfsec2-list:before {
    content: "";
    height: 22px;
    width: 22px;
    background-color: #f6fbf4;
    position: absolute;
    border-radius: 50%;
    top: -11px;
    left: -1px;
    transform: translate(-50%, -50%);
}
ul.bnfsec2-list:after {
    content: "";
    height: 22px;
    width: 22px;
    background-color: #f0f7ec;
    position: absolute;
    border-radius: 50%;
    bottom: -11px;
    left: -1px;
    transform: translate(-50%, 50%);
}
ul.bnfsec2-list:first-child:before, ul.bnfsec2-list:first-child:after{
    display: none;
}
ul.bnfsec2-list:last-child{
    border: none;
}
section.bnfts-sec2 {
    margin: 50px 0 100px;
}
.bnfsec2-list li {
    position: relative;
    padding-left: 11px;
}
.bnfsec2-list li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #4faa25;
    border-radius: 50%;
    left: 0px;
    top: 7px;
}
section.bnfts-sec3 {
    margin-bottom: 100px;
    color: #484848;
}
ul.social-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
a.social-link {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(79 170 37 / 10%);
    border-radius: 50%;
    margin-right: 25px;
    color: #4FAA25;
    font-size: 22px;
}
a.social-link:hover{
    background-color: rgb(79 170 37 / 100%);
    color: #fff;
}
/* media */
@media(max-width: 991px){
    ul.bnfsec2-list {
        width: 50%;
    }   
}
@media(max-width:991px) and (min-width: 768px){
    section.bnfts-sec2 .container{
        padding: 0;
    }
    ul.bnfsec2-list:nth-child(2):after {
        display: none;
    }
    ul.bnfsec2-list:nth-child(2){
        border: none;
    }
    ul.bnfsec2-list:last-child {
        column-count: 2;
        width: 100%;
        padding-left: 0;
        margin-top: -22px;
    }
    ul.bnfsec2-list:last-child li {
        margin-left: 11px;
    }
    ul.bnfsec2-list:last-child::before {
        height: 100%;
        left: calc(50% - 2px);
        top: 0;
        width: 2px;
        border-radius: 0;
        transform: translate(0);
    }
    ul.bnfsec2-list:last-child::after {
        left: calc(50% - 1px);
    }
    ul.bnfsec2-list{
        letter-spacing: -0.6px;
    }
}
@media(max-width: 767px){
    ul.bnfsec2-list {
        width: 100%;
        border: none;
        border-bottom: 2px solid rgb(79 170 37 / 5%);
    }
    ul.bnfsec2-list:before{
        top: -1px;
        background-color: #f7fbf5;
    }
    ul.bnfsec2-list:after {
        background-color: #f0f8ed;
        top: -1px;
        right: -1px;
        transform: translate(50%, -50%);
        left: auto;
    }
    section.bnfts-sec2 img.polygon_bg{
        top: 79%;
    }
    .bnfts-bnrcover:before{
        top: -15px;
        left: -15px;
        right: -15px;
    }
    main {
        padding-top: 100px;
    }
    main.bnfts-main section{
        margin: 50px 0;
    }
    main.bnfts-main section img.polygon_bg{
        transform: scale(0.7);
    }
    section.bnfts-sec3 img.polygon_bg{
        top: auto;
        bottom: 0;
    }
    section.bnfts-sec3 img.polygon_bg{
        transform: scale(0.7) translateY(175px) !important;
    }
}
@media(max-width:575px){
    section.benefits-banner{
        padding: 0 15px;
    }
    .bnfts-bnrcover:before{
            height: 55%;
    }
    a.social-link{
        height: 32px;
        width: 32px;
        font-size: 14px;
        margin-right: 10px;
    }
    .bnfsec3-inner p {
        line-height: 1.3;
        font-size: 14px;
        margin-bottom: 12px;
    }
    ul.social-list {
        margin-bottom: 20px;
    }
    main.bnfts-main section {
        margin: 30px 0;
    }
}


/* ====================================
        contact page
=======================================*/
section.cntct-sec1 {
    color: #484848;
}
h2.cnt-title {
    font-size: 30px;
}
.cnt-leftbx p {
    line-height: 2;
    margin-bottom: 0;
}
h3.cnt-subtitle {
    font-size: 25px;
    margin: 7px 0;
    line-height: 1.5;
}
.cnt-imgcover{
    padding-top: 100%;
    box-shadow: 0 6px 20px rgb(79 170 37 / 30%);
    border-radius: 0 76px 0 76px;
}
.cnt-imgcover img{
    border-radius: 0 76px 0 76px;
}
.cnt-rightbx {
    padding: 25px;
}
.cnt-imgcover:before {
    content: "";
    background-color: #4FAA25;
    height: 118px;
    width: 118px;
    position: absolute;
    top: -25px;
    left: -25px;
}
.cnt-imgcover:after {
    content: "";
    background-color: #4FAA25;
    height: 118px;
    width: 118px;
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: -1;
}
.cnt-leftbx .social-bx {
    margin-top: 15px;
}
section.cntct-sec2 {
    box-shadow: 0 6px 26px rgb(239 239 247 / 56%);
    margin-bottom: 43px;
}
.cntsec2-inner {
    display: flex;
    flex-wrap: wrap;
}
section.cntct-sec2 .col-lg-7, section.cntct-sec2 .col-lg-5 {
    padding-right: 0;
}
.cntsec2-rightbx iframe {
    height: 100%;
    width: 100%;
}
.cntsec2-leftbx {
    margin: 27px auto;
    border-radius: 18px;
    background-color: rgb(79 170 37 / 5%);
    padding: 30px 15px 22px;
    max-width: 456px;
}
.cntsec2-rightbx {
    height: 100%;
}
h3.git-title {
    font-size: 25px;
    font-weight: 600;
    color: #4FAA25;
    line-height: 1;
    margin-bottom: 25px;
}
.git-formcvr input {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #e7e6e9;
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding: 5px 22px;
    color: #484848;
    background-color: #fff;
    font-size: 14px;
}
.git-formcvr input:focus{
    border-color: #4FAA25;
}
.git-formcvr {
    max-width: 325px;
    margin: 0 auto;
}
.git-formcvr input::placeholder {
    color: rgb(75 66 121 / 14%);
    font-size: 14px;
}
.git-formcvr button {
    font-size: 18px;
    background-color: #4FAA25;
    border: 1px solid #4FAA25;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    padding: 6px 24px;
    line-height: 1.3;
    margin: 22px auto 0;
    display: block;
    box-shadow: 0 3px 20px rgb(79 170 37 / 30%);
}
.git-formcvr button:hover{
    color: #4FAA25;
    background-color: #fff;

}
.git-inputcvr{
    position: relative;
}
.git-inputcvr:before {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid rgb(202 198 231 / 41%);
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

/* media */
@media(max-width: 991px){
    section.cntct-sec1 .col-lg-7 {
        order: 2;
        margin-top: 30px;
    }
    .cnt-rightbx {
        max-width: 400px;
        margin: 0 auto;
    }
     section.cntct-sec2 .col-lg-5 {
        padding-right: 15px;
    }
    section.cntct-sec2 .col-lg-7{
        padding-left: 0;
    }
    .cntsec2-rightbx{
        min-height: 300px;
    }
}
@media(max-width: 767px){
    .cnt-imgcover:before{
        top: -15px;
        left: -15px;
        height: 90px;
        width: 90px;
    }
    .cnt-imgcover:after{
        bottom: -15px;
        right: -15px;
        height: 90px;
        width: 90px;
    }
    h2.cnt-title {
        font-size: 24px;
    }
    .cnt-leftbx p {
        line-height: 1.4;
    }
    h3.cnt-subtitle {
        font-size: 19px;
        margin: 12px 0;
        line-height: 1.2;
    }
    .git-formcvr input {
        height: 44px;
        border-radius: 12px;
        margin-bottom: 8px;
    }
    .git-inputcvr:before{
        height: 12px;
        width: 12px;
    }
    .cntsec2-leftbx{
        padding: 22px 15px 15px;
    }
    .git-formcvr button{
        font-size: 16px;
        margin: 15px auto 0;
    }
    h3.git-title{
        font-size: 19px;
        margin-bottom: 15px;
    }
    .git-formcvr{
        max-width: 270px;
    }
}




/* ====================================
        customization css
=======================================*/


/* 15sep21 */
.header{
    background: transparent;
}
.header.blacked{
    background-color: #000;
}
.header.blacked .navbar .navbar-nav{
    background-color: rgb(255,255,255,35%) !important;
}
footer.footer.ftr-cover {
    position: static;
    background: rgb(0,0,0) linear-gradient(
225deg, rgb(79 170 37 / 95%), 25%, rgb(0 151 184 / 95%));
}
footer.footer.ftr-cover .link-section {
    margin: 0;
}
.header.fixed{
    position: fixed;
    animation: hdr 0.3s linear 1;
    background-color: #000;
}
@keyframes hdr{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
} 



/* --- 20-8-21 --- */

@media (max-width: 991px) and (min-width: 767px) {
    .content-block{
        padding: 0 40px !important;
    }
}

.modal-header {
    justify-content: center;
}

.modal .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 80%;
    margin-top: 50px;
}

.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
    margin-right: 5px;
}

.modal-header .close {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    outline: none;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 10px;
}

.modal-header .close span {
    color: #fff;
}



/* --- 19-8-21 --- */

/* -- Modal -- */

.sec-partner .modal .modal-body p {
    padding: 0 30px;
}

.sec-partner .modal .modal-content {
    border-radius: 16px;
    box-shadow: 10px 10px 10px #0000, 0 0 10px #3ca446;
}

.modal-header .modal-title {
    color: #1da61d;
    font-weight: 500;
    border-bottom: 2px solid #1da61d;
    border-radius: 5px;
    padding: 0 5px;
}

/* --- 20-8-21 --- */

@media (max-width: 991px) and (min-width: 767px) {
    .content-block{
        padding: 0 40px !important;
    }
}

.modal-header {
    justify-content: center;
}

.modal .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 80%;
    margin-top: 50px;
}

.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-header .close {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    outline: none;
    background-color: #000;
    border-radius: 50px;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 10px;
}

.modal-header .close span {
    color: #fff;
}


/* 17sep21 */
.modal .modal-body::-webkit-scrollbar {
    width: 4px;
}  
.modal .modal-body::-webkit-scrollbar-track {
    background-color: transparent;
}
.modal .modal-body::-webkit-scrollbar-thumb {
    background: rgb(79 170 37 / 35%); 
    border-radius: 2px;
}  
.modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #4faa25; 
}