
body{
	color:#fff;
}
h1, h2, h3, h4, h5, h6, p, ul ,li{
	padding:0;
	margin:0;
	color:#fff;
}
img{ border:0; max-width:100%; }
a:focus{ outline:none; }
a:hover{
	text-decoration:none;
}
h2{
	font-family:ubuntumedium;
	color:#fff;
	padding:50px 50px 80px;
	display:inline-block;
	font-size:42px;
}
h2 .left, h2 .right{
	background-color:#fff;
	width:102px;
	height:2px;
	margin:25px 60px 0;
}
h2 .left{ float:left; }
h2 .right{ float:right; }
h3{
	color: #233f93;
	font-family: ubuntubold;
	font-size: 35px;
	padding: 30px 0 10px;
	text-transform: uppercase;
}
p{
	font-size:17px;
	font-family:ubuntubold;
	line-height:25px;
	padding-bottom:20px;
}
.tac{ text-align:center; }
.tar{ text-align:right; }
.top-arrow{ position:relative; }
.top-arrow:before{
	position:absolute;
	top:-10px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #e6e7e8;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
}
.blue-gradient{
	background: #3d62ae;
	background: -moz-linear-gradient(left,  #3d62ae 0%, #233f93 100%);
	background: -webkit-linear-gradient(left,  #3d62ae 0%,#233f93 100%);
	background: linear-gradient(to right,  #3d62ae 0%,#233f93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d62ae', endColorstr='#233f93',GradientType=1 );
}

/*===== HEADER STARTS =====*/

/*header.sticky {
	position: fixed;
	width: 100%;
	z-index: 9999;	
	padding:10px 0;
}
header.sticky .navbar {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	float: left;
	padding:0;
	width: 70%;
}
header.sticky .navbar.navbar-nav{ float:left ;}
header.sticky .logo{
	border: 0 none;
	float: left;
	width: 22%;
	padding:0;
	margin-right:5%;
}
header.sticky .logo a{ display:block; width:130px; float:right;  }
header.sticky .navbar-nav > li > a::before,
header.sticky  .navbar-nav > li > a::after { background-color:#2e4d9d; }
header.sticky  .contact{ display:none; }
header.sticky .logo .container{ width:100%; }*/
header{ 
	background-color:#e6e7e8;
	/*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;*/
}
/*.header.sticky {
    height: 100px;
    line-height:80px;
}*/
.logo{ 
	padding:10px 0 15px; text-align:center; position:relative; transition:all 0.3s ease 0s; -webkit-transition: all 0.4s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
}
.logo img{ width:260px; }
.logo p{ color:#233f93; padding:10px 0 0; }
.logo p a {  display: block;  padding-top: 5px;}
.logo .container{
	position:relative;
}
/*header.sticky .logo p { display: none; }*/
.logo .contact{
	position:absolute;
	right:-40px;
	bottom:3px;
	color:#223e82;
	font-size:20px;
	font-family:ubuntumedium;
	text-align:right;
}
.logo .instagram {
	bottom: -4px;
	font-size: 40px;
	position: absolute;
	right: -110px;
}
.logo .contact a{ color:#223e82; font-family:ubuntubold; }
.logo .contact span{ display:block;}

/*===== NAVIGATION STARTS =====*/

.navbar-default{ border:0; }
.navbar-nav {
	display: inline-block;
	float: none;
	margin:4px 0 0;
}
.navbar-collapse{ text-align:center; }
.navbar-nav > li{ margin:0 15px; }
.navbar-nav > li > a{
	font-family:ubuntubold;
	font-size:19px;
	letter-spacing:2px;
	line-height:30px;
	padding:8px 15px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:#e6e7e8;
	background-color:transparent;
}
/*header.sticky .navbar-default .navbar-nav > li > a:focus, header.sticky .navbar-default .navbar-nav > li > a:hover{
	color:#2e4d9d;
	background-color:transparent;
}
header.sticky .navbar-default .navbar-nav > li > a {
  color: #2e4d9d;
  padding:19px 0;
}*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color:transparent;
	background-color:transparent;
}
.navbar-nav > li > a::before,
.navbar-nav > li > a::after {
	bottom:8px;
	display: inline-block;
	height: 2px;
	opacity: 0;
	position: absolute;
	width:0%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s, width 0.2s;
	-o-transition: -moz-transform 0.3s, opacity 0.2s, width 0.2s;
	transition: transform 0.3s, opacity 0.2s, width 0.2s;
	background-color:#fff;
}

.navbar-nav > li > a::before {
	content: "";
	left:50%;
}

.navbar-nav > li > a::after {
	content: '';
	right:50%;
}

.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::before,
.navbar-nav > li > a:focus::after,
.navbar-nav > li.current-menu-item a::before,
.navbar-nav > li.current-menu-item a::after{
	opacity: 1;
	width:40%;
}
.fixed-logo{ display:none; }
.fixed {
	padding:20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color:#fff;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fixed .container{ position:relative; }
.fixed-logo{ width:140px; position:absolute; top:-11px; left:0; display:none; opacity:0; }
.fixed .fixed-logo{
	display:block;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity:1;
}
.fixed #navbar{ 
	margin-left:160px; 
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.fixed.navbar-default .navbar-nav > li > a{ color:#2e4d9d; padding:8px 9px; font-size:17px; }

/*===== NAVIGATION ENDS =====*/

/*===== HEADER ENDS =====*/

/*===== BANNER STRATS =====*/

.banner{ 
	text-align:center;
	position:relative;
}
.banner-bot{
	background:url(../images/banner-bg.png) 0 0 no-repeat;
	/*height:54%;*/
	height:34%;
	background-size:100% auto;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next{ z-index:9999 !important; }
.ls-bg.ls-preloaded {
  /*height: 772px !important;
  width: 100% !important;*/
  margin: 0 !important;
  max-width:100% !important;
}
/*.ls-wp-fullwidth-container, .ls-wp-fullwidth-helper, #layerslider_2, .ls-inner, .ls-slide, {
	max-width:1920px !important;
	width:auto;
	height:auto;
	margin:0 auto !important;
}*/
/*===== BANNER ENDS =====*/

/*===== MAIN CONTENT STARTS =====*/

.main-content{ 
	/*padding:20px 0 0; */
	background-color:#e6e7e8;


}

/*===== WELCOME SECTION ======*/

.welcome{ position:relative; padding:10px 0 80px; }
.welcome .container{ overflow-x:hidden; }
.welcome:before{
	position:absolute;
	top:-30px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #304f9e;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
	z-index:9;
}
.welcome h3{
	color:#fff;
	font-family:ubuntubold_italic;
	font-size:28px;
	padding-bottom:25px;
}
.welcome h3 br{ display:none; }
.welcome .col-lg-7{ padding-left:7px; }

/*===== SERVICES SECTION ======*/

.services{  position:relative; padding:20px 0 40px; }
.services:before{
	position:absolute;
	top:-10px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #e6e7e8;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
}
.services h2{ color:#233f93; }
.services h2 .left, .services h2 .right{ background-color:#233f93; }
.services .icon{
	width:257px;
	height:257px;
	/*border:5px solid #223e82;*/
	border-radius:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	cursor:pointer;
	transition: box-shadow 0.2s ease 0s;
	-moz-transition: box-shadow 0.2s ease 0s;
	-webkit-transition: box-shadow 0.2s ease 0s;
	-o-transition: box-shadow 0.2s ease 0s;
}
.services .icon br{ display:none; }
.services .icon img{
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.services .service-block{ margin:20px 0; text-align:center; }
.services h3{
	color:#233f93;
	font-size:18px;
	font-family:ubuntubold;
	margin:22px 0 5px;
}
.services p, .services .service-block a.more-info{
	color:#233f93;
	font-size:13px;
	line-height:15px;
}
.services .service-block a.more-info{ text-transform:uppercase; width:180px; margin:0 auto; display:block; text-decoration:underline; }
.services .icon::after {
  box-shadow: 0 0 0 5px #223e82;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.services .icon::after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height:257px;
  position: absolute;
  width:257px;
}
.services .icon:hover::after {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.services .icon:hover {
  box-shadow: 0 0 0 15px #223e82;
  color: #ffffff;
}
.services .icon:hover img{
	transform:scale(.8);
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	-o-transform:scale(.8);
}

/*===== GALLERY =====*/

.gallery{ /*padding:20px 0 40px;*/ padding:20px 0 180px; position:relative; overflow:hidden; }
.gallery h2{ padding:50px 50px 44px; }
.gallery:before{
	position:absolute;
	top:-10px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #2c4b9c;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
}
.gallery .col-lg-4{ padding:5px;}
#wonderplugincarousel-2 .amazingcarousel-prev {
	bottom:-80px !important;
	left: 45% !important;
	margin-left: 0 !important;
	margin-top: -24px !important;
	top: auto !important;
}
#wonderplugincarousel-2 .amazingcarousel-next {
	bottom:-80px !important;
	margin-right: 0 !important;
	margin-top: -24px !important;
	right:45% !important;
	top: auto !important;
}
#wonderplugincarousel-2 .amazingcarousel-image{
	padding:0px !important;
	background-color:transparent !important;
	margin-bottom:4px !important;
}
.wondercarousellightbox.wondercarousellightbox-1 > div{ position:relative; }
.wondercarousellightbox.wondercarousellightbox-1 > div:before{
	position:absolute;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:9;
	content:'';
	width:100%;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.wondercarousellightbox.wondercarousellightbox-1 > div:hover:before{ opacity:1; }
.wondercarousellightbox.wondercarousellightbox-1 > div:hover img{
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.wondercarousellightbox.wondercarousellightbox-1 > div:hover img{ transform:scale(1.05); }

/*===== MAIN CONTENT ENDS =====*/

/*===== FOOTER STARTS =====*/

footer{ background-color:#e6e7e8; padding:30px 0; }
footer a i {
	background: #3864a3 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 30px !important;
	padding: 8px 4px 0 17px;
}
footer a{ display:block; }
footer a span {
	color: #233f93;
	display: inline-block;
	font-family:ubuntubold;
	font-size:16px;
	position: relative;
	top: -8px;
}
footer p{
	color: #233f93;
	font-family:ubuntubold;
	font-size:16px;
	padding:9px 0 0;
}
footer p br{ display:none; }
a[href^=tel] {
	 color:#233f93; 
	 display:inline-block;
}
.privacy_policy a {
	border-bottom: 2px solid #233f93;
	color: #233f93;
	display: inline-block;
	font-family: ubuntubold;
	font-size: 26px;
	margin-bottom: 15px;
	text-align: center;
	margin-right:100px;
}
/*===== FOOTER ENDS =====*/

/*===== CONTACT US STARTS =====*/

.contact-us{ position:relative; }
.contact-us h2{ padding-bottom:47px }
.contact-us p{ padding-bottom:5px; font-family:ubunturegular; }
.contact-us .left-text p span, .contact-us .left-text p span a{ font-family:ubuntubold; color:#fff; }
.contact-us .left-text p img{ margin:25px 0 0; }
.contact-us input[type="text"], .contact-us input[type="email"], .contact-us textarea, .contact-us select{ 
	width:100%; 
	margin-bottom:24px; 
	color:#4d4d4e; 
	font-family:ubunturegular; 
	font-size:18px;
	background: #cfcfcf;
	background: -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 74%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 74%,#ffffff 100%);
	background: linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 74%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 );
	border:1px solid #cccccc;
}
 .contact-us select{ 
	width:100%; 
	margin-bottom:17px; 
	color:#4d4d4e; 
	font-family:ubunturegular; 
	font-size:18px;
	background: #cfcfcf url(../images/select-arrow.png) 98% center no-repeat;
	background: url(../images/select-arrow.png) 98% center no-repeat, -moz-linear-gradient(top,  #cfcfcf 0%, #ffffff 74%, #ffffff 100%);
	background: url(../images/select-arrow.png) 98% center no-repeat, -webkit-linear-gradient(top,  #cfcfcf 0%,#ffffff 74%,#ffffff 100%);
	background: url(../images/select-arrow.png) 98% center no-repeat, linear-gradient(to bottom,  #cfcfcf 0%,#ffffff 74%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 );
	 -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.contact-us textarea{ height:230px; resize:none; }
.contact-detail{ margin:45px -15px 90px; }
.contact-detail p{ font-family:ubuntubold; }
.contact-detail .left-text p{  font-size:19px; font-family:ubunturegular; }
.btw-title{ text-align:right; width:135px; display:inline-block; }
.wpcf7-list-item{ display:block; text-align:right; }
.wpcf7-list-item-label {
  display: inline-block;
  font-family: ubunturegular;
  padding-right: 10px;
  text-align: right;
  width: 135px;
}
.wpcf7-list-item-label-2{ width:143px; }
.between .wpcf7-list-item{ text-align:left; }
.between input[type="text"] {
  margin:11px 0 0 7px;
  padding: 3px 10px;
  width: 59%;
  float:right;
}
.contact-us .button{ float:right; width:105px; position:relative; margin:40px 0 0; }
.contact-us .button .ajax-loader {
	left: -38px;
	position: absolute;
	top: 10px;
}
.contact-us input[type="submit"]{
	color:#fff;
	font-family:ubunturegular;
	border:0;
	background:transparent url(../images/btn-arrow.png) right 0 no-repeat;
	padding:4px 50px 4px 0;
	height:35px;
	font-size:17px;
}
.contact-us span.wpcf7-not-valid-tip{ margin-bottom:10px; }
input[type=radio] {  }
span.wpcf7-not-valid-tip{ color:#f08888; }
.contact-us:before{
	position:absolute;
	top:-30px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #304f9e;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
	z-index:9;
}
#wpgmza_map p{ color:#333; }

/*===== CONTACT US ENDS =====*/

.news{ position:relative; min-height:300px; }
.news:before{
	position:absolute;
	top:-30px;
	text-align:center;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #304f9e;
	left:50%;
	content:'';
	margin:0 0 0 -5px;
	z-index:9;
}
/*.privacy-policy, .about-us{	background-color:#e6e7e8; }*/
.privacy-policy p, .about-us p {
	color: #233f93;
	font-family: ubunturegular;
}
.bot-contact-info{ padding:50px 0;  text-align:center}
.bot-contact-info p{ font-size:40px; }
.bot-contact-info p span{ font-size:25px; }
.bot-contact-info p a{ font-size:30px; color: #fff; padding-top:20px; }

/*= PROCESS PAGE =*/

/*.process, .services-detail{ background-color:#e6e7e8; }*/
.services-detail{ padding:20px 0; }
.process{ padding:40px 0; }
.process p, .process h3, .services-detail p, .services-detail h3, .services-detail{
	color: #233f93;
}
.process h3{
	font-family:ubuntubold_italic;
}
.process p em{ display:block; font-size:23px; }
.process p{ font-style: italic; }

/*= ABOUT PAGE =*/ 

.about-us .our-story-img img{ margin-top:80px; }
.about-us h4 {
  color: #233f93;
  font-size: 25px;
}
.about-us h4 b{ display:block; }
.about-us h4 b a{ color:#233f93;}

.about-us {
  /*background: #e6e7e8 none repeat scroll 0 0;*/
  padding-bottom: 45px;
}
.img_about > img {
	margin: 25px 0;
	padding: 0;
}
.design_address p {
  color: #fff;
  font-size: 25px;
  line-height: 33px;
}
.tel_number {
  font-size: 28px;
  font-weight: bold;
}
.tel_number > span {
  display: inline !important;
  font-weight: lighter;
}
.call_time {
  font-size: 24px;
  font-style: italic;
  font-weight: lighter;
  font-family: ubuntubold;
}
.call_time > span + span {
  font-size: 28px;
  font-weight: bold;
}
.design_address {
	/*background: #3d62ae;
	background: -moz-linear-gradient(left,  #3d62ae 0%, #233f93 100%);
	background: -webkit-linear-gradient(left,  #3d62ae 0%,#233f93 100%);
	background: linear-gradient(to right,  #3d62ae 0%,#233f93 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d62ae', endColorstr='#233f93',GradientType=1 );*/
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin-top:30px;
}
.design_address span {
  display: block;
}

/* SEEVICEPARTNER START */

.partner .proud-partner{
	background: #fff;
	margin-bottom: 100px;
}
.partner .proud-partner #wonderplugincarousel-3 .amazingcarousel-image{
	box-shadow: 0 0 0 0;
}
.partner .proud-partner #wonderplugincarousel-3 .amazingcarousel-prev,
.partner .proud-partner #wonderplugincarousel-3 .amazingcarousel-next{
	top: 190px;
	left: 50%;
}
.services{
	padding-bottom: 0px;
}
.partner .proud-partner .amazingcarousel-nav{ display: none; }
.partner .tac h2.animated-in{ padding-top: 0; }
.amazingcarousel-image img{ max-width: 100% !important; margin: 0 auto !important; }

/* SErvicePartner End */

.about-us .col-lg-6.col-md-6 h4{
	padding:18px 0;
	
}
.outside-img{ padding:25px 0 0; }

/* SERVICES DETAIL PAGES */

.services-detail table{ width:600px; margin-bottom:20px; }
.services-detail table tr{ font-size:17px; font-weight:normal; font-family:ubuntubold; }
.services-detail table tr th{ font-size:22px; font-weight:normal; }
.services-detail ul{ margin-bottom:20px; }
.services-detail ul li{ list-style-position:inside; color:#233f93; font-family:ubuntubold; font-size:17px; background:url(../images/services-detail-li-bg.png) 0 10px no-repeat; list-style:none; padding:2px 0 2px 40px; }
.services-detail table tr th, .services-detail table tr td{ padding:5px 0; }
.services-detail .manufacture tr td + td, .services-detail .manufacture tr th + th{ text-align:center; }
.services-detail h4{ font-size:22px; color:#233f93; font-family:ubuntubold; padding:0 0 5px; line-height:32px; }
.consultation{ text-transform:none; }

@media( min-width:1201px ) and ( max-width:1500px ){
	
	.logo .contact{ right:70px; font-size:14px; }
	.logo .instagram{ font-size:31px; right:20px; }
	.banner-bot{ height:260px; }
	
}

@media ( max-width:1200px ){
	
	.services .service-block{ width:217px; margin:0 auto; }
	.services .icon, .services .icon::after{ height:217px; width:217px; }
	.logo { margin-bottom:0; }
	.logo .contact {
		margin: 10px 0 0;
		position: static;
		text-align:center;
	}
	.logo .instagram {
		display: inline-block;
		margin-top: 10px;
		position: static;
		width: 37px;
	}
	.contact-detail .col-lg-2{ display:none; }
	footer .tar { text-align:center; }
	
}

@media( min-width:993px ) and ( max-width:1200px ){ 

	.navbar-nav > li > a {
		padding: 15px 5px;
		font-size:17px;
	}
	#wonderplugincarousel-2 .amazingcarousel-prev{ left:40% !important; }
	#wonderplugincarousel-2 .amazingcarousel-next{ right:40% !important; }
	.between input[type="text"]{ width:53%; }
	header.sticky .logo{ margin-right:1%; }
	.contact-detail .left-text p{ font-size:15px; }
	.banner-bot{ height:230px; }

}
@media( min-width:768px ) and ( max-width:1199px ){ 

	.fixed-logo{ width:110px; }
	.fixed #navbar{ margin-left:110px; }
	.fixed.navbar-default .navbar-nav > li > a{ padding:8px 1px; font-size:13px; }
	.logo { margin-bottom:0; }

}
@media( min-width:768px ) and ( max-width:1023px ){
	
	h2, .gallery h2{ font-size:36px; padding:10px 0 50px; }
	.navbar-nav > li { margin: 0 5px; }
	.navbar-nav > li > a{ font-size:13px; }
	.welcome h3{ font-size:25px; }
	.ls-lt-container.ls-overflow-hidden, .ls-inner, .ls-container, .ls-wp-fullwidth-helper, .ls-wp-fullwidth-container, .ls-slide, .ls-layer{ height:350px !important; }
	.ls-bg.ls-preloaded {
		height: 350px !important;
	}
	navbar-default .container, .collapse{ padding:0; }
	.ls-bottom-nav-wrapper{ display:none; }
	.wpcf7-list-item-label {
		padding-right: 15px;
		text-align: left;
		width:60px;
	}
	.between .wpcf7-list-item-label { width:90px; }
	.between .wpcf7-list-item-label-2{ width:auto; }
	.wpcf7-list-item{ text-align:left; }
	span.wpcf7-list-item{ margin-left:0;}
	wpcf7-list-item-label{ margin-left:0.5em; }
	.wpcf7-list-item-label br{ display:none; }
	.btw-title{ display:block; text-align:left; }
	.gallery{ min-height:870px; }
	.contact-detail { margin: 45px -15px 40px; }
	h3{ font-size:25px; }
	.img_about p{ margin-top:20px; }
	.design_address{ margin-top:0; }
	.about-us .our-story-img img{ margin-top:0; }
	
}
@media( min-width:768px ) and ( max-width:992px ){ 

	.services .col-md-3.col-sm-6:nth-child( 2n+1){ clear:left; }
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 15px 5px;
	}
	#wonderplugincarousel-2 .amazingcarousel-prev{ left:35% !important; }
	#wonderplugincarousel-2 .amazingcarousel-next{ right:35% !important; }
	.between input[type="text"]{ width:100%; margin:9px 0 15px; }
	footer br{ display:none; }
	header.sticky .logo{ margin-right:1%; width:20%; }
	.contact-detail .left-text p{ font-size:15px; }
	.banner-bot{ height:200px; }
	.outside-img{ padding:0 15px;}
	.main-content{ min-height:620px; }	

}

@media ( max-width:767px ){
	
	body{ overflow-x:hidden; }
	h2, .gallery h2, .contact-us h2{ padding:10px 10px 20px; font-size:32px; }
	h2 .left, h2 .right{ display:none; }
	h3{ font-size:25px; }
	p{ font-size:15px; line-height:22px; }
	
	/*===== HEADER STARTS =====*/
	
	header{  overflow-x:hidden; }
	/*header.sticky{ overflow-x:hidden; position:static; }*
	header.sticky .navbar-default{ position:fixed; width:100%; z-index:99; background-color:#2e4d9d; top:0; }*/
	.logo {
		transform:scale(.9);
		margin:10px 0 0;
		padding-bottom:0;
	}
	.logo .contact { font-size:18px; word-wrap:break-word; }
	/*.navbar-default{ position:relative; }*/
	#sticky .container:before{
		position:absolute;
		top:10px;
		left:0;
		padding:0 0 0 15px;
		content:'Menu';
		font-size:20px;
		font-family:ubuntumedium;
		color:#fff;
		text-transform:uppercase;
	}
	/*.navbar-nav, header.sticky .navbar .navbar-nav{ display:block; float:none; }*/
	.navbar-nav > li {
		border-bottom: 1px solid #b5b5b6;
		margin:0 0;
		padding: 0 0 7px;
	}
	.navbar-nav > li > a{ line-height:25px; font-size:15px; }
	.navbar-nav li:hover a /*,header.sticky .navbar-nav li:hover a*/{ color:#000 !important; }
	.navbar-default .navbar-nav > li > a /*,header.sticky .navbar-default .navbar-nav > li > a*/{ text-align:left; padding:0; color:#2e4d9d; }
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{ color:#2e4d9d; }
	.navbar-nav > li > a::before, .navbar-nav > li > a::after{ display:none; }
	.navbar-collapse{ background-color:#efefef; padding-bottom:0; }
	
	.fixed{ background-color:#2e4d9d; padding:0; transition:none; position:static; }
	.fixed .container{ position:fixed; top:0; left:0; width:100%; z-index:9999; background-color:#2e4d9d; }
	.fixed .fixed-logo{ display:none; }
	.fixed #navbar{ margin-left:-15px; transition:none; }
	.navbar-nav{ display:block; }
	.fixed.navbar-default .navbar-nav > li > a{ padding:0; font-size:15px; }
	
	
	/*===== HEADER ENDS =====*/
	
	/*===== MAIN CONTENT STARTS =====*/
	
	.welcome{ padding:10px 0 40px; }
	.welcome .col-lg-7{ padding-left:15px; margin:20px 0 0; }
	.welcome h3{ font-size:20px; line-height:28px; }
	welcome p br{ display:none; }
	
	.services{ padding:20px 0 0; }
	.gallery{ min-height:100px; padding-bottom:40px; }
	#wonderplugincarousel-2 .amazingcarousel-next {
		bottom: -38px !important;
		right: 30% !important;
	}
	#wonderplugincarousel-2 .amazingcarousel-prev {
		bottom: -38px !important;
		left: 30% !important;
	}
	
	footer, footer .tar{ text-align:center; }
	footer p br{ display:inline; }
	
	.contact-us .left-text{ margin-bottom:20px; }
	.contact-us .left-text p:last-child{ text-align:center; }
	.contact-detail{ margin:25px -15px 40px; }
	.contact-us textarea{ height:150px; }
	
	.contact-detail p{ font-size:15px; }
	.wpcf7-list-item-label {
		padding-right: 15px;
		text-align: left;
		width:60px;
	}
	.between input[type="text"] { margin:0 0 0 7px; float:none; }
	.between .wpcf7-list-item-label { width:90px; }
	.between .wpcf7-list-item-label-2{ width:auto; }
	.wpcf7-list-item{ text-align:left; }
	span.wpcf7-list-item{ margin-left:0;}
	.wpcf7-list-item-label{ margin-left:0.5em; }
	.wpcf7-list-item-label br{ display:none; }
	.btw-title{ display:block; text-align:left; }
	.contact-us .button{ margin:10px 0 0; }
	.contact-detail .left-text p{ font-size:15px; }
	.welcome h3 br{ display:inline; }
	.banner-bot{
		bottom:auto;
	}
	.gallery{ padding-bottom:110px; overflow:hidden; }
	.bot-contact-info p {
  	font-size: 25px;
	}
	.bot-contact-info p a {  font-size: 20px; }
	.design_address p{ font-size:15px; line-height:22px; }
	.tel_number, .call_time{ font-size:20px; }
	.call_time > span + span{ font-size:22px; }
	.design_address{ margin-top:0; }
	.img_about p{ margin-top:20px; }
	.about-us .our-story-img img{ margin-top:20px; }
	
	.outside-img{ padding:15px; }
	.services-detail table{ width:100%; }
	
	/*===== MAIN CONTENT ENDS =====*/

}

@media( min-width:480px ) and ( max-width:767px ){
	
	.ls-lt-container.ls-overflow-hidden, .ls-inner, .ls-container, .ls-wp-fullwidth-helper, .ls-wp-fullwidth-container, .ls-slide, .ls-layer{ height:200px !important; }
	.ls-bg.ls-preloaded {
		height: 200px !important;
		max-width:767px;
		width:767px;
	}
	.ls-bottom-nav-wrapper{ display:none; }
	
}

@media( min-width:560px ) and ( max-width:767px ){
	.banner-bot{
		top:81%;
	}
}

@media( max-width:559px ){

	.banner-bot{
		top:88%;
	}

}

@media( max-width:479px ){
	
	.ls-lt-container.ls-overflow-hidden, .ls-inner, .ls-container, .ls-wp-fullwidth-helper, .ls-wp-fullwidth-container, .ls-slide, .ls-layer{ height:160px !important; }
	.ls-bg.ls-preloaded {
		height: 160px !important;
		max-width: 500px;
		width: 500px;
	}
	.ls-bottom-nav-wrapper{ display:none; }
	
	footer a span{ font-size:14px; top:-3px; }
	footer a i {
		font-size: 15px !important;
		padding: 5px 4px 0 7px;
	}
	footer p{ font-size:14px; }
	.between input[type="text"]{ width:37%; }
	.process p em{ font-size:15px; }
	.about-us h4 br{ display:none; }
	/* Service Partner */
	.partner .proud-partner .amazingcarousel-list-container .amazingcarousel-list li.amazingcarousel-item{
		padding-left:50px !important;
		padding-right: 50px !important;
	}
	.partner .proud-partner #wonderplugincarousel-3 .amazingcarousel-image img{ margin: 0 auto !important;}
	
	/* Service Partner */	
	
}
@media ( max-width:1199px ){ 
.privacy_policy a {
    margin-right: 0;
}
}

