
/* custom css by desiner madhusudhan */
.site-header .header-top {
	display: none;
}
/*.home.has-slider .site-header .header-bottom, .site-header .header-bottom {
	padding: 0 0 10px;
}*/
.logo-text .site-logo {
	width: 200px;
	margin-top: -17px;
}

.main-navigation ul {
	margin: 6px 33px 0 0;
}

/*start Footer*/

footer .widget_media_image img{
	max-height: 80px;
	width: auto;
}

footer .column > section:first-child.widget_media_image img{
	max-height:120px; 
}


.site-footer, .footer-t {
    background: #2e6a8b!important;
}

.site-info {
   
    background: #083b56!important;
   
}




/*End Footer*/

/*inner header*/

.inner_header {
	border-bottom: 3px solid #f3756f;
	height: 250px;
	/*background: url(../images/innerbg.jpg);*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-size: cover;
}
.inner_header:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
}

.inner_header .container {
	position: relative;
	z-index: 1;

}

.inner_header .page_title {
	text-align: center;
	font-size: 36px;
	padding-top: 2em;
	color: #054264;
}

/*Contact page*/
.contact-container {
	display: -webkit-box  ;
	display: -ms-flexbox  ;
	display: flex  ;
	-webkit-box-pack: justify ;
	-ms-flex-pack: justify ;
	justify-content: space-between ;
}

.conact-details {
	padding-right: 15px;
	width: 66%;
}

.contact-form {
	background: #f4f4f4;
	padding: 15px;
	width: 33.33%;
	margin: 0;
	padding: 28px 30px 1px 27px;
	font-size: 16px;
}

.contact-form  .wpcf7-form-control,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form textarea {
	width: 100%;
	padding: 10px 20px;
	border: none;
	background: #eee;
}



.contact-form .wpcf7-submit  {
	background: #f37567;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 13px 20px !important;
}

.contact-form .wpcf7-submit:hover {
	background: #777;
	box-shadow: none;
}


#secondary .widget_media_image {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.wpgdprc .wpgdprc-consent-modal__description[data-target='1']  .wpgdprc-switch .wpgdprc-switch-inner:after{ content: 'Yes' !important; background: #F3F3F3  !important;  text-align: center !important; padding-right: 0 !important; color: #000; }
div.wpgdprc .wpgdprc-consent-modal__description[data-target='1']  .wpgdprc-switch .wpgdprc-switch-inner:before{ text-align: center !important; padding-left: 0 !important;}
div.wpgdprc .wpgdprc-consent-modal__description[data-target='1']  .wpgdprc-switch .wpgdprc-switch-switch{ display: none !important;}
div.wpgdprc .wpgdprc-checkbox{ margin-top: 20px;}

div.wpgdprc .wpgdprc-consent-modal__description[data-target='1'] .wpgdprc-switch::after {
content: "Enabled";
line-height: 27.7px;
position: absolute;
right: calc(-100% - 7px);
top: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*t edit start*/

.application_form form label {
	display: block;
	font-weight: bold;
}
.application_form form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.application_form form .wpcf7-form-control-wrap input {
	width: 100%;
	max-width: unset;
}
.application_form form textarea {
	resize: unset;
	height: 100px;
	width: 100%;
	max-width: unset;
}
.application_form form .wpcf7-form-control-wrap .wpcf7-radio input {
	width: auto;
}
#primary .page .entry-content table td, #primary .post .entry-content table td {
	padding: 12px;
}
body .application_form form .wpcf7-form-control-wrap input {
	width: 100%;
	max-width: unset !important;
}
.application_form form select {
	width: 100%;
}
.application_form .col-md-12, .application_form .col-md-6, .application_form .col-md-3 {
	padding: 10px;
	background: #ceefef;
	border-radius: 0;
	padding: 20px;
	margin: ;
}
.application_form .col-md-3 {
	width: 25%;
	float: left;
	padding-top: 5px;
	padding-left: 2%;
	padding-bottom: 5px;
}
.application_form form br {
	display: none;
}
#primary .page .entry-content table tr:nth-child(2n+1), #primary .post .entry-content table tr:nth-child(2n+1) {
	background: unset;
}
#primary .page .entry-content table th, #primary .post .entry-content table th {
	padding: 0 14px;
}
.application_form .col-md-3.tobox {
	width: 34%;
}


/*t edit end*/



/*Responsive*/

/*Header*/

@media screen and (max-width: 1199px){
	.logo-text .site-logo {
		width: 150px;
	}
}

@media screen and (max-width: 1024px){
	.logo-text .site-logo {
		margin-top: 0;
	}
}

@media screen and (max-width: 991px){
	.contact-form, .conact-details {
		width: 50%;
	}
}


@media screen and (max-width: 767px){
.application_form .col-md-3.tobox {
	width: 100%;
}	
.application_form .col-md-3.tobox {
	width: 100%;
}	
	.contact-container {
		-ms-flex-wrap: wrap  ;
		flex-wrap: wrap  ;
	}
	.contact-form, .conact-details {
		width: 100%;
	}

	.contact-form {
		margin-top: 30px;
	}

	.inner_header {
		height: 160px;
	}
	.inner_header .page_title {
		font-size: 26px;
	}
	.inner_header .page_title {
		padding-top: 3em;
	}
	.application_form .col-md-6 {
		width: 100%;
	}
.application_form .col-md-3 {
	width: 100%;
	margin: auto;
	padding: 10px 20px;
}
	.form_twoColBox ul {
		width: 100%;
	}
	.form_twoColBox ul li {
		padding: 0;
	}
	#primary .page .entry-content .application_form table tr {
		display: block;
		width: 100%;
	}
	#primary .entry-content .application_form table td, 
	#primary .entry-content .application_form table th {
		width: 100%;
		display: block;
	}


	/*res 767*/
}


@media screen and (max-width: 675px){
	.alignright-mobile-50 {
		max-width: 50%;
	}
	.alignnone-mobile-50 {
		max-width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block; 
	}

}
