/*
Theme Name: Columbia University
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: This is a child theme of Twentysexteen
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentysixteen
Template: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
	margin: 0;;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	background: #fff;
	/*font-family: 'Bree Serif', serif;*/
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3{
}
body:not(.custom-background-image):before, 
body:not(.custom-background-image):after{
	display: none;
}
a, a:hover, a:focus{
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}

ul{
	list-style: none;
	margin-left: 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*======Some Margin & Padding Class =====*/
.no_margin{	margin: 0; }
.no_padding{ padding: 0; }
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px; font-size: 18px;}
/* margin-top */
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 70px;}
/* padding-top */
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/* padding-bottom */
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
/* padding-left-rihgt */
.pr30{ padding-right: 30px;}
.pr40{ padding-right: 40px;}
.pr15{ padding-right: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
.pl15{ padding-left: 15px;}

.relative{
	position: relative;
}
.fullwidth{
	width: 100%;
	float: left;
}
.transition400{
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.radius_full{
	-webkit-border-radius: 100%;
	border-radius: 100%; 
}
.radius3{
	-webkit-border-radius: 3px;
	border-radius: 3px; 
}
.imgFull{
	width: 100%;
}
.radius3 {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.radius30 {
    border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.all_btn, .all_btn2 {
    padding: 0 30px;
    height: 42px;
    line-height: 40px;
    color: #ffffffe0;
    background: #000d73;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'Bree Serif', serif;
}
   
.all_btn:hover {
    background: #e48624;
    color: #fff;
}
.all_btn2{
	background: #000d73;
	color: #fff;
}
/*--.all_btn2:hover{
	color: #fff;
    background: #000d73;
}--*/
.clearafter:after{
	display: table;
	content: "";
	clear: both;
}
.responsive_nav {
    height: 38px;
    line-height: 40px;
    width: 36px;
    text-align: center;
    border: 1px solid transparent;
    padding: 0;
    font-size: 17px;
    color: #ffffff;
    background: #000d73;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.responsive_nav:focus, .responsive_nav:hover{
	background: transparent;
}
.menu_overlay {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
/*main_header*/
.main_header{
	background: #fff;
}
.main_header:after{
	content: "";
	position: absolute;
	background: #000d73;
	height: 100%;
	width: 15px;
	top: 0;
	left: 0;
}
.logo{
	-ms-flex: 0 0 300px;
    flex: 0 0 303px;
    max-width: 300px;
    z-index: 1;
}
.logo:after {
    content: "";
    position: absolute;
    background: #000d73;
    height: 100%;
    width: 70px;
    top: 0;
    left: 88%;
    -o-transform: skew(36deg);
    -ms-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -webkit-transform: skew(36deg);
    transform: skew(36deg);
    z-index: -1;
}
.main_navigation{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.main_navigation ul{
	margin-bottom: 0;
	text-align: right;
}
.main_navigation li{
	display: inline-block;
}
.main_navigation li a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    padding: 27px 1.5rem;
    text-transform: uppercase;
    line-height: 1.6;
}
.main_navigation li a:hover {
    color: #fff;
    background: #000d73;
}



/*banner_panel*/
.banner_panel .item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.banner_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    width: 900px;
    right: 0;
    text-align: center;
    margin: 0px auto;
}
.banner_content h1 {
    font-size: 5.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.banner_content h2 {
/*     font-size: 19px; */
	font-size:26px;
    font-family: 'Bree Serif', serif;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    max-width: 701px;
    margin: 0px auto;
    margin-bottom: 35px;
}
.banner_content li:last-child a, 
/*--.banner_content li:first-child a:hover{
	background: transparent;
	border: 1px solid #fff;
}--*/

.banner_content li:last-child a:hover{
	background: #000d73;
	border: 1px solid transparent;
}
.all_btn2 {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 24px 80px 30px;
    line-height: 0;
    font-size: 20px;
}
.all_btn2:hover {
    background: #000d73 !important;
    color: #fff;
}
/*about_panel*/
 .about_panel{
	background: #f8f8f8;
	padding: 3.5rem 0;
} 

.about_inner{
	max-width: 860px;
	margin: 0 auto;
	padding: 0 15px;
}
.about_inner h2{
	font-weight: bold;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #333333;
}
.about_inner p{
	font-family: 'Bree Serif', serif;
	color: #7d7d7d;
	line-height: 1.6;
}
.about-list {
	margin:0;
	padding:0;
	font-size:0;
}
.about-list li {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}



/*team_panel*/
.team_panel{
	padding: 3.5rem 0;
}
.site_heading{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.team_item{
	overflow: hidden;
}
.team_item:after {
    content: "";
    width: 100%;
    height: 0;
    background: #000d73;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.team_item:hover:after{
	height: 100%;
}

.team_content {
    position: absolute;
    bottom: -117px;
    z-index: 9;
}
.team_item:hover .team_content{
	bottom: 0;
}
.team_content h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    padding: 0.75rem 1rem;
}
.team_content h3:after {
    content: "";
    width: 140%;
    height: 100%;
    background: #000d73;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
    -webkit-transform: skew(65deg);
    -moz-transform: skew(65deg);
    -ms-transform: skew(65deg);
    -o-transform: skew(65deg);
    transform: skew(57deg);
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.team_content h5{
	padding: 0.75rem 1rem;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	
}

.team_item:hover .team_content h3:after{
	width: 0;
}
.team_content .all_btn2 {
    padding: 10px 30px 20px;
    margin: 2px 17px 20px;
    line-height: 16px;
    font-size: 15px;
}

.team_content p{
	font-family: 'Bree Serif', serif;
	padding: 0.5rem 1rem 1rem;
	color: #ffffffe0;
}

.team_box h3 {
    color: #000d73;
    font-weight: 700;
    margin-top: 13px;
	font-size: 38px;
}
.team_box h5 {
	padding-bottom: 0;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.team-text {
    font-size: 16px;
}


/*event_panel*/
.event_panel{
	background: #f1f1f1;
	padding: 3.5rem 0;
}
.event_item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #000d73;
    margin-top: 20px;
}
.event_item p{
	color: #0c0b0b;
    font-size: 16px;
}
.event_item h3 a{
	padding: 1rem;
	color: #333333;
	display: block;
	background: #fff;
	letter-spacing: 0.5px;
}
.event_item:hover h3 a{
	background: #000d73;
	color: #fff;
	text-decoration: underline;
}

/*home_contacy_panel*/
.home_contacy_panel{
	background: #e48624;
	padding: 3rem 0;
}
.home_contacy_panel h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.home_contacy_panel h2 span{
	color: #000d73;
}
.home_contacy_panel h4{
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.home_contacy_panel a.all_btn{

}

/*main_footer*/
.main_footer{
	padding: 3.5rem 0;
	background: url(images/footer_bg.jpg) ;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main_footer:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000d73;
	opacity: 0.84;
}
.main_footer .container{
	position: relative;
	z-index: 1;
}
.footer_item h3{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 1rem;
}
.footer_item li{
	margin-bottom: 5px;
}
.footer_item li span{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer_item li, .footer_item li a{
	color: #fff;
}
.footer_social li{
	margin-right: 10px;
}
.footer_social li a{
	font-size: 19px;
}
.footer-contant {
    font-size: 20px;
}
.nf-form-content {
    padding: 5px;
    max-width: 1000px;
    margin: 0!important;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    color: #000d73;
}
.nf-form-title h3 {
    margin-bottom: 20px;
}
#nf-field-9 {
    background-color: #000d73;
}

/*copyright_panel*/
.copyright_panel{
	padding: 0.8rem 1rem;
	background: #333399;
	color: #fff; 
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.8px;
}





/* Inner Banner */
.inner_banner {
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    padding: 6rem 0 6rem;
    position: relative;
    height: auto;
}
 .inner_banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/* 	height: 100%; */
	height:75%;
	background: #e48624;
	opacity: 0.85;
} 
.inner_banner_heading{
    position: relative;
    z-index: 1;
}
.breadcrumb_wrap {
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 13px;
	font-family: 'Bree Serif', serif;
	display:none;
}
.breadcrumb_wrap a{
	color: #fff;
}
.breadcrumb_wrap i{
	font-size: 10px;
}
.inner_banner_heading h1 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
	text-shadow: 0 1px 5px rgba(0,0,0,0.1);
	text-transform: uppercase;
/* 	extra add */
	margin-top:-2rem;
}
.inner_content{
	min-height: 30vh
}
.inner_content p, .inner_content div{
	color: #444;
	text-align: justify;
}

/*=========Singel post Page===========*/
.singel_page_banner {
	background-image:url(images/singel_bg.png);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
    /*background-color: #E6E6E6;*/
	padding:  0 0 45px;
    margin-bottom: 3rem;
	text-align: center;
}
.single .main_header{
	border-bottom: 1px solid #ddd;
}
.singel_page_banner .inner_page_heading h1{
	/*color: #de0a13;*/
	color: #212121;
	font-family: 'Playfair Display', serif;
	font-size:2rem;
}
.singel_page_banner .page_breadcrumb {
    color: #000;
}
.singel_page_banner .page_breadcrumb a {
    color: #DE0A13;
}
.singel_details_img img{
	width:100%;
}
.single {
	text-align: justify;
}
/* shahid */
.img_set .vc_gitem-is-link{ width:350px; height:237px;}
p.footer-contant a:hover {
    color:#000d73;
}
/* new section in home */
.about_panel1 {
    background: #f8f8f8 !important;
    padding: 3.5rem 0 !important;
}

section.about_panel {
    display: none;
}
.gform_confirmation_message {
    background: #000;
    color: #fff !important;
    padding: 16px;
    font-size: 16px;
}













/*Responsive Nav*/
@media screen and (max-width: 991px){
	.logo:after{
		left: 82%;
	}
	.main_navigation li a {
	    font-size: 1rem;
	    padding: 0 1rem;
	}
	.main_navigation li a:hover {
	    color: #000d73;
	}
	.logo {
	    -ms-flex: 0 0 240px;
	    flex: 0 0 240px;
	    max-width: 200px;
	    z-index: 1;
	}
	.main_navigation ul{
		text-align: right;
	}
	.team_content p{
		display: none;
	}
}


@media screen and (max-width: 767px){	
	/*menu_nav*/
	.responsive_nav{
		display: block;
	}
	.main_navigation{
		position: fixed;
		top: 0;
		padding-right: 0;
		left: -500px;
		height: 100%;
		overflow-y: scroll;
		width: 300px;
		background: #fff;
		-webkit-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-ms-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		z-index: 991;
		display: block;
	}
	.main_navigation ul{
		text-align: left;
	}
	.main_navigation_open{
		left: 0;
	}
	.main_navigation li, .main_navigation li a{
		display: block;
		font-size: 1.2rem;
	}
	.main_navigation li a{
		border-bottom: 1px solid #4c4b4b12;
		padding: 10px 12px 8px;
	}
	.team_content{
		bottom: -106px;	
	}
	.team_item img{
		width: 100%;
	}
}

@media screen and (max-width: 480px){
/* 	about */
	.inner_banner:before {
	height:100%;
	}
/* 	home */
	.banner_content{
		width:100% !important; 
	}
	.banner_content h1 {
    font-size: 2.5rem !important;
	}
	.banner_content h2 {
     font-size: 18px;
    padding: 0px 30px;
	}
	.about_inner h2 {
     font-size: 1.5rem;
	}
	.site_heading {
    font-size: 1.5rem;
	}
   
}

@media screen and (max-width: 360px){
  .banner_content h1 {
   
	}
}
.name_section input {
    height: 50px !important;
}
