/*
Theme Name: Sarasi
Theme URI: sarasi.net
Author: Yogee Media
Author URI: http://www.yogeemedia.com
Description: Website Design for Sarasi Technologies
Version: 1.0
Text Domain: Sarasi Technologies
*/


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
		text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
		margin-bottom:0;	
}


/* remember to define focus styles! */
:focus { 
	outline: 0; 
}

/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'Poppins', sans-serif;
	}	
	
	::-webkit-input-placeholder {
		color:#646464;
	}
	:-moz-placeholder {
		color:#646464;
	}
	::-moz-placeholder {
		color:#646464;
	}
	:-ms-input-placeholder {  
		color:#646464;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
body{
    margin:0 auto;
    color:#646464;
    font-size:16px;
		font-family: 'Poppins', sans-serif;
}
a{
    text-decoration:none;
    color:#646464;
}
li{
		list-style-type:none;
}
p{
    font-size:16px;	
    line-height:27px;
}
hr{
    border-bottom:0;
    border-left:0;
    border-right:0;
    border-top:1px solid #646464;	
}
h1,h2,h3,h4,h5,h6{		
		font-weight:normal;
	
}

/* ---------------------------- MAIN CLASSES ---------------------------- */
#main-wrapper{
    width:100%;
    margin:0 auto;
    position:relative;	
    overflow:hidden;
}
#header-wrapper{
		position:relative;	
}
#content-wrapper{
    position:relative;	
    z-index:0;
}
#inner-content-wrapper{
    position:relative;
    z-index:2;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 80px;
}
#footer-wrapper{
    clear:both;
    overflow:hidden;
    border-top:1px solid #f0f0f0;
    padding:20px 0;
}

/* ---------------------------- COMMON CLASSES ---------------------------- */
.page-width{
    width:1140px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
#why-choose-us .page-width{
		padding-top:20px;
}
/*.inner-content{
    padding-top:61px;
    padding-bottom:77px;
}*/

/* ------------ common page ------------ */
.common-page p{
		margin-bottom:16px;
    line-height:30px;
}
.common-page p a{
		color:#ff5c5c;
}
.common-page ul{
		padding-left:33px;
}
.common-page ul li{
		list-style-type:disc;
}
.common-page ol{
		padding-left:33px;
}
.common-page ol li{
		list-style-type:decimal;
}

.text-blocks.management_team {
    width: 23%;
    float: left;
    margin-right: 2%;
}
.text-blocks.management_team img {
    width: 100%;
    height: auto;
}
.text-blocks.management_team h6 {
    font-size: 13px;
    font-style: italic;
    color: #239fe9;
}
.text-blocks.management_team p {
    font-size: 15px;
    line-height: inherit;
    margin-top: 14px;
    text-align: center;
}
.text-blocks.management_team.last-child{
 	 margin-right:0; 
}
#mgt-title{
		font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3152;
    margin-bottom: 20px;
}

/* ------------ header section ------------ */
#header-top{
    background-color:#f5f5f5;
    height:43px;
}
#header-top span{
    float:left;
    line-height: 43px;
    color:#adb0be;
}
#header-top #social-icon{
		float:right;
}
#header-top #social-icon a{
    line-height: 43px;
    font-size:25px;
    color:#9c3880;
    margin-left:18px;
}
#header-right{
		float:right;
}
.header-bottom{
		padding:20px 0;
}
#header-address{
    display:inline-block;
    vertical-align:middle;
    padding-left:40px;
    position:relative;
    margin-right: 18px;
}
#header-address label{
    color:#5dbafc;
    font-size:30px;
    position:absolute;
    top:0;
    left:0;
}
#header-tel{
    display:inline-block;
    vertical-align:middle;
    padding-left:28px;
    position:relative;
    text-align:right;
}
#header-tel label{
    color: #abd660;
    font-size: 22px;
    position: absolute;
    top: 8px;
    left: 0;
}
#header-tel strong{
		color: #abd660;
    font-size: 25px;
    font-weight: 600;
    display:block;
    line-height: 33px;
}
#main-logo{
		float:left;
}
#main-logo img{
		display:block;	
}

/* ------------ menu section ------------ */
.menu-holder{
  	position: absolute;
    width: 100%;
    bottom: -60px;
    z-index: 9;
    height:60px;
    background-repeat:repeat;
    background-image:url(inc_files/images/menu-bg.png);
}
#menu-button{
		display:none;	
}
#menu-wrapper{
    margin:0 auto;
    width: 1140px;
}
#main-menu{
    margin:0 auto;
}
#main-menu li{
    display:inline-block;
    position:relative;
    line-height:60px;  
}
#main-menu li.last-child{
	
}
#main-menu li a{
    display:inline-block;
    color:#000;
    text-decoration:none;
    font-size:18px;
    padding:0 20px;
   	text-transform:uppercase;
}
#main-menu li a:hover{
    
}
.nav-parent span{
		display:none;
}

/* ------------ sub menu section ------------ */

#main-menu li ul{
    width:285px;
    position:absolute;
    left:0;
    top:60px;
    z-index:3;	
    margin:0;
    padding:14px 0 0 0;
    display:none;
    background-color: #fff;
}
#main-menu li:hover ul{
		display:block;  
}
#main-menu li:hover ul li ul{
		display:none;  
}
#main-menu li ul li:hover ul{
		display:block;  
}
#main-menu li ul li{
    display:block;
    width:100%;
    float:none;
    margin:0;
    padding:0 15px;
    line-height:22px;
}
#main-menu li ul li.last-child a{
		border-bottom:0;
}
#main-menu li ul li a{
    width:auto;
    padding:3px 0;
    font-size: 13px;
  	border-bottom:1px solid #e3e6eb;
  	display:block;
		color:#646464;
}
#main-menu li ul li a:hover{
	
}
#main-menu li ul li ul{		
    top:0;
    left:285px; 
}
#main-menu li ul li ul li{
		padding-right:0;
}



/* --------------- banner section --------------- */
#banner-wrapper{
		position:relative;
}
#slider-wrapper li{
    height:648px;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
#banner-text{
		width:1140px;
    position:absolute;
    top:255px;
    z-index:999;
    left:50%;
		margin-left:-570px;
}
#banner-text h1{
	font-size: 50px;
    color: #fff;
    font-weight: 200;
    line-height: 60px;
}
#banner-text h2{
		font-size: 65px;
    color: #fff;
    font-weight: 400;
    line-height: 76px;
      margin-bottom: 49px;
}
#banner-text p{
    font-size:20px;
    color:#fff;
    line-height: 36px;
    font-weight: 200;
    margin-bottom: 66px;
}
#banner-text a{
    font-size:18px;
    color:#4354a0;
    text-transform:uppercase;
    background-image:url(inc_files/images/title-bg.png);
    background-position:center;
    background-repeat:repeat;
    padding: 9px 30px;
}

/* --------------- banner bottom --------------- */
#banner-bottom{
    background-color:#59abe8;
    padding:62px 40px;
    overflow:hidden;
}
#banner-bottom p{
    float:left;
    color:#fff;
    font-size:30px;
    font-weight:200;
    line-height:50px
}
#banner-bottom a{
		float: right;
    color: #fff;
    border: 1px solid #fff;
    padding:0 46px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius: 8px;
    -khtml-border-radius:8px;
    font-size: 22px;
    font-weight: 200;
    height:50px;
    line-height:50px
}
#banner-bottom.inner-banner p{
    width:100%;
    text-align:center; 
}

/* --------------- welcome section --------------- */
#welcome-section{
    overflow:hidden;
    padding:90px 0 56px 0;
}
#welcome-section .text-block{
    width:50%;
    float:left;
}
#welcome-section .text-block h3{
    font-size:20px;
    font-style:italic;
    margin-bottom: 8px;
}
#welcome-section .page-width .text-block p{
    text-align: justify;
}
#welcome-section .text-block h3:after{
		content: "";
    width: 40px;
    height: 2px;
    background-color: #f2d046;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;  
}
#welcome-section img{
		width: 48%;
    float: right;
    display: block;
    height: auto;
}

/* ------------ suppliers section ------------ */
#suppliers-section{
    position:relative;
    background-color:#e4e4e4;
    position:relative;
    height:175px;	
		width:100%;
}
#suppliers-section h3{
    background-image:url(inc_files/images/gray-bg2.png);
    background-position:center;
    background-repeat:no-repeat;
    height:175px;
    width:348px;
    color:#fff;
    font-size:28px;
    line-height:175px;
    text-transform:uppercase;
    position:absolute;
    top:0;
    left:0;	
    padding-left:30px;
    z-index:9;
}
#suppliers-section .row{	
    height:175px;
    padding-left:230px;
    width:100%;
}
#suppliers-section ul{
    width:100%;
}
#suppliers-section .row img{
    display: block;
    margin: 0 auto;
}
.lSSlideWrapper{
    width:100%;
}

/* ------------ suppliers section ------------ */
#clients-section{
    position:relative;
    background-color:#e4e4e4;
    position:relative;
    height:175px;		
    width:100%;
}
#clients-section h3{
    background-image:url(inc_files/images/gray-bg1.png);
    background-position:center;
    background-repeat:no-repeat;
    height:175px;
    width:348px;
    color:#fff;
    font-size:28px;
    line-height:175px;
    text-transform:uppercase;
    position:absolute;
    top:0;
    right:0;
    text-align:right;	
    padding-right:30px;
    z-index:9;
}
#clients-section .row{
    height:175px;
    padding-right:230px;
    /*display:table;*/
	  text-align: right;
}
#clients-section ul{
    width:100%;
}
#clients-section .row img{
    display: block;
  	height:auto;
    margin: 0 auto;
}

/* --------------- why choose us --------------- */
#why-choose-us{
    background-color:#f8fbff;
    overflow:hidden;
    padding: 101px 0;
}
#why-choose-us .text-block{
    width:850px;
    margin:0 auto 25px auto;
}
#why-choose-us .text-block h6{
    text-align:center;
    font-size:12px;
    color:#989898;
    text-transform:uppercase;
}
#why-choose-us .text-block h3{
    text-align:center;
    color:#2b3152;
    font-size:32px;
    margin-bottom: 23px;
}
#why-choose-us .text-block p{
	  text-align: center;
    color: #9b9b9b;
    line-height: 33px;
}
.why-choose-blocks{
    width:31%;
    float:left;
    text-align:center;
    margin-right: 3.5%;
}
.why-choose-blocks.last-child{
		margin-right:0;
}
.why-choose-blocks label{
    width:150px;
    height:150px;
    background-color:#fff;
    -moz-border-radius:80px;
    -webkit-border-radius:80px;
    border-radius:80px;
    -khtml-border-radius:80px;
    margin-bottom: 16px;
    color: #7bcadd;
    line-height: 150px;
    text-align: center;
    font-size: 54px;
    -webkit-box-shadow: 0px 3px 17px -5px rgba(0,0,0,0.75);
    -moz-box-shadow:0px 3px 17px -5px rgba(0,0,0,0.75);
    box-shadow:0px 3px 17px -5px rgba(0,0,0,0.75);
}
.why-choose-blocks h4{
    color:#333333;
    font-size:22px;
    text-align:center;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-choose-blocks p{
    color:#9b9b9b;
    line-height: 30px;
    text-align:center;
    margin-bottom: 18px;
}
.why-choose-blocks a{
    color:#ff6d01;
		display:inline-block;	
}

/* --------------- platform section --------------- */
#platform-section{
		overflow:hidden;
}
#platform-image{
    width:50%;
    float:left;
    background-position:left;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.platform-text{
    width:50%;
    float:right;
    background-color:#59a8e2;
    color:#fff;
}
.platform-text .row{
		padding:60px;
    overflow: hidden;
}
.platform-text h4{
    font-size:32px;
    font-weight: 300;
    margin-bottom: 20px;
}
.platform-text p{
		line-height: 28px;
}
.platform-text .text-area{
		margin-bottom:55px;
}
.platform-block{
		width: 30%;
    float: left;
    margin-bottom: 34px;
    margin-right: 15%;
}
.platform-text .platform-block h4{
    font-size:18px;
    position:relative;
    line-height:49px;
    padding-left: 47px;
    margin-bottom: 0px;
}
.platform-text .platform-block h4 span{
    position:relative;
    z-index:1;
}
.platform-text .platform-block h4 label{
    color:#a5cfee;
    font-size:49px;
    position:absolute;
    top:0;
    left:0;
    font-weight:700;
    z-index:0;
}	
.platform-text .platform-block p{
    line-height:25px;
    font-size:15px;
}
#platform-section .text-area p{
    text-align: justify;
}

/* --------------- testimonials section --------------- */
#testimonials-section{
    background-image:url(inc_files/images/testimonials-bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    padding:100px 0;
}
#testimonials-section .text-block{
		width: 850px;
    margin: 0 auto 25px auto;
}
#testimonials-section h3{
		text-align: center;
    color: #2b3152;
    font-size: 32px;
    margin-bottom: 23px;
}
#testimonials-section .text-block p{
		text-align:center;
    color:#9b9b9b;
    line-height:33px;
  	margin-bottom:30px;
  	font-size:16px;
}
#testimonials-section img{
    display:block;
    margin:0 auto;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    -khtml-border-radius:40px;
}
#testimonials-section p{
		font-size:20px;
    text-align: center;
    line-height:34px;
		margin-bottom: 26px;
}	
#testimonials-section span{
    text-align:center;
    display:block;
}
#testimonials-slider{
    width:790px;
    margin:0 auto;
}


/* --------------- left text block --------------- */
#recent-projects-section{
		padding: 100px 0;
}
#recent-projects-section .text-block{
    width:550px;
    margin:0 auto 45px auto;
}
#recent-projects-section .text-block h3{
    text-align:center;
    color:#2b3152;
    font-size:32px;
    margin-bottom: 10px;
}
#recent-projects-section .text-block p{
    text-align:center;
    color:#9b9b9b;
    line-height:30px;
}
.projects-block.odd{
		margin-right:0;
}
.projects-block{
    width:49%;
    float:left;
    position:relative;
    margin-bottom:30px;
    margin-right:2%;
}
.projects-block.last-child{
	 	margin-right:0;
}
.projects-image{
		position:relative;
}
.projects-block img{
    display:block;
    width:100%;
    height:auto;
}
.projects-block.small-block{
    width:32%;
    float:left;
    margin-right: 2%;
}
.projects-block.small-block.last-child{
		margin-right:0;  
}
.projects-text{
    position:absolute;
    bottom:10px;
    left:10px;
    background-image:url(inc_files/images/title-bg.png);
    background-position:center;
    background-repeat:repeat;
    padding:10px 20px;
}
.projects-text p{
		font-size:18px;
}	
.projects-desc{
		padding-top:20px;
}

/* --------------- three blocks --------------- 
.three-blocks{
    width:30.5%;
    float:left;
    margin-right:4%;
}
.three-blocks.last-child{
	margin-right:0;
}
.three-blocks h3{
	font-size:38px;
	color:#009CDE;
	line-height: 40px;
	margin-bottom: 12px;
	letter-spacing: -1px;
}
.three-blocks p{
	line-height:28px;
}
*/

/*--------------- footer section ---------------*/
#footer-wrapper p{
		float:left;	
}
#footer-wrapper #social-icon{
		float:right;
}

/*--------------- inner content wrapper ---------------*/

#page-title{
  	display: table-cell;
    vertical-align: middle;
}
#inner-banner{
    display: table;
    width:100%;
}
#inner-banner h1{
		font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);    
}
#inner-banner{
		height:400px;
}
.align-left,
.align-right{
		overflow:hidden;
    clear:both;
    margin-bottom:40px;
}

.align-left h3,
.align-right h3{
		font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3152;
  	margin-bottom:20px;
}
.align-left .text-blocks{
    width:45%;
    float:left;
}
.align-left img{
    width:45%;
    float:right;
}
.align-right .text-blocks{
    width:45%;
    float:right;
}
.align-right img{
    width:45%;
    float:left;
}

#description-text{
    background-color: #f7f8fa;
    overflow: hidden;
    padding: 88px 0;
}

/* Grid Template Styles */
.grid-row{
    padding:80px;
    overflow:hidden;
}
.grid-row.odd{
	 	background-color: #f7f8fa;
}
.grid-row.aligh-left .grid-text-content{
    width:45%;
    float:left;
}
.grid-row.aligh-left img{
    width:45%;
    float:right;
}
.grid-row.aligh-right .grid-text-content{
    width:45%;
    float:right;
}
.grid-desc-wrapper p {
    text-align: justify;
}
.grid-row.aligh-right img{
    width:45%;
    float:left;
}
.grid-text-content{
		float: left;
    width: 50%;
}
.grid-text-content h3{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3152;
    margin-bottom: 20px;
}
.grid-row img{
		float: right;
    width: 45%;
}


/* --------------- contact form --------------- */
#contact-details{
    width:46%;
    float:left;
}
#contact-details h6{
		font-size: 24px;
    margin-bottom: 80px;
    color: #f6be00;
}
#contact-details p{
    position:relative;
    padding-left:40px;
    margin-bottom:20px;
}
#contact-details p label{
		color:#59abe8;
  	position:absolute;
  	top:0;
  	left:0;
  	font-size: 20px;
}
#contact-form{
  	width:45%;
  	float:right;
}
.page-template-page-careers #contact-form{
		float:none;
}
.page-template-page-careers #contact-form h3{
		font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}
#contact-form h3{
	font-size:22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3152;
    margin-bottom: 20px;
}
#contact-form p{
		clear:both;
  	margin-bottom:8px;
  	overflow: hidden;
}
#contact-form label{
	display:block;
}
#contact-form p br{
		display:none;  
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
#contact-form textarea{
   	vertical-align: middle;
  	padding:0 	18px;
    letter-spacing: 1px;
    width:100%;
    border:1px solid #d4d4d4;
    height:42px;
    float:left; 
  	margin-bottom:20px;
}
#contact-form textarea{
		height:132px;
  	padding-top:15px;
}
#contact-form input[type="submit"]{
    background-color:#59abe8;
    height:44px;
    line-height:44px;
    font-size:16px;
    color:#fff;
    text-align:center;
    width:170px;
   	vertical-align: middle;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radius:3px;
    cursor:pointer;
    float:right;
    margin-top: 10px;
  	text-transform: uppercase;
}
#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid{
		border:1px solid #fb6172;
}
#contact-form .wpcf7-not-valid{
	
}
#contact-form span.wpcf7-not-valid-tip{
		display:none;
}
#contact-form br{
		display:none;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus{ 
		border:1px solid #8c728b;
}
#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid{
	border:1px solid #fb6172;
}
#contact-form .wpcf7-not-valid{
	
}
#contact-form span.wpcf7-not-valid-tip{
		display:none;
}
#contact-form br{
		display:none;
}
#contact-form .wpcf7-form-control-wrap{
		margin-bottom: 15px;
}
#contact-form div.wpcf7-validation-errors {
   	border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
    background-color: #d43345;
    color: #fff;
}
#contact-form div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
   	background-color: #27ad82;
    color: #fff;
}
#contact-reservation-link a{
    font-size: 23px;
    color: #f50000; 
}

#map-block{
	width:100%;
    float: right;
}
#map-block iframe{
		width:100%;
  display:block;
  height: 332px;
}

#inner-content-wrapper .text-block {
    width:650px;
    margin: 0 auto 45px auto;
}
#inner-content-wrapper .text-block h3 {
    text-align: center;
    color: #2b3152;
    font-size: 32px;
    margin-bottom: 10px;
}
#inner-content-wrapper .text-block p {
    text-align: center;
    color: #9b9b9b;
    line-height: 30px;
}

/* ---------------------------- 404 Template  ---------------------------- */
#error-message {
  	width:940px;
  	margin:0 auto;
  	padding:180px 0 50px 0;
  	text-align:center;
}
#error-message h1 {
  	font-size:350px;
  	width:100%;
  	margin:0 auto 0 auto;
  	text-align:center;
  	color:#ff5c5c;
  	border:0;
}
#error-message a{
    color:#000;
    font-size:18px;
}

/* ---------------------------- MEDIA QUERY ---------------------------- */

@media screen and (min-width:0px) and (max-width:1060px){
	.page-width{
		width:auto;
		margin-left: 15px;
		margin-right: 15px;
	}
  #banner-text{
  	width:auto;
    left: 100px;
    margin-left:auto;
  }
}	

@media screen and (min-width:769px) and (max-width:1024px){
	
}

@media screen and (min-width:0px) and (max-width:768px){	

	/* ------------ menu section ------------ */		
	.menu-holder{
      width:100%;
      height:auto;
      margin:0;
      position:relative;
      padding:0;
    	bottom:0;
	}
	#menu-button{
      display:block;
      width:100%;
      position:absolute;
      top:0;
      font-size:28px;
    	right:0;
      padding:6px 15px 6px 0;
    	text-align:right;
    	background-color: #5dbafc;
    	color:#fff;
	}	
	.nav-parent span{
      display:block;
      width:40px;
      height:40px;
      line-height:40px;
      position:absolute;
      right:0;
      top:0;
      cursor:pointer;
      text-align:center;
	}			
	#menu-wrapper{
      display:none;
      height:auto;	
      border:0;
      width:100%;
      position:absolute;
      top:40px;
    	background-color: #5dbafc;
	}
	#main-menu{
      height:auto;
      padding-top: 24px;
	}	
	#main-menu li{
      float:none;		
      position:relative;
      width:100%;
      height:auto;
      border-bottom:1px solid #fff;      
      margin:0;
      display:block;		
	}
	#main-menu li.last-child{
			border-bottom:0;
	}
	
	#main-menu li a {
      line-height:30px;
      padding:5px 0;
      float:none;
      text-align:center;
      height:auto;
      margin:0;
      background:none;
      display:block;		
	}  
	#main-menu li ul{
      top:0;
      left:0;
      width:100%;	
      padding:0;
      position:relative;     
      border:0;
      display:none;
	}
	#main-menu li ul li{	
			border:0;
	}
	#main-menu li ul li a{
      padding:0;
      width:auto;
      color:#fff;
      line-height:40px;
      text-align:center;
      font-size:16px;
	}
	#main-menu li ul li ul{
  		left:0;
	}	
	#main-menu li:hover ul{
			display:none;  
	}
	#main-menu li:hover ul li ul{
			display:none;  
	}
	#main-menu li ul li:hover ul{
			display:none;  
	}
	#main-menu li ul li:hover ul li ul{
			display:none;  
	}		
}

@media screen and (min-width:0px) and (max-width:860px){	
  #why-choose-us .text-block,
  #testimonials-section .text-block,
  #inner-content-wrapper .text-block,
  #testimonials-slider,
  #recent-projects-section .text-block{
      width:auto;
      margin-left:10px;
      margin-right:10px;
  }
}

@media screen and (min-width:0px) and (max-width:768px){
  
  #banner-text h1 {
    	font-size: 36px;
  }
  #banner-text h2 {
      font-size: 42px;
      line-height: 64px;
      margin-bottom: 0;
  }
	#platform-image {
      width:100%;
      float:none;
      height:300px!important;
	}
  .platform-text {
      width:100%;
      float:none;
      height:auto!important;
  }
  
  .grid-row {
      padding: 40px 20px;
      overflow: hidden;
  }
}

@media screen and (min-width:0px) and (max-width:767px){
  #main-logo{
  		float:none;
  }
  #main-logo img{
      display:block;
      margin:0 auto;
  }
  #header-right {
      float: none;
      text-align: right;
      padding-top: 20px;
	}
  #header-address{
  		margin-right:0;
  }
  
    #inner-banner {
      height: 280px;
  }
  #banner-bottom{
  		padding: 20px;
  }
  #banner-bottom p {
      float:none;
      font-size: 21px;
      line-height: 36px;
	}
  #banner-bottom a {
      float: none;
      padding: 0 0px;
      font-size: 18px;
      display: block;
      width: 150px;
      text-align: center;
      margin-top: 10px;
	}
  
  #contact-details {
      width: auto;
      float: none;
      margin-bottom:30px;
    
	}
  #contact-form {
    width: auto;
    float: none;
	}
  #map-block{
  		float:none;
  }
  .grid-row.aligh-right .grid-text-content,
  .grid-text-content{
      width: auto;
      float: none;
      margin-bottom:30px;
	}
  .grid-row.aligh-right img,
  .grid-row img{
      width: 100%;
      float: none;
	}
  .grid-text-content h3{
      font-size: 24px;
  }
  .align-left .text-blocks,
  .align-right .text-blocks{
  	width: auto;
    float: none;
    margin-bottom:30px;
  }
  .align-left img,
  .align-right img{
  	 width: 100%;
     float: none;
  }
  
  .projects-block,
  .projects-block.small-block{
      width: 100%;
      float: none;
      margin-right: 0;
	}
  
  #recent-projects-section {
    	padding: 50px 0;
	}
  .platform-text .row {
    	padding: 40px 20px;
	}
  .platform-block {
    width: 100%;
    float: none;
    margin-bottom: 34px;
    margin-right: 0;
    height:auto!important;
}
  
  .why-choose-blocks {
      width: auto;
      float: left;
      margin-right: 0;
      margin-bottom: 30px;
  }
  #welcome-section .text-block {
      width: auto;
      float: none;
      margin-bottom: 30px;
  }
  #welcome-section img {
      width: 100%;
      float: none;
  }
  #slider-wrapper li{
  		height:400px;
  }
  #banner-text{
  		top:50px;
    	left: 20px;
  }
  #banner-text h1 {
      font-size: 25px;
      line-height: 38px;
  }
  #banner-text h2{
     	font-size: 28px;
  }
  #banner-text p {
      font-size: 17px;
      line-height: 28px;
      margin-bottom: 10px;
  }
  #banner-text p br{
  		display:none;
  }
  .lSAction{
  	display:none!important;
  }
}

@media screen and (min-width:0px) and (max-width:500px){
  #clients-section .row{
  		padding-right: 175px;
  }
	#clients-section h3 {
      background-position: center left;
      width: 232px;
      font-size: 18px;
      padding-right: 12px;
  }
  #suppliers-section .row {
      padding-left: 175px;
  }
  #suppliers-section h3{
      background-position: center right;
      width: 232px;
      font-size: 18px;
      padding-left: 12px;
    }
}

/* ------------ grid item ------------ */ 	
.grid-item{
    overflow:hidden;    
}
.grid-item {
    width: 32.3333%;
    margin: 0 0.5% 10px 0.5%;
}
.grid-item img {
    width: 100%;
    display: block;
    height: auto;
}
@media screen and (min-width: 0px) and (max-width:600px) {
	.grid-item {
      width: 100%;
      margin: 0 0 10px 0;
      display:block;
	}	
}

#imageGallery li{
	 width: 32.3333%;
    margin: 0 0.5% 10px 0.5%;
  	float:left;
  	display: block;
}
#imageGallery li img {
    width: 100%;
    
    height: auto;
  	
}