/*
Theme Name: Aerocape
Theme URI: https://wordpress.org/themes/Aerocape
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Aerocape

*/

/*HEADER*/
/*SUBMENU BOX*/

header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    font-size: 12px;
}

#bitnami-banner .bitnami-corner-image-div .bitnami-corner-image, #bitnami-banner .bitnami-corner-image-div .bitnami-corner-image {  
    display: none !important;
}

.header-menu
{
    /*padding: 25px 0 25px 0;*/
	padding: 8px 0 25px 0;
    background-color: transparent;
}

.header-menu .logo img{
   width: 100%;
   height: auto;
}

.header-menu .row{
    justify-content: center;
    align-items: center;
}

.login-btn{
 padding-top: 20px;
}

.menus
{
    text-align: right;
}

.menus ul
{
    /*display: inline-block;
    margin: 0;
    position: relative;
    padding: 20px 0;*/
	display: flex;
    margin: 0;
    position: relative;
    padding: 45px 0 20px 0px;
    justify-content: flex-end;
    align-items: center;
}

.menus ul li
{
    display:inline-block;
    padding: 0 18px 0 0;
    position:relative;
    cursor:pointer;
}
.menus ul li a
{
    font-size: 15px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.menus ul li a:hover
{ 
    color:#b4313c;
}

.menus ul li.current-menu-item a
{ 
   color:#b4313c;
}

.header-menu {
    margin: 0px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #8c8a89;
}

.login-btn{
   text-align: right;
}

.login-user a{
    border: 2px solid #b4313c;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
}

.login-user a:hover{
    background:#b4313c;
    color: #fff;
    text-decoration: none;
}

/*Footer*/

.footer-info{
    padding:50px 0 10px 0;  
    background: #1a1a1a;   
    text-align: center;
    position: relative;
}

.scroll-top{
    position: absolute;
    right: 0;
    color: #b4313c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
	bottom: 15%;
	text-transform: uppercase;
}

.scroll-top:hover{
  color: #b4313c;
  text-decoration:none;
}

#menu-footer-menu {
    padding-left: 0px;
    padding: 25px 0;
    margin: 0 !important;
}

.logo-block{
    padding-bottom: 40px;
}

.logo-block, .menu-footer-block{
    border-bottom: 1px solid #808080; 
}

#menu-footer-menu li{
    display: inline-flex;
    margin-right: 20px;
}

#menu-footer-menu li a{
    display: inline-flex;    
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;   
    font-size: 15px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

#menu-footer-menu li a:hover{    
    color:#b4313c;
    text-decoration: none;
}

.footer-content{
    padding: 27px 0px 20px 0;
}

.footer-content p{
    margin-bottom: 5px !important;
}

.footer-content p, .footer-content p a{
    font-size: 14px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.copy {
    text-align: left;
    padding: 25px 0 0 0;
}

.copy p a, .copy p{
    font-size: 14px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}



/*homepage css*/

.homepage-banner-container{
    background-image: url('images/homepage-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    position: relative;
}

.homepage-banner-container .banner-content{
    top: 50%!important;
    left: 50%!important;
    position: absolute!important;
    transform: translate(-50%, -50%)!important;
    width: 100%;
}

.homepage-banner-container .banner-content h2{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 90px;
    color: #fff;
    margin-top: 165px;   
}

.homepage-banner-container .banner-content p{
    font-size: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 590px;
    margin: 40px 0 60px 0;
}

.homepage-banner-container .banner-content a{
    border: 2px solid #b4313c;
    font-size: 15px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 20px;
    background: transparent;
}

.homepage-banner-container .banner-content a:hover{
    background:#b4313c;
    color: #fff;
    text-decoration: none;
}

.inner-content{
  margin:100px 0;
}

.center-head{
    font-family: 'Gotham';
    font-weight: 800;
    font-size: 60px;
    color: #122729;    
	text-align:center;
	margin-bottom:100px;
}

.full-about-container h3{
  color:#122729;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom:20px;
  text-transform: uppercase;
}

.full-about-container p{
  color:#082255;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom:20px !important;
  height: 180px;
  max-height: 180px;
}

.full-about-container-2 p{
	font-size: 26px;    
    height: 206px;
    max-height: 206px;
}

.full-about-container-2 h3 {    
    font-size: 28px;    
}

.full-about-container .wp-block-button a{
  color: #b4313c!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
    font-size: 20px!important;
    background: transparent !important;
    text-transform: uppercase!important;
    border: 1px solid #b4313c;
}

.full-about-container .wp-block-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}

.full-about-container .content-column{
  padding: 40px 30px 90px 30px;
  margin-bottom: 50px;
  height: 424px;
  max-height: 424px;
}

.full-about-container .wp-block-image, .full-about-container{
  margin-bottom:0!important
}

.full-about-container .bottom-image{
  margin-top: -74px;
}

.homepage-third-section{
    background-image: url("images/footer-bg-image.jpg");   
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100% !important;
    position: relative;
	background-color:#000;
	padding-bottom: 30px;
}

.homepage-third-section .center-head{
    margin: 0 auto!important;
    color: #e6e6e6 !important;
    width: 630px!important;
    padding: 100px 0 0 0!important;
}

.homepage-third-section h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom:20px !important;
  color:#e6e6e6;
  text-transform:uppercase;
  margin-top:50px;
}

.homepage-third-section p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom:20px !important;
  color:#e6e6e6;
}

.homepage-fourth-section h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color:#122729;
  text-transform:uppercase;
  margin-bottom:40px;
}

.homepage-fourth-section p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom:20px !important;
  color:#122729;
}

.homepage-fourth-section .wp-block-columns{
   margin-bottom:0!important;
}

.homepage-fourth-section .wp-block-button a{
    border: 2px solid #b4313c;
    font-size: 15px;
    color: #b4313c!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 20px;
    background: transparent;
}

/*Inner content*/

.page-banner-image img{
  width:100%;
  height:auto;
  position: relative;
}

.inner-banner-content{
    top: 50%!important;
    left: 50%!important;
    position: absolute!important;
    transform: translate(-50%, -50%)!important;
    width: 100%;
}

.inner-banner-content h2{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    margin-top: 20px;
    margin-right: 330px;  
}

.inner-banner-content p{
    font-size: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 590px;
    margin: 51px 0 20px 0;
    font-style: italic;
}

.inner-banner-content a{    
    font-size: 15px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 10px 0px;
    background: transparent;
}

.inner-banner-content a:hover{   
    color: #b4313c;
    text-decoration: none;
}

.sub-head{
    color: #b4313c!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    font-family: 'Montserrat', sans-serif!important;
    margin-bottom: 0px!important;
    font-weight: 600!important;
	margin: 95px 0 0px 0 !important;
}

/*flywithus*/

.fly-inner-content{
  margin: 200px 0 100px 0;
}

/*.services-block{
    height: 510px;
    max-height: 510px;
}
*/
.services-block img{
    width: 100%;
    height: auto;
    max-height: 493px;
	box-shadow: 0px 5px 11px 5px rgb(0 0 0 / 16%);
}

.services-block .right-side-content h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color:#122729;
  text-transform:uppercase;
  margin-bottom:40px;
}

.services-block .right-side-content p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom:20px !important;
  color:#122729;
}

.services-block .right-side-content ul{
  padding-left:20px;
}

.services-block .right-side-content ul li{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom:0px !important;
  color:#122729;
}

.inner-border-block{
  position:relative;
}

.inner-border-block:after{
	content: '';
    position: absolute;
    bottom: -83px;
    right: 0;
    width: 60%;
    height: 700px;
    max-height: 700px;
    border: 11px solid #f2f2f2;
    z-index: -2;
}

.inner-border-block-1:after{
  bottom: -20px;
}

.membership-first-block .inner-border-block:after{
  left:0 !important;
}

.membership-first-block{
  margin-bottom: -100px;
}

.services-block .right-side-content{
    margin: 77px;
}

.flywithus-third-block .about-us{
  padding: 0 4rem 0 4rem;
}

.flywithus-third-block{
  background:#0a2928;
}

.flywithus-third-block .wp-block-columns,.flywithus-third-block .wp-block-column figure{
  margin-bottom:0 !important;
}

.flywithus-third-block .about-us h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:40px;
}

.flywithus-third-block .about-us p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom:20px !important;
  color:#fff;
}

.flywithus-third-block img{
	width:100%;
	height:auto;
}

.flywithus-fifth-block{
  background:url('images/flywithus-images (3).jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100% !important;
  position: relative;
  text-align: center;
  padding: 80px 80px 150px 80px;
  margin: 0 !important;
}

.flywithus-fifth-block .wp-block-buttons{
  justify-content: center;
}

.flywithus-fifth-block h2{
  font-family: 'Gotham';
  font-weight: 800;
  font-size: 60px;
  color: #405665;    
  text-align:center;
  text-transform:uppercase;
  margin-bottom:40px;
}

.flywithus-fifth-block p{
	color: #082255;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 42px !important;
    width: 655px;
    margin: 0 auto;
}

.flywithus-fifth-block p a{
  color: #082255;
}

.flywithus-fifth-block .wp-block-button a{
    border: 2px solid #b4313c;
    font-size: 15px;
    color: #b4313c !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
	background:transparent;
}
.flywithus-fifth-block .wp-block-button a:hover{
  background: #b4313c !important;
  color:#fff!important;
  text-decoration:none!important;
}



.inner-footer{
 position:relative;
}

.testimonials-block{
    background: #0a2928 !important;
    width: 1011px;
    margin: 0px auto 0px auto;
    position: absolute;
    z-index: 999999999999999999999;
    top: -225px;
    left: 50%;
    height: 236px !important;
    padding: 20px;
    transform: translate(-50%, 50%);
}

.inner-footer .new-footer-links{
  padding-top: 125px;
}

.testimonial_body p{
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 30px;
    margin: 0px 52px 23px 52px;
}

.testimonial_author .testimonial-client{
    color: #fff;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.testimonials-block .easy-t-cycle-controls .easy-t-cycle-prev{
   position: absolute!important;
    top: 40%!important;
    z-index: 999999999999999999999!important;
    color: #b4313c!important;
    font-size: 30px;
}

.testimonials-block .easy-t-cycle-controls .easy-t-cycle-next{
   position: absolute!important;
    top: 40%!important;
    z-index: 999999999999999999999!important;
    color: #b4313c!important;
    font-size: 30px;
	right:17px !important;
}

.testimonials-block .easy-t-cycle-pager{
 display:none !important;
}

/*contact Us*/

.inner-common-container{
 margin:100px 0;
}

.inner-common-container h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: #122729;    
  text-align:left;
  text-transform:uppercase;
  margin-bottom:40px;
}

.form-control {
    display: block!important;    
    width: 70%!important;    
    font-family: 'Montserrat', sans-serif!important;    
    color: #082255!important;    
    background-color: #e6e6e6!important;    
    background-clip: padding-box!important;    
    border: 1px solid #e6e6e6!important;    
    border-radius: 0px !important;    
	height: calc(2.25rem + 14px) !important;
}

textarea.form-control {
    height: 141px!important;
}

.wpcf7-submit {
    border: 2px solid #b4313c;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    background: transparent;
    color: #b4313c;
}

.left-side-image .sa_owl_theme .owl-dots .active span {    
	background-color: rgba(196,29,55,1) !important;
}

.left-side-image .sa_owl_theme .owl-dots .owl-dot span{
   background-color: background-color: rgba(255,255,255,1) !important;
}

.red-button .wp-block-button a{
  border: 2px solid #b4313c;
    font-size: 15px;
    color: #b4313c !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 40px;
	background:transparent;	
}

.red-button .wp-block-button a:hover{
  background: #b4313c !important;
  color:#fff!important;
  text-decoration:none!important;
}

/*about us*/

.aboutus-third-block{
  margin:200px 0px 100px 0px !important;
}

.aboutus-third-block .faq{
  font-family: 'Gotham';
  font-weight: 800;
  font-size: 60px;
  color: #405665 !important;    
  text-align:center;
  text-transform:uppercase; 
  margin-bottom:50px;
}

#sp-ea-86.sp-easy-accordion>.sp-ea-single {
    background: #f2f2f2 !important;
}

#sp-ea-86.sp-easy-accordion>.sp-ea-single {
    border: 0px!important;
}

.ea-header,.ea-body p{
	color: #082255;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;   
   
}

.aboutus-fourth-block{
  background:#0a2928;
  padding:50px 30px 30px 30px;
  margin-bottom:0 !important;
}

.aboutus-fourth-block h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:40px;
}

.aboutus-fourth-block p{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 42px !important;
    width: 655px;
    margin: 0 auto;
}

#tab_container_172 .wpsm_nav {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 0px !important;
}

.aboutus-fourth-block #tab_container_172 .wpsm_nav-tabs > li.active > a, #tab_container_172 .wpsm_nav-tabs > li.active > a:hover, #tab_container_172 .wpsm_nav-tabs > li.active > a:focus {
    color: #b4313c !important;
    cursor: default;
    background-color: #0a2928 !important;
    border: 0px  !important;
    text-transform: uppercase!important;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
}

.aboutus-fourth-block #tab_container_172 .wpsm_nav-tabs > li > a{
  text-transform: uppercase!important;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
	border: 0px !important;
}

.aboutus-fourth-block #wpsm_team_1_b_row_170 .wpsm_team_1_member_wrapper_inner h3,.aboutus-fourth-block #wpsm_team_1_b_row_174 .wpsm_team_1_member_wrapper_inner h3,.aboutus-fourth-block  #wpsm_team_1_b_row_175 .wpsm_team_1_member_wrapper_inner h3 {
    color: #b4313c !important;
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif!important;
	font-weight: 600!important;
}

.aboutus-fourth-block #wpsm_team_1_b_row_170 .wpsm_team_1_b_desig,.aboutus-fourth-block #wpsm_team_1_b_row_174 .wpsm_team_1_b_desig, .aboutus-fourth-block #wpsm_team_1_b_row_175 .wpsm_team_1_b_desig {
    color: #fff!important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif!important;
	font-weight: 600!important;
}


/***********Media Query***************/

@media only screen and (max-width: 320px){
   .full-about-container p {		
		height: auto !important;
		max-height: initial !important;
	}

	.homepage-banner-container .banner-content p {
		font-size: 20px;		
	}

	.inner-banner-content h2 {
		font-size: 41px!important;
		margin-top: 20px !important;
	}

	.testimonials-block {		
		padding: 0 0!important;	
	}

	.testimonial_body p {
		font-size: 12px!important;
		margin: 0px 0!important;
		padding: 0!important;
	}
}

@media only screen and (max-width: 700px){ 

	.aboutus-fourth-block p{
		width:100%;
	}

	.inner-banner-content{
		position:relative!important;
	}

	.aboutus-third-block .faq {		
		font-size: 35px;
	}

	#tab_container_172 .wpsm_nav {		
		display: block;
	}

	.inner-banner-content h2, .inner-banner-content p, .inner-banner-content a {		
		color: #122729!important;	
		width:100%;
	}

	.inner-banner-content h2 {		
		font-size: 50px !important;
	}

	.inner-common-container h2 {		
		margin-top: 70px;
	}

	.sub-head{
	  margin: 0px 0 0px 0 !important;
	}

	.services-block img{
	  height:auto;
	}

	.form-control {
    display: block!important;
    width: 100%!important;
	}

	.services-block .right-side-content {
		margin: 35px 28px;
	}

	.inner-border-block:after{
	  display:none !important;
	}

	.flywithus-third-block .about-us {
		padding: 60px 15px 30px 15px;
	}

	.fly-inner-content {
		margin: 140px 0 100px 0;
	}

	.flywithus-fifth-block h2 {		
		font-size: 45px;
	}

	.flywithus-fifth-block p{
		width:100%;
	}

	.testimonials-block {		
		width: 100%;
	}

	.testimonial_body p {		
		font-size: 12px;		
		margin: 0px 21px 23px 21px;
	}

	.testimonial_author .testimonial-client {		
		font-size: 16px;
	}

    #rmp_menu_trigger-66 #rmp-menu-66 .menu-item{
	  padding: 22px 22px 0px 22px !important;
	}

	#rmp-menu-wrap-66 .rmp-menu-item-link {		
		font-family: 'Montserrat', sans-serif!important;
		font-weight: 800!important;
		font-size: 25px!important;
		color: #fff!important;
		text-transform: uppercase!important;
		height:auto!important;
	}

	#rmp-menu-wrap-66 .rmp-menu-current-item .rmp-menu-item-link {
		background-color: #b4313c!important;
	}
	
	#rmp-container-66 {
        width: 40px !important;
        height: 40px;
        position: fixed !important;
        top: 15px;
        display: inline-block;
        right: 5%;
        background: rgb(0, 0, 0) !important;
        transition: transform 0.5s ease 0s, background-color 0.5s ease 0s;
    } 

	#rmp-menu-wrap-66 #rmp-menu-66 li a{
		display: inline-block;
		padding: 40px 20px 30px 20px !important;
		margin: 0px 0 0 0px!important;
	}

	#menu-header-menu{
	  display:none !important;
	}

	.login-btn{
	  margin-top: 30px;
	  text-align: center;
	}

	.homepage-banner-container .banner-content h2, .center-head, .homepage-third-section .center-head {		
		font-size: 45px;
	}

	.homepage-banner-container .banner-content p {		
		width: 100%;
	}

	.full-about-container .bottom-image {
		margin-top: 0;
	}

	.full-about-container .wp-block-image, .full-about-container {
		margin-bottom: 1.75em !important;
	}

	.full-about-container .left-side{
	   order:1!important;
	}

	.full-about-container p {
		height: AUTO;
		max-height: FIT-CONTENT;
	}
	
	.homepage-third-section .center-head {		
		width: 100%!important;
	}

	.scroll-top {		
		top: -43px;
	}

	.footer-logo img{
	  width:100%;
	}

}

@media (min-width: 700px) and (max-width: 768px){    

	.membership-first-block {
		margin-bottom: -208px !important;		
	}

	.membership-first-block .services-block .right-side-content h2 {		
		font-size: 24px;		
		margin-bottom: 20px;
	}

	.fly-inner-content {
		margin: 100px 0 100px 0;
	}

   .login-user a {		
		padding: 10px 8px;
	}

	.menus ul li a {
		font-size: 13px;
	}

	.full-about-container p {		
		height: auto;
		max-height: initial;
		font-size: 20px;
	}

	.full-about-container .bottom-image {
		margin-top: auto!important;
	}

	.full-about-container .wp-block-image, .full-about-container {
	       margin-bottom: 1.75em!important;
	}

	.full-about-container .content-column {
		padding: 0px 30px 0px 30px;
		margin-bottom: 0px;
		height: auto;
		max-height: inherit;
	}

	.wp-block-spacer{
		height: auto!important;
	}

	.sub-head {		
		margin: 85px 0 0px 0 !important;
	}

	.inner-banner-content h2 {		
		font-size: 36px;
		margin-top: 19px;
	}

	.inner-banner-content p {
		font-size: 17px;
		width: 500px;
		margin: 12px 0 19px 0;		
	}
	
	.testimonials-block {		
		width: 85%;		
		padding: 0px;		
	}

	.services-block{
	  flex-wrap: inherit !important;
	}

	.services-block img {
		width: 100%;
		height: auto;
	}

	.inner-border-block:after {		
		bottom: 20px;		
		height: 613px;
		max-height: 615px;		
	}

	.flywithus-third-block .about-us {
		padding: 1.2rem;
	}

	.flywithus-third-block .about-us h2 {		
		font-size: 22px;		
		margin-bottom: 21px;
	}

	.flywithus-third-block .about-us p {		
		font-size: 17px;
		margin-bottom: 20px !important;		
	}

}

@media (min-width: 768px) and (max-width: 991px){
   .membership-first-block {
		margin-bottom: -208px !important;		
	}

	.membership-first-block .services-block .right-side-content h2 {		
		font-size: 24px;		
		margin-bottom: 20px;
	}

	.fly-inner-content {
		margin: 100px 0 100px 0;
	}

   .login-user a {		
		padding: 10px 8px;
	}

	.menus ul li a {
		font-size: 13px;
	}

	.full-about-container p {		
		height: auto;
		max-height: initial;
		font-size: 20px;
	}

	.full-about-container .bottom-image {
		margin-top: auto!important;
	}

	.full-about-container .wp-block-image, .full-about-container {
	       margin-bottom: 1.75em!important;
	}

	.full-about-container .content-column {
		padding: 0px 30px 0px 30px;
		margin-bottom: 0px;
		height: auto;
		max-height: inherit;
	}

	.wp-block-spacer{
		height: auto!important;
	}

	.sub-head {		
		margin: 85px 0 0px 0 !important;
	}

	.inner-banner-content h2 {		
		font-size: 36px;
		margin-top: 19px;
	}

	.inner-banner-content p {
		font-size: 17px;
		width: 500px;
		margin: 12px 0 19px 0;		
	}
	
	.testimonials-block {		
		width: 85%;		
		padding: 0px;		
	}

	.services-block{
	  flex-wrap: inherit !important;
	}

	.services-block img {
		width: 100%;
		height: auto;
	}

	.inner-border-block:after {		
		bottom: 20px;		
		height: 613px;
		max-height: 615px;		
	}

	.flywithus-third-block .about-us {
		padding: 1.2rem;
	}

	.flywithus-third-block .about-us h2 {		
		font-size: 22px;		
		margin-bottom: 21px;
	}

	.flywithus-third-block .about-us p {		
		font-size: 17px;
		margin-bottom: 20px !important;		
	}

	
}

@media (min-width: 991px) and (max-width: 1024px){

	.membership-first-block {
		margin-bottom: -208px !important;		
	}


	.testimonials-block {		
		width: 85%;					
	}

    .full-about-container p {		
		height: auto;
		max-height: initial;
		font-size: 20px;
	}

	.wp-block-spacer{
		height: auto!important;
	}
	.full-about-container .bottom-image {
		margin-top: -175px;
	}

	.sub-head {		
		margin: 117px 0 0px 0 !important;
	}

	.inner-banner-content h2 {		
		font-size: 60px;		
		margin-top: 20px;
	}

	.inner-banner-content p {
		font-size: 25px;		
		width: 590px;
		margin: 43px 0 20px 0;		
	}

	.inner-border-block:after {		
		bottom: -18px;
	}

}

@media only screen
  and (max-width : 1280px)
  and (max-height : 720px) {

   .sub-head {		
		margin: 100px 0 0px 0 !important;
	}

	.inner-banner-content h2 {		
		font-size: 70px;		
		margin-top: 20px;
	}

	.inner-banner-content p {
		font-size: 25px;	
		margin: 50px 0 20px 0;
	}

	.inner-border-block:after {		
		bottom: -6px;		
		width: 60%;
		height: 658px;
		max-height: 658px;		
	}

	.flywithus-fourth-block .inner-border-block:after {
		bottom: 23px;
		width: 60%;
		height: 542px;
		max-height: 658px;
	}

	.testimonials-block {		
		width: 80%;					
	}
  
    .full-about-container .content-column {
		padding: 21px 30px 0px 30px;
		margin-bottom: 0;
		height: 424px;
		max-height: 424px;
	}

	.full-about-container .content-column {
		padding: 21px 30px 0px 30px;
		margin-bottom: 0;
		height: 424px;
		max-height: 424px;
	}

	.full-about-container p {		
		font-size: 24px;
		margin-bottom: 15px !important;
		height: 170px;
		max-height: 170px;
	}
}