@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway.woff2') format('woff2'),
        url(fonts/'Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-ExtraLight.woff2') format('woff2'),
        url(fonts/'Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-Medium.woff2') format('woff2'),
        url(fonts/'Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-Bold.woff2') format('woff2'),
        url(fonts/'Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-Thin.woff2') format('woff2'),
        url(fonts/'Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-Light.woff2') format('woff2'),
        url('Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-ExtraBold.woff2') format('woff2'),
        url('Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-Heavy.woff2') format('woff2'),
        url(fonts/'Raleway-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url(fonts/'Raleway-SemiBold.woff2') format('woff2'),
        url(fonts/'Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


body{
	margin:0;
	padding:0;
}
.header{
	min-height:100px;
	background-color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position:absolute;
	z-index:999;
	width:100%;
	transition:0.5s;
}

.normal-logo {
    position: relative;
    top: 13px;
}
}

.sticky .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #06C;
}
.sticky {
    position: fixed;
    top:0; left:0;
    width: 100%;
	background:#fff;
	z-index:999;
	box-shadow: 0px 3px 15px -5px rgba(0,0,0,0.1);
	min-height:50px;
	transition:0.5s;
}
.navbar-default{
	background-color:transparent;
	border:none;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:20px;
	transition:0.5s;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:20px;
	transition:0.5s;
	font-weight:600;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #2387ea;
    background-color: transparent;
}
.dropdown:hover .dropdown-menu
{
	display:block;
	transition:display .5s ease-in-out;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: -48px;
}
.carousel-caption h1{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:44px;
}
.carousel-caption p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    width: 35%;
    margin: 0 auto;
    position: relative;
    top: 10px;
}
.learn {
    padding: 17px 43px;
    background: #287e90;
    border: 3px solid #287e90;
    transition: 0.5s;
    color: #fff;
    position: relative;
    top: 39px;
    font-size: 16px;
}
a.learn:focus,a.learn:hover{
	background-color:#000;
	border:3px solid #000;
	text-decoration:none;
	color:#fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #2387ea;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 19px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2387ea;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #2387ea;
    background-color: transparent;
}
/*==================================================================banner===============================================*/


.carousel-caption h1 {
    font-weight: 900;
    letter-spacing: -0.9px;
    white-space: normal;
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    width: 55%;
}
/*==================================================================banner===============================================*/
/*==================================================================our service===============================================*/

.our-service{
	min-height: 730px;
	/*background: #f08;*/
}
.serv-1{
	min-height: 450px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    overflow: hidden;
    margin-top: 50px;
}
.zoom-serv{
	min-height: 200px;
    overflow: hidden;
}
  .zoom-serv img
        {
            width: 100%;

            transition: .5s;
        }
.zoom-serv:hover img
        {
            transform: scale(1.2);
        }
 .slides-text h4  {
    color: #2c3740;
    font-size: 24px;
    color: #2c3740;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

}
 .slides-text h4:hover {
    color: #50b9ce ;

}
 .slides-text p{
 	font-size: 15px;
    color: #8494a0;
 }
.slides-text{
	padding: 23px 34px;
}
.read-more {
    text-transform: uppercase;
    color: #2c3740;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    letter-spacing: 0.7px;
}
.read-more:focus,.read-more:hover{
	text-decoration: none;
}
.serv-box h1{
	font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
}
.serv-box h2{
	font-weight: bold;
   font-size: 36px;
    font-weight: bold;
    color: #2c3740;
}
.serv-box {
	padding: 0;
}
.top1{
	position: relative;
	top: 50px;
}
/*==================================================================our service===============================================*/
/*==================================================================we offer===============================================*/
.we-offer{
	min-height: 540px;
	/*background: #f09;*/
}
.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    font-family: 'Open Sans', sans-serif;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;;
    color: #2c3740;
}
.heading h3:after, .heading h5:after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background:  #50b9ce !important;
    -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;
}
.features-text > p {
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
    font-family: 'Open Sans', sans-serif;
}
.learn {
    padding: 17px 43px;
    background: #287e90;
    border: 3px solid #287e90;
    transition: 0.5s;
    color: #fff;
    position: relative;
    top: 39px;
    font-size: 16px;
}
a.learn:focus,a.learn:hover{
	background-color:#000;
	border:3px solid #000;
	text-decoration:none;
	color:#fff;
}
.features-tab {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 34px;
    padding: 27px 0 13px 22px;
}
.tab-text {
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    margin-left: 27px;
}
.tab-text > h5 {
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
     font-family: 'Open Sans', sans-serif;
      font-size: 18px;
    color: #2c3740;
}
.tab-text  p {
   font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
     font-family: 'Open Sans', sans-serif;
     margin-top: 10px;
}
.plane {
   
   font-size: 33px;
}
.top2{
	position: relative;
	top: 50px;
}
/*==================================================================we offer===============================================*/
/*==================================================================king===============================================*/

.description{
	padding: 53px 80px;
}
.about-king{
	max-height: 640px;
	background-image:url(../images/parralax.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.about-king-sm-2{
	max-height: 386px;
	background: #394650;
	padding: 0;

}
.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
     font-family: 'Open Sans', sans-serif;
}
.heading h3 {
    color: #000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top: 7px;
     font-family: 'Open Sans', sans-serif;
}
.heading h3:after {
    content: "";
    background: #50b9ce;
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.description p {
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
     font-family: 'Open Sans', sans-serif;
}
.spanish {
    font-size: 18px;
    font-style: italic;
    width: 511px;
    padding: 17px 10px 27px 20px;
    /* margin-bottom: 15px; */
    position: relative;
    background-color: #50b9ce !important;
    margin: 0 auto;
    position: relative;
    top: -37px;
}
.spanish p {
    color: #ffffff;
    line-height: 2;
    letter-spacing: -0.2px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}
.spanish:after {
    border-left: 8px solid #50b9ce;
    border-right: 8px solid transparent;
    border-top: 11px solid #50b9ce;
    border-bottom: 11px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -22px;
    border-color: #50b9ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #50b9ce !important;
}
.about-king-sm-3{
	min-height: 225px;
	background: #f0f4f7;
    width: 100%;
    margin-top: -10px;
}
.about-king-sm-3 h5 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
   font-size: 18px;
    color: #2c3740
     font-family: 'Open Sans', sans-serif;
}
.about-king-sm-3 span {
    text-transform: uppercase;
        font-size: 80%;
    line-height: 1.42857143;
    color: #777;
     font-family: 'Open Sans', sans-serif;
}
.king-sm {
    padding-left: 100px;
    position: relative;
    top: 122px;

}
.about-king-sm{
	padding: 0;
}
/*==================================================================king===============================================*/
/*=================================================================query==============================================*/
 .query {
    background-color: #50b9ce !important;
    min-height: 132px;
  }
.query h5 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 7px;
    font-weight: 800;
    letter-spacing: -0.5px;
     font-family: 'Open Sans', sans-serif;
     font-size: 18px;
}
.query p {
    color: #255f6b;
    letter-spacing: -0.4px;
        font-size: 15px;
    line-height: 1.6;
     font-family: 'Open Sans', sans-serif;
}
.query-1{
	padding-top: 46px;
}

.contact-us {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 174px;
    padding: 15px 0;
    text-align: center;
    background: #e04622;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
}
.contact-us:hover{
	background: #000;
	color: #fff;
}
.contact-us:focus,.contact-us:hover{
	text-decoration: none;
}
.con-1{
	margin-top: 47px;
}
/*=================================================================query==============================================*/
/*=================================================================footer==============================================*/
.footer{
	min-height: 400px;
	background: #394650;
}
.footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 37px;
    letter-spacing: -0.5px;
    font-family: 'Open Sans', sans-serif;
}
.footer h5:after {
    content: "";
    background: #50b9ce;
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.quick-list {
    float: left;
    width: 50%;
}
.quick-list ul {
    list-style-type: none;
    padding: 0;
}
.quick-list li {
    border-bottom: 1px solid #42505b;
}
.quick-list li a {
    display: block;
    color: #99abb8;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0 10px;
    transition: 1s al ease;
    -webkit-transition: 1s al ease;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.quick-list li:nth-child(4){
    border: none;
}
.quick-list li a:hover, .phone span a:hover, .comments:hover, .doe:hover, .read-more:hover, .footer-nav ul a:hover, .call-us ul li a:hover, .slides-text h4 a:hover, .news h5 a:hover, .more-text a:hover, .categories ul li a:hover, .archive ul li a:hover, .blog-text li i, .reply-btn:hover, .best-seller-items .owl-next::before, .shopping-cart h5, .shipping-heading, .billing-form .sbToggle:before, .country-names li a:hover, .email-us:hover, .user-blog li a:hover, .location-slide-tab span a:hover, .air-fright-cont-wrap p a, .transport-page .service-list-wrap strong, .transport-page .service-list-wrap strong a, .custom-pagination .current a {
    color: #50b9ce !important;
    -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;
}

.address {
    font-size: 15px;
    color: #8494a0;
    padding-top: 13px;
}
.our-address h6 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
}
.address address {
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.phone > span {
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    letter-spacing: -0.6px;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}
.phone span a {
    color: #8494a0;
    text-transform: none;
}

.sign-up > p {
    display: block;
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
}
.sign-up form {
    margin-top: 31px;
    position: relative;
}
.sign-up input[type="text"] {
    background: #4f5f6c;
    border: 0;
    width: 100%;
    padding: 13px 65px 13px 20px;
    font-size: 15px;
    -webkit-border-radius: 0;
}
.sign-up button {
    width: 53px;
    border: 0;
    height: 47px;
    color: #fff;
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -webkit-border-radius: none;
    padding: 0;
    background-color: #50b9ce !important;
}
.button:hover, .homepage-3 .button:hover, .sign-up button:hover {
    background: #ffffff;
    color: #000;
}
.top3{
	position: relative;
	top: 90px;
}
/*=================================================================footer==============================================*/
/*=================================================================.footer-copyright==============================================*/
.copyright {
    color: #8899a6;
    font-size: 15px;
    padding-top: 20px;

}
.copyright a {
    color: #fff;
}
.footer-copyright {
    background: #394650;
     padding: 10px 0 0px; 
     border-top: 1px solid #35414c;
}
.copy-1{
	position: relative;
	top: -4px;
}
.footer-nav {
    padding-left: 106px;
}
.footer-nav ul {
    list-style-type: none;
    background-color: transparent;
    position: relative;
    padding-left: 25px;
}
.footer-nav ul li {
    display: inline-block;
}
.footer-nav ul a {
    display: block;
    color: #798995;
    text-transform: capitalize;
    font-size: 15px;
    padding: 15px 11px;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    letter-spacing: -0.3px;
    text-decoration: none;
}
.footer-nav ul a:hover{
	color: #000;
}
/*==============================================.footer-copyright==============================================*/
/*==============================================.about-banner==============================================*/
.about-banner{
	min-height: 400px;
	background-image: url(../images/banner-1.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.about-banner h1 {
    text-align: center;
    font-size: 68px;
    color: #fff;
    /* margin-top: 382px; */
    position: relative;
    top: 218px;
}
/*==============================================.about-banner==============================================*/
/*==============================================.about-us==============================================*/
.about-us{
	min-height: 600px;
	/*background: #f09;*/
}
.amazing-text {
    padding-top: 8px;
}
.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #50b9ce !important;
    -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;
}
.amazing-text p {
    letter-spacing: 0.1px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
}
.contact-bt {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 174px;
    padding: 15px 0;
    text-align: center;
    background: #50b9ce !important;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
}
.contact-bt:hover{
	background: #000 !important;
	color: #fff;
}
.contact-bt:focus,.contact-bt:hover{
	text-decoration: none;
}
.top5{
	position: relative;
	top: 100px;
}
/*==============================================.about-us==============================================*/
/*==============================================.feature==============================================*/

.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #50b9ce !important;
}
.features-text > p {
    letter-spacing: 0.1px;
    margin-bottom: 33px;
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
}
.feature{
	min-height: 760px;
	/*background: #f09;*/
}
.about-us-page .features-tab {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 46px;
    padding: 0 0 40px;
    border: none;
}
.about-us img{
	margin: 0 auto;
}
.features-tab {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 34px;
    padding: 27px 0 13px 22px;
}
.bottom-border {
    border-bottom: 1px solid #e0e6ec !important;
}
.tab-text {
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    margin-left: 27px;
    border-left: 1px solid #e0e6ec;
    margin-left: 15px;
    padding-bottom: 0px;
    padding-left: 28px;
    padding-top: 1px;
    width: 82%;
}
.about-us-page .tab-text > h5 {
    letter-spacing: -0.5px;
    margin-bottom: 10px;

}
.about-us-page .tab-text > h5 {
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.about-us-page .tab-text > p {
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
}
/*==============================================.feature==============================================*/
/*==============================================.other-service==============================================*/
.other-service{
	min-height: 750px;
	/*background: #f09;*/
}
.other-txt h1{
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
 
}
.other-txt h2 {
	content: '';
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
    font-family: 'Open Sans', sans-serif;
}
.other-txt h2:after{
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #50b9ce ;
}
.other-zoom{
	min-height: 200px;
}
.other-zoom-1{
	width: 100%;
	overflow: hidden;
	background: #000;
}
.other-zoom-1 img{
	width: 100%;
	transition: 0.5s;
}
.other-zoom-1:hover img{
	transform: scale(1.2);
}
.other-txt-sev h5 {
    font-weight: 900;
    letter-spacing: -0.3px;
    margin-bottom: 13px;
   	font-size: 18px;
    color: #2c3740;
    text-align: center;
}
.other-txt-sev-bg{
	min-height: 276px;
	background: #f0f4f7;
	padding: 0;
}
.other-txt-sev p {
    font-size: 15px;
    line-height: 1.6;
    color: #8494a0;
    text-align: center;
}
.other-txt-sev{
	width: 80%;
	margin: 0 auto;
	position:relative;
	top:44px;
}
.read {
    /* width: 170px; */
    margin: 0 auto !important;
    padding: 16px 27px;
    background: #287e90 !important;
    color: #fff;
	position:relative;
	top:20px;
	transition:0.5s;
}
.read:hover{
	color:#fff;
	background:#000 !important;
}
.read:focus,.read:hover{
	text-decoration:none;
}
/*==============================================.other-service==============================================*/
/*==============================================.contact-form==============================================*/
.contact-form{
	min-height:700px;
}
.top6{
	position:relative;
	top:60px;
}
.form-1{
	padding:0;
}
.name {
    display: block;
    width: 100%;
    border: 1px solid #d3ddde;
    padding: 11px 0 12px 17px;
    font-size: 15px;
    margin-bottom: 9px;
}
.message {
    border: 1px solid #d3ddde;
    font-size: 15px;
    height: 200px;
    padding: 9px 0 0 16px;
    resize: none;
    width: 100%;
    margin-bottom: 4px;
}
.submit {
    width: 133px !important;
    height: 51px;
    border: 0 !important;
    line-height: 25px;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 0 !important;
	background:#e04622;
	color:#fff;
	font-weight:600;
	transition:0.5s;
}
.submit:hover{
	background:#000;
}
.other-txt1 h1{
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
 
}
.other-txt1 h2 {
	content: '';
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
    font-family: 'Open Sans', sans-serif;
}
/*==============================================.contact-form==============================================*/
/*==============================================.location==============================================*/
.location{
	min-height:400px;
	background:#f1f2f6;
}
.loc-sm-1 h6 {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
	font-size: 14px;
    font-weight: bold;
    color: #2c3740;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.other-txt2 h1{
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
 
}
.other-txt2 h2 {
	content: '';
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
    font-family: 'Open Sans', sans-serif;
}
.other-txt2 h2:after{
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #50b9ce ;
}
.loc-1{
	min-height:210px;
	background:#fff;
}

.loc-1 address {
    font-size: 15px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
	text-align:center;
	color:#94949d;
	position:relative;
	top:5px;
}
.loc-1 span {
    display: block;
    font-size: 15px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #e04622;
	text-align:center;
	position:relative;
	top:20px;
	transition:0.5s;
}
.loc-1 span a:hover{
	color:#06F;
}
.loc-1 span a {
    color: #60707d;
    text-transform: none;
	text-decoration:none;
}
.loc-sm-1{
	    position: relative;
    top: 40px;
}
/*==============================================.location==============================================*/
@media(min-width: 320px) and (max-width: 480px){
	.learn {
    padding: 8px 10px;
    top: 11px;
    font-size: 11px;
}
.carousel-caption h1 {
    font-size: 15px;
    width: 60%;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 68%;
}
.header {
    min-height: 76px;
}
.banner{
	position: relative;
	top: 75px;
}
.normal-logo {
    position: relative;
    top: 5px;
}
.navbar-default .navbar-toggle {
     border: none; 
}
.navbar-toggle {
    position: relative;
    border-radius: 4px;
    top: 9px;
}

.serv-box {
    text-align: center;
    position: relative;
    top: -28px;
}
.serv-box h2 {
    font-size: 30px;
}

.heading h3 {
    font-size: 20px;

}
.top2 {
    position: relative;
    top: auto;
}
.custom-padding{
	margin-top: 34px;
}
.spanish {
    width: auto;;
   
}
.description p {
    width: auto;
    font-size: 13px;
    position: relative;
    top: -25px;
}

.serv-1 {
    margin-top: auto;; 
}
.description {
    padding: 7px 42px;
}
.spanish p {
    font-size: 13px;

}
.king-sm {
    padding-left: 24px;
    position: relative;
    top: 49px;
}
.query {
    margin-top: auto; 
}
.contact-us {
    width: 133px;
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    top: -6px;
}
.con-1 {
   margin-top: auto;; 
}
.about-king-sm-3 {
    min-height: 159px;

}
.top4{
	margin-top: 100px;
}
.top5 {
    position: relative;
    top: 23px;
}
.contact-bt {
    font-size: 10px;
    width: 129px;
    padding: 14px 0;
}
.feature {
    margin-top: 55px;
}
.tab-text {
     border-left: none;; 
}
.form-1 {
     padding: 20px;
	 margin-top: -26px; 
}
.other-txt1{
	text-align:center;
}
.other-txt2{
	text-align:center;
}
.other-txt2 h2:after {
     background: none; 
}
.top6 {
    position: relative;
    top: 11px;
}
.submit {
    width: 109px !important;
    height: 43px;
}
.contact-form {
    min-height: 592px;
}
.loc-top{
	position: relative;
    top: -39px;
}
.about-banner h1 {
    font-size: 47px;
}
}
@media(min-width: 481px) and (max-width: 767px){
	.spanish {
    width: auto;
   
}
.description p {
     width: auto;
}
.header {
    min-height: 80px;
}
.navbar-default .navbar-toggle {
     border: none;; 
}
.navbar-toggle {
    margin-top: 17px;
}
.banner{
	position: relative;
	top: 78px;
}
.normal-logo {
    position: relative;
     top: auto;; 
}
.carousel-caption {
    position: absolute;
    bottom: 83px;

}
.carousel-caption h1 {
    font-size: 20px;
}
.learn {
    padding: 9px 14px;
    font-size: 13px;
}
.serv-box {
    text-align: center;
}
.heading h3 {
    font-size: 24px;
}
.custom-padding{
	margin-top: 82px;
}
.about-king {
    margin-top: 50px;
}
.king-sm {
    padding-left: 38px;
    position: relative;
    top: 178px;
}
.contact-us {
    font-size: 14px;
    width: 138px;
    padding: 9px 0;
    font-size: 14px;
    position: relative;
    top: -27px;
}
.top4{
	margin-top: 100px;
}
.about-us {
    margin-top: -68px;
}
.amazing-text {
    padding-top: 33px;
}
.feature {
    margin-top: 132px;
}
.contact-bt {
    font-size: 12px;
    width: 138px;
    padding: 12px 0;
}
.other-txt1{
	text-align:center;
}
.other-txt2{
	text-align:center;
}
.form-1 {
     padding: 20px;
	 margin-top: -26px; 
}
.other-txt2 h2:after {
     background: none; 
}
.loc-top{
	position: relative;
    top: -39px;
}
.contact-form {
    min-height: 654px;
}
.about-banner h1 {
    font-size: 58px;
}
}

@media(min-width: 768px) and (max-width: 980px){
	.navbar-default .navbar-toggle {
     border: none; 
}
	.spanish {
    width: auto;;
   
}
.description p {
     width: auto;
}
.carousel-caption {
    position: absolute;
    bottom: 103px;
}
.carousel-caption h1 {
    font-size: 25px;
}
.learn {
    padding: 11px 21px;
}
.serv-box {
    text-align: center;
}
.custom-padding{
	position: relative;
	top: 78px;
}
.about-king {
    margin-top: 130px;
}
.king-sm {
    padding-left: 37px;
    position: relative;
    top: 61px;
}
.about-king-sm-3 {
    min-height: 146px;
}

.contact-us {
    position: relative;
    top: -20px;
}
.about-us {
    margin-top: -64px;
}
.amazing-text {
    padding-top: 43px;
}
.feature {
    margin-top: 140px;
}
.tab-text {
    border-left: none; 
}
.form-1{
	padding:10px;
}
.other-txt1{
	text-align:center;
}
.other-txt2{
	text-align:center;
}
.other-txt2 h2:after {
     background: none; 
}
}
@media(min-width: 981px) and (max-width: 1200px){
	.navbar-default .navbar-toggle {
     border: none;
}
	.spanish {
    width: auto;;
   
}
.description p {
     width: auto;
}
.carousel-caption h1 {
    font-size: 34px;
}
.about-king {
    margin-top: 63px;
}
.king-sm {
    padding-left: 42px;
    position: relative;
    top: 42px;
}
.about-king-sm-3 {
    min-height: 132px;
}

.contact-us {
    position: relative;
    top: -20px;
}
.about-us {
    margin-top: -66px;
}
.amazing-text {
    padding-top: 36px;
}
.feature {
    margin-top: 138px;
}
.tab-text {
    border-left: none; 
}
.other-txt-sev-bg {
    min-height: 229px;
}
.other-service {
    min-height: 630px;
}
.read {
    padding: 11px 22px;
    position: relative;
    top: 8px;
    transition: 0.5s;
}
.other-txt2{
	text-align:center;
}
.other-txt2 h2:after {
     background: none; 
}
}