@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{font-family: 'Montserrat', sans-serif; }
header.header {
    z-index: 99;
    padding: 30px 0;
    position: absolute;
    /* background: #ECE8E7; */
    width: 100%;
}

.header  .listing {}

.header .listing li {
    list-style: none;
    padding: 0;
    display: inline-block;
    padding-left: 50px;
}

.header .listing li a {
    color: #0D0C38;
           font-family: 'Gilroy';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.bannerImg {
  
/* width: 580px; */
  
margin-top: 350px;
}
ul {
    padding: 0;
    margin: 0;
}

ul  li {}

.header .listing li:last-child a {
    display: flex;
    width: 110px;
    height: 47px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    border: 1px solid #0D0C38;
    position: absolute;
    right: 0;
    top: -10px;
}
p{
    color: #4E4E79;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
h6{
    color: #4059AD;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    }
    h2{
        color: #0E0D39;
        font-family: 'Gilroy';
        font-size: 36px;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        }
section.banner {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #ECE8E7;
    min-height: 700px;
}

section.banner h1 {
    color: #0E0D39;
    font-family: 'Gilroy';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 115.385% */
    margin-bottom: 20px;
}

section.banner p {
    color: #0E0D39;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

a.btn.btn1 {
    color: #EFF2F1;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #F4B942;
    display: flex;
    width: 160px;
    height: 47px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 20px;
}
section.bottom_banner {
    height: 230px;
    background: #0C1F60;
    display: flex;
    align-items: center;
}

section.bottom_banner img.img-fluid {
    margin-right: 60px;
}
 
 form.form_banner {}

form.form_banner input.form-control {
     
    border: 1px solid #0B0A36;
    display: flex;
    /* width: 270px; */
    height: 70px;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    background: #ECE8E7;
    padding-right: 70px;
}

form.form_banner .form-group {
    width: 340px;
    position: relative;
}

form.form_banner .form-group a.btn_email {
    position: absolute;
    right: 0;
    top: 0;
}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}
.sec01 {    padding-bottom: 40px;}

.sec01 h6 {
    color: #0E0D39;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sec01 p {
    color: #4E4E79;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sec01:nth-child(3),.sec01:nth-child(4) {
    padding-bottom: 0;
}
.blue_box01 {
    background: linear-gradient(94deg, #373849 0%, #373849 0.01%, #1D1D28 100%, #2D2E46 100%);
    padding: 60px 0;
}

.blue_box01 h2 {
    color: #FFF;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blue_box01 p {
    color: #898989;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rlbox {}

.rlbox h6 {
    color: #000;
    /* text-align: center; */
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rlbox p {
    color: #4E4E79;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.borderbox {
    /* display: flex; */
    /* width: 1140px; */
    padding: 50px 50px;
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid #D9D9D9;
    /* gap: 78px; */
}

.percentage {}

.percentage  h3 {
    padding-right: 30px;
    color: #EC4745;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
}

.percentage  p {
    color: #4E4E79;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
  
.barChart__bar { height: 24px;}

.boxtabs ul#pills-tab {
    padding: 5px;
    align-items: center;
    background: #EEF2F6;
    width: 380px;
}

.boxtabs ul#pills-tab button {
    color: #4E4E79;
    text-align: center;
    font-family: Poppins;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px  20px;
}

.boxtabs ul#pills-tab button.nav-link.active {
    background: #FFF;
    color: #4E4E79;
    border-radius: 0;
}

.boxtabs ul#pills-tab li.nav-item {
    
    width: 50%;
}
footer.footer p {
    font-size: 16px;
}

footer.footer ul li a {
    color: #4E4E79;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 207%; /* 33.12px */
    text-decoration: none;
}

footer.footer ul li {
    list-style: none;
    margin-bottom: 5px;
}

footer.footer ul {
    padding: 0;
    margin: 0;
}

footer.footer {}

footer.footer input.form-control {
    font-size: 16px;
    background: #fff;
    height: 50px;
}

footer.footer a.btn_email {}

footer.footer a.btn_email img.img-fluid {
    height: 50px;
}

form.form_banner {}

footer.footer h3 {
    color: #0E0D39;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px;
}
section.bottom_footer {
    border-top: 1px solid #D9D9D9;
    padding-top: 13px;
}
section.bottom_footer p,section.bottom_footer p a {
    color: #4E4E79;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (min-width:1000px) and (max-width:1300px){
   
}
@media (min-width:1024px) and (max-width:1300px){

    .header .listing li { 
        padding-left: 20px;
    }
    .header .listing li a { 
        font-size: 15px;}
        section.banner h1 { 
            font-size: 30px; 
            font-weight: 600;
            line-height: 35px; 
        } 
        .bannerImg {
            /* width: 580px; */
            margin-top: 0;
        }
        form.form_banner .form-group {
            width: 100%;
            
        }
        .pb-80 {
            padding-bottom: 40px;
        }
        .pt-80 {
            padding-top: 40px;
        }
        .sec01 p {
            color: #4E4E79;
            font-family: 'Poppins', sans-serif;
            font-size: 13px;}
            .blue_box01 p { 
                font-size: 14px; 
            }
            .percentage p {
                 font-size: 14px;
             }
            .boxtabs ul#pills-tab button {
                 
                font-size: 14px; 
                padding: 12px 10px;
            }
            .percentage h3 {
                padding-right: 20px;
                 font-size: 35px;
             }
            .boxtabs ul#pills-tab { 
                width: 320px;
            }
            .rlbox h6 { 
                font-size: 15px;}
                .rlbox p { 
                    font-size: 12px;}
            h2 {
                 font-size: 28px;
             }
        section.banner {
            height: auto;
            padding: 100px 0 60px 0;
            min-height: auto;
        }
}
@media (min-width:768px) and (max-width:1023px){
    .header .listing li { 
        padding-left: 20px;
    }
    .header .listing li a { 
        font-size: 15px;}
        section.banner h1 { 
            font-size: 30px; 
            font-weight: 600;
            line-height: 35px; 
        } 
        .bannerImg {
            /* width: 580px; */
            margin-top: 0;
        }
        form.form_banner .form-group {
            width: 100%;
            
        }
        .pb-80 {
            padding-bottom: 40px;
        }
        .pt-80 {
            padding-top: 40px;
        }
        .sec01 p {
            color: #4E4E79;
            font-family: 'Poppins', sans-serif;
            font-size: 13px;}
            .blue_box01 p { 
                font-size: 14px; 
            }
            .percentage p {
                 font-size: 14px;
             }
            .boxtabs ul#pills-tab button {
                 
                font-size: 14px; 
                padding: 12px 10px;
            }
            .percentage h3 {
                padding-right: 20px;
                 font-size: 35px;
             }
            .boxtabs ul#pills-tab { 
                width: 320px;
            }
            .rlbox h6 { 
                font-size: 15px;}
                .rlbox p { 
                    font-size: 12px;}
            h2 {
                 font-size: 28px;
             }
        section.banner {
            height: auto;
            padding: 100px 0 60px 0;
            min-height: auto;
        }
}
@media (min-width:0px) and (max-width:767px){
    section.banner {
        height: auto;     padding-bottom: 40px;
    }
   
    
    ul.listing {
    top: -10000px;
    position: fixed;
    height: 100%;
    transition: height .5s cubic-bezier(0.4, 0, 1, 1);
    display: block;
    width: 100%;
    z-index: 99;
    left: 0;
    height: 0;
    }
     
    span.mob_menu svg{
         width: 30px;  
          height: 30px;  
        position: absolute;  
        right: 15px; 
          top: 30px;  
        fill: #000;
    }
    
    span.mob_menu svg path {
        fill: #000;
    }
    ul.listing.show_menu {
    top: 0;
    background: #ECE8E7;
    z-index: 99999;
    padding-top: 15px;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    left: 0;
    transition: height .5s cubic-bezier(0.4, 0, 1, 1);
    height: 100%;
    position: fixed!important;
    }
    span.close_menu svg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .header .listing li { text-align: center;   padding-top: 30px;
        list-style: none;
         
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .header .listing li:last-child a {
        
margin: 0 auto;
        
position: initial;
    }


    /* main page style */
    section.banner h1 {
      
        font-size: 26px; 
        line-height: 30px; 
        padding-top: 100px;
    }
    form.form_banner .form-group {
        width: 250px;
        
    }
    .bannerImg { 
        margin-top: 20px;
    }
    .pt-80 {
        padding-top: 50px;
    }
    
    .pb-80 {
        padding-bottom: 50px;
    }
    .blue_box01 {
         padding: 40px 20px;
    }
    .blue_box01 h2 { 
        font-size: 24px;
        margin-bottom: 30px;}
        h2 { 
            font-size: 28px;}
            p { 
                font-size: 15px; 
            }.rlbox {
                text-align: center;
                margin-bottom: 40px;
            }
            .borderbox { 
                padding: 30px 30px;}
                .percentage h3 {
                    padding-right: 10px;
                   
                    font-size: 28px; 
                }
                .d-flex.percentage.mb-5 {
                    margin-bottom: 20px!important;
                }
                .boxtabs {
                    padding-top: 40px;
                }
                .boxtabs ul#pills-tab { 
                    width: 340px;
                }
                .barChart__label { 
                    padding-right: 10px;
                    width: 80px;
                    font-size: 12px;
                }
                footer.footer { 
                    padding: 20px 0 0 0;
                }
               
                
                p.f_p.text-end ,p.f_p{
                    text-align: center!important;
                }section.bottom_footer {
                    margin-top: 20px; 
                }
                .or2{order: 2;}
                .or1{order: 1;}
                .sec01:nth-child(3), .sec01:nth-child(4){    padding-bottom:40px;}
                  
}