@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');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

a{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
img{
max-width: 100%;
}
.main_header {
    position: relative;
    background: #0074a8;
    padding: 70px 30px 40px;
}
a.main_logo {
    /* background: #fff; */
    /* padding: 10px; */
    width: 160px;
    height: 150px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 10%, 100% 0px, 100% 100%, 0px 90%);
}
a.main_logo img {
    height: auto;
}
.main_menu .menu{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.main_menu .menu_item:first-of-type{
	padding-left: 0;
}
.main_menu .menu_item{
	padding: 10px 10px;
    margin: 0;
    align-items: center;
    display: inline-flex;
    position: relative;
}
.toggle_menu_btn{
	display: none;
}
.main_menu .menu_item .manu_link_item{
	color: #fff;
	font-size: 19px;
    display: block;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    position: relative;
    border-bottom: 0;
    padding: 0 0 .3rem;
    font-family: Rubik, Helvetica, sans-serif;
    transition: color .2s ease-in-out;
}
.main_menu .menu_item .manu_link_item:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    transition: 0.5s all;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .4s 
	cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s 
	cubic-bezier(.19, 1, .22, 1), -o-transform .4s 
	cubic-bezier(.19, 1, .22, 1);
}
.main_menu .menu_item .manu_link_item:hover:after {
   transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 1s 
cubic-bezier(.19, 1, .22, 1);
}
.main_menu .menu_item .manu_link_item.c-white:after {
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 1s 
cubic-bezier(.19, 1, .22, 1);
}
.maga_manu {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 2;
    padding: 10px;
    width: 280px;
    height: max-content;
    opacity: 0;
    transition: 0.5s all;
    display: none;
}
.main_menu .menu_item:hover .maga_manu{
	opacity: 1;
	display: block;
}
.maga_manu ul li{
	flex: 0 1 100%;
    height: auto;
    display: block;
    padding: 0 1rem;
    margin-bottom: .5rem;
}
.maga_manu ul li a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem 0;
    color: #19162f;
    text-transform: none;
    line-height: 1.4;
    font-weight: 400;
    font-size: 19px;
}
.maga_manu ul li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #000;
    transition: 0.5s all;
     background: #19162f;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .4s 
	cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s 
	cubic-bezier(.19, 1, .22, 1), -o-transform .4s 
	cubic-bezier(.19, 1, .22, 1);
}
.maga_manu ul li a:hover:after {
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 1s 
cubic-bezier(.19, 1, .22, 1);
}



/*......banner......*/
.index_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner img:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: .65;
    content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
}
.index_banner{
	position: relative;
	padding: 0 100px;
	margin-bottom: 40px;
}
.index_banner:before {
    background: #0073a7;
    height: 50%;
    animation: slantUp .5s forwards .5s;
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: -1;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 73%);
}
.index_banner_main_img {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    clip-path: polygon(0 3%,100% 0px,100% 100%,0px 97%);
    height: 820px;
    object-fit: cover;
}


.banner_pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1050px;
}
.banner_text h1 {
    font-size: 89px;
    color: #fff;
    margin-bottom: 30px;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.banner_text p{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	max-width: 800px;
}
.banner_pos_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 18px;
    display: flex;
}
.banner_pos_img svg {
    width: 150px;
    height: 100%;
}
.index_banner_main_img:before {
    background: rgba(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: " ";
    height: 100%;
}
.index_banner_main_img_bg{
	padding: 0 30px;
}
.media_block button {
    background: #0073a7;
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    transition: 0.5s all;
}
.media_block button:hover{
	transform: scale(1.3);
}
.media_block button svg {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
.media_block button svg g{
	fill: #fff;
}
.media_block {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.media_block span{
	color: #fff;
	font-size: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	
	font-weight: 600;
}
.facultie_sec_text a{
	color: #fff;
}
.facultie_sec_text a h4 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 5px;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.facultie_sec_text p{
   font-size: 18px;
   margin-bottom: 0px;
   color: #fff;
}

.facultie_sec_col{
	position: relative;
	transition: 0.5s all;
	background: transparent;
	width: 47.5%;
	margin-bottom: 64px;
}
.facultie_sec_text{
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 24px;
    height: 100%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}
.facultie_sec_col_shadow{
	transition: 0.5s all;
	    position: relative;
    transition: all .2s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.facultie_sec_col_shadow:hover {
    transform: translate3d(-7px,-7px,0);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%)    
}
.facultie_sec_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s all;
    display: block;
    width: 100%;
    transition: .3s ease;
    background: transparent;
}
.facultie_sec_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.facultie_sec{
	padding-top: 30px;
}
.bg_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .2s ease-in-out;
    clip-path: polygon(0 3%,100% 0,100% 100%,0 97%);    
}
.facultie_sec_grid {
    position: relative;
    z-index: 1;
}
.facultie_sec_grid:hover .bg_color{
    transform: translate3d(10px,10px,0);      
}
.bg_color.bg_01{
 background-color: #ffe947; 
}
.bg_color.bg_02{
	background-color: #19162f;  
}
.bg_color.bg_03{
	background-color: #0037d0;  
}
.bg_color.bg_04{
	background-color: #d6ff41;  
}
.rainscreen_sec_col img {
    width: 100%;
    height: auto;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}
.rainscreen_sec_text{
    padding: 0 94px;
}
.rainscreen_sec_text h2 {
    font-size: 49px;
    margin-bottom: 20px;
    color: #19162f;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.rainscreen_sec_text p{
	font-size: 20px;
	margin-bottom: 20px;
	color: #18162F;
}
.all_btn{
	cursor: pointer;
    padding: 20px 40px;
    display: inline-block;
    color: #fff !important;
    background: #0073a7;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .2s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: max-content;
}
.all_btn:hover{
	clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
	transition: 0.5s all;
}
.rainscreen_sec .row{
    margin: 80px 0 140px;
    align-items: center;
}
.rainscreen_sec_col:before {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}
.rainscreen_sec_col{
	position: relative;
}
.rainscreen_sec_col_two{
	position: relative;
}
.rainscreen_sec_col_two:before {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: #0037d0;
    content: "";
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    left: auto;
}
.rainscreen_sec_col_two img{
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
.collaborate_left p{
	position: relative;
}

.collaborate_left p:before {
    content: "\201c";
    color: #19162f;
    font-size: 5rem;
    line-height: 2rem;
    font-weight: 700;
    display: block;
    color: #fff;
}
.collaborate_sec {
    background: #0073a7;
    padding: 120px 0;
    margin: 40px 0 140px;
    clip-path: polygon(0px 0px, 100% 3%, 100% 97%, 0px 100%);
}
.collaborate_left p{
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
}
.collaborate_left span{
	font-size: 28px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 800;
	text-transform: uppercase;
}
.collaborate_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.collaborate_right img{
	width: 100%;
	clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
}
.collaborate_right:before {
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #000;
    content: " ";
    z-index: -1;
    bottom: -15px;
    clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
}
.collaborate_right {
    clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);
    position: relative;
}
.collaborate_left {
    width: 65%;
    position: absolute;
    left: 0;
    max-width: 100%;
    z-index: 1;
}
.collaborate_right {
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
}
.rainscreen_sec_col_three{
	position: relative;
}
.rainscreen_sec_col_three:before{
	background: #ffe947;
}
.workforce_sec_col p {
    font-size: 79px;
    margin: 20px 0 0;
    color: transparent;
    -webkit-text-stroke: 1px #0073a7;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.4;
}
.workforce_sec_col {
    text-align: center;
}
.workforce_sec_col span{
	font-size: 20px;
	color: #19162f;
}
.workforce_sec {
    margin-bottom: 120px;
}
.the_latest_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.the_latest_heading h5 {
    font-weight: 500;
    color: #fff;
    font-size: 56px;
    margin-bottom: 0;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.the_latest_sec {
    background: #19162f;
    padding: 130px 0 50px;
    clip-path: polygon(0 2%, 100% 0px, 100% 100%, 0px 100%);
}
.latest_posts_link a {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #0073a7;
}
.latest_posts_link a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 2px;
	content: " ";
	width: 0%;
	transition: 0.5s all;
	
}
.latest_posts_link a:hover:before{
	background: #fff;
	width: 100%;
}
.the_latest_text span{
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.the_latest_text a{
	color: #fff;
}
.the_latest_left:hover a{
	 text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #0073a7;
}

.the_latest_text a h4{
	font-weight: 400;
	font-size: 29px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 10px;
}
.the_latest_text {
    margin-top: 20px;
}
.the_latest_img_mini {
    overflow: hidden;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
}
.the_latest_img {
    position: relative;
    
}
.the_latest_img:before{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	content: " ";
	background: #0073a7;
	clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
}
.the_latest_left {
    width: 48%;
    position: relative;
    margin-bottom: 60px;
}
.the_latest_left img {
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
    object-fit: cover;
}
.the_latest_left:hover img{
	transform: scale(1.1);

}
.the_latest_row {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}


.opportunity_sec{
	position: relative;
}
.opportunity_sec:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 6%;
    background: #19162f;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 15%);
    z-index: 1;
}
.opportunity_text h5 {
    font-size: 49px;
    font-weight: 400;
    color: #fff;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.opportunity_text p{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0;
}
.opportunity_pos {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.opportunity_text {
    max-width: 36%;
}
.opportunity_sec img {
    width: 100%;
    height: 644px;
    object-fit: cover;
    object-position: bottom;
}
.opportunity_sec_img {
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
.opportunity_sec_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);
    z-index: 0;
}
.index_logo_boxer ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_logo_boxer ul li {
    width: 20%;
    text-align: center;
}
.index_logo_boxer ul li img{
	width: auto;
    max-height: 80px;
    align-self: center;
    image-rendering: -webkit-optimize-contrast;
}
.index_logos {
    padding: 110px 0 90px;
}
.footer-signup {
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    padding: 50px 0;
}
.footer-signup:before {
    content: "";
    background: #0073a7;
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.footer-signup__inner {
    padding: 3rem 0;
    clip-path: polygon(0 0,100% 5%,100% 95%,0 100%);
}
.footer-signup__wrapper {
    display: flex;
    justify-content: space-between;
}
.footer-signup__content h2 {
    font-size: 49px;
    color: #fff;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.footer-signup__content {
    width: 35%;
}
.form_btn .all_btn {
    background: #19162f;
    font-size: 16px;
    padding: 20px 30px;
}
.footer-signup__form {
    width: 60%;
}
.form_input input{
	background: transparent;
	color: #fff;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 10px 0px;
	font-size: 20px;
}
.form_input input::placeholder{
	font-size: 20px;
	color: #fff;
}
.form_input input:focus-visible {
    outline: none;
}
.footer-signup__form fieldset.form__row.form__row--checkbox {
    margin-top: 30px;
}
.footer-signup__form fieldset label {
    font-size: 16px;
    color: #fff;
    display: flex;
        position: relative;
    padding-left: 35px;
}
span.checkmark {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: transparent;
    top: 0px;
    border: 1px solid #000;
}

.form__row label .input_check:checked + .checkmark:after {display: block;}

span.checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.footer-signup__form {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.form__row label .input_check {
    height: 24px;
    width: 24px;
    background: transparent;
    border-color: #19162f;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.form_btn {
    margin-left: 30px;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
}
.footer-meta {
    width: 35%;
}
.footer-locations {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    width: 65%;
}
.footer-location {
    width: 33.33%;
    padding: 0 10px 40px;
}
.home-section footer.footer {
    margin-top: -80px;
}
footer.footer {
    background: #19162f;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 80px 30px 40px;
}
.footer-logo {
    width: 40%;
}
.footer-nav-list .footer-nav-item a {
    color: #fff;
    font-size: 24px;
    text-transform: none;
    position: relative;
}
.footer-nav-list .footer-nav-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    transition: 0.5s all;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .4s 
cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s 
cubic-bezier(.19, 1, .22, 1), -o-transform .4s 
cubic-bezier(.19, 1, .22, 1);
}
.footer-nav-list .footer-nav-item a:hover:after {
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 1s 
cubic-bezier(.19, 1, .22, 1);
}
.footer-nav {
    margin: 48px 0;
}
li.footer-nav-item {
    margin-bottom: 10px;
}
.footer-location h6 {
    font-size: 18px;
    margin: 20px 0 10px;
    font-family: paralucent, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7rem;
    font-variant-caps: small-caps;
    text-transform: capitalize;
}
.footer-location p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}
.footer-location a {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    font-family: paralucent, Helvetica, sans-serif;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: #0073a7;
    margin-top: 10px;
    transition: 0.5s all;
    display: inline-block;
}
.footer-location a:hover{
	color: #0073a7;
}
.footer-location a:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #f43d04;
    height: 1px;
    content: " ";
    width: 0%;
    transition: 0.5s all;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .4s 
cubic-bezier(.19, 1, .22, 1), -webkit-transform .4s 
cubic-bezier(.19, 1, .22, 1), -o-transform .4s 
cubic-bezier(.19, 1, .22, 1);
}
.footer-location a:hover:before {
    background: #fff;
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 1s 
cubic-bezier(.19, 1, .22, 1);
width: 100%;
}
.site-footer__social {
    display: flex;
    width: 100%;
}
.social-block {
    width: 45px;
    height: 45px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0073a7;
    border: 1px solid transparent;
    margin-right: 10px;
    transition: all .2s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.social-block:hover{
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}
.footer-copy p {
    color: #fff;
    font-size: 16px;
    margin: 30px  0 20px;
}
.facultie_sec_img{
	position: relative;
}
.facultie_sec_img:after {
    position: absolute;
    content: " ";
    left: 0;
    top: 00;
    width: 100%;
    height: 100%;
    background: #0000004a;
    z-index: 0;
}
.toggle_close{
	display: none;
}

.container.form_section_maine {
    padding: 40px 0 80px 0;
}

.form_section_maine .banner_pos_img {
    position: absolute;
    right: 0;
    top: 24px;
}







/*..........responsive...........*/


@media (min-width: 1600px){
.the_latest_sec .container {
    min-width: 1440px;
}
.main_header .container {
    min-width: 1440px;
}

}

@media (max-width: 1440px){
 .index_banner:before {
    top: -1px;
}
.index_banner {
    padding: 0;
}
a.main_logo img {
    object-fit: contain;
}
a.main_logo {
    height: 100px;
}
.rainscreen_sec_text {
    padding: 0 50px;
}
.workforce_sec_col p {
    font-size: 60px;
}
.opportunity_text {
    max-width: 40%;
}
footer.footer {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}
.footer-location {
    padding: 0 8px 40px;
}
.footer-signup__inner {
    padding: 4rem 0;
}
.the_latest_text a h4 {
    font-size: 28px;
}
.banner_text h1 {
    font-size: 82px;
}
.index_banner_main_img_bg {
    padding: 0;
}
.rainscreen_sec .row {
    margin: 80px 0 110px;
}
.rainscreen_sec_text h2 {
    font-size: 46px;
}


}




@media (max-width: 1199px){

.toggle_menu_btn span {
    display: block;
    width: 35px;
    height: 6px;
    margin-bottom: 6px;
    transition: transform .3s 
cubic-bezier(.77, .2, .05, 1), opacity .3s 
ease;
    background: #fff;
}
.toggle_menu_btn {
    border: 0;
    background: transparent;
    display: block;
    width: max-content;
}
.main_menu{
    display: block;
    position: fixed;
    top: 0;
    background: #0074a8;
    z-index: 1;
    width: 50%;
    left: -100%;
    height: 100vh;
    transition: 0.7s all;
    padding: 53px 20px 20px;
}
.main_menu .menu {
    display: block;
    height: 90vh;
    overflow: auto;
    padding: 10px 10px;
}
.main_menu .menu_item {
    display: flex;
    padding-left: 0;
            display: block;
        width: max-content;
}
.maga_manu {
    position: static;
    width: 100%;
    background: transparent;
}
.maga_manu ul li a {
    color: #ffffffbd;
    font-size: 18px;
}
.maga_manu ul li {
    padding: 0;
}
.toggle_open{
	overflow: hidden;
}
.toggle_open:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 1;
}
.toggle_open .main_menu{
	left: 0;
}
.toggle_menu_btn span:not(:nth-child(2)) {
    clip-path: polygon(0 0,100% 8%,100% 85%,0 100%);
}
.index_banner_main_img {
    clip-path: polygon(0 0%,100% 0px,100% 100%,0px 100%);
    height: 820px;
}
.home-section .main_header {
    position: absolute;
    background: transparent;
    padding: 50px 0;
    width: 100%;
    z-index: 2;
}
.banner_pos_img {
    margin-top: 0;
}
.toggle_open .toggle_close {
    display: block;
    height: 70px;
}
.toggle_close span{
    display: block;
    width: 35px;
    height: 6px;
    margin-bottom: 6px;
    transition: transform .3s 
cubic-bezier(.77, .2, .05, 1), opacity .3s 
ease;
    background: #fff;
   transform: rotate(45deg) translate(5px, 13px);
}
.toggle_close span:nth-child(2) {
    transform: rotate(-45deg) translate(-4px,-4px);
}
.toggle_close span:nth-child(1){
      clip-path: polygon(0 0, 100% 8%, 100% 85%, 0 100%);
}
.main_menu .menu_item .manu_link_item {
    width: max-content;
}
.maga_manu ul li a:hover:after {
    background: #ffff;
}
.index_banner {
    overflow: hidden;
}
.rainscreen_sec_text {
    padding: 0;
}
.rainscreen_sec_text h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.rainscreen_sec_text p {
    font-size: 16px;
    margin-bottom: 16px;
}
.all_btn {
    padding: 16px 32px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: normal;
}
.collaborate_left p {
    font-size: 21px;
    margin-bottom: 15px;
}
.collaborate_left span {
    font-size: 20px;
    font-weight: 600;
}
.rainscreen_sec .row {
    margin: 64px 0 110px;
}
.workforce_sec_col p {
    font-size: 54px;
}
.workforce_sec_col span {
    font-size: 17px;
}
.workforce_sec {
    margin-bottom: 64px;
}
.the_latest_heading h5 {
    font-size: 28px;
}
.the_latest_text a h4 {
    font-size: 18px;
}
.latest_posts_link {
    position: absolute;
    bottom: 30px;
    left: 46%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.the_latest_sec {
    position: relative;
    padding: 50px 0 50px;

}
.latest_posts_link a {
    font-size: 18px;
    font-weight: 600;
}
.the_latest_left img {
    height: 300px;
}
.opportunity_text h5 {
    font-size: 28px;
}
.opportunity_text p {
    font-size: 16px;
    margin: 24px 0;
}
.opportunity_text {
    max-width: 100%;
}
.index_logos {
    padding: 64px 0;
}
.index_logo_boxer ul {
    flex-wrap: wrap;
    justify-content: center;
}
.index_logo_boxer ul li {
    width: 25%;
    margin-bottom: 16px;
}
.footer-signup__wrapper {
    flex-wrap: wrap;
}
.footer-signup__content {
    width: 100%;
}
.footer-signup__form {
    width: 100%;
}
.form_btn .all_btn {
    font-size: 16px;
    padding: 16px 25px;
}
.footer-meta {
    width: 100%;
}
.footer-locations {
    width: 100%;
}
.footer-location {
    width: 100%;
    padding: 0;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.footer-location h6 {
    font-size: 18px;
    margin: 0px 0 8px;
    font-weight: 600;
    line-height: normal;
}
.footer-location a {
    margin-top: 8px;
}
.site-footer__social {
    margin-top: 0;
}
.footer-nav-list .footer-nav-item a {
    font-size: 20px;
}
li.footer-nav-item {
    margin-bottom: 4px;
}
.footer-nav {
    margin: 30px 0;
}
.footer-logo {
    width: 18%;
}
footer.footer {
    padding: 98px 30px 40px;
}
.opportunity_sec img {
    height: 400px;
}
.opportunity_sec:before {
    top: -1px;
}
.the_latest_row {
    margin-top: 32px;
}	
.facultie_sec_text a h4 {
    font-size: 28px;
    margin-bottom: 0;
}
.facultie_sec_text p {
    display: none;
}
.facultie_sec_img img {
    height: 100%;
}
.facultie_sec_col {
    margin-bottom: 44px;
}
.banner_text h1 {
    font-size: 44px;
    margin-bottom: 16px;
}
.banner_text p {
    font-size: 20px;
    margin-bottom: 16px;
}
.media_block button {
    height: 60px;
    width: 60px;
}
.media_block span {
    display: none;
}
.index_banner img {
    object-fit: cover;
}
.index_banner_main_img {
    height: 650px;
}
.index_banner {
    margin-bottom: 0;
}
.footer-signup__content h2 {
    font-size: 28px;
}

.main_header {
    padding:  40px;
}







}
@media (max-width: 991px){





}





@media (max-width: 767px){


.facultie_sec_col {
    margin-bottom: 16px;
    width: 100%;
}
.rainscreen_sec_text {
    padding: 0;
    margin-bottom: 64px;
}
.rainscreen_sec .row {
    margin: 0;
}
.rainscreen_sec_col {
    position: relative;
    margin-top: 64px;
}
.rainscreen_sec_col_two{
	margin-top: 0;
}
.collaborate_left {
    width: 100%;
    position: inherit;
    left: auto;
    max-width: 100%;
    order: 2;
}
.collaborate_main {
    flex-wrap: wrap;
}
.collaborate_right {
    width: 100%;
    order: 1;
    margin-bottom: 32px;
}
.collaborate_sec {
    padding: 80px 0;
    margin: 40px 0 0px;
}
.workforce_sec_col p {
    font-size: 34px;
}
.workforce_sec .col-md-3 {
    width: 25%;
}
.workforce_sec_col span {
    font-size: 16px;
}
.the_latest_left {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.the_latest_row {
    margin-top: 32px;
    flex-wrap: wrap;
}
.index_logo_boxer ul li {
    width: 50%;
}
.footer-signup__form {
    flex-wrap: wrap;
}
.footer-logo {
    width: 25%;
}
.form_btn {
    margin-left: 0;
}
.form_btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
span.checkmark {
    top: 14px;
}
.form_btn .all_btn {
    width: 100%;
}
.footer-signup__inner {
    padding: 4rem 0 8rem;
}
}



@media (max-width: 580px){
	.banner_pos {
    width: 100%;
    top: 58%;
}
.main_menu {
    width: 85%;
    padding: 22px 10px 10px;
}
.media_block {
    margin-top: 24px;
}
.workforce_sec .col-md-3 {
    width: 50%;
}
.workforce_sec_col p {
    font-size: 49px;
}
.workforce_sec {
    margin-top: 30px;
}
.footer-logo {
    width: 36%;
}
.footer-copy p {
    font-size: 14px;
    margin: 20px  0 20px;
}
.index_banner img {
    object-position: 35% 100%;
}

rainscreen_sec_col {
    margin-left: 15px;
    margin-bottom: 40px;
}
.rainscreen_sec .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.rainscreen_sec_col_two {
    margin-left: 0;
    margin-right: 15px;
}
.the_latest_left {
    margin-left: 15px;
}
.latest_posts_link {
    left: 40%;
}
.footer-signup__inner {
    padding: 2rem 0 7rem;
}
.form_input input {
    font-size: 16px;
}
footer.footer {
    padding: 98px 0 40px;
}
.form_input input::placeholder{
	font-size: 14px;
}
.footer-signup__form fieldset label {
    font-size: 14px;
    margin-top: 75px;
}
.form_btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}
.footer-signup_form fieldset.formrow.form_row--checkbox {
    position: relative;
}
span.checkmark {
    top: 7px;
}
.rainscreen_sec_two .col-md-6:nth-child(1){
	order: 2;
}
.rainscreen_sec_two .col-md-6:nth-child(2){
	order: 1;
}
.rainscreen_sec_text {
    margin-bottom: 50px;
    margin-top: 25px;
}
.rainscreen_sec_two {
    margin-bottom: -60px !important;
}
.collaborate_sec {
    margin: 0px;
}
.collaborate_right {
    padding-right: 15px;
    padding-left: 0;
}
.collaborate_right:before {
    right: -15px;
    left: auto;
}
.facultie_sec_text {
    padding: 15px 15px;
}
.opportunity_text p {
    margin: 18px 0;
}
.collaborate_left p:before {
    font-size: 3rem;
    font-family: sans-serif;
}
footer.footer {
    padding: 60px 0 40px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}

.rainscreen_sec_col {
    margin-left: 15px;
}







}

@media (max-width: 380px) {
    .form_btn {
        top: 49%;
    }
}
