/*============================================================
Theme Name: Shiptar
Version:        1.0.0
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

0.3  hero slider
0.4  hero style 1
0.5  section-area
0.6  about-area
0.7  service-area
0.8  track-area
0.9  features-area
1.0  counter-area
1.1  pricing-area
1.2  testimonial-area
1.3  team-area
1.4  blog-area
1.5  newsletter-area
1.6  footer-area

======================
2.0 Home-page-2
======================

======================
 3.0 Home style-3
======================

======================
4.0 about-page
======================

======================
5.0 blog-page-area
======================

======================
6.0 blog-detais-area
======================

======================
7.0 contact-page-area
======================

======================
 8.0 service-page
======================

======================
9.0  Freight-area
======================

*/


/*==============================================
0.5 section-area-start
================================================*/
.section-area{
  background: #f5f5f5;
}
.section-icon {
    text-align: center;
    margin-top: -60px;
}
.section-content{
  text-align: center;
  padding: 30px 0 10px;
  transition: all .5s;
}
.section-item:hover .section-content{
  background:#34ccff;
  color:#fff;
}
.section-item:hover .section-content p a{
  color:#fff;
}
.section-item:hover .section-icon i.fi{
  background:#34ccff;
  color:#fff;
}
.section-content p{
  font-size: 24px;
  font-weight:400;
  transition: all .5s;
}
.section-content p a{
  color:#333;
  transition: all .5s;
}
.section-icon i.fi {
    background: #f5f5f5;
    padding: 47px 30px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s;
}
.col-d{
  padding: 0;
}

/*===================================
0.6 about-area start
=====================================*/

.about-content .about-icon i{
  color:#34ccff;
}
.about-content h2{
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom:8px;
  margin-bottom: 30px;
}
.about-content h2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height:5px;
  background:#34ccff; 
}
.sec-p{
  padding-left: 30px;
}
.about-img img{
  padding-top: 20px;
}
.about-content p {
    margin-bottom: 30px;
}
.about-content span{
  display: block;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
}
.about-content span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height:15px;
  background:#34ccff; 
}
.about-content .about-icon i:before{
  font-size: 60px;
}
.signature-section {
    overflow: hidden;
}
.si-text {
    margin-top: 30px;
}
.si-text p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}


/*==========================================
0.8 track-area start
===========================================*/

.track h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color:#fff;
}

.track-section{
    padding: 60px 0 70px;
    background: url(../images/news/bg.jpg) no-repeat center center / cover;
}

.track-section .track form {
    position: relative;
}
.track-section .track button {
    background:#34ccff;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    left:15px;
    top: 0;
    width: 200px;
    height: 50px;
    transition: all .3s;
}
.track-section .track button:hover{
  background:#31b5e1;
}
.track-section .track input {
    background: #fff;
    height: 50px;
    font-size: 17px;
    color: #333;
    padding: 6px 80px 6px 30px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
 border-radius:0px;
}
/*============================================
0.9 features-area start
==============================================*/
.features-area {
    position: relative;
    padding: 100px 0 70px;
}
.fetures-img {
    position: absolute;
    left: 8%;
    top: 14%;
}
.fetures-img img {
  max-width: 100%;
}
.features-icon {
    margin-bottom: 18px;
}
.features-icon.feature-icon3{
  margin-bottom: 10px;
}
.section-title2 h2:before {
    left: 0;
}

.section-title2 h2{
  margin-bottom: 30px;
}

.features-text p{
  padding-top: 10px;
}
.features-text h3 {
  font-size: 25px;
}
.features-item .fi{
  color:#34ccff; 
}
.features-icon2 {
    transform: rotate(45deg);
    display: inline-block;
}
.feature-wrap{
  margin-bottom: 35px;
}
/*==========================================
1.0 counter-area start
===========================================*/
.counter-area{
  padding: 135px 0 0;
  background: url(../images/counter/2.jpg) no-repeat center top / cover;
  position: relative;
  background-attachment: fixed;
}
.counter-area:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(20,36,64,.8);
}
.counter-content {
    background: #34ccff;
    padding: 44px 70px 94px;
    padding-right: 80px;
    margin-bottom: -70px;
    max-height: 450px;
    position: relative;
}
.counter-content p{
  color:#fff;
}
.counter-content h2{
  font-size: 30px;
  font-weight: 700;
  color:#fff;
  margin-bottom: 50px;
  line-height: 54px;
}
.btn-style.btn-style-3 a{
  background: #fff;
  color:#333;
  margin-top: 34px;
  font-weight: 700;
}

.counter-area .counter-grids .grid {
    width: 48%;
    float: left;
    padding: 0px 0px 158px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.counter-area .counter-grids .grid p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
}
.counter-area .counter-grids {
    overflow: hidden;
    position: relative;
    padding-left: 50px;
}
@media (max-width: 991px) {
  .counter-area .counter-grids {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.counter-area .odometer.odometer-auto-theme, .counter-area .odometer.odometer-theme-default {
    line-height: 0.8em;
}
.counter-area .counter-grids .grid h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 10px;
    padding-bottom: 10px;
    position: relative;
}
.counter-area .counter-grids .grid h2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #34ccff;
}
/*====================================
1.1 pricing-area start
======================================*/
.pricing-area{
  padding: 170px 0 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.price-item{
  text-align: center;
  background: #f6f6f6;
  transition: all .3s;
}
.price-item:hover{
  background: #e7f9ff;
}
.pricing-header h3{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
}
.pricing-header {
    padding: 25px 0 13px;
    background: #34ccff;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 11;
}
.pricing-header:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 33px;
    width: 100%;
    height: 68%;
    background: url(../images/pricing/2.png) no-repeat center center / cover;
    z-index: -1;
}
.price-sub-header {
    padding: 20px 0 10px;
}
.price-sub-header h4{
  font-size: 36px;
  color:#34ccff; 
}
.pricing-table {
    padding-bottom: 30px;
}
.pricing-table li{
    padding: 10px;
    border-top:1px solid #eeeeee; 
}
.col-l{
  padding: 10px;
}
.pricing-img {
    text-align: right;
    position: relative;
    margin-top: -28px;
}
.pricing-img:before {
    content: "";
    position: absolute;
    left: 64%;
    top: 96px;
    width: 65%;
    height: 84%;
    border: 10px solid #34ccff;
    z-index: -1;
}
.btn-style.btn-style-4 {
    margin-top: 14px;
}
.btn-style-4 a {
    border-radius:0px;
}
/*=======================================
1.2 testimonial-area start
=========================================*/
.testimonial-area{
  background: url(../images/testimonial/1.jpg) no-repeat center top / cover;
  padding: 100px 0;
  position: relative;
}
.testimonial-area:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(20,36,64,.7);
}
.testimonial-img {
  width: 20%;
  margin:auto;
  z-index: 99;
  position: relative;
  background:  #fff;
  border-radius: 50%;
  bottom: -50px;
}
.testimonial-img img{
  border-radius: 50%;
  border:5px solid #bbb;
}
.testimonial-item{
  text-align: center;
  background: #fff;
  padding:70px 30px 60px;
  position: relative;
  max-width: 600px;
  margin: auto;
  position: relative;
}

.test-c {
    background: #fff;
    z-index: 99;
    width: 520px;
    height: 50px;
    margin-right: 30px;
    position: relative;
    opacity: .5;
    top: -40px;
    left: 2%;
}
.test-b {
    background: #fff;
    z-index: -15;
    width: 489px;
    height: 50px;
    margin-right: 30px;
    position: relative;
    opacity: .3;
    top: -82px;
    left: 5%;
}
.testimonial-item p {
    padding-top: 50px;
    position: relative;
    font-size: 18px;
}
.testimonial-item p:before{
    position: absolute;
    left: 47%;
    top:0;
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #999;
    font-size: 30px;
}
.testimonial-item h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color:#34ccff;
  padding-top: 10px;
}
.testimonial-item span{
  font-size: 14px;
  color:#666;
}

.testimonial-active .owl-nav div.owl-next {
    right: -70px;
    left: auto;
}

.testimonial-active .owl-nav div {
    position: absolute;
    left: -70px;
    top: 50%;
    text-align: center;
    color:#fff;
    font-size: 24px;
}
/*==========================================
1.3 team-area start
============================================*/
.team-area{
  padding: 100px 0 70px;
  background: #fff;
}
.team-img {
    position: relative;
    overflow: hidden;
}


.team-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #34ccff;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-single {
    margin-bottom: 30px;
}

.team-single:hover .team-img:before {
    opacity: .5;
}

.team-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .team-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
}



.team-single:hover .thumb-content span {
    opacity: 1;
}

.team-single:hover .social-1st {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .social-1st li:nth-child(2) a {
    margin-top: 50px;
}

.team-single:hover .social-1st li:nth-child(3) a {
    margin-top: 100px;
}

.social-1st ul {
    text-align: center;
    justify-content: center;
    display: flex;
}

.social-1st li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #333;
    line-height: 45px;
    border-radius: 50%;
}
.social-1st li a:hover{
  background:#34ccff;
  color: #fff;
}

.social-1st li:nth-child(2) a {
    margin-top: 0px;
    transition: all .3s;
}

.social-1st li:nth-child(3) a {
    margin-top: 0px;
    transition: all .3s;
}

.team-img {
    position: relative;
}

.team-wrap {
    margin-bottom: 30px;
}
.team-content{
  text-align: center;
  padding: 30px 0;
  background: #f5f5f5;
}
.team-content h4{
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
}
.team-content h4:hover{
  color:#34ccff;;
}
.team-content span{
  font-size: 14px;
  font-weight: 400;
  color:#666;
}

/*==========================================
1.5 newsletter-area start
===========================================*/
.newsletter-section{
  background: #f5f5f5;
}

.newsletter-section h2 {
    font-size: 25px;
    font-weight: 700;
    color:#333;
    margin-bottom: 20px;
}

.newsletter-section{
   background: #fff;
   padding: 70px 0;
}
.newsletter {
    padding-top: 33px;
}

.newsletter-section .newsletter form {
    display: inline-block;
    width: 105%;
}
.newsletter-section .newsletter button {
    background: #34ccff;
    color: #fff;
    border: 0;
    outline: 0;
    left: 0;
    top: 0;
    height: 50px;
    padding: 0px 35px;
    transition: all .3s;
} 
.newsletter-section .newsletter button:hover{
  background:#31b5e1;
}

.newsletter-section .newsletter input {
    background: #fff;
    height: 50px;
    font-size: 17px;
    color: #333;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-r{
  max-width: 275px;
}
.form-control {
 border-radius:1px;
}
/*=======================================
1.6 footer-area start
=========================================*/
.footer-area{
  background: #142440;
}
.footer-top{
  padding: 60px 0;
}
.footer-logo{
  margin-bottom: 30px;
}
.social li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #333;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    transition: all .3s;
    margin-top: 5px;
}
.social li a:hover{
  background:#34ccff;
  color:#fff;
}
.footer-top p {
    color: #fff;
    margin-bottom: 30px;
}
.footer-top a{
  color:#fff;
}
.Recent-News-area p{
  margin-bottom: 10px;
}
.Recent-News-area span{
  color:#bbb; 
}
.Recent-News-area span i{
  padding-right: 10px;
  color: #34ccff;
}
.resent-sub{
  margin-bottom: 35px;
}
.instagram ul {
    flex-wrap: wrap;
    margin: 0px -3px;
}

.instagram ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.instagram ul li img {
    width: 100%;
}
.footer-widget.instagram{
  margin-top: 0;
}
.footer-widget.instagram h3{
  font-size: 25px;
  margin-bottom: 30px;
}
.footer-link ul li a{
  padding-top: 10px;
  display: block;
}
.footer-top h3{
  font-size: 25px;
  color:#fff;
  margin-bottom: 20px;
}

.footer-bottom{
  background: #101e35;
  padding: 30px 0;

}
.footer-bottom-content {
    text-align: center;
}
.footer-bottom-content span{
  color:#fff;
  font-size: 16px;
  text-align: center;
}
/*============================
0.1 Home-page-2 start
=================================*/
.hero-style-1.hero-style-2 .slide-caption{
  padding-bottom: 0;
  padding-top: 40px;
}
.section-area.section-style-2 {
    background: #fff;
}
.section-area.section-style-2 .section-item{
  overflow: hidden;
}
.section-area.section-style-2 .section-icon {
    margin-top: 0;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.section-area.section-style-2 .section-content p a:hover {
    color: #34ccff;
}
.section-area.section-style-2 .section-content {
    text-align: left;
    overflow: hidden;
    padding-right: 60px;
}
.section-area.section-style-2 .section-content span {
    font-size: 16px;
    color: #777;
}
.section-area.section-style-2 .section-icon i.fi {
    padding: 0;
    width: 90px;
    height: 90px;
    background: #34ccff;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    margin-top: 35px;
    margin-right: 20px;
    color:#fff;
    border:6px solid #d4f1fa;
}
.about-area.about-style-2{
  background: url(../images/about/2.jpg) no-repeat center top / cover;

}

.about-area.about-style-2 .about-wrap{
 background: rgba(20,36,64,.8);
 padding: 50px;
 float: left;
}
.about-area.about-style-2 .content{
 padding: 50px;
}
.about-area.about-style-2 .about-content h2{
 color:#fff;
}
.about-area.about-style-2 .about-content p {
   color:#fff;
}
.about-area.about-style-2 .about-content span {
   color:#fff;
}
.about-area.about-style-2 .si-text p{
   color:#fff;
}
.about-area.about-style-2 .si-text span{
   color:#fff;
}
.section-item-2 {
    padding: 25px 0 50px;
}
.features-area.features-style-2{
  position: relative;
}
.features-area.features-style-2:before {
    content: "";
    position: absolute;
    left: 22%;
    top: 27%;
    width: 53%;
    height: 64%;
    background: url(../images/features/2.png) no-repeat center center / cover;
    z-index: -2;
}
.features-item.features-item-2{
  text-align: right;
}
.features-area.features-style-2 .features-icon {
    width: 90px;
    height: 90px;
    background: #34ccff;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    color:#fff;
    border:6px solid #d4f1fa;
}
.features-area.features-style-2 .features-item .fi {
    color: #fff;
}
.features-area.features-style-2 .features-icon.feature-icon3 {
    margin-bottom: 10px;
    display: inline-block;
}
.features-area.features-style-2 .feature-img {
    text-align: center;
}
.counter-area.counter-style-2 .counter-content {
    margin-bottom:0px; 
}
.counter-area.counter-style-2 {
     padding: 0;
}
.counter-area.counter-style-2 .counter-grids {
    padding-top: 100px;
}
.pricing-area.pricing-area-2 {
    padding: 100px 0 70px;
}
.pricing-area.pricing-area-2 .price-item {
    margin-bottom: 30px;
}
.pricing-area.pricing-area-2:after {
 background: none;
}
.team-area.team-area-2{
  background: #f5f5f5;
}
.team-area.team-area-2 .team-content {
    background: #fff;
}


/*============================
0.3 Home-page-3 start
=================================*/
.header-top.header-top-2 .logo {
    margin-top: 16px;
}
.header-top.header-top-2 .account_login-area{
  justify-content: flex-end;
}

.header-top.header-top-2 .account_login-area li:first-child:before{
  display: none; 
}
.header-area.header-style-2 .main-menu nav ul {
    text-align: left;
}
.header-area.header-style-2 .btn-style a {
    padding: 10px 20px;
    margin-top: 3px;
    border-radius: 0;
    margin-top: 22px;
    background: #fff;
    color: #34ccff;
    font-weight: 400;
}
.header-area.header-style-2 {
    background: #34ccff;
    position: relative;
    z-index: 9999;
}
.header-area.header-style-2 .main-menu nav ul li:hover>a, 
.header-area.header-style-2 .main-menu nav ul li.active>a {
    color: #fff;
}
.header-area.header-style-2 .main-menu nav ul li ul li:hover>a, 
.header-area.header-style-2 .main-menu nav ul li ul li.active>a {
    color: #34ccff;
}
.hero-slider-wrapper.hero-style-1.hero-style-3 .slide-caption {
    z-index: 19;
    padding-bottom: 100px;
}
.header-area.header-style-2 .main-menu nav ul li:first-child {
  padding-left: 0px;
} 
.hero-style-3 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
    background: rgba(20, 36, 64, 0.5);
    margin-bottom: 10px;
    padding: 5px 20px 13px;
    display: inline-block;
}
.section-item-3 .section-icon i.fi {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .09);
    border-radius: 5px;
}
.section-item-3:hover .section-icon i.fi {
    background:#34ccff;
    color:#fff;
}
.about-ss {
    padding-left: 0;
    margin-left: -60px;
}
.about-area.about-style-2.about-style-3{
  background: #fff;
}

.about-area.about-style-2.about-style-3 .about-wrap {
    background:#142440;
    padding: 50px;
    float: left;
    max-height: 580px;
    margin-top: 48px;
    z-index: 99;
}
.about-title .img-holder img{
    border:10px solid #34ccff;

}
.about-title .img-holder {
    position: relative;
}

.social-1st2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
}

.social-1st2 i {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
}
.service-area.service-style-3{
    background: url(../images/service/bg.jpg) no-repeat center center / cover; 
    position: relative;
}
.service-area.service-style-3:before{
      content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 36, 64, .8);
}
.service-area.service-style-3 .section-title h2 {
    color: #fff;
}
.service-area.service-style-3 .section-title span {
    position: relative;
}
.service-area.service-style-3 .service-item{
  overflow: hidden;
  margin-bottom: 30px;
}

.service-area.service-style-3 .service-item .service-icon{
  float: left;
  width: 100px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color:#ddd;
  background: rgba(52,204,255,.5);
}
.service-area.service-style-3 .service-item .service-text {
    overflow: hidden;
    background: rgba(255,255,255,.25);
    padding: 25px 0 18px;
    padding-left: 20px;
    max-height: 140px;
}
.service-area.service-style-3 .service-item .service-text h3{
  font-size: 20px;
  color:#fffefe;
  transition: all .3s;
}
.service-area.service-style-3 .service-item .service-text h3:hover{
  color:#34ccff;
}
.service-area.service-style-3 .service-item .service-text p{
  color:#ddd;
}
.section-area.section-area-3 .section-content {
    padding: 35px 0;
}
.section-area.section-area-3 .section-icon {
    text-align: center;
    margin-top: -35px;
}
.section-area.section-area-3 .section-content p a:hover {
    color: #34ccff;
}
/*=====================================
4.0 about-page start
=======================================*/

.breadcumb-area {
    background: url(../images/breadcumb/bg.jpg) no-repeat center top / cover;
    min-height: 550px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.breadcumb-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    opacity: .60;
}


.breadcumb-wrap h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
}

.breadcumb-wrap ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
}

.breadcumb-wrap ul li a:hover {
    color: #34ccff;
}

.breadcumb-wrap ul li:last-child {
    color: #34ccff;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}
.service-area.service-style-1 .service-content h3:before {
    content: "\f104";
    color:#fff;

}
.service-area.service-style-1 .service-content2 h3:before {
    content: "\f108";
    color:#fff;
}
.service-area.service-style-1 .service-content3 h3:before {
    content: "\f100";
    color:#fff;
}

.service-area.service-style-1 .service-content {
    top: 76%;
}
.service-area.service-style-1 .service-single:hover .service-content {
    top: 0;
}
.service-area.service-at{
  background: #fff;
}
.team-area-2.team-area-3{
  background: #f5f5f5;
}


/*===================================================
7.0 contact-page-area-start
=======================================================*/

.contact-page-area .contact-map {
    height: 450px;
    margin-top: 100px;
    cursor: pointer;
}

.contact-page-area .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.contact-page-item h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-page-item h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.contact-page-item span {
    color: #666;
    display: block;
    padding-bottom: 10px;
}

.contact-page-item .adress {
    margin-bottom: 20px;
}

.contact-page-item .phone {
    margin-bottom: 20px;
}

.contact-area {
    padding-top: 0px;
    padding-bottom: 0;
}

.contact-area h2 {
    margin-bottom: 40px;
    font-size: 30px;
}
.contact-area form,
.contact-area-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-area form .half-col,
    .contact-area-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-area form div,
.contact-area-s2 form div {
    padding: 0 15px 30px;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
    background: #f5f5f5;
    height: 50px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
}

.contact-area select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: #bbb5a5;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
    position: relative;
    -webkit-appearance:none;   
    -ms-appearance:none;      
    -o-appearance:none;                 
    appearance:none;
    -moz-appearance: none;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
    height: 150px;
    padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}
.theme-btn-s3 {
    background-color:#34ccff;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s;
}

.theme-btn-s3:hover {
    background: #31b5e1;
}
/*====================================
8.0 service-page
======================================*/
.section-style-2.section-style-3{
  padding: 100px 0;
}
.section-style-2.section-style-3 .section-item-2 {
    padding: 0px;
}
.section-area.section-style-2.section-style-3 .section-icon i.fi {
    margin-top: 25px;
}
.section-style-2.section-style-3 .section-wrap{
  padding:15px 30px 30px ;
  background:  #f5f5f5;
}
.section-area.section-style-2.section-style-3 .section-content {
    padding-right: 0;
}
.tr-wrap {
    padding-left: 30px;
}
.t-text h2{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.t-text p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.tr-s span{
  font-size: 16px;
   display: block;
   padding-bottom: 10px;
   padding-left: 25px;
   position: relative;
}
.tr-s span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #34ccff;
  border-radius: 50%;
}
/*=======================
9.0 Freight-area
=========================*/
.Freight-area{
  padding: 100px 0;
}
.contact-us-area{
  background: url(../images/air/air-fraight.jpg) no-repeat center top / cover;
  position: relative;
  z-index: 1;
  padding: 30px 30px 20px;
}
.contact-us-area:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,36,64,.8);
  z-index: -1;
}
.contact-us-area h3{
  color:#fff;
  font-size:24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.contact-us-area h3:before{
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
  width: 30px;
  height: 5px;
  background:#34ccff; 
}
.contact-s span{
  color:#fff;
  font-size: 15px;
}
.contact-s span i{
  padding-right:5px;
  color: #34ccff; 
}
.contact-s p{
  color:#fff;
  font-weight: 18px;
}
.Freight-item h3{
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}
.Freight-item p{
  line-height: 30px;
  margin-bottom: 20px;
}
.Freight-item img{
  margin-bottom: 20px;

}
.Freight-s img{
  float: left;
  padding-right: 30px;
}
.Freight-s{
  overflow: hidden;
}
.Freight-s .f-s{
  overflow: hidden;
}
.Freight-s .f-s span{
  font-size: 16px;
   display: block;
   padding-bottom: 10px;
   padding-left: 25px;
   position: relative;
}

.Freight-s .f-s span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #34ccff;
  border-radius: 50%;
}
