/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

.webdevelopment .one h3 {
    
    margin-bottom: 5px;
}


header .twelve.columns {
    
	margin-bottom: 35px;
}



footer p, footer a {
        color: white;
}

.branding img {
    width: 100%;
}

.logos img {
        width: 100%;
		    margin-top: 10px;
}


#homebanner .container.clearfix {
    
}





.call22 {
   display: inline-block;
    padding: 0 10px;
        color: #2a55a3;
    line-height: 20px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
		
}

 .call22 a {
    
	        font-weight: bold;
			color: #2a55a3;
		
		
}


.formleads {
        background-color: #2a55a3;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    max-width: 405px;
    margin-top: 15px;
}

.inputform22 {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 19px;
}

.form-title.text-center {
        font-size: 20px;
    color: white;
    margin-bottom: 10px;
    
    padding: 8px 0;
    border-radius: 7px;
}

button.btn.standard-button {
     background-color: #ff3939;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    border: solid red 2px;
    margin-top: 12px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........................................FONTS.................................................*/
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url('fonts/brandon_bld.eot');
	src: url('fonts/brandon_bld.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_bld.woff2') format('woff2'), url('fonts/brandon_bld.woff') format('woff'), url('fonts/brandon_bld.ttf') format('truetype'), url('fonts/brandon_bld.svg#brandon_grotesquebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_grotesquelight';
	src: url('fonts/brandon_light.eot');
	src: url('fonts/brandon_light.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_light.woff2') format('woff2'), url('fonts/brandon_light.woff') format('woff'), url('fonts/brandon_light.ttf') format('truetype'), url('fonts/brandon_light.svg#brandon_grotesquelight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_grotesquemedium';
	src: url('fonts/brandon_med.eot');
	src: url('fonts/brandon_med.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_med.woff2') format('woff2'), url('brandon_med.woff') format('woff'), url('fonts/brandon_med.ttf') format('truetype'), url('fonts/brandon_med.svg#brandon_grotesquemedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url('fonts/brandon_reg.eot');
	src: url('fonts/brandon_reg.eot?#iefix') format('embedded-opentype'), url('fonts/brandon_reg.woff2') format('woff2'), url('fonts/brandon_reg.woff') format('woff'), url('fonts/brandon_reg.ttf') format('truetype'), url('fonts/brandon_reg.svg#brandon_grotesque_regularRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*.........GLOBLE......*/
.wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #3a3a3a;
	background: #fff;
}

#homebanner {
	
    background-size: cover;
    
    width: 100%;
    display: block;
    text-align: center;
	
}
.logos {
	    width: 100%;
    
}
nav {
	width: 70%;
	float: left;
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 7px 15px;
}
nav ul li a {
	color: #fff;
	text-decoration:none;
	font-family: 'brandon_grotesquemedium';
}
/*#homebanner p {
	
	font-size: 32px;
	color: #3a3a3a;
	
}*/
#homebanner h2 {
	
}
.box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 15px 0;
	border: none;
	background: none;
	color: #fff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border: 3px solid #fff;
	border-radius: 5px;
	font-size: 23px;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* Wayra */
.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #7690c5;
}
.button--wayra.button--inverted:hover {
	color: #7690c5;
	border-color: #7690c5;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #7690c5;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}

.webdevelopment{
			   
    background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 56px;
}
.webdevelopment h3 span{font-family: 'brandon_grotesquelight';}
.webdevelopment h3{
	    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    line-height: 75px;
    color: #222222;
    margin-bottom: 36px;
    text-align: center;
    margin-top: 40px;
}
.webdevelopment p{
	padding: 38px 10px 0 0;
    font-size: 36px;
    line-height: 35px;
}
.webdevelopment img{
width: 100%;}
.branding{
	    padding: 30px 0;
    background-color: #2a55a3;
	
		
}

.branding h3,  .team h3 {
	font-size: 60px;
    
    line-height: 75px;
        color: white;
}


#client h3{
	font-size: 60px;
    
    line-height: 75px;
        color: black;
}


.branding p{
	            padding: 0px 0px 30px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    max-width: 700px;
    color: white;
}
.branding img{margin-top:30px;}

/*SERVICE SECTION*/
.services{
	padding: 60px 0 80px;
    position: relative;
    z-index: 4;
    background-color: #f5f5f5;
   
}
.one{
	display:block;
	width:100%;
	padding-bottom:40px;	
}
.imgone{
	width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2a55a3;
    float: left;	
}
.imgone i{
	font-size: 21px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 35px;
}
.contentone{
	float:left;
	width:70%;
	padding-left:20px;	
}
.contentone h3{
	font-size: 25px;
    color: #222222;
    font-family: 'brandon_grotesquemedium';
    
    line-height: 30px;
}

/*CLIENT SECTION*/
#client{
	padding:100px 0 60px;
	background:#f3f3f3;	
}
.headclient{
	text-align:center;	
	padding-bottom:50px;
}
.headclient h3 span{font-family: 'brandon_grotesquelight';}
.headclient h3{
	font-size:60px;
	
	line-height:75px;
	color:#222222;	
}
.headclient p{
	font-size:22px;	
} 
.leftsec{padding:20px 0;}
.leftsec img{float:left;display:block;}
.leftsec p{
	font-size:26px;
	line-height:28px;
	padding:35px 75px 10px;	
}
.leftsec span{
	color:#7690c5;
	font-size:20px;
	line-height:36px;
	padding-left:75px;	
}

.bubble 
{
position: relative;
width: 660px;
height: 170px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #f1f1f1 solid 1px;
float:left;
    margin-left: 30px;
    margin-top: 20px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 19px 11px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
left: -19px;
top: 77px;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 19px 11px 0;
border-color: transparent #f1f1f1;
display: block;
width: 0;
z-index: 0;
left: -20px;
top: 77px;
}
.rightsec{padding:20px 0;}
.rightsec img{float:left;}
.rightsec p{
	font-size:26px;
	line-height:28px;
	padding:35px 75px 10px;	
}
.rightsec span{
	color:#7690c5;
	font-size:20px;
	line-height:36px;
	padding-left:75px;	
}

.bubble1 
{
position: relative;
width: 660px;
height: 175px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: #f1f1f1 solid 1px;
float:left;
 margin-right: 30px;
    margin-top: 30px;
}

.bubble1:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 0 11px 19px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
right: -19px;
top: 77px;
}

.bubble1:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 0 11px 19px;
border-color: transparent #f1f1f1;
display: block;
width: 0;
z-index: 0;
right: -20px;
top: 77px;
}

/*ICONS SECTOIN*/
#icons{
	padding:60px 0;
	background:#fff;	
}

/*TEAM SECTION*/
#team{
	
	padding:95px 0;	
}
.hedteam{text-align:center;}
.hedteam h3 span{font-family: 'brandon_grotesquelight';}
.hedteam h3 {
	font-size:60px;
	
	line-height:75px;
	color:#2a55a3;	
}


.titlepromo {
	    font-size: 60px;
    line-height: 54px;
    color: #2a55a3;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;	
}

.hedteam p{
	font-size:22px;	
	color:#2a55a3;
} 

.teamone{
	padding:70px 0 30px;
	text-align:center;	
}
.teamone h4{
	font-family: 'Montserrat', sans-serif;
	color:#2a55a3;
	line-height:28px;	
}
.teamone p{color:#2a55a3;font-family: 'brandon_grotesquelight';}
.teamone a i{
	width:39px;
	height:39px;
	border-radius:50%;
	border:3px solid #fff;
	color:#2a55a3;
	margin:5px;
	font-size:20px;
		
}
.teamone a i:hover{color:#7690c5;border:3px solid #7690c5; transition:all 0.5s;}

.teamone a i:before{position:relative;
	top:10px;}
.bottomteam p{
	text-align:center;
	color:#2a55a3;
	width:60%;
	margin:0 auto;	
}




.leftcontact h3 span{font-family: 'brandon_grotesquelight';}
.leftcontact h3{
	font-size:60px;
	font-family: 'Montserrat', sans-serif;
	line-height:75px;
	color:#ffffff;	
}
.leftcontact h5{
	color:#fff;
	padding-top:10px;
} 
.leftcontact ul li{
	width:50%;
	float:left;
	padding-top:30px;	
}
.leftcontact ul li a{
	color:#3a3a3a;
	text-decoration:none;	
}
.leftcontact ul li i{    font-size: 30px;
    color: #3a3a3a;
    text-align: center;
    width: 50px;
    position: relative;
    top: 5px;
}

/*#contact textarea{
	width:435px;
	height:190px;
	background:#fff;
	border-radius:3px;
	outline:0;
	color:#333;	
	border:0;
	border:1px solid #cccccc;
	padding:20px 0 0 20px;
	 line-height:24px;
	 font-size:18px;
}

#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder {
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input:-moz-placeholder, #contact textarea:-moz-placeholder { 
   color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input::-moz-placeholder,#contact textarea::-moz-placeholder {  
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}

#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder {  
  color:#bbbbbb;
  font-size:18px;
	font-family: 'brandon_grotesquemedium';
}*/

footer{
	background: #2a55a3;
}
.last{
	padding:30px 0;
	border-top:1px solid #87a0d2;
	text-align:center;
	color:#fff;	
}
.last a{
	color: white;
	text-decoration:none;	
}

/*STICKY HEADER*/
header {
	
	width: 100%;
	
}

.sticky nav ul li {
    padding: 5px 15px;
}
a.send{text-align:right; text-decoration:none; color:#fff;display:block;}

/*EFFECTS FOR ANIMATION*/
/*EFFECT*/
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}

/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left:0;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #7690c5;
}


.cssload-container {
	position: relative;
	width: 100%;
	height: 224px;
	overflow: hidden;
	top:35%;
}

.cssload-container .cssload-item {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background-color: rgb(255,255,255);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background-color: rgb(97,87,97);
	background-image: linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -o-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -ms-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -webkit-linear-gradient(rgb(74,67,74), rgb(245,243,240));
		background-image: -moz-linear-gradient(rgb(74,67,74), rgb(245,243,240));
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-o-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-ms-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-webkit-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
		-moz-animation: cssload-tilt 2.3s ease-in-out infinite alternate;
}

.cssload-container .cssload-item:after {
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: -19px;
	background-color: rgb(255,255,255);
	border-radius: 50%;
	background-color: rgb(196,188,196);
	background-image: linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -o-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -ms-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -webkit-linear-gradient(rgb(245,245,245), rgb(69,32,69));
		background-image: -moz-linear-gradient(rgb(245,245,245), rgb(69,32,69));
	box-shadow: 0 0 8px 1px rgba(250,250,250,0.25);
	content: '';
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-o-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-ms-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-webkit-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
		-moz-animation: cssload-ding 2.3s ease-in-out infinite alternate, cssload-tilt 2.3s ease-in-out infinite alternate;
}





@keyframes cssload-tilt {
	from {
		transform: rotate(45deg);
	}
	to {
		transform: rotate(-45deg);
	}
}

@-o-keyframes cssload-tilt {
	from {
		-o-transform: rotate(45deg);
	}
	to {
		-o-transform: rotate(-45deg);
	}
}

@-ms-keyframes cssload-tilt {
	from {
		-ms-transform: rotate(45deg);
	}
	to {
		-ms-transform: rotate(-45deg);
	}
}

@-webkit-keyframes cssload-tilt {
	from {
		-webkit-transform: rotate(45deg);
	}
	to {
		-webkit-transform: rotate(-45deg);
	}
}

@-moz-keyframes cssload-tilt {
	from {
		-moz-transform: rotate(45deg);
	}
	to {
		-moz-transform: rotate(-45deg);
	}
}

@keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-o-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-ms-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-webkit-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}

@-moz-keyframes cssload-ding {
	from {
		left: 0%;
	}
	to {
		left: calc(100% - 49px / 5);
	}
}


.mainlogos img {
	
	
		
}

.bannertop {
    width: 100%;
}

.nospace {
    text-align: center;
    margin: 0px !important;
}

.underpic {
    font-size: 25px;
    text-align: center;
    background-color: #2AAC01;
    color: white;
    margin-bottom: 35px;
    padding: 6px 0px;

}

.owlnext {
    height: 40px;
    width: 40px;
    border: 1px solid #ec1b23;
    border-width: 8px 8px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	right: 0px;
	cursor: pointer;
}

.owlprev {
    height: 40px;
    width: 40px;
    border: 1px solid #ec1b23;
    border-width: 0 0 8px 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	cursor: pointer;
}

.texticonsserc {
    font-size: 27px;
    line-height: 26px;
    margin-top: 10px;
}

.item p {
    margin-bottom: 10px;
}

.intro1 {
	        font-size: 19px;
    line-height: 32px;
    text-align: left;
    margin-top: 25px;
	
} 


ul.center {
	        font-size: 19px;
    line-height: 32px;
    text-align: center;
    margin-top: 25px;
	
}

ul.left {
	        font-size: 19px;
    line-height: 32px;
    text-align: left;
    margin-top: 25px;
    
	
}

.left2 li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #2aac01;
}


ul.left2 {
	        font-size: 21px;
    line-height: 32px;
    text-align: center;
    margin-top: 25px;
    color: black;
	font-weight:bold;
	
}

.intro2 {
	    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
	color: red;
	    margin-bottom: 40px;
}

.titleintro {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.iniprin {
	
	    max-width: 960px;
    margin: 0 auto;
	
	
}

.rightini{
	    float: right;
    width: 552px;
    margin-top: 26px;
    text-align: right;
	
	
}

.mainlogos {
	
	display: inline-block;
	    margin-bottom: 20px;
    max-width: 270px;
	
}

i {
	
	color: #2a55a3;
}

.callac {
	
	color: #ff0000;
    font-size: 30px;
    margin-top: 0px;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
   
    line-height: 30px;
	
}

.backwhite {
   
	font-weight: bold;
}

strong {
	
	font-weight: bold;

	
}


.branding h3 span, #client h3 span, .team h3 span {
    
        color: white;
   
}

.maptitle {
	
	text-align: center;
    margin-bottom: 20px;
	    min-height: 75px;
}

.maptitle span {
	    color: #2a55a3;
    font-weight: bold;
	
}

.banner22{
	
	width: 100%;
	display:none;
}



ul {
  list-style: none;
  padding: 0;
}
li {
      margin: 12px 0;
}



.subtitle {
    font-size: 32px;
    margin-bottom: 25px;
}

.totleformleft {
       margin-top: 12px;
    color: white;
    font-size: 27px;

}

.totleformleft2 {
       margin-top: 12px;
    color: black;
    font-size: 27px;
	font-weight: bold;

}


img.smallimg {
    width: 100%;
	    vertical-align: bottom;
}

.team h3 {
	text-align: center;
    max-width: 71%;
    display: inline-block;
    margin-top: 45px;
	
	
}

.team {
	
	    text-align: center;
}

.mainimage1 {
    width: 100%;
}



.inibox {
    background-color: white;
    border-radius: 8px;
    /*position: relative;
	top: -80px;*/
	margin-bottom: 20px;
}


.videowr {
    padding: 16px 16px 0 16px;
}

.greenback {
    background-image: url(images/backf.jpg);
	background-size: cover;
}

.textgreen {
      margin: 30px 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #060606;
}

#videos h3 {
    font-size: 60px;
    
    line-height: 75px;
    color: white;
}
.tipstitle {
    text-align: center;
    border-radius: 9px;
    margin: 30px 0px;
    background-color: #2a55a3;
}

#videos {
    padding-bottom: 30px;
}


i.fa.fa-phone {
    color: #2a55a3;
}

.hidepc {display:none}


.services .twelve h3 {
       font-size: 60px;
    line-height: 75px;
    color: #2a55a3;
    margin-bottom: 50px;
}

#carrer .twelve h3 {
       font-size: 60px;
    line-height: 75px;
    color: #2a55a3;
    
}

.fondleft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -2;
}

.fondright {
    position: absolute;
    width: 530px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.teamone img {
    border-radius: 50%;
}



.backfinal {
    padding-right: 40px;
    background-color: #ffffffd4;
    padding-left: 40px;
	    padding-bottom: 40px;
}

.videowr {
    font-size: 28px;
    line-height: 30px;
}

.fullw {
	width: 100%;
		
}

#carrer {
    margin-top: 60px;
   margin-bottom: 60px;
}

.z-auto-g {
    padding: 0px !important;
}

.fim {
	width: 100%	
}

.z-content p {
        padding: 2px 10px;
    font-size: 15px;
    line-height: 21px;
}


#demo-accordion {
    border-radius: 8px;
	clear: both;
}

ul#demo-accordion {
    box-shadow: none;
}


.z-title, .z-header {
    background-color: #0079bf !important;
    color: white !important;
}

.z-active .z-title, .z-active .z-header {
    background-color: white !important;
	
    color: #dc4848 !important;
}


i.fa.fa-phone.tz-icon-color {
    color: white;
}

.blockintro {
	text-align: center;
    border: solid white 1px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
	
}

.tiserv {
    color: #dc4848;
    font-size: 21px;
    text-align: center;
    min-height: 50px;
}

.belowtext {
    text-align: center;
}

b {
    font-weight: bold;
}

.insideacord {
	text-align:center;
}

.subtit {
    font-size: 20px;
    margin-top: 20px;
    color: #dc4848;
    font-weight: bold;
}

.planest {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 30px;
}


.servi {
    text-align: center;
}



.inputform55 {
    width: 48%;
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 19px;
}

  /* Ubicar icono de reCaptcha v3 */
  .grecaptcha-badge{
    margin-bottom: 100px !important;  
}


.grecaptcha-badge { visibility: hidden; }

.text-captcha {
    color: #ffffff;
    font-weight: bold;
    font-size: 9px;
    line-height: 18px;
}

.owlnext {
    height: 21px;
    width: 21px;
    border: 1px solid #ff0400;
    border-width: 6px 6px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 50%;
    right: 9px;
    cursor: pointer;
    box-shadow: 3px -2px 2px rgba(0, 0, 0, 0);
}

.owlprev {
    height: 21px;
    width: 21px;
    border: 1px solid #ff0400;
    border-width: 0 0 6px 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    bottom: 50%;
    cursor: pointer;
    box-shadow: -3px 2px 2px rgba(0, 0, 0, 0);
}

.owl-dot {
    background-color: #c9c9c9;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 7px;
}

.owl-dot.active {
    background-color: #f34423;
}

 .owl-dots {
    text-align: center;
    width: 100%;
}

#owlc1 img,#owlc2 img,#owlc3 img,#owlc4 img,#owlc5 img,#owlc6 img {
    display: inline-block;
    max-width: 100%;
   
    width: auto;
}

.owl-carousel .item {
	text-align: center;
}

.blog-carousel.slick-slider {
    margin-bottom: -30px;
}



/*new*/



.accordion {
	background-color: #2a55a3;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: solid 1px #fff;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: bold;
}

.active, .accordion:hover {
  background-color: #2a55a3;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.instafotos img {
    width: 400px;
    margin: 0 20px 20px;
}

.instafotos {
    text-align: center;
}