body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px
}
@font-face {
	font-family: 'tahomaregular';
	src: url('tahoma-webfont.woff2') format('woff2'),  url('tahoma-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tahomabold';
	src: url('tahomabd-webfont.woff2') format('woff2'),  url('tahomabd-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #232F55;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal
}
p {
	font-family: 'Roboto', sans-serif;
	color: #232F55;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 400;
}
.fix {
	overflow: hidden
}
.clear {
	clear: both
}
a, .button {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none
}
a {
	color: #635c5c;
	text-decoration: none
}
a:hover {
	color: #fff
}
a:focus, a:hover {
	text-decoration: none
}
a, button {
	color: #fff;
	outline: medium none
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0
}
input:focus::-moz-placeholder {
opacity:0;
-webkit-transition:.4s;
-o-transition:.4s;
transition:.4s
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}
ul {
	margin: 0px;
	padding: 0px
}
li {
	list-style: none
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0
}
@keyframes bounce {
0% {
transform:translateY(-3px)
}
50% {
transform:translateY(3px)
}
100% {
transform:translateY(-3px)
}
}
.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
	box-shadow: 0 10px 15px rgba(25,25,25,0.1);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1)
}
 @-webkit-keyframes heartbeat {
to {
-webkit-transform:scale(1.03);
transform:scale(1.03)
}
}
@keyframes rotateme {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}
}
.slick-initialized .slick-slide {
	outline: 0
}
.running {
	animation: nudge 10s linear infinite alternate
}
@keyframes nudge {
0%, 100% {
transform:translate(0, 0)
}
50% {
transform:translate(-100px, 0);
@media (max-width: 575px) {
transform:translate(-50px, 0) !important
}
}
80% {
transform:translate(100px, 0);
@media (max-width: 575px) {
transform:translate(50px, 0) !important
}
}
}
.section-padding {
	padding-top: 120px;
	padding-bottom: 100px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding {
	padding-top: 100px;
	padding-bottom: 90px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-padding {
	padding-top: 70px;
	padding-bottom: 40px
}
}
@media (max-width: 575px) {
.section-padding {
	padding-top: 40px;
	padding-bottom: 40px
}
}
.footer-padding {
	padding-top: 40px;
	padding-bottom: 0
}
.footer-padding img {
	width: 30px;
	margin-top: -5px;
	padding: 0px;
	text-align: left;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-padding {
	padding-top: 40px;
	padding-bottom: 20px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-padding {
	padding-top: 40px;
	padding-bottom: 20px
}
}
@media (max-width: 575px) {
.footer-padding {
	padding-top: 40px;
	padding-bottom: 0px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittle {
	margin-bottom: 50px
}
}
@media (max-width: 575px) {
.section-tittle {
	margin-bottom: 40px
}
}
.section-tittle p {
	color: #232F55;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5
}
.section-tittle p a {
	text-decoration: underline
}
.section-tittle>span {
	color: #7EA0FF;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 0.05em
}
@media (max-width: 575px) {
.section-tittle>span {
	font-size: 14px;
	padding-left: 0px
}
.footer-area .footer-tittle h3 {
	font-size: 24px;
}
}
.section-tittle h2 {
	font-size: 44px;
	display: block;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 22px
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.section-tittle h2 {
	font-size: 40px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-tittle h2 {
	font-size: 41px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-tittle h2 {
	font-size: 43px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittle h2 {
	font-size: 31px
}
}
@media (max-width: 575px) {
.section-tittle h2 {
	font-size: 24px
}
}
.section-img-bg {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
}
.btn {
	background-image: linear-gradient(90deg, #2e64af 10%, #ef7921 50%, #cd3f26 100%);
	font-family: 'Roboto', sans-serif;
	text-transform: inherit !important;
	padding: 22px 32px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 400 !important;
	border-radius: 0px;
	line-height: 1;
	line-height: 0;
	cursor: pointer;
	-moz-user-select: none;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
	border: 1px solid #ddd;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 102%;
	height: 102%;
	background: #ef7922;
	z-index: 1;
	border-radius: 0px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleY(0);
	border-radius: 0px
}
.btn i {
	padding-right: 11px
}
.btn:hover {
	color: #fff !important
}
.btn:hover::before {
	transform: scaleY(1);
	z-index: -1
}
.border-btn {
	border: 1px solid #fff;
	color: #fff;
	background: none;
	text-transform: normal;
	padding: 17px 39px !important;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	transition: color 0.4s linear;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	z-index: 1
}
.border-btn i {
	font-size: 16px;
	margin-right: 10px;
	color: #F02930;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.border-btn::before {
	border: 1px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #fff;
	z-index: -1;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleY(0);
	border-radius: 0
}
.border-btn:hover {
	color: #F02930
}
.border-btn:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent
}
.about-btn {
	padding: 30px 40px
}
.header-btn2 {
	padding: 25px 25px !important;
	margin: 0px -82px 0 0px;
}
@media (max-width: 575px) {
.header-btn2 {
	padding: 24px 15px !important
}
}
.hero-btn {
	padding: 18px 52px
}
.submit-btn {
	width: 100%;
	background: #F02930;
	font-family: 'Roboto', sans-serif;
	text-transform: inherit !important;
	padding: 30px 43px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 5px;
	line-height: 1;
	line-height: 0;
	cursor: pointer;
	-moz-user-select: none;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden
}
.submit-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #232F55;
	z-index: 1;
	border-radius: 5px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
	border-radius: 0px
}
.submit-btn:hover {
	color: #fff !important
}
.submit-btn:hover::before {
	transform: scaleX(1);
	z-index: -1
}
.submit-btn i {
	font-size: 20px;
	margin-right: 10px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.submit-btn2 {
	background: #F02930;
	height: 50px;
	padding: 10px 36px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	border-radius: 0px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px
}
.btn_1 {
	background-color: #F02930;
	border: 1px solid #F02930;
	color: #fff !important;
	display: inline-block;
	padding: 16px 41px;
	text-transform: capitalize;
	line-height: 16px;
	margin-top: 32px;
	font-size: 13px
}
.btn_1:hover {
	background-color: #fff;
	border: 1px solid #F02930;
	color: #F02930 !important
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none
}
.header-area .main-header {
	padding-left: 322px;
	padding-right: 35px
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.header-area .main-header {
	padding-right: 43px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .main-header {
	padding-left: 159px;
	padding-right: 28px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .main-header {
	padding-left: 270px;
	padding-right: 43px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .main-header {
	padding: 15px 20px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .main-header {
	padding: 15px 20px
}
}
@media (max-width: 575px) {
.header-area .main-header {
	padding: 15px 20px
}
}
.header-area .menu-wrapper {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.header-area .menu-wrapper .logo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0
}
.header-area .menu-wrapper .logo img {
	width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.header-area .menu-wrapper .logo img {
	width: 150px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .menu-wrapper .logo img {
	width: 150px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .menu-wrapper .logo img {
	width: 120px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .menu-wrapper .logo img {
	width: 100px
}
}
@media (max-width: 575px) {
.header-area .menu-wrapper .logo img {
	width: 97px
}
}
.header-area .menu-wrapper .logo2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: none
}
.header-area .menu-wrapper .main-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1
}
.header-area .menu-wrapper .main-menu ul li a {
	color: #1D2547;
	font-weight: 500;
	padding: 13px 22px;
	display: block;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .menu-wrapper .main-menu ul li a {
	padding: 28px 13px
}
}
.header-area .menu-wrapper .main-menu ul li:hover>a {
	color: #F02930
}
.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%
}
.footer-area {
	background: #eee
}
.footer-area .footer-pera p {
	color: #C2C5DB;
	padding-right: 52px;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-area .footer-pera p {
	padding-right: 0px
}
}
.footer-area .footer-tittle h3 {
	color: #f68b21!important;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}
.footer-area .footer-tittle h4 {
	color: #f68b21!important;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 500;
}
.footer-area .footer-tittle ul li {
	margin-bottom: 15px
}
.footer-area .footer-tittle ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline transparent;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.footer-pera a {
	font-size: 14xp;
	letter-spacing: 0.3px;
}
.footer-area .footer-tittle ul li a:hover {
	color: #F02930;
	text-decoration: underline
}
.footer-area .footer-tittle p {
	color: #C2C5DB;
	font-size: 14px
}
.footer-area .info.error {
	color: #F02930
}
.footer-bottom-area {
	background: #1D2547
}
.footer-bottom-area .footer-border {
	padding: 10px 0px 10px
}
.footer-bottom-area .footer-copy-right p {
	color: #C2C5DB;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 12px
}
.footer-bottom-area .footer-copy-right p i {
	color: #F02930
}
.footer-bottom-area .footer-copy-right p a {
	color: #F02930
}
.footer-social a {
	color: #F02930;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	background: rgba(240,41,48,0.07)
}
.footer-social a img {
	width: 20px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
.footer-social a:hover {
	background: #fff
}
.footer-social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}
.footer-social a i {
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	display: inline-block;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg)
}
.form-select {
	height: 40px;
	width: 100%
}
.form-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%
}
.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px
}
.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px
}
.form-select .nice-select .list .option.selected {
	color: #1f2b7b;
	background: transparent
}
.form-select .nice-select .list .option:hover {
	color: #1f2b7b;
	background: transparent
}
.form-select .current {
	margin-right: 50px;
	font-weight: 300
}
.form-select .nice-select::after {
	right: 20px
}
.mt-10 {
	margin-top: 10px
}
.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee
}
.mb-30 {
	margin-bottom: 30px
}
.mt-30 {
	margin-top: 30px
}
.switch-wrap {
	margin-bottom: 10px
}
.forwarding {
	margin: 0px;
	padding: 0px;
}
.forwarding h1 {
    margin-left: 60px;
    font-size: 22px;
    text-align: center;
    font-family: 'tahomaregular';
    font-weight: 600;
    text-transform: uppercase;
    color: #2f61a8;
    margin-top: 40px;
    letter-spacing: 0.5px;
    padding: 0px;
}
.header-social {
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.header-social a {
	width: 30px;
	display: inline-block;
	padding: 5px 8px 4px;
	color: #444;
	font-size: 14px;
}
.header-social a img {
	width: 100%;
}
.topcontact {
	width: 100%;
	text-align: right;
}
.topcontact a {
	display: inline-block;
	padding: 0px;
	color: #444;
	padding: 5px 0px;
	font-size: 14px;
}
.topcontact img {
	width: 18px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.logo {
	top: 5px;
	padding: 0px;
	position: absolute;
}
.logo a {
	margin: 0px;
	padding: 0px;
	width: 100%
}
.logo a img {
	margin-left: -20px;
	padding: 0px;
	margin-top: 0px;
}
.bg-main {
	margin: 0px;
	padding: 0px;
	background: url(../images/bgmain.webp) top/cover no-repeat;
}
.bg-mainair {
	margin: 0px;
	padding: 0px;
	background: url(../images/airfreight.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-mainsea {
	margin: 0px;
	padding: 0px;
	background: url(../images/seafreightbg.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-maincustom {
	margin: 0px;
	padding: 0px;
	background: url(../images/custom.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-maintransportation {
	margin: 0px;
	padding: 0px;
	background: url(../images/transportationbg.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-mainwarehousing {
	margin: 0px;
	padding: 0px;
	background: url(../images/warehousingbg.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-mainprojectcargo {
	margin: 0px;
	padding: 0px;
	background: url(../images/mainprojectcargo.webp) fixed;
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-main figure {
	margin-top: 100px;
	padding: 0px;
	width: 100%;
}
.bg-main figure img {
	width: 100%;
}
.about_us_content {
	margin: 100px 0px 80px 100px;
	padding: 40px;
	width: 90%;
	box-sizing: border-box;
	background: rgb(205 13 13 / 75%);
}
.about_us_content h2 {
	font-size: 30px;
	color: #fff;
	text-align: left;
	opacity: 1
}
.about_us_content p {
	font-size: 15px;
	text-align: justify;
	color: #fff;
	margin-bottom: 80px;
	line-height: 24px;
}
.ourservices {
	box-sizing: border-box;
	margin: 0px;
	padding: 40px 0px 20px;
	text-align: center;
}
.ourservices h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ourservices img {
	width: 30px;
	margin-top: -8px;
	padding: 0px;
	text-align: center;
}
.ourservices h3 {
	font-size: 32px;
	text-align: center;
	color: #363635;
	padding: 5px 0px;
	width: 38%;
	margin: 0 auto 30px;
	line-height: normal;
}
.mshippingslider {
	margin: 0px;
	alignment-adjust: auto;
	box-sizing: border-box;
	width: 100%;
}
.mshippingslider h5 {
	margin-bottom: 10px;
	alignment-adjust: auto;
	box-sizing: border-box;
	width: 100%;
	font-size: 30px;
}
.requestform {
	background: #f7f7f7;
	padding: 40px 0px;
	margin: 0px;
}
.requestform form {
	background: #f17c20;
	width: 100%;
	border: 1px solid #fff;
	padding: 40px;
}
.requestform form input {
	border-bottom: 1px solid #ddd!important;
	font-size: 14px;
	padding: 10px;
	color: #fff!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.requestform form textarea {
	border-bottom: 1px solid #fff!important;
	padding: 10px;
	font-size: 14px;
	color: #757571!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.requestform form select {
	border-bottom: 1px solid #fff!important;
	padding: 10px;
	font-size: 14px;
	color: #fff!important;
	margin: 3px 0px;
	background: none;
	border: none;
	width: 100%;
}
.formrightside {
	margin-top: 130px;
	text-align: left;
	padding-left: 50px;
}
.formrightside h2 {
	color: #000;
	font-size: 38.53px;
	margin: 0px;
	text-align: left;
}
.formrightside p {
	padding: 5px 0px;
	box-sizing: border-box;
	font-size: 16px;
	color: #464A4C!important;
	font-weight: 400;
	margin-bottom: 30px;
}
.formrightsider p {
	padding: 10px 0px 2px;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 30px;
	color: #000!important;
	font-weight: 400;
	margin-left: -40px;
	margin-bottom: 0px;
}
.formrightsider p strong {
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000!important;
	font-weight: 600;
	margin-bottom: 0px!important;
}
.formrightsider p strong a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px!important;
}
.customcolor {
	color: #fdaf00!important;
}
.customisewidth {
	background: #000;
	border-radius: 50px;
	animation: animate 3s linear infinite;
	height: 65px;
	width: 65px;
	line-height: 17px;
}
#toTop {
	bottom: 70px;
	color: #333;
	display: none;
	position: fixed;
	right: 10px;
	z-index: 999;
}


::-webkit-input-placeholder { /* Edge */
 color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::placeholder {
 color: white;
}
::-webkit-select-placeholder { /* Edge */
 color: white;
}

:-ms-select-placeholder { /* Internet Explorer 10-11 */
 color: white;
}
select {
	color: #fff;
}
option:not(:first-of-type) {
	color: white;
	background: #f17c20;
	margin: 3px 0px;
	line-height: 20px;
}
.rftqmshipping {
	background: url(../images/mshipping.webp) no-repeat top/cover fixed;
	padding: 100px 0px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.rftqmshipping h3 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	padding: 10px 0 40px;
	width: 64%;
	margin: 0px auto;
	font-weight: 400;
}
.rftqmshipping a {
	font-size: 16px;
	background: #f68b21;
	color: #fff;
	text-align: center;
	padding: 15px 20px 15px;
	margin-left: 10px;
}
.rftqmshipping:hover a {
	background: #1037b6;
	transition: all ease 0.3s;
}
.bgforbt {
	background: #f00!important;
	transition: all ease 0.3s;
}
.rftqmshipping:hover .bgforbt {
	background-image: linear-gradient(90deg, #2e64af 10%, #ef7921 50%, #cd3f26 100%)!important;
}
.borderbg {
	background-image: linear-gradient(90deg, #cd3f26 6%, #ef7921 44%, #2e64af 100%);
	height: 40px;
	width: 100%;
	box-sizing: border-box
}
.bg-abmain {
	background: url(../images/aboutus.webp);
	box-sizing: border-box;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 110px 0 0 0;
	background-color: var(--title-color);
	background-size: cover;
}
.bg-abmain figcaption {
	width: 100%;
	margin: 0px;
	padding: 60px 0px 150px;
	text-align: left;
}
.bg-abmain figcaption h4 {
	color: var(--white-color);
	margin: -0.18em 0 0em 0;
	padding-bottom: 0px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.7px;
}
.bg-abmain figcaption h4 p {
	font-size: 20px;
	font-weight: 400;
}
ul.breadcrumb {
	position: relative;
	max-width: 100%;
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	background-color: #ed7721;
	min-width: 360px;
	display: inline-block;
	min-height: 30px;
	line-height: 30px;
	padding: 15px 180px;
	margin-bottom: 0;
	-webkit-clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
	clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}
ul.breadcrumb li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 5px;
	font-family: var(--title-color);
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	list-style: none;
	position: relative;
	color: #fff!important;
}
ul.breadcrumb li a {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	text-decoration: none!important;
	font-size: 18px;
	color: var(--theme-color);
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: white;
	content: "/\00a0";
}
ul.breadcrumb li:after {
	position: relative;
	margin-left: 10px;
	font-weight: 600;
	font-size: 15px;
	color: var(--theme-color);
	font-family: var(--icon-font);
}
ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}
.whychooseus {
	background: #e3dede;
	padding: 40px 0px;
	margin: 0px;
	box-sizing: border-box;
}
.whychooseus figcaption h4 {
	color: var(--white-color);
	margin: -0.18em 0 0em 0;
	padding-bottom: 0px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.7px;
	font-weight: 200;
}
.whychooseus figcaption h4 p {
	font-size: 20px;
	font-weight: 400;
}
.accordion {
	background-image: linear-gradient(90deg, #cd3f26 6%, #ef7921 44%, #2e64af 100%);
	color: #fff;
	cursor: pointer;
	padding: 23px 20px 23px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom: 1px solid #fff;
}
.accordion img {
	width: 30px;
	margin: 0px;
	padding: 0px;
}
.active, .accordion:hover {
	background-image: linear-gradient(90deg, #ef7921 6%, #2e64af 44%, #cd3f26 100%);
}
.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}
.formrightsidecon {
	margin-top: 90px;
	text-align: left;
	padding-left: 50px;
}
.formrightsidecon p span {
	color: #000;
	font-size: 38.53px!important;
	margin: 0px;
	font-weight: 500;
	text-align: left;
}
.formrightsidecon p {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-size: 16px;
	color: #464A4C!important;
	font-weight: 400;
	visibility: visible;
	animation-name: fadeInUp;
}
.formrightsidecon p a {
	padding: 0px;
	box-sizing: border-box;
	font-size: 16px;
	color: #464A4C!important;
	font-weight: 400;
	visibility: visible;
	animation-name: fadeInUp;
}
.formrightsidecon p a figure {
	width: 50px;
	padding: 0px;
	margin: 0px;
}
.formrightsidecon p a figure img {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/**** pop up button css from here **********/

/**** popup model ****/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	padding-top: 15px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #ddd;
	margin: auto;
	padding: 15px;
	border: 1px solid #888;
	width: 70%!important;
}
/* The Close Button */
.closer {
	float: right;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: -15px;
	color: #f00;
}
.closer:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.close {
	float: right;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: -15px;
	color: #f00;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.mshippinglogistics-sec {
	cursor: pointer;
	transform: translateY(-105px);
	width: 40px;
	transform: rotate(-90deg);
}
.mshippinglogistics-sec, .tollfree-sec {
	position: fixed;
	top: 50%;
	right: 0;
	padding: 5px;
	z-index: 6;
}
.mshippinglogistics-sec button {
	background: #f9b215;
	width: 100px;
	right: 0px;
	border: none;
	padding: 8px 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
	background-color: #f9b215;
	color: #000;
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	bottom: 0px;
	right: 28px;
	width: 170px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
}
/* Add styles to the form container */
.form-container {
	max-width: 300px;
	padding: 10px;
	background-color: white;
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
	width: 100%;
	padding: 6px;
	margin: 4px 0 12px 0px;
	border: none;
	background: #939393;
	font-size: 14px;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #04AA6D;
	color: white;
	padding: 5px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: red;
}
/* Add some hover effects to buttons */
.requestacall {
	margin: 0px;
	padding: 0px;
	background-image: linear-gradient(#FFC107, #009688);
	background-attachment: fixed;
	width: 100%;
}
.requestacall input {
	width: 100%;
	backface-visibility: visible;
	background: none;
}
.requestacall textarea {
	width: 100%;
	backface-visibility: visible;
	background: none;
}
.requestacall select {
	width: 100%;
	backface-visibility: visible;
	background: none;
}
button.accordion.active:after {
	content: "\2212";
}
button.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
/*** nav bar css start from here *****/
.topnav {
	margin-right: -12px;
	padding: 0px;
	float: right;
}
.topnav a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.active {
	color: dark;
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	position: initial;
	overflow: hidden;
}
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 162px;
}
.rfqbtn {
	padding: 27px 15px!important;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	color: black;
}
.dropdown-content a:hover {
	background-image: linear-gradient(90deg, #2e64af 10%, #ef7921 50%, #cd3f26 100%);
	color: black;
}
.dropdown:hover .dropdown-content {
	display: block;
}
 @media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.logo {
	padding: 0px;
	position: relative;
	clear: both;
	empty-cells: hide;
	text-align: center;
	width: 100%;
}
.logo a img {
	margin: 0px auto;
}
.forwarding h1 {
	margin-left: 0px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	background: #2f62ab;
	padding: 7px 1px;
	border-radius: 0;
}
.topcontact {
	text-align: center;
	background: #fd6e00;
	color: #fff;
}
.topcontact a {
	color: #fff;
}
.topnav a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	padding: 9px 16px 6px;
	text-decoration: none;
	font-size: 14px;
}
.header-social {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-top: -7px;
}
.footer-area .footer-tittle h4 {
	font-size: 18px;
}
.footer-area .footer-tittle h3 {
	font-size: 24px;
}
}
 @media screen and (max-width: 600px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
.topnav.responsive .dropdown {
	float: none;
}
.topnav.responsive .dropdown-content {
	position: relative;
}
.topnav.responsive .dropdown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
}
.topcontact {
	text-align: center;
}
.about_us_content {
	margin: 0px auto;
	width: 75%;
	padding: 20px;
}
.bg-main figure img {
	display: none;
}
.about_us_content h2 {
	font-size: 18px;
}
.ourservices h3 {
	font-size: 24px;
	text-align: center;
	color: #363635;
	padding: 5px 0px;
	width: 70%;
	margin: 0 auto 20px;
}
.formrightsider p {
	padding: 10px 0px 0px;
	line-height: 20px;
	box-sizing: border-box;
	font-size: 22px;
	color: #000!important;
	font-weight: 400;
	margin-left: 0px;
	margin-bottom: 0px;
}
.rftqmshipping h3 {
	font-size: 24px;
	padding: 10px 0 20px;
	width: 80%;
}
.footer-area .footer-tittle h3 {
	font-size: 24px;
}
.carousel-control-next, .carousel-control-prev {
	width: 15%;
}
.topnav {
	margin-right: 0px;
	float: none;
}
}
.sercices-area .properties .properties-card {
	background: #fff;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
}
.sercices-area .properties .properties-card .properties-img {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.sercices-area .properties .properties-card .properties-img a {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.properties figure {
	background: #1037b6;
	text-align: center;
	width: 80px;
	border-radius: 50px;
	margin: -20px auto 0px;
	top: -20px;
	padding: 17px;
	height: 80px;
	line-height: 50px;
	z-index: 2;
	position: relative;
	bottom: 0px;
	transition: all ease 0.3s;
}
.properties:hover figure {
	background: #fff;
	transition: all ease 0.3s;
}
.sercices-area .properties .properties-card .properties-img figure img {
	width: 100%;
}
.sercices-area .properties .properties-card .properties-img img {
	width: 100%;
	position: relative;
	transition: all ease 0.3s;
}
.sercices-area .properties .properties-card .properties-img:hover img {
	transition: all ease 0.3s;
	opacity: 0.7;
}
.sercices-area .properties .properties-card .properties-caption {
	width: 100%;
	background-color: #1fc8db;
	background-image: linear-gradient(90deg, #cd3f26 6%, #ef7921 44%, #2e64af 100%);
	color: white;
	opacity: 1;
	margin-top: -60px;
	padding: 0px 20px 0px;
	height: 210px;
	margin-bottom: 25px
}
.sercices-area .properties .properties-card .properties-caption:hover {
	width: 100%;
	background-color: #2e64af;
	background-image: linear-gradient(90deg, #2e64af 10%, #ef7921 50%, #cd3f26 100%);
	color: white;
	opacity: 1;
	margin-top: -60px;
	padding: 0px 20px 0px;
	height: 210px;
	margin-bottom: 25px
}
.sercices-area .properties .properties-card .properties-caption h3 {
	padding-top: 69px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: underline transparent;
	-webkit-transition: all .4s ease-in 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	padding-top: 0px;
	padding-top: 70px;
	width: 100%;
}
.sercices-area .properties .properties-card .properties-caption p {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.sercices-area .properties .properties-card .properties-caption h3 {
	font-size: 16px
}
}
@media (max-width: 575px) {
.sercices-area .properties .properties-card .properties-caption h3 {
	font-size: 18px
}
}
.sercices-area .properties .properties-card .properties-caption h3 span {
	color: #F02930
}
.sercices-area .properties .properties-card .properties-caption h3 a:hover, .sercices-area .properties .properties-card .properties-caption h3 .properties-card {
	color: #F02930
}
.sercices-area .properties .properties-card .properties-caption P {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}
.sercices-area .properties:hover .properties-caption h3 span {
	text-decoration: underline
}
.sercices-area .properties:hover .properties-img img {
	transform: scale(1)
}
.header-area .main-header {
	padding-left: 322px;
	padding-right: 35px
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.header-area .main-header {
	padding-right: 43px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .main-header {
	padding-left: 159px;
	padding-right: 28px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .main-header {
	padding-left: 270px;
	padding-right: 43px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .main-header {
	padding: 15px 20px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .main-header {
	padding: 15px 20px
}
}
@media (max-width: 575px) {
.header-area .main-header {
	padding: 15px 20px
}
}
.header-area .header-sticky.sticky-bar .menu-wrapper .header-left .logo {
	display: none !important
}
.header-area .header-sticky.sticky-bar .menu-wrapper .header-left .logo2 {
	display: block
}
.header-area .menu-wrapper {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.header-area .menu-wrapper .logo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0
}
.header-area .menu-wrapper .logo img {
	width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.header-area .menu-wrapper .logo img {
	width: 150px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .menu-wrapper .logo img {
	width: 150px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .menu-wrapper .logo img {
	width: 120px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .menu-wrapper .logo img {
	width: 100px
}
}
@media (max-width: 575px) {
.header-area .menu-wrapper .logo img {
	width: 97px
}
}
.header-area .menu-wrapper .logo2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	display: none
}
.header-area .menu-wrapper .main-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1
}
.header-area .menu-wrapper .main-menu ul li a {
	color: #1D2547;
	font-weight: 500;
	padding: 13px 22px;
	display: block;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .menu-wrapper .main-menu ul li a {
	padding: 28px 13px
}
}
.header-area .menu-wrapper .main-menu ul li:hover>a {
	color: #F02930
}
.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%
}
.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu::before {
	top: -8px
}
.header-area .menu-wrapper .main-menu ul ul.submenu {
	position: absolute;
	width: 170px;
	background: #fff;
	left: 0;
	top: 90%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
	padding: 17px 0;
	border-top: 3px solid #F02930;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-radius: 5px 5px 0 0
}
.header-area .menu-wrapper .main-menu ul ul.submenu>li {
	margin-left: 7px;
	display: block
}
.header-area .menu-wrapper .main-menu ul ul.submenu>li>a {
	padding: 7px 10px !important;
	font-size: 16px;
	text-transform: capitalize
}
.header-area .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
	padding-left: 13px !important
}
.header-area .menu-wrapper .main-menu ul ul.submenu::before {
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #F02930 transparent;
	content: "";
	top: -5px;
	left: 13%;
	position: absolute;
	transition: .3s;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.header-sticky.sticky-bar {
	background: #fff;
	padding-left: 120px;
	padding-right: 43px;
	box-shadow: none
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-sticky.sticky-bar {
	padding-left: 114px;
	padding-right: 43px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-sticky.sticky-bar {
	padding-left: 85px;
	padding-right: 43px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-sticky.sticky-bar {
	padding-left: 85px;
	padding-right: 43px
}
}
@media (max-width: 575px) {
.header-sticky.sticky-bar {
	padding-left: 10px;
	padding-right: 10px;
	position: unset
}
}
.header-sticky.sticky-bar.sticky .main-menu ul li a {
	padding: 20px 20px !important
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-sticky.sticky-bar.sticky {
	padding: 15px 0px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-sticky.sticky-bar.sticky {
	padding: 15px 0px
}
}
@media (max-width: 575px) {
.header-sticky.sticky-bar.sticky {
	padding: 15px 0px
}
}
.mobile_menu {
	position: absolute;
	right: 0px;
	width: 100%;
	z-index: 99
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-right1 {
	margin-right: 85px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-right1 {
	margin-right: 90px
}
}
@media (max-width: 575px) {
.header-right1 {
	position: relative;
	bottom: -80px;
	z-index: 3;
	margin-right: 0px
}
}
