.elementor-section .elementor-container,
.elementor-column,
.elementor-widget,
.elementor-container .elementor-row {
    gap: 0 !important;
}

/*Mega Menu Style*/
.main-menu .main-menu__list > li.has-mega-menu {
    position: static;
}
.main-menu .main-menu__list > li.has-mega-menu .exporto-mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  z-index: 999;
}

.main-menu .main-menu__list > li.has-mega-menu:hover .exporto-mega-menu-content{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.top-0 {
    top: 0px !important;
}
.admin-bar .top-32,
.admin-bar .stricky-fixed{
    top: 32px;
}
.icon-box__toggler-open {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s;
}
.main-header-style1-links{
	margin-left:0px;
	padding-left:0px;
	border-left:0px;	
}
.body-bg-2,
.page-wrapper.boxed_wrapper{
	overflow:hidden;	
}
.main-slider-style1-quote{
	gap:15px;	
}
.transportation-style1-list{
	border-right: 0px;
	margin-right: 0px;	
}
.choose-style1-shape1,
.choose-style1-img .img2{
	z-index:1;	
}
.single-blog-style1 .img-box .category h6 a{
	color:#fff;	
}
.served-style2-content{
	padding-right:0px;	
}
.served-style2-fact-counter{
	margin-right:0px !important;
}
.btn-box .has-ele-btn__style i{
	font-size: 22px;
	top: 5px;
	position: relative;
	margin-left: 4px;	
}
#faq-style1-form .nice-select .option{
	padding:0px 20px !important;	
}
.main-header-style3-social-box{
	border-right: 0px solid #dbdee7;
  	padding: 3px 0px 4px 25px;
}
.footer-top-form form .mc4wp-form-fields{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
    flex-wrap: wrap;
}
.footer-widget-right-content-icon{
	padding-top:25px !important;	
}
.single-footer-widget-style2 .title,
.single-footer-widget-style3 .title,
.single-footer-widget-style4 .title{
	margin-bottom:35px;	
}
.footer-widget-style4__contact .list li{
	display:flex !important;	
}
.footer-widget-style4__contact .list li .title p a:before{
	display:none !important;
}	
.footer-widget-style4__contact .list li .title p a{
	padding-left:0px !important;	
}
.footer-widget-style4__contact,
.footer-widget-style4-gallery,
.footer-widget-newsletter{
	padding-top:0px;	
}
.footer-widget-style4__contact .list li .title{
	padding-bottom:0px !important;
	margin-bottom:0px !important;	
}
.footer-widget-style4-gallery ul li{
	margin: 0 3px 10px;	
}
.footer-widget-style4-gallery ul li .img-box img{
	width:85px;
	height:85px;	
}
.footer-widget-style4-gallery ul li .img-box .overlay-icon a{
	color: var(--thm-white) !important;
	padding:0px !important;	
}
.footer-widget-style4-gallery ul li .img-box .overlay-icon a:before{
	display:none !important;	
}
.footer-style4-social-box ul li a::before {
  content: "" !important;
  position: absolute;
  top: 0 !important;
  left: 0;
}
.footer-style4-social-box ul li a{
	padding-left:0px !important;
}
.footer-style4-social-box .inner-title{
	padding-bottom:12px;	
}
.footer-style4-social-box ul li a:hover {
  color: var(--thm-white) !important;
  background-color: transparent;
  padding-left:0px !important;
}
.main-slider-style1-form-title h3{
	z-index: 9;
	position: relative;	
}
/*************************Sidebar Widget ******************************/
.widget {
	position: relative;
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	padding: 0px;
	margin: 0px;
	position: relative;
}

.single-sidebar-box .sidebar-title,
.widget h2,
.widget .wp-block-search__label {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
}

.single-sidebar-box .sidebar-title:before,
.widget h2:before,
.widget .wp-block-search__label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/icon/arrow.svg");
    width: 56px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.single-sidebar-box .sidebar-title h3 {
    margin-bottom: 0px;
}

.widget ul li,
.widget ol li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c0c6d3;
	display: block;
	padding-left: 20px;
    font-weight: 700;
	color: var(--thm-black);
    font-size: 14px;
    font-family: var(--thm-font-2);
}

.widget ul li:before,
.widget ol li:before {
	content: "\e901";
	font-family: "icomoon";
    color: #a6aec1;
    font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
    line-height: 1.3em;
    font-weight: 400;
	transition: all .2s ease-in-out 0s;
}

.widget ul li:last-child,
.widget ol li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.widget ul li ul li,
.widget ol li ol li {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
	border-bottom: none;
	border-top: 1px dashed #c0c6d3;
}

.widget ul li ul li:before,
.widget ol li ol li:before {
	top: 10px;
}

.widget ul li a,
.widget ol li a {
	display: inline-block;
	font-weight: 700;
	color: var(--thm-black);
    font-size: 14px;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
	position: relative;
	transition: all .3s ease-in-out 0s;
}

.widget ul li a:hover,
.widget ol li a:hover {
	color: var(--thm-primary-color);
	margin-left: 5px;
}

.widget .recent-post article:last-child {
	margin-bottom: 0px;
}

.widget .tagcloud {
	position: relative;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.widget .tagcloud a {
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    background: var(--thm-gray-bg);
    color: var(--thm-black);
	border-radius: 5px;
	padding: 0 12px;
	font-size: 17px !important;
	font-weight: 400;
	text-transform: capitalize;
    font-family: var(--thm-font);
	transition: all .2s ease-in-out 0s;
}

.widget .tagcloud a:hover {
	background: var(--thm-primary-color);;
	color: #fff;
}

/**************** Footer Widget ***********/
.footer-widget {
	position: relative;
}
.single-footer-widget .title.pb-30{
	padding-bottom: 32px !important;	
}
.footer-widget ul,
.footer-widget ol {
	margin: 0;
	padding: 0;
}

.footer-widget ol li,
.footer-widget:not(.widget_scru_about_widget):not(.widget_scru_contact_widget) ul li{
	font-size: 20px;
	text-transform: capitalize;
	transition: all .3s ease-in-out 0s;
	margin-bottom: 10px;
	display: block;
}

.footer-widget ul li:last-child,
.footer-widget ol li:last-child {
	margin-bottom: 0;
}

.footer-widget ul li ul li,
.footer-widget ol li ol li {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 15px;
}

.footer-widget:not(.widget_scru_about_widget):not(.widget_scru_contact_widget) ul li a,
.footer-widget ol li a,
.footer-widget ul li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--thm-body-font-color-2);
	font-size: 17px;
	line-height: 26px;
	font-family: var(--thm-font);
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0s;
	transition-delay: 0.1s;
	z-index: 1;
	padding-left:25px;
}
.footer-widget ol li a:before,
.footer-widget ul li a:before{
	content:"\e987";
	position:absolute;
	left:0px;
	top:0px;
	font-size: 12px;	
	font-family: 'icomoon' !important;
}

.footer-widget:not(.widget_scru_about_widget):not(.widget_scru_contact_widget) ul li a:hover,
.footer-widget ol li a:hover {
	color: var(--thm-primary-color);
	margin-left: 5px;
}

.single-footer-widget-style2.widget_nav_menu,
.single-footer-widget-style3.widget_nav_menu{
	padding-left:28px;
}
.single-footer-widget-style3.widget_exporto_global_expertise_widget .title h3{
	color:#fff;	
}
.single-footer-widget-style3.footer-widget ol li a,
.single-footer-widget-style3.footer-widget ul li a{
	color: var(--thm-body-font-color) !important;	
}	

/*****************Common Styling *****************/
.main-header-style3-social-box.has-ele-flex__wrapper {
    border: none;
    padding: 0px;
    margin: 0;
}

.btn-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-box__icon i {
    margin: 0px;
}

.icon-card__wrap ul li .top-0 .icon {
    top: 0;
    line-height: 1;
}

.thm-clip__path {
    clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
}

.thm-clip__path2 {
    clip-path: polygon(100% 0, 100% 65%, 92% 100%, 0 100%, 0 0);
}

.thm-clip__path3 {
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
}

.thm-clip__path4{
    clip-path: polygon(100% 0, 100% 70%, 96% 100%, 0 100%, 0 0);
}

.thm-clip__path5{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 0 60%);
}

.thm-clip__path6{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%, 0 84%);
}

.thm-clip__path7{
    clip-path: polygon(100% 0, 100% 40%, 90% 100%, 0 100%, 0 0);
}

.thm-clip__path8{
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}



.thm-image__box {
    overflow: hidden;
    border-radius: 6px;
}

.thm-image__box:before {
  position: absolute;
    border-radius: 6px;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(var(--thm-black-bg-rgb), .85);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
  z-index: 1;
}

.thm-image__box:hover:before {
    opacity: 1;
}

.thm-image__box img {
    --scale: 1;
    --rotate: 0deg;
    --skewx: 0deg;
    --skewy: 0deg;
    --translatex: 0px;
    --translatey: 0px;
    --perspective: 0px;
    width: 100%;
    transform: perspective(var(--perspective))
             translateX(var(--translatex))
             translateY(var(--translatey))
             scale(var(--scale))
             rotate(var(--rotate))
             skewX(var(--skewx))
             skewY(var(--skewy));
    transition: all 1500ms ease;
}

.thm-image__box:hover img {
   transform: scale(1.07) rotate(0deg); 
}

.served-style1__tab-btn ul li .icon img {
    height: 26px;
}

.single-sidebar-post .expo-post__item .category h6 a,
.blog-style2-right-single .img-box .category h6 a,
.single-blog-page-three .category h6 a,
.blog-style2-left-inner .img-box .category h6 a,
.blog-details-page-top .img-box .category h6 a{
    color: inherit;
}

.exporto-comment-item .add-comment-box {
    padding-top: 0;
    padding-bottom: 40px;
}

#wpcargo-result-wrapper * {
    font-family: var(--thm-font);
}

.wpcargo-track .track_form_tr {
    display: flex;
    flex-direction: column;
}

.wpcargo-track .track_form_tr .track_form_th h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wpcargo-track table.track_form_table tr td {
    padding: 0px;
    margin-bottom: 10px;
}

.wpcargo-track .track_form_tr .track_form_td:not(.submit-track) input {
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: var(--thm-border-radius);
    padding: 0px 25px 0px;
    color: var(--thm-body-font-color);
}

.wpcargo-track .track_form_tr .track_form_td.submit-track input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background-color: var(--thm-black);
    border-radius: 6px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s linear;
    padding-left: 40px;
    padding-right: 40px;
    border: none;
}

.wpcargo-track .track_form_tr .track_form_td.submit-track input:hover {
    background-color: var(--thm-primary-color);
}

.blog-page-three__inner .wpcargo-track .track_form_tr .track_form_td:not(.submit-track) input {
    background: #f3f4f6;
}

.wpcargo-result .wpcargo-container {
    max-width: 100%;
    padding: 0px;
    margin: 0;
}

#wpcargo-result .wpcargo-row {
    margin: 0px;
}

#wpcargo-result .wpcargo-row .wpcargo-col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.wpcargo-result .wpcargo-wrap-details #wpcargo-track-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0;;
}

#shipper-info,
#shipment-status,
#wpc-multiple-package,
#wpcargo-history-section{
    margin-top: 20px !important;
}

#shipper-info .header-title,
#wpcargo-result .header-title,
#wpcargo-account h4{
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--thm-border-color);
}

#shipment-status #result-status-header {
    background-color: var(--thm-black);
    border-radius: 6px 6px 0 0;
    font-family: var(--thm-font-2);
    font-weight: 600;
    font-size: 20px;
}

#wpcargo-result #shipment-info {
    border: 1px solid var(--thm-border-color);
    padding: 30px 15px !important;
    border-radius: 0 0 6px 6px;
}

#wpcargo-result #shipment-info .wpcargo-col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px;
}

.wpcargo-wrap-details #shipment-info .wpcargo-label {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    font-size: 14px;
}

.wpcargo-label-info {
    font-family: var(--thm-font);
}

#wpcargo-account {
    margin-top: 50px;
}

.elementor-element-1d5a5d9 .mc4wp-form-fields .footer-top-form-inner {
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.elementor-element-1d5a5d9 .footer-top-form .form-group {
    padding: 0 10px;
}

.elementor-element-1d5a5d9 .footer-top-form .form-group .icon {
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 16px;
    color: var(--thm-primary-color);
}

.elementor-element-1d5a5d9 .footer-top-form .form-group .input-box label,
.elementor-element-1d5a5d9 .footer-top-form form .btn-box .checked-box1{
    display: none;
}

.elementor-element-1d5a5d9 .footer-top-form .form-group .input-box input{
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    font-family: var(--thm-font);
}

.elementor-element-1d5a5d9 .footer-top-form .form-group .icon span,
.elementor-element-1d5a5d9 .footer-top-form .form-group .icon span:before {
    color: var(--thm-primary-color);
}

.elementor-element-1d5a5d9 .footer-top-form form .btn-box {
    margin-top: 10px;
}

.elementor-element-1d5a5d9 .footer-top-form form .btn-box button {
    border: 1px solid var(--thm-border-color-1);
}

.team-details {
    position: relative;
    padding: 120px 0;
}

.image-box__team {
    border-radius: 6px;
    padding: 30px;
    background-color: #f3f4f7;
}

.image-box__team img {
    border-radius: 6px;
}

.content-box__team {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 70px;
}

.content-box__team .contact-inner,
.team-other__options{
    margin-top: 10px;
}

.content-box__team .designation,
.con-info__detail li{
    font-size: 14px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--thm-primary-color);
}

.contact-inner__headin h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.con-info__detail li {
    text-transform: lowercase;
}

.con-info__detail li strong {
    font-weight: 600;
    text-transform: uppercase;
}

.single-sidebar__services {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-sidebar__services ul li {
    position: relative;
    border-bottom: 1px solid var(--thm-border-color);
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-sidebar__services ul li:last-child {
    border-bottom: none;
}

.single-sidebar__services ul li:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--thm-primary-color);
    border-right: 1px solid var(--thm-border-color); 
}

.single-sidebar__services ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar__services ul li a:hover,
.single-sidebar__services ul li.current-menu-item a{
    color: var(--thm-primary-color);
}

.elementor-element-36df3a9 .footer-top-form form .mc4wp-form-fields {
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.elementor-element-36df3a9 .footer-top-form .footer-top-form-inner {
    width: 100%;
}

.elementor-element-36df3a9 .footer-top-form .form-group .input-box label {
    display: none;
}

.elementor-element-36df3a9 .footer-top-form .form-group {
    max-width: 100%;
    width: 100%;
    background: rgb(255, 255, 255, .1);
    padding: 0 20px;
    border-radius: 5px;
}

.elementor-element-36df3a9 .footer-top-form .form-group .icon {
    width: auto;
    border-radius: 0;
    background: none;
}

.elementor-element-36df3a9 .footer-top-form .form-group .icon span,
.elementor-element-36df3a9 .footer-top-form .form-group .icon span:before{
    color: var(--thm-primary-color);
}

.elementor-element-36df3a9 .footer-top-form .form-group .input-box input[type="email"] {
    height: 56px;
    color: var(--thm-body-font-color-2);
}

.elementor-element-36df3a9 .footer-top-form form .btn-box {
    flex-direction: row-reverse;
    margin-top: 20px;
    gap: 30px;
}

.elementor-element-36df3a9 .footer-top-form form .btn-box button {
    background-color: var(--thm-white);
    color: var(--thm-black);
}

.elementor-element-36df3a9 .footer-top-form form .btn-box button:hover {
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
}

.elementor-element-36df3a9 .footer-top-form form .btn-box .checked-box1 label {
    color: var(--thm-body-font-color-2);
}

.styled-pagination .pagination {
    align-items: center;
}

.mt_30 {
    margin-top: 30px;
}

.styled-pagination li a i.left {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    
    .exporto-comment-item .exporto-comment-item {
        margin-left: 70px;
    }
}

@media (max-width: 767px) {
    .single-comment .content-box {
        width: 100%;
    }
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 30px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 0px solid transparent;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.widget .nice-select:after,
.footer-widget .nice-select:after{
	right: 20px;
	margin: 0px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.footer-widget .nice-select{
	background-color: #fff;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	min-width:100%;
	border: none;
}

.widget .nice-select ul li,
.footer-widget .nice-select ul li{
	padding-bottom: 5px;
    padding-top: 5px;
	margin-bottom:0px;
}

.widget .nice-select ul li:before,
.footer-widget .nice-select ul li:before{
	display:none;
}

.footer-widget .nice-select ul li{
	color: var(--thm-black);
}

.thm-unit-test .wpcargo table tbody tr th,
.wpcargo-track table.track_form_table tr td{
    border: none;
    padding: 0;
    line-height: inherit;
}