
html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

html {
  scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}


.button {
	margin: 0.4em;
	padding: 1em;
	cursor: pointer;
	background: #ececec;
	text-decoration: none;
	color: #666;
	border: none;
  }
  
button:focus {outline:0;}




  /* Pop */
@keyframes pop {
	50% {
	  transform: scale(1.2);
	}
	100% {
	  transform: scale(1);
	}
  }
  .pop {
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .pop:hover {
	animation-name: pop;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
  }


body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: .5px;
}

p {
    margin: 0;
	font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #666;
}

ul {
    margin: 0;
    padding: 0;
}


.lity {

    background: rgba(0,0,0,0.8)!important;

}

/*-- header --*/

header {
    position: absolute;
    width: 100%;
    padding: 0;
	height: 96vh;
	overflow: hidden;

	/* z-index: 9; */
}
.right-p li ,.right-p li  a{
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    letter-spacing: 2px;
}
.right-p li  span{
    color: #fff;
}

iframe { 

    margin: 0 auto!important; 
   /*  padding-left: 15px!important; */
    padding-top: 15px!important;

    } 

	.banner { 

	width: 100%;
	height: 96vh;
	
	
		} 

.banner  video {
			position:absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 96vh;
			object-fit: cover!important;
			pointer-events: none;
		}

	.banner .layer {
	    position: relative;
		height: 96vh;
		background-color: rgba(0, 0, 0, 0.4);
		background-blend-mode: soft-light;
	}

	.container .logo {
	    position: relative;
	height: 96vh;}


	.section-copyright {
		background-color: #212529;
	}

       
	.wrapper {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%)
	  }
	  
	  .video-main {
		position: relative;
		display: inline-block;
	  }
	  
	  .video {
		height: 50px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 100%;
		background: transparent;
		color: #fff;
		display: inline-block;
		background: #000000;
		z-index: 999;
	  }
	  
	  @keyframes waves {
		0% {
		  -webkit-transform: scale(0.2, 0.2);
		  transform: scale(0.2, 0.2);
		  opacity: 0;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		}
		50% {
		  opacity: 0.9;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		}
		100% {
		  -webkit-transform: scale(0.9, 0.9);
		  transform: scale(0.9, 0.9);
		  opacity: 0;
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		}
	  }
	  
	  .fa-play:before {
		content: "\f04b";
	  }
	  
	  .waves {
		position: absolute;
		width: 150px;
		height: 150px;
		background: rgba(0, 0, 0, 0.3);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		border-radius: 100%;
		right: -50px;
		bottom: -50px;
		z-index: -1;
		 -webkit-animation: waves 3s ease-in-out infinite;
		animation: waves 3s ease-in-out infinite;
	  }
			  
	  .wave-1 {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	  }
	  
	  .wave-2 {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	  }
	  
	  .wave-3 {
		-webkit-animation-delay: 2s;
		animation-delay: 2s;
	  }


/* video */ 
       
.wrapper {
	display: inline-block;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%)
  }
  
  .video-main {
	position: relative;
	display: inline-block;
  }
  
  .video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #EA9D7B;
	z-index: 999;
  }
  
  @keyframes waves {
	0% {
	  -webkit-transform: scale(0.2, 0.2);
	  transform: scale(0.2, 0.2);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
	  opacity: 0.9;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
	  -webkit-transform: scale(0.9, 0.9);
	  transform: scale(0.9, 0.9);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
  }
  
  .fa-play:before {
	content: "\f04b";
  }
  
  .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	 -webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
  }
		  
  .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
  }
  
  .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
  }
  
  .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
  }


  
	  
/*-- header --*/

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
}


#logo img {
	
    font-size: .75em;
    font-weight: 600;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
	width: 150px;
    border: none;
	text-transform: capitalize;
	padding-left: 15px;
    padding-bottom: 60px;
	
}




#logo > h1 > img {max-width: 80%;}
.w3ls_banner_txt h6  {
	font-size: 1em;
	letter-spacing: 3px;
	color: #fff;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
	padding: 10px 13px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
}
nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:hover { 
	color: #ddd;
}
.menu li.active  a{ 
	color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
    background: #fff;
    padding: 10px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}
/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}



.img-responsive-b {display:none;}

.section-destacado {
    background-color: #fff;
    padding: 50px 0;
   
    
}

.box {
	padding-right: 150px!important;
}



/* formulario */

textarea.form-control {
    height: auto;

}

.contact-form-field {
    background-color:#707071b8;
    color: rgb(255, 255, 255);
}

.contact-form-field:hover {
    background-color:#707071b8;
    
}

.form-control {
	display: block;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.5;
	background-clip: padding-box;
	border: 1px solid #323232;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 1rem;
}

.form-group {
	margin-bottom: 1rem;
}



.btn-outline-info {
	
	background-color: #EA9D7B!important;
	border:none!important;
 }

 .btn-outline-info:hover {

	background-color: #dc8864!important;
	border:none!important;
 }

input[type=submit].btn-block {
	color: #ffffff!important;
}



	btn-lg {
		padding: .5rem 1rem;
		font-size: 1.25rem;
		line-height: 1.5;
		border-radius: .3rem;
	}

	.btn-block {
		display: block;
		width: 100%;
	}

	.form-group {
		margin:0!important;
	}


	::placeholder  {
		color: rgba(255, 255, 255, 0.865)!important;
		font-size: 1em;
	  }


	  .box-for-gracias {
		
		height: 300px;
		padding: 2em!important;
		margin-top: 3em;
	   
	}

	.box-for-gracias h5{
	   
		color: #ffffff!important;
		text-align: center;
		border-top: solid 2px #dc8864;
		padding: 2em 0 2em 0;
		font-size: 1em;
	}

	.box-for-gracias h3{
	   
		color: #ffffff!important;
		text-align: center;
		padding-bottom: 1em;
		font-size: 1.5em;
		font-weight: 600;
	}




/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	#logo {
		display: block;
		padding: 0;
		width: 50%;
		text-align: center;
		float: none;
		padding-top: 30px;
		margin: 0 auto;
	}

	.box {
		padding-right: 0px!important;
	}


	.menu li.active a {
		color: #dc8864;
	}
	nav ul li span {
		color: #333;
	}
	nav {
		margin: 0;
	}
	nav a {
		color: #333;
	}
	.csslider>.navigation {
position: none!important;
}
.w3ls_banner_txt .b-w3ltxt {
	text-align: center;
	}
	

	/* Hide the navigation menu by default */
	/* Also hide the  */s
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 5px 15px;
		font-size: 20px;
		text-decoration: none;
		border: none;
		float: right;
		background-color: #EA9D7B;
		color: #fff;
		margin-bottom: 0;
	}
	
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 30%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		width:100%;
		text-align: center;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 7px 0;
		}
	nav a{
		padding: 5px 0;
	}
	nav a:hover {
		color: #333;
	}
	.login-icon {
		text-align: center;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #fff; 
	}
	nav ul ul li a {
		font-size: 15px;
	}
	ul.inner-ul{
		padding: 0!important;
	}
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.user span.fa {
    font-size: 25px;
    color: #fff;
}


/*-- banner --*/
/* .banner {
    background: url(../images/banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
} */
 .layer {
    background: rgba(24, 24, 24, 0.6);
} 
.w3ls_banner_txt p {
    color: #fff;
  /*--  text-transform: capitalize;--*/
    font-size: 15px;
}
.banner-text-w3pvt {
    padding: 12vw 0 20vw;
    box-sizing: border-box;

}
.banner-form-w3 {
    padding: 6vw 0 0vw;
    box-sizing: border-box;
}


h1.b-w3ltxt {
    font-size: 2em;
    color: #fff;
    font-weight: 400;
   
}

h1.b-w3ltxt-b {
    font-size: 2em;
    color: #fff;
    font-weight: 600;
   
}

h3.b-w3ltxt2 {
    font-size: 1.3em;
    color: #EA9D7B;
    font-weight: 300;
    margin-top: 20px;
 
}

h4.b-w3ltxt {
    font-size: 1.8em;
    letter-spacing: normal;
    font-weight: 300;
    color: #fff;

}

.btn-banner {
    background: #EA9D7B;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 30px;
    display: inline-block;
}
.btn-banner:hover  {
    color: #fff;
}

.form-style-w3ls input[type="text"], .form-style-w3ls input[type="email"], .form-style-w3ls input[type="password"],select {
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.form-style-w3ls button.btn {
    color: #fff;
    background: #EA9D7B;
    border: none;
    padding: 14px 0;
    outline: none;
	border-radius: 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.form-style-w3ls input[type="submit"]:hover {
    background: #dc3545;
}
.padding {
    padding: 2em;
    background:#04040482;
    -webkit-box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.75);
}
.form-style-w3ls span {
    font-size: 13px;
    color: #666;
}
.form-style-w3ls span a {
    color: #EA9D7B;
}

/*-- //banner --*/


/*-- banner bottom --*/
/* girds */
.three-grids-w3pvt-1 {
    background: url(../images/bb.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
	position: relative;
    z-index: 1;
}

.three-grids-w3pvt-1:before,.three-grids-w3pvt-2:before,.three-grids-w3pvt-3:before,.three-grids-w3pvt-4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #111;
    z-index: -1;
}

.three-grids-w3pvt-2 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
	position: relative;
    z-index: 1;
}

.three-grids-w3pvt-3 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
	position: relative;
    z-index: 1;
}
.three-grids-w3pvt-4 {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
	position: relative;
    z-index: 1;
}

.text-effect-wthree {
    margin-top: 13em;
}

.text-effect-wthree h5 {
    font-size: 22px;
	color: #fff;
}

h5 {
   
	color: #fff;
}

.text-effect-wthree p {
    font-size: 15px;
	color: #ccc;
}
.ser-img span.fa {
    font-size: 40px;
    color: #000;
}
/* //girds */

h2.heading{
    font-size: 30px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
}

/*-- banner bottom --*/


/*-- services --*/
/* .mb-60 {
    margin-bottom: 60px;
} */
.services-inner {
    border: 2px solid #EA9D7B;
    margin-left: 35px;
    transition: .3s;
    background: #fff
}
.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}
.our-services-img img {
    width: 68px;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
	padding: 28px 0 25px;
	padding-right: 20px;
}
.our-services-text h4 {
    color: rgb(82, 82, 82);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.position-image img {
    position: absolute;
    top: 16%;
    left: 0%;
    bottom: 0%;
    width: 20%;
    z-index: -1;
}
.our-services-text h4::before {
    background: #EA9D7B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 40px;
}
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
.services p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}
.services  {
    position: relative;
    z-index: 2;
}
/*-- //services-- */


/*-- team --*/ 

.team-info {
    padding: 20px 20px 0;
}

.team-info h3 {
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #222;
}

.team-info span{
    margin-top: .5em;
    font-size: .8em;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
}
/*-- //team --*/ 


/*-- stats --*/

h3.heading {
    font-size:1.3em;
    text-transform: capitalize;
    color: rgb(82, 82, 82);
	font-weight: 600;
	text-align: center;
}

.our-services-text h4 
{
    
	font-weight: 400;
	
}

.section-stats {
    background: #EA9D7B;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}
.section-stats h3.heading,.testimonials h3.heading{
	color: #fff;
}
p.counter {
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 1px;
}

.text-stat p {
    font-size: 15px;
    letter-spacing: .5px;
}
p.para-text-w3ls{
    font-size: 15px;
	color: rgb(255, 255, 255);
}

p.para-text-w3ls-info{
    font-size: 15px;
	color: rgb(82, 82, 82);
}
h3.para-text-w3ls-info{
    font-size: 3em;
	color: rgb(82, 82, 82);
}
 .w3layouts_stats_left i {
    font-size: 30px;
    color: #fff;
    background: #333;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
} 
.text-stat h4 {
    font-size: 22px;
    color: #ddd;
    line-height: 35px;
    padding: 1em;
    border: 8px solid #aaa;
}
/* .w3layouts_stats_left{
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    padding: 2em 0 !important;
} */
.stats-icon {
/*     background: #333;
    width: 70px;
    height: 50px; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 70px;
    margin: auto;
}
.w3layouts_stats_left span.fa {
    color: #fff;
    font-size: 25px;
    line-height: 70px;
}
.w3layouts_stats_left:hover{
	border: 1px solid transparent !important;
}

/*-- //stats --*/


/*-- other services --*/

.info p {
    color: #888;
    font-size: 15px;
}
.info h4 {
    color: rgb(82, 82, 82);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}
.info img{
	width:50px;
}
.info{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
/*-- //other services --*/
hr {
	border-top: 1px solid #EA9D7B;
	width: 50%;

  }

/* -- testimonials --*/
.testimonials {
    background: url(../images/el-alba.jpg)no-repeat 0 0 ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	background-size: cover;
	color: #414141;
	height: 200px;
	

}

.testimonials h1 {
	color: #fff;
	font-size: 2em;
}


.testimonials h1::before {
    background: #EA9D7B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
	width: 40px;
}

.testi-info-text h4 {
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    margin: 0em 0 0em;
    letter-spacing: 2px;
}
.testi-info-text p {
    letter-spacing: normal;
    width:90%;
    margin: 0em auto 0;
    color: #13312C;
    line-height: 30px;
    padding: 1em 0em;
    font-size: 15px;
    text-align: left;
    float: left;
}
.testi-pos h4 {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}
/* -- //testimonials --*/


/*-- subscribe --*/
subscribe form {
    border: 1px solid #808080;
    width: 80%;
    margin-top: 10px;
}

footer {
    background: url(../images/footer.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.footer-layer {
    background: #fff;
}
.footer-grid_section {
    width: 70%;
    margin: auto;
}
.footer-title a {
    font-size: 33px;
    text-transform: capitalize;
    font-weight: 600;
    color: #eee;
}

ul.social_section_1info {
    margin-top: 20px;
}
ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info a {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

ul.social_section_1info a span.fa {
    font-size: 25px;
    color: #666;
    line-height: 40px;
}
ul.links li {
    display: inline-block;
    padding: 0 10px;
}
ul.links  a ,.copy-right p,.copy-right p a{
    color: #777;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.section-copyright {
    background: #D28874;
	height: 20px;
}

.copy-right {
    text-align: right;
}
.copy-right p a:hover{
    color: #fff;
}
.image {
    width: 20%;
}
.subscribe form input[type="email"] {
    outline: none;
    padding: 15px 25px;
    color: #333;
    font-size: 14px;
	text-transform: capitalize;
    width: 90%;
    border: none;
    background: #fff;
    letter-spacing: 1px;
}
.subscribe button.btn1 {
    color: #fff;
    border: none;
    padding: 13px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: #333;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 10%;
}

.subscribe form {
    width: 80%;
    margin-top: 10px;
}
.subscribe h3 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
}
.subscribe-left {
	background: #3369e7;
}
.subscribe-right {
    background: #dc3545;
}
.subscribe-right p {
    color: #eee;
}
.news-icon {
    width: 20%;
	text-align: center;
}
.news-icon span.fa {
    color: #fff;
    font-size: 55px;
    margin-top: 20px;
}
/*-- //subscribe --*/


/*-- move top --*/
.button-up {
	
	padding: 10px 18px;
	background: #303030;
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	cursor: pointer;
	position: fixed;
	border: none;
	bottom: 30px;
	right: 80px;
  
  z-index: 3000!important;
}
/*-- //move top --*/


/*-- responsive design --*/

@media(max-width:1440px) {
    .position-image img {
		top: 23%;
	}
}
@media(max-width:1080px) {
    .navbar-light .navbar-nav .nav-link {
		padding: 0 0px 5px;
	}
	h3.b-w3ltxt {
		font-size: 1.8em;
        margin-top: 100px;


	}
	h4.b-w3ltxt {
		font-size: 1.5em;

	}
	.banner-form-w3 h5 {
		font-size: 17px;
	}
	.our-services-img {
		margin-right: 8px;
	}
	.our-services-text h4 {
		font-size: 17px;
		letter-spacing: .5px;
	}
	.our-services-img img {
		width: 62px;
	}
	.info h4 {
		font-size: 18px;
	}
	.info img {
		width: 42px;
	}
	.footer-grid_section {
		width: 75%;
	}
	ul.links a, .copy-right p, .copy-right p a {
		letter-spacing: 0.5px;
	}
    .banner-text-w3pvt {
		padding: 22vw 0 15vw;
	}
	.banner-form-w3 {
		padding: 15vw 0 0vw;
	}
	.padding {
		padding: 1em;
	}
	nav a {
		padding: 10px 10px;
		font-size: 14px;
	}
	#logo a {
		font-size: .6em;
	}
	#logo img, .footer-title img {
		width: 300px;
	}
	.footer-title a {
		font-size: 28px;
	}
	.subscribe h3 {
		font-size: 34px;
	}
}
@media(max-width:1024px) {
	p.counter {
		font-size: 2em;
	}
	.testi-info-text h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media(max-width:991px) {


	.banner {
		
		position: relative!important;
		height: 1100px;
		background-color:rgb(255, 255, 255)!important;

	} 

	.banner.mobile{
		
		position: relative!important;
		height: 850px!important;
		background-color:rgb(255, 255, 255)!important;

	}

	.banner-text-w3pvt {
		padding: 8vw 0 8vw;
	}


	.w3ls_banner_txt p {
		text-align: center;
	}

	.csslider>.navigation  {
		position: relative!important;
	}

   
	.banner-form-w3 {
		padding: 0vw 0 10vw;
	}    
	.testi-info-text p {
		padding: 1em 0em;
		font-size: 14.5px;
	}
	.footer-grid_section {
		width: 100%;
	}
	.links{
		text-align: center;
	}
	.copy-right {
		text-align: center;
		margin-top: 10px
	}
	.subscribe form {
		width: 90%;
	}
	.bottom-grids .col-md-3 {
		padding: 0 5px;
	}
	.text-effect-wthree h5 {
		font-size: 19px;
	}
	.team-grid {
		padding: 5px;
	}
	.team-info h3 {
		font-size: 1.2em;
	}
	.image {
		width: 5%;
	}
}
@media(max-width:900px) {
	.subscribe h3 {
		font-size: 30px;
	}
	h2.heading {
		font-size: 27px;
	}
	h3.heading {
		font-size: 25px;
	}
	h1.b-w3ltxt {
		font-size: 25px;
		/* margin-top:2em; */
	}
	
}
@media(max-width:768px) {
    .subscribe h3 {
		font-size: 30px;
	}
	.footer-title a {
		font-size: 27px;
	}
	.testi-info-text h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	h3.heading {
		font-size: 25px;
	}
	.w3layouts_stats_left i {
		font-size: 20px;
	}
	.banner-text-w3pvt {
		padding: 25vw 8vw 8vw;
	}
	.banner-form-w3 {
		padding: 0vw 0vw 10vw 8vw;
	} 
	
}
@media(max-width:736px) {

	.banner-text-w3pvt {
		padding: 25vw 0 8vw;
	}
    
	h3.b-w3ltxt {
		font-size: 1.8em;
        margin-top:70px;
	}
	h4.b-w3ltxt {
		font-size: 2.0em;

	}
	.image {
		width: 7%;
	}
	.img1 h3 {
		font-size: 22px;
	}
	ul.callbacks_tabs {
		position: absolute;
		bottom: -25px;
	}
	.banner-text-w3pvt {
		padding: 25vw 0vw 8vw;
	}
	.banner-form-w3 {
		padding: 0vw 0vw 10vw;
	}  
	.carousel-item p {
		font-size: 14px;
	}
	.ser-img img {
		width: 70px;
	}
	.team-grid {
		padding: 0 15px;
	}
	h2.heading {
		font-size: 23px;
	}
}
@media(max-width:667px) {
    
	h3.b-w3ltxt {
		font-size: 1.8em;
        margin-top: 120px;
	}
	h4.b-w3ltxt {
		font-size: 1.3em;
	}
}

@media (max-width: 480px) {

	.banner-text-w3pvt {
		padding: 0vw 8vw 8vw;
	}


@media(max-width:568px) {
	#logo img {

		padding-left: 0px;
		padding-bottom: 60px;


	}

	.banner-text-w3pvt {
		padding: 0vw 8vw 8vw;
	}

	.banner-form-w3 {
		padding: 0vw 2vw 2vw 2vw;
	}
	.position-image img {
		position: static;
		width: auto;
	}
	.banner-bottom p {
		font-size: 15px;
	}
	.subscribe h3 {
		font-size: 25px;
	}
	ul.banner_slide_bg .container-fluid {
		padding: 0;
	}
	.csslider>.navigation {
		left: -1% !important;
	}
	.team-grid {
		padding: 0 15px;
		width: 50%;
	}
	.csslider>.navigation label,.csslider>.navigation label:after {
		height: 4px !important;
	}
	.w3ls_banner_txt p {
		font-size: 14px;
	}
	.section-numeros .py-5 {
		padding-top: 0!important;
		padding-bottom: 5em;
	
}
@media(max-width:480px) {
    h3.heading {
		font-size: 1.5em;
		margin: 0!important;
	}
	h3.b-w3ltxt {
		font-size: 2.2em;
	}
	h4.b-w3ltxt {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.banner-text-w3pvt {
		padding: 0vw 8vw 8vw;
	}
	h2.heading {
		font-size: 26px;
		line-height: 28px;
	}
	.right-p li, .right-p li a {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.subscribe form {
		width: 100%;
	}
	.btn-banner {
		font-size: 15px;
		padding: 10px 25px;
	}
	.stats-icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}
	.w3layouts_stats_left span.fa {
		font-size: 20px;
		line-height: 65px;
	}
	.csslider>.navigation {
		bottom: 0% !important;
	}
	ul.links a, .copy-right p, .copy-right p a {
		letter-spacing: 1px;
	}

}
@media(max-width:414px) {
    h4.b-w3ltxt {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.navbar-toggler {
		padding: 0.2rem 0.7rem;
	}
	.w3layouts_stats_left i {
		font-size: 16px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	p.counter {
		font-size: 2em;
	}
	.teamy {
		width: 49.5%;
	}
	.teamy__name {
		font-size: 1.2em;
	}
	.social {
		width: 38px;
		height: 38px;
		margin: 2px;
		font-size: 13px;
	}
	p.para-text-w3ls {
		font-size: 13px;
	}
	.subscribe form input[type="email"] {
		width: 85%;
	}
	.subscribe button.btn1 {
		width: 15%;
	}
	ul.links a, .copy-right p, .copy-right p a {
		font-size: 15px;
	}
	.image {
		width: 20%;
	}
	.ser-img img {
		width: 65px;
	}
	.copyright {
		padding: 0 1em;
	}
	ul.links a, .copy-right p, .copy-right p a {
		font-size: 14px;
	}
	.footer-title a {
		font-size: 22px;
	}
	.subscribe h3 {
		font-size: 22px;
	}
	.team-grid {
		padding: 0 10px;
	}
	h3.heading {
		font-size: 28px;
	}
	p.para-text-w3ls {
		font-size: 14px;
	}
	h3.b-w3ltxt {
		font-size: 2em;
	}
	h4.b-w3ltxt {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	#logo img, .footer-title img {
		width: 300px;
	}
	.section-stats .col-lg-3 {
		padding: 0 7px;
	}
	nav ul li {
		padding: 5px 0;
	}
}
@media(max-width:384px) {
    .right-p li, .right-p li a {
		font-size: 13px;
		letter-spacing: .5px;
	}
	.banner-text-w3pvt {
		padding: 32vw 7vw 8vw;
	}
	h3.b-w3ltxt {
		font-size: 2em;
	}
	h4.b-w3ltxt {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.btn-banner {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 10px 25px;
	}
	.padding {
		padding: 1em;
	}
	.banner-form-w3 {
		/* padding: 0vw 7vw 10vw 7vw; */
		padding: 0;
	}
	h2.heading {
		font-size: 21px;
	}
	h3.heading {
		font-size: 30px;
	}
	.teamy__content {
		padding: 20px 10px;
	}
	.footer-text p {
		font-size: 14px;
        margin-top: 40px;
	}
	ul.links a, .copy-right p, .copy-right p a {
		font-size: 14px;
	}
	.image {
		width: 25%;
	}
	.subscribe h3 {
		font-size: 25px;
	}
	.ser-img {
		padding-right: 0;
	}
	.team-info h3 {
		font-size: 1em;
	}
	.team-info span {
		font-size: .7em;
	}

	/*-- move top --*/
.button-up {
	

	display: none!important;
}



	
}
@media(max-width:375px) {
    iframe {
     
		padding-left: 0px!important; 
	}

	.padding {
		
		background:#333;
	}


}



@media(max-width:576px){
    .img-responsive-b   {  display: block;
    max-width: 100%;
    height: auto;}
    .img-responsive {  display: none!important;
        }


}


/*-- //responsive design --*/
