/* @import url(https://db.onlinewebfonts.com/c/365834cfa7beb7ca64c00476397ddc32?family=Helvetica+Neue+Medium+Extended);
@import url(https://db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir-Medium); */
:root{
    --main-color:rgb(34, 181, 115);
    --black:#13131a;
    --bg:#13131a;
    --border:.1rem solid #22B573;
    --white-100: #fff;
    --white-200: #e4e6e7;
    --white-300: #c9cccf;
    --white-400: #a1a6aa;
    --white-500: #6d7478;
    --black-100: #181f25;
    --black-200: #12171c;
    --black-300: #0c0f13;
    --black-400: #060809;
    --black-500: #020303;
    --night-100: #253041;
    --night-200: #1e2634;
    --night-300: #161d27;
    --night-400: #0f131a;
    --night-500: #070a0d;
}


html,body
{


    overflow-x: hidden;
    font-family:"Avenir-Medium" !important;
}
@font-face {
    font-family: 'Helvetica Neue Medium Extended';
    src:
    url('../Fonts/HelveticaNeueMediumExtended.otf');

 }
 @font-face {
    font-family: 'Avenir-Medium';
    src:
    url('../Fonts/Avenir-Medium.otf');

 }



html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--main-color);
    border-radius: 5rem;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}


section{
    padding:1rem 6%;
}
a{
    text-decoration: none;
}

/* header css starts */

.home .started_button
{

    display: inline-block;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top:28px;
    border-radius: 8px;
    color:#fff;
    background: var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(173, 173, 173, 0.3) 0px 30px 60px -30px;
    cursor: pointer;
    font-family: "Avenir-Medium";
    border: 1px solid var(--main-color);
}
.started_button:hover
{
    border: 1px solid var(--main-color);
    border-radius: 8px;
    color: var(--main-color);
    background: #fff;
    text-decoration: none;

}



/* wrapper starts */

.wrapper
{
    background-image: url("../images/background.png") ;
    position: relative;
    top: 0;
    width: 100%;
    /* height: 100vh; */
    background-size: cover;
}
.content_wrapper{
    background-image: url("../images/background-white.png") ;
    position: relative;
    top: 0;
    width: 100%;
    /* height: 100vh; */

    background-size: cover;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   background-color: transparent;
}
/* Custom CSS */
.home .img_content .hero {
    position: relative;
    overflow: hidden;

}

.home .img_content .hero-img-1 img{
    width: 410px;
}
.home .img_content .hero-img-1 {
    z-index: 1;
    margin-left: 16rem;
    margin-top: 5px;
}
.home .img_content_section .hero-img-3 {
    z-index: 1;
    margin-top: 10rem;
}
.home .img_content_section .hero-img-3 img{

    height:360px;

}
@keyframes slowLoad {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slowBottomLoad {
    0% {
        transform: translateX(-90%) translateY(90%);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
.home .parent-photo{
    position: relative;
}
.home .img_content .hero-img-2 {

    position: absolute;
    top: 21rem;
    right: 25rem;
    z-index: 2;
    margin-left: 30px;
}

.home{
    display: flex;
    justify-content: space-between;
}
.home .img_content{
    max-width:60rem;
    width: 100%;
    /* position: relative; */
}

.home .content{
    max-width:60rem;
    margin-top: 10%;
    width: 70%;
    margin-left: 2rem;
}
.home .content_section{
    max-width:60rem;
    margin-top: 16%;
    width: 70%;


}

.home .content h2
{
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color:#fff;
    font-family: "Helvetica Neue Medium Extended";
}
.home .content_section h4
{
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
    font-family: "Helvetica Neue Medium Extended";
}
.home .content h1
{
    font-size: 46px;
    text-transform: uppercase;
    margin-top: -1.3rem;
    color:var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.home .content_section h3
{
    font-size: 60px;
    text-transform: uppercase;
    margin-top: -1.3rem;
    color: var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.home .content p,
.home .content_section p
{
    color:#ddd;
    font-size: 14px;
    /* width: 80%; */
    letter-spacing: 0.1rem;
    word-wrap: break-word;
    line-height: 1.5;
    margin-top:14px;
    padding:0.8rem 0;
    font-family: "Avenir-Medium";


}


/* Home css ends */

.service .site-heading h2 {
    display: block;
    color:#ddd;
    font-size: 38px;
    margin-top: 8rem;
    text-transform: uppercase;
    font-family: "Helvetica Neue Medium Extended";

}


.service .site-heading h2 span {
    color:var(--main-color);
    font-size: 38px;
}

.service .site-heading p {
    display: inline-block;
    padding-bottom: 10px;
    width: 600px;
    margin-bottom: 4rem;
    margin-top: 1rem;
    color:#ddd;
    font-family: "Avenir-Medium";
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.service .main {
    margin-top: 1.7rem;
    background-color: #0D0D0D;
    cursor: pointer;
    margin-left: 25px;
}



.service .site-heading {
    margin-bottom: 0px;
    overflow: hidden;
    margin-top:5rem;
}
.service .content {
    /* min-height: 25rem; */
    border: 2px solid var(--main-color);
    padding: 5.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 20px;
    position: relative;
    height: 16rem;
    padding: 40px 24px 40px 50px;
}
.service .content:hover {

    box-shadow: rgba(34, 181, 115,0.3) 0px 54px 55px, rgba(34, 181, 115,0.12) 0px -12px 30px, rgba(34, 181, 115,0.12) 0px 4px 6px, rgba(34, 181, 115,0.12) 0px 12px 13px, rgba(34, 181, 115,0.12) 0px -3px 5px;
}

.service .title {
    color: #ffff;
    font-size: 28px;
    font-family: "Helvetica Neue Medium Extended";
    text-align: left;
}

.service .description {
    color: #ddd;
    font-size: 14px;
    margin: 0.18;
    text-align: left;
    letter-spacing: 1px;
    font-family: "Avenir-Medium";
}
.service .icon {
    color: #fff;
    border: 2px solid var(--main-color);
    line-height: 105px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -3.5rem;
}
.service .icon .inner-circle {
    position: absolute;
    background: var(--main-color);
    border-radius: 50%;
    height: 46px;
    width: 46px;
    left: 17%;
    top: 17%;

}
.service{
    margin-top: 0rem;
}
/* Services end */

/* About section */

.about_section .heading h2{
    font-size: 38px;
    color:var(--main-color);
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color:var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}

.about_section  .heading h3{
    font-size: 34px;
    /* margin-top: 5rem; */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Helvetica Neue Medium Extended";
    color:#fff;
}
.about_section  .heading span{
    font-size: 38px;
    /* margin-top: 5rem; */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Helvetica Neue Medium Extended";
    color:var(--main-color);
}

.about_section .heading p{
    font-size: 14px;
    font-family: "Avenir-Medium";
    margin: 1rem 9rem;
    letter-spacing: 1px;
    color:#ddd;
}
.about_section .image{
    margin:-4rem 0 0 -5rem;
}
.about_section .image img{
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
    margin-top: 3rem;
}
.about_section .content h3{
    font-size: 28px;
    /* margin-bottom:7px; */
    margin-top: 18px;
    letter-spacing: 1px;
    color: var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.about_section .content{
    padding:0px 20px;
}
.about_section .content:hover
{

    cursor: pointer;
}

.about_section .content p{
    font-size: 14px;
    color:#ddd;
    letter-spacing: 1px;
    font-family: "Avenir-Medium";
}
.about_section {
    margin-top:8rem;
}

/* about section ends */

/* Why Us starts */


.why_Us h2{
    font-size: 38px;
    /* margin-top: 5rem; */
    font-family: "Helvetica Neue Medium Extended";
    text-transform: uppercase;
    letter-spacing: 3px;
    color:#fff;
}
.why_Us span{
    font-size: 38px;
    margin-top: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color:var(--main-color)
}
#advantage{
    margin-top:7rem;
}

.why_Us p{
    font-size: 14px;
    margin: 12px 0;
    font-family: "Avenir-Medium";
    letter-spacing: 1px;
    color:#ddd;
}
.why_Us .content h3{
    font-size: 28px;
    margin-top: 2.75rem;
    color: var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.why_Us .content{
    cursor: pointer;
    margin-top: 2.5rem;
}
.why_Us .image img{
    width: 110%;
    height: 200;
    object-fit: contain;
    margin-top: 10rem;
}


/* WHy us ends */

/* Slider starts */
.slider{
    margin-top: 8rem;
}

.slider h2{
    font-size: 34px;
    font-family: "Helvetica Neue Medium Extended";
    margin-top: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color:#fff;
}
.slider span{
    font-size:38px;
    /* margin-top: 5rem; */
    text-transform: uppercase;
    letter-spacing: 3px;
    color:var(--main-color)
}

.slider #news-slider{

    display: flex;
    border-radius: 10px;
    margin-top: 14px;

}
.slider .post-slide{

    margin: 20px 15px 15px;
    border-radius: 10px;
    padding-top: 1px;
    border: 1px solid  var(--main-color);
    cursor: pointer;
 height: 455px;


}
.slider .post-slide:hover{
    box-shadow: rgba(34, 181, 115,0.3) 0px 54px 55px, rgba(34, 181, 115,0.12) 0px -12px 30px, rgba(34, 181, 115,0.12) 0px 4px 6px, rgba(34, 181, 115,0.12) 0px 12px 13px, rgba(34, 181, 115,0.12) 0px -3px 5px;


}
.btn-success-buttons{
    background-color: rgb(34, 181, 115,0.1);
    border: none;
    padding: 13px;
    font-size: 14px;
}
.disbaled_button{
    background-color: rgb(34, 181, 115,0.1);
    border: none;
    padding: 13px;
    font-size: 14px;
    color:#0000003a;
}


.slider .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding:1.25rem;
    width: 100%;
    max-height: 240px;
    height: 100%;
    object-fit: cover;
}
.slider .post-slide .post-img img{
    width: 100%;
    height:220px;
    padding:0 0.2rem;
    border-radius:10px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
    /* object-fit: cover; */
}


.slider .post-slide .post-content{

    padding: 0px 20px 0px;
    border-radius: 10px;

    letter-spacing: 2px;
}
.slider .post-slide .post-title{
    font-size:16px;
    color:#fff;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
    /* margin-top: 2.8rem; */
    font-family: "Avenir-Medium";
    font-weight: 600;
}
.slider .post-slide .post-title:hover{

    color:var(--main-color);
}

.slider .post-slide .post-description {

    color: #ddd;
    font-family: "Avenir-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0.18rem;
}


.slider .post-slide .read-more{
    padding: 7px 0px;
    font-size: 12px;
    font-family: "Avenir-Medium";
    /* margin-top: 2.3rem; */
    margin-bottom:1.5rem;
    display:flex;
    justify-content:center;
    color: #fff;
    text-decoration: none;


}
.slider .post-slide .read-more span{
    padding: 0px 10px;
    font-size: 12px;
    display: none;

}
.slider .post-slide:hover .read-more span {
    /* display: block; */
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation: reveal 2s forwards;
}
@keyframes reveal {
    from { width: 0; }
    to { width: 40%; }
}
.reveal-text {

}

.slider .owl-controls .owl-buttons .owl-prev{
    background: #00BF88;
    position: absolute;
    margin-top: 4rem;
    bottom: -8%;
    right: 65px;
    padding: 0 10px 0 10.4px;
    transition: background 0.5s ease 0s;
}
.slider .owl-controls .owl-buttons .owl-next{
    background: #00BF88;
    margin-top: 4rem;
    position: absolute;
    bottom: -8%;
    right: 20px;
    padding: 0 10px 0 10.4px;
    transition: background 0.5s ease 0s;
}
.slider .owl-controls .owl-buttons .owl-prev:after,
.slider .owl-controls .owl-buttons .owl-next:after{
    content:url('../images/back.svg');
    /* content: "\f060";
        font-family: FontAwesome; */
    /* content: "\f00c"; */
    color: #fff;
    font-size:20px;
}
.slider .owl-controls .owl-buttons .owl-next:after{
    content:url('../images/forward.svg');
}

/* Slider ends */
/* Contact Form starts */
.contactForm{
    margin-top: 6rem;
}
.contactForm{
    width:100%;
    position:relative;
    background-color: #000000;
    border: 1px solid #ffffff40;
}

.contactForm::before{
    content:"";
    background-image: url('../images/contact.png');
    opacity:0.5;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:auto;
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;


}

.contactForm .contact-form {
    margin-top: 3.75rem;
    margin-bottom: 2.9rem;
}

.contactForm h2{
    font-size: 34px;
    color:var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.contactForm span{
    font-size: 34px;
    color: #fff;
    font-family: "Helvetica Neue Medium Extended";
}
.contactForm p{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Avenir-Medium";
    color: #fff;
    margin-top: 1.3rem;
}
.contactForm .contact-form .input-block {
    border-bottom: solid 1px #fff;
    width: 100%;
    height: 40px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contactForm .contact-form .input-block.focus {
    background-color: #fff;
    border: solid 1px #00BF88;
}

.contactForm .contact-form .input-block.textarea {
    height: auto;
    background: rgba(255, 255, 255, 0.597);
    border-radius: 5px;
}



.contactForm .contact-form .input-block.textarea .form-control {
    height: auto;
    resize: none;
    padding-top:7px;
    font-size: 14px;
}

.contactForm .contact-form .input-block label {
    padding: 0 10px;
    position: absolute;
    left: 8px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #ffffff9b;
    font-size: 14px;
    line-height: 10px;
    font-family: "Avenir-Medium";
}

.contactForm .contact-form .input-block .form-control {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: rgb(0, 0, 0,0.35);
    font-size: 18px;
    height: 40px;
    font-family: "Avenir-Medium";
    padding: 0;
    position: relative;
    top: -20px;
    z-index: 2;
}

.contactForm .contact-form .input-block .form-control:focus label {
    top: 0;
}

.contactForm .contact-form .square-button{
    font-family: "Avenir-Medium";
    position: absolute;
    bottom: 23%;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    font-size: 12px;
    border-radius: 8px;
    color:#fff;
    background: var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(173, 173, 173, 0.3) 0px 30px 60px -30px;
    cursor: pointer;
    margin-bottom: -10px;
    font-weight: 600;
    border: 1px solid #22b57300;
}
.contactForm .contact-form .square-button:hover{
    color:var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
}
.form_link a p {

    display:none;
    float: right;
    margin: 3rem 1rem 0 0;
    color: #13131a;
    background-color: #fff;
    padding: 1rem;
    font-size: 12px;
    border-radius: 10px;
    font-family: "Avenir-Medium";
}
.form_link a img{
    float: right;
    margin: 3rem 0 0 0;
}
.form_link a:hover p {display:block;}
.form_link a:hover {display:block;}
.contactForm .contact-form .square-button:hover,
.contactForm .contact-form .square-button:focus {
    background-color: white;
}

/* Downoadable page */
.downloadables{
    position: relative;
    margin-top: 15rem;

}
.downloadables h2{
    font-family: "Helvetica Neue Medium Extended";
    font-size: 38px;
    text-transform: uppercase;

    color:var(--main-color)
}

.downloadables h6{
    color: var(--main-color);
    font-size: 32px;
    font-weight: medium;
    font-family: "Avenir-Medium";

}
.downloadables h5{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Avenir-Medium";
    margin-top: 1.9rem;
}

.downloadables i{
    color: #000000;
    font-size: 16px;
    font-weight: 600;

}
.downloadables .col-md-3:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(34, 181, 115,0.5) 0px 3px 7px -3px;
    border: 1px solid var(--main-color);
}

.downloadables .btn-circle-download {
    height: 40px;
    width: 40px;
    margin: auto;
    border-radius: 100%;
    background: #E8EAED;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease;
    position: absolute;
    top: 50%; /* Position at the center vertically */
    left: 50%; /* Position at the center horizontally */
    transform: translate(-50%, -50%);

}
.downloadables .imgOverlay {
    width: 100%;
    height: 30px;
    background-color: rgba(255,255,255,.5);
}
.downloadables .btn-circle-download:after {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.downloadables .btn-circle-download svg {
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.downloadables .btn-circle-download svg#border {
    position: absolute;
    top: 0;
    left: 0;
    stroke: none;
    stroke-dasharray: 144;
    stroke-dashoffset: 144;
    transition: all .9s linear;
}

.downloadables .btn-circle-download svg#arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #22B573;
    transition: all .2s ease;
}

.downloadables .btn-circle-download svg#check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    stroke: white;
    transition: all .2s ease;
}

.downloadables .btn-circle-download:hover {
    background: rgba(34, 181, 115, 0.2);
}

.downloadables .btn-circle-download:hover #arrow path,
.downloadables .btn-circle-download:hover #arrow polyline {
    stroke: #22B573;
}

.downloadables .btn-circle-download.load {
    background: rgba(34, 181, 115, 0.2);
}

.downloadables .btn-circle-download.load #arrow path,
.downloadables .btn-circle-download.load #arrow polyline {
    stroke: #22B573;
}

.downloadables .btn-circle-download.load #border {
    stroke: #22B573;
    stroke-dasharray: 144;
    stroke-dashoffset: 0;
}

.downloadables .btn-circle-download.done {
    background: #22B573;
    animation: rubberBand .8s;
}

.downloadables .btn-circle-download.done:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .4s ease;
    transition-delay: .7s;
}

.downloadables .btn-circle-download.done #border,
.downloadables .btn-circle-download.done #arrow {
    display: none;
}

.downloadables .btn-circle-download.done #check {
    transform: translate(-50%, -50%) scale(1);
    transition: all .2s ease;
    transition-delay: .2s;
}

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

    to{
        transform: scale(1, 1, 1);
    }

}

.downloadables .col-md-3:hover .imgOverlay {
    display:block;
    border: 1px solid var(--main-color);
}

.downloadables .overlays {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 25px;
    text-align: center;
}

.downloadables .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0px;
    margin: 10% 4rem;
}
.downloadables .row .service {
    padding: 0;
    background: transparent;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    border:1px solid #eee;
    position:relative;
    padding: 3rem 0%;
}
.downloadables .container {
    width: 100%;
    height: 100vh;
    padding: 0 8%;
}
.downloadables .row .service:hover .overlays {
    opacity: 1;
}
.downloadables .row .service:hover {
    border:1px solid var(--main-color);
}


.downloadables .row .service h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}


.downloadables img{
    width:40px;
    height:40px;
    object-fit:contain;

}

/* FAQS */
.faqs{
    position: relative;
    margin-top: 15rem;


}
.faqs h2{
    color: var(--main-color);
    font-size: 38px;
    font-weight: medium;
    font-family: "Helvetica Neue Medium Extended";
}
.faqs h3{
    color: var(--main-color);
    margin-top: 9rem;
    font-size: 32px;
    font-weight: medium;
    font-family: "Helvetica Neue Medium Extended";
}


.faqs i{
    color: #C7D3DF;
    font-size: 12px;
}
.faqs span{
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "Helvetica Neue Medium Extended";
}
.faqs .accordion{
    max-width: 800px !important;
    margin: 35px auto;
    font-family: "Avenir-Medium";
    /* box-shadow: 0 2px 25px 0 rgba(110, 130, 208, .18) !important; */
}

.faqs .accordion-button{

    color: #000000;
    position: relative;
    box-shadow: none !important;
    font-size: 14px;
    font-family: "Avenir-Medium";
}
.faqs .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 1.2rem !important;
    letter-spacing: 1px !important;
    display: inline-block;
    justify-content: justify;
    font-family: "Avenir-Medium";
}
.faqs .accordion-item {
    background-color: #fff;
    padding: 15px 0;
    border:none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.faqs .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--main-color);
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}

.accordion-button:active, .accordion-button:focus{
    border: none !important;
}


.accordion-button::after{
    content: "";
    color: var(--main-color) !important;
    transform: scale(1.2);
    border-radius: 3px;
    transition: .5s !important;
}
.press_release{
    position: relative;
    margin-top: 20rem;

}
.press_release .arrow{
    width:20px;
    height:15px;
}
.press_release h2{
    color: var(--main-color);
    font-size: 38px;
    text-align: center;
    font-family: "Helvetica Neue Medium Extended";
    margin: 3rem 8rem;
    text-transform: uppercase;

}
.press_release h5{
    color: var(--main-color);
    font-size: 2rem;
    font-weight: medium;
    font-family: "Avenir-Medium";
}
.press_release .download_button{
    /* margin: 1rem auto; */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000000;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 10px;
}

/* Slider starts */

.press_release .card-container {
    display: flex;
    margin:40px  2rem;
    flex-wrap: wrap;
    /* justify-content: space-between; */

}
.press_release h6{



}
.press_release .card {
    width: calc(33.33% - 20px); /* Three cards per row with some spacing */
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    border-radius: 10px;
    margin-right: 1.2rem;


}
.press_release .card .date .due_date
{
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
    font-size: 12px;
    font-family: "Avenir-Medium";
}
.press_release .card .date .current_date
{
    color: black;
    padding: 2px;
    font-size: 14px;
    font-family: "Avenir-Medium";
}

.press_release .buttons{

    margin-left:auto;
    margin-right: 4rem;
    border: none;
    float:right

}
.press_release .card__img{
    /* width:100%; */
    height:240px;
}
#previous-button,
#next-button{
    background-color: rgb(34, 181, 115,0.1);
    border: none;
    padding: 13px;
    font-size: 14px;
    border: none;
}

.press_release button.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
.press_release .card__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.74rem;
    object-fit: cover;
    width: 100%;

}
.press_release .card__header{
    font-size: 20px;
    font-family: "Avenir-Medium";
    color: var(--main-color);
    margin-top:2.5rem;
    font-weight: 600;
}
.press_release .card__text{
    font-size: 14px;
    font-family: "Avenir-Medium";
    margin-top: 2rem;

}
.service_msg
{
margin:2.5rem auto;
}
.press_release .card .date{
    display: flex;
    justify-content: space-between;
    font-family: "Avenir-Medium";
}
.press_release .card .card__img img{
    width: 100%;
    height: auto;
    border-radius:10px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.press_release .card__btn{
    color: var(--main-color);
    background-color: unset;
    font-size: 18px;
    font-family: "Avenir-Medium";
    margin-bottom:14px;
    margin-top:26px;
    text-transform: uppercase;
    border: none;
    cursor:pointer;

}
.press_release .card:hover {
    box-shadow: rgba(34, 181, 115,0.3) 0px 54px 55px, rgba(34, 181, 115,0.12) 0px -12px 30px, rgba(34, 181, 115,0.12) 0px 4px 6px, rgba(34, 181, 115,0.12) 0px 12px 13px, rgba(34, 181, 115,0.12) 0px -3px 5px;
}
.press_release .card:hover .card__btn {
    /* display: block; */
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /* animation: reveal 7s forwards; */
}
@keyframes reveal {
    from { width: 0%; }
    to { width: 40%; }
}

/* Slider ends */


/* partnership starts */

.partnership{
    position: relative;
    margin-top: 20rem;

}
#benefits{
    margin-top: 10rem;
}
.overview{
    display: flex;
}

.partnership .img_container {
    width: 30vw;
    height: 60vh;
    margin: 20px auto;

    display: flex;

}
.partnership .left{

    background-color: lightblue;
    text-align: center;
    width: 200px;
    height: 250px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}
.partnership .right_up,
.partnership .right_down
{
    background-color: lightblue;
    text-align: center;
    width: 180px;
    height: 220px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    margin: 0.8rem 0;
}



.top-img {
    margin-bottom: 10px;
}


/* partnership ends */
/* article Slider */

.articles .cards-containers {
    display: flex;
    margin:40px  2rem;
    flex-wrap: wrap;
    justify-content: space-between;

}
.articles h6{
    margin: 3rem 8rem;

}
.articles .cards_article {
    width: calc(33.33% - 20px); /* Three cardss per row with some spacing */
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 10px;


}
.articles .cards_article .date .due_date{
    background-color: var(--main-color);
    color: black;
    padding: 2px;
}

.articles .buttons{
    float: right;
    margin: 0rem 9%;

}
.articles  #previous-button,
.articles  #next-button{
    background-color: rgba(0, 0, 0,0.1);
    border: none;
    padding: 7px;
}

.articles .cards_article__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.74rem;
    object-fit: contain;
    width: 100%;

}
.articles .cards_article__header{
    font-size: 2rem;
    color: var(--main-color);
}
.articles .cards_article .date{
    display: flex;
    justify-content: space-between;
}
.articles .cards_article .cards_article__img img{
    width: 100%;
    height: auto;
    border-radius:10px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.articles .cards_article__btn{
    color: var(--main-color);
    background-color: unset;
    font-size: 1.6rem;
}


/* Slider ends */

/* Videos */
.cards main {
    width: 90%;
    margin: 1rem auto;
    padding: 0;
}


.cards .title {
    margin: 0;
    border: none
}

.cards {
    display: block;
    flex-wrap: wrap;
    padding: 0;
    border: none;
    margin-top: 10rem;
    padding: 1rem 11%;
}

.cards div {flex: 0 0 55%;}
.cards .card {
    display: flex;

    flex-direction: row;
    margin: 0.5rem;
    background-color: #fff;
    border: 3px solid var(--main-color);
    border-radius: 5px;

    /* box-shadow: 0px 10px 15px 0 rgba(0,0,0,0.3); */
}
.cards .card-image {
    margin: 0;
    padding: 22px 18px 22px 18px
}
.cards .card-image img {
    max-width: 100%;
    border-radius: 3px 3px 0 0;
    height:380px;
}
.cards .card-image img:hover {
    cursor: pointer;
}

.cards .card-text {
    justify-self: flex-start;
    margin-top: 2rem;
    padding: 1rem;
    flex:1;
}
.cards h3 {
    justify-self: flex-start;
    padding: 0 1rem;
    font-size: 32px;
    text-transform: capitalize;
    font-family: "Avenir-Medium";
    color: var(--main-color);
    font-weight: 600;
}
.cards h2{
    /* justify-self: center; */
    text-align: center;
    margin-top: 2rem;
    padding: 0.8rem;
    font-size: 38px;
    font-weight: bold;
    color: var(--main-color);
    font-family: "Helvetica Neue Medium Extended";
}
.cards hr{
    margin: 5rem 0 5rem 0;
    color: rgba(0, 0, 0, 0.5);
}
.cards h5 {
    justify-self: flex-start;
    margin-top: 1rem;
    padding: 1rem;
    font-size: 16px;
    font-family: "Avenir-Medium";
    /* font-weight: 600; */
}
.cards p {
    justify-self: flex-start;
    margin-top: 0rem;
    font-size: 14px;
    padding: 0rem;
    font-family: "Avenir-Medium";
    padding: 14px 20px 0 1rem
}
.cards i{
    font-size: 16px;
    color: var(--main-color);

}
.cards i:hover{
    color: #22b573cc;
    cursor: pointer;
}

.cards i span{
    font-family: "Avenir-Medium";
    font-size: 1.5rem;
}
.cards .play-video{
    color: var(--main-color);
    margin-top: 4rem;
    padding: 0 1rem;
}
.cards .play-video span{
    color: var(--main-color);
    padding: 0 12.3px;
    font-size: 16px;
    font-weight:600;
}
.cards .card-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: 1rem;
}

/* Videos end */
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#first, #second{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#partnership {
    width: 500px;
    margin: 1rem;
    background: rgba(255, 255, 255, 0.829);

}
.partnership #first {

    float:left;
    margin-right: 1rem;

    margin-top: 8rem;

}
.partnership #second {

    float:left;
    margin-top: 3rem;
    width:40%;
}
.partnership span{
    color: #000000;
    font-size: 38px;
}
.partnership .heading{
    color: var(--main-color);
    font-size: 38px;
    margin-top: 8rem;
    font-family: "Helvetica Neue Medium Extended";
}
.partnership p{

    font-size: 14px;
    margin-top: 2rem;
    font-family: "Avenir-Medium";

}
.partnership .partner{
    color: var(--main-color);
    font-size: 38px;
    margin-top: 2rem;
    font-family: "Helvetica Neue Medium Extended";
}
.partnership .images img{
    width:550px;
    height:460px
}
.partnership .containers {
    display: flex;
}
.required_image img{
    width: 600px;
}

.partnership .Imagetextlink{
    text-align: center;
    font-family: "Avenir-Medium";
    font-size: 14px;
    margin-top: 1rem;
}

.partnership .section1 {
    display: flex;
    flex-wrap: nowrap;
    margin: 2rem 0;
    width:100%;
    /* background-color: #000; */
    height: auto;
    justify-content: space-evenly;
    list-style-type: none;
    overflow: hidden;
}
.partnership .form-check-input[type=checkbox] {
    font-size: 11px !important;
}

.partnership .img-container {
    display:flex;
    flex-direction: column;

    margin: 0 1rem;
}
.partnership .section1 img {
    width:84px; /* change according to your need */
    height:84px; /* change according to your need */
    object-fit: fit;
    margin: 0;
}


.partnership_form .contactForm{
    width:100%;

    position:relative;

    background: #000000;
}

.partnership_form .contactForm::before{
    content:"";
    background-image: url('../images/contact.png');
    opacity:0.5;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    width:auto;
    height:auto;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;


}

.partnership_form .contactForm .contact-form {
    margin-top: 30px;
}

.partnership_form .contactForm h2{
    font-size: 38px;
    color: #fff;
    font-family: "Helvetica Neue Medium Extended";
}
.partnership_images{
    display:flex;
    justify-content: center;
    align-items: center;
}
.partnership_form .contactForm p{
    font-size: 14px;
    color: #fff;
    font-family: "Avenir-Medium";
}
.partnership_form .contactForm .contact-form .input-block {
    /* background-color: rgba(255, 255, 255, 0.8); */
    border-bottom: solid 1px #fff;
    width: 100%;
    height: 40px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.partnership_form .contactForm .contact-form .input-block.focus {
    background-color: #fff;
    border: solid 1px #00BF88;
}

.partnership_form .contactForm .contact-form .input-block.textarea {
    height: auto;
    background: rgba(51, 51, 51, 0.2);
    border-radius: 5px;
}



.partnership_form .contactForm .contact-form .input-block.textarea .form-control {
    height: auto;
    resize: none;
    font-size: 12px;
    font-family: "Avenir-Medium";
}

.partnership_form .contactForm .contact-form .input-block label {
    padding: 0 10px;
    position: absolute;
    left: 8px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    font-family: "Avenir-Medium";
}
.partnership_form .contactForm .contact-form  span{
    padding: 0 10px;
    position: relative;
    left: 8px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-family: "Avenir-Medium";
}

.partnership_form .contactForm .contact-form .input-block .form-control {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #333333b4;
    font-size: 12px;
    height: 40px;
    font-family: "Avenir-Medium";
    padding: 0;
    position: relative;
    top: -20px;
    z-index: 2;
}

.partnership_form .contactForm .contact-form .input-block .form-control:focus label {
    top: 0;
}

.partnership_form .contactForm .contact-form .square-button{
    margin-bottom: -5rem;
    position: absolute;
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 8px;
    color: var(--main-color);
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(173, 173, 173, 0.3) 0px 30px 60px -30px;
    cursor: pointer;
}
.partnership_form .contactForm .contact-form .square-button:hover{
    color: #fff !important;
    background: var(--main-color) !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(173, 173, 173, 0.3) 0px 30px 60px -30px;
    cursor: pointer;
}
.partnership_form .form_link a p {

    display:none;
    float: right;
    margin: 3rem 1rem 0 0;
    color: #fff;

    padding: 1rem;
    border-radius: 10px;
    font-family: "Avenir-Medium";
}
.partnership_form .form_link a img{
    float: right;
    margin: 3rem 0 0 0;
}
.partnership_form .form_link a:hover p {display:block;}
.partnership_form .form_link a:hover {display:block;}
.partnership_form .contactForm .contact-form .square-button:hover,
.partnership_form .contactForm .contact-form .square-button:focus {
    background-color: white;
}

.requirements .heading{
    font-size: 4.5rem;
    font-family: "Helvetica Neue Medium Extended";
    margin-top: 3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color:#000000;
}
.requirements h2{
    font-size: 38px;
    font-family: "Helvetica Neue Medium Extended";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--main-color)
}
.requirements p{
    font-size: 14px;
    margin-top: 1.6rem;
    font-family: "Avenir-Medium";


}
.requirements .partner{
    margin-top: 10rem;
}
#guidelinesSection{
    margin-top:15rem;
    background-color: #ffffffe4;
}

/* Principle */
.guideline h2{
    font-size: 38px;
    color: var(--main-color);
    margin-top:3rem;
    text-align: center;
}
.guideline span{
    font-size: 38px;
    color: #000000;
}
.guideline p{
    font-size: 14px;
    /* margin: 0 30rem; */
    font-family: "Avenir-Medium";
    text-align: justify;
    text-justify: inter-word;
    margin-top:48px;
}

/* .guidelines{
    padding: 60px 0px;

  } */
.guidelines p{
    font-size: 1rem;
    text-align: right;
}
.guidelines .services-box{
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dfe0e1;
    padding-top: 40px;
}
.guidelines .services-box:hover{
    background: #f2f2f2;
    cursor: pointer;

    transition: all 1s;

}
/* .guideline{
  margin-top: 35rem;
} */
.guidelines .guideline_image{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guidelines .img-responsive{

    height: 400px;
}

.guidelines .service-content h4{
    font-size: 18px;
    font-weight: 900;
    height: 35px;
}


.guideline .tab_wrapper {
    min-height: 65vh;
    width: 100%;

}
.guideline .tabs-sec {
    width: 100%;
    height: 50px;
    /* border-bottom: 1px solid #ddd; */
}
.guideline .tabs-sec .left{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -6rem;
    cursor: pointer;
    left: -2rem;

}
.guideline .tabs-sec .right{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -9rem;
    cursor: pointer;
    left: 100%;

}
.guideline .tabs-sec ul {
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

    margin-top:7rem;
}
.guideline .tabs-sec ul li{

    text-align: center;
    margin: 0.4rem;
    list-style: none;
}
.guideline .tabs-sec ul li a {

    text-decoration: none;
    width: 120px;
    cursor: pointer;
    border-radius: 20px;
    transition: .3s all;
    color: var(--main-color);
    background:#fff;
    border:1px solid var(--main-color);
    padding:1rem 2rem;
    font-size: 14px;
    font-weight:600;
    font-family: "Avenir-Medium";
}
.guideline .tabs-sec ul li a.active{
    background:var(--main-color);
    color:#fff

}
.guideline .view-sec {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.guideline .view {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 300px;
    gap: 20px;

}
.guideline .view p {
    width: 600px;
    text-align: center;
    font-style: italic;
}
.guideline .view button {
    padding: 30px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 1s ease-in-out;
    z-index: 2;
}
.guideline .view button:hover{
    transform: scale(1.3);
}
.guideline [data-view]{
    position: absolute;
    left: 0;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    transition: 200ms linear;
}

.guideline [data-view].active{
    position: relative;
    left: 0;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: 200ms linear;
}

.guideline #services {
    max-width: 1320px;
    margin-top: 13rem;
}


.guideline #services .section-header h3 {
    font-size: 28px;
    color: #413e66;
    text-align: center;
    font-weight: 500;
    position: relative;

}

.guideline #services .section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

.guideline #services {
    padding: 60px 0 40px 0;
}

.guideline  .box {

    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    border: 2px solid var(--main-color);
    transition: all 0.3s ease-in-out;
    text-align: center;
    height: 390px;
    z-index: 1;
}


.guideline #services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2rem;
}

.guideline #services .title a {
    color: #111;
    text-transform: capitalize;

}

.guideline #services .description {

    line-height: 15px;
    margin-bottom: 0;
    text-align: center;
    color:#000000;
    font-size: 14px;
}
.guideline #services h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2rem;
    color:#000000;
}
.guideline
.ratings {

    margin-top: -1rem;
    border-bottom: 1px solid #00000081;
    font-size: 1rem;


}

.guideline
.ratings i{
    color:#ffc700;
    margin-top: 3rem;

}


/* Principles ends */

.resoures{
    position: relative;
    margin-top: 30rem;

}

.resoures h6{
    color: var(--main-color);
    font-size: 3rem;
    font-weight: bold;
}
.resoures h5{
    color: var(--main-color);
    font-size: 2rem;
    font-weight: medium;
}
.resoures .download_button{
    /* margin: 1rem auto; */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000000;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 10px;
}

/* Slider starts */

.resoures .card-container {
    display: flex;
    /* margin:40px  2rem; */
    flex-wrap: wrap;
    justify-content: space-between;

}
.resoures h4{
    margin: 3rem 8rem;
    font-size: 4.5rem;
    color: var(--main-color);

}
.resoures h6{
    margin: 3rem 14rem;
    font-size: 2.5rem;
    color: var(--main-color);
    font-size: normal;


}
.resource .card__content{
    padding: 3rem;
}
.resoures .card {
    width: 90%; /* Three cards per row with some spacing */
    margin-bottom: 20px;
    border: 1px solid var(--main-color);
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction:row;
    border-radius: 10px;


}
.resource .card__text{
    font-size: 1.1rem;
}
.resoures .card .date{
    margin:1rem auto;
    display: flex;

}

.resoures .card .date .due_date{
    background-color: var(--main-color);
    color: black;
    padding: 2px 4px;

}

.resource .current_date
{
    margin-left: 1rem;

}
.resoures .buttons{
    float: right;
    margin: 0rem 9%;

}
/* #previous-button,
#next-button{
  background-color: rgba(0, 0, 0,0.1);
  border: none;
  padding: 7px;
} */

.resoures .card__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0.74rem;
    object-fit: contain;
    width: 100%;

}
.resoures .card__header{
    font-size: 2rem;
    margin:2rem auto;
    color: var(--main-color);
}
/* .resoures .card .date{

} */
.resoures .card .card__img img{
    width: 100%;
    height: auto;
    border-radius:10px;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.resoures .card__btn{
    color: var(--main-color);
    background-color: unset;
    font-size: 1.6rem;
    margin: 4.3rem 0;
}

/* Slider ends */


/* Improve Services */

.improve_services{
    position: relative;
    margin-top: 15rem;

}
.improve_services .row
{
    width: 60%;
    margin: 0 auto;
}
.improve_services img{
    width: 70px;
    height:70px;
}
/* Apply styles to the .col-md-4 elements within the .improve_services section */
.improve_services .col-md-4 {
    margin-top: 1rem;
    position: relative;
}
.text {
    color: #000;
    font-size: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Define styles for the overlay */
.improve_services .col-md-4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22b573; /* Semi-transparent black overlay */
    opacity: 0; /* Initially set opacity to 0 to hide the overlay */
    transition: opacity 0.3s ease; /* Add a smooth transition for opacity */
}

/* Define the hover effect for .col-md-4 elements within the .improve_services section */
.improve_services .col-md-4:hover .overlay {
    opacity: 1; /* Set opacity to 1 on hover to display the overlay */
}


.improve_services h6{
    color: var(--main-color);
    font-size: 3rem;
    font-weight: medium;
}
.improve_services h5{
    color: var(--main-color);
    font-size: 2rem;
    font-weight: medium;
}
.improve_services .download_button{
    position: absolute;
    font-size: 1.3rem;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(217, 217, 217, 1);
    color: #000000;
    padding: 0.8rem 2.5rem;
    border-radius: 6px;
}



/* Improve Services end */
/* about us starts*/
.about{
    position: relative;
    margin-top: 20rem;
    background-color: rgba(255, 255, 255, 0.9);


}
.about h2{
    color: #000000;
    font-size: 38px;
    font-weight: medium;
    font-family: "Helvetica Neue Medium Extended";
}
.about span{
    color: var(--main-color);
    /* margin-top: 8rem; */
    font-size: 38px;
    font-weight: medium;
    font-family: "Helvetica Neue Medium Extended";
}
#strategy{
    margin-top:2.8rem;
}
.about p{
    color: #000000;
    margin: 2rem 5rem;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    font-family: "Avenir-Medium";
}


.about .card{
    margin: 5% 0%;
    background-color: rgba(34, 181, 115, 0.15);
    border-radius: 20px;
    border: 1px solid #22b57300;
    height:94%;
}
.about .card:hover{
    margin: 5% 0%;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    box-shadow: rgba(34, 181, 115, 0.35) 0px 5px 15px;
}

.about .card-body{
    margin: 0% 0% 0% 3%;
    /* padding: 6% 0%; */
}

.about .view img{
    width: 192px;
    height: 192px;
    padding: 1.5rem 1rem;

}
.about .views img{

    /* height: 200px; */
    padding: 1.5rem;
}


.about .card-title{
    text-align: left;
    padding: 0 1rem;
    font-size: 26px;
    color:#000000
}
.about .strategy{
    position: relative;
    bottom: 1.5rem;
}
.about .card-text{
    /* text-align: justify;
  text-justify: inter-word; */
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000000cc;
}
/* About us ends */

/* Services starts*/
.services
{
    margin-top:10rem;
}


/* Blogs */
.blog .container {
    display: grid;
    grid-template-columns: 2rem 3fr 1fr 2rem;
    margin-top: 4rem;
    grid-column-gap: 2rem;
}

.blog .header {
    grid-column: 2 / 5;
}
.blog .date{
    display: flex;
}
.blog .date .due_date
{
    background-color: var(--main-color);
    color: #fff;
    padding: 7px;
    font-size: 12px;
    font-family: "Avenir-Medium";
}
.blog .date .current_date
{
    color: black;
    padding: 3px;
    margin-left:2rem;
    font-size: 14px;
    font-family: "Avenir-Medium";
}

.blog .heading{
    color: var(--main-color);
    font-size: 32px;
    padding-top: 2rem;
    padding-left: 1rem;
    text-transform: uppercase;
}

.blog .content {
    grid-column: 2 / 3;
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 4rem;
}

.blog .content .poster-image {
    width: 100%;
    object-fit: contain;
    max-width: 1100px;
    height: 500px;
}


.blog .card {
    height: 3rem;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin: 1rem 0;
    cursor: pointer;
}

.blog .card img {
    height: 100%;
    width: 40%;
    margin-right: 0.5rem;
}

.blog .card p {
    margin: 0;
}

.blog .card .title {
    font-size: 0.8rem;
}

.blog .card .author {
    font-size: small;
}



/* Services ends */

/* Form start */

.contact_form{

    margin-top: 0rem;
}

.contact_form .text-black {
    color: #000;
}

.contact_form .content {
    padding: 7rem 0; }
.contact_form .content h2{
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Helvetica Neue Medium Extended";
}
.contact_form .content h2 span{
    font-size: 38px;
    text-transform: uppercase;
    color: var(--main-color);
}
.contact_form .content p{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: "Avenir-Medium";
}
.contact_form .content .contact-wrap{
    margin-top: 6%;

}


.contact_form .heading {
    font-size: 2.5rem;
    font-weight: 900; }

.contact_form .form-control {
    border: none;
    border-bottom: 1px solid var(--main-color);
    font-size: 16px;
    padding: 1rem;
    color: #000000;
    font-weight: 500;
    margin-top: 1.5rem;
    border-radius: 0 !important;
    font-family: "Avenir-Medium";
}
.contact_form .form-control:active, .contact_form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.contact_form .col-form-label {
    color: #000;
    font-size: 13px; }

.contact_form .btn, .contact_form .contact_form,.contact_form .custom-select {
    height: 45px; }

.contact_form .custom-select:active, .contact_form .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.contact_form .btn {
    display: inline-block;
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 28px;
    border-radius: 8px;
    color: #fff;
    background: var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(173, 173, 173, 0.3) 0px 30px 60px -30px;
    cursor: pointer;
    font-family: "Avenir-Medium";
    border: 1px solid var(--main-color);

}
.contact_form .btn .btn-primary {
    background: #35477d;
    color: #fff;
    padding: 15px 20px; }
.contact_form .btn:hover {
    color: #fff; }
.contact_form .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.contact-wrap {


}
.contact_form .contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
.contact_form .contact-wrap .form, .contact-wrap .contact-info {
    padding: 20px 40px 40px 40px;
}
.contact_form .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}
.contact_form .contact-wrap .contact-info ul {
    margin-top: 3rem;

}
.contact_form .contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

    font-family: "Avenir-Medium";
}
.contact_form .contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px; }
.contact_form .contact-wrap .form {
    background: #fff;
    box-shadow: rgba(34, 181, 115, 0.12) 0px 2px 4px 0px, rgba(34, 181, 115, 0.32) 0px 2px 16px 0px;



}

.contact_form .contact-wrap .form h3 {

    font-size: 32px;
    margin-bottom: 30px;
    padding-top: 2rem;
    font-family: "Helvetica Neue Medium Extended";
    text-transform: uppercase;

}
.contact_form .contact-wrap .contact-info {
    background: #ffff;
    color: #000;

}
.contact_form .contact-wrap .contact-info h3 {

    font-size: 20px;
    margin-bottom: 30px;
    font-family: "Avenir-Medium";

}

.contact_form .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }


/* Form Ends */

.section-bg {
    /* background: #f5f8fd; */
}
.section-header{
    background:rgba(217, 217, 217, 1);
    border-radius:5px;
    margin:1rem 1%;
    display:flex;
}
.section-header h3 {
    font-size: 36px;
    color: var(--main-color);
    padding:1rem 2%;
    text-align: left;
    font-weight: 700;
    position: relative;


}

.section-header p {
    padding:1rem 2%;
    text-align: left;
    padding-bottom:20px;
    font-size: 15px;
    width: 70%;
}
.section-header .button_section{
    display:flex;
    justify-content: flex-end;
}
.section-header button{

    margin:1rem 2%;
    display: inline-block;
    background-color: var(--main-color);
    width: 50px;
    height: 53px;
    text-align: center;
    border-radius: 4px;
    border: none;

}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}

#services_pmdi {
    padding: 0px;
}

#services_pmdi .box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

    border: 1px solid rgbA(0, 0, 0, 0.03);
    /* box-shadow: 0px 3.1581008434295654px 15.790504455566406px 3.9476261138916016px rgb(0, 0, 0, 0.05); */
    box-shadow: rgba(0, 0, 0, 0.004) 0px 1px 3px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px;
    background: #fff;

    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top:3rem;
}
#services_pmdi .box img
{
    display: flex;
    justify-content: center;
    width: 45px;
    height: 45px;
}

/*
  #service .box:hover {
    transform: scale(1.1);
  } */

#services_pmdi .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#services_pmdi .icon .service-icon {
    font-size: 36px;
    line-height: 1;
}
#services_pmdi .accordion {
    display: none;
    /* margin-top:4rem; */
}

#services_pmdi .active {
    display: block;
}

#services_pmdi .button_section {
    cursor: pointer;
}

#services_pmdi .heading_description {
    display: none;
}
#services_pmdi .accordion-button:not(.collapsed) {

    background-color:  var(--main-color);

}
/* #service .active .text-left {
    display: block;
  } */

#services_pmdi .title {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 13px;
    font-size: 18px;
    font-weight: bold;
    height: 30px; /* Fixed height for the title */
}

#services_pmdi .title a {
    color: var(--main-color);
    font-family: "Avenir-Medium";
}
#services_pmdi .heading{
    display:block;
}

#services_pmdi .box:hover .title a:hover {
    text-decoration: none;
}

#services_pmdi .description {
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
    color:#000
}
#services_pmdi .preview {
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    color:#000
}
.read-more-link,
.read-less-link{
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
    color:var(--main-color) !important;
    padding:5px;
    cursor: pointer;
}
#services_pmdi .box:hover {


    box-shadow: 0px 3.1581008434295654px 15.790504455566406px 3.9476261138916016px rgba(0, 191, 136, 0.35);

}
.resources_page {
    width: 100%;
    height: auto;
    padding: 4rem 11%;
}

.resources_page .row .res_section img{

    height:70px;
}

.resources_page .row .res_section {
    padding: 25px 15px;
    background: transparent;
    font-size: 15px;

    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    border-right: 1px solid #5856562d;
    border-bottom: 1px solid #5856562d;
}

.resources_page .col-md-4:last-child,
.resources_page .col-md-4:nth-last-child(3),
.resources_page .col-md-4:nth-child(8)
{
    /* border-right: none; */
    border-bottom: none;
}
.resources_page .col-md-4:nth-child(3),
.resources_page .col-md-4:nth-child(6),
.resources_page .col-md-4:nth-child(9)

{
    border-right: none;
}

.resources_page .col-md-4:nth-last-child(1)
.resources_page .col-md-4:nth-last-child(2)



{
    border-right: none;


}
.resources_page.row .res_section h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
/* Mobile Navbar
 */

/* Survey Form starts */

.quiz.container {
    margin-bottom: 100px;
}


.quiz #quiz-container {width: 100%;margin: auto;border: 2.29px solid rgba(34, 181, 115, 1);background-color: #fff;padding: 20px;border-radius: 10px;font-family: "Avenir-Medium";margin-top: 1rem;}
li{
    list-style: auto;
}
.quiz .bar{
    position: relative;
}
/* .quiz .progress_bar{
  display: flex;
} */
.quiz h2{
    font-size: 38px;
    display: block;
    font-family: "Avenir-Medium";
    color:rgba(34, 181, 115, 1);
    text-align: left;
    margin: 20px 0px;
}
.quiz h3{
    color:rgba(34, 181, 115, 1);

}
ul {
    padding: 0;
    list-style-type: none;
}
.quiz input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 1.96px solid var(--main-color);
}

.quiz input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.quiz input[type="radio"]:checked:before {
    background: green;

}

.quiz input[type="radio"]:checked {
    border-color:green;
}
.option input {
    margin-right: 10px;
    outline-color: green; /* Set the outline color to green */
}



.quiz .question {

    font-family: "Avenir-Medium";
    font-size: 30px;
    color:rgba(34, 181, 115, 1);
    text-transform: capitalize;
    padding:1rem 15px;
}

.quiz .options {
    display: flex;

}

.quiz .option {
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* background-color: #f8f8f8; */
    font-family: "Avenir-Medium";
    list-style: none;
}

.quiz .option:hover {
    background-color: #e0e0e0;
}

.quiz #progress-bar-container {
    /* margin-top: 20px; */
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background-color: #ddd;
    width: 400px;
    margin-left: auto;
}

.quiz #progress-bar {
    width: 0;
    height: 20px;
    border-radius: 5px;
    transition: width 0.3s ease;
    border-radius: 15px;

}

.quiz #progress-text {
    color: #000;
    padding: 10px;
    width: 400px;
    margin-left: auto;
}
.popup_form {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 350px);
    padding: 3px;
    min-width: 700px;
    min-height: 350px;
    border: 1px solid #ddd;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.popup_form form#form {
    background: white;
    width: 100%;
    min-height: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup_form .column {
    width: 48%;
}
.popup_form .field {
    margin: 10px 0px;
}
.popup_form .field label{
    color:var(--main-color)
}
.popup_form input {
    position: relative;
    padding: 5px;
    margin-top: 10px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px;
    outline: 0;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0px solid rgba(51, 51, 51, 1);
    border-radius: 5px;
}

.popup_form input::placeholder {

}
.popup_form input.register {
    background-color: var(--main-color);
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    width: auto;
}
.popup_form .Brief label {
    margin-bottom: 10px;
}

.quiz .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;

}
.quiz .modal img{
    display: flex;
    width: 85px;
    height: 85px;
    justify-content: center;
    text-align: center;
    margin: -3rem auto 0.3rem auto;
}

.quiz .modal-content {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    font-family: "Avenir-Medium";
    border: 2.29px solid var(--main-color);
    z-index: 200;
}
.quiz .modal-content h4{
    text-align: center;
    color: #000;
    font-family: "Avenir-Medium";
}
.quiz .modal-content .score{
    margin-top: 2rem;
    text-align: center;
    color: rgba(34, 181, 115, 1);
    font-size: 12px;
    font-family: "Avenir-Medium";
}

.quiz .modal-content p{
    text-align: center;
    color:rgba(34, 181, 115, 1);
    font-family: "Avenir-Medium";
}

.quiz .button-container {
    margin-top: 20px;
    margin-right: -10px;
    float: right;
    align-items: center;
    padding:5px 13px;
    display: flex;
    justify-content: space-between;
}
.overlays_popup {
    background: rgba(0,0,0,0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}
.popup {position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 301;width: 500px;height: 200px;margin: auto;}
@media (max-width: 768px) {
    .popup {
        width: 90%;
        margin: auto 5%;
    }
}
.popup .popup-inner {
    position: relative;
    padding: 1em;
}
.popup .popup-inner input.s3-btn-close {
    position: absolute;
    top: -0.2em;
    left: 96%;
    width: 45px;
    background: #a1a6aa;
    border: solid 2px white;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    outline: none;
}


.quiz .close,
.quiz .prev,
.quiz .next
{
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(34, 181, 115, 1);
    /* margin: 0 0.4rem; */
    float: right;
}
.quiz .close{
    margin-left: auto;
}
.quiz .next i
{

    padding-right:10px;
    width:20px;
}
.quiz .prev i

{
    transform: rotate(180deg);
    padding-right:10px;
    width:20px;
}
.quiz .submission{
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: var(--main-color);
    color: #fff;
    margin: 0 auto;


}
/* Survey Form End */

