@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaBold.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaBold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaBold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaBold.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/ProximaNovaExtrabold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaExtrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaExtrabold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaExtrabold.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaLight.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaLight.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaLight.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaLight.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaRegular.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaRegular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaRegular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaRegular.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNovaSemibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaSemibold.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaSemibold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaSemibold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaSemibold.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ProximaNovaThin';
    src: url('../fonts/ProximaNovaThin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaThin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/ProximaNovaThin.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/ProximaNovaThin.woff') format('woff'), /* Modern Browsers */
        url('../fonts/ProximaNovaThin.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/ProximaNovaThin.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: -8px;
    border: 0px solid transparent;
    box-shadow: 0px 1px 3px #ddd;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar .top-header{
    text-align: right;
    padding-top: 20px;
}

.navbar .top-header a{
  font-size: 13px;
  font-family: "ProximaNovaSemibold";
  color: rgb(60, 60, 62);
  line-height: 1;
  padding-left: 9px;
  text-decoration: none;
}


.navbar .top-header img{
    padding-left: 20px;
}

.navbar-brand {
    float: left;
    height: 71px;
    padding: 0px 15px;
    margin-top: -24px;
}

.navbar-right li a{
  
}

    
.navbar-right{
    margin-top: -42px;
    margin-right: -37px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 16px;
    border-bottom: 4px solid #ddd; 
    font-size: 15px;
    font-family: "ProximaNovaRegular";
    color: rgb(11, 106, 172);
    text-transform: uppercase;
    line-height: 1.33;
}

.navbar-default .navbar-nav>li>a {
    color: #444;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0b6aac;
    background-color: transparent;
    border-bottom: 4px solid #0b6aac;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #0b6aac;
    background-color: transparent;
    border-bottom: 4px solid #0b6aac;
}

.banner-container{
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 89px;
}

.carousel-indicators {
    position: absolute;
    bottom: 25px;
    left: 90%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #b6c2ca;
    border-radius: 10px;
}


.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #b6c2ca;
}

.caption-content{
    padding-top: 18%;
}

.caption-content h2{
  font-size: 40px;
  font-family: "ProximaNovaThin";
  color: rgb(255, 255, 255);
  line-height: 1.225;
  text-align: right;
  text-shadow: 0px 1px 11px rgba(6, 1, 36, 0.67);
}

.caption-content h2 span{
  font-size: 40px;
  font-family: "ProximaNovaBold";
  text-transform: uppercase;
  color: #0b6aac;
}

.carousel-caption{
    right: 3%;
    left: 50%;
    padding-bottom: 30px;
}

.caption-content1{
    width: 30%;
    padding:15px 20px 0px 20px; 
    position: absolute;
    bottom: 10%;
    left: 10%;
    text-align: center;
}

.caption-content1{
    background-color:rgba(167, 191, 205, 0.63);   
}

.caption-content1 h1{
  font-size: 22px;
  font-family: "ProximaNovaBold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
}

.caption-content1 h1 span{
     color: #0b6aac;
}

.caption-content1 h2{
  font-size: 20px;
  font-family: "ProximaNovaBold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  margin-top: 10px;
}

.caption-content1 .form-control {
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  opacity: 0.902;
  box-shadow: inset 0.939px 1.766px 5px 0px rgba(6, 1, 36, 0.41);
  font-size: 14px;
  font-family: "ProximaNovaRegular";
  color: rgba(6, 1, 36, 0.91); 
  height: 38px;
}

.caption-content1 .form-control::-webkit-input-placeholder { 
  color: #000;
}
.caption-content1 .form-control::-moz-placeholder { 
  color: #000;
}
.caption-content1 .form-control:-ms-input-placeholder { 
  color: #000;
}
.caption-content1 .form-control:-moz-placeholder { 
  color: #000;
}

.caption-content1 .btn-primary{
  border-radius: 2px;
  background-color: rgb(11, 106, 172);
  padding: 10px 40px; 
  font-size: 16px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
}

.caption-content1 .col-md-6, .caption-content1 .col-md-12{
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 20px;
}

.caption-content1 .col-md-12:first-child{
    padding-top: 15px;
}

.caption-content1 .location{
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-position: right;
}

.caption-content1 .date{
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
}

.caption-content1 .date::-webkit-calendar-picker-indicator{
    display: none;
    -webkit-appearance: none;
}

.caption-content1 .date::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.caption-content1 .vehical-dropdown{
    background-image: url(../images/banner-dropdown.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
}

.caption-content1 .vehical-dropdown::-ms-expand{
    display: none;
}

.our_services{
    background-image: url(../images/our_services_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 20px;
     padding-bottom: 20px;
    background-size: 42% 478px;    
}

.our_services h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  line-height: 1.172;
  text-transform: uppercase;
}

.our_services h1 span{
    color:#77787a;
}

.our_services .col-md-12 img{
    margin: 0 auto;
}

.our_services .col-md-12{
  padding-bottom: 55px;
}

.innerdiv-services1{
    background-image:url('../images/services-fill-rectangle.png');
    background-repeat: no-repeat;
    background-position: center;
    padding:40px 0px 40px 0px;
}

.innerdiv-services img{
    z-index: 1050;
}

.innerdiv-services{
    background-image:url('../images/services-rectangle.png');
    background-repeat: no-repeat;
    background-position: center;
    padding:40px 0px 40px 0px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}

.innerdiv-services:hover, .innerdiv-services:focus{
    background-image:url('../images/services-fill-rectangle.png');
    background-repeat: no-repeat;
    background-position: center;
    padding:40px 0px 40px 0px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
}

.innerdiv-services:hover img{
    filter:brightness(500);
}

.our_services h3 {
  font-size: 20.367px;
  font-family: "ProximaNovaSemibold";
  color: rgb(102, 102, 102);
  line-height: 1.669;
  text-align: center;
}

.our_services h3 {
  font-size: 20.367px;
  font-family: "ProximaNovaSemibold";
  color: rgb(102, 102, 102);
  line-height: 1.669;
  text-align: center;
}


/*.our_services:before{
    width: 50%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: -25px;
    left: 25%;
}*/

.our_specialization{
  background-image: url(../images/our_specialization.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}


.our_specialization h1{
  font-size: 30px;
  font-family: "ProximaNovaBold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.7;
  text-align: left;
  margin-bottom: 15px;
}

.our_specialization p{
  font-size: 14px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 3px;
}

.our_specialization .col-md-3{
  padding-left: 2px;
  padding-right: 6px;
}

.our_specialization .col-md-3 .service_img{
  background-image: url(../images/special_services_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 0px 25px 0px;
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
   margin-top: 50px;
}

.our_specialization .col-md-3 .service_img img{
   margin: 0 auto;
}

.our_specialization .service_img1{
  background-image: url(../images/special_services_fill_bg.png);
  background-repeat: no-repeat;
  background-position: center;
 padding: 25px 0px 25px 0px;
 transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
 -moz-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
}

.our_specialization .col-md-3 .service_img1 img{
   margin: 0 auto;
}

.our_specialization .col-md-3 .service_img:hover{
  background-image: url(../images/special_services_fill_bg.png);
  background-repeat: no-repeat;
  background-position: center;
 padding: 25px 0px 25px 0px;
 transition:all 0.3s ease-in-out;
 -webkit-transition:all 0.3s ease-in-out;
 -moz-transition:all 0.3s ease-in-out;
 -ms-transition:all 0.3s ease-in-out;
 -o-transition:all 0.3s ease-in-out;
}


.our_specialization .col-md-3 .service_img:hover img {
    filter: brightness(500);
}

.our_specialization .col-md-3 h3{
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
  line-height: 1.167;
  text-align: center;
}

.our_specialization .col-md-3 p{
  font-size: 13px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  line-height: 1.615;
  text-align: center;
  padding-left: 4px;
  padding-right: 3px;
}

.our_specialization .service_arrow_img{
  margin: 0 auto;
  background-image: url(../images/services_arrow_bg.png);
  background-repeat: no-repeat;
  padding: 10px 8px 10px 8px;
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
}

.our_specialization .service_arrow_img:hover{
  margin: 0 auto;
  background-image: url(../images/services_arrow_fillbg.png);
  background-repeat: no-repeat;
  padding: 10px 8px 10px 8px;
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
}

.our_specialization .bar-step {
    position:absolute;
    margin-top:-30px;
    z-index:1;
    width: 92%;  
    font-size: 14px;
    font-family: "ProximaNovaRegular";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: left;
}

.our_specialization .label-txt{
    float: left;
}

.our_specialization .label-percent{
    float: right;
}

.our_specialization .progress{
    height: 4px;
    margin-bottom: 20px;
    margin-top: 53px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.our_specialization .progress-bar{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #096aa8;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.our_work .col-md-12{
  padding-bottom: 30px;
}

.our_work .col-md-12 img{
  margin: 0 auto;
}

.our_work{
  padding-top: 20px;
  padding-bottom: 20px;
}

.our_work h1{
    font-size: 29px;
    font-family: "ProximaNovaBold";
    color: rgb(9, 106, 168);
    font-weight: bold;
    line-height: 1.172;
    text-transform: uppercase;
}

.our_work h1 span{
    color: #77787a;
}

.our_work .col-md-4{
  padding-left: 40px;
  padding-right: 70px;
}

.our_work .col-md-4 .innerdiv-work{ 
    background-image: url(../images/our_work_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 79px;
    background-color:#fff; 
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}

.our_work .col-md-4 .innerdiv-work img{
   margin: 0 auto;
}

.our_work .col-md-4 .innerdiv-work1{ 
    background-image: url(../images/our_work_fill_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 79px;
}

.our_work .col-md-4 .innerdiv-work1 img{
   margin: 0 auto;
}

.our_work .col-md-4 .innerdiv-work:hover{
    background-image: url(../images/our_work_fill_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 79px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}

.our_work .col-md-4 .innerdiv-work:hover img {
    filter: brightness(500);
}

.our_work h2 {
  font-size: 22.322px;
  font-family: "ProximaNovaSemibold";
  color: rgb(9, 106, 168);
  text-transform: uppercase;
  line-height: 1.523;
  text-align: center;
}

.our_work:before{
    height: 1.5px;
    width: 50%;
    background-color: #98c0da;
    position: relative;
    bottom: 0;
    top: 245px;
    left: 22%;
}

.our_services .col-md-3:before{
    height: 1.5px;
    width: 50%;
    background-color: #98c0da;
    position: relative;
    bottom: 0;
    top: 245px;
    left: 22%;
}

.our_services hr{
    position: relative;
    bottom: 143px;
    left: 145px;
    width: 60%;
    border-top: 1px solid #98c0da;
}

.footer-bg{
  background-color: #1b2936;
}


.footer-bg h1{
  font-size: 18px;
  font-family: "ProximaNovaBold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-bg ul{
  padding-left: 0px;
}

 .footer-bg ul li a{
  font-size: 13px;
  font-family: "ProximaNovaLight";
  color: rgb(188, 187, 187);
  line-height: 2.308;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-bg ul li a:hover, .footer-bg ul li a:focus{
  color: #fff;
}


.footer-bg ul li p {
  font-size: 14px;
  font-family: "ProximaNovaLight";
  color: rgb(188, 187, 187);
  line-height: 1.286;
  padding-right: 24px;
}

.footer-bg .social-icons{
  padding-top: 20px;
}

.footer-bg .social-icons li{
  display: inline-block;
  cursor: pointer;
  padding-right: 10px;
}

.footer-bg .location p{
  margin: -20px 25px 9px;
}

.footer-bg .call-details a{
  padding-left: 7px;
  line-height: 1.5;
}

.footer-bg .call-details a:last-child{
  padding-left: 28px;
}

.footer-bg .mail-info a{
  padding-left: 7px;
  font-size: 14px;
  color: rgb(188, 187, 187);
  text-transform: lowercase;
}

.footer-bg .col-md-3:last-child{
    background-image: url(../images/footer-contact-bg.png);
    background-repeat: no-repeat;
    background-position: 47% 145%;
    background-size: 59%;
}

.base-footer{
  background-color:#172430;
}

.base-footer .col-md-12{
  font-size: 12px;
  font-family: "ProximaNovaRegular";
  color:rgba(255, 255, 255, 0.7);
  line-height: 1.333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.base-footer .col-md-12 a{
  color: #4f8ab7;/*#16507c*/
  text-decoration: none;
}

.base-footer .col-md-12 span{
  color: #4f8ab7;
}

.footer-bg .social-icons .fb-icon img:hover{
  content: url('../images/fb-icon1.png');
}

.footer-bg .social-icons .twitter-icon img:hover{
  content: url('../images/twitter-icon.png');
}

.footer-bg .social-icons .google-icon img:hover{
  content: url('../images/google-icon1.png');
}

.footer-bg .social-icons .linked-icon img:hover{
  content: url('../images/linked-icon1.png');
}


/*--------about us--------*/

.about-breadcrumb{
  background-image: url(../images/about_banner.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0px 40px 0px;
  margin-top: 89px;
}


.about-breadcrumb h1 {
  font-size: 25px;
  font-family: "ProximaNovaSemibold";
  color: rgb(255, 255, 255);
  line-height: 1.5;
}

.about-breadcrumb a {
  font-size: 13px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  /*line-height: 10.765;*/
}

.about-breadcrumb span {
  font-size: 13px;
  color: rgb(255, 255, 255);
  padding: 0px 3px 0px 3px;
}

.about-services{
  padding-top: 5px;
  padding-bottom: 25px;
}

.about-services h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.about-services span{
  color: #979799;
}

.about-services img{
  margin: 0 auto;
}

.about-services .col-md-12 p{
  font-size: 17px;
  font-family: "ProximaNovaLight";
  color: rgb(94, 95, 97);
  line-height: 1.647;
  text-align: center;
  padding: 25px 0px 30px 0px;
}

.about-company{
  background-image: url(../images/overview-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:20px 0px 49px 0px;
}

.about-company p{
  font-size: 25px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  margin-bottom: -3px;
}

.about-company p span{
  font-size: 25px;
  font-family: "ProximaNovaThin";
  color: rgb(255, 255, 255);
}

.about-company p:nth-child(2) span{
  font-size: 30px;
  font-family: "ProximaNovaThin";
  color: rgb(255, 255, 255);
}

.about-company p:nth-child(3){
  font-size: 30px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
}

.vission-mission-bg{
  background-image: url('../images/vission-mission.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.vission-mission-bg h3{
  font-size: 21px;
  font-family: "ProximaNovaBold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.095;
  text-align: center;
}

.vission-mission-bg p{
  font-size: 16px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  line-height: 1.438;
  text-align: center;
}

.vission-mission-bg .vission-mission-hr{
  border-color: #1277be;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.special_services_img{
  padding-top: 45px;
}

.special_services_img .outerdiv-about-services{
  padding: 0px 58px 0px 59px;
  cursor: pointer;
}


.special_services_img .innerdiv-about-services{
    background-color: #fff;
    border: 1px solid #0b6aac;
    border-radius: 100px;
    padding: 34px 9px 35px 11px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}

.special_services_img .innerdiv-about-services:hover{
   background-color: #0b6aac;
   border: 1px solid #0b6aac;
   border-radius: 100px;
    padding: 34px 9px 35px 11px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}

.special_services_img .innerdiv-about-services:hover img {
    filter: brightness(500);
    -webkit-filter: brightness(500);
    -moz-filter: brightness(500);
    -ms-filter: brightness(500);
    -o-filter: brightness(500);
}

/*.special_services_img img{
    background-color: #fff;
    border: 1px solid #0b6aac;
    border-radius: 72px;
    padding: 20px;
}*/

/*.special_services_img img:hover{
   background-color: #0b6aac;
   border: 1px solid #0b6aac;
   border-radius: 72px;
   padding: 20px;
}

.special_services_img .col-md-3:hover img {
    filter: brightness(500);
}*/
/*.special_services_img .col-md-3:nth-child(2) img{
    background-color: #0b6aac;
    border: 1px solid #0b6aac;
    border-radius: 72px;
    padding: 20px;
}*/

.special_services_img h3 {
  font-size: 17px;
  font-family: "ProximaNovaRegular";
  color: rgb(11, 106, 172);
  line-height: 1.424;
  text-align: center;
}


/*-----------services----------*/
.services_carousel{
  box-shadow: 0px 8px 34px #ddd;
}

.services_carousel h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.services_carousel span{
  color: #979799;
}

.services_carousel .service-underline{
  margin: 0 auto;
}

.services_carousel .carousel-inner {
    position: relative;
    width: auto;
    overflow: hidden;
    bottom: 0;
    top: 0px;
    padding-bottom: 28px;
}

.services_carousel .list-group{
  text-align: center;
  background-color: #e0f0ec;
  margin-bottom: 0px;
}

.services_carousel .list-group li:before{
    content:"";
    display: block;
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 132px;
    bottom: -20px;
    border: 1px solid rgb(11, 106, 172);
    border-width: 0 0 0 1px;
}
.services_carousel .list-group li:last-child:before{
    content:"";
    display: block;
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 0px;
    bottom: 0px;
    border: none;
    border-width: 0 0 0 1px;
}

.services_carousel .list-group img{
  margin: 0 auto;
}

/*.services_carousel .list-group-item:first-child img{
  background-image: url('../images/service_carousel_active.png');
  background-repeat: no-repeat;
  padding: 27px;
  z-index: 5;
}*/

.services_carousel .list-group-item img{
  background-image: url('../images/service_carousel.png');
  background-repeat: no-repeat;
  padding: 27px;
  z-index: 5;
}

.services_carousel .list-group-item.active, .services_carousel .list-group-item.active:focus, .services_carousel .list-group-item.active:hover {
    z-index: 5;
    color: #fff;
    background-color: #e0f0ec;
    border-color: #e0f0ec;
}

.services_carousel .list-group-item.active .truck-item, .services_carousel .list-group-item.active:focus .truck-item{
    content: url('../images/small_truck_active.png');
    background-image: url('../images/service_carousel_active.png');
    background-repeat: no-repeat;  
}



.services_carousel .list-group-item.active .warehouse-item, .services_carousel .list-group-item.active:focus .warehouse-item{
    content: url('../images/warehousing_active.png');
    background-image: url('../images/service_carousel_active.png');
    background-repeat: no-repeat;
    
}

.services_carousel .list-group-item.active .clearence-item, .services_carousel .list-group-item.active:focus .clearence-item{
    content: url('../images/clearence_active.png');
    background-image: url('../images/service_carousel_active.png');
    background-repeat: no-repeat;
      
}

.services_carousel .list-group-item.active .door-item, .services_carousel .list-group-item.active:focus .door-item{
    content: url('../images/door-to-door_active.png');
    background-image: url('../images/service_carousel_active.png');
    background-repeat: no-repeat;
  
}

.services_carousel .list-group-item {
    position: relative;
    display: block;
    padding: 18px 15px;
    margin-bottom: -1px;
    background-color: #e0f0ec;
    border: 1px solid #e0f0ec;
}

.services_carousel .carousel-inner>.item>a>img, .services_carousel .carousel-inner>.item>img {
    line-height: 1;
    width: 69%;
}

.services_carousel .carousel-control {
    position: absolute;
    top: inherit;
    bottom: 1px;
    left: 0px;
    width: 3%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 10px 15px 10px 11px;
}

.services_carousel .carousel-control.left {
     background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background-color: #0b6aac;
    
}

.services_carousel .carousel-control.left span{
  color: #fff;
}

.services_carousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    background-color: #0b6aac;
}

.services_carousel .carousel-control.right span{
  color: #fff;
}

.services_carousel .carousel-caption {
position: relative;
left: 0;
right: 0;
text-shadow: none;
}

.services_carousel .carousel-caption h4 {
  font-size: 30.551px;
  font-family: "ProximaNovaBold";
  color: rgb(11, 106, 172);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.113;
  text-align: center;
}

.services_carousel .carousel-caption p {
  font-size: 17px;
  font-family: "ProximaNovaLight";
  color: rgb(94, 95, 97);
  line-height: 1.647;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}


.services_carousel .left-caption{
  position:absolute;
  top: 0%;
  bottom: 29%;
  right: 0%;
  width: 31%;
  background-color: #0b6aac;
}

.services_carousel .left-caption:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #0b6aac;
    left: -15px;
    top: 45%;
}

.services_carousel .left-caption h1{
  font-size: 30.551px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  line-height: 1.113;
  text-align: center;
  padding-top: 30%;
}

.services_carousel .left-caption img{
  margin: 0 auto;
}

#serviceCarousel .col-md-4, #serviceCarousel .col-md-8{
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel-fade{
  padding-top: 30px;
}

.services_carousel .left-caption .carousel-inner>.item>a>img, .services_carousel .left-caption .carousel-inner>.item>img {
    line-height: 1;
    width: auto;
}

.our_process{
  padding-bottom: 30px
}

.our_process img{
  margin: 0 auto;
}

.our_process .service-arrow{
  margin-top: 45px;
}

.our_process h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.our_process span{
  color: #979799;
}

.our_process h3 {
  font-size: 20px;
  font-family: "ProximaNovaSemibold";
  color: rgb(9, 106, 168);
  text-transform: uppercase;
  line-height: 1.692;
  text-align: center;
}

/*
#serviceCarousel:before {
    height: 1.5px;
    width: 50%;
    background-color: #98c0da;
    position: relative;
    bottom: 0;
    top: 245px;
    left: 22%;
}*/

/*--------cargo_booking---------*/

.book_cargo h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.book_cargo span{
  color: #979799;
}

.book_cargo .col-md-12 img{
  margin: 0 auto;
}

.book_cargo ul{
  padding-left: 0px;
}

.book_cargo li:before{
  content: url(../images/list_img.png);
  padding-left: 0px;
  padding-right: 10px;
}

.book_cargo .pd15{
  padding-bottom: 30px;
}

.book_cargo .cargo_details{
  background-color: #e6f2ef;
  padding: 15px 30px 15px 25px;

}

.book_cargo .cargo_details li {
  font-size: 18px;
  font-family: "ProximaNovaLight";
  color: rgb(58, 59, 60);
  padding-top: 10px;
  /*line-height: 1.889;*/
  /*text-align: center;*/
}

.book_cargo .cargo_details li span{
  padding-left: 17px;
  color: rgb(58, 59, 60);
}

.book_cargo .cargo_details p {
  font-size: 18px;
  font-family: "ProximaNovaLight";
  color: rgb(58, 59, 60);
  line-height: 1.111;
  text-align: left;
}

.book_cargo .cargo_details a {
  font-size: 18px;
  font-family: "ProximaNovaSemibold";
  color: rgb(11, 106, 172);
  line-height: 2;
  padding-left: 5px;
  text-decoration: none;
}

.book_cargo  .cargo-hr{
  border-top: 1px solid #cad1cf;
}

.book_cargo .form-control{
  border-radius: 2px;
  font-size: 13px;
  font-family: "ProximaNovaRegular";
  color: rgb(161, 164, 163);
  line-height: 2.615;
}

.book_cargo .text-color{
  border-radius: 2px;
  font-size: 13px;
  font-family: "ProximaNovaSemibold";
  color: rgb(11, 106, 172);
  line-height: 1.615;
  -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
  background-image:url('../images/booking_select_arrow.png');
  background-repeat: no-repeat;
  background-position:right;  
  padding-right: 26px;
}

.book_cargo .text-color::-ms-expand{
    display: none;
}

.book_cargo label {
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  color: rgb(11, 106, 172);
  line-height: 2.615;
}

.book_cargo .pd15 span {
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  color: rgb(109, 110, 112);
  line-height: 2.615;
  padding-left: 4px;
}

.book_cargo .radio-btn{
  margin:4px 5px 4px;
}

.book_cargo .booking_details_row{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.book_cargo .btn-div{
  position: absolute;
  bottom: 27px;
  right: 0px;
}

.book_cargo .btn-primary {
  font-size: 13px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 2px;
  text-align: center;
  background-color: #0b6aac;
  border-color: #0b6aac;
}


/*--------career---------*/



.career_cargo h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.career_cargo span{
  color: #979799;
}

.career_cargo img{
  margin: 0 auto;
}

.career_cargo .row .col-md-3 h3{
  font-size: 21px;
  font-family: "ProximaNovaLight";
  color: rgb(11, 106, 172);
  line-height: 1.238;
  text-align: center;
  background-color: #e6f2ef;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 45px 0px 45px 0px;
}

.career_cargo .form-control{
  border-radius: 2px;
}

.career_cargo .career_pd15{
  padding-bottom: 25px;
  padding-right: 15px;
}

.career_cargo label {
  font-size: 14px;
  font-family: "ProximaNovaRegular";
  color: rgb(104, 106, 106);
  line-height: 2.429;
}


.career_cargo .btn-primary {
  font-size: 13px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 2px;
  text-align: center;
  background-color: #0b6aac;
  border-color: #0b6aac;
}

.career_cargo .career_cargo_form{
  padding-top: 30px;
  padding-bottom: 30px;
}

/*------------contact us--------*/

.contact-map{
  padding-left: 0px;
  padding-right: 0px;
}

.contact-map h3{
  font-size: 25px;
  font-family: "ProximaNovaSemibold";
  color: rgb(11, 106, 172);
  line-height: 0.64;
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact-map .contact-pd15{
  padding: 10px 15px 15px 15px;
}

.contact-map .contact-info{
  background-image: url(../images/contact-info-bg.jpg);
  background-repeat: no-repeat;
}

.contact-map .contact-info h3{
  font-size: 25px;
  font-family: "ProximaNovaSemibold";
  color: rgb(255, 255, 255);
  padding: 20px 30px;
}

.contact-map .contact-info ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type:none;
}

.contact-map .contact-info ul li{
  padding: 18px 30px;
}

.contact-map .contact-info .location p {
    margin: -20px 25px 9px;
    font-size: 16px;
    font-family: "ProximaNovaLight";
    color: rgb(255, 255, 255);
    line-height: 1.188;
}

.contact-map .contact-info .call-details a {
    padding-left: 7px;
    padding-right: 7px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "ProximaNovaLight";
    color: rgb(255, 255, 255);
    line-height: 1.188;
    text-decoration: none;
}

.contact-map .contact-info .call-details span{
  color: rgb(255, 255, 255);
}

.contact-map .contact-info .mail-info a{
  font-size: 16px;
  font-family: "ProximaNovaLight";
  color: rgb(255, 255, 255);
  line-height: 1;
  padding-left: 7px;
  text-decoration: none;
}

.contact-map .contact-form{
  padding-left: 40px;
  padding-right: 40px;
}

.contact-map .contact-form .form-control{
  border-radius: 2px;
}

.contact-map .contact-info .social-icons{
  padding-bottom:45px;
}

.contact-map .contact-info .social-icons img{
  padding-left: 25px;
  padding-right: 15px;
}

.contact-map .contact-info-row{
    box-shadow: 0px 0px 20px #ddd;
    position: relative;
    top: -41px;
    background: #fff;
}

.contact-map .btn-primary {
  font-size: 13px;
  font-family: "ProximaNovaRegular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 2px;
  text-align: center;
  background-color: #0b6aac;
  border-color: #0b6aac;
}

.contact-map .contact-form .captcha-pd .btn{
  background-color: transparent;
  color: #0b6aac;
}

.contact-map .contact-form .captcha-pd{
  padding-top: 20px;
}

input[type=file] {
    display: block;
    width: 100%;
}

::-webkit-file-upload-button{
  padding: 7px 45px 7px 45px;
}

/*-------photo-gallary--------*/

.gallary-container {
  padding-bottom: 20px;
}


.gallary-container h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.gallary-container span{
  color: #979799;
}

.gallary-container img{
  margin: 0 auto;
}

.gallary-container ul{
  /*padding: 30px 0px 30px 0px;*/
}

.gallary-container ul li{
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  overflow: hidden;
}

/*.gallary-container ul li img{
  width: 340px;
  overflow: hidden;
}
*/
.gallary-img{
  position: relative;
  border: 0px solid #333;
  margin: 2%;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  width: 340px;
  height: 300px;
}

.gallary-img img{
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}

.gallary-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lg-download{
  display: none;
}

/*--------clients-------*/

.clients-container{
  padding-bottom: 30px;
}

.clients-container h1{
  font-size: 29px;
  font-family: "ProximaNovaBold";
  color: rgb(9, 106, 168);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 1.172;*/
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.clients-container span{
  color: #979799;
}

.clients-container img{
  margin: 0 auto;
}

.clients-container .col-md-3 img{
  box-shadow: 0px 0px 10px #ddd;
}


.clients-container .clients{
  padding: 30px 0px 10px 0px;
}


.hvr-float-shadow {
  padding-top: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}


.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.footer-bg .border{
  border-bottom: 1px solid;
}

.footer-bg .service-pd
{
  padding-left: 50px;
}

.our_services a{
  text-decoration: none;
}


.shrink{
  margin-top: -10px;
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
}

.online-form .form-error{
  position: absolute;
  bottom: -10px;
  color: #952624;
  left: 0;
  right: 0;
  font-size: 13px;
}

.online-form .has-error .help-block{
  color: #952624;
  font-size: 13px;
}

.our_specialization .what_we_do{
  padding-right: 95px;
}