/*
Theme Name: Anscargo Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.4
Description: This is child theme of Ans Cargo Logistics
 Template: ANS
Author: Beta Soft Technology
Author URI: https://www.betasofttechnology.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face { 
	font-family: 'Neuzeit Grotesk Bold'; 
	font-display: swap;  
	src: url("fonts/NeuzeitGro-Bol.ttf") format("truetype"); 
}

@font-face { 
	font-family: 'Neuzeit-bold'; 
	font-display: swap;  
	src: url("fonts/NeuzeitGro-Bol.ttf") format("truetype"); 
}
@font-face { 
	font-family: "neuzeitgro-reg"; 
	font-display: swap;  
	src: url("fonts/NeuzeitGro-Reg-1.ttf") format("truetype"); 
}

::-webkit-scrollbar {
    height: 5px;
    width: 14px
}


::-webkit-scrollbar-track {
    background: #d8d8d8;
}

::-webkit-scrollbar-thumb {
    background:#26a9de;
	border-radius:100px;
}




body {
	font-family: "neuzeitgro-reg"; 
	font-weight:400;
/* 	font-size: 0.9rem; */
}
h1,h2,h3,h4,h5,h6{
	font-family: "Poppins", sans-serif;
}

p{
	font-family: "neuzeitgro-reg"; 
/* 	font-size: 1.1rem; */
}
@media (min-width: 980px) and (max-width: 1920px) {
    .et_pb_row, .container {
        width: 84%;
    }
}
header .container{
	width:93% !important;
	
}

#top-header .container{
	width:93% !important;
	max-width:93% !important;
}

.ss-custom-top-header {
    background: #323e70;
    padding: 10px 0;
}

.ss-hed-top-lft {
    width: 80%;
}

.ss-hed-top-right {
    width: 20%;
}

ul.contact_info a {
    color: #fff;
    font-size: 1rem;
    font-family: "neuzeitgro-reg";
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
    background: #46b450;
    margin-top: 40px !important;
}
ul.contact_info {
    display: flex;
    align-items: center;
    gap: 15px;

}

ul.contact_info .et-pb-icon {
    font-size: 1rem;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

ul.social_media {
    display: flex;
    justify-content: end;
    gap: 7px;
		align-items:center;
}

ul.social_media img {
    width: 26px;
	    transition: all 0.5s ease;
}
.ss-custom-top-header .container{
	display:flex;
	align-items:center;
}
.social_media>li:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

ul.social_media li {
    color: #fff;
    font-size: 1rem;
    font-family: "neuzeitgro-reg";
}

ul.social_media a {
    display: flex;
}

#top-menu li {
    display: inline-block;
    font-size: 0.9rem;
    padding-right: 0px;
	    font-weight: 500;
}
.et_header_style_left #et-top-navigation nav>ul>li:not(.nav-btn)>a {
    padding: 15px 25px !important;
    font-size: 1rem;
}
#et-top-navigation {
    padding: 25px 0 !important;
}
#top-menu .menu-item-has-children>a:first-child:after{
	    top: 15px;
}

#top-menu li li:hover a, #top-menu li li a:hover {
    background: #2baae3;
    opacity: 1;
    color: #fff !important;
}
#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
}
#top-menu li li {
    padding: 0;
    display: block;
}

.et_header_style_left #et-top-navigation #top-menu-nav ul .ss-get-quote-btn a {
      background: #323e70;
    padding: 13px 35px !important;
    color: #fff !important;
    border-radius: 100px;
	    margin-left: 15px;
}

.ss-hm-banner-sec h2{
	font-size:2.8rem;
	  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ss-hm-banner-sec .et_pb_slide {
	padding: 0 5%;}
.ss-hm-banner-sec .et-pb-controllers a {
    background-color: hsl(0deg 0% 100% / 0%);
    border-radius: 7px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    opacity: 1;
    border: 2px solid #fff;
}
.ss-hm-banner-sec .et-pb-slider-arrows {
    display: none;
}
.ss-hm-banner-sec .et-pb-controllers .et-pb-active-control {
    background-color: #fff !important;
}


/********home page about sec*********/

.ss_hm_about_sec .et_pb_button_module_wrapper{
	display:inline-flex;
}

.ss_hm_about_sec  .et_pb_button_1_wrapper {
    margin-left: 16px;
}

.ss-hm-abt-image-sec .et_pb_column {
    width: 48% !important;
    margin-right: 19px !important;
    transition: 0.5s ease-in-out;
}

/* .ss-hm-abt-image-sec .et_pb_column:hover{
	    transform: translateY(20px);
} */
.ss-hm-abt-image-sec {
	display:flex;
}
.ss-hm-abt-image-sec .et_pb_column:after {
    background: rgba(255, 255, 255, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.ss-hm-abt-image-sec .et_pb_column:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* Animation for the first image */
.ss-abt-animtion-img1 img {
    animation: moveDown 3.5s ease-in-out infinite alternate;
}

/* Animation for the second image */
.ss-abt-animtion-img2 img {
    animation: moveUp 3.5s ease-in-out infinite alternate;
}

@keyframes moveDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(35px);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-35px);
    }
}

.ss-counter-sec .et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 2px;
}

.ss-count-activ-sec img {
    filter: brightness(0) invert(1);
}

.ss-counter-sec .et_pb_column:hover .percent-value{
	color:#fff;
}

.ss-counter-sec .et_pb_column:hover img{
/* 	 filter: brightness(0) invert(1); */
}
.ss-counter-sec .et_pb_column:hover  .title{
	color:#fff !important;
}

.ss-counter-sec .et_pb_column .title{
	font-family: "neuzeitgro-reg"; 
}

/* .owl-carousel .owl-item {
    width: 100%!important; 
}

.owl-carousel .owl-stage {
    display: flex; 
    align-items: center; 
} */

.logistics_service_box {
    position: relative;
    border-radius: 0;
    overflow: hidden; 
}

.discrip_hed_name {
    position: absolute;
    bottom: 90px;
    left: 0px;
    transition: all 0.6s ease-in-out !important;
    overflow-y: auto;
    transform: translateY(91%);
    z-index: 999;
    padding: 0 25px;
}

.logistics_service_box:hover .discrip_hed_name {
    transform: translateY(13%);
}

.logistics_service_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to top, #323e70, rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9; 
}

.logistics_service_box:hover::after {
    opacity: 0.9; 
	background:linear-gradient(to top, #323e70, #323e70);
	 transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9; 
}

.discrip_hed_name h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    height: 99px;
    line-height: 36px;
    display: flex;
    align-items: end;
	font-family: "Poppins", sans-serif;
}
.copyright-footer {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

.discrip_hed_name p {
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease-in-out; 
}


.logistics_service_box:hover .discrip_hed_name p {
    opacity: 1;
}

.logistics_service_link a {
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 30px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 100px;
}

.ss-hm-ser-slid-sec .owl-nav {
    text-align: center;
	margin-top:25px;
}

.ss-hm-ser-slid-sec button.owl-next, .ss-hm-ser-slid-sec .owl-prev {
    background: #323e70 !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    border-radius: 100px;
	    margin: 0 10px;
}

.ss-hm-ser-slid-sec span.et-pb-icon {
    font-size: 30px;
    color: #fff;
    line-height: inherit;
}
.testimonial_box {
    text-align: center;
}

.testimonial_box p {
  color: #fff;
    font-size: 1.3rem;
    width: 56%;
    margin: auto;
    line-height: 40px;
    font-weight: 100 !important;
}

.testi-card__rating i {
    color: #ffde00;
    font-size: 1.1rem;
}

.profile_pic_name h3 {
    color: #fff;
    font-size: 1.6rem;
}

.profile_pic_name small {
    display: block;
    font-size: 0.9rem;
    margin-top: 3px;
    font-weight: 400;
}

.profile_pic_name {
    margin-top: 15px;
}
.testi-card__rating {
    margin-top: 20px;
}

.ss-hm-testi-sec .owl-dots {
    display: none;
}

.ss-hm-testi-sec .owl-carousel .owl-nav button.owl-next, .ss-hm-testi-sec .owl-carousel .owl-nav button.owl-prev {
position: absolute;
    top: 0;
    height: 100%;
}


.ss-hm-testi-sec  span.et-pb-icon {
    font-size: 25px;
    color: #323e70;
    background: #ffffff !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    border-radius: 100px;
    margin: 0 10px;
}


.ss-hm-testi-sec .owl-nav button.owl-next {
    right: 80px;
}

.ss-hm-testi-sec  .owl-nav button.owl-prev {
    left: 80px;
}


.ss-hm-testi-sec .et_pb_image {
    position: absolute;
    top: 0;
}

.ss-testi-prof-2 {
    left: 0;
}

.ss-testi-prof-1 {
    left: 120px !important;
    top: -69px !important;
}
.ss-testi-prof-2 {
    top: auto !important;
    bottom: 210px !important;
}

.ss-testi-prof-3 {
    top: auto !important;
    left: 170px !important;
    bottom: -30px !important;
}

.ss-testi-prof-4 {
    right: 120px !important;
    top: -69px !important;
}
.ss-testi-prof-5 {
    top: auto !important;
    bottom: 210px !important;
	right:40px !important;
}

.ss-testi-prof-6 {
    top: auto !important;
    right: 170px !important;
    bottom: -30px !important;
}


.latest-blog-posts {
    display: flex;
    gap: 20px;
}

.latest-post-item {
    flex: 0 0 32.2%;
}

.latest-post-item img {
    width: 100%;
}
.latest-post-item h2 {
    font-size: 1.2rem;
    line-height: 25px;
}

.post-category {
    border: 1px solid #29aae3;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #29aae3;
    margin: 20px 0 15px;
}

ul.post-meta {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    gap: 50px;
}
li.post-date .et-pb-icon {
    font-size: 15px;
    margin-right: 2px;
    color: #29aae3;
}

.post-comments .et-pb-icon {
    font-size: 15px;
    margin-right: 2px;
    color: #29aae3;
}



.ss_blog-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #91c6ed, rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.6s ease-in-out !important;
    opacity: 1;
}
ul.ss_footsocial_media img {
    width: 35px;
}




/***************footer***********/
#footer-widgets .footer-widget li a:hover {
    color: rgb(41 170 227);
}

ul.ss_footsocial_media {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

ul.ss_footsocial_media li:before {
    display: none;
}

ul.ss_footsocial_media li {
    padding: 0 !IMPORTANT;
}

#main-footer{
	background-image:url(../../uploads/2024/08/footer-bg-image.webp) !important;
}
#footer-widgets .footer-widget li {
    padding-left: 22px;
    position: relative;
}
footer#main-footer .title {
    color: #fff !important;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 30px;
}

footer#main-footer .title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #27a9e1;
    bottom: 0;
    left: 0;
}

#footer-widgets .footer-widget li:before {
    border-radius: 100px;
    border-style: solid;
    border-width: 4px;
    content: "";
    left: 0;
    position: absolute;
    top: 10px !important;
}
.footer-widget li:before {
    border-color: #27a8e1 !important;
}



ul.ss-foot-cnt-info-sec li:before {
    display: none;
}

ul.ss-foot-cnt-info-sec li {
    padding-left: 0 !important;
}

ul.ss-foot-cnt-info-sec li:nth-child(1) h6 {
    font-size: 1.1rem;
    color: #fff;
	font-weight:600;
    padding-bottom: 18px;
	line-height:1.4em;
}
.et_header_style_left #et-top-navigation #top-menu-nav ul .ss-get-quote-btn a:hover {
    background: #29aae3;
    opacity: 1;
}
ul.ss-foot-cnt-info-sec span {
    display: block;
    font-weight: 500;
	font-family: "Poppins", sans-serif;
}
ul.ss-foot-cnt-info-sec p{
	font-family: "Poppins", sans-serif;
	font-size: 0.9rem;
}

ul.ss-foot-cnt-info-sec h6 {
    color: #fff;
    font-weight: 400;
      font-size: 0.9rem;
	
}

ul.ss-foot-cnt-info-sec h6 span {
    font-size: 1.1rem;
    margin-bottom: 13px;
}

ul.ss-foot-cnt-info-sec li {
    margin-bottom: 30px;
}

div#media_image-2 img {
    width: 180px;
}

footer#main-footer .footer-widget:nth-child(2) {
    padding-left: 20px;
}

footer#main-footer .footer-widget:nth-child(3) {
    padding-left: 40px;
}
#footer-bottom {
    background-color: #1f1f1f;
    background-color: rgb(0 0 0 / 0%);
    padding: 25px 0 11px;
    border-top: 1px solid #475387;
}
.copyright-footer a {
    color: #fff;
}

.copyright-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content:center;
}
.copyright-footer,
.copyright-footer>a {
	color:#fff;
}
.copyright-footer .circle-anim {
	position:relative;
	margin-left: 7px;
	display:block;
	padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright-footer .circle-anim:before, .copyright-footer .circle-anim:after {
    z-index: 2;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    background: rgb(255 255 255 / 0%)!important;
    content: "";
    position: absolute;
    border: 2px #fff solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
    -webkit-animation: circle-rotation1 3s infinite linear;
}
.copyright-footer .circle-anim:after {
    content: "";
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: circle-rotation 2s infinite linear;
}
@-webkit-keyframes circle-rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes circle-rotation1{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
.copyright-footer img {
    max-height: 40px;
}
#footer-widgets .footer-widget li a {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}


.ss-truck-col-sec .ss-hm-truck-wheel-1 {
    position: absolute;
    left: 11.9%;
    bottom: 11%;
    width: 12%;
    margin-bottom: 0 !important;
}


.ss-truck-col-sec .ss-hm-truck-wheel-2 {
     position: absolute;
    right: 41.9%;
    bottom: 11%;
    width: 12%;
    margin-bottom: 0 !important;
}

.ss-truck-col-sec .ss-hm-truck-wheel-3 {
       position: absolute;
    right: 15.8%;
    bottom: 11%;
    width: 12%;
    margin-bottom: 0 !important;
}

/* Tyre Spin */
.ss-hm-truck-wheel-1 .et_pb_image_wrap , .ss-hm-truck-wheel-2 .et_pb_image_wrap , .ss-hm-truck-wheel-3 .et_pb_image_wrap  {
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
  }
  
  @keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(-360deg);
	}
  }
   

.bg-image-moving2 {
    width: 100%;
    overflow: hidden; /* Hide overflow to ensure the image doesn't show outside the container */
    position: relative;
    height: 400px; /* Adjust the height as needed */
}

.bg-image-moving2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: swiperSlide 5s ease-in-out infinite; /* 5s can be adjusted based on speed preference */
}

@keyframes swiperSlide {
    0% {
        left: -100%; /* Start from outside the left of the container */
    }
    50% {
        left: 0%; /* Centered in the container */
    }
    100% {
        left: 100%; /* Move to outside the right of the container */
    }
}

.et_pb_section.et_pb_section_7 {
    background-image: url('your-image-url');
    background-repeat: repeat;
    background-position: 0 0;
    background-size: cover;
}

.btt {
    padding: 2px 15px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    position: fixed;
    right: -100%;
    bottom: 80px;
    z-index: 999999;
    transform: rotate(-90deg);
    background:#323e70;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
	border: 1px solid #fff;
}
.btt.active {
    right: -15px;
    transition: all 1s ease
}
.btt span {
    font-size: 16px;
    margin-left: 3px
}
.btt:hover {
    background: #28a7e1;
    color: #fff
}

/*********services Page************/

.ss-page-title::before{
        position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: #323e70;
    width: 100%;
    height: 100%;
    opacity: .90;
    z-index: 0;
}

.ss-page-title a {
    color: #2aa8e2;
}

span.breadcrumb_last {
    color: #fff;
}

.ss-page-title span {
    color: #fff;
    font-size: 18px;
}

.ss-servicepg-dtl-sec:after{
	content:"";
	width:301px;
	height:336px;
    position: absolute;
    bottom: 50px;
    right: 20px;
	opacity:0.3;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
    background-image: url(../../uploads/2024/08/pattern-9-img.webp);
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.ss-air-service-bx-list .et_pb_image_wrap{
	position:relative;
}


.ss-air-service-bx-list .et_pb_image_wrap:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 255, 43, 0)), color-stop(56%, rgba(1, 20, 37, 0.231372549)), color-stop(90%, #0f1b24));
    background: linear-gradient(rgba(17, 255, 43, 0), rgba(1, 20, 37, 0.231372549) 56%, #0f1b24 90%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.ss-air-service-bx-list .et_pb_image_wrap:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 255, 43, 0)), color-stop(56%, rgb(15, 27, 36)), color-stop(80%, #0f1b24));
    background: linear-gradient(rgba(17, 255, 43, 0), rgb(15, 27, 36) 56%, #0f1b24 80%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.ss-air-service-bx-list .et_pb_main_blurb_image{
	margin-bottom:0 !important;
}

.ss-air-service-bx-list .et_pb_blurb_container .et_pb_module_header{
    background-color: rgba(255, 255, 255, .102);
    padding: 15px 27px 15px 20px;
    position: absolute;
    bottom: 27px;
    left: 30px;
    right: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ss-air-service-bx-list .et_pb_blurb_container h4 {
    padding-bottom: 0;
}
.ss-air-service-bx-list .et_pb_blurb:hover  .et_pb_blurb_container .et_pb_module_header {
    background-color: rgb(50 62 112);
 
}

.ss-air-service-bx-list .et_pb_blurb_description {
    position: absolute;
    background-color: #323e70;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 50px;
    position: absolute;
    padding: 15px 52px 15px 18px;
    clip-path: polygon(0% 0, 100% 0, 70% 100%, 0 100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ss-air-service-bx-list .et_pb_blurb_description p{
	font-size: 35px;
}



.ss-air-service-bx-list .et_pb_main_blurb_image{
	width:100%;
}


.ss-air-service-bx-list .et_pb_main_blurb_image img{
	width:100%;
}

.ss-servicepg-list-sec:after {
    content: "";
    width: 106px;
    height: 639px;
    position: absolute;
	top:50px;
    left: 20px;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
    background-image: url(../../uploads/2024/08/icon-plane.webp);
}

.ss-servicepg-list-sec:before {
    content: "";
    width: 301px;
    height: 336px;
    position: absolute;
	bottom:50px;
    right: 20px;
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
    background-image: url(../../uploads/2024/08/pattern-9-1.webp);
}


/*********contact us************/
.ss-cnt-pg-sec .et_pb_image_wrap{
	width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(50 62 112 / 48%);
    transform: rotate(45deg);
}
.ss-cnt-pg-sec .et-pb-icon{
    color: #fff;
    width: 52px;
    height: 52px;
    line-height: 51px;
    text-align: center;
    background: #323e70;
    transform: rotate(-45deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.ss-cnt-pg-sec .et_pb_blurb_container {
    text-align: left;
    vertical-align: middle;
}

.ss-cnt-pg-sec h4.et_pb_module_header {
    padding-bottom: 6px;
}

.ss-cnt-pg-sec a{
	font-weight:600;
}

.ss-cnt-pg-sec a:hover{
    text-decoration: underline;
}


.ss-cnt-pg-scl-text{
display:inline-flex;
	margin:0 8px;
}
.ss-cnt-pg-scl-text p {
    font-size: 1.3rem;
    font-weight: 600;
}

.ss_form_grp div {
    width: 50%;
}

.ss_form_grp {
    display: flex;
    gap: 20px;
}


.ss_cnt_frm_sec .wpcf7-text {
  height: 48px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 25px;
}

.ss_cnt_frm_sec textarea {
  height: 150px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 25px;
}

.ss_cnt_frm_sec .wpcf7-submit{
	background: #323e70;
    color: #fff;
    padding: 13px 38px;
    font-size: 1.2rem;
    border-radius: 5px;
    border: 0;
	cursor:pointer;
}
.ss_cnt_frm_sec .wpcf7-submit:hover{
	background:#29aae2;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    margin-top: 26px !important;
}
.ss-cnt-pg-sec a:hover {
    color: #26a9dd;
}



.nav li ul{
	width:300px;
}
#top-menu li li a {
    padding: 6px 20px;
    width: 300px;
}


/****service page*****/
.ss-service-pg-hover-dv{
	overflow:hidden;
	position:relative;
}

.ss-service-pg-hover-dv .et_pb_promo{
	position: absolute;
    bottom: 40px;
    left: 0px;
    transition: all 0.6s ease-in-out !important;
    overflow-y: auto;
    transform: translateY(91%);
    z-index: 999;
    padding: 0 25px;
}

.ss-service-pg-hover-dv:hover .et_pb_promo {
    transform: translateY(0%);
}

.ss-service-pg-hover-dv .et_pb_promo_description div {
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.ss-service-pg-hover-dv:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #323e70, rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9;
}

.ss-service-pg-hover-dv:hover::after {
    opacity: 0.9;
    background: linear-gradient(to top, #323e70, #323e70);
    transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9;
}

.ss-service-pg-hover-dv:hover  .et_pb_promo_description div {
    opacity: 1;
}



/**********back to top button*************/


.progress-wrap {
  position: fixed;
  right: 28px;
  bottom: 120px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
     font-family: ETmodules !important;
    font-weight: 600 !important;
    color: #29aae1;
  content: '!';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
 font-family: ETmodules !important;
    font-weight: 600 !important;
    color: #29aae1;
  content: '!';
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  opacity: 0;
    background-image: linear-gradient(298deg, #26a9df, #26a9df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #29aae1;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ss_ser_pg_include .owl-stage-outer {
    overflow: visible !important;
}
.ss-servicepg-list-sec1{
	overflow:hidden;
	    position: relative;
}

  .ss-servicepg-list-sec1:before {
		      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((105vw - 73.125rem) / 2);
    z-index: 99;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
		  }
    .ss-servicepg-list-sec1:after {
		content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((105vw - 73.125rem) / 2);
    z-index: 99;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
		}

 .ss-servicepg-list-sec1 .owl-nav {
    text-align: center;
	margin-top:25px;
}

 .ss-servicepg-list-sec1 button.owl-next, .ss-servicepg-list-sec1 .owl-prev {
    background: #323e70 !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    border-radius: 100px;
	    margin: 0 10px;
}

 .ss-servicepg-list-sec1 span.et-pb-icon {
    font-size: 30px;
    color: #fff;
    line-height: inherit;
}


div#page-container {
    padding-top: 136px !important;
}

/********sea freight page*********/
.ss_sea_freight_slid_sec{
	overflow:hidden;
}

.ss_sea_freight_slid_sec .et_pb_blurb_container{
	position: absolute;
    bottom: 40px;
    left: 0px;
    transition: all 0.6s ease-in-out !important;
    overflow-y: auto;
    transform: translateY(60%);
    z-index: 999;
    padding: 0 25px;
}
.ss_sea_freight_slid_sec .et_pb_blurb:hover .et_pb_blurb_container {
    transform: translateY(0%);
}

.ss_sea_freight_slid_sec .et_pb_blurb:after {
    content: '';
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #323e70, rgba(0, 0, 0, 0));
    pointer-events: none;
    transition: opacity 0.6s ease-in-out !important;
    opacity: 0.9;
}
.ss_sea_freight_slid_sec .et_pb_blurb_container h4 {
    height: 99px;
    line-height: 30px;
    display: flex;
    align-items: end;
}
.ss_sea_freight_slid_sec .et_pb_blurb_description {
    color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.ss_sea_freight_slid_sec .et_pb_blurb:hover  .et_pb_blurb_description  {
    opacity: 1;
}
.ss_sea_freight_slid_sec .et_pb_blurb {
    overflow: hidden;
    position: relative;
}
.ss_sea_freight_slid_sec .et_pb_main_blurb_image{
	    margin-bottom: 0px !important;
    width: 100%;
    display: block;
}
.ss_sea_freight_slid_sec .et_pb_main_blurb_image span{
	width:100%
}

.ss_sea_freight_slid_sec .et_pb_main_blurb_image img{
	width:100%
}

.ss_sea_freight_slid_sec .owl-nav {
    text-align: center;
	margin-top:25px;
}

 .ss_sea_freight_slid_sec button.owl-next, .ss_sea_freight_slid_sec .owl-prev {
    background: #323e70 !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    border-radius: 100px;
	    margin: 0 10px;
}

 .ss_sea_freight_slid_sec span.et-pb-icon {
    font-size: 30px;
    color: #fff;
    line-height: inherit;
}

.ss_sea_freight_slid_sec:before {
		      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((105vw - 85.125rem) / 2);
    z-index: 99;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
		  }
    .ss_sea_freight_slid_sec:after {
		content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((105vw - 85.125rem) / 2);
    z-index: 99;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
		}


.ss_sea-fre-img-box-sec .et_pb_blurb:hover .et_pb_image_wrap img{
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ss_sea-fre-img-box-sec .et_pb_image_wrap img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ss_sea-fre-img-box-sec .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
}

.ss_sea-fre-img-box-sec .et_pb_column:after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    bottom: 0;
    left: 30px;
    right: 30px;
        background-color: #2aaae2;
}

.ss_sea-fre-img-box-sec .et_pb_column_11:after, .ss_sea-fre-img-box-sec .et_pb_column_13:after{
	display:none !important;
}


.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .readMore, .addReadMore .readLess {
    cursor: pointer;
    color: #2aaae2;
    font-weight: 600;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

/*******land transport****/
.ss_land_blck_bg_sec:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.ss_land_blck_bg_sec h2:after {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 50px;
	bottom: 0;
    background: #fff;
	    margin: auto;
    left: 0;
    right: 0;
	    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
}
.ss_land_blck_bg_sec h2{
	position:relative;
}
.ss_land_blck_bg_sec h2{
	padding-bottom:20px !important;
}

.ss_land_blck_bg_sec .et_pb_row:hover  h2:after {
    width: 65px;
}


.blub_numbers .et_pb_main_blurb_image img,
.blub_numbers_3 .et_pb_main_blurb_image img,
.blub_numbers_5 .et_pb_main_blurb_image img,
.blub_numbers_7 .et_pb_main_blurb_image img,
.blub_numbers_10 .et_pb_main_blurb_image img,
.blub_numbers_11 .et_pb_main_blurb_image img,
.blub_numbers_6 .et_pb_main_blurb_image img,
.blub_numbers_9 .et_pb_main_blurb_image img,
.blub_numbers_12 .et_pb_main_blurb_image img,
.blub_numbers_15 .et_pb_main_blurb_image img{
	opacity:0;
	visibility:hidden;
}
.blub_numbers .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_3 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_5 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_7 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_10 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_11 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_6 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_9 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_12 .et_pb_main_blurb_image .et_pb_image_wrap,
.blub_numbers_15 .et_pb_main_blurb_image .et_pb_image_wrap{
	position:relative;
}
.blub_numbers .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_3 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_5 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_7 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_10 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_11 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_6 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_9 .et_pb_main_blurb_image .et_pb_image_wrap:before,
.blub_numbers_12 .et_pb_main_blurb_image .et_pb_image_wrap:before, 
.blub_numbers_15 .et_pb_main_blurb_image .et_pb_image_wrap:before{
	position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    background: #29a8e3;
}
.blub_numbers .et_pb_column:nth-child(1) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"01";
}
.blub_numbers .et_pb_column:nth-child(2) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"02";
}
.blub_numbers .et_pb_column:nth-child(3) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"03";
}

.blub_numbers .et_pb_column:nth-child(4) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"04";
}
.blub_numbers_3 .et_pb_column:nth-child(1) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"03";
}

.blub_numbers_6 .et_pb_column:nth-child(1) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"04";
}

.blub_numbers_6 .et_pb_column:nth-child(2) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"05";
}
.blub_numbers_6 .et_pb_column:nth-child(3) .et_pb_main_blurb_image .et_pb_image_wrap:before {
	content:"06";
}
.sidebar_form {
	position:fixed;
	left:-100%;
	top:0;
	background:#323e70;
	width:400px;
	height:100%;	
	z-index:999999999;
	transition:all 0.5s ease;
	-webkit-transition:all 2s ease;
	visibility:hidden;
	opacity:0;
	max-height: 100vh;
    overflow-y: auto;
}
.sidebar_form.activeform {
	left:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	visibility:visible;
	opacity:1;
}
.sidebar_form .inner_form {
	position:relative;
	padding:30px;
}
.sidebar_form .inner_form .closebtn {
	position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background:#2ea3f2;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0 0 0 4px;
	cursor:pointer;
}
.enquiryform label {
	display: block;
    margin-bottom: 5px;
    color: #ffff;
}
.enquiryform label span {
    color:var(--main);
}
.enquiryform input[type="text"],
.enquiryform input[type="email"],
.enquiryform input[type="tel"],
.enquiryform select {
	width: 100%;
    height: 40px;
    border: 0;
    border-radius: 2px;
	padding:0 15px;
	margin-bottom:15px;
}
.enquiryform textarea {
	width: 100%;
    border: 0;
    border-radius: 2px;
	padding:15px;
	margin-bottom:15px;
}
.enquiryform button,
.sidebar_form .ss_cnt_frm_sec .wpcf7-submit {
	width: 100%;
    border: 0;
    border-radius: 2px;
	padding:12px 15px;
	background:#28abe2 !important;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:18px;
}
.sidebar_form h3 {
	margin-bottom:0;
	color: #fff;
}
.sidebar_form .inner_form>p {
	margin-bottom:25px;
	color: #fff;
}
.et_mobile_menu {
	max-height:400px;
	overflow-y:auto;
}
.sidebar_form .ss_form_grp {
   display:block;
}
.sidebar_form .ss_form_grp div,
.sidebar_form .ss_cnt_frm_sec .wpcf7-submit {
    width: 100%;
}
.wpcf7-not-valid-tip {
    background: red;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin:0 !important;
}
.floating_btn {
  position: fixed;
  bottom:0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.floating_btns {
  position: fixed;
  bottom:0;
  left:0;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.contact_icon>i {
	font-size:30px;
}

.text_icon {
  color: #000;
  font-size: 13px;
	background: #fff;
    padding: 4px 10px !important;
    line-height: normal;
    border-radius: 3px;
    margin-top: 8px;
}
@media (max-width: 480px) {
.sidebar_form {
	width:100%;
}	
.form_flex p input[type="email"] {
    width: 200px;
}	
}
@media(max-width:767px) {
	.contact_info li:nth-child(2) {
		display:none
	}
	.discrip_hed_name h3 {
		font-size: 1rem;
		line-height: 23px;
	}
}
@media(max-width:767px) {
	.ss-hm-abt-image-sec .et_pb_column {
		width: 46% !important;
	}
	.testimonial_box p {
		width:96%;
	}
	.ss-hm-testi-sec .owl-carousel .owl-nav {
		text-align:center;
	}
	.ss-hm-testi-sec .owl-carousel .owl-nav button.owl-next, .ss-hm-testi-sec .owl-carousel .owl-nav button.owl-prev {
		position: relative;
	}
	.ss-hm-testi-sec  .owl-nav button.owl-prev {
		left: 0;
	}
	.ss-hm-testi-sec .owl-nav button.owl-next {
		right: 0;
	}
	footer#main-footer .footer-widget:nth-child(2) {
		padding-left:0px;
	}
	footer#main-footer .footer-widget:nth-child(3) {
		padding-left:0px;
	}
	.mob-col-2 .et_pb_module.et_pb_image {
		margin-bottom:0 !important;
	}
	.mob-col-2 .et_pb_number_counter .percent {
		height: auto !important;
	}
	.mob-col-2 .et_pb_number_counter .percent p {
		line-height: normal !important;
	}
}
@media(max-width:580px) {
	.ss-hm-banner-sec h2 {
		font-size: 1.5rem;
	}
	.logistics_service_desc {
		display:none;
	}
	.logistics_service_link a {
        padding: 1px 13px;
        font-size: 15px;
    }
}
@media(max-width:478px) {
	.mob-col-2 {
		
	}
	.mob-col-2>.et_pb_column {
		width: 48% !important;
		margin-right:2% !important;
		margin-bottom: 2% !important;
	}
}

.sscustom-why-chos-sec  .et_pb_blurb_container {
bottom: 60px;
	left: 0px;
}
.ss_domastic_pg_sec .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 5px;
}
#main-footer {
    background-size: cover;
}


/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width:280px) and (max-width: 767px){
	.ss-hed-top-lft ul.contact_info li:nth-child(2) {
    display: none;
}
	
	ul.contact_info {
    display: block;
    align-items: center;
}
	.et_mobile_menu {
		max-height: 450px;
		overflow-y: auto;
	}
.ss-hed-top-lft,
.ss-hed-top-right {
    width: auto;
	flex: 0 0 auto;
}
	.social_media li:first-child {
		display:none
	}
ul.social_media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
	ul.social_media img {
    width: 20px;
}
	.ss-custom-top-header .container {
		display: flex;
		align-items: center;
    	justify-content: space-between;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
}
	.ss-servicepg-list-sec:after, .ss-servicepg-list-sec:before{
		display:none;
	}
	div#page-container {
    padding-top: 115px !important;
}
	
	.ss_sea_freight_slid_sec .et_pb_blurb:after {
    background: linear-gradient(to top, #323e70, rgb(51 63 112 / 14%));
    opacity: 1;
}
	
	.ss_flexible_icon_col .text-limits .et_pb_column {
        margin-bottom: 0 !important;
    }
	.ss_compre_icon_sec .et_pb_column {
        margin-bottom: 0 !important;
    }
	
	.ss-truck-col-sec .ss-hm-truck-wheel-1 {
 bottom: 21%;
}


.ss-truck-col-sec .ss-hm-truck-wheel-2 {
     bottom: 21%;
}

.ss-truck-col-sec .ss-hm-truck-wheel-3 {
   bottom: 21%;
}
	.sscustom-why-chos-sec  .et_pb_blurb_container {
        bottom: 50px;
    }
	.ss_form_grp {
    display: block;
    gap: 20px;
}
.ss_form_grp div {
    width: 100%;
}
	.ss-cnt-pg-scl-text {
    display: block;
    margin: 0 8px;
}
	
	.ss_doma_list_rw .et_pb_column{margin: 0 0 0px !important;}
	footer#main-footer .title{
		font-size:20px;
	}
	ul.contact_info .et-pb-icon {
    font-size: 0.9rem;

}
		ul.contact_info a {
    font-size: 0.9rem;
}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 980px){
	.ss_sea-fre-img-box-sec .et_pb_main_blurb_image{
		width:100%;
	}
	
		.ss_sea-fre-img-box-sec .et_pb_main_blurb_image img{
		width:100%;
	}
	.ss_global_rech_sec .et_pb_main_blurb_image{
		width:100%;
	}
	.ss_global_rech_sec .et_pb_main_blurb_image img{
		width:100%;
	}
		.ss_flexible_icon_col .text-limits .et_pb_column {
        margin-bottom: 0 !important;
    }
	.ss_compre_icon_sec .et_pb_column {
        margin-bottom: 0 !important;
    }
	.ss-hed-top-right {
    width: 40%;
}
	    .ss-hed-top-lft ul.contact_info li:nth-child(2) {
        display: none;
    }
	footer#main-footer .title{
		font-size:1.5rem;
	}
		ul.contact_info .et-pb-icon {
    font-size: 1rem;

}
		ul.contact_info a {
    font-size: 1rem;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
	ul.contact_info a {
		font-size: 0.8rem;
	}
	ul.contact_info .et-pb-icon{
		font-size:0.8rem;
	}
	.et_header_style_left #et-top-navigation nav>ul>li:not(.nav-btn)>a {
    padding: 15px 25px !important;
    font-size: 0.8rem;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .et_header_style_left #et-top-navigation nav>ul>li>a {
        font-size: 12px !important;
    }
	ul.contact_info a {
    font-size: 0.7rem;
}
	ul.social_media li { 
    font-size: 0.7rem;

}
	ul.contact_info .et-pb-icon {
		font-size: 0.7rem;}
	ul.social_media img {
		width: 18px;}
	
	footer#main-footer .title{
		font-size:1.5rem;
	}
		ul.contact_info .et-pb-icon {
    font-size: 1rem;

}
ul.contact_info .et-pb-icon{
		font-size:0.8rem;
	}
	
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


