
/*  */

.bg-green {
		background-color:#9BCA3B;
		color:white
}

.bg-blue {
		background-color:#9BCA3B;
		color:white
}

.btn-outline-secondary-arrow {
    position: relative;
    text-transform: none;
    padding-right: 3em;
}
.btn-outline-secondary {
    border-color: var(--main-blue);
    background-color: var(--white);
    color: var(--main-blue);
}
.btn {
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.935em;
    font-weight: 500;
    line-height: 1.1;
    padding: 1em 1.75em;
}

div#createStoreModal {
	background-color: #07233F !important;
	background-image: url(/assets/svg/bg_cta_darkblue_shapes.svg)  !important;

}



div#createStoreModal h2 {
    color: white;
    font-size: 1.8em;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}

/* font weight */
.f-700{font-weight: 700;}
.f-600{font-weight: 600;}
.f-500{font-weight: 500;}
.f-400{font-weight: 400;}
.f-300{font-weight: 300;}

/* Background Color */

.gray-bg {
	background: #f7f7fd;
}
.white-bg {
	background: #fff;
}
.black-bg {
	background: #222;
}
.theme-bg {
	background: #222;
}
.primary-bg {
	background: #222;
}
/* Color */

.white-color, .text-white {
	color: #fff;
}
.black-color {
	color: #222;
}
.theme-color {
	color: #222;
}
.primary-color {
	color: #222;
}
/* black overlay */

[data-overlay] {
	position: relative;
}
[data-overlay]::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[data-overlay="3"]::before {
	opacity: 0.3;
}
[data-overlay="4"]::before {
	opacity: 0.4;
}
[data-overlay="5"]::before {
	opacity: 0.5;
}
[data-overlay="6"]::before {
	opacity: 0.6;
}
[data-overlay="7"]::before {
	opacity: 0.7;
}
[data-overlay="8"]::before {
	opacity: 0.8;
}
[data-overlay="9"]::before {
	opacity: 0.9;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* end default */

/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap');

body {
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

/* Base CSS */

input:focus {
	text-decoration: none;
	outline: 0 solid;
}

a:focus {
	outline: 0 solid
}

input[type="text"],
input[type="email"] {
	background: #f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.container {
	max-width: 1250px;
}


button#create-store-submit {
	background: #9BCA3B;
	border: 0;
	line-height: 1;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	padding: 0 20px;
	height: 58px;
	margin-left: -4px;
	position: relative;
	top: -1px;
	width: 30%;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: .3s;
	white-space: nowrap;
}

button#create-store-submit:hover {
	background: #9BCA3BA1;
}

.arrow-right {
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 3px;
    color: #07233F ;
    border: 0;
    border-bottom: 1px solid #07233F ;
    background-color: transparent;
}


/* banner area start */

.banner-area {
	background: #07233F;
	position: relative;
}

.bg-darkblue {
	background: #07233F !important;
	color: white;
}

.cc-window 
{
    background-color: #f5f5f5 !important;
    color: #111 !important;
    font-size: .8em !important;
    border-top: 1px solid #28277a!important;
    opacity: .85 !important;
    blur:.4 !important;
}

.cc-link, .cc-color-override-688238583 .cc-link:active, .cc-color-override-688238583 .cc-link:visited {
    color: rgb(16 30 98) !important;
}

.cc-btn {
    color: rgb(0, 0, 0)!important;
    border-color: #28277a!important;
    border: 1px solid!important;
    border-radius: 3px!important;
    background-color: rgb(255 255 255)!important;
}

.banner-bg {
	background-size: cover;
	height: 625px;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	margin: 0 50px;
}

.banner-img img {
	position: absolute;
	bottom: 0;
	left: -10%;
	width: 630px;
}

.banner-content>h1 {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	position: relative;
	margin-bottom: 70px;
}

.banner-content {
	padding-left: 55px;
}

.banner-content h1:before {
	position: absolute;
	background: #9BCA3B;
	width: 138px;
	height: 10px;
	bottom: -10px;
	content: '';
	left: 17%;
}



.banner-content h1.cl:before {
    position: absolute;
    background: #9BCA3B;
    width: 138px;
    height: 10px;
    bottom: -10px;
    content: '';
    left: 0%;
}
.banner-content h1.es:before {
    width: 138px;
    left: 0%;
  
}
.banner-content h1.br:before {
	position: absolute;
	background: #9BCA3B;
	width: 345px !important;
	height: 10px;
	bottom: -10px;
	content: '';
	left: 0%;
}


.banner-content h1.pt:before {
    position: absolute;
    background: #9BCA3B;
    width: 123px !important;
    height: 10px;
    bottom: -10px;
    content: '';
    left: 24%;
  }


.banner-content>p {
	font-size: 12px;
	color: #B1B7BE;
	line-height: 1;
	margin: 0;
}

.banner-email input {
	background: #fff;
	border: 0;
	line-height: 1;
	font-size: 17px;
	padding: 0 20px;
	height: 58px;
	width: 58%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.banner-email button,
.banner-email a {
	background: #9BCA3B;
	border: 0;
	line-height: 1;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	padding: 0 20px;
	height: 58px;
	margin-left: -4px;
	position: relative;
	top: -1px;
	width: 30%;
	color: #FFFFFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: .3s;
	white-space: nowrap;
}

.banner-email a {
	margin-top: 1px;
}

.banner-email button:hover,
.banner-email a:hover {
	background: #9BCA3BA1;
}

.banner-email {
	padding-bottom: 20px;
}

.brand-shape-img-1 img {
	position: absolute;
	left: -6%;
	bottom: -10%;
	width: 128px;
}

.brand-shape-img-2 img {
	position: absolute;
	right: -8%;
	bottom: -9%;
	width: 200px;
}


/* banner area end */


/* brand area start */

.brand-area {
	width: 100%;
	background-size: cover;
	padding-top: 370px;
	position: relative;
	margin-top: -284px;
}

.brand-title>h2 {
	font-size: 40px;
	color: #000000;
	line-height: 1;
	margin: 0;
}

.brand-img {
	margin-right: 40px;
}

.brand-img img {
	width: 90%;
}

.brand-img-5 {
	margin: 0;
}


/* brand area end */


/* servics area start */

.services-img img {
	width: 100%;
}
.services-img-2 img {
	width: 95%;
}
.services-img-4 img {
	width: 90%;
}
.services-text h2 {
	color: #162C4E;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 60px;
	position: relative;
	display: inline-block;
}

.services-text h2:before {
	position: absolute;
	content: '';
	width: 350px;
	height: 7px;
	background: #9BCA3B;
	bottom: -16px;
	right: 0;
}

.services-text h2.br:before {
    width: 245px !important;
}

.services-text-1 h2.br:before {
    width: 316px !important;
}

.services-text-4 h2.br:before {
    width: 255px !important;
}


.services-text h2.es:before {
    width: 328px !important;
}

.services-text h2.pt:before {
    width: 513px!important;
    top: 44px;
}
   
}
.services-text>p {
	font-size: 18px;
	color: #000000;
	line-height: 35px;
	margin: 0;
	margin-bottom: 30px;
	padding-right: 24%;
}

.services-text>a {
	font-size: 20px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	transition: .3s;
}

.services-text>a:hover {
	color: #9BCA3B;
}
.services-text>a:hover svg path{
	fill: #9BCA3B;
}
.services-text>a:hover svg line{
	stroke: #9BCA3B;
}
.services-text-2 {
	padding-left: 25px;
}

.services-text-2>h2::before {
	width: 334px !important;
}

.services-text-2>h2.br::before {
    width: 314px;
}

.services-text-3 h2 {
	font-size: 30px;
	line-height: 1.5em;
}

.services-text-3 h2::before {
	left: 0;
	width: 390px;
}
.services-text-3 h2.br:before {
    left: 0;
    width: 260px !important;
}

.services-text-3 h2.cl::before {
    top: 43px !important;
    width: 420px !important;
}
.services-img-2 {
	margin-left: 24px;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 90px;
	height: 6px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #F1F5FC;
	background-clip: padding-box;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	opacity: 1;
	transition: .3s;
	margin: 0 5px;
	position: relative;
	top: 60px;
}

.carousel-indicators button.active {
	background: #9BCA3B;
}

.services-carousel-text span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin-top: 60px;
}


.services-text-4>h2:before {
    left: 0;
    width: 245px;
}
.services-text-4>h2.cl:before {
    left: 0;
    width: 230px !important;
}

..services-text-4>h2.br:before {
    left: 0;
    width: 255px !important;
}

.services-text-1 h2.cl:before {
    width: 312px !important;
}

.services-carousel-text p {
	font-size: 20px;
	line-height: 40px;
	font-weight: lighter;
	font-style: italic;
}

.services-text-4 {
	padding-left: 24px;
}

.services-carousel-text {
	padding-left: 24px;
}

.services-img-4 {
	padding-right: 30px;
}

.services-img-shape {
	position: relative;
	z-index: 1;
}

.services-shape img {
	position: absolute;
	bottom: -11%;
	right: 6%;
	width: 200px;
	z-index: -1;
}

.services-shape-2 img {
	width: 200px;
	position: absolute;
	right: -8%;
	bottom: -3%;
	z-index: -1;
}


/* servics area end */


/* contact area start */

.contact-area {
	background: #F1F5FC;
}


.contact-area {
    background-image: url(/assets/svg/bg_animated_call.svg) !important;
    background-attachment: fixed !important;
    background-size: auto !important;
}
.contact-text h2 {
	font-size: 45px;
	color: #000000;
	line-height: 1;
	margin-bottom: 60px;
}

.contact-text p {
	font-size: 14px;
	color: #B1B7BE;
	line-height: 1;
	margin: 0;
}

.contact-area.pt-100.pb-100 p {
    font-size: 14px;
}

.banner-email-2 {
	margin-bottom: 14px;
}

.banner-email-2 input {
	width: 73%;
}

.banner-email-2 button {
	width: 25%;
}

.banner-contactl p { font-size: 12px; }

.f-logo a img {
	width: 135px;
}
/* contact area end */


@keyframes underline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}


.block-revealer__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
}


/* Partners */
.partners {  text-indent: -9999px; background-position: center; background-size: auto; background-repeat: no-repeat !important; padding:3.6rem 4rem; border-radius: 5px;}

.partner-facebook { background-image: url('/images/logos/integrations/facebook-business.svg');}
.partner-google {background-image: url('/images/logos/integrations/google-partner.svg');}
.partner-instagram {background-image: url('/images/logos/integrations/instagram.svg');}
.partner-ig {background-image: url('/images/logos/integrations/instagram.svg');}
.partner-whatsapp {background-image: url('/images/logos/integrations/whatsapp.svg');}
.partner-mercadolibre {background-image: url('/images/logos/integrations/mercadolibre.svg');}
.partner-mercadopago {background-image: url('/images/logos/payment/mercadopago.svg');}
.partner-olx {background-image: url('/images/logos/integrations/olx.svg');}
.partner-entel {background-image: url('/images/logos/integrations/entel.svg');}
.partner-correosdechile {background-image: url('/images/logos/shipping/correosdechile.svg');}
.partner-melhorevnio {background-image: url('/images/logos/shipping/melhorenvio.svg');}
.partner-transbank {background-image: url('/images/logos/integrations/transbank.svg');}
.partner-bancolombia {background-image: url('/images/logos/integrations/bancolombia.svg');}
.partner-bsale {background-image: url('/images/logos/integrations/bsale.svg');}
.partner-moloni {background-image: url('/images/logos/integrations/moloni.svg');}
.partner-stripe {background-image: url('/images/logos/integrations/stripe.svg');}
.partner-aliexpress {background-image: url('/images/logos/integrations/aliexpress.svg');}
.partner-paypal {background-image: url('/images/logos/payment/paypal.svg');}
.partner-pagbank {background-image: url('/images/logos/payment/pagbank.svg');}
.partner-ctt {background-image: url('/images/logos/shipping/ctt.svg');background-size: 35%!important;}

.partners {
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 85%;

}

@media (min-width: 991px) and (max-width: 1200px) {
  .partner {background-size: 80%;}
}
@media (min-width: 576px) and (max-width: 768px) {
  .partner {background-size: 60%;}
}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1000px;
    }
    .banner-content>h1 {
        font-size: 27px;
        line-height: 47px;
    }
    .banner-content h1::before {
        height: 8px;
        bottom: -7px;
        left: 10%;
    }

    .banner-content h1::before {
    height: 8px;
    bottom: -7px;
    left: 17%;
    width: 125px;
}
    .banner-img img {
        left: -10%;
        width: 560px;
    }
    .banner-content {
        padding-left: 90px;
    }
    .banner-email button {
        margin-left: -6px;
        width: 45%;
    }
    .banner-email input {
        width: 53%;
    }
    .brand-title>h2 {
        font-size: 28px;
    }
    .services-text h2 {
        font-size: 27px;
    }
    .services-text>p {
        font-size: 16px;
        padding-right: 0%;
    }

    .services-text h2::before {
    width: 248px;
    }
    .services-text-3 h2 {
        font-size: 25px;
    }
    .services-text-4>h2::before {
        width: 202px;
    }
    .services-carousel-text p {
        font-size: 18px;
        line-height: 33px;
    }
    .banner-email-2 input {
        width: 73%;
    }
    .banner-email-2 button {
        width: 25%;
    }
    .contact-text h2 {
        font-size: 36px;
    }
    .services-shape img {
        width: 160px;
    }
    .services-shape-2 img {
        width: 152px;
        right: -4%;
        bottom: -9%;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .banner-img img {
        left: 0;
        width: 100%;
    }
    .banner-bg {
        margin: 0;
    }
    .banner-bg.align-items-center {
        align-items: inherit !important;
    }
    .banner-content {
        padding-left: 0;
        text-align: center;
        margin-top: -520px;
    }
    .brand-area {
        background-position: center;
    }
    .logo {
        margin-bottom: 360px;
    }
    .banner-content>h1 {
        font-size: 32px;
        line-height: 47px;
    }
    .banner-content h1::before {
        width: 223px;
        height: 8px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .brand-title>h2 {
        font-size: 27px;
    }
    .services-img-4 {
        padding-right: 0;
    }
    .services-slider {
        padding-bottom: 140px;
    }
    .contact-text h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 0 40px;
    }
    .services-img-2 {
        margin-left: 0;
    }
    .contact-text p {
        font-size: 15px;
    }
    .contact-area {
        padding: 70px 0;
    }
    .brand-img {
        margin-right: 0;
        margin-bottom: 60px;
        text-align: center;
    }
    .brand-img img {
        width: 230px;
    }
    .brand-img img {
        width: 170px;
    }
    .brand-shape-img-2 img {
        right: -8%;
        bottom: -8%;
        width: 150px;
    }
    .services-text-2 {
        margin-bottom: 60px !important;
    }
    .services-text-3 {
        margin-top: 60px;
    }
    .brand-img-5 {
        margin: 0;
        text-align: center;
    }
    .brand-img-5 a img {
        width: 170px;
        text-align: center;
    }
    .services-img-2 > img {
        width: 100%;
    }
    .services-img-4 > img {
        width: 100%;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .banner-area {
        padding-top: 70px;
    }
    .logo.text-center a img {
        width: 135px;
    }
    .banner-bg {
        height: 215px;
        margin: 0;
    }
    .banner-img img {
        left: -2%;
        max-width: 100%;
    }
    .banner-bg {
        margin: 0;
    }
    .banner-bg.align-items-center {
        align-items: inherit !important;
    }
    .banner-content {
        padding-left: 0;
        text-align: center;
        margin-top: -575px;
    }
    .brand-area {
        margin-top: -80px;
        background-position: center;
        padding-top: 135px;
    }
    .banner-content>p {
        font-size: 14px;
    }
    .logo {
        margin-bottom: 560px;
    }
    .banner-email button,
		.banner-email a {
        top: 0;
        width: 100% !important;
        border-radius: 5px !important;
        margin: 0;
    }
    .banner-email input {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .banner-content>h1 {
        font-size: 23px;
        line-height: 43px;
    }
    .banner-content h1::before {
        width: 47%;
        height: 8px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .banner-content h2.br:before { width: 175px !important; }

    .brand-title>h2 {
        font-size: 30px;
        line-height: 46px;
    }
    .brand-img img {
        width: 150px;
    }
    .brand-img {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .services-text h2 {
        font-size: 20px;
    }
    .services-text h2::before {
        width: 185px;
        left: 0;
    }
   .services-text-2 h2::before {
        width: 158px;
    }

   
	.services-text h2.br:before {
	    width: 177px !important;
	    left: 29%;
	} 


.services-text-2 h2.br:before {
    width: 136px !important;
    left: 110px;
}
	.services-text-1  h2.br:before {
    width: 177px !important;
    left: 37%;
}


   .services-text-3 h2::before {
        width: 260px;
    }

	.services-text-1 h2.br:before {
    width: 178px !important;
    left: 121px !important;
}
    .services-text-4 h2::before {
        width: 151px;
    }
    .services-carousel-text p {
        font-size: 15px;
        line-height: 40px;
    }
    .services-text>p {
        font-size: 15px;
        line-height: 30px;
        padding-right: 0;
        margin: 0;
    }
    .services-text>a {
        display: none;
    }
    .services-img-4 {
        padding-right: 0;
    }
    .services-slider {
        padding-bottom: 30px;
    }
    .contact-text h2 {
        font-size: 36px;
    }
    .services-img-2 {
        margin-left: 0;
    }
    .services-mobile-button {
        padding-top: 30px;
    }


.services-mobile-button a {
    display: inline-block;
    border: 1px solid #100E4A;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
    color: #000;
    font-size: 12px;
    transition: .3s;
    font-weight: bold;
    width: 100%;
}

 .services-mobile-button a:hover {
    background-color: #07233F !important;
    color: white;
}

    .f-logo a img {
        width: 112px;
    }
    .footer-area {
        padding: 60px 0;
    }
    .services-area {
        padding-top: 50px;
    }
    .services-shape-2 img {
        width: 170px;
    }
    .services-shape img {
        width: 153px;
        right: 14%;
        bottom: -15%;
    }
    .services-text-2 {
        margin-bottom: 60px !important;
    }
    .services-text-3 {
        margin-top: 60px;
    }
    .brand-shape-img-1 img {
        left: -3%;
        bottom: -33%;
        width: 92px;
    }
    .brand-shape-img-2 img {
        right: -2%;
        bottom: -25%;
        width: 90px;
    }
    .services-shape-2 img {
        width: 150px;
        right: 15%;
        bottom: -11%;
    }
    .contact-text p {
        font-size: 12px;
    }
    .brand-img-5 {
        margin: 0;
        text-align: center;
    }
    .brand-img-5 a img {
        max-width: 100%;
    }

    .services-img-2 > img {
        width: 100%;
    }
    .services-img-4 > img {
        width: 100%;
    }

    .services-img-4 {
        margin-bottom: 100px;
    }

	.banner-content h1.pt:before {
	    width: 81px !important;
	}
    .services-text-3 h2.pt:before {
    width: 346px!important;
    top: 28px;
}
    .services-text-4 h2.br:before {
    width: 142px !important;
    left: 0 !important;
}

.banner-content h1.es:before {
   width: 77px;
   left: -49px !important;
}

.services-text-1 h2.cl:before {
    width: 177px !important;
    left: 98px;
 }

.services-text-3 h2.cl::before {
    left: 0;
    width: 145px !important;
}

.services-text-3 h2.cl::before {
    left: 0;
    width: 284px !important;
    top: 28px !important;
}

.services-text h2.es:before {
    width: 184px !important;
    left: 102px;
}


.services-text-4>h2.cl:before {
    left: 0;
    width: 130px !important;
}


.services-text-2 h2::before {
    width: 258px;
}


.services-text-1 h2::before {
    width: 324px !important;
    left: 0;
}

.services-text-3 h2::before {
    width: 360px;
}


.services-text-4 h2::before {    width: 135px;}


.banner-content h1.cl:before {
    width: 77px;
    left: -49px !important;
 }

.brand-area .col-6 { margin-bottom:-20px }
}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
}

