/*
Theme Name:		 ascent child
Theme URI:		 https://ascenttheme.com/
Description:	 Child theme for the Ascent.
Author:			 Pitabas Behera
Author URI:		 http://ascenttheme.com/
Template:		 ascent
Text Domain:	 ascent-child
-------------------------------------------------------------- */ 
@import url("../ascent/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
    font-family: 'Helvetica-Regular';
    src: url('fonts/Helvetica.eot');
    src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica.woff2') format('woff2'),
        url('fonts/Helvetica.woff') format('woff'),
        url('fonts/Helvetica.ttf') format('truetype'),
        url('fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/Helvetica-Bold.eot');
    src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica-Bold.woff2') format('woff2'),
        url('fonts/Helvetica-Bold.woff') format('woff'),
        url('fonts/Helvetica-Bold.ttf') format('truetype'),
        url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Verdana-Bold';
  src: url('fonts/Verdana-Bold.svg#Verdana-Bold') format('svg'),
       url('fonts/Verdana-Bold.ttf') format('truetype'),
       url('fonts/Verdana-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'verdanab';
  src: url('fonts/verdanab.eot');
  src: url('fonts/verdanab.eot?#iefix') format('embedded-opentype'),
       url('fonts/verdanab.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana';
  src: url('fonts/Verdana.svg#Verdana') format('svg'),
       url('fonts/Verdana.ttf') format('truetype'),
       url('fonts/Verdana.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'verdana';
  src: url('fonts/verdana.eot');
  src: url('fonts/verdana.eot?#iefix') format('embedded-opentype'),
       url('fonts/verdana.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana Bold';
  src: url('fonts/Verdana Bold.eot');
  src: url('fonts/Verdana Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Verdana Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana-Bold';
  src: url('fonts/Verdana-Bold.svg#Verdana-Bold') format('svg'),
       url('fonts/Verdana-Bold.ttf') format('truetype'),
       url('fonts/Verdana-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'verdana';
    font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	}

h1{
    font-family: 'Verdana-Bold';
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0.02em;
}
h2{
    font-family: 'Verdana-Bold';
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.02em;
}
h3{
    font-family: 'Verdana-Bold';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
li{
    font-family: 'verdana';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
}
p{
    font-family: 'verdana';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
a{
   font-family: 'verdana';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #183782;
    letter-spacing: 0.02em;
}
a:hover, a:focus{
    color: #363636;
    text-decoration: none;
}
label{
    font-family: 'Helvetica-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #363636;
}
body .form-control, 
body input[type="date"], 
body input[type="email"], 
body input[type="number"], 
body input[type="password"], 
body input[type="range"], 
body input[type="tel"], 
body input[type="text"], 
body input[type="url"]{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #CBD2E4;
    border-radius: 10px;
    font-family: 'Helvetica-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #363636;
    height: 60px;
}
body textarea{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #CBD2E4;
    border-radius: 10px;
    font-family: 'Helvetica-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #363636;
    height: 125px;
    resize: none;
}
.container{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.common-btn{
    background: #183782;
    border-radius: 10px;
    color: #fff;
    height: 60px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.main-content{
   padding-top: 46px;
    padding-bottom: 0px;

}
.main-content-inner{
    padding-bottom: 0;
}
/*Header changes start*/
.site-header{
    box-shadow: none;
}
.site-branding h1{
    line-height: 30px;
}
.header-bottom{
    /*background: #F8FBFF;
    padding: 54px 0 45px;*/
}
nav.main-menu ul > li{
    padding: 0 14px;
}
nav.main-menu ul > li a{
    background: inherit;
    font-family: 'Helvetica-Bold';
    color: #363636;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    padding: 8px 0px;
    letter-spacing: 0.06em;
}
nav.main-menu ul > .current-menu-item > a, 
nav.main-menu ul > li:hover > a{
    background-color: inherit;
    color: #183782;
}
nav.main-menu ul > .current-menu-item > a:after{
    content: '';
    border-bottom: 5px solid #183782;
    position: absolute;
    bottom: -14px;
    left: 0;
    height: 10px;
    width: 100%;
}
/*Header changes end*/
/*Footer changes start*/
#colophon{
    border-top: none;
}
#footer-info{
    background: #DFE6F1;
    text-align: center;
    padding: 32px 0;
}
.site-info p, 
.site-info a{
    font-family: 'Helvetica-Regular';
    font-size: 18px;
    line-height: 36px;
    color: #183782 !important;
    margin-bottom: 0;
}
.team-title{
	font-family: 'Helvetica-Bold';
	color: #183782;
	font-size: 32px;
	margin-bottom: 67px;
}
.team-sub-title{
	font-family: 'Helvetica-Bold';
	color: #000;
	font-size: 22px;
	margin: 0px 0px 12px;
}

/*Footer changes end*/

/*new changes start*/
.site-navigation #menu-main-menu{
	/*width: 50%;*/
	margin: 0 auto;	
	display: inline-block;
text-align: center;
}
.logo-sec{
	background: #F8FBFF;
	padding: 48px 0px;
	text-align: center;
}
.header-bottom {
	padding: 0px 0;
}


.site-branding h1.site-title a {
	font-size:40px;
	color:#183782;
	text-transform: uppercase;
	 font-family: 'Verdana-Bold';
}
.menu-sec .site-navigation {
    margin-top: 47px;
}
#menu-main-menu li a{
	font-size: 17px;
	/*width: 89%;*/
margin: 0 auto;
}
.team-content{
    border-bottom: 1px solid #ccc;
    margin-bottom: 54px;
	padding-bottom: 15px;
}
.team-sec {
    overflow: hidden;
    clear: both;
}
.site-navigation .main-menu {
    text-align: center;
}
.team-content.no-border{
	border-bottom: none;
}
.list-style {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}
.list-style li{
	padding-bottom: 3px;
}
.wpcf7-form.sent .wpcf7-response-output{
	font-size: 19px;
}
/*#colophon .footer-info .site-info p a{
	color: #183782!important;
}*/
/*new changes end*/

.contact-form {
  background: #ddd;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.from-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}
 .wpcf7-form-control-wrap {
  position: relative;
}
.input-field input, .from-wrap select {
  width: 100%;
  padding: 8px 3px;
}
.from-wrap {
  margin-bottom: 25px;
  overflow: hidden;
}
.from-wrap label {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
}
.input-field {
  float: left;
  width: 100%;
}
.input-field input, .from-wrap select {
  width: 100%;
  padding: 8px 3px;
  border-radius: 7px;
  font-size: 15px;	
}
.mandatory {
  color: #f00;
}
.form-main-sec label {
	font-size:15px; 
}
.ragister-btn-wrap input[type="submit"] {
  padding: 10px 30px;
  background: #010101;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  width: 40%;
}
.form-main-sec h3.form-heading{
	font-size: 16px;
}
.ragister-btn-wrap {
	padding: 28px 0px 19px;
}
.disclaimer-content{
	font-size: 16px;
}
.checkbox-one span.wpcf7-list-item-label, .checkbox-two span.wpcf7-list-item-label {
    display: none;
}
.form-main-sec input[type="text"], .wpcf7 input[type="email"]{
	height: 45px;
}
.form-main-sec .checkbox-one label, .form-main-sec .checkbox-two label {
	display: inline;
	padding: 6px 5px;
}
.checkbox-one, .checkbox-two {
  padding-bottom: 20px;
}
.half-col.exchange-bx label {
  margin-bottom: 45px;
}
.checkbox-two a, .disclaimer-sec, .disclaimer-sec p{
	font-size: 15px;
}
.from-wrap .onethird-col:last-child {
	margin-right: 0px;
}
.page-template-airbus-template .registration-form-sec {
	display: none;
}
.recaptcha-box #re-captcha-id.wpcf7-not-valid{
	display: inline-block;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #f00;
	color: #ae2626;
}