

/*----------------------------------------------------
	CSS Reset
------------------------------------------------------*/
body {
	color:#8c9099;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position:relative;
	background:#000;
	width:100%;
	height:100%;
	overflow: scroll;
	overflow-x: hidden;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}
img {
	max-width:100%;
}


/*----------------------------------------------------
	 Document Setup
------------------------------------------------------*/
.wrapper{
	width:100%;
}
.spHeight{
	padding-top:63px;
}
/*.container {
	/*max-width: 940px;
}*/

.noMar{
	margin:0 !important;
}
.noPadd{
	padding:0px !important;
}

/*.container .row{
	margin:0px;
}*/

p{
	font-size: 21px;
    line-height: 24px;
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#000;
}
h1{
	font-family: 'Montserrat', sans-serif;
	font-size:110px;
	line-height:76px;
	font-weight:700;
	margin:0px;
	padding-bottom:8px;
	text-shadow: 2px 2px black;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size:58px;
	color:#313338;
	line-height:50px;
	padding-bottom:10px;
	font-weight:700;
	text-transform:uppercase;
	margin:0px;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	line-height:30px;
	font-weight:600;
	margin:0px;
}
h4{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	line-height:24px;
	padding-bottom:10px;
	font-weight:600;
	margin:0px;
	color:#4f525a;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-size:110px;
	line-height:110px;
	font-weight:700;
	margin:0px;
	color: white;
	text-transform:uppercase;
	text-shadow: 4px 4px black;
}
h6{
	font-family: 'Montserrat', sans-serif;
	font-size:80px;
	line-height:70px;
	font-weight:500;
	margin:0px;
	padding-bottom:14px;
	color: white;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 4px 4px black;
	letter-spacing: 14px;
}
h7{
	font-family: 'Montserrat', sans-serif;
	font-size:125px;
	line-height:80px;
	font-weight:600;
	margin:0px;
	padding-bottom:8px;
	color: white;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 0.0125em;
}
h8{
	font-family: 'Great Vibes', cursive;
	font-size:100px;
	line-height:85px;
	margin:0px;
	padding-bottom:8px;
	color: white;
	text-align:left;
	text-shadow: 2px 2px black;
}
h9{
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
	font-weight:0;
	margin:0px;
	color: white;
	text-transform:uppercase;
	line-height:30px;
	
}
h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:center;
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 15px;
	padding-left: 15px;
}
.heading h2 {
	display:inline-block;
}
.heading h2 span {
	display:block;
}
.heading h3{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	line-height:30px;
	color:#8c9099;
	padding-bottom:0;
	font-weight:400;
	text-transform:none;
}
.heading p{
	line-height:25px;
}

.topmar{
	margin-top:20px;
}

/*----------------------------------------------------
	Header Part
------------------------------------------------------*/
.heading h2 span{
	color:#00B2D9;
} 


header{
	position:relative;
}
.banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}

.bannerText{
	width:100%;
	position:relative ;
	left:0;
	top:55%;
	text-align:center;
	margin-top:-150px;
	padding:30px 0 30px ;
	z-index:999999 ;

}

.bannerText h1{
	text-transform:uppercase;
	line-height:50px;
	color:#fff;
}
.bannerText h1 span{
	color:#00B2D9;
}  
.bannerText h3{
	color:#fff;
	font-size:48px;
	line-height:normal;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:20px;
}
.bannerText h7{
	color: #00B2D9;
	font-size:24px;
	line-height:normal;
	font-weight:500;
	text-transform:uppercase;
}

.bannerText p{
	font-size:22px;
	color:#9295a1;
	text-transform:none;
	padding-bottom:44px;
}
.bannerText .mbnt{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight: 600;
	line-height:16px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	padding:22px 39px;
	background-color: #00B2D9;
	display:inline-block;
	margin:0 auto;
}
.bannerText .mbnt:hover{
	color:black;
	border-color:#00B2D9;
}


/*----------------------------------------------------
 	 Menu Style
------------------------------------------------------*/
.isStuck{
    left:0px;
    width:100%;
}
.menu{
	 position: absolute;
	 z-index:9999;
	 margin-top:20px;
	 left:0px;
	 right:0px;
	 margin-bottom:-100px;
}
.logo {
	float:left;
	background:url(../images/logo-2.png) no-repeat 0 0;
	width:230px;
	height:80px;
	font-size:0;
	line-height:0;
}
.isStuck .logo{
	background:url(../images/logo.svg) no-repeat 0 0;
}

.navArea{
	float:right;
}

.navwrapper .container{
	padding:0;
	width:auto;
}

.navbar-header{
	display:block !important;
}
.nav > li > a{
	display:inline-block;
}
.navbar-nav > li{
	float: none;
	display: inline-block;
}
.navbar-nav{
	margin: 0 auto;
	float: none;
	text-align:right;
}

.navbar-toggle{
	margin-top:14px;
}



/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  margin-top:0;
  height:80px;
  position: relative;
  z-index: 15;
}
.navbar-wrapper .container{
	padding: 0px;
}

.navbar-collapse{
	padding:0;
}
.navbar-collapse.in{
	max-height:100%;
}

.navbar.navbar-inverse.navbar-static-top {
  margin:0px auto;
  background:none;
  color:#c3c8d6;
  border:none;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
}
.navbar.navbar-inverse.navbar-static-top a{
  color:#fff;
  padding:31px 16px;
  line-height:18px;
  text-align:center;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
  background:none;
  color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
  background: none;
  color:#fff !important;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  color:#fff;
}

.hideClass{
	display:none;
}



.isStuck .navbar-inverse .navbar-nav>.active>a, .isStuck .navbar-inverse .navbar-nav>.active>a:focus{
  background: #181a1c;
  color:#fff ;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a:hover{
  background:#181a1c;
  color:#fff;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a{
  color:#000;
}

.stuckMenu{
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-right: 10px;
	background: transparent;
}
.isStuck{
	background:#00B2D9 ;
	padding-right: 10px;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #0A64A4;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* Arrow pointer
-------------------------------------------------- */
.arrow {
  position: absolute;
  bottom:50px;
  left: 50%;
  margin-left:-20px;
  z-index:999;
  width:50px;
  height:50px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}



@media screen and (max-width: 810px) {
		
	.navbar-nav{
		position: absolute;
		width: 100%;
		left: 0;
		color:#fff;
		background:#181a1c;
		text-align:center;
	}
	.nav > li > a {
		display:block;
	}
	.navbar.navbar-inverse.navbar-static-top a:hover{
		background:none;
	}
	
	.navbar-nav > li{
		float:none;
		display:block;
	}
	.navbar-nav > li> a{
		padding:15px 0 !important;
		color:#fff !important;
	}
	.navbar-nav > li> a:hover{
		background:#000 !important;
	}
	
}


/*----------------------------------------------------
	Gallery Style
------------------------------------------------------*/
.Gallery{
	background:#323641; 
	text-align:left;
}
.Gallery .container{
	padding-top:122px ;
	padding-bottom: 120px;
}

.Gallery .heading p{
	padding-bottom:41px;
}
.Gallery h2 {
	color:#fff;
}
.Gallery h4 {
	padding-bottom:30px;
}
.Gallery .btn-primary {
	background:#323641;
	line-height:30px;
	font-size:20px;
	color:#fff;
	font-weight:600;
	border:none;
	border-radius: 0;
}
.Gallery .btn-primary:hover {
	background: black;
	text-decoration: none;
}

.btn-primary:hover {
	background: black;
}
.plans {
	background:#00B2D9;
	padding-top: 30px;
	padding-bottom: 60px;
}

.plans p {
	color: white;
	font-weight:bold;
}
.plans h3 {
	color: #313338;
	font-size: 20px;
}



.h3 {
    font-size: 21px;
    line-height: 24px;
	color: #111111;
}
	
.disclaimer p {
    font-size: 12px;
    line-height: 1.500em;
    margin: 1.0625em 0;
}



/*----------------------------------------------------
	Suites Style
------------------------------------------------------*/
.Suites {
	background:#ffffff;
	color:#8c9099;
	
	text-align:left;
	padding-bottom:95px ;
}

.Suites .heading h2 {
	color:#4f525a;
}
.Suites h3 {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
	line-height:20px;
    color: #4f525a;
}

.Suites .protBox{
	padding-top:85px ;
	padding-bottom:90px ;
	position:relative;
}

.Suites .heading p{
	padding-bottom:41px;
	color:#242424
}



.Suites a {
    text-decoration: none;
    color: #00B2D9; 
    outline: none;
} 


/* Tables */
table { 
		width: 100%; 
		border-collapse: collapse; 
		
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #F5F5F5; 
		
	}
	th { 
		background: #00B2D9; 
		color: white;  
	}
	td, th { 
		padding: 18px; 
		/* border: 1px solid red; */
		text-align: left; 
		font-size: 21px;
	}
	
	

/*----------------------------------------------------
	Building
------------------------------------------------------*/
.Building {
	background:black;
}
.Building .container{
	padding-top:75px ;
	padding-bottom:59px ;
}



/*----------------------------------------------------
	Downtwn Style
------------------------------------------------------*/
.Downtwn{
	background-color:white;
	color:#8c9099;
	font-size: 21px;
    line-height: 24px;
    font-weight: 400;
	width:100%;
	overflow:hidden;
	text-align:left;
}
.Downtwn .container{
	padding-top:85px ;
	padding-bottom:85px ;
}
.Downtwn .heading h2 {
	color:#4f525a;
}
.Downtwn .protBox{
	padding-top:85px ;
	padding-bottom:90px ;
	position:relative;
}

.Downtwn .heading p{
	padding-bottom:41px;
	color:#242424
}
.Downtwn h4{
	font-weight:700;
}


/*----------------------------------------------------
	 Area
------------------------------------------------------*/
.Area .expertiesico {
	text-align:left;
	padding:0;
}
.Area p {
	margin:0;
	padding:0;
}
p.date {
	font-size:13px;
	font-weight:700;
	color:#8c9099;
	padding-bottom:10px;
}
.Area p a {
	color:#00B2D9;
	font-style:italic;
}


/*----------------------------------------------------
	Video
------------------------------------------------------*/
.video {
	background:black;
}
.video .container{
	padding-top:75px ;
	padding-bottom:59px ;
}




/*----------------------------------------------------
	 Contact Style
------------------------------------------------------*/

.contact{
	background:#00B2D9;
}
.contact .container{
	padding-top:116px;
	padding-bottom:116px;
}

.contact .heading h2{
	color:#fff;
	border-color:#fff;
}
.contact h3{
	color:#242424;
}
.contact p{
	color:#5b5b5b;
}
.contact .heading p{
	padding-bottom:41px;
}

.contact .heading h3{
	color:#fff;
}

.topCon{
	padding-bottom:0px !important;
}
.mapArea{
	height:500px;
	overflow:hidden;
	width:100%;
	margin:0;
	background:#fff;
}
.mapArea iframe{
	width:100%;
	height:100%;
}
#map img { max-width: none; }


.contactDetails{
	background:#fff;
}
.contactDetails .container{
	padding-top:98px ;
	padding-bottom:162px ;
	text-align:left;
}
.contactDetails h3{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:20px;
	color:#4f525a;
}
.contactDetails p{

}
.contactDetails p a{
	color:#93959c;
}
.contactDetails p a:hover{
	color:#a9abb0;
	text-decoration:none;
}

.contactDetails i{
	padding-right:15px;
}


.conForm input{
	background:#F5F5F5;
	border:solid 1px #dbdbdb !important;
	color:#000;
	padding:15px 30px;
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
}
.conForm input.noMarr{
	margin-right:0px;
}

.conForm textarea{
	background:#F5F5F5;
	color:#000;
	border:solid 1px #dbdbdb !important;
	padding:15px 30px;
	margin-bottom:40px;
	outline:none;
	height:100px;
}


.conForm .submitBnt{
	background:#00B2D9;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:400;
	text-align:center;
	float:right;
	margin:0px;
	border:none !important;
}
.conForm .submitBnt:hover{
	background:#323641;
}

.textGroup{
	position:relative !important;
	display: inline-block;
	padding-left:0px !important;
}

#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color: #00bdbd;
}

contactArea {
    height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: red;
}


.contactInfo{
	text-align:center;
	padding:94px 0 35px;
	position:relative;
}
.contactInfo:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	/*background: rgba(0, 0, 0, 0.7);*/
}
.contactInfo .container{
	position:relative;
	z-index:2;
}


.cinfoBox{
	padding-bottom:40px;
}
.cinfoBox span.infoIcon{
	display:block;
	border:solid 2px #fff;
	margin:0 auto;
	margin-bottom:40px;
	font-size:60px;
	line-height:145px;
	width:150px;
	height:150px;
	
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.cinfoBox p{
	font-weight:600;
	font-size:14px;
	color:#fff;
	padding-bottom:0px;
}
.cinfoBox p a{
	color:#fff;
	text-decoration:none;
}
.cinfoBox p a:hover{
	color:#00B2D9;
}

.connectagain {
	text-align: center;
	font-size: 20px;
}
.connectagain .container{
	padding-top:40px ;
}
.connectagain .heading {
	padding-bottom:111px;
}

.connectagain h3 {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f525a;
}
.connectagain a {
	color: #00B2D9;
}
/*----------------------------------------------------
	 9. Footer Style
------------------------------------------------------*/
.footer{
	background:black;
}
.footer .container{
	padding:100px 0;
}

.footer ul{
	margin:0 auto;
	margin-bottom:62px;
	text-align:center;
	list-style-type:none;
}
.footer ul li{
	display:inline-block;
	text-align:center;
	color:#ffffff;
	margin:0 30px 14px;
}



.footer p{
	color:#8c9099;
	font-size:15px;
	line-height:24px;
	font-weight:300;
	text-align:center;
}
.footer p:last-child{
	padding-bottom:0px;
}
.gototop {
	display:inline-block;
	width:70px;
	height:50px;
	background:#23262e;
}
.gototop i {
	color:#b9bdc7;
	line-height:50px;
}

.patternOverlay {
	background:/*#242434*/ black;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}

/*----------------------------------------------------
	6. BSSlides
------------------------------------------------------*/
.BSSlides {
	background:black;
}
.BSSlides .container{
	padding-top:75px ;
	padding-bottom:59px ;
}
.BSSlides .heading {
	padding-bottom:80px;
}


/*---------------------------------------------------------------------------------
	 10. Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.workYear{
		width:140px;
		height:140px;
		padding-top:50px;
	}
	
}


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

	.bannerText h1{
		font-size:65px;
		line-height:71px;
	}
	.bannerText h5{
		font-size:65px;
		line-height:30px;
	}
	.bannerText h2{
		font-size:28px;
	}
	.bannerText h8{
		font-size:85px;
		line-height:30px;
	}
	proPic{
		text-align:center;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar{
		background:#000;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle.active .icon-bar{
		background:#fff;
	}
	.navbar-inverse .navbar-toggle.active {
		background-color:#11141c;
	}
}




@media screen and (max-width: 810px) {
	body{
		min-height:700px;
	}
	#header h3{
		font-size: 38px;
	}
	#header h3 span{
		font-size: 16px;
	}
	
	.abc{
		width:100%;
	}
	.navArea {
		float:none;
	}
	
		.worlcompany ul.flex-direction-nav li a.flex-prev {
		left:0;
	}
	.worlcompany ul.flex-direction-nav li a.flex-next {
		right:0;
	}
	.worklogo {
		margin: 0 auto;
		padding: 0;
		width: 318px;
	}
	.flex-viewport {
		width: 320px !important;
	}
	.worlcompany ul.flex-direction-nav li a.flex-next,
	.worlcompany ul.flex-direction-nav li a.flex-prev{
		top:155px;
	}

	
}


@media screen and (min-width: 768px) {
	.conForm input.col-sm-6 {
		width: 48.5%;
	}
	.conForm input.col-lg-6 {
		width: 48.5%;
	}
}


@media screen and (max-width: 768px) {
	.navbar-wrapper .container,
	.navwrapper .container{
		width:100%;
	}
	ul.portfolioContainer li.col-xs-6{
		width:49%;
		min-height: 85px;
		
	}
	.navbar-toggle {
		margin-top: 23px;
	}
	.navbar .container{
		padding:0;
	}
	.isStuck.navbar-wrapper .navArea{
		display:block;
	}
	.navbar-header .navbar-brand{
		float:right;
	}

	
}


@media screen and (max-width: 767px) {
	.navbar-header{
		display:none;
	}
	.isStuck .navbar-header{
		display:block;
	}
	.workYear{
		margin:0 auto;
	}
	.workDetails .rightArea{
		border-left:none;
	}
	.arrowpart{
		float:none;
		width:100%;
		height:40px;
		background:url(../images/arrow-top.png) no-repeat 50% 100%;
	}
	.education .arrowpart{
		background:url(../images/arrow-top-light.png) no-repeat 50% 100%;
	}
	.exCon{
		margin-left:0px;
	}
	.navbar-nav > li {
		display:block;
	}
	ul.navbar-nav li a{
		display:block;
	}
	.navbar.navbar-inverse.navbar-static-top a {
		padding:10px 0;
	}
	.about{
		border-right:none;
		border-bottom:solid 1px #dbdbdb
	}
	.about:nth-child(3n+3){
		border-bottom:none;
	}
}


@media screen and (max-width: 650px) {
	
	#wrapper{
		top: 200px !important;
	}
	.upbox{
		transform: translate(0px, -70px);
		-ms-transform: translate(0px, -70px); /* IE 9 */
		-webkit-transform: translate(0px, -70px); /* Safari and Chrome */
	}
	.heading h2 {
		font-size:44px;
		padding-right:0;
		display:block;
		border-bottom-width:2px;
	}
	
	.bannerText {
		padding-top:15px;
		padding-bottom:15px;
	}
	.bannerText h1 {
		font-size: 42px;
		line-height: 48px;
	}
	.bannerText h5 {
		font-size: 42px;
		line-height: 20px;
	}
	.bannerText h8 {
		font-size: 66px;
		line-height: 20px;
	}
	.bannerText h9 {
		font-size: 26px;
		line-height: 20px;
	}
	.bannerText h3 {
		font-size: 28px;
		line-height: normal;
	}
	.bannerText h2 {
		font-size: 18px;
		line-height:24px;
	}
	.Gallery .container {
		padding-top:60px;
		padding-bottom:60px;
	}
	.Gallery h3 {
		padding-top:20px;
	}
	.Gallery .btn-primary {
		font-size:14px;
	}
	.expertiesico {
		padding:0;
		border:none;
	}
	
	.element.style {
		height: 80px;
	}
}


@media screen and (max-width: 480px) {
	.bannerText h1 {
		font-size:38px;
	}
	.bannerText h3 {
		font-size:20px;
	}
	.bannerText h5 {
		font-size:38px;
		line-height: 5px;
	}
	.bannerText h8 {
		font-size:60px;
		line-height: 10px;
	}
	.bannerText h9 {
		font-size:20px;
		line-height: 20px;
	}
	.bannerText p {
		font-size:15px;
		padding-bottom:20px;
	}
}


@media screen and (max-width: 400px) {
	#loopedSlider, #newsSlider{
		min-height: 650px;
		height: 100%;
	}
	ul.slides{
		min-height: 600px;
		height: 100%;
	}
	
	.item{
		width: 19%;
	}
	.item p {
		font-size: 36px;
	}
	
	.ourservice img{
		width:100%;
	}
	
	ul.portfolioContainer li.col-xs-6{
		width:100%;
	}
	
	.bntDownload{
		font-size: 13px;
		padding: 16px 14px;
	}
	
	.conForm textarea{
		margin-bottom:20px;
	}
	.textGroup{
		display:block;
		padding:0 0 40px 0;
	}
	
	.nameError,
	.emailError{
		left:0px;
		top:0px;
		
	}
	
	
	
	
}