body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    color: #1e1e1e;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p{
    color: #606060;
}
p.p_white{
    color: #fff;
}
:root {
    --color: #815d83;
  }
  .block_title{
    font-size: 40px;
    text-align: center;
  }
  .block_desc{
    font-size: 16px;
    text-align: center;
  }
  
a.anker {
    color: #929395;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #929395;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}
a.anker:hover {
    background: #9aaa4c;
    color: #fff;
    border: 1px solid #9aaa4c;
    transition: 0.3s;
}
/* Default: show desktop, hide mobile */
.for_desktop {
  display: block;
}

.for_mobile {
  display: none;
}

/* Mobile view (up to 767px) */
@media (max-width: 767px) {
  .for_desktop {
    display: none;
  }

  .for_mobile {
    display: block;
  }
}
  /* -----------------------------------header--------------- */
 
  .pad_btw {
    padding: 2.5% 0;
    display: block;
}
.copyright {
    text-align: center;
}


  /* -------------home--------------------- */
  section.home_banner {
  
    position: relative;
}
section.home_banner .banner_upper_hero{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    border-left: 7px solid var(--color);
    padding-left: 15px;
}
section.home_banner .banner_upper_hero a{
    background: #fff;
    border: 0;
    color: #000;
}
section.home_banner .banner_upper_hero p{
    color: #fff;
    font-size: 18px;
}
section.home_banner  .img_box img{
    border-radius: 8px;
 }
section.home_banner  .img_box{
    text-align: right;
    padding: 5%;
}
.home_banner h1 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}
.banner_upper_hero h2 {
    color: #fff;
    font-weight: 700;
    font-size: 52px;
}

.pr-slider img {
    margin: 0 auto;
}
section.stats{
    background-color: #a9b87e; /* Green background */
}
.stats-section {
    color: white;
    padding: 40px 0;
    text-align: center;
}
.stat-item {
    font-size: 60px;
    font-weight: 600;
}
.stat-label {
    font-size: 16px;
    margin-top: 5px;
}
.divider {
    width: 20px;
    height: 50px;
    background-image: radial-gradient(white 20%, transparent 20%);
    background-size: 8px 8px;
    background-position: center;
    margin: auto;
}
section.competitve_block h4{
    text-align: center;
    font-size: 40px;
    margin-bottom: 4%;
}
.compt_box {
    text-align: center;
    padding: 15% 6%;
    border-radius: 5px;
    position: relative;
    background: #f7f7f7;
    margin: 0 10px;
    position: relative;
}
/* .compt_box:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 50px;
    background: #f7f7f7;
    left: 0;
    top: 0;
    border-radius: 0 0 100% 0;
    transition: 0.5s;
}

.compt_box:hover:before {
    height: 100%;
    width: 100%;
    border-radius: 0;
    background: #aab981;
} */
.compt_icon {
    height: 50px;
    width: 50px;
    background: #aab981;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    position: relative;
}
.compt_box h3 {
    color: #aab981;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.compt_box p {
    font-size: 14px;
    min-height: 110px;
    position: relative;
}

/* .compt_box:hover h3{
    color: #fff;
}
.compt_box:hover p{
    color: #fff;
}
.compt_box:hover .compt_icon{
    background: #fff;
} */
section.moment_block {
    background: var(--color);
    padding: 4%;
}
section.moment_block h3{
   color: #fff;
}
section.program_block {
    background: var(--color);
    padding: 4% 0;
}
section.program_block_mod{
    background: #fff;
}
.program_block_mod h3, .program_block_mod p{
    color: #000 !important;
}

section.program_block h4{
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.program_box img {
    border-radius: 7px;
}
.program_box a {
    background: #fff;
    border: 0;
    color: #000;
}
section.program_block p{
    text-align: center;
    color: #fff;
}
.program_box h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #fff;
}

.program_box p {
    font-size: 14px;
    text-align: left !important;
}

section.our_solution h4{
    color: #aab981;
    font-size: 40px;
    margin-bottom: 25px;
}
.sol_img.sol_img_right {
    padding-left: 7%;
}

.sol_img.sol_img_left {
    padding-right: 7%;
}
section.contact_block {
    width: 100%;
    background: #f7f7f7;
    padding: 4% 10%;
}
section.contact_block {
    padding: 4% 10%;
    background: #f7f7f7;
}
section.contact_block p br {
    display: none;
}
section.contact_block a {
    color: #000;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
section.contact_block h3{
    font-size: 40px;
    color: #aab981;
}
form input {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    outline: none;
    border: 1px solid #f0f0f0;
}

form textarea {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px;
    outline: none;
}

form button {
    border: 2px solid #000;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    width: 200px;
    font-weight: 600;
    border-radius: 4px;
}

.star_rate .checked {
    color: orange;
}
.star_rate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.star_rate span {
    margin: 0 3px;
}
.test_text h4 {
    text-align: center;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 300;
}
.test_text img{
    margin: 0 auto;
}
.test_text p {
    /* text-align: center; */
    font-size: 17px;
    font-weight: 400;
}
.test_text span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

section.test_block .slide {
    padding: 20px;
    border-radius: 9px;
    border: 1px solid #f7f7f7;
    margin: 0 10px;
}

  /* -------------home--------------------- */

  /* -------------testimonials--------------------- */
.banner {
    position: relative;
}

.banner_upper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
}
.banner_upper_left {
    left: 10%;
}

.banner_upper h1 {
    color: #825a81;
    font-size: 50px;
}
.testi_box {
    background: #f5f5f5;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.test_blocks h5{
    font-size: 28px;
    color: #212529;
    margin-bottom: 20px;
    text-align: center;
}
.testi_box:last-child{
    margin-bottom: 0;
}
.testi_box h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #825a81;
}
.test_logo_box {
    /* background: #fff; */
    width: fit-content;
    padding: 10px;
    width: 20%;
}
.imgggg {
    padding: 15px;
    background: #fff;
    width: fit-content;
}
.test_text {
    width: 80%;
}
.test_flexx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testi_box.testi_box_mod {
    width: 31%;
    display: block;
    margin: 1%;
}
  /* -------------testimonials--------------------- */

  /* -------------about--------------------- */
section.home_banner_mod .banner_upper_hero {
    left: 30% !important;
}
section.home_banner_mod .banner_upper_hero h2 {
    color: #aab981;
}

section.home_banner_mod .banner_upper_hero p {
    color: #000;
}
section.prog_offer .list_prog p {
    background: #f7f7f7;
    text-align: center;
    font-weight: 500;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px !important;
    padding: 15px;
}
section.abt_text h3 {
    color: #aab981;
    text-align: center;
    font-size: 40px;
}

section.abt_text p {
    text-align: center;
}
section.abt_text_strp {
    background: #aab981;
    text-align: center;
    padding: 4%;
}

section.abt_text_strp h3 {
    color: #fff;
    font-size: 40px;
}

section.quick_intro  {
    background: #825a81;
    padding: 4%;
}
.quick_intro p{
    text-align: left;
}
section.quick_intro .glance-slider {
    margin: auto;
}
.glance-slider .title{
    text-align: left;
    margin-top: 0 !important;
}
.glance-slider p span {
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}

.glance-slider p span:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background: #606060;
    top: 8px;
    border-radius: 50%;
    left: 0;
}
section.quick_intro h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
section.quick_intro .slide {
    background: #fff;
    color: #444;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
}
section.quick_intro .year {
    background: #98A659;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
}
section.quick_intro .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #98A659;
}
section.out_team h4 {
    font-size: 18px;
    font-weight: 600;
}
section.out_team img{
    border-radius: 5px;
}
section.out_team span {
    font-size: 14px;
}
  /* -------------about--------------------- */
  /* -------------contact us--------------------- */
  .cont_box {
    background: #f7f7f7;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.cont_box h4 {
    text-transform: uppercase;
    font-size: 24px;
}

.cont_box a {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    min-width: 150px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.2s;
}
.cont_box a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: 0.2s;
}
section.loca_block h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}

section.loca_block  p {
    font-size: 14px;
    text-align: center;
}

section.loca_block {
    text-align: center;
}

section.loca_block img {
    margin: 10px 0 20px 0;
}
section.abt_banner {
    background: #aab981;
    padding: 5% 0;
}

section.abt_banner h1 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

section.abt_banner p {
    text-align: center;
    color: #fff;
}
  /* -------------contact us--------------------- */


