html {
    scroll-behavior: smooth;
  }
body{
    background-color: #2041ac;
    background-image: url(/images/pic2s.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120vh;
}
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Open Sans);

.faq-heading {
    
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #333;
    font-family: 'visuelt-medium';
}
h3.faq_head {
    color: white;
    font-family: 'visuelt-black';
    text-align: center;
    font-size: 38px;
    letter-spacing: 0.5px;
}

.faq-text {
  font-family: Open Sans;   
  font-weight: 400;
  color: #919191;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.faq1 {
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 0px;
    position: relative;
    border: 0px solid #E1E1E1;
}
.faq1 label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
 
  background-color: #FAFAFA;
  border-bottom: 1px solid #E1E1E1;
}

.faq1 input[type="checkbox"] {
  display: none;
}

.faq1 .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq1 input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq1 input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq1 input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
  display: none;
}


.text-image-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.text-content {
    flex: 1;
    padding: 0px;
}

.heading_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.detail {
    font-size: 21px;
    
    color: white;
    font-family: 'visuelt-light';
    line-height: 34px;
}

.points_list {
    list-style: none;
}

.points_list li {
    margin-bottom: 10px;
    position: relative;
}

.image-content {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}


@media (max-width: 768px) {
    .text-image-section {
        flex-direction: column;
    }

    .text-content,
    .image-content {
        padding: 10px;
    }
}

@media (min-width: 1020px) and (max-width: 1580px) {
    body:after {
        left: calc(50% - 640px);
        max-width: 250px;
        width: 35%;
    }
}
body:after {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 100vh;
    content: '';
    position: fixed;
    /* margin-left: 290px; */
    top: 0;
    /* background: linear-gradient(#ef490000, #ef490040, #473eff 50%, #473eff 80%); */

}
span.main_heading.head_2 {
    padding: 0px;
    font-size: 73px;
    letter-spacing: 0.5px;
    font-family: unset;
}
.main_heading {
        background: linear-gradient(63deg, #473eff, #ffffff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    padding-bottom: 24px;
    font-size: 74px;
    padding-top: 80px;
    font-family: visuelt-black;
    margin-top: 70px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 160px;
    z-index: 10;


}
.heading_title {
    color: #FFFFFF;
    font-family: 'visuelt-black';
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    margin: auto;

}
.banner{
    max-width: 85%;
    display: flex;
}
.content1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.desc{
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4em;
    width: 55%;
}

    
.desc_box{
    display: flex;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
}
.border_left{
    border-style: none;
    border-width: 0px 0px 0px 2px;
    border-color: none;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    z-index: 1;
    margin-bottom: 0px;
    padding: 20px 80px 20px 85px;
    width: 88%;
    position: relative;
    /*background: url(/images/banner.png) repeat;*/
       background: #081b33bd !important;
    /*background-size: auto;*/
    /*background-position: center;*/
    /*background-size: cover;*/
  
}
.dec_end{
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.border_left::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 2px;
    width: 100%;
    /*background-image: linear-gradient(to right, #ef4900, #f58220, transparent);*/
    z-index: 39;
}
.border_left::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 2px;
    width: 100%;
    /*background-image: linear-gradient(to right, #ef4900, #f58220, transparent);*/
    z-index: 39;
}
.border_left p{
     color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;


}
.section_1{
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    margin-top:30px;

}
.column_1{
    left: calc(50% - 640px);
    width: 20%;
    height: 100vh;
    content: '';
    position: sticky;
    top: 0;
    z-index: 70;
    background: #00000063;
    padding-left: 15px;
    display: block;
}
.head{
    
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}
.column_1 p{
    font-size: 15px;
    font-weight: 400;
    width: 80%;
    color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    line-height: 20px;

}
.table_content{
    color: #FFFFFFAB;
    font-family: "Lato", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 2px;border-bottom: 1px solid #FFFFFFAB;
    padding-bottom: 15px;
    width: 80%;

}
.column_2{
    width: 100%;
}
.head_2{
    letter-spacing: -6px;
}
.title_2{
    text-transform: capitalize;
    line-height: 43px;
    letter-spacing: 2px;
    font-size: 39px;
    text-align: center;
    font-family: 'visuelt-black';
    margin-top: 85px;

}
.sec_content{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.sec_content p{
      font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'visuelt-light';
    line-height: 30px;
    text-align: center;
}
.card_sec{
    display: flex;
    gap: 20px;
}
.col_1{
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2296DD;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 0px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 0px;
    padding: 30px 15px 80px 15px;
    width: 50%;
    background-color: transparent;
    background-image: linear-gradient(0deg, #0000008F 0%, #003051 100%);
    position: relative;
}
.col_2{
    display: flex;
    flex-direction: column;

    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color:#2296DD;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 0px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 0px;
    padding: 30px 15px 80px 15px;
    width: 50%;
    background-color: transparent;
    background-image: linear-gradient(0deg, #0000008F 0%, #003051 100%);
    position: relative;
}
.gr_title{
    background: white;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    decoration-break: clone;
    padding-bottom: 5px;
    text-align: center;
    font-family: 'visuelt-black';
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.5px;

}
.gr_head{
    background: linear-gradient(45deg, #ff9832, #ff310f 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    decoration-break: clone;
    padding-bottom: 2px;
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}
.gr_text{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
.small_count{
    display: flex;
    justify-content: center;
    border-bottom: 0px solid #3195D233;
    max-width: 100%;
    margin-top: 0px;
}
.count_1{
    margin: 0px 0px 0px 0px;
    padding: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3195D233;
}
.count_2{
    margin: 0px 0px 0px 0px;
    padding:20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3195D233;
}
.count_3{
    margin: 0px 0px 0px 0px;
    padding:20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3195D233;
}
.observed{
      margin-top: 0px;
    margin-bottom: 10px;
    color: #ffffff9e;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'visuelt-lightnew';
    line-height: 1.4em;
    letter-spacing: 0.5px;
    text-align: center;
}
p.year{
        color: #FFFFFF;
    font-size: 18px;
    
    line-height: 1.2em;
    font-family: 'visuelt-light';
    margin: 0px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
}
.modal_btn{
    position: absolute;
    bottom: 0px;
    left: 30%;
}
.main_btn{
    font-family: "Encode Sans", Sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #3195D2;
    background-image: linear-gradient(to right, #57C9FF, #2296DD, #2296DD, #57C9FF);
    box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
    background-size: 300% 100%;
    position: relative;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.5px;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 25px 18px 25px;
    font-size: 12px;
}
/* .main_btn:before {
    content: " ";
    display: block;
    background: #57c9ff;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    transform: skew(-16deg);
    border-radius: 0;
    z-index: 3;
} */
/* .main_btn:after {
    content: " ";
    display: block;
    background: #2296dd;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    transform: skew(16deg);
    border-radius: 0;
    z-index: 2;
} */
.divider{
        margin: 35px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
}
.blur_head{
    color: #FFFFFF;
    font-family: "Encode Sans", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
}
.blur_desc{
    text-align: center;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.img_div{display: flex;
    justify-content: center;
   
}

@media only screen and (max-width: 992px) {
    .column_1{
        left: calc(50% - 640px);
        width: 20%;
        height: 100vh;
        content: '';
        position: static;
        top: 0;
        z-index: 70;
        padding-left: 15px;
        display: none;
    
    }
    .card_sec{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    body:after {
        display: none;
        width: 100%;
        max-width: 250px;
        height: 100vh;
        content: '';
        position: fixed;
        top: 0;
        background: linear-gradient(#ef490000, #ef490040, #473eff 50%, #473eff 80%);
       
    }
    .column_2{
        width: 100%;
    }
    .col_1{
       
        width: 100%;
    }
    .col_2{
       
        width: 100%;
    }
    .modal_btn{
        position: absolute;
        bottom: 0px;
        left: 40%;
    }
}
  .desc {
       color: #FFFFFF;
    font-family: 'visuelt-light';
    font-size: 22px;
    line-height: 1.5em;
    width: 80% !important;
      font-style: normal;
    }

    .para2{
        font-family: 'visuelt-light';
    font-size: 18px;
    text-align: center;
    padding: 30px 0px;
    }
@media only screen and (max-width: 768px) {
 
    .para2{
        padding: 0px 20px;
    }
    .content1{
        align-items: start;
        margin-left: 35px;
    }
    .main_heading{
        font-size: 44px;
        padding-left: 0px;
    }
    .sec_content {
        margin-top: 60px;
    }
    .heading_title {
        
        color: #FFFFFF;
        font-family: 'visuelt-black';
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
        letter-spacing: 0px;
         margin: 0px 0px 0px 0px;
    }
    .modal_btn{
        position: absolute;
        bottom: 0px;
        left: 30%;
    }
    .desc {
       color: #FFFFFF;
    font-family: 'visuelt-light';
    font-size: 22px;
    line-height: 1.5em;
    width: 100% !important;
    }
    .dec_end {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .border_left {
        border-style: none;
        border-width: 0px;
        /* border-color: #EF4900; */
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px 20px 20px 20px;
        width: 80%;
        position: relative;
        z-index: -1;
        
    }
}
@media only screen and (max-width: 500px) {
    .sec_content {
        max-width: 90%;
      
    }

    .content1 {
        align-items: start;
        margin-left: 26px;
    }

    .col_1{
        margin:0px;
    }
    .col_2{
        margin:0px;
    }
    .desc {
        color: #FFFFFF;
        
        font-style: normal;
        line-height: 1.4em;
        width: 93%;
        font-size: 16px;
        font-family: 'visuelt-light';
    }
    .main_heading {
        font-size: 28px;
    }
    .border_left p {
         color: #FFFFFF;
   
 

        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        font-family: 'visuelt-light';
    }

    .detail {
        font-size: 16px;
        color: white;
        font-family: 'visuelt-light';
        line-height: 26px;
    }
        .heading_title {
            color: #FFFFFF;
            font-family: 'visuelt-medium';
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 26px;
            letter-spacing: 2px;
            margin: 0px 0px 0px 0px;
    }
    .dec_end {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .border_left {
        border-style: none;
        border-width: 0px 0px 0px 0px;
        /* border-color: #EF4900; */
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px 20px 20px 20px;
        width: 90%;
        position: relative;
        z-index: -1;
    }
    .main_btn {
        font-family: "Encode Sans", Sans-serif;
        font-weight: 500;
        color: #ffffff;
        background-color: #3195D2;
        background-image: linear-gradient(to right, #57C9FF, #2296DD, #2296DD, #57C9FF);
        box-shadow: 0 2px 9px rgb(0 0 0 / 25%);
        background-size: 300% 100%;
        position: relative;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 0.5px;
        border-radius: 0px 0px 0px 0px;
        padding: 10px 11px 10px 7px;
        font-size: 12px;
    }
    .modal_btn {
        position: absolute;
        bottom: 0px;
        left: 30%;
    }
    .small_count {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #3195D233;
        max-width: 100%;
        margin-top: 10px;
        /*flex-wrap: wrap;*/
    }
    
    
}


