@font-face {
  font-family: Aptos;
  src: url(../assets/layout/fonts/aptos.ttf);
}
@font-face {
  font-family: 'Aptos';
  src: url(../assets/layout/fonts/aptos.ttf);
}
/*@font-face {
  font-family: 'Aptos';
  src: url(../assets/layout/fonts/aptos-bold.ttf);
}
@font-face {
  font-family: 'Aptos';
  src: url(../assets/layout/fonts/aptos-extrabold.ttf);
}*/
@font-face {
  font-family: 'Aptos Light';
  src: url(../assets/layout/fonts/aptos-light.ttf);
}
@font-face {
  font-family: 'Aptos SemiBold';
  src: url(../assets/layout/fonts/aptos-semibold.ttf);
}
html{
  overflow-x: hidden;
}

.tp-fullwidth-forcer{
  height: 496px;
}
.notificationsMenu{
  max-height:290px; 
  overflow:scroll;
  min-width: 250px;
}
.notificationsMenu li .newNoti{
  float: left;
  background-color: transparent; 
  padding: 4px 0 0;
}
.notificationsMenu li img{
  width: 20px;float: right;padding-top: 5px;
}
/*Service Page*/
.serviceTab{
  background-color: #fff;
}
.serviceTab table{
	min-height: 250px;
	color: #7D7D7D;
}
.servAdvSearch{
  padding: 70px 0 40px;
}
.servAdvSearch label{
	color: #7D7D7D;
}
.dropdown-notification .badge.badge-default{
	z-index: 999999;
}
header {
    position: relative;
    background-color: transparent;
}

h1{
  font-family: 'Aptos';
  font-weight: 900;
  font-size: 42px !important;
}
/*blogs page*/
.blogSec{
               		padding: 23px 0;
               		/*background-color: #EDEEEF;*/
               	}
               	.blogSec .listContent h3,
               	.blogSec .topContent h3{
               		font-family: 'Aptos';
               		font-size: 25px;
               		margin: 0;
               	}
               	.blogSec .listContent h4,
               	.blogSec .topContent h4{
               		font-family: 'Aptos';
               		font-size: 18px;
               		margin: 12px 0 16px;
               	}
               	.blogSec .listContent p,
               	.blogSec .topContent p{
               		font-family: 'Aptos SemiBold';
               		font-size: 15px;
               		margin: 0 0 21px;
               	}
               	.blogSec .topContent img {
				    border-radius: 6px;
				    margin-bottom: 19px;
				}
               	.badge{
               		padding: 5px 10px;
               		font-family: 'Aptos Light';
               	}
               	.badge.badge-purple{
               		background-color: #B89AD8;
               	}
               	.badge.badge-success{
               		background-color: #7FDABC;
               	}
               	.blogSec .listContent a,
               	.blogSec .topContent a{
               		font-size: 18px;
               		font-family: 'Aptos';
               	}
               	.blogSec .listContent a i,
               	.blogSec .topContent a i{
               		margin-left: 2px;
               	}
               	.blogSec .listContent,
               	.blogSec .topContent{
	               	border-bottom: 1px solid #e3e3e3;
	    			padding-bottom: 10px;
	    			margin-bottom: 20px;
	    		}
               	.blogSec .listContent img {
				    border-radius: 6px;
				    height: 150px;
    				width: 146px;
               	}
               	.blogSec .listContent h3{
               		font-size: 19px;
               	}
               	.blogSec .listContent .leftCont{
               		display: flex;
               		justify-content: space-between;
               		align-items: flex-end;
               	}
               	.blogSec .dateCont{
               		margin-bottom: 24px;
               	}
               	.blogSec .dateCont h3{
					font-size: 18px;
               		font-family: 'Aptos';
               		margin: 0;
               	}
               	.blogSec .dateCont p{
					font-size: 15px;
               		font-family: 'Aptos SemiBold';
               		margin: 0;
               	}
               	#cat_carousel{
               		overflow: hidden;
               		margin-top: 10px;
               	}
               	#cat_carousel a{
               		font-family: 'Aptos SemiBold';
               		font-size: 16px;
               		color: #655a5c;
               	}
               	#cat_carousel .catTitle{
               		display: flex;
               		justify-content: space-between;
               		align-items: center;
               	}
               	#cat_carousel .owl-buttons .owl-prev {
				    background: url(css/images/angle_right.png) no-repeat;
				    left: auto;
				    right: -3%;
				    height: 20px;
				    width: 20px;
				    position: absolute;
				    top: 13px;
				}
				#cat_carousel .owl-buttons {
				    opacity: 1;
				    top: -31px;
				    right: -15px;
				}
				#cat_carousel .owl-item {
			        float: left!important;
			    }

        .newsticker{ 
          margin: auto;
          text-align: center;
          list-style: none;
          height: 20px;
          overflow: hidden;
        }
        .newsticker li a{
          color: #fff;
        } 
        

			    

/*Shipment Detail page*/
.shipDetailSec{
		padding: 23px 0;
		/*background-color: #EDEEEF;*/
	}
	.shipDetailSec .topContent h3{
		font-family: 'Aptos';
		font-size: 25px;
		margin: 0;

	}
	.shipDetailSec .topContent h4{
		font-family: 'Aptos';
		font-size: 18px;
		margin: 7px 0 24px;
	}
	.shipDetailSec .topContent p{
		font-family: 'Aptos';
		font-size: 15px;
		margin: 0;
	}
	.accordionCont{
		margin: 18px 0;
	}
	.accordionCont .panel-heading{
		border: none;
	}
	.accordionCont .panel-title{
		font-family: 'Aptos';
		font-size: 17px;
	}
	.accordionCont .panel-title a .indicator{
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}
	.accordionCont.panel-group .panel {
	    border-radius:0px;
	    border: none;
	    border-bottom: 1px solid #dededf;
	    margin-bottom: 15px;
		box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;

	}

	.accordionCont .panel-default .panel-collapse .panel-body ul{
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	.accordionCont .panel-default .panel-collapse .panel-body ul a{
		display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
	}
	.accordionCont .panel-default .panel-collapse .panel-body ul a:hover{
		text-decoration: underline;
		color: #848487;
	}




/*BLog Detail*/
.post-content-section p{
  font-size: 17px;
  line-height: 25px;
}

/*index page*/


    
    /*@import url('assets/layout/fonts/aptos.ttf');*/
    body{
      font-family: 'Aptos';
    }            
   	header{
   		padding-top: 0!important;
   	}
   header  .navContent{
  display: flex;
  justify-content: center;
  align-items: center;
  float: none!important;
}
header div#top_line {
    color: #fff;
    font-size: 12px;
    border-bottom: none;
    padding: 10px 0;
    background: black;
}
#logo_home a, header.sticky #logo_home a, header#plain #logo_home a, header#colored #logo_home a {
    width: 190px !important;
    height: 40px !important;
    background-size: 190px 40px !important;
}
ul#top_links li{
  margin-right: 7px;
}
ul#top_links li:last-child{
margin: 0
}
ul#top_links .login{
  padding-left: 3px;
}
ul#top_links a:hover {
    color: #fff;
}            	
.shipSerSec{
  background-color: #EDEEEF !important;
  padding: 23px 0 30px !important; 
}
.shipSerSec .servicesContent{
  border-radius: 6px !important;
  border: 1px solid #DEDEDF !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  background-color: #fff;
  padding-bottom: 15px;
}
.shipSerSec .servicesContent a{
    font-weight: 600 !important;
}
.shipSerSec .servicesContent .read_more{
    font-size: 16px !important;
}
.shipSerSec .servicesContent .title{
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000 !important;
    padding-top: 19px;
}
.shipSerSec .servicesContent p{
  border-bottom: 1px solid #DEDEDF !important;
  margin: 14px 0 9px !important;
  padding-bottom: 12px !important;
  width: 90% !important;
  font-family: 'Aptos'; 
  min-height: 54px;                                           
}
.shipSerSec .servicesContent p strong{
  font-weight: 600 !important;

}
.shipSerSec .servicesContent img{
	min-height: 200px
}
.shipSerSec .shippingServices h2{
  font-weight: bolder !important;
  font-size: 40px !important;
  margin: 20 0 30 0 !important;
  text-align: center;
}
.shippingCard{
    position: absolute !important;
    z-index: 999 !important;
    width: 29% !important;
    right: 4% !important;
    top: 30% !important;
}
.shippingCard .tabbable-custom > .nav-tabs > li.active > a {
    color: #f5f3f3 !important;
    background: #cc0701 !important;
    font-weight: 400 !important;
}
.shippingCard .tabbable-custom > .nav-tabs > li.active > .maintabs{
    color: #f5f3f3 !important;
    background: #cc0701 !important;
    font-weight: 400 !important;
}
.shippingCard .tabbable-custom > .nav-tabs > li > .maintabs{
  background-color: #0a01013d !important;
  color: #fff !important;
}
.shippingCard ul li {
    width: 124px !important;
    text-align: center !important;
}
.shippingCard .tabbable-custom > .nav-tabs > li:first-child > a {
    font-weight: 400 !important;
    background-color: #0a01013d !important;
    color: #fff !important;
    border-radius: 0;
    margin-right: 0;
    border-top-left-radius: 6px;
}
.shippingCard .tabbable-custom > .nav-tabs > li:last-child > a {
    border-top-right-radius: 6px;

}
.shippingCard  .tab-list li:before, .shippingCard  .nav-tabs li:before {
    height: 0px;
    }
.shippingCard .tab-content {
    margin: 40px 0px 0px 0px !important;
    background-color: #fff !important;
    padding: 22px 0px 0px;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.shippingCard .tab-content .form-group {
	padding: 0 10px;
}
.shippingCard select.form-control,
.shippingCard input.form-control{
	border-radius: 4px !important;
}
.shippingCard .form-group.desiredservice{
	margin-bottom: 20px;
}
.shippingCard .form-group.trackShipment{
	margin-bottom: 50px;
}
.shippingCard .continueBtn {
    font-weight: 500;
    background: #cc0701 !important;
    color: #fff;
    text-align: center;
    width: 100%;
    border: none;
    padding: 21px 10px;
    font-size: 19px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}
.pac-container{
  z-index: 99999999999999999;
}
.banner-content {
    position: absolute;
    left: 6%;
    right: auto;
    z-index: 55;
    
    text-align: left;
    top: 30%;
    max-width: 690px;
    padding: 20px;
}
.banner-content h1 {
    line-height: 54px;
    font-size: 45px !important;
}  
.banner-content .goodThings{
	color: #ffffff;
	margin-top: 16px;
	font-size: 22px;
}
.banner-content .btn.joinUs{
    background: #cc0701;
    border-radius: 4px;
    padding: 14px 26px;
    /* margin: 44px 0; */
    margin: 20px 0 44px 0;
    border: 1px solid #cc0701;
    color: #fff;
    box-shadow: none;
    font-size: 17px;
    transition: all 0.5s ease-out;

}
.banner-content .btn.joinUs:hover {
  border: 1px solid black;
  background: black;
}
.storeContent{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.storeContent img{
	    height: 34px;
    margin-right: 30px;
}
.banner-content #social_header{
	float: none;
  /* margin-top: 87px; */
  margin-top: 60px;
}
.banner-content #social_header ul li a {
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border:none;
}
.banner-content #social_header ul li {
    width: 43px;
}
.banner-content #social_header ul li:nth-child(5) {
	display: none;
}
.tp-banner-container .tp-rightarrow,
.tp-banner-container .tp-leftarrow{
  display: none!important;
}
.shippingCard .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.shippingCard .form-control {
  height: 60px;
}

.shippingCard .floating-label {
      position: absolute;
    pointer-events: none;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    transition: top 0.3s, font-size 0.3s;
    color: #838385;
    font-weight: normal;
}

.shippingCard .form-control:focus + .floating-label,
.shippingCard .form-control:not(:placeholder-shown) + .floating-label {
  top: 15px;
  font-size: 11px;
  color: #838385;
}
.shippingCard .comment_widget{
  position: absolute;
    right: 0;
    bottom: -71px;
    background: #c70602;
    color: #fff;
    padding: 12px;
    font-size: 22px;
    border-radius: 50px;
}
.tp-banner-container{
  /*height: 75vh!important;*/
}


/*Time Line*/
.project-name {
  text-align: center;
  padding: 10px 0;
}

/* Header */
header {
  /*background: var(--secondary-color);*/
  /*padding: 10px;*/
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  background-color: transparent !important;
}
.header.header-in {
  background-color: #0000009e !important;

}
.header.header-in .main-menu > ul > li > a, 
.header.header-in .main-menu ul li a i {
    color: #fff!important;
}
header::after,
header::before {
  content: '';
  display: table;
}

header::after {
  clear: both;
}

header .logo {
  color: var(--primary-color);
  float: left;
  font-family: var(--base-font-title);
  font-size: 22px;
  font-weight: 500;
}

header .logo > span {
  color: lighten(var(--primary-color), 20%);
  font-weight: 300;
}

header .social {
  float: right;
}

header .social .btn {
  font-family: "Dosis";
  font-size: 14px;
  margin: 10px 5px;
}

/* Timeline */
/*@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700");*/

/* Variables */
:root {
  --bg-body: #f9f9f9;
  --red: #cc0701;
  --blue: #2b2e48;
  --primary-color: var(--red);
  --secondary-color: var(--blue);
}

/* Typography */
/*:root {
  --base-font: helvetica, arial, tahoma, verdana;
  --base-font-title: "Dosis", arial, tahoma, verdana;
  --base-font-color: #726f77;
}*/

/* Timeline */
:root {
  --timeline-color: var(--primary-color);
}

#timeline {
  transition: all 0.4s ease;
    display: flex;
    width: 100%;
    margin-top: 45px;
}

#timeline::before {
    content: "";
    width: 97%;
    height: 1px;
    background: var(--timeline-color); 
    left: 6px;
    top:  56%;
    position: absolute;
    margin: auto 14px;
    /*border: .4px solid #DADADB;*/
}


/*#timeline::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}*/

#timeline .timeline-item {
  position: relative;
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

#timeline .timeline-item::after,
#timeline .timeline-item::before {
  content: '';
  display: table;
}

#timeline .timeline-item::after {
  clear: both;
}

#timeline .timeline-item .timeline-icon {
  background: var(--timeline-color);
  width: 47px;
  height: 47px;
  position: absolute;
  top: 39.5%;
  left: 9%;
  overflow: hidden;
  margin-left: -23px;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon.gray{
  background: #47474B;
}
#timeline .timeline-item .timeline-icon i {
  position: relative;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 20px;
}

#timeline .timeline-item .timeline-content {
  transition: all 0.3s ease;
  margin-top: 160px;
}

#timeline .timeline-item .timeline-content p {
  margin: 0;
  line-height: 16px;
    font-size: 16px;
}
#timeline .timeline-item .timeline-content h2 {
  color: #000;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 20px;
}


#timeline .timeline-item .timeline-content.right {
  margin-top: 0;
}

#timeline .timeline-item .timeline-content.right:before {
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid var(--timeline-color);
}
.shipWithUsSec{
  padding: 44px 0;
  background-color: #EDEEEF;
}
.shipWithUsSec .title h2{
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  margin: 20 0 30 0 !important;
}

.newsSec{
  padding: 20px 0 40px;
}
.newsSec .title h2{
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  margin: 20 0 30 0 !important;
}
.newsSec .newsCont img{
  border-radius: 6px;
}
.newsSec .newsCont h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px;
}
.newsSec .newsCont p {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 5px;
  height: 60px;
  overflow: hidden;
}
.newsSec .newsCont .newstime{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid #DEDEDF;

}
.newsSec .newsCont .newstime i{
  margin-right: 5px;
}
.newsSec .readmore{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.newsSec .readmore a{
  font-weight: 200;
  font-size: 16px;
}
.recentNews{
  font-weight: 600;
  border-bottom: 1px solid #DEDEDF;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
.recentNewsCont{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom:20px;
}
.recentNewsCont img{
  border-radius: 6px;
  height: 60px;
  width: 110px;
}
.newsList{
  margin-left: 13px;
}
.newsList p{
	margin-bottom: 0;
	font-size: 18px;
}
.newsList a{
	color: #000;
}
.testimonialSec{
  padding: 6px 0 8px;
  background-color: #EDEEEF;
}
.testimonialSec .title h2{
  font-size: 28px;
  font-weight: 900;
}
.testimonialSec .testmCard.active{
  background: white;
  box-shadow: 0px 3px 9px rgb(252 252 252) !important;
}
.testimonialSec .testmCard{
	margin-top: 16px;
    border-radius: 6px;
    padding: 14px 15px;
    width: 90%;
}
.testimonialSec .testmCard .card-body{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.testimonialSec .testmCard img{
	height: 60px;
}
.testimonialSec .testmCard .profile{
	margin-left: 12px;
}
.testimonialSec .testmCard .profile h3{
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 20px;
}
.testimonialSec .testmCard .profile p{
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}
.testimonialSec .reviewCont{
	margin-top: 20px;
}
.testimonialSec .reviewCont .rating i{
	color: #FFBF00;
}
.testimonialSec .reviewCont h3{
	font-weight: 700;
	margin: 0 0 11px;
	font-size: 20px;
}
.testimonialSec .reviewCont p{
	font-size: 18px;
	margin: 30px 0 0;
}
.p-r-15{
	padding-right: 15px !important;
}
.partnersSec{
	border-top: 1px solid #DEDEDF;
	padding: 30px 0 30px;
}
.partnersSec .parLogos{
	display: flex;
	justify-content: center;
	align-items: center;
}
.partnersSec .parLogos img{
	max-height: 70px;
}
.newsletterSec{
	background-image: url('../assets/layout/img/jbgg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}
.joinComnty{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 52px 0;
}
.joinComnty h2{
	font-size: 32px;
	color: #fff;
	margin: 35px 0;
	font-weight: 900;
}
.joinComnty .btn.joinUs {
    background: #cc0701;
    border-radius: 4px;
    padding: 14px 28px;
    margin: 0 0 15px;
    border: 1px solid #cc0701;
    color: #fff;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
}
.newsletterSec .iconsCont{
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsletterSec .iconsCont i{
	color: #5A5A61;
	font-size: 20px;
}
.newsletterSec .iconsCont i.fa-arrow-right{
	color: #fff;
	margin: 0 19px;
	font-size: 22px;

}
footer{
	background-color: #16171f;
  padding-top: 39px;
}
.header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; 
  transition: top 0.3s;
  background-color: #000000ad;
}
header.sticky #top_line, header.nav-up #top_line {
    height: auto !important;
    padding: 10px 0 !important;
    opacity: 1 !important;
}
header.sticky #logo_home p {
    margin: 10px 0 5px 0;
    padding: 0;
}
header.sticky .main-menu > ul > li > a, .sticky .main-menu ul li a {
    color: #fff;
    line-height: 60px;
      font-family: 'Aptos';

}
header.sticky #logo_home p a{
    background-image: url(../img/logo.png);
}
footer a{
  color: #B3B3B6;
  font-size: 18px;
}
footer a:hover{
  color: #fff;
  }
footer a:visited{
  color: #B3B3B6;
}
footer ul li{
  padding: 8px 0;
}
footer a .fa{
  font-size: 20px;
  margin-right: 10px;
}
footer .logo img{
  max-height: 40px;
}
footer .fwelcome{
  font-size: 18px;
  color: #B3B3B6;
  margin: 23px 0 32px;
  font-family: 'Aptos';
}
footer #email_footer,
footer #phone{
font-size: 18px;
padding-left: 0;
  color: #B3B3B6;
    margin: 18px 0

}
a#phone:before,
a#email_footer:before {
    content: ''
}

footer .subscribeCont{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .subscribeCont .fa{
  color: #B3B3B6;
  font-size: 14px;
}
footer .subscribeCont .form-control:focus,
footer .subscribeCont .form-control{
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #B3B3B6;
}
footer .subscribeBtn {
    background: #cc0701;
    border-radius: 3px;
    padding: 9px 17px;
    margin: 22px 0 53px;
    border: 0
}
footer h3 {
    font-size: 20px;
    margin: 0 0 33px;
}
#social_footer {
  margin-top: 0;
  }
footer .footerRight{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footerRight .storeContent img {
    height: 30px;
    padding-right: 23px;
    margin-right: 0;
}
footer .footerRight .storeContent a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footerRight ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}
footer .footerRight ul li:first-child{
  padding-left: 21px;
}
footer .footerRight ul li{
  padding: 0 13px;
}
footer .footerRight ul li a .fa{
  margin: 0
}
footer #social_footer {
    text-align: left;
     border-top: none; 
     padding-top: 0; 
    margin-top: 0px;
}
footer .rights p {
    font-size: 18px;
    color: #8c8c8c;
    margin: 0;
}
footer .footerBottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 25px;
}
#partners_carousel .owl-wrapper-outer,
#services_carousel .owl-wrapper-outer,
#testimonials .owl-wrapper-outer{
  overflow-y: hidden;
}
#services_carousel .owl-buttons{
  opacity: 1;
  top: 4px;
  right: 10px;
}
#testimonials .owl-buttons{
  opacity: 1;
  top: -31px;
  right: 10px;
}
#services_carousel .owl-buttons .owl-prev,
#testimonials .owl-buttons .owl-prev {
    background: url(images/angle_left.png) no-repeat;
    left: auto;
    right: 3%;
    height: 20px;
    width: 20px;
}
#services_carousel .owl-buttons .owl-next,
#testimonials .owl-buttons .owl-next {
    background: url(images/angle_right.png) no-repeat;
    height: 20px;
    width: 20px;
}
#partners_carousel .owl-pagination .owl-page.active{
    background: url(images/pag1.png) no-repeat;
    width: 19px;
    height: 19px;
}
#partners_carousel .owl-pagination .owl-page{
    background: url(images/pag.png) no-repeat;
    width: 19px;
    height: 19px;
}
#partners_carousel .owl-pagination{
      display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 46%;
    bottom: -88px;
    width: 8%;
    z-index: 9999;
}
.navContent .main-menu > ul > li > a{
  font-family: 'Aptos' ;
  font-size: 18px;
}
.banner-content h1{
  font-family: 'Aptos';
}
.testimonialSec .reviewCont p,
.banner-content .goodThings{
  font-family: 'Aptos';
}
footer h3,
#timeline .timeline-item .timeline-content h2,
.shipSerSec .servicesContent .title{
  font-family: 'Aptos';
}
.testimonialSec .title h2,
.newsSec .title h2,
.shipWithUsSec .title h2,
.shipSerSec .shippingServices h2{
  font-family: 'Aptos';

}
.whereshipSec{
text-align: center;
padding: 33px 0 28px;
}
.whereshipSec h2{
font-size: 40px;
text-align: center;
font-weight: bolder;
font-family: 'Aptos';
margin: 20 0 30 0 !important;
}
.whereshipSec h4{
font-size: 14px;
font-family: 'Aptos';
width: 53%;
text-align: center;
margin: 21px auto 12px;
color: #5c5858;
}
.whereshipSec .card-container{
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.whereshipSec .shipCard .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.whereshipSec .shipCard {
  margin-top: 7px;
  border-radius: 4px;
  padding: 9px 5px;
  border: 1px solid #dededf;
  width: 16%;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 15%) !important;
  margin-right: 7px;
}
.whereshipSec .shipCard .profile h3{
font-size: 15px;
  color: #000;
  margin: 0;
  font-family: 'Aptos';
}
.whereshipSec .shipCard .profile p{
font-size: 12px;
color: #131313;
margin: 0;
font-family: 'Aptos Light';
}
.whereshipSec .shipCard img{
  width: 27px;
  height: 27px;
}
.whereshipSec .shipCard .profile{
  margin-left: 7px;
  text-align: left;
}
.header.header-in #logo_home p a{
	background-image: url(../img/logo.png)!important;
}

@media (min-width: 992px) {
  
  .container {
    width: 992px !important;
  }
  #services_carousel .owl-buttons {
    display: none; 
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1200px !important;
  }
  .newsticker li{
    font-size: 14px;
  }
  .shippingCard .tabbable-custom > .nav-tabs > li > .maintabs {
    font-size: 14px;
  }
  .shippingCard .form-control {
    font-size: 14px;
    font-weight: bold;
    padding-left: 36px;
    padding-top: 20px;
  }
  .shippingCard .floating-label {
    font-size: 14px;
  }
  .shippingCard .form-control:focus + .floating-label, .shippingCard .form-control:not(:placeholder-shown) + .floating-label{
    /* top: 14px; */
    font-size: 14px;
  }
  #timeline .timeline-item .timeline-content.right {
    margin-top: -25px!important;
  }
}
@media screen and (min-width: 1300px) {
    #timeline .timeline-item .timeline-content h2 {
      font-size: 21px;
    }
    
    #timeline .timeline-item .timeline-content p{
      font-size: 18px!important;
    }
    .banner-content{
      max-width: initial;
      width: 50%;
      left: 6%;
    }
    .shippingCard {
        right: 7% !important;
    }
}
@media (min-width: 1400px) {
  .container {
      width: 1400px !important;
  }
  .newsticker li{
    font-size: 16px;
  }
  .shippingCard .tabbable-custom > .nav-tabs > li > .maintabs {
    font-size: 18px;
  }
  .shippingCard .form-control {
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    /* padding-top: 20px; */
    padding-bottom: 0px;
  }
  .shippingCard .floating-label {
    font-size: 18px;
    padding-left: 7px;
  }
  .shippingCard .form-control:focus + .floating-label, .shippingCard .form-control:not(:placeholder-shown) + .floating-label{
    /* top: 14px; */
    font-size: 15px;
  }
  #timeline .timeline-item .timeline-content.right {
    margin-top: -14px!important;
  }
}

@media screen and (min-width: 1560px) {
    .banner-content{
      left: 7%;
    }
    .shippingCard {
        right: 7.5% !important;
    }
}
@media (min-width: 1600px) {
  /* .select2-container .select2-choice .select2-arrow {
    width: 24px;
  } */
  .servAdvSearch label {
    font-size: 17px;
    font-weight: 600;
  }
  .navContent .main-menu > ul > li > a {
    font-size: 20px;
  }
  header div#top_line {
    font-size: 18px !important;
  }
  .newsticker li{
    font-size: 18px;
  }
  .banner-content{
    left: 5%;
  }
  .shippingCard {
      right: 7.5% !important;
  }
  header div#top_line {
    font-size: 14px !important;
    padding: 10px 0;
  }
  .container {
      width: 1600px !important;
  }
  .shippingCard .tabbable-custom > .nav-tabs > li > .maintabs {
    font-size: 16px;
  }
  .shippingCard .form-control {
    font-size: 20px;
    font-weight: bold;
    padding-left: 36px;
    padding-top: 20px;
  }
  .shippingCard .floating-label {
    font-size: 16px;
  }
  .shippingCard .form-control:focus + .floating-label, .shippingCard .form-control:not(:placeholder-shown) + .floating-label{
    top: 14px;
    font-size: 15px;
  }
  .testimonialSec .testmCard {
    width: 96%;
  } 
  .testimonialSec .reviewCont p{
    font-size: 20px;
  }
  .banner-content h1 {
    font-size: 60px !important;
    text-shadow: 0px 0px 1px #343434;
  }
}
@media screen and (min-width: 1760px) {
  header div#top_line {
    font-size: 18px !important;
    padding: 10px 0;
  }
    .banner-content{
      left: 6%;
    }
    .shippingCard {
        right: 8% !important;
    }

}
@media screen and (min-width: 1800px) { 
    .banner-content{
      left: 9%;
    }
    .shippingCard {
        right: 11% !important;
        width: 25% !important;
    }
    .shippingCard .tabbable-custom > .nav-tabs > li > .maintabs {
      font-size: 17px;
    }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
    .shippingCard .floating-label {
      font-size: 17px;
    }
    .shippingCard .form-control:focus + .floating-label, .shippingCard .form-control:not(:placeholder-shown) + .floating-label{
      top: 13px;
      font-size: 16px;
    }
}
@media screen and (min-width: 1960px) {
    .banner-content{
      left: 12%;
    }
    .shippingCard {
        right: 14% !important;
        width: 26% !important;
    }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
}
@media screen and (min-width: 2000px) {
  .banner-content{
    left: 13%;
  }
  .shippingCard {
      right: 14% !important;
      width: 27% !important;
  }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
}
@media screen and (min-width: 2160px) {
    .banner-content{
      left: 16%;
    }
    .shippingCard {
        right: 16% !important;
        width: 28% !important;
    }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
}
@media screen and (min-width: 2300px) {
    .banner-content{
      left: 19%;
    }
    .shippingCard {
        right: 19% !important;
        width: 28% !important;
    }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
}
@media screen and (min-width: 2500px) {
    .banner-content{
      left: 21%;
    }
    .shippingCard {
        right: 21% !important;
        width: 28% !important;
    }
    .shippingCard .form-control {
      font-size: 20px;
      font-weight: bold;
      padding-left: 36px;
      padding-top: 20px;
    }
}
@media screen and (max-width: 1400px) {
  ul#top_links li {
    margin-right: 6px;
  }
  #timeline::before {
    top: 55%;
  }
}
@media screen and (max-width: 991.9px){
  .header.header-in .main-menu > ul > li > a, 
  .header.header-in .main-menu ul li a i {
    color: #333!important;
  }
  #services_carousel .owl-buttons {
    display: block; 
  }
  #services_carousel .owl-buttons {
    display: block; 
  }

  body{
    overflow-x: hidden;
  }
  ul#top_links{
    display: none;
  }
  .banner-content {
    left: 15%;
    top: 0;
    top: 10%;
    max-width: initial;
    padding: 5px;
    width: 59%
  }
  .banner-content h1 {
    line-height: 47px;
    font-size: 34px;
  }
  .banner-content .btn.joinUs {
    margin: 18px 0 24px;
  }
  .storeContent img {
    height: 30px;
      margin-right: 20px;
  }
  .banner-content #social_header {
    margin-top: 20px;
  }
  .banner-content .goodThings {
    margin-top: 8px;
    font-size: 22px;
  }
  .shippingCard {
    position: absolute !important;
    z-index: 60 !important;
    width: 33% !important;
    right: auto !important;
    top: 54% !important;
    left: 16%;
  }
  .shippingCard .form-group.desiredservice {
    margin-bottom: 30px;
  }
  .shippingCard .continueBtn {
    padding: 16px 7px;
    font-size: 16px;
  }
  .shippingCard .form-group.trackShipment {
    margin-bottom: 30px;
  }
  #timeline .timeline-item .timeline-content.right {
    margin-top: -36px;
  }
  #timeline::before {
    top: 54%;
  }
  #timeline .timeline-item .timeline-content {
    margin-top: 179px;
  }
  footer h3 {
    margin: 0 0 8px;
  }
  footer ul li {
      padding: 2px 0;
  }
  footer #email_footer, footer #phone {
    margin: 9px 0;
    font-size: 13px;
  }
  footer .fwelcome {
    margin: 14px 0 14px;
  }
  footer .row.sm-flex{
    display: flex;
  }
  footer a .fa {
    font-size: 13px;
    margin-right: 3px;
  }

}
@media screen and (max-width: 767px){
  footer .row.sm-flex {
      display: block;
  }
  #services_carousel .owl-buttons .owl-prev, #testimonials .owl-buttons .owl-prev {
    right: 11%;
    left: auto !important;
  }
  #services_carousel .owl-buttons {
    top: -39px;
  }
  #partners_carousel .owl-pagination {
    left: 43%;
    bottom: -88px;
    width: 14%;
  }
  footer {
    padding: 30px 0 0px 0 !important;
  }
  #timeline::before {
    top: 48%;
  }
  .shipWithUsSec {
    padding: 24px 0;
  }
  .newsSec {
    padding: 10px 0 20px;
  }
  .newsSec .title h2 {
    margin-bottom: 10px;
  }
  .testimonialSec {
    padding: 24px 0;
  }
  #partners_carousel .owl-buttons {
    opacity: 0 !important;
  }
  .testimonialSec .reviewCont p {
    font-size: 13px;
    margin: 15px 0 0;
  }
  footer .footerRight ul li {
    padding: 0 6px;
  }
  footer .footerRight .storeContent img {
    height: 18px;
    padding-right: 10px;
    margin-right: 0;
  }
  footer .footerRight ul li:first-child {
    padding-left: 9px;
  }
  footer .subscribeBtn {
    margin: 22px 0 30px;
  }
  .testimonialSec .testmCard {
    margin-top: 26px;
    padding: 14px 15px;
    width: 90%;
  }
  .shippingCard {
    width: 45% !important;
    left: 30%;
    top: 50% !important;
  }

  .banner-content {
    left: 0%;
    top: 10%;
    padding: 5px;
    width: 100%;
    text-align: center;
  }
  .storeContent {
    justify-content: center;
  }
  .shipSerSec .shippingServices h2 {
    margin-bottom: 12px;
    text-align: center;
  }
  .recentNews {
    margin-top: 14px;
    text-align: center;
  }
  .testimonialSec .title h2 {
    text-align: center;
    margin-top: 2px;
  }
  .joinComnty h2 {
    font-size: 18px;
    margin: 24px 0;
  }
  .joinComnty {
    padding: 30px 0;
  }
  footer h3 {
    margin: 15px 0 5px;
  }
  footer .footerBottom {
    padding: 8px 0 19px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footerBottom .rights{
    margin-bottom: 11px;
  }
  header.sticky #logo_home p a, header#plain #logo_home p a {
    background-image: url(../img/logo_sticky.png);
    background-size: 131px 25px;
  }
  header.sticky #logo_home p {
    margin: 7px 0 2px 0;
  }
  .navContent .cmn-toggle-switch {
    top: 6px;
  }
  #timeline::before{
    content: "";
    width: 1px;
    height: 100%;
    background: var(--timeline-color);
    left: 50%;
    top: 0;
    position: absolute;
  }
  #timeline {
    transition: all 0.4s ease;
     display: block; 
    width: 100%;
    margin-top: 0;
  }

  #timeline .timeline-item {
    margin-bottom: 18px;
    position: relative;
  }

  #timeline .timeline-item::after,
  #timeline .timeline-item::before {
    content: '';
    display: table;
  }

  #timeline .timeline-item::after {
    clear: both;
  }

  #timeline .timeline-item .timeline-icon {
    background: var(--timeline-color);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    border-radius: 50%;
  }

  #timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px;
  }

  #timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  #timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: var(--timeline-color);
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    border-radius: 3px 3px 0 0;
  }

  #timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--timeline-color);
  }

  #timeline .timeline-item .timeline-content.right {
    float: right;
  }

  #timeline .timeline-item .timeline-content.right:before {
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid var(--timeline-color);
  }
  #timeline .timeline-item .timeline-content.right,
  #timeline .timeline-item .timeline-content {
    margin-top: 14px;
  }
}

@media screen and (max-width: 567px) {
	.search-input {
    	padding-top: 13px;
	}

	.section-top {
    	height: 45vh !important;
    	background-image: url(./img/help-m5a.jpeg) !important;

	}
	.search-button {
		font-size: 16px;
	}
	.box_style_1 {
        padding: 5px;
        margin-bottom: 0px;
    }
  	.testimonialSec .testmCard {
      width: 100%;
  	}
  	#timeline .timeline-item .timeline-content.right:before {
	    right: 45%;
	    left: inherit;
	    border-left: 0;
	    border-right: none;
  	}
  	#timeline .timeline-item .timeline-content:before {
	    right: 45%;
	    left: inherit;
	    border-left: 0;
	    border-right: none;
  	}
}
@media screen and (max-width: 550px){
  .banner-content {
      left: 0;
      top: 9% !important;
      padding: 0px;
      width: 100%;
  }
  .banner-content h1 {
    line-height: 27px;
    font-size: 21px;
  }
  .shippingCard {
    width: 80% !important;
    top: 40% !important;
    left: 11%;
  }
  .banner-content .btn.joinUs {
    padding: 7px 15px;
    margin: 9px 0 17px;
    font-size: 14px;
  }
  .banner-content .goodThings {
    margin-top: 6px;
    font-size: 14px;
  }
  .storeContent img {
    height: 23px;
    margin-right: 16px;
  }
  .banner-content #social_header ul li {
    width: 36px;
  }
  #services_carousel .owl-buttons .owl-prev, #testimonials .owl-buttons .owl-prev {
    right: 14%;
  }
  #services_carousel .owl-buttons {
    top: -33px;
    right: -34px;
  }
  .shipSerSec .servicesContent .title {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000 !important;
    padding-top: 4px;
  }
  .shipWithUsSec .title h2 {
    margin-top: 0px;
  }
  .newsSec .newsCont h3 {
    font-size: 14px;
    margin: 7px 0 3px;
  }
  .joinComnty h2 {
    font-size: 12px;
    margin: 22px 0;
    text-align: center;
  }
  .joinComnty .btn.joinUs {
    padding: 9px 21px;
    margin: 0 0 15px;
    font-size: 14px;
  }
  .joinComnty {
    padding: 20px 0;
  } 

}
@media screen and (max-width: 450px){
	.section-top {
    	height: 40vh !important;
    	background-image: url(./img/help-ma.jpeg) !important;

	}
}
/* -----------------log in button animation--------------------  */
ul#top_links .login a{
  border: 1px solid #cc0701;
 }
ul#top_links .login a {
  transition: all 0.5s ease-out;
}
ul#top_links .login a:hover {
   border: 1px solid white;
   background: black;
}

/* -----------------footer subscribe Buttn animation--------------------  */
footer .subscribeBtn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-out;
}
footer .subscribeBtn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: top 0.5s ease-out;
}
footer .subscribeBtn:hover::before {
  top: 0;
  z-index: -1;
}