

body,
html {
    font-family: 'Roboto';
    scroll-behavior: smooth;
}

.color_red {
	color:#C90000;
}
.color_blue {
	color:#023292;
}
.color_pink {
	color:#C90D63;
}

.color_grad_blue {
	background: -webkit-linear-gradient(#2962D3, #15336D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color_grad_pink {
	background: -webkit-linear-gradient(#F72585, #91164E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg_blue {
	background:#023292;
}
.bg_black {
	background:#000;
}

.btn-style-one {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 60px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}
.btn-style-one:hover {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 60px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}

.btn-style-two {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #023292;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}
.btn-style-two:hover {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #023292;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}
.btn-style-three {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #C90D63;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}
.btn-style-three:hover {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #C90D63;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}

.btn-style-four {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #000;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}
.btn-style-four:hover {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 60px;
    background: #000;
    box-shadow: 0px 4px 50px 0px rgb(0 0 0 / 25%);
}

.text-right {
    text-align: right;
}

/* nav css  */
.header-nav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: fixed;
}

.header-nav .navbar-collapse {
    justify-content: right;
}

/*hero section starts*/
section.hero_section {
    padding: 160px 0 60px;
    position: relative;
    background: url(../../images/frontend/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

section.hero_section .hero_cont h1 {
    font-size: 72px;
    color: #fff;
    font-family: 'Roboto';
}
section.hero_section .hero_cont h1 span {
    display: block;
    font-size: 38px;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 18px;
    width: fit-content;
}

section.hero_section .hero_cont h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase;
}

section.hero_section .hero_sub_cont {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    position: relative;
}
section.hero_section .hero_sub_cont:before {
    content: "";
    background: linear-gradient(90deg, white, transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
}
section.hero_section .hero_sub_cont * {
    position: relative;
}
section.hero_section .hero_cons {
   padding: 10px 10px 0 10px;
}
section.hero_section .hero_cons h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: right;
    border-right: 2px solid #000;
    padding-right: 20px;
}
section.hero_section .hero_cons h3 span {
    display: block;
    font-size: 26px;
}
section.hero_section .hero_const {
    padding: 10px;
}

section.hero_section .hero_const h3 {
   font-size: 22px;
    font-weight: 700;
    color: rgb(0 0 0 / 70%);
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
}
section.hero_section .hero_const h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 12px;
}
section.hero_section .hero_const h4 span {
    display: block;
    font-size: 26px;
}


/*hero section ends*/






/*upcoming partner event starts*/

section.upcomming_event_section {
    position: relative;
}


section.upcomming_event_section .heading_one h2 {
    text-align: center;
    font-size: 46px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto';
}

section.upcomming_event_section .heading_one h2 span {
    font-weight: 500;
    text-transform: uppercase;
}

section.upcomming_event_section .heading_one h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-family: 'Roboto';
    position: relative;
}
section.upcomming_event_section .heading_one h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    top: 17px;
}

section.upcomming_event_section .heading_one h3 > span {
    background: #fff;
    padding: 0 15px;
    position: relative;
}

section.upcomming_event_section .event_date h3 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: right;
}
section.upcomming_event_section .event_loc h3 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-align: left;
}

section.upcomming_event_section span.font-sz {
    font-size: 26px;
}



/*upcoming partner event ends*/




/*Stay Tuned section starts*/

section.staytuned_section {
    position: relative;
}

section.staytuned_section .stay_cont h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto';
    color: #000;
}
section.staytuned_section .stay_cont p {
    font-size: 24px;
    color: #fff;
    background: #C90000;
    padding: 25px 25px 50px;
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
}
section.staytuned_section .saty_btn {
    margin-top: -40px;
}



/*Stay Tuned section ends*/


/*Partner with CTPL section starts*/
section.partner_section {
    position: relative;
}
section.partner_section .partners_cont h2 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto';
}
section.partner_section .partners_cont h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto';
}

section.partner_section .partner_cont {
    padding: 15px;
    position: relative;
}
section.partner_section .partner_cont h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto';
}
section.partner_section .partner_cont p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 79%;
}




/*Partner with CTPL section ends*/


 /*Partner Connect section starts*/

section.partner_connect_section {
    position: relative;
    padding-bottom: 0;
}

section.partner_connect_section .container {
    background: #F6F6F6;
    padding: 45px 30px 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
section.partner_connect_section h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
}
section.partner_connect_section .part_dv {
    text-align: center;
}
section.partner_connect_section .part_dv h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
}
section.partner_connect_section .part_dv p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 400;
}

section.partner_connect_section .icon_dv {
    width: 40px;
    margin: 0 auto 20px;
}

 /*Partner Connect section ends*/



/*Entrepreneurship section starts*/
section.entrepreneurship_section {
    position: relative;
    background: #F0F5FF;
}

section.entrepreneurship_section .enter_cont h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    line-height: 1;
}
section.entrepreneurship_section .enter_cont h2 span.fnt-sz {
    font-size: 24px;
}
section.entrepreneurship_section .enter_cont hr {
    opacity: 1;
    width: 30%;
}
section.entrepreneurship_section .enter_cont h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
}
section.entrepreneurship_section .enter_cont p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}


/*Entrepreneurship section ends*/



/*EIR Progra section starts */
section.eir_program_section {
    position: relative;
    background: #f0f5ff;
    padding: 0;
}
section.eir_program_section .eir_dvs {
   padding: 40px 70px 0;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
section.eir_program_section .eir_cont h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
}

section.eir_program_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.eir_program_section ul li {
   display: flex;
    margin-top: 35px;
}

section.eir_program_section .icon_dv {
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
    margin-top: 5px;
}
section.eir_program_section .eir_cn h3 {
    font-size: 22px;
    margin: 4px 0 0;
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
}

section.eir_program_section .eir_cn p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
/*EIR Progra section ends */




/*Join setion starts*/

section.join_section {
    position: relative;
    background: #f0f5ff;
}
section.join_section  h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-family: 'Roboto';
    position: relative;
}
section.join_section  h2:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    top: 17px;
}
section.join_section h2 span {
    position: relative;
    background: #f0f5ff;
    padding: 0 30px;
}

section.join_section .join_dv img {
    height: 75px;
    margin-bottom: 15px;
}
section.join_section .join_dv {
    text-align: center;
}
section.join_section .join_dv h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto';
}


/*Join setion ends*/



/*Additional Benefits section starts*/
section.additional_section {
    position: relative;
}

section.additional_section h2 {
    font-size: 36px;
    text-align: center;
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
}
section.additional_section .icon_dv {
    width: 40px;
    margin-bottom: 20px;
}
section.additional_section hr {
    opacity: 1;
    margin: 20px 0;
}
section.additional_section .add_cont h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto';
}

section.additional_section .add_cont h3 span {
    display: block;
}
section.additional_section .add_cont p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 70%;
}

/*Additional Benefits section ends*/



/*Impact section starts*/
section.impact_section {
	    padding: 60px 0;
    background: #FFEAF3;
    width: 85%;
    margin: auto;
}
section.impact_section .impact_sub_sec {
    width: 100%;
    text-align: center;
    position: relative;
}
section.impact_section .impact_sub_sec img {
	display: inline-block;
	position: relative;
	z-index: 1;
}
section.impact_section .impact_title_sec {
    text-align: left;
    position: absolute;
    top: -51px;
    left: 96px;
    z-index: 9;
}
section.impact_section .impact_title_sec h2 {
    font-weight: 400;
    font-size: 100px;
    color: #000;
    font-family: 'Roboto';
    line-height: 94px;
    margin-top: 70px;
    margin-bottom: 20px;
}
section.impact_section .impact_title_sec h2 span {
    display: block;
    font-weight: 700;
}
section.impact_section .impact_title_sec p {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #555777;
	margin: 0;
}
section.impact_section .impact_sub_sec ul {
	padding: 0;
	margin: 0;
}
section.impact_section .impact_sub_sec ul li {
	display: inline-block;
}
section.impact_section .impact_sub_sec ul li:nth-child(1) {
    position: absolute;
    top:35%;
    left: 100px;
}
section.impact_section .impact_sub_sec ul li:nth-child(2) {
    position: absolute;
    top: 65%;
    left: 100px;
}
section.impact_section .impact_sub_sec ul li:nth-child(3) {
    position: absolute;
    top: 10%;
    left: 70%;
}
section.impact_section .impact_sub_sec ul li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 70%;
}
section.impact_section .impact_icon {
	    width: 80px;
    line-height: 80px;
    background: #FFCAE2;
    border-radius: 25px;
}
section.impact_section .impact_sub_sec ul li h3 {
	display: inline-block;
	font-weight: bold;
	font-size: 60px;
	line-height: 73px;
	color: #000000;
	margin-right: 10px;
	font-family: 'Roboto';
}
section.impact_section .impact_sub_sec ul li p {
	    display: inline-block;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
}
section.impact_section .impact_sub_sec ul li p span {
	display: inline-block;
	font-weight: bold;
}

/*Impact section ends*/

/*get started section starts*/

section.getstarted_section {
    position: relative;
    padding-bottom: 0;
}
section.getstarted_section h2 {
    font-size: 46px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
}
.get_cont {
    text-align: center;
}
.get_cont h3 {
    font-size: 28px;
    text-align: center;
    color: #000;
    font-family: 'Roboto';
    font-weight: 700;
}


/*get started section ends*/



/*footer css starts*/

section.footer_address_wrap {
        position: relative;
    padding-bottom: 0;
    background: transparent;
}

.footer_address_sec {
	width: 100%;
	background: #555777;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 31px;
	padding: 40px;
}

.footer_address_sec h2 {
	font-weight: normal;
	font-size: 31px;
	line-height: 100%;
	color: #BCBCCA;
}
.footer_address_sec h2 span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 30px;
}
.footer_address_icon {
	width: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    border-radius: 200px;
    float: left;
    margin-right: 20px;
}
.footer_address_wrap h5 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	border-bottom: 1px solid #BCBCCA;
}
.footer_address_wrap h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.footer_address_wrap p {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0;
}
.footer_wrap.home_footer_sec {
    padding: 140px 0 40px !important;
    margin-top: -85px;
}
.copyright.home_footer_sec {
    background: #2962d3 !important;
    border-top: 1px solid #BCBCCA !important;
}
.copyright.home_footer_sec .copyright_content p {
    margin: 0;
}
.copyright.home_footer_sec .copyright_content ul {
    text-align: right;
}

/*################################## NEW LANDING ###############################*/ 

.footer_wrap {
	background: #2962D3;
	padding: 60px 0;
}
.footer_wrap .footer_logo {
    width: 200px;
}
.footer_content_sec img {
	display: block;
	margin-bottom: 15px;
}
.footer_content_sec p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.footer_sub_title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,0.35);
	margin: 0 0 15px;
}
.quick_links ul {
	padding: 0;
	margin: 0;
}
.quick_links ul li {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.quick_links ul li:last-child {
    margin-bottom: 0px;
}
.quick_links ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.82);
}
.quick_links ul li a:hover {
	color: rgba(255, 255, 255, 1);
}
.case_studies_wrap ul {
	padding: 0;
	margin: 0;
}
.case_studies_wrap ul li {
	display: block;
	margin-bottom: 15px;
}
.case_studies_wrap ul li:last-child {
	margin-bottom: 0px;
}
.case_studies_wrap ul li img {
	float: left;
	margin-right: 15px;
}
.case_studies_wrap ul li p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}
.copyright {
	background: #35364E;
	padding: 20px 0;
}
.footer_social_media {
	padding: 0;
	margin: 0;
	text-align: right;
}
.footer_social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.footer_social_media li:nth-child(1) {
	margin-right: 10px;
}
.footer_social_media li:last-child {
	margin-right: 0px;
}
.footer_social_media li a {
	    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 4px 10px;
}
.footer_social_media li a:hover {
	color: #fff;
	border: 2px solid #f72585;
	background: #f72585;
}
.copyright_content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.63);
	margin: 0 0 5px;
}
.copyright_content ul {
	padding: 0;
	margin: 0;
}
.copyright_content ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-right: 15px;
	position: relative;
}
.copyright_content ul li:last-child {
	margin-right: 0px;
}
.copyright_content ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.63);
    top: 10px;
    right: -10px;
}
.copyright_content ul li:last-child::before {
    display: none;
}
.copyright_content ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.63);
}


/*footer css ends*/









/*responsive css starts*/


@media screen and (max-width:991.98px){

section.upcomming_event_section .heading_one h2,
section.staytuned_section .stay_cont h2,
section.eir_program_section .eir_cont h2,
section.additional_section h2,
section.join_section h2 {
    font-size: 28px;
}
section.upcomming_event_section .heading_one h3 {
    font-size: 22px;
}
section.upcomming_event_section .heading_one h3:before {
    top: 12px;
}
section.upcomming_event_section .event_date h3,
section.upcomming_event_section .event_loc h3 {
    font-size: 26px;
}

section.upcomming_event_section span.font-sz {
    font-size: 20px;
}
section.staytuned_section .stay_cont p {
    font-size: 18px;
}
section.partner_connect_section * {
    text-align: left;
}
section.partner_connect_section h2 {
    font-size: 28px;
    text-align: left;
}
section.entrepreneurship_section .enter_cont h2 {
    font-size: 28px;
}
section.entrepreneurship_section .enter_cont h2 span.fnt-sz {
    font-size: 18px;
}

section.entrepreneurship_section .enter_cont h3 {
    font-size: 16px;
}
section.eir_program_section .eir_cn h3 {
    font-size: 18px;
}
section.eir_program_section .eir_dvs {
    padding: 40px 15px 0;
}

section.eir_program_section ul li {
    display: flex;
    margin-top: 10px;
}
section.additional_section .add_cont h3 {
    font-size: 20px;
}

section.additional_section .add_cont p {
    width: 100%;
}

section.impact_section .impact_title_sec h2 {
    font-size: 50px;
    color: #000;
    line-height: 54px;
    margin-top: 40px;
        margin-left: -50px;
}
section.impact_section .impact_sub_sec ul li {
    display: inline-block;
    z-index: 9;
}
section.impact_section .impact_sub_sec img {
    width: 70%;
}
section.impact_section .impact_sub_sec ul li:nth-child(1) {
    left: 50px;
}
section.impact_section .impact_icon {
    width: 60px;
    line-height: 60px;
            text-align: center;
}

section.impact_section .impact_icon img {
    width: 50%;
}

section.impact_section .impact_sub_sec ul li h3 {
    font-size: 46px;
}
section.impact_section .impact_sub_sec ul li p {
    font-size: 18px;
    line-height: 20px;
}
section.impact_section .impact_sub_sec ul li > br {
    display: none;
}
section.impact_section .impact_sub_sec ul li:nth-child(2) {
    top: 75%;
    left: 50px;
}
section.impact_section .impact_sub_sec ul li:nth-child(3) {
	top:0;
    left: 60%;
}
section.impact_section .impact_sub_sec ul li:nth-child(4) {
    top: 40%;
    left: 60%;
}

section.getstarted_section h2 {
    font-size: 28px;
}

.get_cont h3 {
    font-size: 20px;
}


}


@media screen and (max-width:767.98px){

section.hero_section .hero_cont h1 span {
    font-size: 28px;
}

section.hero_section .hero_cont h2 {
    font-size: 22px;
}
section.hero_section .hero_cons h3 {
    border-right: 0;
    text-align: left;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
section.upcomming_event_section .event_date h3,
section.upcomming_event_section .event_loc h3 {
    text-align: center;
}
section.upcomming_event_section img {
    width: 40px;
    margin: 10px auto;
}
section.staytuned_section {
    position: relative;
    padding: 0;
}
    section.staytuned_section .stay_cont p {
        font-size: 16px;
    }


section.partner_section .partner_cont h4 {
    font-size: 20px;
}
section.partner_section .partner_cont p {
    font-size: 14px;
    width: 100%;
}
section.partner_section .partner_cont {
    height: 100%;
}
section.join_section .join_dv img {
    height: 55px;
    margin-bottom: 15px;
}

section.join_section .join_dv h3 {
    font-size: 16px;
}
section.impact_section .impact_sub_sec ul li {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    margin-bottom: 20px !important;
    width: 50%;
}

section.impact_section .impact_title_sec {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}
section.impact_section .impact_title_sec h2 {
        font-size: 50px;
        color: #000;
        line-height: 54px;
        margin-top: 0;
        margin-left: 0;
    }
section.impact_section .impact_sub_sec ul {
   padding: 0;
        margin: 0;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
}
    section.impact_section .impact_sub_sec ul li h3 {
        font-size: 36px;
        margin: 0;
        display: block;
        line-height: normal;
                margin-top: 10px;
    }
section.impact_section .impact_sub_sec ul li p {
        font-size: 16px;
        

}
    section.impact_section .impact_icon {
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 15px;
    }

    section.impact_section .impact_sub_sec > img {
    position: absolute;
    right: -50px;
    top: -60px;
}
.footer_address_sec h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #BCBCCA;
}
section.impact_section {
    padding: 60px 0 20px;
}
.footer_social_media {
           padding: 0;
        margin: 0;
        text-align: right;
        margin-top: -15px;
}




.copyright.home_footer_sec * {
    text-align: center !important;
}
section.hero_section {
    padding: 100px 0 60px;
}
.header-nav {
    background: #fff;
}
.header-nav  #navbarCollapse {
    margin-top: 30px;
}

section.hero_section .btn_signup a {
    width: 80%;
    margin-right: 0px !important;
}
section.hero_section .btn_signup {
    text-align: center;
}

section.partner_connect_section .icon_dv {
    width: 30px;
    margin: 0 0 15px;
}
section.additional_section .icon_dv {
    width: 30px;
    margin-bottom: 20px;
}








div#loginModal .modal-body .link-block-interaction-home.big .img-fluid {
    width: 50%;
    margin: auto;
}
div#registrationModel .modal-body,
div#loginModal .modal-body {
    padding: 0px 12px !important;
}
div#loginModal .form-cont,
#registrationModel .form-cont {
    padding: 30px !important;
}
div#loginModal .link-block-interaction-home.big,
#registrationModel  .link-block-interaction-home.big{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
}
div#loginModal button.btn-close,
#registrationModel  button.btn-close {
    top: 10px !important;
    right: 10px !important;
    color: #fff;
    filter: invert(1) brightness(1);
    opacity: 1;
}
#registrationModel .progress-bar li {
    margin-top: 20px;
}

}

/*responsive css ends*/
