body{
	font-size:15px;
	color:#000306;
	line-height:27px;
	font-family: 'Poppins', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
h1{
	font-size:60px;
}
h2{
	font-size:50px;
}
h3{
	font-size:40px;
}
h4{
	font-size:34px;
}
h5{
	font-size:25px;
}
h6{
	font-size:20px;
}
li{
	line-height:30px;
}
a:hover,a:focus{
	text-decoration:none;
	outline:0;
}
.logo-section{
	padding: 5px 0px;
	position: absolute;
    z-index: 9999;
    width: 100%;
    background:#35394094;
     webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header-location{
	display: table;
	width:100%;
	padding-top:15px;
}
.header-location div:nth-child(1){
	display: table-cell;
	width:10%;
	vertical-align: middle;
	padding-right: 10px;
}
.header-location div:nth-child(2){
	display: table-cell;
	width:90%;
	font-size: 14px;
	font-weight:500;
}
.header-location div:nth-child(2) p{
	margin-bottom: 0px;
}
.menu{
    padding: 25px 0px 20px;
}
#all-menu{
    padding:10px 0px;
    /*background:#fff9;*/
}
.menu ul{
	list-style-type: none;
	margin-bottom: 0px;
	text-align: center;
	padding-left: 40px;
}
.menu ul li{
   display:inline-block;
      padding: 10px 30px 10px 20px;
   position:relative;
     float: left;
}
.menu ul li a{
	padding: 10px 0px;
	color:#fff;
	font-size: 14px;
	font-weight:500;
}
.menu ul li.active:before{
    content:'';
    position:absolute;
    left:0;
    top: 40%;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background:#E39C03;
}
.menu ul li:hover a{
    color:#E39C03;
}
.menu ul li:last-child{
       float: right;
}
.menu ul li:last-child a{
    background: #E39C03;
    border-radius: 2px;
    padding: 5px 20px;
}
.menu ul li:last-child:hover a{
    color:#fff;
}
.menu button{
    display:none;
}
.logo-section.stickyheader{
	position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    top: 0;
    right: 0;
    padding:0px;
    webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #1f2732;
}
.logo-section.stickyheader .logo img{
    width: 45%;
}

.logo-section.stickyheader .menu{
	    padding: 12px 0px 0px;
}
/* Mobile Menu */
.ed-mob-menu .mobile-dropdown:hover .dropdown-content {display: block;}

.ed-mob-menu .mobile-dropdown {
  /*  position:relative;*/
  /*display: inline-block;*/
}
.ed-mob-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-top: 4px solid #007cc2;
}
.ed-mob-menu {
    position: fixed;
    width: 100%;
    height: 55px;
    top:0;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
    z-index: 999;
    display: none;
}
.ed-mob-menu-con {
    width: 90%;
    margin: 0 auto;
}
.ed-mm-right {
    float: right;
    box-sizing: border-box;
    display:none;
}
.ed-micon {
    float: right;
}
.logo-section.stickyheader .ed-micon{
    margin-top:0px;
}
.logo{
    padding:10px 0px;
}
.ed-micon i {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    border-radius: 2px;
    margin-top: 22px;
    color: #fff;
    cursor: pointer;
}
.logo-section.stickyheader .ed-micon i {
    border: 1px solid #E39C03;
    color:#E39C03; 
}
.menu-bg .ed-micon i{
   border: 1px solid #000;
   color: #000;
   color: #FF6700;
}
.ed-mi-close i {
    width: 32px;
    height: 32px;
    border: 1px solid #E39C03;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    border-radius: 2px;
    margin-top: 10px;
    color: #E39C03;
    cursor: pointer;
    margin-left: 45px;
}
.ed-mm-inn {
    position: fixed;
    width: 75%;
    /*background: #fff;*/
    background: #1F2732;
    padding: 50px 5px 50px 0px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.32);
    right: -80%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index:99999;
}
.ed-mm-act {
    right: 0%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ed-mi-close {
    position: absolute;
    z-index: 99;
    margin: -50px 8px 8px -30px;
}
.ed-mm-inn ul {
    margin-top: 10px;
    list-style:none;
    position: relative;
    padding:0px;
}
.ed-mm-inn ul li a {
    display: block;
    /*border-bottom: 1px solid #ececec;*/
    border-bottom: 1px solid #656565;
    padding: 6px 0px 6px 35px;
    /*color:#000;*/
    color: #fff;
    cursor: pointer;
}
.ed-mm-inn ul li{
    position:relative;
}
.ed-mm-inn ul li:before {
    content: '';
    /*content: "\f178";*/
    background:url('../../img/favicon.png');
    position:absolute;
     background-size: contain;
    top: 10px;
     left: 7px; 
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    /*color: #FF6700;*/
    /*font-family: FontAwesome;*/
    text-align: center;
    line-height: 47px;
}
.ed-mm-inn ul li a:hover{
  text-decoration: none;
  color:#E39C03;
}
.ed-mm-inn .dropdown .dropbtn{
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 6px 0px 6px 25px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}
.slider .carousel .carousel-inner .carousel-caption{
    top: 26%;
    left: 8%;
    right: 8%;
	text-align: inherit;
}
.slider .carousel .carousel-inner .carousel-caption h3{
    font-size:50px;
    color:#fff;
    text-shadow: none;
    font-weight: 600;
    text-transform:uppercase;
    margin-top: 10px;
    margin-bottom:20px;
}
.slider .carousel .carousel-inner .carousel-caption p{
    text-shadow: none !important;
    color: #fff;
    font-weight:600;
}
.slider .carousel-control {
	width: 5%;
    top: 50%;
    opacity: 1;
    font-size: 30px;
}
.slider .carousel-control.left,.slider .carousel-control.right{
	background-image: inherit;
}
.banner-btn{
    margin-top:35px;
}
.banner-btn a{
    padding: 8px 20px;
    border-radius: 2px;
    background: #E39C03;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    border:2px solid #E39C03;
}
.banner-btn a:hover{
    border:2px solid #E39C03;
    color:#E39C03;
    background:transparent;
}
.banner-img-row{
    position: absolute;
    bottom: 12%;
    left: 8%;
    right: 8%;
}
.banner-img-col{
    position:relative;
}
.banner-img-col h4{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    left: 40px;
    color: #FFFFFF;
    font-weight: 500;
}
.section-bottom{
	margin-bottom: 60px;
}
.footer{
    background:url('../../img/footer.jpg');
    background-position: top;
    background-size: 100% 100%;
    padding-top: 50px;
    color: #fff;
    font-size:14px;
}
.footer-1{
    text-align:center;
}
.footer-1 img{
    margin-bottom:20px;
    margin: 0 auto;
}
.footer-links{
    margin-bottom: 0px;
    padding: 50px 0px;
}
.footer-links li{
    display:inline-block;
    position:relative;
    padding: 0px 25px;
    font-size: 15px;
}
.footer-links li:after{
    content:'';
    position:absolute;
    top:7px;
    right:0;
    width:2px;
    height:17px;
    background:#fff;
}
.footer-links li a{
    color:#fff;
}
.footer-links li a:hover{
    color:#E39C03;
}
.footer-links li:last-child:after{
   content:unset; 
}
.social-icons{
    padding-left:0px;
    margin-bottom: 60px;
}
.social-icons li{
    display:inline-block;
    margin-right: 15px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background:#ffffffe0;
    text-align: center;
    position: relative;
  overflow: hidden;
  z-index: 1;
}
/*.social-icons li:hover{*/
/*     background:#E39C03;*/
/*}*/
.social-icons li:hover a{
    color:#fff;
}
.social-icons li a{
    color:#000306;
}
.social-icons li a i{
     position: relative;
     color:#000306;
  transition: .5s;
  z-index: 3;
    line-height: 32px;
}
.social-icons li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:#E39C03;
  transition: .5s;
  z-index: 2;
}
.social-icons li:hover:before {
  top: 0;
}

.social-icons li:hover i {
  color: #fff;
  transform: rotateY(360deg);
}
.footer-bottom{
    color: #fff;
    padding:13px 0px;
    font-size:13px;
    border-top: 2px solid #a9a6a6;
}
.footer-bottom p{
    margin-bottom:0px;
    text-align:center;
}
.main-heading h5{
    font-size:14px;
    color:#FF6700;
    font-weight: 700;
}
.main-heading h3{
    font-size:40px;
    color:#282350;
    font-weight: 700;
    line-height: 45px;
    margin-bottom:20px;
}
.view-more{
    margin-top:30px;
}
.view-more a{
    padding: 12px 40px;
    border-radius: 30px;
    background: #6007F0;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
}
.view-more a:hover{
    color:#fff;
    background: #FF6700;
}

.who-we-are{ 
    background: #1F2732;
    padding: 50px 0px 70px;
    color:#fff;
    text-align:center;
}
.main-heading-white h4{
    color:#fff;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.main-heading-white h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #E39C03;
}
.heading-center{
    text-align:center;
}
.heading-center h4:after{
    right:0;
    margin:0 auto;
}
.who-we-are h6{
    font-size: 21px;
    margin-bottom: 25px;
}
.about-us-btn{
    margin-top:35px;
}
.about-us-btn a{
    border: 3px solid #E39C03;
    padding: 7px 45px;
    color: #fff;
    border-radius: 40px;
}
.about-us-btn a:hover{
    border-right: 5px solid #e29b03;
    border-left: 5px solid #e29b03;
}
.slider{
    background: #1f2732;
}
.what-we-do{
    background:url('../../img/what-we-do.jpg');
    background-position: top;
    background-size: cover;
    padding-top: 70px;
}
.what-we-heading{
    text-align: right;
}
.what-we-heading h5{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #E39C03;
}
.what-we-heading h4{
    font-size: 34px;
    color: #000306;
    line-height: 44px;
    font-weight: 500;
}
.we-do-list h5{
    color:#000306;
    font-size:17px;
    text-align:center;
    font-weight: 600;
}
.we-do-list{
    box-shadow: 0px 4px 10px #00000029;
    background: #fff;
    padding: 10px 0px;
    margin-bottom: 45px;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .30s ease-in;
    background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #E39C03 50%,
    #E39C03);
}
/*.we-do-list:hover{*/
/*    background:#E39C03;*/
/*    color:#fff;*/
/*}*/
.we-do-list:hover{
  background-position: 0 0;
  color:#fff;
}
.we-do-list:hover h5{
    color:#fff;
}
.what-we-col1{
    padding-right:30px !important;
}
.what-side-img{
    margin-top:24%;
}
.advanced-security{
    background:url('../../img/security-bg.png');
    background-position: top;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: -50px;
    margin-bottom: 30px;
}
.security-row {
    color:#fff;
    margin-bottom: 30px;
}
.security-row .col-md-2{
    padding:0px !important;
}
.security-row h5{
    padding: 24% 0px;
    /*text-align:center;*/
    font-size:35px;
    line-height: 43px;
}
.security-row p{
     padding: 28% 0px;
     font-size: 15px;
}
.security-row2 p,.security-row3 p{
    padding: 28% 0px;
}
.choose-points{
    box-shadow: 0px 2px 12px #00000029;
    padding: 20px 10px 15px;
    border-radius: 20px;
    margin-bottom:20px !important;
    background:#fff;
    transition: transform .2s linear, box-shadow .2s linear;
}
.choose-points:hover {
    transform: scale(1.02);
}
.choose-points img{
    margin: 0 auto;
}
.choose-points p{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    /*color: #E39C03;*/
    color: #000;
    font-weight: 500;
}
.choose-innercol1{
    margin-top:20%;
}
.choose-col1{
    background: url(../../img/choose-us-img.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 7%;
}
.choose-col2{
    padding-top: 10%;
    padding-left: 40px;
}
.choose-heading h4{
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.choose-heading h4:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width: 70px;
    height: 3px;
    background:#E39C03;
}
.choose-col2 p{
    margin-bottom: 20px;
}
.virtual-logistics{
    background:url('../../img/virtual.jpg');
    background-position: top;
    background-size: 100% 100%;
    padding: 9% 0px 16%;
    color: #fff;
    text-align: center;
}
.virtual-logistics{
    margin-bottom: 30px;
}
.virtual-logistics p{
   margin-bottom: 20px;
}
.counter-row{
    margin-top: -15%;
    text-align:center;
}
.counter-row .row{
    background: #fff;
    margin: 0px 23%;
    padding:20px 20px 30px;
    box-shadow: 0px 12px 13px #00000029;
}
.counter-row h5{
    padding: 0px 30px;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
}
.counters h6{
    font-weight: 700;
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 20px; 
    font-size: 24px
}
.counters h6:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    width: 35px;
    height: 3px;
    background:#E39C03;
}
.counters p{
        text-transform: uppercase;
}
.main-heading h4{
    position:relative;
    padding-bottom: 25px;
    margin-bottom:30px;
}
.main-heading h4:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    width: 80px;
    height: 3px;
    background:#E39C03;
}
.warehouse-heading p{
    text-align:center;
    padding: 0px 20% 30px;
    font-weight: 500;
}
.home-contact h4{
    text-align:center;
    margin-bottom: 40px;
}
.clients{
    background:#F5F5F5;
    padding: 40px 0px;
}
.client-slider img{
    width: auto !important;
    margin: 0 auto;
}
.home-contact .form-control{
    background: #ECECEC;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    box-shadow: none;
    height: auto;
    padding: 10px;
    margin-bottom: 30px;
}
.home-contact .btn-submit{
    border: 3px solid #E39C03;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 7px 35px;
    border-radius: 40px;
    background: #fff;
    transition: all .30s ease-in;
}
.home-contact .btn-submit:hover{
     background: #E39C03;
     color:#fff;
}
.warehouse-slider.owl-theme .owl-dots .owl-dot span{
    width: 40px;
    height: 5px;
}
.warehouse-slider.owl-theme .owl-dots{
    margin-top: 30px !important;
}
.warehouse-slider.owl-theme .owl-dots .owl-dot.active span, .warehouse-slider.owl-theme .owl-dots .owl-dot:hover span{
    background:#E39C03;
}
#contactForm{
        margin-bottom: 0px;
}
.contact-table{
    display:table;
    width:100%;
    margin-top:30px;
}
.contact-table div{
    display:table-cell;
    vertical-align: top;
}
.contact-table div:nth-child(1){
    width:20%;
}
.contact-table div:nth-child(2){
    width:80%;
    color: #e39c03;
    font-weight: 500;
    font-size: 19px;
    line-height: 35px;
}
.contact-form .form-control{
    background: #ECECEC;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    box-shadow: none;
    height: auto;
    padding:13px 10px;
    margin-bottom: 20px;
}
.contact-form .btn-submit{
    background-color: #E39C03;
    margin-top:30px;
    border: 0;
    padding: 10px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: all .30s ease-in;
}
.contact-form-heading h6{
    text-transform:uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #E39C03;
}
.contact-form-heading h4{
    font-size: 50px;
    font-weight: 600;
    margin: 40px 0px;
}
.contact-form-heading h4 span{
    background: #f8e7c1;
    color: #E39C03;
    padding: 0px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
}
.contact-form-heading p{
    color: #969292;
    font-size: 17px;
    margin-bottom: 45px;
}
.contact-heading h4{
    margin-bottom: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-heading p{
    color: #969292;
    font-size: 15px;
    margin-bottom: 20px;
}
body.mobile-on .mobile-div{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    background:#353535bf;
}
.btn-map{
    margin-top: 30px;
    border: 2px dashed #E39C03;
    background: transparent;
    padding: 10px 20px;
    font-weight: 600;
    color: #E39C03;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}
.btn-map:hover,.btn-map:visited,.btn-map:focus{
     color: #E39C03;
}
.btn-map:focus,.btn:active:focus{
    outline:0;
}
.contactmap.modal{
    z-index: 999999;
    padding-right:0px;
}
.contactmap .modal-content .close{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 18px;
    right: 13px;
    background: #bfbebe;
    box-shadow: 0px 0px 10px #cecdcd;
    z-index: 999;
    border-radius: 20px;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}
.contactmap .modal-body{
    padding:0px;
}
.contactmap .modal-dialog{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
     position: fixed;
  right: -320px;;
    align-items: start;
    -webkit-box-align: start;
    height: 100%;
    margin:0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
	transition: opacity 0.3s linear, right 0.3s ease-out !important;
}
.modal.contactmap.fade.in .modal-dialog {
		right: 0;
	}
body.modal-open{
    overflow-y:scroll;
        padding-right:0px !important;
}
.about-heading{
    text-align:right;
}
.about-heading h4{
    line-height: 43px;
}
.opportunity-row1{
    margin-bottom:40px;
}
.what-we-row{
    background:#273D95;
    color:#fff;
    padding:40px 0px;
}
.what-we-col{
    background:#3046a7;
    padding: 25px;
    margin-bottom:30px;
    height:305px;
}
.what-we-table{
    display:table;
    width:100%;
}
.what-we-table div{
    display:table-cell;
    vertical-align: middle;
}
.what-we-table div:nth-child(1){
    width:50%;
    position:relative;
}
.what-we-table div:nth-child(2){
    width:50%;
}
.what-we-table div:nth-child(1) h4{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}
.what-we-table div:nth-child(1) img{
    margin: 0 auto;
}
.what-we-table div:nth-child(1) h5{
    width: 30px;
    height: 30px;
    position: absolute;
    background: #E39C03;
    bottom: -8px;
    right: 31px;
    margin: 0px;
}
.what-we-table div:nth-child(2) h3{
    text-align: right;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #fdfdfd4d;
    margin-top: 0px;
    margin-bottom: 0px;
}
.what-we-col h6{
    font-size: 18px;
    padding: 25px 0px 15px;
    margin: 0px;
}
.what-we-col span{
    border-bottom: 3px dashed #e39c03;
    width: 40%;
    height: 1px;
    display: block;
}
.what-we-col p{
    margin-top: 20px;
    margin-bottom:0px;
}
.tab-heading ul{
    float:none;
    margin-top: -39%;
    margin-left: -13%;
}
.tab-heading ul li{
    float:none;
    display:inline-block;
    padding-right:30px;
    position:relative;
}
.tab-heading ul li:after{
    content:'';
    width: 38px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: -8px;
    background:#DEDBD5;
}
.tab-heading ul li:last-child:after{
    content:unset;
}
.mission-content{
    padding: 50px 60px 35%;
    margin-left: -50%;
    background: #fff;
    margin-top: 65px;
}
.mission-content h3{
    font-size:34px;
    font-weight:600;
    margin-bottom:30px;
    margin-top: 0px;
}
.tab-heading .nav-pills>li>a{
    border:3px solid #DEDBD5;
     background:transparent;
     color:#353940;
     padding: 5px 20px;
    border-radius: 0px;
    font-weight:600;
    text-transform:uppercase;
}
.tab-heading .nav-pills>li.active>a,.tab-heading .nav-pills>li.active>a:focus, .tab-heading .nav-pills>li.active>a:hover{
    border:3px solid #E39C03;
    color:#E39C03;
    background:transparent;
}
.testimonial-row{
    background:#E39C03;
    padding:60px 0px;
}
.client-col1{
    color:#fff;
    text-align:center;
}
.client-col1 h4{
    margin: 0px 20%;
    line-height: 65px;
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: capitalize;
}
.client-col1 h6{
    font-size: 16px;
    margin-top: 0px;
}
.client-service-btn{
    margin-top:45px;
} 
.client-service-btn a{
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    padding: 9px 25px;
}
.testimonial-img img{
    width:auto !important;
    border: 4px solid #E39C03;
    border-radius: 50%;
}
.testimonial-slider .item{
    background: #fff;
    padding: 40px;
    position:relative;
}
.testimonial-slider .item:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 23px solid #ffffff;
    border-left: 27px solid transparent;
    position: absolute;
    bottom: -22px;
    z-index: 99999;
    right: 40px;
}
.testimonial-content h6{
    font-size:15px;
    margin-top:30px;
}
.testimonial-slider.owl-theme .owl-dots{
    text-align: left;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span{
    width:30px;
    height:5px;
    background:#000306;
} 
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span{
    background:#fff;
} 
.testimonial-slider.owl-carousel .owl-stage-outer{
        padding-bottom: 30px;
}
.services-list{
    box-shadow:0px 0px 15px #00000029;
    text-align:center;
    margin-bottom:50px !important;
}
.service-img-div{
    position:relative;
}
.service-icon-heading{
    position: absolute;
    top: 23px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    padding: 30px;
    background: #014b8acc;
    color: #fff;
    transition: all 0.20s ease-out;
}
.service-icon-heading img{
    margin: 0 auto;
    margin-bottom: 25px;
}
.service-icon-heading h5{
    line-height: 35px;
    font-size: 22px;
}
.service-content p{
    padding: 20px 20px 15px;
    margin-bottom: 0px;
}
.service-content .service-view-btn{
      transition: all 0.40s ease-out;
}
.service-content .service-view-btn a{
    padding: 15px;
    color:#1F2732;
    font-size:15px;
    text-transform:uppercase;
    font-weight: 600;
    display:block;
}
.services-list:hover .service-icon-heading{
    top: 0px;
    left: 0px;
    right: 0px;
    /*height: 100%;*/
    margin:0;
    padding:53px;
}
/*.services-list:hover .service-content {*/
/*     background: #014b8acc;*/
/*}*/
/*.services-list:hover .service-content p{*/
/*    color:#fff;*/
/*}*/
.services-list:hover .service-view-btn{
    background:#E39C03;
}
.services-list:hover .service-view-btn a{
    color:#fff;
}
.tab-content h6{
    margin:20px 0px;
    line-height:34px;
}
.tab-content img{
     margin-bottom:20px;
}
.service-heading h4{
    margin-bottom:25px;
    font-size: 35px;
    font-weight: 600;
}
.service-heading h4 span{
    color:#E39C03;
}
.categories-service{
    background:#f0f0f0;
     margin:0px 25px 30px; 
}
.service-tabs h4{
    font-size:18px;
    color:#1F2732;
    border-bottom:2px solid #014B8A;
    padding:20px;
    font-weight:700;
}
.service-tabs ul{
     padding:0px 20px 20px;
}
.service-tabs ul li{
    float:none;
}
.service-tabs ul li a{
    color:#1F2732;
    font-weight: 600;
    padding: 5px;
}
.service-tabs ul li a:hover{
    background:transparent;
    color:#E39C03;
}
.service-tabs .nav-pills>li.active>a,.service-tabs .nav-pills>li.active>a:focus, .service-tabs .nav-pills>li.active>a:hover{
    background:transparent;
    color:#E39C03;
}
.service-contact{
   background:url('../../img/services/contact-bg.jpg');
    background-position: top;
    background-size: 100% 100%;  
    color:#fff;
    padding:30px 30px 40px;
     margin-bottom:30px !important;
     margin:0px 25px;
}
.service-contact h5 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
    margin-top: 0px;
    margin-bottom:20px;
}
.service-contact h5 span{
     color:#E39C03;
}
.service-contact-btn{
    margin-top:35px;
    text-align:center;
}
.service-contact-btn a{
    background:#E39C03;
    padding:7px 20px;
    color:#fff;
    font-weight: 500;
}
.gallery-images img{
    margin-bottom:25px;
}
#popup-contact .modal-body{
    background:url('../../img/bg-map2.png');
    background-position: top;
    background-size: 100% 100%;  
}
#popup-contact.modal{
    z-index: 999999;
    padding-right:0px;
    background: #e6e6e6;
}
#popup-contact .modal-content .close{
    position: absolute;
    top: 18px;
    right: 13px;
    z-index: 999;
    border-radius: 20px;
    opacity: 1;
    color: #000;
    font-weight: 500;
    font-size: 40px;
}
#popup-contact .modal-body{
       padding: 45px;
}
#popup-contact .modal-dialog{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
     position: fixed;
      right: -320px;;
    align-items: start;
    -webkit-box-align: start;
    width:60%;
    height: 100%;
    margin:0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
	transition: opacity 0.3s linear, right 0.3s ease-out !important;
}
#popup-contact.fade.in .modal-dialog {
    top: 35px;
	right: 0;
    left: 0;
    margin: 0 auto;
}
#popup-contact .modal-header{
	 border:0;
	 padding:0;
}
#popup-contact .form-control{
	font-size: 13px;
    line-height: 20px;
    padding: 12px 12px;
    border-radius: 0px;
    margin-bottom: 30px;
    height: auto;
    box-shadow: none;
}
#popup-contact .form-control:focus{
    border:1px solid #E39C03;
    box-shadow:none;
}
#popup-contact	.modal-header h4{
	padding:20px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	}
#popup-contact .btn-submit{
	background-color: #E39C03;
    margin-top: 30px;
    border: 0;
    padding: 10px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: all .30s ease-in;
}
#popup-contact .modal-content{
    border-radius:0px;
      box-shadow:none;
}
@media(max-width:1600px){
    .security-row h5{
    font-size:35px;
}
}
@media(max-width:1366px){
    .security-row h5{
    font-size:30px;
}
}
@media(max-width:1080px){
    .choose-points p{
        font-size: 11px;
    }
    .counters p{
        font-size: 13px;
    }
    .warehouse-heading p{
        padding: 0px 14% 30px;
    }
    .banner-img-col h4{
        font-size: 15px;
    }
    .we-do-list h5{
        font-size: 15px;
    }
    .security-row h5 {
    font-size: 24px;
    }
    .what-we-table div:nth-child(1) h5{
        right: 9px;
    }
    .mission-content{
        margin-top: 25px;
    }
    .tab-heading ul{
        margin-top: -34%;
    }
    .service-icon-heading h5{
        line-height: 26px;
       font-size: 16px;
    }
    .service-icon-heading{
        top: 13px;
           padding: 25px 30px;
    }
    .services-list:hover .service-icon-heading{
        padding: 36px 47px;
    }
    .service-contact{
        margin: 0px 15px;
    }
    .categories-service{
        margin: 0px 15px 30px;
    }
}
@media(max-width:991px){
    .menu{
    display:none;
}
.ed-mm-right{
    display:block;
}
.logo img, .logo-section.stickyheader .logo img {
    width:60%;
}
.dropdown-header{
    padding:0px;
    font-size:16px;
    font-weight:600;
}
.dropdown-header a{
    color:#000 !important;
}
.dropdown-content{
    height: 300px;
    overflow-y: scroll;
    left:0;
    width:300px;
    box-shadow:0px 0px 0px;
}
.vision-row{
    height:auto;
}
.logo-section{
  padding: 0px !important;
}
.logo{
    padding: 5px 15px;
}
.we-do-list{
    margin-bottom: 25px;
}
.security-row h5{
    font-size: 19px;
}
.security-row p{
        font-size: 13px;
}
.choose-innercol1{
    margin-top:0px;
}
.choose-col2 {
    padding-top: 0%;
    padding-left: 15px;
}
.counter-row .row{
    margin:0;
}
.warehouse-heading p {
    padding: 0px 0% 30px;
}
.opportunity-row1 {
    margin-bottom: 10px;
}
.about-heading{
    text-align:center;
}
img{
    margin:0 auto !important;
}
.opportunity-row1 img{
    margin-top:15px !important;
     margin-bottom:15px !important;
}
.what-we-table div:nth-child(1) h5 {
    right: 71px;
}
.mission-content,.tab-heading ul{
    margin-left:0px;
}
.mission-content{
    padding: 0px;
}
.tab-heading ul{
    margin-top:0px;
}
.client-col1 h4{
    margin-bottom: 15px;
    margin: 0px;
}
.client-service-btn {
    margin-top: 25px;
    margin-bottom: 30px;
}
.testimonial-content,.testimonial-slider.owl-theme .owl-dots{
    text-align:center;
}
.services-list:hover .service-icon-heading {
    padding: 61px 47px;
}
.service-icon-heading h5{ 
    line-height: 30px;
    font-size: 19px;
}
.service-row-change{
    display:table-row-group;
}
.service-col-change1{
    display: table-footer-group;
}
.service-col-change2{
    display: table-header-group;
}
.service-contact {
    margin: 0px;
}
.categories-service{
    margin: 0px 0px 30px;
}
.section-bottom{
    margin-bottom: 30px;
}
.tab-content img{
    margin:15px 0px !important;
}
.contact-table div:nth-child(1) img{
    margin: 0px !important;
}
.contact-table div:nth-child(1) {
    width: 9%;
}
.contact-table div:nth-child(2) {
    width:91%;
}
.contact-heading h4{
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-heading p{
    margin-bottom: 10px;
}
.contact-form .btn-submit{
    margin-top: 10px;
}
.gallery-images img{
    margin-bottom:15px !important;
}

}
@media(max-width:767px){
    .footer-bottom{
    text-align:center;
}
.logo img, .logo-section.stickyheader .logo img {
    margin: 0 !important;
}
.slider .carousel .carousel-inner .carousel-caption h3{
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
}
.slider .carousel .carousel-inner .carousel-caption p{
    font-size:12px;
}
.banner-btn {
    margin-top: 25px;
}
.services-list{
    margin: 0px 25%;
    margin-bottom:25px;
}
.services-list:hover .service-icon-heading {
    padding: 70px 47px;
}
.service-icon-heading {
    top: 45px;
}
.banner-img-row{
    bottom: 4%;
}
.what-we-heading{
    text-align:center;
}
.what-side-img{
    margin-top:0px;
}
.advanced-security{
    background-size: auto;
    background-repeat: no-repeat;
    margin-top:0px;
    padding-bottom: 15px;
}
.security-row h5 {
    padding: 0% 0px;
    font-size: 25px;
    text-align:center;
}
.security-row p{
    font-size: 16px;
    padding: 0% 0px;
}
.security-row2{
      display:table-row-group;
}
.security-rowcol1{
    display: table-footer-group;
}
.security-rowcol2{
    display: table-header-group;
}
.choose-points p {
    font-size: 15px;
}
.what-we-col{
    height: auto;
    margin: 0px 25%;
    margin-bottom:30px !important;
}
.what-we-table div:nth-child(1) h5 {
    right: 82px;
}
.footer-links li{
    padding: 0px 16px;
    font-size: 14px;
}
.services-list{
    margin-bottom: 30px !important;
}

.choose-col1{
    background:none;
}
.who-we-are{
    padding: 40px 0px 60px;
}
.what-we-do{
    padding-top: 30px;
}
.mission-content h3{
    margin-bottom:15px;
}
.tab-heading ul{
    text-align:center;
}
.service-tabs{
   display: flex;
    flex-direction: column;
}
.service-tabs .categories-service{
     display: flex;
     order:2;
    flex-direction: column;
}
.service-contact{
   display: flex;
   order:1; 
    flex-direction: column;
}
}
@media(max-width:700px){
    .what-we-table div:nth-child(1) h5 {
    right: 66px;
}
.services-list {
    margin: 0px 23%;
}
.services-list:hover .service-icon-heading {
    padding: 50px 60px;
    height: 100%;
}
.banner-img-row{
    position:unset !important;
    padding: 0px 10px;
    margin-top:20px;
}
.banner-img-col h4 {
  display:none;
}
.banner-btn a{
    padding: 3px 20px;
    font-size:13px;
}
.banner-img-col h4{
    bottom: 3px;
}
.slider .carousel .carousel-inner .carousel-caption p{
    margin-bottom:0px;
    line-height: 24px;
}
.slider .carousel .carousel-inner .carousel-caption h3{
    font-size: 17px;
    line-height: 15px;
    margin:5px 0px;
}
.banner-btn {
    margin-top: 15px;
}
.about-heading h4{
    font-size:27px;
}
.contact-table div:nth-child(1) {
    width: 15%;
}
.contact-table div:nth-child(2) {
    width: 85%;
}
}
@media(max-width:600px){
    .what-we-col{
       margin: 0px 20%; 
    }
    .services-list {
    margin: 0px 20%;
}
.service-icon-heading{
    padding: 25px 20px;
}
#popup-contact .modal-dialog{
    width:96%;
}
}
@media(max-width:550px){
    .what-we-col {
    margin: 0px 17%;
}
.service-icon-heading {
    top: 26px;
}
.counter-row h5{
    font-size: 19px;
    padding: 0px 0px;
    line-height: 35px;
}
}
@media(max-width:500px){
    .what-we-col {
    margin: 0px 14%;
}
.social-icons{
    margin-bottom: 30px;
}
.footer-links li{
    padding: 0px 10px;
    font-size: 12px;
}
.services-list {
    margin: 0px 15%;
}
.who-we-are h6{
    font-size: 19px;
    line-height:30px;
}
.main-heading-white h4 {
    font-size: 27px;
    padding: 0px 36px;
    line-height: 38px;
    padding-bottom: 17px;
}
.virtual-logistics{
    background-size: auto;
}
.tab-heading .nav-pills>li>a{
    padding: 5px 12px;
}
.service-icon-heading {
    padding: 35px 30px;
}
.service-icon-heading h5{
    font-size: 17px;
}
.contact-form-heading h4{
    font-size: 40px;
    margin: 30px 0px;
}
h4{
    font-size: 27px;
}
.service-icon-heading {
    top: 15px;
}
.client-col1 h4{
    line-height: 50px;
    font-size: 30px;
}
.testimonial-row{
    padding: 40px 0px;
}
}

@media(max-width:420px){
  .what-we-table div:nth-child(1) h5 {
    right: 43px;
}  
.services-list {
    margin: 0px 0%;
}
.service-icon-heading {
    padding: 45px 40px;
}
.choose-points p {
    font-size: 13px;
}
}
@media(max-width:400px){
    .what-we-col {
    margin: 0px 0%;
}
.what-we-table div:nth-child(1) h5 {
    right: 82px;
}

.service-icon-heading {
    top: 27px;
}
.tab-heading .nav-pills>li>a {
    padding: 0px 12px;
    font-size: 12px;
}
}
@media(max-width:390px){
    .service-icon-heading {
    top: 20px;
}
}