/*
* ------------------------------------------------------------------
*
* 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
*
*
* -------------------------------------------------------------------
*/

/*

*/

body{

}
.row {
    display: flex;
    flex-wrap: wrap;
}
.top_social{
	float:right;
}
.top_social  li {
list-style: none;
    display: inline-block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #fff;
    text-align: center;
}

.top_social  li a {
padding: 8px;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    color: #0c64b9;

	}
/*STICKY*/
.navigation .short-menu {
    background-color:#0a4c8c;
    height:41px;
	padding-top:7px;
}
.navigation .short-menu i{
	padding-right:15px;
}
.navigation .short-menu {color:#fff;}
.navigation .branding-section {
    background-color:#fff;
    height:100px;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	padding-right:15px;
}
.main-nav {
    background-color:#5F5C5C;
    height:40px;
	display:none;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0066b3;
    background-color: transparent;
    font-size: 14px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555;
}
.dropdown-menu {
    padding: 0px 0;
}
.dropdown-menu > li > a {
    padding: 11px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0066b3;
}
@media screen and (min-width: 768px){

  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{

        display: block;

    }

    .dropdown-menu{

        margin-top: 0;

    }

    .dropdown-toggle{

        margin-bottom: 2px;

    }

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{

        margin-bottom: 0;

    }

}
	
/*STICKY*/

/*navbar*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-right {
    padding-top: 25px;
}



/*parallax*/
.parallax-section{
	position:relative;
	padding:90px 0px;
	color:#ffffff;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:0;	
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}
.tOne{
	font-size:36px;
	margin-bottom:30px;
	color:#fff;
	font-weight:700;
	line-height:35px;
	}
.auto-container{padding-left:25px}
.tTwo{
	font-size:24px;
	margin-bottom:30px;
	color:#fff;
	
	}

/*parallax*/

/*Back to top*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #ed1c24;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 0;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*Back to top*/

/*breadcrump*/
.breadcrumbNew{
	position:absolute;
	top:40%;
	z-index:2;
	left:0;
	right:0;
	
	}
	.breadcrumbNew h1{
		text-align:center;
		color:#fff;
    text-transform: uppercase;
		}
	.breadcrumbNew p{
		text-align:center;
		color:#fff;
		}
		.breadcrumbNew a{
			color:#ddd ;
			font-weight:700;
			}
			.captcha {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 309px;
}
.contactBoxes{
	min-height:265px;

	}

    .my-auto{
    	margin-top: auto;
margin-bottom: auto;
    }
	.contactBoxes p{
		vertical-align:middle;

	}

	/*course*/
	
	.courseThumbs{
		background-color: #0a4c8c;
		padding-top: 15px;
		padding-bottom: 15px;
		
	}
	.courseThumbs h4{
		color:#fff;
		font-size: 18px;
		font-weight: 700;
		line-height: 23px;
		padding-bottom: 15px;
		
	}
	.courseThumbs p strong{
		color:#fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;

	}
	.courseThumbs .courseDesc{
		color:#fff;
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		min-height:131px;
		padding-bottom: 15px;

	}
	.activePer {
    background-color: #0a4c8c;
    color: #fff !important;
}
	.coursebtn {
    height: 40px;
    width: 108px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    background-color: transparent;
}
.coursebtn:focus, .coursebtn:hover, .coursebtn:active {
    background: #000;
    border-color: #000;
    color: #fff;
}
.testimonialArea p{

		vertical-align:middle;
}
.testimonialArea h5{
	color:#0066b3;
}
.testimonialArea h5 small{
	color: #888890

}
.shadow-one{
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.testiBoxed{
	background-color: #fff;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 20px;
}
.videoArea p{
	display: block;
}
.placementArea .titleplacement{
	font-size: 18px;
	color:#000; 
	font-weight: 700;
	border-left:solid 5px #0066b3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:  5px;
	padding-right: 5px;
	margin-bottom: 15px;

}
.placementBox{
	-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
overflow: hidden;
}
.placementTitle{
	-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
background-color: #0066b3;
padding-top: 15px;
padding-bottom: 15px;
padding: 10px;
position: relative;
    width: 100%;
    top: -15px;
	height: 74px;
}
.placementImg:hover{
	opacity: 0.9;
	transition: 0.1s;
}
.placementTitle p{
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
.placementTitle small{
	font-size: 10px;
	color: #c1bcbd;
	font-style: italic;
	word-break: break-word;
}

/*timeline*/



/******************* Timeline Demo - 4 *****************/
.wrapper {
  background-color: #42A5F5;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  font: normal 16px/26px Open Sans Condensed, sans-serif;
  color: #fff;
  padding: 100px 20px 200px;
  box-sizing: border-box;
}

.block {
  z-index: 1;
  position: relative;
}
.block:before {
  content: "";
  position: absolute;
  /*height: calc(100% - 40px);*/
  height: 98%;
  width: 1px;
  background-color: #f2f2f2;
  left: 50%;
  margin-top: 90px;
}

.title {
  font: bold 42px/52px Open Sans Condensed, sans-serif;
  text-align: center;
  padding: 20px;
  transition: all 0.8s ease-in-out;
  color: #0066b3;
}

.each-event {
  background-color: #ed1c24;
  color: #fff;
  padding: 15px;
  margin: 60px 20px;
  width: 300px;
  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.each-event:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
}
.each-event:nth-child(odd) {
  margin-left: calc(50% + 20px);
}
.each-event:nth-child(even) {
  margin-left: calc(50% - 321px);
}
.each-event:nth-child(even):before {
  left: calc(100% + 14px);
}

.title.non-focus {
  font-size: 24px;
  line-height: 34px;
  transition: all 0.8s ease-in-out;
}

.each-event.non-focus {
  color: #d2d2d2;
  background: #e6e6e6;
  margin-top: 90px;
  transform: rotateZ(45deg);
  transition: all 0.8s ease-in-out;
}
.each-event.non-focus:before {
  opacity: 0;
  background-color: #aaa;
}
@media (max-width:580px) {
.each-event:nth-child(2n+1) {
    margin-left: auto;
}
.each-event:nth-child(2n) {
    margin-left: auto;
}
}

/* ————————————————————–
  Tree core styles
*/
.tree {
  margin: 1em;
}

.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.tree input ~ ul {
  display: none;
}

.tree input:checked ~ ul {
  display: block;
}

/* ————————————————————–
  Tree rows
*/
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
}

.tree ul li {
  padding: 1em 0 0 1em;
}

.tree > li:last-child {
  padding-bottom: 0;
}

/* ————————————————————–
  Tree labels
*/
.tree_label {
  position: relative;
  display: inline-block;
  background: #fff;
}

label.tree_label {
    cursor: pointer;
    padding: 5px;
    border: solid 1px #0066b3;
    background-color: #0066b3;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
}
.mainlabel{
	padding: 5px;
    border: solid 1px #ed1c24 !important;
    background-color: #ed1c24 !important;
    padding: 10px !important;
}
label.tree_label a{
color: #fff;
font-size: 12px;
padding: 2px;
border: solid 1px #fff;
margin-top: 5px;
background-color: #000;
display: inline-block;
}

label.tree_label:hover {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
}
label.tree_label small{
	font-size: 12px;
}

/* ————————————————————–
  Tree expanded icon
*/
label.tree_label:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: "";
  text-align: center;
  line-height: 0.9em;
}

:checked ~ label.tree_label:before {
  content: "–";
}

/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
}

.tree_label:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 0.3em;
  content: "";
}

label.tree_label:after {
  border-bottom: 0;
}

:checked ~ label.tree_label:after {
  border-radius: 0 0.3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
}

.tree li:last-child:before {
  height: 1em;
  bottom: auto;
}

.tree > li:last-child:before {
  display: none;
}

.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}

/*********************** hover effect course *******************/
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.containerbox{
  padding: 0 0;
      position: relative;
}
@media screen and (max-width: 640px){
  .containerbox{
    display: block;
  }
}

@media screen and (min-width: 900px){
  .containerbox{
  }
}

.containerbox .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
.allCourse h3{
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
/*timeline*/
.map  iframe{float:left}

/*light gallery*/
.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
            /*light gallery*/
			
			/*rules and regulations*/
			.rulesArea{}
			.rulesArea .panel {
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #fff;
            background: none;
            box-shadow: none;
        }
        
        .rulesArea .panel:last-child {
            border-bottom: none;
        }
        
        .rulesArea .panel-group > .panel:first-child .panel-heading {
            border-radius: 4px 4px 0 0;
        }
        
        .rulesArea .panel-group .panel {
            border-radius: 0;
        }
        
        .panel-group .panel + .panel {
            margin-top: 0;
        }
        
        .rulesArea .panel-heading {
            background-color: #0072AE;
            border-radius: 0;
            border: none;
            color: #fff;
            padding: 0;
        }
        
       .rulesArea  .panel-title a {
            display: block;
            color: #fff;
            padding: 15px;
            position: relative;
            font-size: 22px;
            font-weight: 400;
        }
        
        .rulesArea .panel-body {
            background: #fff;
        }
        
        .rulesArea .panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .rulesArea .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .rulesArea .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .rulesArea .panel-heading a:before {
			content:url(../images/plus.png);
			height:20px;
			width:20px;
    display: block;
            position: absolute;
            font-family: 'Material Icons';
            right: 5px;
            top: 16px;
            font-size: 24px;
            transition: all 0.5s;
            transform: scale(1);
        }

        .rulesArea .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
       .rulesArea  #bs-collapse .panel-heading a:after {
            content: ' ';
            font-size: 24px;
            position: absolute;
            font-family: 'Material Icons';
            right: 5px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        .rulesArea #bs-collapse .panel-heading.active a:after {
            content: '\e909';
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
       .rulesArea  #accordion .panel-heading a:before {
            content: '\e316';
            font-size: 24px;
            position: absolute;
            font-family: 'Material Icons';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        .rulesArea #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }
		.rulesArea ul{
			
			}
			.rulesArea ul {
    padding-left: 30px;
}
					.rulesArea ul li {
    list-style-image: url(../images/tick.png) !important;
    list-style: inside;
    list-style-position: inside;
    list-style-image: none;
    margin-top: 10px;
    list-style-position: outside;
    font-size: 15px;
}
.rulesArea ul li ul li {
    list-style-image: url(../images/tick2.png) !important;
    list-style: inside;
    list-style-position: inside;
    list-style-image: none;
    margin-top: 10px;
    list-style-position: outside;
    font-size: 15px;
}
			/*rules and regulations*/

      /*ceo*/
      .namePad{
        padding-top: 150px;
        text-align: center;
      }
      .namePad p{
        text-align: center;
      }

      /*infra structure*/
      .infraIcon{

      }
      .infraIcon p{
        font-weight: 500;
        font-size: 14px;

      }

      .hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 80px;
  height: 80px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: rgb(0 102 179);
  transition: 300ms;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #ed1c24;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color:#ed1c24;
  color: #fff;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}

.peopleThumbs{
  background-color: #0066b3;
  padding-top: 10px;
  padding-bottom: 10px;
	min-height: 100px;
}
.peopleThumbs h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 5px;
}

.peopleBehind small{
  color: #fff;
	word-break: break-all;
  font-size: 11px;
}
.courseThumbsH  {
    padding: 15px;
    
    background-color: #0066b3;
    
}
.courseThumbsL{
  
   padding: 15px;
   margin-top:2px;
}
.courseThumbsH h3 {
  color: #fff;
  font-size: 18px;
}
.courseThumbsL p a{
  color: #000;
  font-size: 14px;
}
 .btn-change:hover a{color: #fff;}
.btn-change{
    height: 50px;
    width: 100%;
    background-color: #ddd;

    float: left;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px;
    color: #fff;
}
.btn-change:hover{
    -webkit-transform: scale(1.1);
    background: #ed1c24;
    
}
/*testimonials*/

.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #e91c5e;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ed1c24;
    border-color: #ed1c24;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #fff;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

form#contactForm {
    width: 100%;
}
/*accrditation*/
.heading-accr{
	background-color: #0066b3;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom:15px;
	}
.accrList li{
	list-style-image: url(../images/acreditations/plane-spd.png);
	list-style-position: inside;
	}
	#logreg-forms{
    width:412px;
    margin:10vh auto;
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;


    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.8rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .facebook-btn{  background-color:#3C589C; }

#logreg-forms .google-btn{ background-color: #DF4B3B; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }
    
    #logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }
  
    #logreg-forms  .google-btn:after{
        content:'Google';
    }
    
}

.regiArea label {
    color: #0066b3;
}
.regiArea .form-control {
    border: 1px solid #b9b9b9;
    border-radius: 1px;
	height: 56px;
}
.regiArea .btn-success {
    height: 52px;
    text-transform: uppercase;
    border-radius: 0px;
}
.regiArea .btn-primary
{
    height: 52px;
    text-transform: uppercase;
    border-radius: 0px;
}
.owl-nav {
    margin-top: -30px;
    position: absolute;
	left: 47.9%;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #ed1c24;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
   display: inline-block;
    margin-bottom: 1px;
    margin-right: 1px;
}



.headtitle h1 {
	color: #ffffff;
	font-size: 4rem;
	display: block;
	padding: 10px;
	letter-spacing: 4px;
}
.headtitle p {
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
}
.ewBox p a{
	color: #fcca05;
	font-size: 16px;
	padding: 10px;
}
.ewBox p a:hover, .ewBox p a:focus, .ewBox p a:active{
	color: #fcca05;
}

.paraBoxed h2 {
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	font-weight: lighter;
}
.headtitle {
	
	border-radius: 15px;
	padding-top: 45px;
	padding-bottom: 50px;
}

.eqBox{
background-color:#fff;
padding:15px;
border-radius:0px;
box-shadow: 0px 3px 4px 0px rgba(103,101,101,0.75);
-webkit-box-shadow: 0px 3px 4px 0px rgba(103,101,101,0.75);
-moz-box-shadow: 0px 3px 4px 0px rgba(103,101,101,0.75);
}
.eqBoxHead{
	background-color: #0066b3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.eqBox h2{color:#fff;
font-size:18px;
text-align:center;
}
.pt-5{
	padding-top: 25px;
}
.text-cen{
	text-align: center;
}

.eqBtn{
background-color: #0066b3;
border: solid 1px #0066b3;
color: #fff;
font-size: 16px;
border-radius: 4px;
padding-top: 8px;
padding-right: 15px;
padding-bottom: 8px;
padding-left: 15px;
	}

	.error-span{
display: block;
color: #F00;
font-size: 12px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
		}

		.success-span{
display: block;
color: #0C0;
font-size: 12px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
		}

.eqBtn:focus, .eqBtn:hover, .eqBtn:active{
	background-color:#5c5c5c;
	border:solid 1px #5c5c5c;
	color:#fff;
	}
.msthead {
position: relative;
width: 100%;
color: #fff;
background: url(https://speedwings.org/wp-content/uploads/2024/03/flight.jpg);
background-position: bottom right;
background-size: contain;
background-repeat: no-repeat;
background-color: #0066b1;
padding-top: 150px;
padding-bottom: 57px;

}
.ewBox{
	position: relative;
	border: solid 5px #fff;
	width: 83%;
	min-height: 500px
}
.hederBoxed{
	background-color: #0066b1;
	position: absolute;
	left: -25px;
}
.paraBoxed{
	padding-top: 215px;
}
.eqBox p {
color: #0066b3;
font-weight: 700;
    font-size: 16px;
}
.eqBox label {
color: #000000;
font-size: 14px;
}
.ewBox .form-control{
border-radius:10px !important;
height:38px !important;
}

.quoteBox{
	color: #ffdd03;
font-size: 14px;
text-align: right;
}
.quoteBox span{
	color: #fff;
font-size: 19px;
font-weight: 500;
}
.quoteBox p{	color: #fff;
	font-size: 14px;
	text-align: right;}
	
@media (max-width:900px) {


		.ewBox {
			width: 99%;
			margin-bottom: 15px;
		}
	}
@media (min-width:768px) {

.logospwmob{
	display: none;
}
.logospw{
	display: block;
}
}
@media (max-width:768px) {

.logospw{
	display: none;
}
.logospwmob{
	display: block;
	padding-top: 20px;
}
.headtitle h2 {
	text-align: center;
}
}

@media (max-width:768px) {

.ewBox p {
	text-align: center;
	font-size: 14px;
	}
	.paraBoxed {
		padding-top: 341px;
	}		
	.ewBox {
		width: 99%;
		margin-bottom: 15px;
		margin-top: 35px;
	}
.msthead{


	padding-top: 165px;
	padding-bottom: 24px;
	background: url(https://speedwings.org/wp-content/uploads/2024/03/flight.jpg);
	background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
	background-color: #0066b1;
	}

.eqBox {
	 background-color: #fff;align-content
	}
				
.headtitle h1 {
	font-size: 50px;
	text-align: left;
	 padding-bottom: 70px;
}
}