html, body {
	font-family: 'Degular';
}
@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Bold.woff2') format('woff2'),
        url('../Fonts/Degular-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Thin.woff2') format('woff2'),
        url('../Fonts/Degular-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Black.woff2') format('woff2'),
        url('../Fonts/Degular-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Medium.woff2') format('woff2'),
        url('../Fonts/Degular-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Light.woff2') format('woff2'),
        url('../Fonts/Degular-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-Regular.woff2') format('woff2'),
        url('../Fonts/Degular-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular';
    src: url('../Fonts/Degular-SemiBold.woff2') format('woff2'),
        url('../Fonts/Degular-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



.smart_nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 40px;
}
.smart_nav .nav-item{
    text-transform:uppercase;
}
.smart_nav li a{
    color: #fff;
    font-size: 19px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: 42.601px;
    letter-spacing: 1.4px;
    text-transform: capitalize;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.smart_nav li a:hover{
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.smart_nav li .active {
    color: #fff!important;
}
.smart_nav li .active:before{
    content: '';
    position: absolute;
    background-color:#fff;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 10px;
}
.smart_nav li a:hover:before{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 10px;
}
.brand img{
    width:250px;
}
.main_emp{
	background: transparent;
}
.empower_main {
        background: url(../images/banner.png);
        background-position: center bottom;

    }
    .innovation_main{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
    }
    .innovation_main h3{
        color: #FFF;
        text-align: center;
        font-size: 58.913px;
        font-style: normal;
        font-weight: 400;
        line-height: 88.37px; /* 150% */
        letter-spacing: 1.227px;
    }
    .innovation_main h2{
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Midnight_Drive;
        font-size: 135px;
        font-style: normal;
        font-weight: 400;
        line-height: 122.133px;
        letter-spacing: 3.78px;
        background: var(--New, linear-gradient(90deg, #3B26B7 0%, #326EBE 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .innovation_main p{
        width: 100%;
    text-align: center;
    margin: 0;
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.66px;
    }
    .smart_tech{
        background: url(../images/bg.png);
        min-height: 450px;
        margin-top: -70px;
        background-size: cover;
        padding: 60px;
}
.powering_progress img{
    width:100%;
}
.smart_tech_capitol_imgg img{
    width:45%;
}
.smart_tech_capitol h2{
    color: #FFF;
    font-size: 38.66px;
    font-style: normal;
    font-weight: 400;
    line-height: 59.491px;
    letter-spacing: 0.993px;
}
.smart_tech_capitol p{
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 25.5px;
}
.catalyzing_impact{
    padding:80px 0px;
}
.borderright{
    width: 24px;
    border: 1px solid #fff;
    height: 1px;
    margin-top: 30px;
}
.leader_details1{
    padding-top: 20px;
}
.catalyzing_impact h2{
    text-align: center;

font-size: 41px;
font-style: normal;
font-weight: 400;
line-height: 61.336px; /* 174.672% */
letter-spacing: 1.362px;
background: var(--tech_VC, linear-gradient(180deg, #4694E7 0%, #75CDD6 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.catalyzing_impact p{
    color: #1F3332;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 37px; /* 231.25% */
letter-spacing: 1px;
width: 75%;
}
.impact {
    font-size: 88px;
}
.fuelinf_the_feature{
    background: url(../images/bg2.png);
    min-height:400px;
    background-size: cover;
}
.leader img{
    width:80%;
}
.mission{
    padding:60px 0px;
}.leader_details p{
    color: #FFF;
    text-align: justify;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.leader_details {
padding-top:30px;
}
.leader_details1 h2{
    color: #FFF;
    text-align: left;
    
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 1px;
}
.leader_details1 p{
    color: #FFF;
    text-align: justify;
    ; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
}
.our_support_our_successs{
    padding:80px 0px;
}
.our_support_para{
    text-align:center;
}
.our_support_para p{
    color: #1F3332;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
}
.our_support_para h2{
    color: #1F3332;
    text-align: center;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 1px;
}
.seed_sec img{
    width:100%;
}
.seed_funding_details h3{
    
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 1px;
    background: var(--tech_VC, linear-gradient(180deg, #4694E7 0%, #75CDD6 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.seed_funding_details h4{
color: #1F3332;

font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}
.seed_funding_details p{
    color: #1F3332;
    text-align: justify;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.5px;
}
.our_support_deatils{
    padding-top:40px;
}
.seed_funding_details{
    padding-right: 20px;
}
.seed_sec{
    padding-left: 20px;
}
.mentorship{
    background: #EFF7FC;
    padding:40px 0px;
    margin:40px 0px;
}
.emp_imgg{
    padding-right: 20px;
}
.emp_detail{
    padding-left: 20px;
}
.emp_imgg img{
    width:100%;
}
.emp_detail h3{
    
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 1px;
    background: var(--tech_VC, linear-gradient(180deg, #4694E7 0%, #75CDD6 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.emp_detail h4 {
    color: #1F3332;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.emp_detail p {
    color: #1F3332;
    text-align: justify;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.5px;
}
.our_support_deatils1{
    padding-top:20px;
}
.Driver_global_impact{
    background: url(../images/global.png);
    min-height: 200px;
    padding: 80px 0px;
    background-size: cover;
}
.global_heading p{
    color: #FFF;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 37px; /* 231.25% */
letter-spacing: 1px;
}
.global_heading h2{
    color: #FFF;
    
    
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 1px;
}
.global_counterr span{
    color: #FFF;
    min-width: 200px;
    
    
    font-size: 45.034px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.432px;
    letter-spacing: 1.201px;
}
.global_counterr{
    text-align: center;
}
.global_heading{
    text-align: center;
}
.global_counterr p{
    color: #FFF;
    text-align: center;
    
    font-size: 16.214px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.432px;
    letter-spacing: 1.201px;
}
.global_counter{padding-top:40px;}
.coll_section{padding:80px 0px;}
.lumin_logo ul{    display: flex;
    justify-content: space-evenly;}
.lumin_logo ul li img{width:100%;
    border: 1px solid #cfcccc;}
.lumin_logo ul li{
    list-style-type:none;
    padding-right: 30px;
}
.joined_para{
    margin-top:20px;
}
.lumin_logo ul li:last-child{
    padding:0px;
}
.joined_para p{
    color: #1F3332;
    text-align: justify;
    
    font-size: 16px;
    font-style: normal;
    line-height: 37px;
}
.look_port{
    text-align: right;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--Tech_Vc, linear-gradient(180deg, #4694E7 0%, #A3DDCD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.look_port {
    position:relative;
    padding-top: 40px;
}
.look_port a:before {
    content: '';
    position: absolute;
    background-color: rgba(31, 51, 50, 1);
    width: 26%;
    height: 1px;
    right: -8px;
    top: 67px;
}
.get_in_touch{
    padding: 100px 0px;
}
.gettouch_heading h2 {
    color: #13263A;
    text-align: left;
    font-size: 85px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
.gettouch_heading h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    left: 0px;
    top: -10px;
}
.emp_detail h3{
    margin-bottom:0px;
}
.seed_funding_details h3{
    margin-bottom:0px;
}
.gettouch_heading p{
  color: #13263A;
    text-align: justify;
    /*  */
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
    letter-spacing: 1px;
}
.contact img{
    width:100%;
}
.email_details h4{
    color: #FFF;

font-size: 20.813px;
font-style: normal;
font-weight: 400;
line-height: 20.813px; /* 100% */
letter-spacing: 1.041px;
}
.email_details input{
background: transparent;
border: none;
border-radius: 0px;
border-bottom: 1px solid #fff;
color: #fff;
color: #FFF;

font-size: 16.65px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.041px;
}
.email_details input::placeholder{
    color: #fff;
    color: #FFF;

font-size: 16.65px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.041px;
}
.foot{
    background: #3D7990;
/* background: linear-gradient(180deg, rgba(37,86,120,1) 0%, rgba(26,66,97,1) 50%, rgba(0,22,45,1) 100%); */
    min-height: 200px;
    padding-top: 80px;
    background-size: cover;
}
.email_details button{
    color: #FFF;
    text-align: center;
    
    font-size: 20.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.731px;
    text-transform: uppercase;
    background: none;
    border: 2px solid #fff;
    padding: 10px 10px;
    margin-left: 13px !important;
    margin-right: 40px;
}
.pt40{padding-top:40px;}
.email_details_para h2{
    color: #FFF;
    
    font-size: 40.95px;
    font-style: normal;
    font-weight: 400;
    line-height: 62.925px;
    letter-spacing: 1.041px;
}
.email_details_para p{
    color: #FFF;
    
    font-size: 16.65px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.975px;
    letter-spacing: 1.041px;
    width: 65%;
}
.footer-links h4{
color: #FFF;
    font-size: 20.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.219px;
    letter-spacing: 1.041px;
    margin-bottom: 30px;
}
.footer-links li{
    list-style-type:none;
}
.footer-links ul{padding:0px;}
.footer-links a{
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.975px;
    letter-spacing: 1.041px;
    text-decoration: none;
}
.contact_des h3{
    transform: rotate(-90deg);
    font-size: 31.787px;
    font-style: normal;
    font-weight: 400;
    line-height: 92.9px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    margin-left: 0px;
    text-align: left;
    float: left;
}
.foot_sec{padding:150px 0px 40px 0px}
.address_info li{
color:#fff;
}
.copyright_sec p{
    color: #FFF;

font-size: 16.65px;
font-style: normal;
font-weight: 500;
line-height: 24.975px; /* 150% */
letter-spacing: 1.041px;
}
.copyright_sec{
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: 80px;
}
.contact_des{
    padding-top:40px;
}
.impact_details{
    display: flex;
    justify-content: center;
}
/*********************media query**************/
@media screen and (max-width: 767px) {
	.navbar-brand {
    margin-right: 0px;
}
    .innovation_main h3 {
        font-size: 25.913px;
        line-height: 34.37px;
    }
    .home_get_in_touch .wFormContainer .actions .primaryAction{
        min-width: 89px;
    }
    .get_in_touch {
        padding-bottom: 40px;
    }
    .values_approach_impact {
        background-position: bottom !important;
    }
    .touch_get {
        padding-top: 20px !important;
    }
    .manoj_kohli_imagee {
        margin-left: 0px !important;
    }
    .team_behind_our_success {
        padding: 40px 0px !important;
    }
    .team_ceo h2 {
        font-size: 36px !important;
        line-height: 52px !important;
       
    }
    .innovation_main h2 {
        font-size: 52px;
        line-height: 65.133px;
    }
    .innovation_main p {
        width: 100%;
        font-size: 21.197px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.796px;
        letter-spacing: 1.66px;
}
.brand img {
    width: 200px;
}
.smart_tech_capitol h2 {
    font-size: 26.66px;
    font-weight: 400;
    line-height: 42.491px;
}
.catalyzing_impact p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    padding: 0px 20px;
}
.manoj_kohli_imagee {
    margin-left: 0px;
}
.catalyzing_impact {
    padding: 30px 0px;
}
.leader img {
    width: 100%;
}
.fuelinf_the_feature {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.leader_details1 h2 {
    font-size: 33px;
    font-weight: 400;
    line-height: 50px;
}
.our_support_our_successs {
    padding: 40px 0px;
}
.our_support_para h2 {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 1px;
}
.our_support_deatils {
    padding-top: 10px;
}
.seed_funding_details h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 1px;
}
.seed_sec {
    padding-left: 0px;
}
.mentorship {
    margin: 0px 0px;
}
.emp_imgg {
    padding-right: 0px;
}
.emp_detail h4 {
    font-size: 18px;
}
.seed_funding_details h3 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 1px;
}
.seed_funding_details h4 {
    font-size: 17px;
}
.Driver_global_impact {
    padding: 40px 0px;
}
.global_heading h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
}
.global_heading p {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
}
.global_counterr {
    margin-bottom: 40px;
}
.coll_section {
    padding: 30px 0px;
}
.look_port a:before{
width: 55%;
}
.coll_section {
    padding: 40px 0px;
}
.gettouch_heading h2 {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 1px;
}
.gettouch_heading p {
    line-height: 28px;
    letter-spacing: 1px;
}
.foot {
    padding-top: 120px;
}
.email_details button{
    margin-right: 0px;
}
.email_details_para h2 {
    font-size: 27.95px;
    line-height: 40.925px;
    letter-spacing: 1.041px;
}
.email_details_para p{
    width:100%;
}
.contact_des h3 {
    transform: rotate(0deg);
    font-size: 31.787px;
    font-weight: 400;
    line-height: 59.9px;
    margin-top: 0px;
}
.contact_des {
    padding-top: 0px;
}
.copyright_sec p {
    font-size: 13px;
    line-height: 40.975px;
    letter-spacing: 1.041px;
}
.copyright_sec {
    margin-top: 30px;
}
.smart_tech_capitol_imgg img {
    width: 65%;
    padding-bottom: 29px;
}
.catalyzing_impact h2 {
    font-size: 34px;
    line-height: 50.336px;
}
.impact {
    font-size: 70px;
}
.email_details button {
    font-size: 16.813px;
    line-height: 18.731px;
    padding: 6px 10px;
}
.emp_detail {
     padding-left: 0px;
}
.seed_funding_details {
    padding-right: 0px;
}
.foot_sec {
    padding: 20px 0px;
}
.global_counterr span {
    font-size: 36.034px;
    line-height: 35.432px;
    letter-spacing: 1.201px;
}
.global_counterr p {
    font-size: 14.214px;

}
.deepak_garg_imagee {
    width: 100% !important;
    margin-bottom: 40px;
}
.manoj_kohli_imagee {
    width: 100% !important;
}
.deepak_garg_imagee{
    margin-right: 0px !important;
}
.touch_get h2 {
    text-align: center;
    font-size: 40.913px !important;
    line-height: 111.37px;
}
.contact_banner_sec {
    padding-top: 40px !important;
    padding-left:0px !important;
    padding-bottom: 40px;
}
.main_content{
    padding-bottom:30px
}
.socila_detail1 {
    padding-top: 30px !important;
}
.socila_detail{
    padding-top: 30px;
}
.contactus_detail {
    padding: 40px 0px !important;
}
.contact_banner_sec {
    padding: 30px 0px !important;
}
.contact_banner_sec .oneField {
    width: 100% !important;
    float: none;
}
.touch_get {
    padding-right: 0px !important; 
}
.home_get_in_touch .oneField {
    width: 100% !important;
    float: left;
}
.home_get_in_touch .inputWrapper #tfa_3 {
    width: 100%;
    min-height: 70px !important;
}
}
/***************aboutus*************/
.aboutus_main{
    background: url(../images/aboutus.png);
    min-height: 705px;
    background-position: bottom;
}
.about_heading{
    text-align: center;
    padding: 40px 0px;
}
.about_heading h2{
    color: #FFF;
    text-align: center;
    
    font-size: 58.913px;
    font-style: normal;
    font-weight: 400;
    line-height: 88.37px;
    letter-spacing: 1.227px;
}
.about_heading p{
    color: #FFF;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
}
.our_mission{
    padding:80px 0px;
    text-align: center;
}
.mission_details h2{
    color: #1F3332;
text-align: center;

font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 72px; /* 150% */
letter-spacing: 1px;
}
.mission_details p{
    color: #1F3332;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 37px; /* 231.25% */
letter-spacing: 1px;
}
.values_approach_impact{
    background: url(../images/accr.png);
    min-height: 200px;
    padding: 80px 0px;
    background-size: cover;
}
.scc_top{padding-bottom:40px;}
.accordion-item{
    background: transparent;
    border: none;
}
.accordion-button{
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: none;
    background-color: none;
}
.accordion-button{
    color:#fff;
}
.accordion-body{
    color:#fff;
}
.team_behind_our_success{
    padding:80px 0px;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    border: 0;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image:url('../images/arrowright.png') ;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 11px;
    height: 23px;
    background-position: top left;
    background-size: contain;
    transform: unset;
}
.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrowtop.png);
    width: 17px;
    height: 25px;
    background-position: top left;
    background-size: contain;
    transform: unset;
}
/*.accordion-button::after{
    background-image:url('../images/arrowtop.png') ;
    transform: var(--bs-accordion-btn-icon-transform); 
}
.accordion-button:not(.collapsed)::after {
    background-image:url('../images/arrowtop.png') ;
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
*/

.team_ceo{text-align:center;}
.team_ceo p{
    color: #C55C47;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 1px;
}
.team_ceo h2{
    color: #1F3332;
text-align: center;

font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 72px; /* 150% */
letter-spacing: 1px;
}
.borderbottom{
    width: 24px;
    border: 1px solid #CBBCB9;
    height: 1px;
    margin: 0 auto;
}
.deepak_garg_imagee{
border-radius: 30px;
background: #FFF;
box-shadow: 3px 2px 18px 0px rgba(0, 0, 0, 0.25);
    min-height:382px;
    width:60%;
    float:right;
    margin-right: 30px;
}
.manoj_kohli_imagee{
    border-radius: 30px;
    background: #FFF;
    box-shadow: 3px 2px 18px 0px rgba(0, 0, 0, 0.25);
    min-height:382px;
    width:60%;  
    margin-left: 30px;
}
.team_overview{
    padding-top:40px;
}
    .team_detail {
        text-align: center;
        padding: 50px 14px 7px;
    }

.team_detail1{
    text-align: center;
    padding: 50px 14px 7px;
}

.linkdin_detail{
    text-align:center;
}
.linkdin_detail h4{
    background: var(--tech_VC, linear-gradient(180deg, #4694E7 0%, #75CDD6 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-size: 23.559px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.48px;
    letter-spacing: 1.472px;
    padding-top: 30px;
}
.linkdin_detail p{
    color: #000;
    
    font-size: 17.562px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.098px;
    line-height: 30px;
}
.accordion-button{
    color: #FFF;
    text-align: center;
    
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 1px;
}
.accordion-button::after{
    color:#fff !important;
}
/*******************Contact us*****************/
/*.contactus{
    background: url(../images/contactus.png);
    background-size: cover;
    min-height: 705px;
    background-position: bottom;
}*/
.touch_get h2{
    color: #FFF;
    text-align: left;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 104px;
    letter-spacing: 1.227px;
}
.touch_get p{
    color: #FFF;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
}
.contactForm input, .contactForm textarea {
    width: 100%;
    float: left;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    min-height: 40px;
    color: rgba(113, 116, 122, 0.70);
    text-align: justify;
    
    font-size: 15.251px;
    font-style: normal;
    font-weight: 600;
    line-height: 162.8%;
    padding: 12px 20px;
    margin-bottom: 20px;
}
.contact_banner_sec{
    padding-top:60px;
    padding-left: 20px;
    padding-bottom: 60px;
}
.btnarea{
    text-align:center;
}
.filledbtn{
    color: #FFF;
    text-align: center;
    
    font-size: 20.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.731px;
    text-transform: uppercase;
    border: 3.122px solid #FFF;
    background: none;
}
.touch_get{
    padding-right: 20px;
}
.contact_banner_sec form{
    background: url(../images/conbg.png);
    width: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 37.843px;
    box-sizing: border-box;
    background: rgba(255,255,255,.2);
    text-align: center;
    box-shadow: -1px -1px 10px rgba(255,255,255,.3) inset, 2px 2px 20px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(255,255,255,.6);
}

    .contactForm {
        padding: 40px 30px;
    }
.touch_get {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    padding-right: 30px;
}
label{
    color: #FFF;
    text-align: justify;
    
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8%;
}
    #myfile {
        padding: 0px 0px;
        line-height: 25px;
        width: 84%;
        min-height: 26px;
        max-height: 32px;
        font-size: 13.251px;
    }
    .address_info strong{
        line-height: 40px;
		font-weight: 600;
    }
    .contactus_detail{
		padding: 80px 0px 0px;
    }
    .contact_para span{
        background: var(--tech_VC, linear-gradient(180deg, #4694E7 0%, #75CDD6 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
letter-spacing: 1px;
    }
    .contactus_heading h2{
        color: #13263A;
    text-align: left;
    font-size: 85px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    display: inline-block;
    }
    .contactus_heading p{
        color: #1F3332;
        
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1px;
        text-align: justify
    }
    .main_content{
        display: flex;
    justify-content: center;
    }
    .image_sec{
        width: 17px;
    height: 9px;
    padding-top: 11px;
    }
    .socila_merge{
        padding-left: 31px;
    }
    .socila_merge h4{
        color: #1F3332;
    text-align: justify;
    
    font-size: 20.336px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.027px;
    letter-spacing: 1.271px;
    }
    .socila_merge p{
        color: #1F3332;
        text-align: justify;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1px;
    }
.contact_social{
    padding-top: 35px;
}
.socila_detail1{
    padding-top: 70px;
}
.maps{
    filter: grayscale(100%);
    line-height: 0px;
}
.ceo_social_media{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.ceo_social_media a{
    background-color: #9AA2B1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.ceo_social_media a:last-child{
    margin-left: 15px;
}

  .home_get_in_touch .inputWrapper input{
    border: none !important;
    border-bottom: 1px solid #4694E7 !important;
    border-radius: none !important;
  }
  .home_get_in_touch .inputWrapper textarea{
    border: none !important;
    border-bottom: 1px solid #4694E7 !important;
    height: 0px !important;
    border-radius: none !important;
  }
  .home_get_in_touch .oneField {
    width:50%;
    float:left;
  }
  .home_get_in_touch .inputWrapper .required:not(.choices):not(select):not(.wfAutosuggest){
    border:0 !important;
    border:none !important;
    border-bottom: 1px solid #4694E7 !important;
    border-radius: 0 !important;

  }
  .home_get_in_touch .primaryAction{
    width: 82px !important;
    border-bottom: 3px solid #1F3332 !important;
  }

.home_get_in_touch .wFormContainer .wForm .inputWrapper input[type='text']:focus{
    border: none!important;
    border:0 !important;

}
  .home_get_in_touch .home_get_in_touch label{
    color: #1F3332 !important;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 19px !important;
    letter-spacing: 1px;
  }
  .home_get_in_touch .actions #submit_button{
    background: var(--Tech_Vc, linear-gradient(180deg, #4694E7 0%, #A3DDCD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    float: right;
    display: flex;
    justify-content: end;
  }
  .home_get_in_touch .actions #submit_button:before {
    content: '';
    position: absolute;
    background-color: rgba(31, 51, 50, 1);
    width: 26%;
    height: 1px;
    right: -8px;
    top: 67px;
}
.contact_banner_sec .wFormContainer .wForm {
    background-color: transparent;
}
.home_get_in_touch .inputWrapper #tfa_3{
    width: 100%;
    min-height: 168px;
    resize: none;
    border-radius: 0;
}
.wFormContainer .wForm .inputWrapper input[type='text']:focus{
    border:0 !important;
    border: none !important;;
}
.wFormContainer .wForm .inputWrapper textarea:focus, .wFormContainer .wForm .inputWrapper textarea.required:focus, .wFormContainer .wForm .inputWrapper input[type='text']:focus, .wFormContainer .wForm .inputWrapper input[type='text'].required:focus, .wFormContainer .wForm .inputWrapper input[type='password']:focus, .wFormContainer .wForm .inputWrapper input[type='password'].required:focus, .wFormContainer .wForm .inputWrapper select:focus, .wFormContainer .wForm .inputWrapper select.required:focus{
    border:none !important;
}

.contact_banner_sec .inputWrapper .required:not(.choices):not(select):not(.wfAutosuggest){
    float: left;
    text-align: left !important;
    background: #fff;
    border-radius: 8px !important;
    border: 1px solid #CCCCCC !important;
    min-height: 40px !important;
    color: rgba(113, 116, 122, 0.70) !important;
    text-align: justify !important;
    font-family: Degular !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 162.8%;
    padding: 12px 20px !important;
    width: 318.311px;
    height: 45px;
    flex-shrink: 0;
}
.contact_banner_sec .oneField {
    width: 50%;
    float: left;
}
.wFormContainer .wForm .inputWrapper textarea {
    height: 77px !important;
}
#tfa_11-D{
    width: 100% !important;
}
.contact_banner_sec .actions{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.contact_banner_sec .actions #submit_button{
    
    font-size: 16.813px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.731px;
    text-transform: uppercase;
    border: 3.122px solid #FFF;
    background: none;
    margin-top: 10px !important;
    padding: 6px 30px !important;
	border-radius: 6px;
}
#tfa_10{
    padding: 0px 0px !important;
    line-height: 26px;
    min-height: 26px !important;
    max-height: 34px;
    font-size: 13.251px !important;
    background-color: #fff !important;
}
.contact_banner_sec {
    padding-left: 30px;
}
.contact_banner_sec .actions{
    display:flex;
    width:100%;
}
#tfa_10-L{
    color: #FFF;
    text-align: justify;
    
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 156.8%;
    width: 100%;
    padding-left: 5px;
}
.contact_banner_sec .wFormContainer .wForm form {
    padding: 20px 20px !important;
}

.wForm .inputWrapper input::placeholder {
    word-break: break-all;
    width:100%;

  }
  .inputWrapper input[type='text'].required:focus{
    border:none !important;
  }
 .inputWrapper input[type="file"]::file-selector-button {
    border: 2px solid red;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: red !important;
    transition: 1s;
  }
  .inputWrapper input[type="file"]::file-selector-button:hover {
    background-color: #81ecec;
    border: 2px solid #00cec9;
  }


  .inputWrapper input[type="file"]{
    background-color: #f8f9fc;
    border: 1px solid #e2e9f3;
    border-radius: 4px;
    height: 40px;
    width: 500px;
    color: #565A90;
}
.inputWrapper input:file-selector-button{
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #595ef1 !important;
    border: 1px solid #595ef1 !important;
    height: 40px;
    cursor: pointer;
    transition: all .25s ease-in;
}
input#tfa_10::file-selector-button{
    background-color: #f00;
    color: #000 !important;
    transition: all .25s ease-in;
}
#tfa_10::file-selector-button{
    background:#ddd !important;
    color: #000 !important;
    border:1px solid #000 !important;
}
.home_get_in_touch .wForm .oneField .inputWrapper #tfa_1:focus{
    border:0 !important;
    border-bottom: 1px solid #4694E7 !important;
}
.home_get_in_touch .wForm .oneField .inputWrapper #tfa_2:focus{
    border:0 !important;
    border-bottom: 1px solid #4694E7 !important;
}
.home_get_in_touch .wForm .oneField .inputWrapper #tfa_3:focus{
    border:0 !important;
    border-bottom: 1px solid #4694E7 !important;
}
.footer_email_sec .form-control:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #fff;
    background-color: transparent ;
}
@media (min-width:1600px){
    .empower_main {
        background: url(../images/banner.png);
        background-position: bottom center;
        background-size: cover;
    }
    .aboutus_main {
        background: url(../images/aboutus.png);
        min-height: 705px;
        background-position: bottom center;
        background-size: cover;
    }
	/*.container.containerBlock {
    padding: 350px 15px;
	height:100vh;
	display:flex;
	align-items:center;
}
.abtHome {
    padding: 350px 0px;
	    background: url(../images/abt-img.png) left 120px no-repeat;
}
.catlImpact {
    padding: 435px 0px;
}
section.ourMission {
    padding: 330px 0px;
}
.ourSupport {
    padding: 258px 0px;
}
.get_in_touch {
    padding: 225px 0px;
}*/
.abtHome {
	    background: url(../images/abt-img.png) left 100px no-repeat!important;
}
.cont_center{
	height:100vh;
	display:flex;
	align-items:center;
}

.cont_centerport{
	height:100vh;
	display:flex;
	align-items:center;
	justify-content: center;
}


.abtBlock span, .ourMission span, .ourSupport span {
    line-height: 66px;
}
.abtBlock p, .catlImpact p, .ourMission p {
    line-height: 36px;
}
    .main_emp{
	background: transparent;
    position: absolute;
    width: 100%;
}
    .innovation_main {
    padding-top: 0px;
}
.innovation_main h1 {
    font-size: 61px!important;
}
.innovation_main strong {
    font-size: 84px!important;
}

}






/*--------*/
.navbar-brand {
	margin-right: 250px;
}
.container-fluid.brand {
    padding: 0px;
}
.innovation_main h1 {
    font-size: 57px;
    color: #fff;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
    line-height: 100%;
}
.innovation_main strong {
    font-weight: 700;
    font-size: 79px;
    color: #fff;
    display: block;
    line-height: 100%;
}
.container.containerBlock {
    padding: 130px 15px;
}

.abtHome {
    background: url(../images/abt-img.png) left 50px no-repeat;
    background-size: 50%;
	padding: 100px 0px;
    }
    .abtBlock h2, .catlImpact h2, .ourMission h2, .ourSupport h2 {
        color: #13263A;
        font-size: 60px;
        font-weight: 300;
        margin-bottom: 40px;
        text-align: center;
    }
    .abtBlock span, .ourMission span, .ourSupport span {
        font-size: 40px;
        line-height: 72.17px;
        width: 100%;
        display: block;
        line-height: 50px;
        font-weight: 100;
        text-align: justify;
    }
    .abtBlock span strong {
        font-weight: 600;
    }
    .abtBlock p {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 0px;
    }
.catlImpact {
    background: rgb(235,222,205);
background: linear-gradient(174deg, rgba(235,222,205,1) 0%, rgba(167,197,219,1) 93%, rgba(157,183,212,1) 100%);
    padding: 100px 0px;
    }
    .catlImpact p {
        font-size: 20px;
        margin: 40px auto 0px auto;
        width: 80%;
        text-align: center;
    }
    section.ourMission {
        background: #3D7990;
        padding: 100px 0px;
    }
    .ourMission h2, .ourMission span  {
        color: #fff!important;
    }
    .ourMission p {
        font-size: 20px;
        margin: 0px auto 0px auto;
        width: 100%;
        background: url(../images/w-arrow.svg) left top no-repeat;
        color: #fff;
    }
    .ourMission p {
        font-size: 20px;
        margin: 60px auto 0px auto;
        background: url(../images/w-arrow.svg) left 8px no-repeat;
        color: #fff;
        background-size: 33px;
        padding: 0px 0px 0px 60px;
        width: 85%;
        float: right;
    }
    .ourSupport {
        background: #ffffff;
        padding: 100px 0px;
    }
    .rowM40 {
        margin-top: 60px;
    }
    a.sdBlock {
       background:url(../images/os-block.png) center top no-repeat;
       background-size: cover;
        color: #13263A;
        font-size: 40px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 100px 0px;
        border-radius: 10px;
    }
    .lineBlock span {
        color: #1F3332;
        font-weight: 600;
        position: relative;
        padding: 8px 0px 0px 0px;
        margin-top: 8px;
        display: inline-block;
    }
    .lineBlock p {
        font-size: 32px;
        font-weight: 600;
    }
    .lineContent {
        font-size: 20px;
        margin: 0px auto 0px auto;
        background: url(../images/g-arrow.svg) left 8px no-repeat;
        color: #13263A;
        background-size: 33px;
        padding: 0px 0px 0px 60px;
    }
    .lineContent p {
        margin: 0px;
    }
    section.ourSupportBlock {
        padding: 60px 0px;
    }
    .ourSupportBlockCol {
        background: url(../images/col-bg.png) left top no-repeat;
        background-size: cover;
    }
    .lineBlock span:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        height: 1px;
        width: 110%;
        background: #000000;
    }
    .blockCounter {
        background: url(../images/os-block.png) center top no-repeat;
        display: inline-block;
        background-size: cover;
        width: 25%;
        text-align: center;
        padding: 40px 0px;
    }
    .blockCounterInner {
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .blockCounterInner span {
        display: inline-block;
        width: auto;
        vertical-align: top;
        font-weight: 500;
        margin: 0px 3px;
    }
    .blockCounterInner p {
        margin: 0px 0px 0px 3px;
        font-size: 17px;
        line-height: 100%;
    }
    .col-md-12.alignRight {
        text-align: right;
    }
    .alignRight .blockCounter {
        margin-left: 18%;
    }
    .alignLeft .blockCounter {
        margin-right: 18%;
    }
    .col-md-12.alignRight {
        text-align: right;
        margin-top: 40px;
    }
    .container {
        max-width: 1140px !important;
    }
    .fundBlocks {
    background: #3D7990;
    padding: 60px 0px;
    }
    ul.portfolioLinks {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
		flex-wrap: wrap;
    }
    ul.portfolioLinks li {
        display: inline-flex;
        margin: 0px 10px;
		    width: 30%;
    }
    ul.portfolioLinks li a {
        /* display: flex; */
        justify-content: center;
        background: #e8eaee;
        border-radius: 8px;
        padding: 0px 30px;
        align-content: center;
        min-height: 120px;
    margin-bottom: 20px;
    }
    ul.portfolioLinks li a img {
        width: 100%;
    }
    ul.fundsPort {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    ul.fundsPort {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    ul.fundsPort li {
        display: block;
        border-top: 1px solid #ffffff;
        padding-top: 5px;
        margin-bottom: 40px;
    }
    ul.fundsPort li a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }
    ul.fundsPort {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        width: 60%;
    }
    ul.fundsPort li:nth-child(1) {
        background: url(../images/arrow-down.svg) right 10px no-repeat;
        background-size: 12px;
    }
    ul.fundsPort li:nth-child(2) {
        background: url(../images/arrow-left.svg) left 14px no-repeat;
        background-size: 12px;
        padding-left: 21px;
    }
    .wrtBox {
        background-image: linear-gradient(135deg, rgba(164, 183, 204, .29), rgba(179, 197, 211, .12) 32%, rgba(251, 227, 198, .4));
        color: #333;
    width: 100%;
    height: 38px;    
    }
    .wrtBox {
        background-image: linear-gradient(135deg, rgba(164, 183, 204, .29), rgba(179, 197, 211, .12) 32%, rgba(251, 227, 198, .4));
        color: #333;
        width: 100%;
        height: 58px;
        border: 0px;
        padding: 15px;
        border-radius: 15px;
        font-size: 18px;
    }


    input[type="radio"] {
        display: none;
    }
        &:not(:disabled) ~ label {
          cursor: pointer;
        }
        &:disabled ~ label {
          color: hsla(150, 5%, 75%, 1);
          border-color: hsla(150, 5%, 75%, 1);
          box-shadow: none;
          cursor: not-allowed;
        
      }
      .formBlock label {
        height: 100%;
    display: block;
    background: white;
    border: 1px solid #A6BACC;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
    margin: 0rem;
    text-align: center;
    box-shadow: none;
    position: relative;
    cursor: pointer;
      }
      input[type="radio"]:checked + label {
        background: transparent;
        color: hsla(215, 0%, 100%, 1);
        box-shadow: none;
        border: 1px solid #255678;
        box-shadow: 0px 0px 0px 1px #255678;
    }
      section.radioCheck {
        display: flex;
    }
    .formBlockLeft {
        float: left;
        width: 55%;
    }
    .formBlockRight {
        float: left;
        width: 45%;
        padding-left: 30px;
    }
    section.radioCheck span {
        font-size: 13px;
        display: block;
        text-align: center;
        font-weight: 500;
    }
    section.radioCheck {
        display: flex;
        justify-content: space-between;
    }
    section.radioCheck div {
        display: flex;
        flex-direction: column;
        width: 107px;
    }
    .inputBlock {
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .inputBlock textarea {
        background-image: linear-gradient(135deg, rgba(164, 183, 204, .29), rgba(179, 197, 211, .12) 32%, rgba(251, 227, 198, .4));
        border: 0px;
        border-radius: 15px;
        width: 100%;
        min-height: 256px;
        resize: none;
        padding: 20px;
    }

    .btn {
        background: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-width: 220.52px;
        min-height: 56px;
        font-family: calibri;
        font-size: 20px;
        border-radius: 100px;
        cursor: pointer;
        font-weight: 400;
        position: relative;
        border: 0;
        color: var(--main-clr);
        background-color: transparent;
        overflow: hidden;
        padding: 0px;
    }
    
    i {
        font-size: 1em;
        padding: 0 10px;
        transition: all 0.5s linear;
    }
    
        .btn:hover i {
            transform: translateX(10px);
        }
    
        .btn::before, .btn::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-color: var(--main-clr);
        z-index: -1;
        transition: all 400ms ease-in;
        }
        .btn:hover {
            color: #13263A;
        }
    
        .btn::before {
            opacity: 0.3;
        }
    
        .btn::after {
            transition-delay: 0.3s;
        }
    
        .btn:hover::before, .btn:hover::after {
            top: 0;
        }
        i.fa-sharp.fa-solid.fa-chevron-right {
            background: url(../images/brdr.svg) left top no-repeat;
            width: 60px;
            height: 60px;
            background-size: cover;
            line-height: 60px;
            border-radius: 6px;
        }   
        button.btn span {
            margin: 0px -10px 0px 0px;
            display: inline-block;
            z-index: 99;
        }   

        .btn:hover i.fa-sharp.fa-solid.fa-chevron-right {
            background: url(../images/btn-hover.svg) left top no-repeat;
            width: 60px;
            height: 60px;
            background-size: cover;
            line-height: 60px;
        }  





        .ourmission {
            padding: 100px 0px 0px;
            background-size: 50%;
            }
            
            
            
            
            
            .stickyImg {  
          position: sticky;
          position: -webkit-sticky;
          top: 20px; width: 200px; float:left;
          left:67px;
        }
        .stickyImg figure.active { display:block; }
        .stickyImg figure {
          padding: 8px 15px;
            color: #000;
            text-decoration: none;
            margin-bottom: 0px;
            line-height: 24px; 
            font-size: 18px;
        }
        .stickyImg.active figure{
            color: #fff;
        }
        .stickyImg figure:first-child{
        border-top: 2px solid #000;
            border-bottom: 2px solid #000;
        }
        .stickyImg.active figure:first-child {
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }
        .stickyImg figure {
          display: block;
        }
        .stickyImg figure img{
            width: 12px;
            float: right;
            margin-top: 6px;
        }
        .stickyImg figure:first-child img{
                width: 10px;
            float: right;
            margin-top: 6px;
        }
        
        section.stickyText {
          /*min-height: 100vh;*/ 
          text-align: left !important;
          font-size: 18px;
        }
        /*section:nth-of-type(1) {
          background: #444;
        }
        section:nth-of-type(2) {
          background: #555;
        }
        section:nth-of-type(3) {
          background: #666;
        }
        section:nth-of-type(4) {
          background: #777;
        }*/    
        
        #one{
            height: 300px;
            color: #000;
            text-align: center;
            padding: 8rem 20rem 5rem 20rem;
            line-height: 27px;
            background-image:url("../images/our_mission.png");
            background-position: calc(100% - 67px) 0;
            background-repeat: no-repeat;
            background-size: 300px;
        }
         #two{
            color: #fff;
            text-align: center;
            padding: 5rem 5rem 0rem;
            line-height: 27px;
            background: linear-gradient(180deg, #255678 0%, #1A4261 45%, #00162D 100%);
        
        }
        #two > div{
            padding: 0rem 15rem 5rem 15rem;
            font-size: 18px;
        }
        
        .ourleadership {
            padding: 100px 0px;
            background-size: 50%;
            }
            
            .ourleadership h2{
                color: #13263A;
            text-align: left;
            font-size: 52px;
            font-style: normal;
            font-weight: 500;
            line-height: 72px;
            letter-spacing: 1px;
            margin-bottom: 40px;
            }
            
            .our_lead p{
                font-size: 22px;
            padding-top: 10px;
            border-top: 1px solid #000000;
            margin-bottom: 0px;
            width: 250px;
            }
            
            .our_lead img{
                width: 280px;
            margin-top: 50px;
            }
            .manoj_dis{
                    padding-left: 20px;
            }
            .manoj_dis h2{
                color: #13263A;
            text-align: left;
            font-size: 52px;
            font-style: normal;
            font-weight: 500;
            line-height: 72px;
            letter-spacing: 1px;
            margin-bottom: 0px;
            }
            .manoj_dis h6{
                font-size: 20px;
            }
            
            .manoj_dis p{
                font-size: 18px;
                line-height: 32px;
            }

            .innovation_main.innovation_mainAbout {
                text-align: center;
            }
            .innovation_main.innovation_mainAbout p {
                text-align: center;
                margin-top: 40px;
                font-size: 26px;
            }

.radioCheck {position: relative;}

span.star {
    position: absolute;
    left: -14px;
    top: 0px;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.our_miss_ion{
	display:none;
}
@media screen and (max-width: 767px) {
	.navbar-brand {
    margin-right: 0px;
}
.navbar-toggler{
	background-color:#f3f3f3;
}
.innovation_main strong {
    font-size: 44px;
}
.innovation_main {
    padding-top: 20px;
}
.innovation_main h1 {
    font-size: 43px;
}
.abtHome{
	    padding: 50px 0px;
    background-size: 33%;
}
.abtBlock h2, .catlImpact h2, .ourMission h2, .ourSupport h2 {
    font-size: 46px;
}
.abtBlock span, .ourMission span, .ourSupport span {
    font-size: 30px;
        line-height: 36px;
}
.catlImpact, section.ourMission, .ourSupport, .get_in_touch, .fundBlocks, .ourmission, .ourleadership {
    padding: 50px 0px;
}
.catlImpact p {
    font-size: 20px;
    margin: 0px auto 0px auto;
    width: 100%;
    text-align: justify;
}
.ourMission p {
    font-size: 20px;
    margin: 20px auto 0px auto;
    background: url(../images/w-arrow.svg) left 8px no-repeat;
    color: #fff;
    background-size: 33px;
    padding: 0px 0px 0px 60px;
    width: 100%;
    float: right;
}

.ourSupport .col-md-4{
	margin-bottom: 20px;
}
.alignLeft .blockCounter {
    margin-right: 10%;
}
.alignRight .blockCounter {
    margin-left: 10%;
}
.blockCounter {
    width: 34%;
}
ul.portfolioLinks li a {
    padding: 0px 10px;
    min-height: 80px;
}
.gettouch_heading p {
	line-height: 36px;
	letter-spacing: 1px;
	font-size: 28px;
}
ul.portfolioLinks li {
    width: 44%;
}
.smart_nav li a:hover {
    color: #000;
    text-decoration: none;
    box-shadow: none;
}
.ourleadership h2 {
    font-size: 46px;
    line-height: 56px;
}
.manoj_dis h6 {
    font-size: 24px;
}
.smart_nav li .active {
    color: #000 !important;
}
.contactus_heading h2{
	font-size: 40px;
    line-height: 64px;
    letter-spacing: 1px;
}
.rowM40 {
    margin-top: 30px;
}
.lineBlock{
	margin-bottom:30px;
}
.get_in_touch .formBlock{
	    padding-left: 15px;
	
}
.get_in_touch .formBlockLeft {
    float: left;
    width: 100%;
}
section.radioCheck div {
    width: 45%;
    margin-bottom: 20px;
}
section.radioCheck {
    flex-wrap: wrap;
}
section.radioCheck span {
    padding-top: 5px;
}
.formBlockRight {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.copyright_sec {
    justify-content: center;
}
.smart_nav {
    position: absolute;
    background: rgb(255, 255, 255, 1);
	margin-left: 0px;
}
.smart_nav li a {
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #000;
    color: #000;
	font-weight: 600;
}
.stickyImg {
    width: 200px;
    left: 15px;
}
.stickyImg {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    width: 185px;
    float: left;
    left: 15px;
    clear: both;
    display: inline-block;
}
#one {
    height: 300px;
    color: #000;
    text-align: center;
    padding: 12rem 1rem 12rem 1rem;
    line-height: 27px;
    background-image: url(../images/our_mission.png);
    background-position: calc(100% - 15px) 0;
    background-repeat: no-repeat;
    background-size: 183px;
    display: block;
}
#two {
    padding: 2rem 1rem 0rem;
}
#two > div {
    padding: 0rem 0rem 2rem 0rem;
    font-size: 18px;
}
.stickyImg{
	display:none;
}
.our_miss_ion {
	display: block;
	width: 200px;
	float: left;
}
.our_miss_ion h4{
    margin-left: 15px;
    color: #13263A;	
	font-size: 22px;
    padding-top: 10px;
    border-top: 1px solid #000000;
    margin-bottom: 0px;
    width: 200px;
}
.manoj_dis {
    padding-left: 0px;
    margin-top: 30px;
}
.our_lead img {
    width: 100%;
}
.contact_banner_sec .inputWrapper .required:not(.choices):not(select):not(.wfAutosuggest){
	width: 345.311px;
}
.touch_get{
	    margin-bottom: 50px;
}

}