﻿body, html {
    font-family: 'Roboto', sans-serif;
}

#top-nav {
    background-color: #003e6b;
    padding-top: 10px;
    padding-bottom: 2px;
}

    #top-nav li {
        margin-left: 65px;
    }

    #top-nav a {
        font-size: 13px;
        line-height: 115%;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

#aog-request {
    background-color: #e2383f;
    padding: 5px 15px;
}

.noPad {
    padding: 0;
}

.navbar {
    /*min-height: 111px;*/
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    height: 53px;
    padding: 15px 15px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

    /*.navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 115%;
        text-transform: uppercase;
        color: #464646;
        font-weight: 500;
        padding-top: 11px;
        padding-right: 35px;
        padding-bottom: 18px;
        padding-left: 35px;
    }*/

        .navbar-default .navbar-nav > li > a.last {
            padding-right: 15px;
        }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #464646;
            background-color: transparent;
        }

.navbar-brand img {
    max-width: 185px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #464646;
    background-color: #fff;
}
/* span.caret { display: none; } */
.dropdown-menu {
    left: 10px !important;
    background-color: #0064ad;
    border: none;
    padding: 0;
    border-radius: 0;
    min-width: 180px;
    color:white;

}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #ababab;
        
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 15px;
        clear: both;
        color:white ;
        font-weight: 500;
        font-size: 14px;
        line-height: 115%;
        white-space: nowrap;
        text-transform: uppercase;
    }

.dark-background {
    color: #fff;
    text-align: center;
}

    .dark-background h2 {
        margin-bottom: 20px;
    }

#locations-row p, #contact-dd-row p {
    color: #fff;
}

#footer {
    background-color: #003e6b;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-row {
    margin-bottom: 25px;
}

#footer ul {
    padding: 0;
}

#footer li {
    font-size: 12px;
    line-height: 115%;
    margin-bottom: 12px;
    list-style: none;
}

    #footer li a {
        color: #fff;
        font-weight: 500;
    }

        #footer li a.title {
            font-size: 15px;
            text-transform: uppercase;
        }

.footer-nav {
    margin-bottom: 25px;
}

#footer-logo img {
    max-width: 185px;
}

#subscribe-btn {
    display: inline-block;
    border: solid 2px #4d7898;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
}

#footer-social {
    text-align: right;
    padding-top: 10px;
}

    #footer-social img {
        margin-left: 10px;
    }

h1, h2 {
    font-size: 40px;
    line-height: 115%;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 0;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #343434;
}
/* START CONTACT PAGE CSS */
.blue-color-header {
    color: #0064ad;
}

.text-white p {
    color: #fff;
}

#contact-dd-row {
    padding: 145px 15px;
    background-image: url(https://dallasairmotive.com/images/librariesprovider4/2020/58b28bc20afc14923c1e8b2dbe29ffd6.png?sfvrsn=7b688dc2_2);
    background-size: cover;
    color: #fff;
    line-height: 125%;
}
 
    #contact-dd-row p {
        margin-bottom: 20px;
    }

    #contact-dd-row select {
        width: 100%;
        max-width: 355px;
        font-size: 19px;
        color: #343434;
        padding: 10px 20px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 15px;
        background-color: #dcdcdc;
        border: none;
    }

.bkgrnd-grey {
    background-color: #f9f9f9;
    padding-top: 75px;
    padding-bottom: 75px;
}

.bkgrnd-blue {
    background-color: #003558;
}

.rem {
    font-size: 16px;
    margin-bottom: 20px;
}

    .rem p {
        margin-bottom: 3px;
    }

.rem-title {
    color: #0064ad;
}

.rem-name {
    font-weight: bold;
}

.rem-phone a {
    color: #000;
}

.rem-email a {
    color: #ff0d00;
}

#rth-row {
    padding-top: 100px;
    padding-bottom: 100px;
}

    #rth-row h2 {
        color: #777777;
        margin-bottom: 45px;
    }

a.sqr-btn {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 15px;
    color: #fff;
    width: 100%;
    max-width: 342px;
    text-decoration: none;
    text-align: center;
}

    a.sqr-btn.sqr-blue {
        background-color: #0064ad;
    }

    a.sqr-btn.sqr-red {
        background-color: #ff0d00;
    }

#locations-row {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/locations-background.png);
    background-repeat: no-repeat;
    background-position: center;
}

    #locations-row h2 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }
    /*#locations-row p {
	font-weight: 400;
	line-height: 135%;
	margin-bottom: 40px;
}*/
    #locations-row a {
        color: #fff;
    }

#request-a-quote-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #request-a-quote-row h2 {
        color: #0064ad;
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px;
    }

    #request-a-quote-row p {
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 40px;
    }

    #request-a-quote-row label {
        display: block;
        color: #4a4a4a;
        font-size: 15px;
        font-weight: 400;
        padding-left: 5px;
    }

    #request-a-quote-row input[type='text'], select {
        background-color: #eaeaea;
        border: none;
        padding: 15px 20px;
        width: 100%;
        margin-bottom: 15px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 400;
    }

    #request-a-quote-row input[type='submit'] {
        background-color: #0064ad;
        border: none;
        font-size: 22px;
        line-height: 24px;
        font-weight: 300;
        display: block;
        padding: 15px;
        color: #fff;
        width: 100%;
        max-width: 261px;
        text-decoration: none;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

.location-box {
    margin-bottom: 40px;
}

    .location-box h4 {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .location-box p {
        font-size: 16px;
        color: #fff;
        margin: 0px 0px 0px 0px;
        line-height: 22px;
    }

        .location-box p a {
            color: #fff;
        }
/* END CONTACT PAGE CSS */



.features .row {
    text-align: center;
}
.feature1 h3 {
    padding-top: 262px;
    padding-bottom: 20px;
}
.feature2 h3 {
    padding-top: 244px;
    padding-bottom: 14px;
}
.feature3 h3{
    padding-top: 244px;
    padding-bottom: 15px;
}
.feature4 h3 {
    padding-top: 251px;
    padding-bottom: 31px;
}

.feature1 {
    background-image: url(/images/librariesprovider4/home/homepage-revision-2_06.jpg?sfvrsn=c8a5437d_2);
    height: 380px;
    background-size: cover;
    border: 1px solid white;
}
    
.feature2 {
    background-image: url(/images/librariesprovider4/home/homepage-revision-2_08.jpg?sfvrsn=852c64a8_2);
    height: 380px;
    background-size: cover;
    border: 1px solid white;
}

.feature3 {
    background-image: url(/images/librariesprovider4/home/homepage-revision-2_10.jpg?sfvrsn=dfa887cf_2);
    height: 380px;
    background-size: cover;
    border: 1px solid white;
}

.feature4 {
    background-image: url(/images/librariesprovider4/home/homepage-revision-2_1130cc181166394306b108970a06fe9f31.jpg?sfvrsn=62ea57de_2);
    height: 380px;
    background-size: cover;
    border: 1px solid white;
}


.features .row h3 {
    color: #fff;
    margin: 0 auto;
    font-size: 1.5em;
    text-transform: uppercase;
   
}





.features .row a {
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    border: 1px solid white;
    background-color: #145585;
    display: block;
    color: white;
    width: 80%;
    margin: 0 auto;
    margin-top:5px;
}

    .features .row a:hover {
        /*opacity: .5;*/
        cursor: pointer;
        background-color: red;
    }










/* About-us-careers css start */
.careers-sec {
    padding: 65px 0px 65px;
}

.careers-sec-cont {
    text-align: center;
}

    .careers-sec-cont h1 {
        color: #0064ad;
        margin: 25px 0px 25px;
    }

    .careers-sec-cont span {
        color: #343434;
        margin: 0px 0px 40px;
        display: block;
        font-weight: 700;
        font-size: 16px;
    }

    .careers-sec-cont a {
        color: #e82424;
        display: block;
        font-size: 22px;
    }
/* About-us-careers css end */
.resource-sec {
    padding: 65px 0px 65px;
}

    .resource-sec h1 {
        margin: 0px 0px 25px 0px;
        color: #0064ad;
    }
/* START HOME PAGE CSS */

.center-vert {
    display: table;
}

.center-vert-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-feature {
    display: table;
    padding-bottom: 30px;
}

.feature-text {
    display: table-cell;
    vertical-align: bottom;
}

#feature01 {
    background-image: url(../img/home-img01.jpg);
}

#feature02 {
    background-image: url(../img/home-img02.jpg);
}

#feature03 {
    background-image: url(../img/home-img03.jpg);
}

.home-feature {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
}

.feature-text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}

    .feature-text span {
        display: block;
    }

        .feature-text span a {
            color: #fff;
            text-align: center;
            font-size: 29px;
            line-height: 110%;
            font-weight: 500;
            text-decoration: none;
        }

    .feature-text a {
    }

        .feature-text a span {
            font-size: 16px;
            line-height: 18px;
        }

    .feature-text img {
        margin-top: 15px;
    }

#latest-news {
    padding: 80px 50px;
}

.slide-row {
    background-color: #f6f6f6;
}

#latest-news h2 {
    font-size: 22px;
    color: #0064ad;
    font-weight: bold;
    margin-bottom: 35px;
    padding-left: 25px;
}

.home-news-text {
    font-size: 24px;
    line-height: 29px;
    color: #343434;
}

    .home-news-text a {
        font-size: 12px;
        background-color: #0064ad;
        color: #fff;
        text-decoration: none;
        padding: 3px 20px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 20px;
    }

    .home-news-text p {
        max-width: 350px;
    }

.home-news-img img {
    float: right;
}

.ln-article {
    margin-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
}

    .ln-article:last-child {
        margin-bottom: 0;
    }

.testi-slider {
    padding: 0px;
}

    .testi-slider .testi-left-sec {
        background: #0064ad;
        text-align: center;
        padding: 75px 0px 0px;
        min-height: 509px;
    }

        .testi-slider .testi-left-sec img {
            border-radius: 100%;
            display: inline-block;
            width: 120px;
        }

        .testi-slider .testi-left-sec p {
            font-size: 20px;
            color: #fff;
            margin: 25px auto;
            max-width: 320px;
        }

        .testi-slider .testi-left-sec span {
            font-size: 16px;
            color: #fff;
            display: block;
        }

    .testi-slider .carousel-indicators {
        bottom: 30px !important;
    }

        .testi-slider .carousel-indicators .active {
            background: #fff;
            border: 1px solid #c3c3c3;
            width: 18px;
            height: 18px;
        }
/********************************/
/*       Slides css     */
/********************************/
.slider-section {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/c1f4e-home-background.jpg);
    background-size: cover;
    background-position: center center;
    /*height: 647px;*/
}

#first-slider .main-container {
    padding: 0;
}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2, #first-slider .dallasSlide1 h2, #first-slider .dallasSlide2 h2, #first-slider .dallasSlide3 h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 300;
    line-height: 110%;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .dallasSlide1 h3, #first-slider .dallasSlide2 h3, #first-slider .dallasSlide3 h3 {
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    line-height: 56px;
    margin: 0px 0px;
    text-transform: uppercase;
}



#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4, #first-slider .dallasSlide1 h4, #first-slider .dallasSlide2 h4, #first-slider .dallasSlide3 h4 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 33px;
}

#first-slider .slide1 h5 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 33px;
}
#first-slider .dallasSlide1 h5 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 33px;
}

#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
    padding-left: 40px;
}

#first-slider .carousel-indicators {
    bottom: 30px !important;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}

#first-slider .carousel .item {
    /*min-height: 425px; 
  height: 100%;
  width:100%;*/
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider h3 {
    animation-delay: 1s;
}

#first-slider h4 {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}

#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

    #first-slider .p a {
        text-decoration: underline;
    }

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: -50px;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: -50px;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pad-none {
    padding: 0px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url("/images/librariesprovider4/home/homepageheader1.jpg?sfvrsn=77d13a4c_2");
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .slide2 {
    background-image: url(../assets/aec05-feature-image-2-background-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .slide3 {
    background-image: url(../assets/86b61-feature-image-3-background-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}
#first-slider .dallasSlide1 {
    background-image: url(/images/librariesprovider4/home/slide3.png?sfvrsn=48eacb57_2);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .dallasSlide2 {
    background-image: url(/images/librariesprovider4/home/slide2.png?sfvrsn=ed9c2a07_2);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .dallasSlide3 {
    background-image: url(/images/librariesprovider4/home/slide1.png?sfvrsn=d1f1cac7_2);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

.slide2 .slider-text {
    max-width: none;
    top: 30%;
    transform: translate(0,-30%);
}

.slider-text_OLD {
    background: rgba(0,100,173,0.79);
    position: absolute;
    top: 20%;
    transform: translate(0,-20%);
    /*opacity: 0.6;*/
    padding: 40px;
    max-width: 500px;
}
.slider-text {
    /*background: rgba(0,100,173,0.79);*/
    position: absolute;
    /*top: 20%;*/
    transform: translate(0,-20%);
    /*opacity: 0.6;*/
    /*padding: 40px;*/
    background-image: url(http://test.dallasairmotive.com/images/librariesprovider4/home/homeimagesoverlay.png?sfvrsn=9c295e21_2);
    width: 100%;
    height: 100%;
}
    .slider-text h3 {
        padding-top: 10%;
        padding-left: 8%;
        max-width: 512px;
        text-transform:uppercase;
    }
    .slider-text h4 {
        max-width: 500px;
        padding-left: 8%;
        text-transform: uppercase;
    }
    .slider-text h5 {
        max-width: 500px;
        padding-left: 8%;
        text-transform: uppercase;
    }

/*END HOME PAGE CSS */

/* About Page */
#bba-logo-row img {
    margin-bottom: 25px;
}

.callout-text p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    max-width: 395px;
    margin: auto;
}

.engine-mro {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/about-globe-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
}

    .engine-mro h2, .supported-lru h2 {
        margin-bottom: 30px;
    }

    .engine-mro p, .engine-mro li, .supported-lru p, .supported-lru li {
        font-size: 16px;
        line-height: 24px;
    }

    .engine-mro ul, .supported-lru ul {
        padding-left: 15px;
    }

    .engine-mro li, .supported-lru li {
        margin-bottom: 5px;
    }

.left-white-line {
    padding-left: 35px;
    padding-right: 35px;
    border-left: solid 2px #fff;
}

    .left-white-line.text-white {
        border-left: none;
    }

.about-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/about-image-bottom.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
}

.large-blts li {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
    max-width: 450px;
}

.top-icon-bullets p.icon {
    max-width: 295px;
}
/*.top-icon-bullets h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #0064ad;
	max-width: 295px;
}
.top-icon-bullets ul {
	padding-left: 20px;
	max-width: 295px;
}
	
.top-icon-bullets li {
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	margin-bottom: 5px;
}*/
p.join-text {
    text-align: center;
}

    p.join-text a {
        color: #e82424;
        font-size: 22px;
    }

.cert-rss h4 {
    font-size: 30px;
    font-weight: 300;
    color: #343434;
    margin-top: 25px;
}

.cert-rss p {
    margin-bottom: 5px;
}

.cert-rss a {
    color: #e2383f;
}

.bba-pad {
    padding-right: 35px;
    padding-left: 35px;
}

#flight-support {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../img/bba-background-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
}

#global-engine-services {
    padding-top: 95px;
    padding-bottom: 35px;
    background-image: url(../img/bba-background-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
}

.add-row {
    background-color: #003e6b;
}

.benifit-sec {
    padding: 50px 0px 50px;
    background: #fff;
}

    .engine-specials h1, .benifit-sec h1 {
        color: #0064ad;
        text-align: center;
        margin-bottom: 40px;
    }

    .benifit-sec .top-icon-bullets {
        text-align: center;
    }

        .engine-specials .top-icon-bullets img, .benifit-sec .top-icon-bullets img {
            display: inline-block;
            margin-bottom: 20px;
        }

        .benifit-sec .top-icon-bullets h4 {
            font-size: 24px;
            line-height: 28px;
            font-weight: 300;
            color: #0064ad;
        }

        .benifit-sec .top-icon-bullets ul {
            text-align: left;
            max-width: 345px;
            margin: 0 auto;
        }

        .benifit-sec .top-icon-bullets li {
            font-size: 16px;
            line-height: 24px;
            color: #343434;
            margin-bottom: 5px;
        }
/*About bba Page start 31-01-18*/
#flight-support h2 {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.global-engine-services-cont {
}

    .global-engine-services-cont p {
        color: #fff;
    }

    .global-engine-services-cont h3 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .global-engine-services-cont span {
        color: #fff;
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        margin-bottom: 50px;
        display: block;
    }

    .global-engine-services-cont img {
        display: inline-block;
        margin: 50px 0px;
    }

.flight-support-sec {
    max-width: 380px;
    margin: auto;
    margin-bottom: 25px;
}

    .flight-support-sec img {
        margin-bottom: 30px;
        display: inline-block;
    }

    .flight-support-sec p {
        color: #fff;
    }

.border {
    margin-top: 15px;
    margin-bottom: 40px;
    border: 1px solid #3e4045;
}

.ontic-img {
    margin-top: 10px;
    display: inline-block;
}

.bba-property-sec {
    margin: 75px 0px 80px;
}

.bba-property-tag span {
    color: #0064ad;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    max-width: 100%;
    display: block;
}
/*About bba Page end*/

/* END About Page */

/* Engine Page */
.engine-header-img img, .header-img img {
    width: 100%;
}

.engine-raq {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #e7e7e7;
    width: 100%;
    float: left;
}

.engine-raq-btn {
    margin-top: 45px;
}

.spl-col {
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
    background-color: #fff;
}

    .spl-col h3 {
        font-size: 36px;
        line-height: 110%;
        font-weight: 300;
        background-color: #003e6b;
        color: #fff;
        padding: 65px 25px 10px 25px;
        margin-bottom: 0;
    }

    .spl-col h4 {
        font-size: 25px;
        line-height: 120%;
        font-weight: 400;
        color: #0064ad;
        padding-top: 10px;
    }

.spl-col {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #343434;
}

    .spl-col ul {
        padding-left: 20px;
    }

    .spl-col li {
        margin-bottom: 5px;
    }

.spl-pad {
    padding: 0 20px 20px;
}

#contact-rep-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: #343434;
    margin-bottom: 0;
}

.engine-head {
    padding: 65px 15px;
}

    .engine-head h1, .web-services-head h1 {
        color: #0064ad;
        text-align: center;
    }

.marginBtm15 {
    margin-bottom: 15px;
}

.marginBtm25 {
    margin-bottom: 25px;
}

.engine-head p {
    color: #343434;
    max-width: 680px;
    margin: auto;
}

.pw-parntnership, #pw-parntnership {
    padding-top: 85px;
    padding-bottom: 85px;
    background-image: url(../img/pw-partner-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
}

    .pw-parntnership h2, #pw-parntnership h2 {
        margin-bottom: 20px;
    }

    .pw-parntnership img, #pw-parntnership img {
        margin-bottom: 30px;
        display: inline-block;
    }

.oems, #oems {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
    background-image: url('../img/engine-logo-background-fade.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    float: left;
}

    .oems h1, #oem-head {
        font-size: 38px;
        line-height: 115%;
        text-align: center;
        color: #0064ad;
        font-weight: 300;
        margin-bottom: 25px;
    }
/* about facilities paage css */
.section11 {
    padding: 0 0;
    background-size: cover;
}

.Hmu-Box-Wrap {
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;*/
    background-color: #003e6b;
}

    .Hmu-Box-Wrap:nth-child(even) {
        background-color: #05558f;
    }

.Hmu-Box {
    padding-left: 0;
    padding-right: 0;
}

.detail-box {
    padding: 50px 10px 0px 100px;
}

    .detail-box h1 {
        font-size: 40px;
        color: #fff;
        margin: 0;
    }

    .detail-box p {
        font-size: 22px;
        color: #fff;
    }

    .detail-box .spacification {
        margin: 16px 0;
        max-width: 420px;
    }

    .detail-box span {
        font-size: 18px;
        color: #fff;
        display: block;
    }

.section12 {
}

.map-sec {
    background-image: url(../img/mapping_bg2.png);
    background-color: #001021;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0px 100px 0px;
    width: 100%;
    float: left;
}

.location-heading {
    text-align: center;
}

    .location-heading h1 {
        color: #fff;
    }

.regional-center {
    margin-left: 13%;
}

.regional-center-box {
    margin-bottom: 40px;
}

    .regional-center-box h4 {
        font-size: 20px;
        color: #a9e2f9;
        margin: 0px 0px 0px 0px;
    }

.regional-heading {
    font-size: 26px;
    color: #fff;
    margin: 0px 0px 40px 0px;
    width: 100%;
    text-align: center;
}

.tmarg {
    margin-top: 40px;
}

.maxmar {
    margin-top: 500px;
}

.regional-sub-heading {
    font-size: 18px;
    color: #fff;
    margin: -35px 0px 40px 0px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.regional-center-box p {
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

/* about us our team page css */
.section13 {
}

.team-sec {
    background-color: #005da1;
    padding: 100px 0px 100px 0px;
    width: 100%;
    float: left;
}

.avl-pos-btn {
    background: #0064ad;
    border: 1px solid #0064ad;
    padding: 15px 80px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 25px 0px 0px 0px;
}

.employee-detail {
    margin: 30px 0;
}

    .employee-detail p {
        margin-bottom: 0px;
    }

.team-heading {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.team-box {
    text-align: center;
    margin-bottom: 50px;
}

.team-img {
}

    .team-img img {
        border-radius: 100%;
        display: inline-block;
        width: 150px;
        height: 150px;
        margin-bottom: 10px;
    }

.team-box span {
    font-size: 14px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.team-box h4 {
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

/* about us our team page css */
.section14 {
    background-color: #fff;
    padding: 75px 0px 75px 0px;
}

.cor-social {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    float: none;
}

    .cor-social img {
        display: inline-block;
    }

    .cor-social h1 {
        color: #0064ad;
        margin: 30px 0px 30px 0px;
    }

    .cor-social p {
        font-size: 16px;
        color: #343434;
        margin: 0px 0px 0px 0px;
    }

.cor-social-msg {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom:40px;
}

    .cor-social-msg h2 {
        font-size: 36px;
        color: #0064ad;
        margin: 0px 0px 20px 0px;
        position: relative;
    }

        /*.cor-social-msg h2::after {
            position: absolute;
            content: "";
            width: 150px;
            height: 1px;
            background: #b5b5b5;
            left: 0;
            right: 0;
            top: 50px;
            margin: 0 auto;
        }*/

.cor-social-text p {
    font-size: 16px;
    color: #343434;
    margin: 0px 0px 0px 0px;
}


/* about us engine-solutions page css */
.engine-solution-banner {
    background-image: url(../img/hs-web-engine-solutions-header.jpg);
    background-size: cover;
}

.rotocraft-sec {
    background: #f4f4f4;
    width: 100%;
    float: left;
}

.rotocraft-text {
    font-size: 24px;
    color: #0064ad;
    text-align: center;
    display: block;
}

.margine-null {
    margin: 0px;
}

.rotocraft {
    text-align: center;
}

    .rotocraft img {
        display: inline-block;
    }

.rotorcraft-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.rotorcraft-box {
    margin-top: 60px;
    background: #fff;
    height: 88%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

    .rotorcraft-box .rotorcraft-head {
        width: 100%;
    }

    .rotorcraft-box .rotorcraft-body {
        width: 100%;
    }

        .rotorcraft-box .rotorcraft-body ul {
            margin: 0;
            padding: 50px;
        }

            .rotorcraft-box .rotorcraft-body ul li {
                margin-bottom: 10px;
                text-align: center;
                display: block;
            }

                .rotorcraft-box .rotorcraft-body ul li a {
                    font-size: 20px;
                    color: #fff;
                    text-transform: uppercase;
                    background: #0064ad;
                    padding: 10px 0px;
                    width: 100%;
                    display: block;
                }
                    .rotorcraft-box .rotorcraft-body ul li a:hover {
                        background-color:red !important;
                    }

                    .fixed-wing-sec {
                        background-image: url(../img/fixed-wing-bg.jpg);
                        background-size: cover;
                        width: 100%;
                        float: left;
                    }

    .fixed-wing-sec .rotocraft-text, .fixed-wing-sec h1 {
        color: #c5fcff;
    }

    .fixed-wing-sec p {
        color: #fff;
    }

    .fixed-wing-sec .rotorcraft-box .rotorcraft-body ul {
        margin: 0;
        /*padding: 50px 28px;*/
        padding: 50px 28px 0px 28px;

    }
                        .fixed-wing-sec .rotorcraft-box .rotorcraft-body p {
                            color: black;
                            font-size: 14px;
                            line-height: 14px;
                            padding: 10px 25px 10px 25px;
                            margin-bottom: 20px;
                            text-align: center;
                        }

        .fixed-wing-sec .rotorcraft-box .rotorcraft-body ul li:hover, .rotorcraft-box .rotorcraft-body ul li a:hover {
            /*opacity: .5;*/
            text-decoration: none;
            background-color:red;

        }
        .fixed-wing-sec .rotorcraft-box .rotorcraft-body ul li a:hover, .fixed-wing-sec .rotorcraft-box .rotorcraft-body ul li a:visited, .rotorcraft-box .rotorcraft-body ul li a:hover, .rotorcraft-box .rotorcraft-body ul li a:visited{
            text-decoration: none;
        }

.apu-sec {
    background: #fff;
}

    .apu-sec .engine-head p {
        color: #343434;
        max-width: none;
        margin: auto;
    }

.apu-btn {
    background: #0064ad;
    border: 1px solid #0064ad;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 0px 0px 0px;
}

/* about us events page css */
.timeline-sec {
    padding: 65px 0px;
    background: #f9f9f9;
}

.timeline-container {
}

.timeline-box { /*width: 20%;*/
    float: left;
}

.timeline-box-part1 {
    border-left: 1px solid #ababab;
}

.timeline-box-part2 {
}

.timeline-text {
    padding-left: 20px;
    height: 275px;
    display: table;
}

    .timeline-text p {
        color: #343434;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
    }

.timeline-img {
}

    .timeline-img img {
    }

.carousel-indicators {
    bottom: -61px !important;
}

    .carousel-indicators li {
        border: 1px solid #c3c3c3;
        width: 15px;
        height: 15px;
    }

    .carousel-indicators .active {
        background: #005db5;
        border: 1px solid #c3c3c3;
        width: 18px;
        height: 18px;
    }
/*.timeline-sec .owl-prev {
    top: 10%;
    width: 45px;
    position: relative;
    top: -349px;
    left: -3%;
    text-align: center;
    font-size: 45px;
    color: #797979;
    font-weight: normal;
}
.timeline-sec .owl-next {
    top: 10%;
    width: 45px;
    position: relative;
    top: -415px;
    right: -99%;
    text-align: center;
    font-size: 45px;
    color: #797979;
}*/
.timeline-sec h1 {
    color: #0064ad;
    text-align: center;
    margin-bottom: 50px;
}
/****** pw200 engine page css ******/
.testimonial-sec {
}

.testi-row {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.testi-left-sec {
    background: #0064ad;
    text-align: center;
    padding: 75px 0px 0px;
    min-height: 520px;
}

    .testi-left-sec img {
        border-radius: 100%;
        display: inline-block;
        width: 120px;
    }

    .testi-left-sec p {
        font-size: 20px;
        color: #fff;
        margin: 25px auto;
        max-width: 320px;
    }

    .testi-left-sec span {
        font-size: 16px;
        color: #fff;
        display: block;
    }

.testi-right-sec {
    background: #fff;
    text-align: center;
    padding: 75px 0px 0px;
    min-height: 520px;
}

    .testi-right-sec img {
        display: inline-block;
    }

    .testi-right-sec h1 {
        color: #0064ad;
        margin: 0px 0px 0px 0px;
    }

    .testi-right-sec p {
        color: #373737;
        margin: 20px auto 20px;
        max-width: 320px;
    }

.learn-more-btn {
    background: #0064ad;
    border: 1px solid #0064ad;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.testimonial-sec .carousel-indicators {
    bottom: 15px !important;
}

/* Web services page */
.web-services-head {
    padding: 65px 0;
}

    .web-services-head p {
        color: #343434;
        max-width: 723px;
        margin: auto;
    }

.web-services-detail .Hmu-Box-Wrap1 {
    background: #003e6b;
}

.web-services-detail .Hmu-Box-Wrap2 {
    background: #ffffff;
}

.web-services-detail .detail-box ul li {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    line-height: 35px;
}

.web-services-detail .Hmu-Box-Wrap2 ul li {
    font-size: 20px;
    color: #003e6b;
    line-height: 35px;
}

.web-services-detail .Hmu-Box-Wrap1 .detail-box ul {
    padding-top: 80px;
}

.web-services-detail .Hmu-Box-Wrap2 .detail-box ul {
    padding-top: 60px;
}

.web-services-detail .Hmu-Box {
    position: relative;
}

    .web-services-detail .Hmu-Box h3 {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        font-weight: 100;
        padding: 0 100px;
        line-height: 50px;
        display: block;
    }

.supported-lru {
    background-image: url(../img/supported-lru-bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    float: left;
}

.engine-specials {
    background: #f7f7f7;
    display: block;
    overflow: hidden;
    padding: 70px 0 70px;
    text-align: center;
}

    .engine-specials .top-icon-bullets {
        text-align: center;
    }

    .engine-specials h2 {
        color: #1e57a0;
        font-size: 35px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    .engine-specials h3 {
        color: #5d5d5d;
        font-size: 35px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }

    .engine-specials h4 {
        color: #5d5d5d;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-top: 0;
    }

    .engine-specials span {
        font-size: 16px;
        color: #e2383f;
        padding-top: 10px;
        display: block;
    }

.web-service-request-quote {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .web-service-request-quote .reqst-btn {
        border-radius: 0;
        background: #0064ad;
        border: 0;
        padding: 12px 40px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        vertical-align: middle;
        color: #ffffff;
        text-decoration: none;
    }

    .web-service-request-quote h2 {
        margin-top: 50px;
        color: #0064ad;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        font-weight: 300;
        max-width: 100%;
        display: block;
    }

    .web-service-request-quote h4 {
        font-size: 25px;
        color: #0064ad;
        font-weight: 300;
    }

.web-service-bkgrnd-blue h2 {
    text-align: center;
    padding-bottom: 80px;
}

.web-service-bkgrnd-blue {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 300px;
    background: url(../img/web-service-location-bg.jpg) top center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.web-service-bkgrnd-blue {
    /*background:#000912;*/
}

.web-service-location h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.web-service-location p {
    color: #ffffff;
}

.web-service-bkgrnd-blue .location-box h4 {
    font-size: 18px;
    color: #a9e2f9 !important;
    font-weight: 500;
}


/*history page*/
#owl-demo .owl-dots {
    text-align: center;
}

#owl-demo .owl-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    margin: 0 3px;
    position: relative;
}

    #owl-demo .owl-dot.active span {
        position: absolute;
        background: #005db5;
        ;
        top: 2px;
        padding: 7px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        left: 2px;
        right: 0;
    }

#owl-demo .owl-next, #owl-demo .owl-prev {
    position: absolute;
    top: 30%;
    background: transparent;
    border: none;
    font-size: 45px;
}

#owl-demo .owl-next {
    right: -50px;
}

#owl-demo .owl-prev {
    left: -50px;
}
/*#history page*/


.servicesSubHeader {
    padding-top: 0px;
}

.servicesSubHeaderBenefits {
    padding-top: 0px;
}




/*********** Responsive css ***********/
@media only screen and (max-width: 1024px) {
    .feature1 h3 {
        padding-top: 262px;
        padding-bottom: 20px;
    }
    .feature2 h3 {
        padding-top: 237px;
        padding-bottom: 0px;
    }
    .features .row a {
        width: 86%;
    }
}
@media only screen and (max-width: 991px) {
    #footer-social {
        text-align: center;
        padding-top: 10px;
    }

    #footer-logo {
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #003e6b;
    }

    .navbar-default .navbar-toggle {
        border-color: #003e6b;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #fff;
        }
    /* Added for home page */
    .home-feature {
        /*width: 100%;*/
    }

    .engine-header-img img {
        height: auto;
    }
    /*.timeline-sec .owl-next {right: -99%;}*/
    .navbar-default .navbar-nav > li > a {
        padding-right: 18px;
        padding-left: 18px;
    }

    .timeline-text p {
        line-height: 17px;
    }

    .Hmu-Box img {
        height: 100%;
    }

    #first-slider .carousel-control.right, #first-slider .carousel-control.left {
        display: none;
    }

    .rem {
        width: 50%;
        float: left;
    }

    #owl-demo .owl-next {
        right: -15px;
    }

    #owl-demo .owl-prev {
        left: -15px;
    }
}



@media only screen and (max-width: 768px) {
    .callout-text p {
        font-size: 30px;
        line-height: 40px;
        padding: 35px;
    }

    .engine-head, .web-services-head {
        padding: 25px 15px;
    }
    /*.timeline-sec .owl-next {right: -97%;}*/
    .navbar-default .navbar-nav > li > a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .Hmu-Box img {
        height: 100%;
    }

    .maxmar {
        margin-top: 270px;
    }

    .home-feature {
        height: 350px;
    }

    #latest-news {
        padding: 30px 50px;
    }

    a.sqr-btn {
        font-size: 18px;
    }

    .web-services-detail .Hmu-Box .servicesSubHeader {
        padding-top: 66px;
    }

    .web-services-detail .Hmu-Box .servicesSubHeaderBenefits {
        padding-top: 277px;
    }

    .web-services-detail .Hmu-Box-Wrap1 .detail-box ul {
        padding-top: 20px;
    }

    .web-services-detail .Hmu-Box-Wrap2 .detail-box ul {
        padding-top: 30px;
    }

    .web-service-bkgrnd-blue {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .web-services-detail .Hmu-Box h3 {
        top: 20%;
    }

    .Hmu-Box img {
        height: auto;
    }

    .web-services-detail .Hmu-Box-Wrap1 .detail-box ul {
        padding-top: 20px;
    }

    .web-services-detail .detail-box {
        padding: 20px 10px 0px 30px;
    }

    .web-services-detail .Hmu-Box-Wrap1 .detail-box ul {
        padding-top: 20px;
    }

    .web-services-detail .Hmu-Box-Wrap2 .detail-box ul {
        padding-top: 10px;
    }

    .supported-lru .left-white-line {
        border: none;
    }


    .feature1 h3 {
        padding-top: 273px;
        padding-bottom: 14px;
    }

    .feature2 h3 {
        padding-top: 265px;
        padding-bottom: 0px;
    }
    

    .feature3 h3 {
        padding-top: 267px;
        padding-bottom: 0px;
    }

    .feature4 h3 {
        padding-top: 279px;
        padding-bottom: 10px;
    }





}

@media only screen and (max-width: 767px) {
    h1, h2 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    #latest-news {
        padding: 30px 30px;
    }

    .detail-box {
        padding: 20px 0px 20px 20px;
        float: left;
    }

    .location-heading h1 {
        font-size: 24px;
    }

    .map-sec {
        padding: 25px 0px 25px 0px;
    }

    .team-sec {
        padding: 25px 0px 25px 0px;
    }

    .maxmar {
        margin-top: 290px;
    }

    .regional-center { /*margin-left: 0%;*/
    }

    .regional-heading {
        font-size: 21px;
    }

    .regional-sub-heading {
        font-size: 16px;
    }

    .engine-head h1, .web-services-head h1 {
        font-size: 24px;
    }

    .detail-box h1 {
        font-size: 24px;
    }

    .detail-box p {
        font-size: 18px;
    }

    .detail-box span {
        font-size: 16px;
    }

    .apu-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .rotorcraft-box .rotorcraft-head img {
        width: 100%;
    }

    .team-heading {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .team-box {
        margin-bottom: 25px;
    }

    .employee-detail {
        margin: 15px 0;
    }

    .cor-social h1 {
        font-size: 24px;
    }

    .cor-social {
        width: 90%;
    }

    .cor-social-msg h2 {
        font-size: 18px;
    }

    .regional-center-box {
        margin-bottom: 20px;
    }

    .detail-box .spacification {
        margin: 15px 0;
        max-width: 330px;
    }

    .tmarg {
        margin-top: 25px;
    }

    .rotorcraft-container {
        display: block;
    }

    .rotorcraft-box .rotorcraft-body ul {
        padding: 30px;
    }

    .fixed-wing-sec .rotorcraft-box .rotorcraft-body ul {
        padding: 30px 30px;
    }

    #footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer-nav {
        margin-bottom: 20px;
    }

    .timeline-box-part2 {
        display: none;
    }
    /*.timeline-sec .owl-next {right: -90%;top: -280px;}
	.timeline-sec .owl-prev{top: -217px;}*/
    .timeline-sec h1 {
        font-size: 24px;
    }

    .Hmu-Box img {
        height: auto;
    }

    .section14 {
        padding: 25px 0px;
    }

    .cor-social h1 {
        margin: 15px 0px 15px 0px;
    }

    .benifit-sec .top-icon-bullets {
        margin-bottom: 20px;
    }

        .benifit-sec .top-icon-bullets img {
            margin-bottom: 5px;
        }

    .benifit-sec h1 {
        margin-bottom: 5px;
    }

    .about-bottom {
        padding: 25px 0px;
    }

        .about-bottom h2 {
            font-size: 24px;
        }

    .engine-mro {
        padding: 25px 0px;
    }

        .engine-mro h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

    .left-white-line {
        border-left: none;
    }

    .regional-center-box h4 {
        font-size: 16px;
    }

    .regional-center-box p {
        font-size: 14px;
    }

    .testi-slider {
        z-index: 9;
    }

    .slider-text {
        padding: 25px;
    }

    #first-slider .slide1, #first-slider .slide2, #first-slider .slide3, #first-slider .dallasSlide1, #first-slider .dallasSlide2, #first-slider .dallasSlide3 {
        height: 400px;
    }

        #first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2, #first-slider .dallasSlide1 h2, #first-slider .dallasSlide2 h2, #first-slider .dallasSlide3 h2 {
            font-size: 22px;
        }

        #first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4, #first-slider .dallasSlide1 h4, #first-slider .dallasSlide2 h4, #first-slider .dallasSlide3 h4 {
            font-size: 24px;
            line-height: 27px;
        }

        #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .dallasSlide1 h3, #first-slider .dallasSlide2 h3, #first-slider .dallasSlide3 h3 {
            font-size: 19px;
        }

        #first-slider .slide1 h5, #first-slider .slide2 h5, #first-slider .slide3 h5, #first-slider .slide4 h5, #first-slider .dallasSlide1 h5, #first-slider .dallasSlide2 h5, #first-slider .dallasSlide3 h5 {
            font-size: 22px;
            line-height: 27px;
        }

    #global-engine-services {
        padding: 25px 0px;
    }

    .global-engine-services-cont img {
        margin: 15px 0px;
    }

    .global-engine-services-cont span {
        margin-bottom: 15px;
        font-size: 18px;
    }

    #flight-support {
        padding: 25px 0px;
    }

    .flight-support-sec img {
        margin-bottom: 15px;
    }

    .bba-property-sec {
        margin: 25px 0px;
    }

    .bba-property-tag span {
        font-size: 20px;
    }

    .bba-property-sec img {
        margin-bottom: 15px;
    }

    .large-blts li {
        font-size: 18px;
    }

    a.sqr-btn {
        margin-bottom: 20px;
    }

    #request-a-quote-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #locations-row {
        padding: 25px 0px;
    }

    .location-box {
        margin-bottom: 20px;
    }

    #rth-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bkgrnd-grey {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .careers-sec {
        padding: 25px 0px 25px;
    }




}

@media only screen and (max-width: 480px) {
    #latest-news {
        padding: 30px 20px;
    }

    #top-nav {
        padding-left: 5px;
        padding-right: 5px;
    }

        #top-nav li {
            margin-left: 5px;
        }

            #top-nav li a {
                display: block;
                font-size: 10px;
                padding-bottom: 5px;
            }

    #aog-request {
        padding-left: 5px;
        padding-right: 5px;
    }

    #footer-social {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
        padding-right: 25px;
        padding-bottom: 10px;
        padding-left: 25px;
    }

    .navbar-header {
        min-height: 43px;
    }
    /* ADDED for Contact Page */
    #contact-dd-row {
        padding: 45px 25px;
    }

    #locations-row {
        background-image: url();
    }
    /* Added for home page */
    .home-news-img img {
        float: inherit;
    }

    .home-feature {
        height: 325px;
    }

    .feature-text a {
        font-size: 24px;
    }

        .feature-text a span {
            font-size: 14px;
        }

    .callout-text {
        width: 100%;
    }

        .callout-text p {
            padding: 25px;
        }

    .paragraph-split-copy {
        margin-bottom: 0;
    }

    .maxmar {
        margin-top: 165px;
    }

    .rotorcraft-box .rotorcraft-body ul li a {
        padding: 5px 0px;
        font-size: 16px;
    }

    .apu-btn {
        display: block;
    }

    .timeline-text {
        height: 0px;
        padding: 20px;
    }

    .timeline-box-part1 {
        border-left: none;
    }

    #first-slider .slide1, #first-slider .slide2, #first-slider .slide3 {
        /*height: 300px;*/
    }
    #first-slider .slide1 {
        background-position: -430px 0px;
    }
    .features .row h3 {
        color: #fff;
        margin: 0 auto;
        font-size: 1.5em;
        text-transform: uppercase;
       
    }
    .newsLetterSignup {
        line-height: 27px !important;
        font-size: 1.7em !important;
    }
        .newsLetterSignup .btn-primary {
           height: 53px !important;
        }
    #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .dallasSlide1 h3, #first-slider .dallasSlide2 h3, #first-slider .dallasSlide3 h3 {
        color: #fff;
        font-size: 64px;
        font-weight: 500;
        line-height: 56px;
        margin: 0px 0px;
        text-transform: uppercase;
    }
    .slider-text {
        padding: 15px;
        background-image:none;
    }
    .features .row a {
       
        top: 316px;
        
    }
    .testi-slider .testi-left-sec p {
        max-width: 300px;
    }

    .rem {
        width: 100%;
    }

    a.sqr-btn {
        font-size: 16px;
    }
    .slider-text {
        background-image:none;
    }
    #first-slider .dallasSlide1 {
        background-image: url(/images/librariesprovider4/default-album/dallas-airmotive-turbine-maintenancemobile.jpg?sfvrsn=b1ed8011_2);
        background-size: cover;
        background-repeat: no-repeat;
        height: 530px;
    }

    #first-slider .dallasSlide2 {
        background-image: url(/images/librariesprovider4/default-album/dallas-airmotive-rotorcraftmobile.jpg?sfvrsn=c4dd432e_2);
        background-size: cover;
        background-repeat: no-repeat;
        height: 530px;
    }

    #first-slider .dallasSlide3 {
        background-image: url(http://test.dallasairmotive.com/images/librariesprovider4/default-album/dallas-airmotive-facilitiesmobile.jpg?sfvrsn=73bd0185_2);
        background-size: cover;
        background-repeat: no-repeat;
        height: 530px;
    }
    .feature1 h3 {
        padding-top: 280px;
        padding-bottom: 5px;
    }

    .feature2 h3 {
        padding-top: 279px;
        padding-bottom: 0px;
    }

    .feature3 h3 {
        padding-top: 277px;
        padding-bottom: 0px;
    }

    .feature4 h3 {
        padding-top: 283px;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 414px) {
    .feature1 h3 {
        padding-top: 304px;
        padding-bottom: 11px;
    }
    .feature2 h3 {
        padding-top: 294px;
        padding-bottom: 8px;
    }
    .feature3 h3 {
        padding-top: 296px;
        padding-bottom: 0px;
    }
    .feature4 h3 {
        padding-top: 303px;
        padding-bottom: 10px;
    }
    .feature1, .feature2, .feature3, .feature4 {
        height:420px;
    }
}
@media only screen and (max-width: 411px) {
    .feature1 h3 {
        padding-top: 302px;
        padding-bottom: 13px;
    }
    .feature2 h3 {
        padding-top: 290px;
        padding-bottom: 10px;
    }
    .feature3 h3 {
        padding-top: 290px;
        padding-bottom: 10px;
    }
    .feature4 h3 {
        padding-top: 302px;
        padding-bottom: 13px;
    }
    
    .feature4, .feature3, .feature2, .feature1 {
        height: 420px;
    }
}
@media only screen and (max-width: 375px) {
    .feature1 h3 {
        padding-top: 290px;
        padding-bottom: 20px;
    }
    .feature4 h3 {
        padding-top: 287px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 360px) {
    .slider-text h3 {
        padding-left: 2%;
    }
    .slider-text h4, .slider-text h5 {
        padding-left: 2%;
    }

    .feature1 h3 {
        padding-top: 280px;
        padding-bottom: 20px;
    }
    .feature2 h3 {
        padding-top: 272px;
        padding-bottom: 20px;
    }
    .feature3 h3 {
        padding-top: 272px;
        padding-bottom: 20px;
    }
    .feature4 h3 {
        padding-top: 280px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 320px) {
    #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .dallasSlide1 h3, #first-slider .dallasSlide2 h3, #first-slider .dallasSlide3 h3 {
        font-size: 54px;
    }
}