@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
/* Common Section Start*/

body{
    background-color: #F4F4F4;
    font-family: 'Poppins', Times, serif;
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #499630 0%, #6be0d9 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #689C56;
}

.custom-button {
    border: none;
    width: 150px;
    height: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #689C56;
    outline: none;
}
.custom-button:hover{
    background: #26730c;
}
.custom-button>a{
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
.section-title{
}
/* Common Section End*/

/* Header Section Start*/
.header-section{
    height: 90px;
    background-color: #35ad493f;
    position: relative;
    z-index: 99;
    width: 100%;
}
.header-section-logo{
    width: 100%;
    padding-top: 25px;
}
.header-section-menu{
    margin: auto;
    padding-top: 10px;
}
.header-section-menu>ul{
    position: relative;
    left: 13%;
}
.header-section-menu>ul>li{
    list-style: none;
    display: inline-block;
    padding-right: 65px;
    padding-top: 20px;
}
.header-section-menu>ul>li>a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}
.active-menu{
    border-bottom: 1px solid white!important;
}
.header-section-contact {
    padding-top: 22px;
}
.header-section-contact>button{
    float: right;
}
/* Header Section End*/

/* Hero Section Start */
.hero-section{
    background-image: url(../images/hero-image-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: -90px;
    position: relative;
    padding-top: 100px;
    
}

.hero-section-text{
    padding-top: 150px;
}
.hero-section-text>h1{
    font-size: 72px;
    line-height: 80px;
    font-weight: bolder;
    color: #4C5152;
}

.hero-section-text>h5{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    color: #4C5152;
}
.hero-section-img{
    transform: scale(1);
    animation: .5s slideIn ease-in-out forwards, 1s skewBg ease-in-out;

}
/* Hero Section End */
/* About Section Start */
.about-section-detail-info{
    margin-bottom: 50px;
}
.about-section-detail-info>h2{
    font-size: 30px;
    line-height: 40px;
}

.about-section-detail-info>p{
    font-size: 15px;
    opacity: .7;
    line-height: 25px;
}

.about-section-detail-info>a{
    font-size: 15px;
    text-decoration: none;
    color: #689C56;
}
/* About Section End */
/* Category Section Start */
.category-section{
    position: relative;
    top: -200px;
}
.category-section-item{
    height: 250px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(18, 47, 83, 0.08);
    padding: 25px;
}

.category-section-item-icon{
    margin-bottom: 10px;
    text-align: center;
}

.category-section-item-info{
    text-align: center;
}
.category-section-item-info>p{
    opacity: .7;
    font-size: 14px;
}
/* Category Section End */

/* Program-section Start */
.program-section{
    margin-bottom: 64px;
    padding-bottom: 64px;
    margin-top: -106px;
    background-color: white;

}

.program-section-info{
    padding: 50px 0 0 30px;
}
.program-section-info>h3{
    font-size: 36px;
}
.program-section-info>p{
    opacity: .6;
    font-size: 18px;
    margin-bottom: 50px;
}
.program-section-item>img{
    transform: scale(1);
    animation: .5s slideIn ease-in-out forwards, 1s skewBg ease-in-out;

}
.program-detail-info {
    margin-bottom: 50px;
    background-color: white;
    padding: 30px;
    text-align: center;
}
.program-detail-info > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00A69C;
    text-align: left;
}
.program-detail-info > h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    text-align: left;
    color: #122F53;
    margin-bottom: 30px;
}
.program-detail-info > span {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.program-detail-info > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #ACB6C3;
    text-align: left;
}
.program-detail-info > button {
    width: 120px;
    height: 35px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    background: none;
    margin-right: 30px;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
}
.program-detail-info > img {
    margin-bottom: 30px;
}
/* Program Section End */

/* Blog-section Start */
.blog-section{
    padding-bottom: 120px;
    background-color: white;

}

.blog-section-item{
    text-align: center;
    margin: 0 -15px;
    width: 100%;
    height: 530px;
}
.blog-section-item img{
    width: 100%;
    height: 42.45%;

}
.blog-section-item .blog-section-item-content{
    position: relative;
    background: #689C56;
    color: #f0f4ba;
    padding: 50px 30px 30px;
}
.blog-section-item .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-section-item .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.blog-section-item .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #f0f4ba;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #f0f4ba;
    background: #689C56;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.blog-section-item .read-more:hover{
    color: #689C56
    
    ;
    background: #f0f4ba;
    text-decoration: none;
}
.blog-section-item.middle .blog-section-item-content{
    padding: 30px 30px 50px;
}
.blog-detail-section{
    margin-top: 50px;
}
.blog-post-detail-info {
    margin-bottom: 50px;
    background-color: white;
    padding: 30px;
}
.blog-post-detail-info > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00A69C;
}
.blog-post-detail-info > h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    color: #122F53;
}
.blog-post-detail-info > span {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    margin-right: 30px;
    margin-bottom: 30px;
}
.blog-post-detail-info > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #ACB6C3;
}
.blog-post-detail-info > button {
    width: 120px;
    height: 35px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    background: none;
    margin-right: 30px;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
}
.blog-post-detail-pagination {
    margin-bottom: 70px;
}
.blog-post-detail-pagination > .prev-btn {
    width: 115px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
    position: relative;
}
.blog-post-detail-pagination > .next-btn {
    width: 115px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(18, 47, 83, 0.2);
    box-sizing: border-box;
    float: right;
}
.blog-post-detail-pagination > .prev-btn > a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    position: relative;
}
.blog-post-detail-pagination > .next-btn > a {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    position: relative;
}
.blog-post-detail-pagination > .prev-btn > a>img {
   width: 10px;
   margin-right: 15px;
}
.blog-post-detail-pagination > .next-btn > a>img {
    width: 10px;
    margin-left: 15px;
}
.blog-post-comment > h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}
.blog-post-comment-item {
    display: flex;
    flex-wrap: wrap;
}

.blog-post-comment-item-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #5CBF8F;
    margin-right: 10px;
    margin-left: -6px;
}

.blog-post-comment-item-title {
    width: 83%;
}
.blog-post-comment-item-title > h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #122F53;
}
.blog-post-comment-item-title > p {
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
    opacity: 0.5;
}
.blog-post-comment-item-replay {
    width: 10%;
}
.blog-post-comment-item-replay > button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #122F53;
}
.blog-post-comment-item-detail {
    padding-left: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #122F53;
    opacity: 0.7;
    margin-bottom: 15px;
}
.blog-post-comment-item-divider {
    height: 1px;
    background: #D0D5DD;
    width: 100%;
    margin-top: 15px;
}

.blog-post-comment-item-input {
    width: 48%;
    margin-bottom: 30px;
}

.blog-post-comment-item-input > input {
    width: 100%;
    height: 60px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding-left: 21px;
}
.b-p-c-m {
    margin-left: 4%;
}
.blog-post-comment-item-textarea {
    width: 100%;
    margin-bottom: 30px;
}
.blog-post-comment-item-textarea > textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    padding: 12px 0 0 21px;
}
.blog-post-comment-item-button {
    width: 100%;
}
.blog-post-comment-item-button > button {
    width: 100%;
    height: 60px;
    background: #689C56;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.blog-popular {
    padding: 24px 30px 16px 30px;
    border: 1px solid #D0D5DD;
    margin-bottom: 100px;
    background: white;
}
.blog-feature-title > h3 {
    font-family: Jost, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
    text-transform: uppercase;
}
.blog-feature-title > hr {
    margin-top: 0;
}
.blog-popular-list > h6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00A69C;
}
.blog-popular-list > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #122F53;
    text-decoration: none;
}
/* Blog Section End */
/* Service-section Start */
.service-section{
    margin-bottom: 120px;
}
.service-section-item{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #689C56;
    border-radius: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3) inset;
    position: relative;
    transition: all 0.3s ease 0s;

}
.service-section-item:before,
.service-section-item:after{
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #78bc61;
    border-right: 7px solid #689C56;
    position: absolute;
    top: -7px;
    right: -7px;
}
.service-section-item:after{
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #689C56;
    border-left: 7px solid #78bc61;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px;
}
.service-section-item .service-section-item-icon{
    color: #fff;
    background: #78bc61;
    font-size: 35px;
    width: 90px;
    padding: 0 0 5px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    position: relative;
}

.service-section-item .service-section-item-icon :before{
    content: "";
    background: #78bc61;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}


.service-section-item .service-section-item-icon span:before,
.service-section-item .service-section-item-icon span:after{
    content: '';
    background-color: #689C56;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -9px;
    top: -10px;
    z-index: 9;
}
.service-section-item .service-section-item-icon span:after{
    left: auto;
    right: -15px;
}

.service-section-item .title{
    color: #ff4757;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.service-section-item .description{
    font-size: 15px;
    line-height: 25px;
}
/* Service Section End */

/* Feature-section Start */
.feature-section{
    padding-bottom: 120px;
    background-color: white;
}

.feature-section-item>ul{
    padding-left: 0!important;
    margin-left: 0!important;
 }
.feature-section-item>ul>li{
    list-style: none;
    line-height: 50px;
}

.feature-section-item>ul>li>img{
    margin-right: 10px;
}
.feature-section-img{
    width: 100%;
}
.nav-link {
    /*height: 70px;*/
    padding-top: 22px;
}
.nav-pills .nav-link {
    /*color:#689C56;*/
    background: 0 0;
    /*border: 1px solid #0000001a;*/
    border-radius: 0.25rem;
    margin-bottom: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #689c56;

}
/* Feature Section End */

/* Offer-section Start */
.offer-section{
    margin-bottom: 80px;
}
.offer-section-tab{
    border: none!important;
    width: 90%!important;
    height: 50px!important;
    display: inline-grid!important;
    grid-template-columns: 20% 20% 20% 20% 20%!important;
    background-color: #689C56!important;
    border-radius: 50px!important;
    margin-bottom: 50px!important;
    margin-left: 5%;
}
.offer-section-tab>li>button {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #DAF4BA;
    border: none;
    padding-top: 13px;
    width: 100%;
    cursor: pointer;
    height: 50px!important;
}
.offer-section-tab>li>.active {
    background: #fff!important;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 16%)!important;
    color: #689C56 !important;
    border-radius: 50px!important;
}
.offer-section-tab>li>button:hover {
    border: none!important;
    color: black !important;
}
.offer-section-tab-img {
  height: 300px;
  padding-left: 75px;

}
.offer-section-tab-img>img {
    height:100%;
    width: 100%;
  }
  
.offer-section-tab-text{
    font-size: 16px;
}


/* Offer Section End */

/* Info-section Start */
.info-section{
    margin-bottom: 120px;
    padding: 24px;
}

.info-section-item{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.info-section-item img{
    width: 100%;
    height: auto;
}
.info-section-item .box-content,
.info-section-item .box-content:after{
    width: 100%;
    height: 100%;
    background: #f1db888a;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.info-section-item:hover .box-content{
    opacity: 1;
}
.info-section-item .box-content:after{
    content: "";
    background: #78BC61;
}
.info-section-item:hover .box-content:after{
    opacity: 0.7;
    transform: skew(30deg);
}
.info-section-item .content{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    z-index: 1;
}
.info-section-item .title{
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.info-section-item .read-more{
    display: inline-block;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #f0f4ba;
    border: 1px solid #f0f4ba;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.info-section-item .read-more:hover{
    color: #689C56;
    background: #f0f4ba;
}
/* Info Section End */

/* Client-section Start */
.client-section{
    background-image: url(../images/parallax.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 120px;
    padding-top: 80px;
}
.testimonial{
    text-align: center;
}
.testimonial .pic{
    margin-bottom: 35px;
}
.testimonial .pic > img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.testimonial .testimonial-review{
    color:#fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
}
.testimonial-review > .testimonial-description{
    font-style: italic;
    color: black;
}
.testimonial .testimonial-title{
    color:black;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 100px;
}
.testimonial-title > small{
    color:black;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}
/* Client-section End */
/* Common Page Start*/
.page-banner{
    width: 100%;
    position: relative;
    margin-bottom: 49px;
}
.page-banner>img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.page-banner-text{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 25%;
}
.page-banner-text>h1{
    color: #689c56;
}
.page-banner-text>h5{
    color: #689c56;
}
/* Contact Section Start */
.contact-section-title {
    width: 100%;
    margin-bottom: 30px;
}
.contact-section-title > h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #122F53;
}
.contact-section-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.contact-section-list-icon {
    width: 15%;
}
.contact-section-list-info {
    width: 85%;
}
.contact-section-list-info > h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #122F53;
}
.contact-section-list-info > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #122F53;
    opacity: 0.7;
}
.contact-section-list-info > ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.contact-section-list-info > ul > li {
    display: inline-block;
    margin-right: 10px;
}
/* Contact Section End */

/* Footer Section Start */
.footer-section{
    height: 415px;
    width: 100%;
    /* background-color: #689C56; */
    background: linear-gradient(-45deg, #689C56, #F1DB88, #689C56, #689C56);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
    padding-top: 50px;
}


.footer-section-intro {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: black;
    opacity: 0.8;
    margin-bottom: 28px;
}

.footer-section-contact-list {
    display: flex;
    margin-bottom: 10px;
}

.footer-section-contact-list > button {
    height: 36px;
    width: 35px;
    border: none;
    background: #D8DDE3;
    margin-right: 14px;
}

.footer-section-contact-list > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: black;
    opacity: 0.8;
    text-decoration: none;
}

.footer-section-menu > h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.footer-section-menu-devider {
    width: 60px;
    height: 2px;
    background: black;
    margin-left: 31%;
    margin-bottom: 25px;
}

.footer-section-menu > ul {
    margin-left: 20%;
}

.footer-section-menu > ul > li {
    list-style: none;
}

.footer-section-menu > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    color: black;
    opacity: 0.8;
    text-decoration: none;
}

.footer-section-menu > ul > li > a :hover {

    color: #00A69C !important;

}

.footer-section-news-devider {
    width: 60px;
    height: 2px;
    background: black;
    margin-left: 17%;
    margin-bottom: 25px;
}

.footer-section-news > h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: black;
    margin-left: 17%;

}

.footer-section-news > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: black;
    opacity: 0.8;
    margin-left: 17%;


}

.footer-section-subscribe-input-group {
    width: 82%;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: flex;
    margin-left: 17%;
    margin-bottom: 50px;
}

.footer-section-subscribe-input-group > input {
    background: none;
    border: none;
    width: 83%;
    padding-left: 20px;
    outline: none !important;
    color: black;
    opacity: 0.7;
}

.footer-section-subscribe-input-group > button {
    width: 40px;
    height: 40px;
    background: #00A69C;
    border: none;
    margin: auto;
    outline: none;
}

.footer-section-social {
    position: relative;
    padding-left: 9%;
}

.footer-section-social > ul {
    position: relative;
}

.footer-section-social > ul > li {
    width: 35px;
    height: 35px;
    background: #ffffff2b;
    border-radius: 25px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;

}

.footer-section-social > ul > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #122F53;
    padding-top: 10px;
}
.footer-fb-icon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #D8DDE3;
    background-image: url(../images/fb.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-yo-icon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #D8DDE3;
    background-image: url(../images/yt.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-tw-icon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #D8DDE3;
    background-image: url(../images/tw.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-ins-icon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #D8DDE3;
    background-image: url(../images/Insta.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-in-icon {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background-color: #D8DDE3;
    background-image: url(../images/in.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-fb-icon:hover {
    background-color: #1877F2;
    background-image: url(../images/fbC.svg);
}
.footer-yo-icon:hover {
    background-color: #FF0000;
    background-image: url(../images/ytC.svg);
}
.footer-tw-icon:hover {
    background-color: #1DA1F2;
    background-image: url(../images/twC.svg);
}
.footer-ins-icon:hover {
    background-color: #E1306C;
    background-image: url(../images/InstaC.svg);
}
.footer-in-icon:hover {
    background-color: #00A0DC;
    background-image: url(../images/inC.svg);
}

.footer-divider {
    height: 1px;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-section-copy-right {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: black;
}

.footer-section-dev {
    text-align: right;
}

.footer-section-dev > span {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: black;
}

.footer-section-dev > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #00A69C;
    text-decoration: none;
}
/* Footer Section End */



/*MODAL FADE LEFT BOTTOM */

.modal.left {
    font-family: Jost, sans-serif;
    z-index: 99999;

}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-width: 300px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
    height: 100vh;
    overflow-y: auto;

}

.modal.left .modal-content {
    min-height: 100vh;
    border: 0;
    height: 100vh;
    display: block;
    border-radius: 0;
}

.modal.left .modal-header {
    height: 90px;
}

.modal.left .modal-body {
    height: calc(100vh - 58px);
    overflow: auto;
}

.mobile-menu {
    list-style: none !important;
    padding-left: 5px;

}

.mobile-menu-sub {
    list-style: none !important;
    padding-left: 10px;

}

.mobile-menu li {
    font-size: 20px;
    line-height: 39px;
    list-style: none !important;

}

.mobile-menu-sub li {
    font-size: 20px;
    list-style: none !important;
    padding-left: 1px;
    line-height: 20px;
}

.mobile-menu a {
    padding: 6px 8px 6px 0px;
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub a {
    text-decoration: none;
    font-size: 20px;
    font-family: Lexend, sans-serif;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;

}

.mobile-menu-sub-button {
    border: none;
    width: 150px;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #FBB040;
    border-radius: 22.5px;
    outline: none;
    margin-top: 50px;

}

.close {
    border: none !important;
    background: none !important;
    color: red !important;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*:root {*/
/*    --primary-color: #6CD9CE;*/
/*    --secondary-color: #D93BA1;*/
/*    --complimentary-color: #2E2473;*/
/*}*/

/*.container {*/
/*    min-height: 100vh;*/
/*    position: relative;*/
/*    width: 100vw;*/
/*    display: flex;*/
/*    background-color: var(--complimentary-color);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
/*    position: relative;*/
/*}*/

/*h1 {*/
/*    font-size: 150px;*/
/*    color: var(--primary-color);*/
/*    transform: translateY(-600px);*/
/*    animation: 1.2s slideIn ease-in-out forwards 1s;*/
/*    z-index: 10;*/
/*    opacity: 0;*/
/*    position: relative;*/
/*}*/

/*h1::before {*/
/*    content: '';*/
/*    width: 0%;*/
/*    height: 76px;*/
/*    background-color: var(--secondary-color);*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    animation: 1s underline ease-in-out forwards 2s;*/
/*    mix-blend-mode: screen;*/
/*}*/

/*.overlay {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    opacity: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #D93BA1;*/
/*    transform: scale(.5);*/
/*    animation: .5s slideIn ease-in-out forwards, 1s skewBg ease-in-out;*/
/*}*/

@keyframes skewBg {
    0% {
        transform: scale(.5);
    }
    100% {
        transform: scale(1);
    }
}

/*@keyframes underline {*/
/*    100% {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@keyframes slideIn {*/
/*    100% {*/
/*        transform: translateY(0px);*/
/*        opacity: 1;*/
/*    }*/
/*}*/