/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 08/07/2020
* Template URI: www.speedwings.org
* Author Name: Shelley C Antony
* Author URI: http://www.shellinecorporation.com/
* Description: Aviation Academy
* Developer: Shellinecorporation
*
*
* -------------------------------------------------------------------
*/
/* Show in Large desktops and laptops */
@media (min-width: 1200px) {
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */

/* Portrait phones and smaller */
@media (min-width:769px) {
	.desk{
		display:block; ;
	}
	.mobs{
		display:none
	}
}

@media (max-width:768px) {
	.desk{
		display:none;
	}
	.mobs{
		display:block;
	}
	.banertop h1{
  font-size: 25px;
  margin-bottom: 8px;
}
.banertop h2{
  font-size: 18px;
	margin-bottom: 20px;
}
.banertop p{
  font-size: 14px;
}
.navbar-brand {
    width: 272px;
}
.bannerContent{
	position:absolute;
	left:0;
	top:10%;
	text-align: center;
    width: 100%;
}
/*.bannerContent	.l_btn {
    height: 34px;
    width: 180px;
    line-height: 35px;
}*/
	.about_area .about_left_side {
		padding-top: 38px;
	}
	.padding-left {
    padding-left: 9px;
}
	.dropdown-menu > li > a {
		white-space: break-spaces;}
	.experience_area .experience_box {
    height: 171px;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #0a4c8c;
}
.navbar-toggle {
    background-color: #0a4c8c;
    border-radius: 16px;
}
.navbar-toggle {
    margin-right: 0px;
    margin-top: 25px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
	overflow-y: scroll;
}
.main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
    line-height: 30px !important; 
    margin-top: 25px !important;
}
            }
@media (max-width:580px) {
	.navigation .short-menu {
    height: auto;
	font-size: 12px;
	}
	.top_social {
    float: none;
    text-align: center;
    padding-bottom: 5px;
}
.navbar-brand {
    width: 244px;
}
.about_area .about_right_side .about_r_part_1 {
    min-height: 660px;
}
.about_area .about_right_side .about_r_part_2 {
    min-height: 660px;
}
.top_social li a {
    font-size: 15px;
}
            }
@media (max-width:480px) {

            }
@media (max-width:320px) {
            }
