/**
* Theme Name: Gap Aerospace
* Description: This is a child theme for Gap Aerospace Website
* Author: Shobhit Verma
* Template: twentytwentyone
* Version: 1.0.1
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
}
input{
	/*-webkit-appearance: none;*/
	-webkit-border-radius:0;
    border-radius: 0;
}
body{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    position: relative;
  	/*overflow-x: hidden;*/
  	color: #2f2f2f;
}
.wrapper{
	max-width: 1140px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
}
.inner-wrapper{
	max-width: 900px;
	width: 100%;
	margin: 0px auto;
}

h1,h2,h3,h4,h5,h6{
	color: #0061AF;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
}

h1,h2{
	font-size: 36px;
    line-height: 34px;
    font-weight: 200;
    margin-bottom: 15px;
}
h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333333;
}
p{	
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #656565;
	font-family: 'Montserrat', sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
a:hover{
	text-decoration: none;
}
/*header*/
#masthead{
	padding: 10px 0px;
	margin-bottom: 50px;
	z-index: 11;
}
#masthead .wrapper{
	max-width: 1140px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,0.8);
}
.home #masthead{
	width: 100%;
	padding: 20px 0px;
	margin-bottom: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
}
#masthead .site-logo{
	max-width: 145px;
	width: 100%;
	display: inline-block;
	margin-right: 0px;
}
#masthead .site-logo .custom-logo-link{
	line-height: 0px;
	max-width: 120px;
	display: block;
}
#site-navigation{
	display: inline-block;
	margin-left: 50px;
	margin-right: auto;
	margin-top: auto;
	text-align: center;
}
#site-navigation li{
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid	#0061AF;
}
#site-navigation li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
#site-navigation li a{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #0061AF;
	font-family: 'Montserrat', sans-serif;
}
#masthead .s-e-wrap{
	margin-top: auto;
}
#masthead .social-media{
	margin-right: 10px;
	display: inline-block;
}
#masthead .social-media a{
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	color: #0061AF;
}
#masthead .s-e-wrap .button{
	font-size: 16px;
	line-height: 100%;
	font-weight: 700;
	padding: 15px 15px;
	min-width: 170px;
}
/*main*/
.entry-title{
	text-align: center;
	text-transform: capitalize;
	color: #0061AF;
	margin-bottom: 50px;
}
.title{
	font-size: 52px;
	line-height: 60px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 50px;
}
.title-sun-bg{
	height: 388px;
	margin-bottom: -60px;
	background-image: url("images/sun-icon-title.png");
	background-repeat: no-repeat;
	background-position: center;
}
.sub-title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #0061AF;
}
.button{
	min-width: 218px;
	padding: 15px 30px;
	color: #ffffff;
	border: 1px solid #0061AF;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background-color: #1C75BC;
}
.button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #1C75BC;
    opacity: 0;
}
.button span{
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.button:hover::before {
    opacity: 1;
    left: 0px;
}

.button:before{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button:hover{
	color: #ffffff !important;
	background-color: transparent !important;
	background: transparent !important;
}
.entry-content{
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.entry-content p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #2f2f2f;
}
.center-text-col{
	max-width: 550px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.center-text-col a{
	color: #0061AF;
}

/*home*/
#home-main{
	position: relative;
}
#home-main .img{
	min-height: 376px;
	height: 100vh;
	max-height: 100vh;
	position: relative;
}
#home-main .img img{
	/*object-position: 50% 0% !important;*/
}
#home-main .slide{
	position: relative;
}
#home-main .text-container{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
}
#home-main .text-container .wrapper{
	margin-top: auto;
	margin-bottom: 100px;
}
#home-main .text-wrap{
	max-width: 980px;
	width: 100%;
}
#home-main .text-wrap p{
	font-size: 52px;
	line-height: 62px;
	font-weight: 700;
	color: #ffffff;	
}
#home-main .text-wrap p span{
	display: inline-block;
	clear: both;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
	background: rgba(28, 117, 188, 0.7);
}
#home-main .slick-dots{
	max-width: 1140px;
	width: 100%;
	left: -50%;
	right: -50%;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#home-main .slick-dots li button:before{
	border-radius: 0px;
}
#featured-cols{
	padding: 50px 0px;
}
#featured-cols .text-col h2{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;
}
#featured-cols .text-col p{
	font-weight: 400;

}
#featured-cols .text-col p:first-child,
.section-label{
	font-size: 14px;
	line-height: 28px;
	color: #1C75BC;
	font-weight: 600;
}
#about,
#quality-assurance{
	position: relative;
}
#about .text-container,
#quality-assurance .text-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: flex;
}
#about .text-container .wrapper,
#quality-assurance .text-container .wrapper{
	margin-top: auto;
	margin-bottom: auto;
}
#about .text-col,
#quality-assurance .text-col{
	max-width: 500px;
	width: 100%;
}

#about .text-col h2,
#quality-assurance .text-col h2{
	font-size: 52px;
	line-height: 60px;
	font-weight: 700;
	color: #0061AF;
}
#about .parallax-container,
#quality-assurance .parallax-container{
	position: relative;
}
#about .parallax-container:after,
#quality-assurance .parallax-container:after{
	content: "";
	display: block;
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(270deg, #E5E5E5 55.15%, rgba(229, 229, 229, 0.654762) 77.63%, rgba(229, 229, 229, 0) 96.2%);
	transform: rotate(-180deg);
}
#about .parallax-container .img,
#quality-assurance .parallax-container .img{
	max-width: 80%;
	margin-left: 20%;
	min-height: 376px;
	height: 100vh;
	max-height: 100vh;
	position: relative;
}
.quality-management-parallax-container .img img{
	object-position: 50% 0% !important;
}

#services{
	padding: 100px 0px;
	background-image: url("images/plane.png");
	background-repeat: no-repeat;
	background-position: right center;
}
#services .text-col{
	margin-bottom: 50px;
}
#services .text-col h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
}
#services .text-col h3:after{
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #0061AF;
}


#featured-parallax{
	position: relative;
}
#featured-parallax .img{
	min-height: 376px;
	height: 100vh;
	max-height: 100vh;
	position: relative;
}
#featured-parallax .img img{
	object-position: 50% 0% !important;
}
#featured-parallax .text-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
}
#featured-parallax .text-container .wrapper{
	margin-top: auto;
	margin-bottom: 120px;
}
#featured-parallax .text-wrap{
	padding: 10px 15px;
	background: rgba(28, 117, 188, 0.7);
}
#featured-parallax .text-wrap p{
	font-size: 52px;
	line-height: 60px;
	font-weight: 700;
	color: #ffffff;
}
/*testimonials*/
#testimonials{
	padding: 80px 0px;
}
#testimonials .testimonials-slider-wrap{
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	padding-top: 60px;
	background-image: url("images/icon-testimonials.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#testimonials .num{
	font-size: 14px;
	line-height: 28px;
	color: #1C75BC;
	font-weight: 600;
}
.slick-dots li button:before{
	width: 12px;
	height: 12px;
	font-size: 8px;
	color:  transparent;
	background-color: transparent;
	border: 1px solid #0061AF;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots .slick-active button:before {
	background-color: #0061AF;
	color: transparent !important;
}
/*menu page */
.menu-container {
    max-width: 600px;
    margin: 0px auto 80px auto;
}
/*popup styling*/
.popup-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255, 0.95);
	z-index: 12;
	display: none;
}
.popup-container .popup-wrap{
	height: 100%;
	padding: 30px 20px;
	display: flex;
	overflow: auto;
}
.popup-container .popup-col{
	max-width: 650px;
	padding: 30px;
	width: 100%;
	margin: auto;
	position: relative;
	background-color: #ffffff;
}
.popup-container .popup-col .close{
	position: absolute;
	top: -10px;
	right: -10px;
}
.popup-container .popup-col .popup-logo img{
	max-width: 180px;
}
.popup-container .popup-col .title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #0061AF;
}
/*Book a table form*/
.c-field input,
.c-field textarea{
	font-size: 16px;
	width: 100%;
	border:none;
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom:1px solid #0061AF;
}
.c-field textarea{
	height: 80px;
}
.c-field select{
	width: 100%;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	background-color: transparent;
}
.intl-tel-input{
	width: 100%;
	margin-bottom: 10px;
}
.book-a-table-form label{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
.submit{
	margin-top: 30px;
	text-align: center;
}
.submit input{
	font-size: 16px;
	font-weight: 400;
	background-color: #0061AF;
	color: #ffffff;
	padding: 10px 50px;
}
.wpcf7-spinner{
	display: block;
	margin: 0px auto;
}
.datefield{
	background-image: url("images/calendar.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50px;
	background-size: 21px;
	padding-right: 25px;
}
.wpcf7 form .wpcf7-response-output{
	border: none !important;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output{
	margin-top: 10px;
}

.number,
.wpcf7-intl-tel{
	font-family: 'Open Sans', sans-serif;
}

/*footer*/
#colophon{
	padding-top: 80px;
}
#colophon,
#colophon p,
#colophon a{
	color: #0061AF;
}
#colophon .button{
	color: #ffffff;
	font-weight: 700;
}
#colophon .logo-footer{
	margin-bottom: 30px;
}

#colophon .social-media-wrapper{
	text-align: center;
}
#colophon .social-media{
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#colophon .social-media span{
	margin-right: 15px;
	display: inline-block;
}
#colophon .social-media a{
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
}
#colophon .contact-details p{
	margin-bottom: 5px;
}
#colophon .contact-details p svg{
	margin-right: 10px;
}
#colophon .address p,
#colophon .contact-details p{
	position: relative;
	padding-left: 25px;
}
#colophon .address p svg,
#colophon .contact-details p svg{
	position: absolute;
	top: 3px;
	left: 0px;
}
#colophon .address p,
#colophon .contact-details p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
#colophon .button{
	width: 100%;
}
.footer-navigation-wrapper{
	text-align: center;
	margin-top: 50px;
}
.footer-navigation-wrapper li{
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid	#0061AF;
}
.footer-navigation-wrapper li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.footer-navigation-wrapper li a{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #0061AF;
	font-family: 'Montserrat', sans-serif;
}
#colophon .site-info{
	margin-top: 50px;
}
#colophon .site-info p{
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
/*Responsive*/
@media(max-width: 769px){
	#site-navigation{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 65px 20px 20px 20px;
		background-color: #ffffff;
		z-index: 10;
		display: none;
	}
	#site-navigation li{
		padding-right: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		display: block;
		border-right: none;
	}
	#site-navigation li,
	#site-navigation li a{
		font-size: 20px;
		line-height: 24px;
	}
	.menu-button {
	    -webkit-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .5s cubic-bezier(.7,0,.3,1);
	    transition: all .5s cubic-bezier(.7,0,.3,1);
	    width: 70px;
	    height: 34px;
	    position: absolute;
	    top: 44px;
	    right: 20px;
	    z-index: 12;
	    cursor: pointer;
	    display: block;
	}
	.menu-button .lines {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    width: 30px;
	    height: 5px;
	    background-color: #0061AF;
	    display: block;
	    top: 50%;
	    margin-top: -2px;
	}
	.menu-button .lines:after, .menu-button .lines:before {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    left: 0;
	    width: 30px;
	    height: 5px;
	    background-color: #0061AF;
	    display: block;
	    content: '';
	}

	.menu-button .lines:before {
	    top: -10px;
	}
	.menu-button .lines:after {
	    top: 10px;
	}
	.menu-button .lines, .menu-button .lines:after, .menu-button .lines:before {
		right: 0px;
	    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .3s cubic-bezier(.7,0,.3,1);
	}
	.menu-button.toggle {
		position: fixed;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.menu-button.toggle .lines {
	    background-color: transparent!important;
	}
	.menu-button.toggle .lines:after, .menu-button.toggle .lines:before {
	    top: 0;
	}
	.menu-button.toggle .lines:before {
	    -webkit-transform: translateY(0)rotate(-45deg);
	    -moz-transform: translateY(0)rotate(-45deg);
	    -o-transform: translateY(0)rotate(-45deg);
	    -ms-transform: translateY(0)rotate(-45deg);
	    transform: translateY(0)rotate(-45deg);
	}
	.menu-button.toggle .lines:after {
	    -webkit-transform: translateY(0)rotate(45deg);
	    -moz-transform: translateY(0)rotate(45deg);
	    -o-transform: translateY(0)rotate(45deg);
	    -ms-transform: translateY(0)rotate(45deg);
	    transform: translateY(0)rotate(45deg);
	}

	.menu-button.toggle{
		width: 28px;
	}
	#masthead .s-e-wrap{
		margin-top: auto;
		margin-bottom: auto;
		display: inline-block;
	}
	#masthead .s-e-wrap .button{
		display: none;
	}
	#masthead .social-media{
		margin-right: 40px;
	}
	#colophon .col-md-4{
		margin-bottom: 30px;
	}
	#colophon .contact-details #write-to-us-btn{
		margin-left: 0px !important
	}
}

@media(max-width: 480px){
	#masthead .site-logo{
		max-width: 100px;
	}
	.menu-button{
		top: 37px;
	}
	#home-main .img{
		height: 70vh;
	}
	#home-main .img img{
		object-position: 70% 50% !important;
	}
	#home-main .text-container .wrapper{
		margin-bottom: 40px;
	}
	#home-main .text-wrap p{
		font-size: 20px;
		line-height: 28px;
	}
	#about .text-container, #quality-assurance .text-container{
		position: relative;
	}
	#about .parallax-container:after, #quality-assurance .parallax-container:after{
		display: none;
	}
	#about .parallax-container .img, #quality-assurance .parallax-container .img{
		max-width: 100%;
		width: 100%;
		height: 376px;
		margin-left: 0%;
	}
	#about .text-col h2, 
	#quality-assurance .text-col h2{
		font-size: 32px;
		line-height: 36px;
	}
	#featured-parallax .img{
		min-height: 500px;
	}
	#featured-parallax .text-container .wrapper{
		margin-bottom: 30px;
	}
	#featured-parallax .text-wrap p{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0px;
	}
	#featured-parallax .img{
		height: 70%;
	}
	#services{
		background-position: left;
	}
	#services .text-col h3{
		font-size: 24px;
		line-height: 28px;
	}
	.title{
		font-size: 38px;
		line-height: 42px;
	}
	h2{
		font-size: 22px;
	}
	.button{
		font-size: 12px;
	}
	#home-main .logo-col img{
		max-width: 240px;
	}
	#home-main .logo-col p{
		font-size: 20px;
	}

	#specialisation .specialisation-col .icon img,
	.specialisation-container .wp-block-image img{
		width: 80px;
	}
	.submit input{
		width: 100%;
	}
	.button{
		width: 100%;
	}
	#colophon div > img{
		max-width: 140px;
	}
	.footer-navigation-wrapper li{
		font-size: 11px;
		line-height: 11px;
		padding-right: 5px;
		margin-right: 5px;
	}
	.footer-navigation-wrapper li a{
		font-size: 11px;
		line-height: 11px;
		font-weight: 600;
	}
}