<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--main_color: #0088cc;
	--main_color_v8: #000;
	--main_color_2: #fff;
	--secondary-clr: rgb(236 84 178 / 95%);
	--a_link: #333;
	--main_light: #ffefc4;
	--gray: #fafafa;
	--head_color: #000;
	--primary-color-multic: #5138ee;
  }

html,
body {
	height: 100%;
}

body {
	background-color: #FFF;
	color: #777;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	/* font-family: 'Nunito', sans-serif;
	font-family: 'Poppins', sans-serif; */
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif !important;
}

/* Header */
header {
	clear: both;
	border-top: 5px solid #EDEDED;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
}

/* Social Icons */
header div.social-icons {
	clear: right;
	float: right;
	margin-top: -2px;
}


header div.container {
	position: relative;
}

/* Search */
header div.search {
	float: right;
	margin: 10px 0 0;
	min-width: 206px;
}

header div.search button {
	background: none;
	border: 0;
	color: #BCBCC4;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 6px;
}

header div.search button:hover {
	color: #000;
}

header div.search div.control-group {
	position: relative;
	text-align: right;
}

header div.search input.search-query {
	-moz-transition-duration: 0.2s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in;
	-o-transition-duration: 0.2s;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	font-size: 0.9em;
	margin: 2px 0 0 10px;
	padding-right: 30px;
	padding-left: 10px;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease-in;
	width: 150px;
}

header div.search input:focus {
	width: 180px;
}

/* Logo */
header h2.logo {
	float: left;
	margin: 15px 0;
	padding: 0;
}

/* Navigation */
header nav {
	float: right;
}

header nav select.selectnav {
	display: none;
}

header nav ul.nav-main {
	margin: -5px 10px 20px 0
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main ul.dropdown-menu,
header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
header nav ul.nav-main li.active a {
	background-color: #CCC;
}

header nav ul.nav-main ul.dropdown-menu {
	-moz-border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0 6px 6px 6px;
	box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.3);
	margin: 1px 0 0 3px;
	padding: 5px;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 0;
	margin-top: -5px;
}

header nav ul.nav-main ul.dropdown-menu li:hover &gt; a {
	filter: none;
	background: #999;
}

header nav ul.nav-main ul.dropdown-menu li &gt; a {
	color: #FFF;
	font-weight: 400;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: none;
	position: relative;
}

header nav ul.nav-main ul.dropdown-menu li &gt; a {
	padding: 8px 10px 8px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

header nav ul.nav-main ul.dropdown-menu li:last-child &gt; a {
	border-bottom: 0;
}

header nav ul.nav-main li a {
	font-size: 0.9em;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
}

header nav ul.nav-main li.dropdown:hover &gt; a {
	padding-bottom:11px;
	margin-bottom:-1px;
}

header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main li.dropdown:hover &gt; ul {
	display: block;
}

header nav ul.nav-top {
	margin: 10px 0 -10px;
	min-height: 62px;
}

header nav ul.nav-top li span {
	display: block;
	line-height: 14px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 8px 2px 8px 12px;
}

header nav ul.nav-top li a,
header nav ul.nav-top li span {
	color: #999;
	font-size: 0.9em;
}

header nav ul.nav-top li i {
	margin-right: 6px;
	position: relative;
	top: 1px;
}

/* Sticky Menu */
body.sticky-menu-active header {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	background: #FFF;
	border-bottom: 1px solid #E9E9E9;
	position: fixed;
	top: -50px;
	width: 100%;
	z-index: 201;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	filter: none;
}

body.sticky-menu-active header h1.logo {
	position: absolute;
	bottom: -5px;
}

body.sticky-menu-active header nav ul.nav-main {
	margin-bottom: 12px;
}

body.sticky-menu-active div.main {
	margin-top: 65px;
}

/* Map */
div.map-section {
	background: transparent url(../img/map-top.png) center 0 no-repeat;
	padding-top: 220px;
	margin-top: 40px;
}

/* Section Featured */
section.featured {
	background: #F0F0ED;
	border-top: 5px solid #ECECE8;
	margin: 35px 0;
	padding: 50px 0;
}

section.featured.footer {
	margin: 30px 0 -70px;
}

section.featured.map {
	background-image: url(../img/map-bottom.png);
	background-position: center 0;
	background-repeat: no-repeat;
	margin-top: 0;
	border-top: 0;
}

/* Section Highlight */
section.highlight {
	background: #CCC;
	boder-left: 0;
	boder-right: 0;
	border: 3px solid #CCC;
	margin: 35px 0 45px;
	padding: 40px 0;
}

section.highlight div.thumbnail {
	background-color: #FFF;
}

section.highlight,
section.highlight p,
section.highlight h1,
section.highlight h2,
section.highlight h3,
section.highlight h4,
section.highlight h5 {
	color: #FFF;
}

section.highlight.footer {
	margin: 45px 0 -70px;
}

/* Sidebar */
aside ul.nav-list &gt; li &gt; a {
	color: #666;
	font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
div.slider-container {
	background: #666;
	max-height: 500px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.slider {
	max-height: 450px;
	position: relative;
}

div.slider div.tp-bannertimer {
	background-color: #CCC;
	background-position: 0 -13px;
	top: 0;
	height: 7px;
}

div.slider-container {
	background: #171717;
}

div.slider-container div.caption {
	filter: alpha(opacity=0);
	opacity: 0;
}

div.slider-container div.top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label {
	color: #FFF;
	font-size: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

div.slider-container div.bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

div.slider-container div.caption a,
div.slider-container div.caption a:hover {
	color: #FFF;
}

/* Home Slider - Nivo Slider */
div.nivo-slider  {
	position: relative;
}

div.nivo-slider .theme-default .nivoSlider {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
}

div.nivo-slider .theme-default .nivoSlider img {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

div.nivo-slider .theme-default .nivo-controlNav {
	margin-top: -72px;
	position: absolute;
	z-index: 100;
	right: 5px;
	bottom: -17px;
}

div.nivo-slider .theme-default .nivo-caption {
	padding-left: 20px;
}

/* Home Intro */
div.home-intro {
	background-color: #171717;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

div.home-intro div.get-started {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

div.home-intro div.get-started a.btn {
	position: relative;
	z-index: 1;
}

div.home-intro div.get-started a.btn i {
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 5px;
}

div.home-intro div.get-started a {
	color: #FFF;
}

div.home-intro div.learn-more {
	margin-left: 15px;
}

div.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

div.home-intro p span {
	color: #999;
	display: block;
	font-size: 0.8em;
	padding-top: 5px;
}

div.home-intro p em {
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

div.home-intro-compact {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin-top: -10px;
}

div.home-intro-compact p {
	padding-left: 20px;
}

div.home-intro-compact div.get-started {
	padding-right: 20px;
}

/* Home Concept */
div.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}

div.home-concept div.row {
	position: relative;
}

div.home-concept div.process-image {
	-moz-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	-webkit-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px 0 0 0;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

div.home-concept div.process-image img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	margin: 7px 8px;
}

div.home-concept strong {
	display: block;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	margin-top: 25px;
}

div.home-concept strong.our-work {
	margin-top: 48px;
}

div.home-concept div.project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	height: 376px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

div.home-concept span.sun {
	background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
	width: 60px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10%;
	top: 35px;
}

div.home-concept span.cloud {
	background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
	width: 116px;
	height: 56px;
	display: block;
	position: absolute;
	left: 57%;
	top: 35px;
}

/* Page Top */
section.page-top {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin-bottom: 35px;
	margin-top: 15px;
	min-height: 50px;
	padding: 0;
	padding: 20px;
	position: relative;
	text-align: left;
}

section.page-top ul.breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

section.page-top ul.breadcrumb &gt; li {
	text-shadow: none;
}

section.page-top h2 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
}

/* Page Top Custom - Create your Own */
section.page-top.custom-product {
	border-top: 5px solid #888;
}

section.page-top.custom-product div.row {
	position: relative;
}

section.page-top.custom-product p.lead {
	color: #CCC;
}

section.page-top.custom-product img {
	bottom: -20px;
	position: absolute;
	right: 0;
}

section.page-top.custom-product h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	font-size:35px;
}

/* Page 404 */
section.page-not-found {
	margin: 50px 0;
}

section.page-not-found h2 {
	font-size: 140px;
	font-weight: 600;
	letter-spacing: -10px;
	line-height: 140px;
}

section.page-not-found h4 {
	color: #777;
}

section.page-not-found p {
	font-size: 1.4em;
	line-height: 36px;
}

div.page-not-found-main {
	margin-top: 25px;
	text-align: center;
}

/* Sitemap */
ul.sitemap &gt; li &gt; a {
	font-weight: bold;
}

ul.sitemap.list li {
	margin: 0 0 3px 0;
}

ul.sitemap.list ul {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Footer */
footer {
	background: #121214;
	border-top: 4px solid #1F1F1F;
	font-size: 0.9em;
	/*margin-top: 70px;*/
	padding: 80px 0 0;
	position: relative;
}

footer div.footer-ribon {
	background: #999;
	position: absolute;
	margin: -100px 0 0 30px;
	padding: 10px 20px 6px 20px;
}

footer div.footer-ribon::before {
	border-right: 10px solid #646464;
	border-top: 16px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: -17px;
	position: absolute;
	top: 0;
	width: 7px;
}

footer div.footer-ribon span {
	color: #FFF;
	font-family: "Shadows Into Light", cursive;
	font-size: 1.6em;
}

footer div.container div.row &gt; div {
	margin-bottom: 25px;
}

footer div.container input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer div.social-icons li:hover {
	background-color: transparent;
}

footer div.twitter a.time {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-top: 3px;
}

footer div.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.contact i {
	float: left;
	margin: 4px 5px 10px 0;
}

footer ul.contact p {
	margin-bottom: 10px;
}

footer a.logo {
	display: block;
}

footer form {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer a {
	color: #FFF !important;
}

footer a:hover {
	color: #CCC;
}

footer h4 {
	font-size: 1.8em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #000;
}

div.footer-copyright {
	background: #0C0C0C;
	border-top: 4px solid #111;
	/*margin-top: 40px;*/
	padding: 30px 0 10px;
}

div.footer-copyright nav {
	float: right;
}

div.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

div.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

div.footer-copyright p {
	color: #555;
	margin: 0;
	padding: 0;
}

footer div.alert a {
	color: #222 !important;
}

footer div.alert a:hover {
	color: #666 !important;
}

/* Boxed Layout */
body.boxed {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}

body.boxed div.body {
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	border-bottom: 5px solid #121214;
	border-radius: 5px;
	border-top: 5px solid #CCC;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	margin: 25px auto;
	max-width: 100%;
	width: 1040px;
}

body.boxed header {
	padding: 15px 0;
}

/* Scroll to Top*/
a.scroll-to-top {
	-moz-border-radius: 50px 50px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 50px 50px 0 0;
	-webkit-transition: all 0.3s;
	background: #404040;
	border-radius: 50px 50px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 13px 0 27px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 9999;
}

a.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

a.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.mga_menu a:hover{ color:#F00; border:1px solid #F00;
}
.font11 { font-size:16px;
background-color:#eeeeee;
color:var(--main_color);
}
.font12 { 
color:#fff;
}
.circle1{

    -moz-border-radius: 5%; 
    -webkit-border-radius: 5%; 
    border-radius: 5%;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
text-align:center;
color:#FFF;
width:200px;
}

.background {
	background:url(../img/courier_custom_header_bg_v1.jpg);
}

.background2 {
	background:url(../img/courier_custom_header_bg_v2.jpg);
}

.background3 {
	background:url(../img/courier_custom_header_bg_v3.jpg);
}

.background4 {
	background:url(../img/courier_custom_header_bg_v4.jpg);
}

.background5 {
	background:url(../img/courier_custom_header_bg_v5.jpg);
}

.background6 {
	background:url(../img/courier_custom_header_bg_parcel-delivery-script.jpg);
}

.background7 {
	background:url(../img/uship/uship_header.jpg);
}
.background8 {
	background:url(../img/container_booking/container_header.jpg);
}
.background9 {
	background:url(../img/car_booking/car_header.png);
}

.background10 {
	background:url(../img/parcel_car_container_booking/parcel_car_container_header.jpg);
}

.background11 {
	background:url(../img/courier_tracking_software_v6/courier_tracking_software_v6_header.jpg);
}
.background12 {
	background:url(../img/same-day-delivery/header_main.jpg);
}
.background13 {
	background:url(../img/courier_tracking_software_v7/courier_tracking_software_v7_header.jpg);
}
.background_pro {
	background:url(../img/pro-same-day-delivery/header_main.jpg);
}
.background_deluxe {
	background:url(../img/deluxe-same-day-delivery/header_main.jpg);
}
.font22 { font-size:26px; font-weight:bold;}
.font23 { font-size:16px; }
.fontbold { font-weight:bold}

.text_shedow{
	 text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.border_redui {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.feature_compar_table {
	border:1px solid #d5d5d5;
	
}
.features_comp{
	padding:20px; text-align:center;
}
.features_comp_td{
	padding:10px; text-transform:uppercase; color:#000;
}
.features_comp_td_icon{
	text-align:center; font-size:24px;}
.features_comp_td_icon_rg{ color:#6C3}
.features_comp_td_icon_wt{ color:#F00}

.features_comp_fon1 { font-size:16px;font-weight:bold;}
.features_comp_fon1 a{  color:#000; }
.features_comp_fon1 a:hover{color:#00a4e1; text-decoration:none; }
.features_comp_fon2 { font-size:16px; color:#00a4e1; font-weight:bold;padding:10px;}
.button_h {
    display: none;
  }

.comp_btton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a5e1), color-stop(1, #09b3f0));
	background:-moz-linear-gradient(top, #00a5e1 5%, #09b3f0 100%);
	background:-webkit-linear-gradient(top, #00a5e1 5%, #09b3f0 100%);
	background:-o-linear-gradient(top, #00a5e1 5%, #09b3f0 100%);
	background:-ms-linear-gradient(top, #00a5e1 5%, #09b3f0 100%);
	background:linear-gradient(to bottom, #00a5e1 5%, #09b3f0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5e1', endColorstr='#09b3f0',GradientType=0);
	background-color:#00a5e1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #169ccc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:9px 24px;
	text-decoration:none;
	font-weight:bold;
}
.comp_btton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #09b3f0), color-stop(1, #00a5e1));
	background:-moz-linear-gradient(top, #09b3f0 5%, #00a5e1 100%);
	background:-webkit-linear-gradient(top, #09b3f0 5%, #00a5e1 100%);
	background:-o-linear-gradient(top, #09b3f0 5%, #00a5e1 100%);
	background:-ms-linear-gradient(top, #09b3f0 5%, #00a5e1 100%);
	background:linear-gradient(to bottom, #09b3f0 5%, #00a5e1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3f0', endColorstr='#00a5e1',GradientType=0);
	background-color:#09b3f0;
	color:#ffffff;
	text-decoration:none;
}
.comp_btton:active {
	position:relative;
	top:1px;
}

.contact_footer {
	  background: #CCE7F5;
  border-top: 2px solid var(--main_color);
  padding-top:20px;  
}

.contact_footer h2{ color:#666;
text-transform:capitalize !important;
}
.contact_footer h4{ color:#666;
}

.contact_footer a{ color:#333;
}
.contact_footer table{ color:#333;
}

.contact_footer i{ 
color:var(--main_color);
font-size:40px;
}

.mid-que {
	background:#B2DBF0;
	padding:20px;
	border:2px solid var(--main_color);
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mid-que2 {
	background:#00CC00;
	padding:20px;
	border:2px solid #008F00;
	text-align:center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.mid-que2 h2{
	color:#fff;
}

.featurelist_dl {
	background-color:var(--main_color);
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #00517a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #00517a;
}
.featurelist_dl:hover {
	background-color:#00517a;
	color:#ffffff;
	text-decoration:none;
}
.featurelist_dl:active {
	position:relative;
	top:1px;
}

.questionask {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.questionask:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	text-decoration:none;	
	color:#333333;
}
.questionask:active {
	position:relative;
	top:1px;
}
.pay_logo{
	list-style-type:none;
}
.pay_logo li{
	display: inline-block;
}
.pay_logo li img{
	max-height:80px;
}
.bottm_footer {
    padding: 10px 0;
}
.bottm_footer ul {
    margin-bottom: 0;
}
.bottm_footer ul li {
    display: inline-block;
    margin: 8px 5px;
}
.bottm_footer ul li img {
    max-width: 68px;
    max-height: 50px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.margin5px {margin:5px;}
.skype_chat_button {	  
	display: block;
    position: fixed;
    top: 94%;
    z-index: 1000;
}
.lwc-button-text {
    color: white !important;
}


.courier_v8 h3, .courier_v8 h4, .courier_v8 h5, .courier_v8 a{
    color: var(--main_color_v8) !important;
}

/* 
.courier_v8 .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #006dcc;
	background-image: linear-gradient(to bottom, #000, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} */


.main_banner_courier_software_v8{
	background: linear-gradient(130deg, #3494E6, #EC6EAD);
}

.main_banner_courier_aggreagtor_software{
	background: linear-gradient(130deg, #EC6EAD, #3494E6);
}


.main_box_home_head {
    /* position: relative; */
    padding: 6rem 0px 216px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(130deg, #3494E6, #EC6EAD); */
    background-size: 100%;
    z-index: -1;
	/* margin-top: -11rem; */
}


.main_box_home_head h1{
	font-weight: 500;
    font-size: 32px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 0px;
	color: #fff;
}
.main_box_home_head h2{
	font-weight: 500;
    font-size: 32px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 0px;
	color: #fff;
}

.main_box_home_head h4{
	font-weight: 700;
    font-size: 51px;
    line-height: 70px;
    letter-spacing: 2px;
    padding-top: 14px;
	color: #fff;
}

.main_box_home_head h3{
	font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
}
.main_box_home_head h1, .main_box_home_head h3, .main_box_home_head h4, .main_box_home_head p{
	color: #fff;
}


.main_box_head2 {
    position: relative;
    padding: 6rem 0px 216px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(130deg, #3183df, #ad0cf6), url(../img/ecommerce_background.jpg);
    background-size: 100%;
    /* z-index: -1; */
}

.main_box_head {
	/* margin-top: -11rem; */
    position: relative;
    padding: 6rem 0px 216px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(130deg, #ffc107, #ad0cf6), url(../img/ecommerce_background.jpg);
    background-size: 100%;
    /* z-index: -1; */
}

.main_box_head h1{
	font-weight: 700;
    font-size: 49px;
    line-height: 55px;
    letter-spacing: 1px;
    padding-top: 24px;
	color: #fff;
}

.main_box_head h3{
	font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
}
.main_box_head h1, .main_box_head h3, .main_box_head p{
	color: #fff;
}

.custom-shape-divider-bottom-1676535027 {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    top: 44rem;
}

.custom-shape-divider-bottom-1676535027 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 193px;
}

.custom-shape-divider-bottom-1676535027 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-16765399999 {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    top: 42rem;
}

.custom-shape-divider-bottom-16765399999 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 193px;
}

.custom-shape-divider-bottom-16765399999 .shape-fill {
    fill: #FFFFFF;
}

.demo_box {
    padding: 6rem 0px 26px 0px;
}
.demo_box h1{
	font-size: 22px;
	font-weight: 700;
}
.demo_box h2{
	font-size: 32px;
    font-weight: 500;
    margin: 12px 0;
}
.demo_box h3{
	font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
}
.demo_box h4{
	margin: 10px 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
}

.demo_box h5{
	margin: 0px 0 0;
    padding: 0;
    font-size: 12px;
    color: #686666;
    /* line-height: 42px; */
    font-weight: 500;
}
.demo_box h6{
    font-size: 14px;
    margin: 12px 10px 48px 10px
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-5 {
	margin-bottom: 5rem;
}
.mt-5 {
	margin-top: 5rem;
}
.core-feat-img {
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}
/* .animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
} */

.animation-jump-bx {
	position: relative;
	-webkit-animation: animation-jump 20s ease-in-out infinite;
	animation: animation-jump 20s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes animation-jump {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
	}
}

.layout_box {
    position: absolute;
    z-index: -1;
}

.layout_box .shape.shape-11 {
	top: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -661px;
    margin-top: -675px;
}

.layout_box .shape.shape-12 {
    bottom: 0;
    margin-top: -231px;
}
.layout_box .shape {
    position: relative;
    z-index: -1;
}

.layout_2 img {
    border-radius: 20px;
    overflow: hidden;
    object-position: top;
    padding: 10px;
}

.shape133  {
    padding: 110px 0 105px;
    background-image: url(../img/shape-14.png);
    background-position: right;
    background-repeat: no-repeat;
}
.shape134  {
    padding: 110px 0 105px;
    background-image: url(../img/shape-15.png);
    background-position: left;
    background-repeat: no-repeat;
}
.shape135  {
    /* padding: 110px 0 105px; */
    background-image: url(../img/shape-12.png);
    background-position: left;
    background-repeat: repeat-x;
}


.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.feat_box_283 h3{
	padding: 60px 0px 10px 10px;
    font-size: 32px;
	color: var(--main_color_v8);
}
.feat_box_283 p{
	padding: 0px 10px 30px 10px;
}
.flr_0093 {
	text-align: right;
}
.flr_0093_l {
	text-align: left;
}
.flr_0093_l h5, .flr_0093 h5{
	margin: 20px 0 ;
    padding: 0;
    font-size: 22px;
    /* line-height: 42px; */
    font-weight: 600;
}
.flr_0093_l i, .flr_00931 i{
    padding: 60px 10px 30px 10px;
    font-size: 52px;
	color: #00a4e1;
	/* color: var(--main_color_v8); */
}

.bottom_slider ol{
	list-style: none;
}

.bottom_slider ol li{
	list-style: none;
	display: inline-block;
}

.bottom_slider ol li a{
	padding: 4px 2px;
    margin: 10px 20px;
}


.flexslider ol{
	list-style: none;
}

.flexslider ol li{
	list-style: none;
	display: inline-block;
}

.flexslider ol li a{
	padding: 4px 2px;
    margin: 10px 20px;
}

.responsive-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }


/* 
	Multicarrier style starts
*/

.multi_carrier {

}
.multi_carrier_primary_color {
    color: var(--primary-color-multic);
}
.multi_carrier_dark_color {
    color: #000;
}
.multi_carrier h2 {
    font-size: 42px;
    line-height: 1.25;
	font-weight: 600;
}
.multi_carrier h4 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
    color: #575757;
}
.multi_carrier h5 {
    font-size: 22px;
    line-height: 1.25;
	font-weight: 600;
}
.multi_carrier .sub-title {
    line-height: 1.4;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f3f1fe;
    display: inline-block;
    text-transform: capitalize;
    color: var(--primary-color);
}


.main_box_head_multi_carrier {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
	background: linear-gradient(90deg, rgba(238,31,113,1) 0%, rgba(0,219,222,1) 80%);
    background-size: 100%;
    /* z-index: -1; */
}
.main_box_head_multi_carrier2 {
	/* margin-top: -11rem; */
    position: relative;
    padding: 6rem 0px 213px 0px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url(../img/bg_oi.png);
    background-size: 100%;
    /* z-index: -1; */
	margin-bottom: 3rem;
}


.main_box_head_multi_carrier h1{
	font-weight: 700;
    font-size: 49px;
    line-height: 55px;
    letter-spacing: 1px;
    padding-top: 24px;
	color: #fff;
}

.main_box_head_multi_carrier h3{
	font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
}
.main_box_head_multi_carrier h1, .main_box_head_multi_carrier h3, .main_box_head_multi_carrier p{
	color: #fff;
}  

.multi_sec_head {
	text-align: center;
	padding: 0rem 20%;
}
.multi_fea_box {
	background: #f8f7fc;
	padding: 4.1rem 0;
}

.multi_carrier .card {
    border-radius: 20px;
    padding: 40px 30px 53px;
    border: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(82, 81, 81, 0.125);
    border-radius: 0.25rem;
}


.multi_carrier .card_feat &gt; .card:hover {
    /* border: 5px solid var(--primary-color-multic);
	display: block; */
	background: var(--primary-color-multic);
	color: #fff !important;
}
.multi_carrier .card_feat &gt; .card:hover i,.multi_carrier .card_feat &gt; .card:hover h5, .multi_carrier .card_feat &gt; .card:hover p{
	color: #fff !important;
}

.icon_xx {
	text-align: center;
}

.icon_xx &gt; i {
    font-size: 60px;
    display: inline-block;
    margin: 0 20px 20px 0;
    color: var(--primary-color-multic);
}
.multi_carrier_list img{
	text-align: center !important;
}

.call_to_act {
	margin-top: 9rem;
}
.call-to-action {
    border-radius: 7px;
    padding: 45px 90px 25px;
	background-size: cover;
    background-position: center;
	color: #fff !important;
	background: var(--primary-color-multic);
}
.call-to-action h2{
	margin-bottom: 0px;
}
.call-to-action p{
	font-size: 15px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}
.text-white {
	color: #fff !important;
}

.multi_carrier .btn{
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 20px 20px;
}
.multi_carrier .btn-primary{
	background: var(--primary-color-multic);
    color: white;
}
.multi_carrier .btn-call-to {
    background: linear-gradient(to right, #ffffff, #ffffff);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: #5345ee;
    padding: 20px 20px;
    border: 1px solid #5345ee;
}

.d-grid {
    display: grid!important;
}
.feature_boxing ul{
	list-style: none;
}
.feature_boxing li{
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7em;
    color: #1f1f1f;
    position: relative;
    margin-bottom: 7px;
    margin-left: -22px;
    letter-spacing: 0.6px;
}
.feature_boxing i{
    font-weight: 300;
    font-size: 17px;
    color: var(--primary-color-multic);
	margin-right: 15px;
}

.feature_boxin293 {
	margin-top: 11rem;
}


.feature_boxin293 .steps{
	padding-right: 25px;
	text-align: center;
}

.feature_boxin293 .steps h2{
	background: #6060ea38;
    padding: 20px;
    border-radius: 26px;
    color: var(--primary-color-multic);
	width: 48px;
}
.feature_boxin293 h5{
	color: #000;
}
.carding02 {
	background: #fff;
	padding: 25px 25px 15px 25px;
    font-size: 15px;
    line-height: 29px;
    margin-top: 30px;
    background: #fff;
    box-shadow: -20px 20px 50px rgba(0,40,99,.05);
    border-radius: 10px;
}
.faq_sect_box {
	background-color: #f8feff;
	padding: 2rem 0;
}

.faq_sect_box .accordion-group {
	padding: 5px 25px 5px 25px;
    font-size: 15px;
    line-height: 29px;
    margin-top: 10px;
    background: #fff;
    box-shadow: -20px 20px 50px rgba(0,40,99,.05);
    border-radius: 10px;
    border: 0;
}

.faq_sect_box .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.multi_fea_boxings .card{
	padding: 5px 25px 5px 25px;
    font-size: 15px;
    line-height: 29px;
    margin-top: 10px;
    background: #fff;    
	box-shadow: 0 30px 60px rgba(0,19,87,.04);
    border-radius: 10px;
    border: 0;
	min-height: 355px;
}

.multi_fea_boxings .card i{
    margin: 30px 0px 30px 0px;
    font-size: 40px;
    color: var(--primary-color-multic);
}
.multi_fea_boxings .card h2{
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
}

.multi_fea_boxings .card p{
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

.progess_image_x {
	margin-top: 17rem;
}


.payment_box img {
	background: #fff;
    border-radius: 20px;
    padding: 20px;
	max-height: 90px;
    box-shadow: 0px 0px 0.825rem 0.225rem rgb(0 0 0 / 14%) !important;
	margin-bottom: 2rem;
}
.img-responsive {
	display: block;
	max-width: 100%; 
	height: auto;   
  }
.channels_box img {
	background: #fff;
    border-radius: 50%;
    padding: 10px;
	max-height: 90px;
    box-shadow: 0px 0px 0.825rem 0.225rem rgb(0 0 0 / 14%) !important;
	margin-bottom: 2rem;
}

.multi_carrier .features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
}
.multi_carrier .features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.multi_carrier .features .icon-box h3 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
	color: #0C0C0C !important;
}
.multi_carrier .features .icon-box h3 a{
	color: #0C0C0C !important;
}

.listing_logo_li {
    display: flex;
    flex-wrap: nowrap; /* Ensures the items don't wrap to the next line */
    gap: 10px; /* Adds some spacing between the images */
    overflow-x: auto; /* Allows horizontal scrolling if content overflows */
}

.item {
    flex: 0 0 auto; /* Ensures each item maintains its size and doesn't shrink */
}

.item img {
    max-width: 100px; /* Set a max-width for the images */
    height: auto; /* Maintain aspect ratio */
}



@keyframes scroll {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-250px * 7));
   }
}
.slider_logo {

	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider_logo::before, .slider_logo::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
.slider_logo::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider_logo::before {
	left: 0;
	top: 0;
}
.slider_logo .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}
.slider_logo .slide {
	height: 100px;
	width: 250px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
  }
  
  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.view_more{
	position: absolute;
    margin: -81px 14px 14px 56px;
    font-size: 17px;
    text-decoration: underline;
    text-transform: capitalize;
}

.payment_gate_multi{
	background: #f8f7fc;
    padding: 4.1rem 0;
}

.multi_view_all {
	text-align: center;
	margin: 40px 0;
}











@media only screen and (max-device-width: 768px) {
	
.skype_chat_button {	  
	display: block;
    position: fixed;
    top: 88%;
    z-index: 1000;
}
.lwc-button-text {
    color:#06F !important;
}
}


/* START For mobile responsive */

@media only screen 
  and (min-device-width: 260px)
  and (max-device-width: 760px)  { 



.mb_display_none{
	display: none !important;
}
.mb_head_main {
	width: 100% !important;
}
	

header h2.logo {
    max-width: 139px;
}


.main_box_home_head {
    padding: 2rem 18px 31px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(130deg, #df3232, #ffffff); */
	background: linear-gradient(130deg, #3494E6, #EC6EAD), url(../img/ecommerce_background.jpg);
    background-size: 100%;
    z-index: -1;
	border: 0px !important;
	margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
	/* margin-top: -11rem; */
}


.main_box_home_head h1{
	font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 2px;
    padding-top: 0px;
	color: #fff;
	margin: 0 0 4px 0;
}

.main_box_home_head h4{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 2px;
    padding-top: 14px;
	color: #fff;
}

.main_box_home_head h3{
	font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
}
.main_box_home_head h1, .main_box_home_head h3, .main_box_home_head h4, .main_box_home_head p{
	color: #fff;
}





.animation-jump-bx {
	position: relative;
	-webkit-animation: animation-jump 20000s ease-in-out infinite;
	animation: animation-jump 2200000s ease-in-out infinite;
}
.core-feat-img {
    margin-top: 60px;
}



.main_box_head {
	/* margin-top: -11rem; */
    position: relative;
    padding: 2rem 0px 216px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(130deg, #ffc107, #ad0cf6), url(../img/ecommerce_background.jpg);
    background-size: 100%;
	margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    /* z-index: -1; */
}

.main_box_head h1{
	font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1px;
    padding-top: 24px;
	color: #fff;
	margin: 0 0 14px 0;
}

.main_box_head h3{
	font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
}
.main_box_head h1, .main_box_head h3, .main_box_head p{
	color: #fff;
}

.custom-shape-divider-bottom-1676535027 {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    top: 65rem;
}

.custom-shape-divider-bottom-1676535027 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 193px;
}

.custom-shape-divider-bottom-1676535027 .shape-fill {
    fill: #FFFFFF;
}



.custom-shape-divider-bottom-16765399999 {
    display: none;
}


.feat_box_283 h3 {
    line-height: 33px;
}

.main_box_head_multi_carrier2 {
    /* margin-top: -11rem; */
    position: relative;
    padding: 6rem 0px 213px 0px;
    background-repeat: repeat;
    background-size: cover;
    background-image: url(../img/bg_oi.png);
    /* background-size: 204%; */
    /* z-index: -1; */
    /* margin-bottom: 3rem; */
    /* margin-left: -20px; */
}

.main_box_head_multi_carrier {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
        
.main_box_head_multi_carrier h1 {
    font-weight: 500;
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 1px;
    padding-top: 27px;
    color: #fff;
    margin-bottom: 22px;
}
.main_box_head_multi_carrier h3 {
    font-weight: 300;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 0px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.main_box_head_multi_carrier p {
    font-weight: 300;
	letter-spacing: 2px;
    font-size: 15px;
}
.main_box_head_multi_carrier2 { 
    padding: 1rem 0px 13px 0px; 
}
.multi_btn_top_h {
	margin-bottom: 10px;
}
.multi_sec_head {
    text-align: center;
    padding: 0rem 0%;
}
.multi_carrier h2 {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600;
    /* margin-bottom: 0px; */
}
.multi_fea_boxings .card i {
    margin: 1px 0px 10px 0px;
    font-size: 40px;
    color: var(--primary-color-multic);
}
.multi_fea_boxings .card {
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    line-height: 29px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(0,19,87,.04);
    border-radius: 10px;
    border: 0;
    min-height: 299px;
}
.progess_image_x {
	display: none;
}
.call-to-action {
    border-radius: 7px;
    padding: 25px 23px 25px;
    background-size: cover;
    background-position: center;
    color: #fff !important;
    background: var(--primary-color-multic);
}
.call_to_act {
    margin-top: 0rem;
}

.payment_box .row {
    text-align: center;
}

.payment_box .span2 {
	width: 32% !important;
	display: inline-flex;
}
.payment_box img {
    padding: 6px;
    max-height: 90px;
}



.channels_box .row {
    text-align: center;
}

.channels_box .span2 {
	width: 32% !important;
	display: inline-flex;
}
.channels_box img {
    padding: 6px;
    max-height: 90px;
}




}



@media only screen and (min-device-width: 400px) {
	.main_box_home_head h2 {
		line-height: 34px;
		font-size: 28px;
	}
	.main_box_home_head {
        padding-left: 27px;
        padding-right: 36px;
    }
	.home_banners{
		/* margin-left: -20px;
    margin-right: 44px;
    padding-left: 20px;
     padding-right: 20px; */
	}
}


@media (max-width: 767px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/* END For mobile responsive */

.home_banners .flexslider {
	border-radius: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}


</pre></body></html>