* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
li {
	margin: 0px !important;
	padding: 0px;
	list-style-type: none;
}
a {
	text-decoration:none !important;
	font-family: Lemonada;
	font-family: 'LatoWeb', sans-serif !important;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px !important;
	padding: 0px;
	font-family: 'LatoWeb', sans-serif !important;
}
p {
	margin: 0px !important;
	padding: 0px;
	font-family: 'Heebo', sans-serif;
}
ul {
	margin: 0px !important;
	padding: 0px;
}
.clearfix {
    clear: both;
}
.mob-menu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    position: relative;
    float: right;
    margin-top: -70px;
}
.mob-menu .fa {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #00aeed;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #00aeed;
    font-size: 16px;
}
.menu-cont {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    padding: 40px 20px;
    background: #00aeed;
}
.menu-cont .close-menu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.menu-cont .close-menu .fa {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}
.menu-cont .menu-nav {
    text-align: left;
	margin-top:40px;
}
.menu-cont .menu-nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.menu-cont .menu-nav ul li {
	padding:5px 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  animation: slideInDown 0.5s ease-in-out 0s 1 both;
}

.sticky + .content {
  padding-top: 102px;
}
.header-sec {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0px 100px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
}
.header-sec .logo-sec {
	width:100px;
}
.header-sec .logo-sec img {
    width: 100%;
}
.header-sec li img {
    margin-right: 8px;
}
.header-sec .number {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 28px 0px;
}
.header-sec .number li a {
    font-size: 16px;
	color:#000;
}
.header-sec .social-sec {
    padding: 30px 0px;
    float: right;
}
.header-sec .social-sec li .fa {
    background: #00aeed;
    color: #fff;
    padding: 8px;
    font-size: 15px;
}
.header-sec li {
    display: inline-block;
    vertical-align: middle;
}
.header-sec .email {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 28px 0px;
}
.header-sec .email li a {
    font-size: 16px;
    color: #000;
}
.nav-sec {
    width: 100%;
    height: 60px;
    background: #00aeed;
    padding: 0px 100px;
}
.nav-sec ul {
    float: left;
}
.nav-sec li {
    display: inline-block;
    margin: 0px -3px !important;
}
.nav-sec li a {
    color: #fff;
    font-size: 16px;
    padding: 19px 20px;
    display: inline-block;
    border-left: 1px solid #fff;
}
.nav-sec li a.active {
    background: #fff;
    color: #00aeed;
}
.nav-sec li a:hover {
    background: #fff;
    color: #00aeed;
}
.nav-sec .quote-sec {
    float: right;
}
.nav-sec .quote-sec a {
    background: #072467;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
}
.header-sec .nav-sec .dropdown {
    position: relative;
    display: inline-block;
}
.nav-sec .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
   transition: .3s all ease;
}
.nav-sec .dropdown-content a {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding: 12px 0px 12px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
	border-left:0;
}
.nav-sec .dropdown:hover .dropdown-content {
    display: block;
}
.nav-sec .dropdown-content a:hover {
    background: #fff;
    color: #000 !important;
}

.banner-sec {
	width:100%;
	height:500px;
	overflow: hidden;
    background-size: cover;
	position:relative;
}
.banner-sec h3 {
	font-size:46px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.banner-sec p {
	font-size:16px;
	color:#fff;
	font-weight:700;
	padding-top:20px;
}

.banner-sec .carousel-caption {
    position: absolute;
    right: 5%;
    /* bottom: 20px; */
	top:10%;
    left: 15% !important;
    top: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.banner-sec .carousel-indicators {
    position: absolute;
    bottom: 30% !important;
    left: 10% !important;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.banner-sec .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px !important;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}
.banner-sec .quote-sec {
    position: absolute;
    top: 10%;
    right: 3%;
	width:400px;
	background: rgba(33, 33, 33, 0.65);
    opacity: 1;
	border-radius:20px;
	padding:30px 20px;
}
.banner-sec .quote-sec h1 {
	font-size:30px;
	color:#fff;
	font-weight:700;
}
.banner-sec .quote-sec input[type="text"] {
	padding:25px 15px;
	margin:10px 0px;
}
.banner-sec .quote-sec input[type="submit"] {
	width:150px;
	height:45px;
	line-height:45px;
	background:#072467;
	color:#fff;
	border:1px solid #072467;
}


.about-sec {
	padding:60px 0px;
}
.about-sec h1 {
	font-size:32px;
	color:#f16821;
	font-weight:700;
}
.about-sec p {
	font-size:17px;
	color:#4d4d4d;
	padding:20px 0px;
	line-height:32px;
}
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px !important;
    line-height: 1.5;
}
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    content: "\2714";
    position: absolute;
	color:#072467;
}
.about-sec img {
	width:100%;
}
.about-sec a {
	width: 150px;
    height: 45px;
    line-height: 45px;
	font-size:16px;
    background: #f16821;
	text-decoration:none;
	text-align:center;
	display:inline-block;
    color: #fff;
    border: 1px solid #f16821;
}
.about-sec a:hover {
	background:#fff;
	color:#f16821;
}

.service-sec {
	padding:50px 0px;
}
.service-sec h1 {
	font-size: 32px;
    color: #f16821;
    font-weight: 700;
}
.service-sec p {
	font-size: 16px;
    color: #4d4d4d;
	padding-top:10px;
	padding-bottom:30px;
}
.img-box {
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
}
.img-box img {
	width:100%;
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-box:hover .img-cont {
    background: #f15f22;
    bottom: 0;
}
.img-cont {
    position: absolute;
    bottom: -20px;
    background: rgba(255,255,255,0.6);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.img-cont h2 {
	font-size:26px;
	color:#fff;
	font-weight:700;
}
.service-sec .view-btn {
	width: 180px;
    height: 45px;
    line-height: 45px;
	font-size:16px;
    background: #f16821;
	text-decoration:none;
	text-align:center;
	display:inline-block;
    color: #fff;
    border: 1px solid #f16821;
	float:right;
}
.service-sec a:hover {
	background:#fff;
	color:#f16821;
}
.pack-sec {
	padding-bottom:50px;
}
.pack-sec h1 {
    font-size: 32px;
    color: #f16821;
    font-weight: 700;
}
.pack-sec p {
    font-size: 16px;
    color: #4d4d4d;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pack-sec .pack-cont {
	padding-top:40px;
}
.service-box {
    text-align: center;
}
.service-box figure {
    width: 100%;
    float: left;
    background: #413686;
    padding-top: 40px;
}
.service-box .desc {
    width: 100%;
    float: left;
    background: #ffba00;
    padding: 20px 10px;
    font-size: 13px;
}
.service-box figure figcaption {
    width: 100%;
    float: left;
    margin: 40px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffba00;
}

.contact-action {
	width:100%;
	height:400px;
	background:url(../images/action-bg.png) center no-repeat;
    position: relative;
    padding: 138px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact-action::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001D38;
    opacity: 0.7;
    content: '';
}
.contact-action h1 {
	font-size:36px;
	color:#fff;
	font-weight:700;
}
.contact-action p {
	font-size:16px;
	color:#fff;
	padding:15px 0px;
}
.contact-action a {
	width:300px;
	height:65px;
	line-height:65px;
	background:#FF3414;
	border:1px solid #FF3414;
	text-align:center;
	display:inline-block;
	float:right;
	color:#fff;
	font-size:22px;
	border-radius:30px;
	    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-action a:hover {
	background:#fff;
	color:#FF3414;
}

.cl-sec {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.cl-sec .cl-bg {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.cl-sec .cl-bg img {
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.cl-sec .cl-bg .bg-border {
    position: absolute;
    border: 2px solid #fff;
    right: 20px;
    bottom: 20px;
    left: 20px;
    top: 20px;
    display: none;
    transition: all 0.4s ease-in-out;
}
.cl-sec .cl-bg:hover .bg-border {
    display: block;
    transition: all 0.10s ease-in-out;
}
.cl-sec .cl-bg:hover img {
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cl-sec .cl-cont img {
    border-radius: 50%;
    border: 2px solid #fe6d30;
}
.cl-sec .cl-cont {
    text-align: center;
    background: #413686;
    padding: 30px 20px;
	height:350px
}
.cl-sec .cl-cont h2 {
    font-size: 24px;
    color: #fff;
    padding: 20px 0px;
}
.cl-sec .cl-cont p {
    font-size: 15px;
    color: #fff;
}
.cl-sec .cl-cont .carousel-control-prev, .carousel-control-next {
    top: 50% !important;
    height: 40px !important;
    border-radius: 30px !important;
    bottom: 50% !important;
    background: #f60 !important;
    width: 40px;
}
.cl-sec .cl-cont .carousel-control-prev, .carousel-control-next {
    width: 40px !important;
}
.footer-sec {
	width:100%;
	height:auto;
	padding-top:40px;
	background:url(../images/footer-bg.png) center  no-repeat;
	background-size: cover;
	margin-top:100px;
	position:relative;
}
.footer-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001D38;
    opacity: 0.9;
    content: '';
}
.footer-sec .footer-strip {
	width:100%;
	height:auto;
	padding:30px 15px;
	background:#5a8ca7;
	margin-top:-100px;
	border-radius:10px;
	position:relative;
	z-index:1;
}
.footer-strip li {
    margin-right: 10px !important;
    margin-left: 10px !important;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
}
.footer-strip li .icon-sec {
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 65px;
    font-size: 28px;
	margin-right:15px;
    color: #5a8ca7;
	background:#fff;
	border-radius:50%;
    display: inline-block;
	border:none;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.footer-strip li .icon-sec:before {
    content: "";
    position: absolute;
	width:65px;
	height:65px;
	border-radius:50%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #072467;
}
.footer-strip li .icon-sec:hover {
    color: #fff;
}
.footer-strip li .icon-sec:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.footer-strip li .icon-cont {
	float:left;
}
.footer-strip li .icon-cont h5 {
	font-size:22px;
	color:#fff;
	font-weight:700;
	padding:5px 0px;
	font-family: "Dancing Script",cursive !important;
}
.footer-strip li .icon-cont p {
	font-size:16px;
	color:#fff;
}
.footer-sec .footer-cont {
	padding:60px 0px;
	color:#fff;
}
.footer-sec .footer-cont h1 {
	font-size:26px;
	color:#fff;
	padding-bottom:40px;
}
.footer-sec .footer-cont li .left-sec {
	float:left;
	padding-right:10px;
	font-size:24px;
	color:#fff;
}
.footer-sec .footer-cont li .right-sec {
	overflow:hidden;
}
.footer-sec .footer-cont li .social-media li {
	display:inline-block;
	padding-top:5px;
}
.footer-sec .footer-cont li .social-media li .fa {
	width:28px;
	height:28px;
	line-height:28px;
	background:#5a8ca7;
	text-align:center;
	cursor:pointer;
}
.footer-sec .footer-cont li .social-media li .fa:hover {
	background:#fff;
	color:#5a8ca7;
}
.footer-sec .footer-cont li {
	padding-bottom:5px;
}
.footer-sec .footer-cont li a {
	color:#fff;
}
.footer-sec .footer-cont li a:hover {
	color:#5a8ca7;
}

.copyright-sec {
	width:100%;
	height:auto;
	border-top:1px solid #fff;
	padding:20px 0px;
	color:#fff;
	text-align:center;
	position:relative;
}
.newsletter-sec {
	width:100%;
	height:auto;
	padding:60px 0px;
	background:#f3f5fa;
	text-align:center;
}
.newsletter-sec h1 {
	font-size:28px;
	color:#072467;
	font-weight:700;
}
.newsletter-sec p {
	font-size:16px;
	color:#797979;
	padding:10px 0px;
}
.newsletter-sec form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}
.newsletter-sec form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
.newsletter-sec form input[type="submit"]:hover {
    background: #209dd8;
}
.newsletter-sec form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #072467;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}



/*service.html*/

.ab-banner {
	width:100%;
	height:200px;
	padding:60px 0px;
	background:url(../images/ab-banner.png) center no-repeat;
	background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.ab-banner h1 {
    font-size: 32px;
    color: #fff;
}
.banner-link {
    padding-top: 10px;
}
.ab-banner .banner-link li {
    display: inline-block;
    color: #fff;
    padding: 0px 5px;
}
.ab-banner .banner-link li a {
    text-decoration: none;
    color: #fff;
}

.img-box2 .img-sec {
	position:relative;
	overflow:hidden;
}
.img-box2 .img-sec img {
	width:100%;
	    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.img-box2:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-box2:hover .img-cont2 {
    background: #f15f22;
}
.img-box2:hover .img-cont2 h2 {
    color: #fff;
}
.img-box2:hover .img-cont2 span {
    color: #fff;
}
.img-cont2 {
    background: rgba(255,255,255,0.6);
    width: 100%;
    padding:10px 20px 30px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
	margin-bottom:30px;
}
.img-cont2 h2 {
	font-size:20px;
	color:#000;
	font-weight:700;
	padding-bottom:10px;
}
.img-cont2 span {
	font-size:16px;
	color:#797979;
}


/*testimonial.html*/

.client-sec {   
    width: 100%;
    height: auto;
    background: #ecf5ff;
    padding: 60px 0px;
}
.client-sec h1 {
    font-size: 32px;
    color: #5789c2;
    text-align: center;
}
.client-sec h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
}
.client-sec .bg {
    background: rgba(0, 0, 0, 0) url(../images/client-bg.png) no-repeat left top;
    font-size: 18px;
    line-height: 34px;
    padding-left: 45px;
    padding-top: 5px;
}
.client-sec .bg::after {
    background: rgba(0, 0, 0, 0) url(../images/client-bg-2.png) no-repeat scroll 0 0;
    content: " ";
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    width: 50px;
}
.client-sec .carousel-inner .client-name {
    padding: 30px 0px;
    text-align: center;
}
.client-sec .carousel-indicators li.active {
    background: #5789c2 !important;
}
.client-sec .carousel-inner .client-name h4 {
    font-size: 24px;
    padding-top: 20px;
}
.client-sec .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0 !important;
    z-index: 15;
    width: 100% !important; 
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.client-sec .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 5px !important;
    background: #afafaf !important;
    border-radius: 50%;
    cursor: pointer;
}
.client-sec .client-img img {
    width: 170px;
    border-radius: 50%;
    border: 4px solid #fff;
}

/*mission.html*/

.service-strip {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.service-strip .sr-box1 {
    background: #00aeed;
    padding: 36px 0px 36px 40px;
    border-radius: 100px 0px 0px 100px;
    color: #fff;
}
.service-strip li {
    display: inline-block;
    vertical-align: middle;
}
.service-strip .fa {
    font-size: 50px;
}
.service-strip h2 {
    font-size: 28px;
    padding-left: 20px;
    font-weight: 700;
}
.service-strip .sr-box2 {
    background: #072467;
    padding: 36px 0px 36px 40px;
    color: #fff;
}
.service-strip h2 {
    font-size: 28px;
    padding-left: 20px;
    font-weight: 700;
}
.service-strip .sr-box3 {
    background: #00aeed;
    padding: 36px 0px 36px 40px;
    border-radius: 0px 100px 100px 0px;
    color: #fff;
}
.service-strip h2 {
    font-size: 28px;
    padding-left: 20px;
    font-weight: 700;
}
.service-strip .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}


.mission-sec {
	padding-bottom:50px;
}
.mission-sec .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.mission-sec .about-col .col-img {
    position: relative;
}
.mission-sec .about-col .col-img img {
    width: 100%;
}
.mission-sec .about-col .icon {
    width: 64px;
    height: 64px;
    text-align: center;
    position: absolute;
    background-color: #00aeed;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
.mission-sec .about-col .icon .fa {
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
}
.mission-sec .about-col .col-cont {
    padding: 40px 10px 25px 10px;
}
.mission-sec .about-col .col-cont h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
}
.mission-sec .about-col:hover .icon {
    background: #fff;
}
.mission-sec .about-col:hover .fa {
    color: #00aeed;
}

/*gallery.html*/


.gallery-sec {
	width:100%;
	height:auto;
	padding-top:60px;
}
.tab {
  overflow: hidden;
  text-align:center;
}


.gallery-sec .tab-cont {
	padding-top:40px;
}
/* Style the buttons inside the tab */
.tab button {
  outline: none !important;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
  font-size: 17px;
  background:#fff;
  border:1px solid #072467;
  color:#072467;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #072467;
  color:#fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #072467;
  color:#fff;
}


/* Style the tab content */

.tabcontent {
  display: none;
}
.gallery-sec .img-sec {
	margin-bottom:25px;
}
.gallery-sec .img-sec img {
	width:100%;
}




/*contact.html*/

.contact-cont {
    padding: 60px 0px;
}
.contact-cont .contact-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    text-align: center;
	border-radius:10px;
}
.contact-cont .contact-box .fa {
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
	background:#072467;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.contact-cont .contact-box h2 {
    font-size: 20px;
    margin: 20px 0px !important;
}
.contact-cont .contact-box p {
    font-size: 16px;
    color: #000;
}
.contact-cont .contact-box a {
    font-size: 16px;
    text-decoration: none;
    color: #5789c2;
}
.form-sec {
    margin-bottom: 80px;
}
.form-sec .form-cont {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
}
.form-sec .form-cont h2 {
    font-size: 22px;
}
.form-sec .form-cont input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}
.form-sec .form-cont textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}
.form-sec .form-cont .btn {
    width: 140px;
    height: 40px;
    background: #5789c2;
    border: 1px solid #5789c2;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-top: 20px;
}

/*tracking.html*/

.tracking-sec {
	padding:60px 0px;
}

.sales-box {
	background:#f2f1f1;
	border-radius:10px;
	overflow:hidden;
}
.sales-box h2 {
	font-size:22px;
	color:#fff;
	background:#a25fe9;
	padding:10px;
}
.sales-cont {
	padding:15px 10px;
}
.sales-cont input[type="text"] {
	width:100%;
	padding:15px;
	background:#fff;
	border:0;
}
.sales-cont .track-btn {
	padding:10px;
	background:#00aeed;
	border:1px solid #00aeed;
	color:#fff;
	margin-top:10px;
	float:right;
}

/*air.html*/

.detail-sec {
	padding:60px 0px;
}
.detail-sec h1 {
	text-align:center;
	padding-bottom:50px;
	color:#000;
	font-size:32px;
	font-weight:700;
}
.detail-sec h2 {
	padding-bottom:10px;
	color:#000;
	font-size:28px;
	font-weight:700;
}
.detail-sec h3 {
	padding-bottom:10px;
	color:#000;
	font-size:20px;
}
.detail-sec p {
	padding-bottom:10px;
	color:#797979;
	font-size:16px;
}
.detail-sec .sr-all {
	width:100%;
	padding:10px;
	border:1px solid #c1c4c7;
}
.detail-sec .sr-all li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #c1c4c7;
}
.detail-sec .sr-all li:last-child {
	border:0;
}
.detail-sec .sr-all li a {
	font-size:15px;
	color:#072467;
	text-transform: uppercase;
    font-weight: 700;
}
.detail-sec .sr-all li a.active {
	color:#ffba00;
}
.detail-sec .box-img img {
	width:100%;
}
.detail-sec .box-img {
	margin-top:30px;
}


