@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */

html{
	overflow-x: hidden;
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #697478;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'ABeeZee', sans-serif;
}
ul,ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.site-content {
  padding-top: 130px;
}
/**************** Header Css Starts *****************/
.headerMenu ul li {
    display: inline-block;
}
.headerMenu ul {
	display: flex;
}
.headerMenu ul li.getQuote {
    margin-left: auto;
}
.headerMenu ul li + li {
    margin-left: 30px;
}
.headerMenu {
    margin-left: 80px;
}
.headerMenu ul li.getQuote a {
    background-color: #2A6C6D;
    color: #ffffff!important;
    border-radius: 7px;
    padding: 15px 67px;
    font-size: 13px!important;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.headerCol {
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerCol.fixedHeader {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
}
.headerMenu ul li a {
    color: #061A22;
		text-transform: capitalize;
}
.home .headerMenu ul li a {
    color: #fff;
		font-size: 15px;
}
.home .fixedHeader .headerMenu ul li a {
    color: #061A22;
}
.home .logoCol img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.home .fixedHeader .logoCol img {
/*     -webkit-filter: initial;
    filter: initial; */
	 -webkit-filter: grayscale(1) brightness(0) contrast(10);
    filter: grayscale(1) brightness(0) contrast(10);
}
.home .fixedHeader .headerMenu ul li.getQuote a {
    color: #fff;
}
.headerMenu ul li.getQuote a:hover {
    background: #3b9d9d;
}

/**************** Header Css Ends *****************/
/**************** Banner Css Ends *****************/
.btnStyle {
	font-size: 13px;
	font-weight: 600;
	padding: 20px 40px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	border-radius: 7px;
	border: none;
}
/* .primaryBtn {
	background: #FF3D55;
	color: #ffffff;
} */
.primaryBtn {
/*     background: #FF3D55; */
    color: #ffffff;
    background: #3B9D9D;
/*     background: -moz-linear-gradient(left,  rgba(5,112,251,1) 0%, rgba(0,102,235,1) 100%, rgba(84,163,238,1) 100%, rgba(41,135,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(5,112,251,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(41,135,255,1) 100%);
    background: linear-gradient(to right,  rgba(5,112,251,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(41,135,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0570fb', endColorstr='#2987ff',GradientType=1 ); */
}
.primaryBtn::before {
	background: #FF3D55;
}
.bannerContent .btnCol .primaryBtn:before {
	background: #000000;
}
.btnStyle:before {
  position: absolute;
  content: '';
  height: 30px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  z-index: -1;
}
.btnStyle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.primaryBtn:hover {
    background: #2a6c6d;
    color: #ffffff;
}
.secondryBtn:hover {
    background: #fff;
    color: #2081FE;
}
.secondryBtn:hover {
	background: #39026C;
	color: #fff;
}
.bannerBg {
/* 	background: #250542; */
	/* background: -moz-linear-gradient(left,  #152d36 0%, #061a22 100%);
	background: -webkit-linear-gradient(left,  #152d36 0%,#061a22 100%);
	background: linear-gradient(to right,  #152d36 0%,#061a22 100%);
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152d36', endColorstr='#061a22',GradientType=1 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152d36', endColorstr='#061a22',GradientType=1 ); */
/* 	height: 100%;
	position: relative; */
}
.bannerBg {
    background: #2A6C6D;
    height: 100%;
    position: relative;
/*     background: rgb(21,45,54);
    background: -moz-linear-gradient(left,  rgba(21,45,54,1) 0%, rgba(6,26,34,1) 100%, rgba(84,163,238,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(21,45,54,1) 0%,rgba(6,26,34,1) 100%,rgba(84,163,238,1) 100%);
    background: linear-gradient(to right,  rgba(21,45,54,1) 0%,rgba(6,26,34,1) 100%,rgba(84,163,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152d36', endColorstr='#54a3ee',GradientType=1 ); */
}
.bannerBg::before {
	position: absolute;
	content: '';
	right: -70px;
	bottom: 15%;
	background-image: url('https://freedev.es/wp-content/uploads/2022/10/banner-shape.svg');
	height: 390px;
	width: 390px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
  background-size: contain;
}
.bannerContent {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 40%;
	z-index: 9;
}
.bannerImgCol {
	position: relative;
    z-index: 1;
}
#counter {
	position: relative;
    z-index: 1;
}
.bannerImg img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.bannerImg {
	width: 700px;
	position: relative;
    z-index: 9;
}
.bannerContent h1 {
	font-size: 99px;
	line-height: 1;
	margin-bottom: 35px;
}
.bannerContent p {
	font-size: 21px;
	color: #A0C1CD;
	margin-bottom: 10px;
}
.btnSpace {
	padding-top: 50px;
}

.primaryBg {
/*     background: #FF3D55; */
    background: #3B9D9D;
/*     background: -moz-linear-gradient(-45deg,  rgba(58,144,255,1) 0%, rgba(0,102,235,1) 100%, rgba(84,163,238,1) 100%, rgba(0,102,235,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(58,144,255,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(0,102,235,1) 100%);
    background: linear-gradient(135deg,  rgba(58,144,255,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(0,102,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a90ff', endColorstr='#0066eb',GradientType=1 ); */
}
.counterCol, .contactCol {
  position: relative;
  color: #fff;
  border-radius: 200px 15px 15px 15px;
  padding: 80px;
  overflow: hidden;
}
.counterSection {
	position: relative;
	margin-top: -190px;
}
.counterCol::before, .contactCol::before {
  position: absolute;
  content: '';
  background-image: url('https://freedev.es/wp-content/uploads/2022/10/Ellipse3.svg');
  left: -30px;
  bottom: 15%;
  height: 450px;
  width: 530px;
  background-repeat: no-repeat;
	background-size: contain;
}
.counterCol h3 {
	font-size: 57px;
	line-height: 1;
}
.counterContent p {
	padding-right: 134px;
}
.logoImg {
	cursor: pointer;
}
.logoImg p {
	margin: 0;
}
.logoImg img {
	height: 106px!important;
	width: 200px!important;
	max-width: 100%!important;
	-o-object-fit: contain;
	object-fit: contain;
}
.logoSwiper {
	text-align: center;
}
.sectionSpace {
	padding: 100px 0;
}
.lgTitle {
	font-size: 89px;
	line-height: 1.01;
	color: #061A22;
}
.nuestroContent .btnCol .primaryBtn:before {
  background: #3B9D9D;
}
.nuestroContent {
	width: 400px;
}
.cardTitle span {
	position: relative;
	font-size: 19px;
	color: #061A22;
	font-weight: 700;
}
.TitleLineStyle {
/* 	position: relative;
	left: 0;
	bottom: -20px;
	height: 2px;
	width: 50px;
	background: #FF3D55; */
  /* background: -moz-linear-gradient(-45deg, #2987ff 0%, #0570FB 100%);
  background: -webkit-linear-gradient(-45deg, #2987ff 0%,#0570FB 100%);
  background: linear-gradient(135deg, #2987ff 0%,#0570FB 100%);
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2987ff', endColorstr='#0570FB',GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2987ff', endColorstr='#0570FB',GradientType=1 ); */
/* 	padding-top: 0!important;
	margin-bottom: 0; */
}
.TitleLineStyle {
    position: relative;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 50px;
    padding-top: 0!important;
    margin-bottom: 0;
/*     background: rgb(58,144,255);
    background: -moz-linear-gradient(-45deg, rgba(58,144,255,1) 0%, rgba(0,102,235,1) 100%, rgba(84,163,238,1) 100%, rgba(0,102,235,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(58,144,255,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(0,102,235,1) 100%);
    background: linear-gradient(135deg, rgba(58,144,255,1) 0%,rgba(0,102,235,1) 100%,rgba(84,163,238,1) 100%,rgba(0,102,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a90ff', endColorstr='#0066eb',GradientType=1 ); */
	background: #3b9d9d;
}
.cardContent p {
	padding-top: 40px;
	font-size: 15px;
}
.cardIcon img {
	height: 50px;
	width: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}
.creamosContent h3 {
	font-size: 55px;
	line-height: 1.18;
}
.creamosImg {
	height: 100%;
}
.creamosImg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.creamosContent  .secondryBtn::before {
    background: #2A6C6D;
}
.creamosContent {
  max-width: 561px;
	padding: 50px 0;
  margin: 0px auto 0 100px;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.creamosSection::before {
	position: absolute;
	content: '';
	right: 20px;
	bottom: 0;
	background-image: url('https://freedev.es/wp-content/uploads/2022/10/exp-icon.svg');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
  background-size: contain;
	height: 390px;
	width: 390px;
	background-position: right bottom;
}
.creamosSection {
	position: relative;
}
.cCardTitle {
	color: #061A22;
	font-weight: 700;
	margin: 15px 0;
}
.comoCardContent span {
	font-size: 15px;
}
.mdWidth {
	max-width: 750px;
}
.comoShapes {
	position: relative;
}
.comoShapes::before {
	position: absolute;
	content: '';
	height: 460px;
	width: 460px;
	-webkit-filter: blur(154px);
	filter: blur(154px);
	opacity: 0.2;
}
.redCircle::before {
    background: #3B9D9D;
    left: 0;
    top: 0px;
}
.blueCircle::before {
  background: #3B9D9D;
  bottom: 0;
  right: 15%;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
.comoCardsCol {
	padding: 130px 0;
}
.comoCardIcon img {
	height: 40px;
	width: 40px;
	-o-object-fit: contain;
	object-fit: contain;
}
.comoCardIcon {
  border: 2px dashed #BDBDBD;
  margin: 0 auto;
  width: 90px;
  display: flex;
  align-items: center;
  height: 90px;
  justify-content: center;
  border-radius: 50%;
}
.comoCardStyle {
  max-width: 250px;
  text-align: center;
  background-color: #FCFDFD;
  position: relative;
  padding: 60px 25px;
	overflow: hidden;
	height: 100%;
}
.comoCardStyle:after {
  position: absolute;
  content: '';
  height: 200px;
  top: 50%;
  left: 0px;
  background: #8A99A0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  width: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comoCardStyle:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  width: 54px;
  background-image: url('https://freedev.es/wp-content/uploads/2022/10/como-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.comoCardStyle.firstCard:before, .comoCardStyle.firstCard:after {
	display: none;
}
.tbDxnLine {
	position: relative;
	height: 100%;
}
.tbDxnLine::before {
	position: absolute;
  content: '';
  height: 30px;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;
}
.topLine:before {
  top: -30px;
  right: -30px;
	background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/dxn-line2.png');
}
.btmLine::before {
	background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/dxn-line.png');
	bottom: -30px;
	right: -30px
}
.mobileAppSection {
    background-color: #2A6C6D;
    border-bottom-right-radius: 267px;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.mobileAppImg img {
/* 	width: 616px!important;
	height: 651px!important; */
	width: 100!important;
	height: 100%!important;
	-o-object-fit: contain;
	object-fit: contain;
}
.mobileAppContent {
	max-width: 510px;
	margin-left: auto;
}
.mobileAppContent h3 {
	color: #ffffff;
	font-size: 70px;
	line-height: 1.2;
	margin-bottom: 24px;
}
.mobileAppContent p {
	font-size: 15px;
	color: #C0D5DA;
	line-height: 1.8;
}
.mobileAppContent .btnCol .secondryBtn {
	color: #104D5B;
}
.mobileAppContent .btnCol .secondryBtn:before, .contactCol .btnCol .secondryBtn::before {
  background: #000000;
}
.mobileAppText {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 149px;
	line-height: 1.07;
	font-family: 'ABeeZee', sans-serif;
	font-style: italic;
	letter-spacing: 30px;
  opacity: 0.5;
  text-transform: uppercase;
	text-align: right;
	z-index: 5;
	color: #fff;
    opacity: 0.2;
}
.mobileAppSection::before {
    position: absolute;
    content: '';
    background-image: url('https://freedev.es/wp-content/uploads/2022/10/e-learn.svg');
    background-repeat: no-repeat;
    height: 790px;
    width: 810px;
    background-size: contain;
    top: -30%;
    left: 0;
}
#mobileapp .swiper-button-prev, #mobileapp .swiper-button-next {
	position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
}
#mobileapp .swiper-button-prev {
	background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/left-arrow.svg');
	left: 25px;
}
#mobileapp .swiper-button-next {
	background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/right-arrow.svg');
	right: 25px;
}
#mobileapp .swiper-button-next:after, #mobileapp .swiper-button-prev:after {
	display: none;
}
.mobileAppImg {
	position: relative;
}
.contactCol .btnCol {
	text-align: right;
	position: relative;
  z-index: 1;
}
.contactCol::after {
	position: absolute;
	content: '';
	right: 10px;
	bottom: 10px;
	background-image: url('https://freedev.es/wp-content/uploads/2022/10/emperia.svg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 210px;
	width: 210px;
	opacity: 0.3;
}
.contactSection {
	margin-bottom: -140px;
}
.sTitleLine {
	background: #fff;
	height: 2px;
	width: 17px;
	position: relative;
	left: 0;
	top: -6px;
}
.subscribeStyle {
	position: relative;
	margin-left: 0;
	max-width: 270px;
	padding-left: 0px;
}
.subscribeTitle{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
}
.subscribeStyle label {
	font-size: 14px;
}
.subscribeStyle .wysija-input {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0 0 5px;
    color: #fff;
    font-size: 12px;
    width: 250px;
}
.subscribeStyle .wysija-input:focus {
	outline: none;
}
.subscribeStyle form {
	margin-left: 0;
}
.subscribeStyle .wysija-submit {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  height: 8px;
  border: none;
  background: transparent;
  width: 37px;
  background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/subscribe-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.logoCol img {
/* 	height: 25px; */
	width: 130px;
	-o-object-fit: contain;
	object-fit: contain;
}

.home .site-content {
  padding-top: 0;
}


/**************** Banner Css Ends *****************/
/**************** Footer Css Starts *****************/
.footerCol {
    background-color: #2A6C6D;
}
.footerTop {
	padding: 210px 0 80px 0;
}
.footerTop ul li a {
	font-size: 14px;
	color: #AFBCC1;
	font-family: 'Open Sans', sans-serif;
}
.footerAddress p {
	font-size: 14px;
	color: #AFBCC1;
}
.footerAddress ul#menu-social-menu li {
    display: inline-block;
}
.footerAddress ul#menu-social-menu li + li {
    margin-left: 30px;
}
.footerInner {
	max-width: 460px;
}
.footerInner , .footerInner p  {
	color: #fff;
	font-style: italic;
	font-size: 15px;
	line-height: 1.8;
}
.footerTop h2.widget-title , .footerTop h2 {
	font-family: 'ABeeZee', sans-serif;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
}
.footerText {
    margin-bottom: 50px;
}
.footerAddress ul#menu-social-menu li.instaMenu img {
    opacity: 0.4;
}
.footerAddress .widget_text p {
    margin: 0;
    line-height: 27px;
}
.footerAddress {
    margin-left: 60px;
}
.footerTop ul li + li {
    margin-top: 5px;
}
nav.menu-social-menu-container {
    margin-top: 40px;
}
.footerCopyright p {
    color: #8D9698;
    font-size: 14px;
    margin: 0;
}
.footerCopyright p strong {
    color: #fff;
}
.footerCopyright {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footerCopyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 40px 0;
}
.cardContent p:empty {
	display: none!important;
}
.cardContent .TitleLineStyle{
	display: block!important;
}


.testimonialStyle {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.clientReview p {
    color: #001938;
    font-weight: 600;
    line-height: 32px;
}
.clientName span {
    display: block;
    color: #001938;
    font-weight: 700;
}
.clientImg .clientBefore {
    box-shadow: 0px 4px 13px rgb(0 0 0 / 10%);
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.clientImg .clientBefore img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 50%;
    object-fit: cover;
}
span.clientPost {
    font-weight: 500;
}
.clientImg .clientBefore:before {
    background-image: url("https://freedev.es/wp-content/uploads/2022/02/comment.svg");
    position: absolute;
    content: "";
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    bottom: 5px;
    right: 0px;
}

.ourClientSection {
  background-image: url('https://desarrollo.io/wp-content/uploads/2021/11/map-bg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom 10%;
	position: relative;
}
.ourClientSection:before {
  position: absolute;
  content: "";
  background-image: url('https://freedev.es/wp-content/uploads/2022/10/client.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  background-position: bottom;
	bottom: -27%;
  left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.clients {
	position: absolute;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.clients img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.client1 {
	 left: 0;
	 top: 10%;
	 -webkit-transform: translateY(-10%);
	 -ms-transform: translateY(-10%);
	 transform: translateY(-10%);
	 height: 80px;
	 width: 80px;
	 animation-name: topToBtm;
}
@keyframes topToBtm {
	0% {
		-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	}
	25% {
	    -webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
	50% {
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	}
	75% {
	    -webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	    transform: translateY(10px);
	}
	100% {
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	}

}
.client2 {
	right: 0;
	top: 15%;
	-webkit-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%);
	animation-name: rightToLeft;
}
@keyframes rightToLeft {
0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
25% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
75% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
}
.client3 {
	left: -60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 67px;
	width: 67px;
	animation-name: rightToLeft;
}
.client4 {
	top: 55%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	right: -60px;
	height: 90px;
	width: 90px;
	animation-name: topToBtm;
}
.client5 {
	left: 0;
	bottom: 0;
	animation-name: topToBtm;
}
.client6 {
	right: 0;
	bottom: 0;
	animation-name: rightToLeft;
}
#client {
	padding-bottom: 270px;
}
.footerMenu li span {
  font-size: 14px;
  color: #AFBCC1;
}
.footerLogo #media_image-3 img.image {
  /* max-width: 220px!important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); */
}
/* new-add-css */
.mobileAppImg {
  margin-top: 100px;
}
.proposalForm button.action-button[type="button"] {
	pointer-events: none;
	opacity: 0.5;
	margin: 0;
}
.proposalForm button.action-button.activeBtn[type="button"] {
	pointer-events: initial;
	opacity: 1;
}
.form-select.lookingFld {
	height: 56px;
	margin-top: 15px;
}
.formcont .form-control {
  padding: 17px;
}
.formcont br {
  display: none;
}
.formcont input {
  margin-bottom: 20px;
}
.proposalForm form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	float: inherit!important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border-radius: 7px;
  border: none;
}
.formcont .form-control:focus {
  outline: none;
  box-shadow: none;
}
.formcont .form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
.formcont .form-control::placeholder {
  color: #000000;
}
/*********** Footer Css Ends *************/
.page-template-innerpagetemp .headerCol {
  background: #152D36;
}
.page-template-innerpagetemp .headerMenu ul li a {
  color: #fff;
}
.page-template-innerpagetemp .site-content {
  padding-top: 110px;
}
.page-template-innerpagetemp .logoCol img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
div#aboutpage {
  z-index: 99;
  position: relative;
}
.page-template-innerpagetemp .bannerContent h1 {
  margin: 0;
}
.page-template-innerpagetemp .bannerBgcolor {
  background: #152D36;
  padding: 120px 0;
	position: relative;
}
.bannerBgcolor:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  bottom: 0;
  background: #152d36;
}
div#getproposal {
  padding-top: 190px;
  padding-bottom: 50px;
}

.formcont h2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 80px;
  margin: 0;
  color: #061A22;
  line-height: 1.12;
  padding-bottom:25px;
}
.formcont p {
  font-size: 20px;
  color: #697478;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  padding-top: 25px;
}
.formcont p span {
  color: #000;
  font-weight: bold;
}
.fieldset-cf7mls .cf7mls_next {
  font-size: 13px;
  font-weight: 600;
  padding: 20px 40px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border-radius: 7px;
  border: none;
  background: #FF3D55;
  color: #ffffff;
}
fieldset-cf7mls .cf7mls_next:before {
  position: absolute;
  content: '';
  height: 30px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  z-index: -1;
  background: #FF3D55;
}

.fieldset-cf7mls .cf7mls_next:before {
  position: absolute;
  content: '';
  height: 30px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  z-index: -1;
  background: #FF3D55;
}

.fieldset-cf7mls .cf7mls_next {
  float: left!important;
}

.submitbtn {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border-radius: 7px;
  border: none;
  background: #FF3D55;
  color: #fff;
  text-transform: uppercase;
}

.submitbtn:before {
  position: absolute;
  content: '';
  height: 30px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  z-index: -1;
  background: #FF3D55;
}
.formcont .form-control {
  height: 56px;
}
.imagemobile img {
  width: 100%;
}
.page-template-innerpagetemp .bannerContent {
	position: relative;
  left: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  top: initial;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.footerLogo img {
    /* width: 130px!important;
    height: 26px; */
}
.minWdBtn {
	min-width: 200px;
}
.footerLogo img {
  width: 90px !important;
  height: auto !important;
}
.mobileAppContent .btnCol  .btnStyle.primaryBtn.minWdBtn {
    background: #fff;
    color: #104D5B;
}
.mobileAppContent .btnCol  .btnStyle.primaryBtn.minWdBtn {
    background: #3B9D9D;
    color: #fff;
}
.contactCol  a.btnStyle.secondryBtn {
    background: #2A6C6D;
    color: #fff;
}
.contactCol 
 button.btnStyle.secondryBtn {
    color: #1072F1;
}
.creamosContent 
 a.btn.btnStyle.secondryBtn {
    background: #2A6C6D;
    color: #fff;
}

/*********** media ************/

@media (min-width: 1500px) {
	.container {
		max-width: 1280px;
	}
}
@media (max-width:1440px) {
	div#getproposal {
    padding-top: 150px;
	}
	.client3 {
    left: -35px;
	}
	.client4 {
		right: -35px;
	}
	#client {
    padding-bottom: 200px;
	}
	.ourClientSection:before {
    height: 50%;
    width: 90%;
	}
	.mobileAppSection .swiper-button-prev {
		left: 0;
	}
	.mobileAppSection .swiper-button-next {
		right: 0;
	}
	.lgTitle {
    font-size: 75px;
	}
	.logoImg img {
    height: 80px!important;
    width: 240px!important;
	}
	.creamosContent h3 {
    font-size: 47px;
	}
	.btnSpace {
    padding-top: 40px;
	}
	.bannerContent h1 {
    font-size: 80px;
    margin-bottom: 30px;
	}
	.bannerContent p {
    font-size: 20px;
	}
	.bannerContent {
    left: 25%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
	}
	.counterCol h3 {
    font-size: 50px;
	}
	.mobileAppContent h3 {
    font-size: 60px;
    margin-bottom: 20px;
	}
	div#getproposal {
    padding-top: 140px;
	}
	.formcont h2 {
    font-size: 70px;
	}
}
@media (max-width:1399px) {
	div#getproposal {
    padding-top: 130px;
	}
	.client3 {
    left: -30px;
	}
	.client4 {
    right: -30px;
	}
	.comoCardStyle {
    max-width: 220px;
    padding: 40px 20px;
	}
	.clientReview p {
    line-height: 28px;
	}
	.comoCardStyle::before {
    height: 70px;
    width: 37px;
	}
	.comoCardIcon img {
    height: 35px;
    width: 35px;
	}
	.comoCardIcon {
    width: 70px;
    height: 70px;
	}
	.bannerImg {
    width: 580px;
	}
	.bannerContent {
    left: 40%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
	}
	.nuestroContent {
    width: 360px;
	}
	.logoImg img {
    height: 70px !important;
    width: 220px !important;
	}
	.creamosContent {
    margin: 0px auto 0 60px;
	}
	.lgTitle {
    font-size: 67px;
	}
	.counterContent p {
    padding-right: 64px;
	}
}
@media (max-width:1199px) {
	.page-template-innerpagetemp .site-content {
    padding-top: 100px;
	}
	.mobileAppSection .swiper-button-prev, .mobileAppSection .swiper-button-next {
    height: 40px;
    width: 40px;
	}
	.formcont h2 {
    font-size: 60px;
	}
	.formcont p {
    font-size: 18px;
		padding: 0;
	}
	.page-template-innerpagetemp .headerMenu ul li a {
		font-size: 15px;
	}
	.ourClientSection .mdWidth {
		max-width: 585px;
	}
	.page-template-innerpagetemp .bannerBgcolor {
    padding: 100px 0;
	}
	.clientReview p {
    line-height: 25px;
	}
	.client3 {
    left: -15px;
	}
	.client4 {
    right: 0;
	}
	#client {
    padding-bottom: 150px;
	}
	.ourClientSection:before {
		bottom: -20%;
	}
	.headerMenu {
    margin-left: 60px;
	}
	.bannerContent h1 {
    font-size: 64px;
		margin-bottom: 24px;
	}
	.bannerContent p {
    font-size: 18px;
	}
	.headerMenu ul li.getQuote a {
    padding: 10px 30px;
	}
	.bannerImg {
    width: 510px;
	}
	.btnStyle {
		padding: 18px 40px;
	}
	.counterCol h3 {
    font-size: 43px;
	}
	.counterContent p {
    padding-right: 25px;
	}
	.logoImg img {
    height: 60px !important;
    width: 200px !important;
	}
	.lgTitle {
    font-size: 60px;
	}
	.nuestroContent {
    width: 300px;
	}
	.cardIcon img {
    height: 40px;
    width: 40px;
	}
	body {
    font-size: 17px;
	}
	.creamosContent h3 {
    font-size: 40px;
	}
	.creamosSection::before {
    right: 10px;
    height: 220px;
    width: 175px;
	}
	.tbDxnLine::before {
    display: none;
	}
	.mobileAppText {
    font-size: 110px;
	}
	.mobileAppContent h3 {
    font-size: 55px;
	}

}
@media (max-width:991px) {
	.page-template-innerpagetemp .site-content {
    padding-top: 70px;
	}
	.mobileAppSection::before {
		width: 100%;
	}
	.formcont h2 {
    font-size: 50px;
	}
	div#getproposal {
    padding-top: 100px;
	}
	.comoShapes::before {
    height: 300px;
    width: 300px;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	}
	.mobileAppText {
    font-size: 80px;
		top: -10px;
		letter-spacing: 20px;
	}
	.clientImg .clientBefore {
		height: 110px;
		width: 110px;
	}
	.clientImg .clientBefore:before {
		height: 35px;
		width: 35px;
	}
	.ourClientSection .mdWidth p {
		padding: 0 50px;
	}
	.mobileAppSection .swiper-button-prev {
    right: 40px;
    left: auto;
	}
	.client1 {
    height: 60px;
    width: 60px;
	}
	.client4 {
		height: 70px;
		width: 70px;
	}
	.client3 {
		height: 57px;
		width: 57px;
	}
	.clientReview p {
    padding: 0 50px;
	}
	#client {
    padding-bottom: 100px;
	}
	.ourClientSection:before {
    bottom: -10%;
		height: 40%;
		width: 80%;
	}
	.clients {
		height: 50px;
		width: 50px;
	}
	.mobileAppSection .swiper-button-prev, .mobileAppSection .swiper-button-next {
		top: 50px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.bannerContent h1 {
    font-size: 55px;
    margin-bottom: 20px;
	}
	.bannerImg {
    width: 380px;
	}
	.headerCol {
    padding: 20px 0;
	}
	.counterCol, .contactCol {
    border-radius: 130px 15px 15px 15px;
    padding: 50px 40px;
		text-align: center;
	}
	.lgTitle {
    font-size: 48px;
	}
	.counterCol h3 {
    font-size: 40px;
	}
	body {
    font-size: 16px;
	}
	.counterSection {
    margin-top: -100px;
	}
	.bannerBg::before {
    height: 181px;
    width: 150px;
    background-size: contain;
	}
	.bannerContent {
    left: 50%;
		top: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-50%, -50%);
	}
	.btnSpace {
    padding-top: 30px;
	}
	.nuestroContent {
    width: 100%;
	}
	.sectionSpace {
    padding: 80px 0;
	}
	.counterCol::before, .contactCol::before {
    height: 430px;
    width: 430px;
	}
	.creamosContent {
    margin: 0 auto;
		max-width: 700px;
	}
	.comoCardsCol {
    padding: 50px 0;
	}
	.comoCardContent span {
    font-size: 14px;
	}
	.mobileAppContent {
    max-width: 100%;
	}
	.mobileAppSection {
    border-bottom-right-radius: 160px;
    padding: 70px 0 0;
	}
	.mobileSwiper  {
		padding-bottom: 50px;
	}
	.mobileAppContent h3 {
    font-size: 50px;
		margin-bottom: 10px;
	}
	.footerTop {
    padding: 140px 0 60px 0;
	}
	.contactSection {
    margin-bottom: -90px;
	}
	.contactCol .btnCol {
    text-align: center;
	}
	.footerInner {
    max-width: 100%;
	}
	.subscribeStyle {
    max-width: 100%;
	}
	.footerText {
    margin-bottom: 20px;
	}
	.subscribeStyle .wysija-input {
		width: 100%;
	}
	/* toggle css */

	.toggle {
	  position: relative;
	  width: 25px;
	  height: 20px;
	  z-index: 999;
	  cursor: pointer;
	  margin-left: auto;
	}
	.bar {
	  width: 100%;
	  height: 2px;
	  background: #fff;
	  -webkit-transition: all 300ms ease-in-out 0s;
	  -o-transition: all 300ms ease-in-out 0s;
	  transition: all 300ms ease-in-out 0s;
	  position: absolute;
		right: 0;
    -webkit-transition: background 300ms ease-in-out 0s;
    -o-transition: background 300ms ease-in-out 0s;
    transition: background 300ms ease-in-out 0s;
	}
  .headerCol.fixedHeader .bar {
  	background: #262626;
  }
	.barTwo {
	  top: 8px;
	}
	.bar.barThree {
	  top: 16px;
	}
	.openNav .headerMenu {
	  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
	.headerMenu {
	  position: fixed;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  background-color: #104D5B;
	  z-index: 99;
	  width: 100%;
	  -webkit-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
	  transform: translateX(-100%);
	  -webkit-transition: all 400ms ease-in-out 0s;
	  -o-transition: all 400ms ease-in-out 0s;
	  transition: all 400ms ease-in-out 0s;
		margin-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 300px;
	}
	.headerMenu ul li.getQuote {
    height: 32px;
	}
	.openNav .barOne {
	  -webkit-transform: rotate(-135deg);
	  -ms-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	  margin-top: 10px;
	  width: 100%;
	}
	.openNav .barTwo {
	  opacity: 0;
	  -webkit-transform: translateX(-20px);
	  -ms-transform: translateX(-20px);
	  transform: translateX(-20px);
	}
	.openNav .barThree {
	  -webkit-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  transform: rotate(135deg);
	  margin-top: -6px;
	  width: 100%;
	}
	.headerCol.fixedHeader .bar {
		/* background: #ffffff; */
	}
	.home .fixedHeader .headerMenu ul li a {
    color: #ffffff;
	}
	.headerMenu ul {
    display: block;
		text-align: center;
		overflow-y: auto;
	}
	.headerMenu ul li {
    display: block;
	}
	.headerMenu ul li + li {
    margin-left: 0;
    margin-top: 20px;
	}
	.openNav .menuBackDrop {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
	}
	.menuBackDrop {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition: all 800ms ease-in-out 0s;
		-o-transition: all 800ms ease-in-out 0s;
		transition: all 800ms ease-in-out 0s;
		z-index: 1;
	}
	body.openNav {
		overflow: hidden;
	}
	.mobileAppImg img {
		width: 100%!important;
		height: 100%!important;
		max-width: 100%!important;
	}
}
@media (max-width:767px) {
	.formcont h2 {
    font-size: 40px;
		padding-bottom: 15px;
	}
	.creamosContent h3 {
    font-size: 35px;
	}
	.comoShapes::before {
    height: 260px;
    width: 260px;
		-webkit-filter: blur(80px);
		filter: blur(80px);
	}
	.redCircle::before {
    left: 20%;
	}
	.bannerBg {
		min-height: 330px;
	}
	.bannerImg {
    width: 100%;
    height: 330px;
	}
	.bannerContent {
		text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		width: 515px;
	}
	.counterSection {
    margin-top: 50px;
	}
	.bannerContent h1 {
    font-size: 45px;
	}
	.counterCol h3 {
    font-size: 35px;
	}
	.counterContent p {
    padding-right: 0;
	}
	.lgTitle {
    font-size: 40px;
	}
	.cardContent p {
    padding-top: 20px;
	}
	.TitleLineStyle {
    bottom: -10px;
	}
	.creamosContent {
		max-width: 520px;
	}
	.mobileAppContent h3 {
    font-size: 40px;
	}
	.contactCol::after {
    height: 140px;
    width: 110px;
	}
	.footerAddress ul#menu-social-menu li + li {
    margin-left: 20px;
	}
	.logoImg img {
    height: 50px !important;
    width: 150px !important;
	}
	.sectionSpace {
    padding: 70px 0;
	}
}
@media (max-width:575px) {
	.comoShapes::before {
    height: 120px;
    width: 120px;
		-webkit-filter: blur(50px);
		filter: blur(50px);
	}
	.client3 {
    left: 0px;
	}
	#client {
    padding-bottom: 70px;
	}
	.clientImg .clientBefore {
    height: 90px;
    width: 90px;
	}
	.clientImg .clientBefore:before {
		height: 26px;
		width: 26px;
	}
	.lgTitle {
    font-size: 35px;
	}
	.counterCol h3 {
    font-size: 32px;
	}
	.creamosContent h3 {
    font-size: 30px;
	}
	.mobileAppSection {
    border-bottom-right-radius: 120px;
	}
	.mobileAppContent h3 {
    font-size: 35px;
	}
	.mobileAppContent p {
    font-size: 14px;
	}
	body {
    font-size: 15px;
	}
	.cCardTitle {
		font-size: 16px;
	}
	.comoCardContent span {
    font-size: 13px;
	}
	.creamosContent {
		max-width: 460px;
		padding: 30px 0;
	}
	.footerAddress {
    margin-left: 0;
	}
	.footerTop h2.widget-title, .footerTop h2 {
    margin-bottom: 10px;
		font-size: 23px;
	}
	.creamosImg img {
		max-height: 300px;
	}
	nav.menu-social-menu-container {
    margin-top: 30px;
    text-align: center;
	}
	.footerTop {
    padding: 140px 0 40px 0;
	}
	.footerCopyright {
    padding: 30px 0;
	}
	.footerTop h2.widget-title, .footerTop h2 {
    font-size: 20px;
	}
	.footerTop ul li a {
    font-size: 13px;
	}
	.footerMenu li span {
    font-size: 13px;
	}

  .footerLogo {
  	padding-bottom: 15px;
  }
}
@media (max-width:480px) {
	.footerLogo #media_image-3 img.image {
    /* max-width: 200px!important; */
	}
	.page-template-innerpagetemp .bannerBgcolor {
    padding: 80px 0;
	}
	.formcont h2 {
    font-size: 35px;
	}
	div#getproposal {
    padding-top: 80px;
	}
	.formcont p {
    font-size: 16px;
	}
	.headerMenu {
		max-width: 100%;
	}
	.mobileAppText {
    font-size: 60px;
	}
	.mobileAppSection {
    border-bottom-right-radius: 100px;
	}
	body.openNav .headerCol.fixedHeader .bar {
		background: #ffffff;
	}
	.bannerBg {
    min-height: 250px;
	}
	.bannerImg {
    height: 250px;
	}
	.bannerContent h1 {
    font-size: 40px;
		margin-bottom: 10px;
	}
	.bannerContent p {
    font-size: 16px;
	}
	.btnSpace {
    padding-top: 20px;
	}
	.counterCol h3 {
    font-size: 30px;
	}
	.counterCol, .contactCol {
    border-radius: 90px 15px 15px 15px;
    padding: 40px 30px;
	}
	.lgTitle {
    font-size: 32px;
	}
	.btnStyle {
    padding: 15px 30px;
	}
	.cardContent p {
    font-size: 14px;
	}
	.cardTitle span {
    font-size: 18px;
	}
	.creamosImg img {
    max-height: 240px;
	}
	.creamosContent h3 {
    font-size: 30px;
	}
	.comoCardsCol {
    padding: 40px 0;
	}
	.mobileAppContent h3 {
    font-size: 30px;
	}
	.mobileAppContent p {
    font-size: 14px;
	}
	.sectionSpace {
    padding: 50px 0;
	}
	.subscribeTitle {
    font-size: 15px;
	}
	.footerCol .wp-block-image img {
		height: 90px;
		width: 90px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.bannerContent {
		max-width: 375px;
	}
	.logoImg img {
    height: 40px !important;
    width: 130px !important;
	}
	body {
    font-size: 14px;
	}
	.mobileAppImg {
    margin-top: 50px;
	}
	.headerCol.fixedHeader {
    padding: 10px 0;
	}
	.footerMenu li span {
    font-size: 12px;
	}
	.footerCopyright p {
    font-size: 13px;
	}
}
@media(max-width: 465px){
	.comoCardStyle {
    max-width: 100%;
	}
	.creamosContent {
    padding: 30px 20px;
	}
	.comoCardStyle {
	  max-width: initial;
	  margin-left: -0.75rem;
	  margin-right: -0.75rem;
	}
}
@media (max-width:375px) {
	.footerLogo #media_image-3 img.image {
    /* max-width: 180px!important; */
	}
	.footerCopyright p {
    font-size: 12px;
	}
	.form-select.lookingFld {
    height: 45px;
    font-size: 14px;
	}
	.subscribeTitle {
    font-size: 13px;
	}
	.formcont h2 {
    font-size: 20px;
	}
	.formcont p {
    font-size: 14px;
	}
	.page-template-innerpagetemp .bannerBgcolor {
    padding: 60px 0;
	}
	div#getproposal {
    padding-top: 50px;
	}
	.mobileAppText {
    font-size: 50px;
		letter-spacing: 10px;
	}
	.clients {
    height: 40px;
    width: 40px;
	}
	#client {
    padding-bottom: 40px;
	}
	.ourClientSection:before {
    bottom: -5%;
    height: 20%;
    width: 80%;
	}
	.clientImg .clientBefore {
    height: 70px;
    width: 70px;
	}
	.clientImg .clientBefore:before {
    height: 20px;
    width: 20px;
	}
	.clientReview p {
    padding: 0 0px;
	}
	.ourClientSection .mdWidth p {
    padding: 0 30px;
	}
	.mobileAppSection .swiper-button-prev, .mobileAppSection .swiper-button-next {
    height: 30px;
    width: 30px;
	z-index: 0;
	}
	.mobileAppSection .swiper-button-prev {
    right: 30px;
	}
	.lgTitle {
    font-size: 25px;
	}
	.bannerContent {
		max-width: 310px;
	}
	.bannerContent h1 {
    font-size: 30px;
	}
	.bannerContent p {
    font-size: 14px;
		margin-bottom: 0;
	}
	.btnStyle {
    padding: 10px 20px;
		font-size: 12px;
	}
	.bannerBg {
    min-height: 210px;
	}
	.bannerImg {
		height: 210px;
	}
	.bannerBg::before {
    height: 130px;
    width: 110px;
		bottom: 5%;
	}
	.counterCol h3 {
    font-size: 24px;
	}
	body, .cardContent p {
    font-size: 13px;
	}
	.counterCol, .contactCol {
    border-radius: 60px 15px 15px 15px;
    padding: 30px 20px;
	}
	.logoImg img {
    height: 30px !important;
    width: 100px !important;
	}
	.lgTitle {
    font-size: 28px;
	}
	.cardTitle span {
    font-size: 16px;
	}
	.cardIcon img {
    height: 30px;
    width: 30px;
	}
	.creamosImg img {
    max-height: 200px;
	}
	.creamosContent {
    max-width: 300px;
    padding: 20px 0;
	}
	.creamosContent h3 {
    font-size: 23px;
	}
	.creamosSection::before {
    height: 140px;
    width: 115px;
	}
	.comoCardsCol {
    padding: 30px 0;
	}
	.footerTop h2.widget-title, .footerTop h2 {
    font-size: 18px;
	}
	.footerTop ul li a {
    font-size: 12px;
	}
	.footerInner, .footerInner p {
    font-size: 13px;
	}
	.sectionSpace {
    padding: 30px 0;
	}
	.mobileAppSection {
    border-bottom-right-radius: 70px;
	}
	.counterSection {
    margin-top: 30px;
	}
	.mobileAppContent h3 {
    font-size: 24px;
	}
	.mobileAppContent p {
    font-size: 13px;
	}
	.cCardTitle {
    font-size: 15px;
	}
	.comoCardContent span {
    font-size: 12px;
	}
	.comoCardStyle {
		max-width: 100%;
    padding: 25px 10px;
	}
	.comoCardIcon img {
    height: 26px;
    width: 26px;
	}
	.comoCardIcon {
    width: 55px;
    height: 55px;
	}
	.comoCardsCol {
    padding: 8px 0 30px;
	}
	.btnStyle::before {
    height: 10px;
    bottom: -5px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
	}
	.mobileAppImg {
    margin-top: 30px;
	}
}
