/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Open Sans', sans-serif;
font-size: 100%;
background:#fff; 
}
a {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
a:hover {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
text-decoration:none;
}
/*--header start here--*/
.logo {
float: left;
}
.banner {
background: url(../images_main/banner_new.jpg)no-repeat;
min-height: 798px;
background-size: cover;
position: relative;
}
.logo h2 {
font-size: 2.5em;
font-family: 'Roboto Slab', serif;
}
.logo h2 a{
color: #fff;
}
.header-main {
padding: 1.3em 0em;
}
.banner-text {
text-align: center;
padding-top: 12em;
}
.banner-text h1 {
font-size: 2.5em;
color: #fff;
margin-bottom: 0.5em;
font-family: 'Roboto Slab', serif;
}
.banner-text h5 {
font-size: 1.3em;
color: #fff;
}
.banner-text p {
font-size: 1em;
color: #fff;
line-height: 1.8em;
width: 64%;
margin: 2em auto 0em;
}
.bann-strip {
background: rgba(0, 0, 0, 0.52);
padding: 1em 0em;
position: absolute;
left: 0px;
bottom:0px;
width: 100%;
}
.head-social-icns {
float: left;
width: 55%;
}
.head-social-icns ul {
padding: 0px;
list-style: none;
text-align: right;
}
.head-social-icns ul li{
display: inline-block;
margin-left:20px;
}
.head-social-icns ul li a {
background: url(../images_main/social-icn.png)no-repeat;
width: 40px;
height: 40px;
display: inline-block;
border: 2px solid #fff;
border-radius: 30px;
}
.head-social-icns ul li a.fa {
background-position:12px 6px;
}
.head-social-icns ul li a.tw {
background-position: -27px 7px;
}
.head-social-icns ul li a.g {
background-position:-66px 6px;
}
.head-social-icns ul li a.p {
background-position:-107px 6px;
}
.head-social-icns ul li a.fa:hover {
transform: rotateY(360deg);
transition: 0.5s all;
}
.head-social-icns ul li a.tw:hover {
transform: rotateY(360deg);
transition: 0.5s all;
}
.head-social-icns ul li a.g:hover {
transform: rotateY(360deg);
transition: 0.5s all;
}
.head-social-icns ul li a.p:hover {
transform: rotateY(360deg);
transition: 0.5s all;
}
.head-search {
float: right;
width: 45%;
text-align: center;
}
.search {
border: 1px solid #fff;
width: 45%;
margin: 0 auto;
padding: 0.6em 1em;
}
.search input[type="text"] {
display: inline-block;
background: none;
border: none;
width: 88%;
padding-right: 0.9em;
outline: none;
font-size: 0.95em;
color: #fff;
font-weight: 400;
}
.search input[type="submit"] {
background: url(../images_main/search.png)no-repeat;
border: none;
outline: none;
width: 10%;
vertical-align: top;
}
/*--menu bar--*/
#trigger {
display: inline-block;
float: right;
cursor: pointer;
padding: 8px 0px 0px 0px;
}
#trigger.active {
transition: all 0.75s ease-in-out;
}
#menu {
background:#5c571d;
position: absolute;
top: 0%;
padding: 0 64px;
height: 100%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
z-index: 10;
transform: translate(-240%, 0px);
transition: all 0.75s ease-in-out;
}
#menu ul {
margin: 3em 0;
padding: 0;
list-style: none;
}
#menu ul li {
margin: 1.5em 0;
transition: all 0.25s ease-in-out;
}
#menu ul li a{
color:#fff
}
#menu ul li a:hover {
color: #000;
}
#menu.active {
-webkit-transform: translate(0%, 0px);
transform: translate(-140%, 0px);
transition: all 0.75s ease-in-out;
}
/*-- w3layouts --*/
#content { color: #2c3e50; }
/*--header start here--*/
/*--about start here--*/
.about {
padding: 5em 0em;
}
.about-top {
text-align: center;
padding-bottom: 4em;
}
.about-top h3 {
font-size: 3em;
color:#776f12;
margin-bottom: 0.2em;
font-family: 'Roboto Slab', serif;
}
.about-top p {
font-size:1em;
color: #626060;
line-height: 1.8em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #fff;
cursor:pointer;
border-left: 2px solid #d09601;
border-top: none;
border-right: none;
border-bottom:none;
border-radius: 0px;
color: #d09601;
}
.nav-tabs > li > a {
font-size:1em;
color: #5c5b5b;
line-height:2em;
border: 0px solid transparent; 
border-left: 2px solid #776f12;
padding: 0px 0px 0px 10px;
margin-bottom:40px;
border-radius: 0px;
border-bottom: none;
border-top: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a.active {
border-bottom: none;
border-top: none;
color: #000;
border-left: 2px solid #d09601;
border-radius: 0px;
background: none;
}
/*-- agileits --*/
.nav-tabs {
border-bottom: none;
}
/*--about end here--*/
/*--what we do start here--*/
.what-we-do {
background: url(../images_main/strip1.jpg)no-repeat;
background-size: cover;
min-height: 500px;
padding: 5em 0em;
}
.we-do-main-top {
text-align: center;
padding-bottom: 3em;
}
.we-do-main-top h3 {
font-size: 3em;
color: #fff;
font-family: 'Roboto Slab', serif;
}
.we-do-grid h4 {
font-size: 1.3em;
color: #fff;
font-weight: 600;
margin-bottom: 0.3em;
}
.we-do-main-bottom p {
font-size: 0.9em;
color: #fff;
line-height: 1.9em;
}
.we-do-grid {
padding:2em 2em;
text-align:center;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.we-do-grid:hover {
background:#d09601;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.we-do-w3l {
background: #c16565;
}
/*-- w3layouts --*/
.we-do-w3l-2 {
background: #8c71a0;
}
.we-do-w3l-3 {
background: #ab6f53;
}
.we-do-w3l-61 {
background: #76d968;
}
.we-do-w3l-4 {
background:#12a07f;
}
.we-do-w3l-5 {
background:#128da0;
}
.we-do-w3l-6 {
background:#5c571d;
}
.we-do-w3l2 {
background: #d752c9;
}
.we-do-w3l-41 {
background: #fa6a6c;
}
/*--what we do end here--*/
/*--awesome start here--*/
.awesome {
padding: 5em 0em;
} 
.awesome-grid h4 {
font-size: 1.5em;
color:#776f12;
font-weight: 600;
margin-bottom: 0.4em;
}
.awesome-top {
text-align: center;
padding-bottom:3em;
}
.awesome-top h3 {
font-size: 2.5em;
color:#d09601;
margin-bottom: 0.2em;
font-family: 'Roboto Slab', serif;
}
.awesome-top p {
font-size: 1em;
color: #626060;
line-height: 1.8em;
}
.awesome-grid p {
font-size: 0.9em;
line-height: 1.8em;
color:#626060;
}
.awesome-grid {
text-align: center;
}
/*-- agileits --*/
.awesome-grid span {
font-size: 2em;
color:#5c571d;
width: 75px;
height: 75px;
border-radius: 50px;
text-align: center;
line-height: 2.2em;
border:2px solid #5c571d;
margin-bottom: 0.7em;
}
/*--commen--*/
/*--circle effect--*/
.hi-icon {
display: inline-block;
cursor: pointer;
width: 100px;
height:100px;
border-radius: 50%;
text-align: center;
position: relative;
color: #fff;
line-height: 4.5em;
font-size: 1em;
}
.hi-icon:after {
position: absolute;
width: 75%;
height:75%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box; 
-moz-box-sizing: content-box; 
box-sizing: content-box;
}
.hi-icon:before {
font-size: 1.7em;
display: block;
}
/* Effect 8 */
.content-grid-1:hover  .awesome-grid.hi-icon {
background:rgba(203, 178, 92, 0.94);
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
transition: transform ease-out 0.1s, background 0.2s;
}
.awesome-grid .hi-icon:after {
top: 1px;
left:12px;
padding: 0;
z-index: -1;
box-shadow: 0 0 0 2px rgba(203, 178, 92, 0.81);
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
.awesome-grid .hi-icon:hover {
-webkit-transform: scale(0.93);
-moz-transform: scale(0.93);
-ms-transform: scale(0.93);
transform: scale(0.93);
color:#ecb731;
text-decoration: none;
}
.awesome-grid .hi-icon:hover:after {
-webkit-animation: sonarEffect 1.3s ease-out 75ms;
-moz-animation: sonarEffect 1.3s ease-out 75ms;
animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
}
100% {
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
-webkit-transform: scale(1.5);
opacity: 0;
}
}
@-moz-keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
}
100% {
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
-moz-transform: scale(1.5);
opacity: 0;
}
}
@keyframes sonarEffect {
0% {
opacity: 0.3;
}
40% {
opacity: 0.5;
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
}
100% {
box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
transform: scale(1.5);
opacity: 0;
}
}
/*--awesome end here--*/
.services-grid h5 {
font-size: 15px;
color: #776f12;
margin-bottom: 0.45em;
font-weight: 600;
}
.services-grid p {
font-size: 0.9em;
color: #626060;
line-height: 1.8em;
}
.we-do-grid span.do-icn1 {
background:url(../images_main/ply.jpg)no-repeat #fff;
background-size: contain;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn2 {
background:url(../images_main/hall.jpg)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn3 {
background:url(../images_main/gym.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn4 {
background:url(../images_main/road.jpg)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn5 {
background:url(../images_main/gate.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn6 {
background:url(../images_main/green.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn71 {
background:url(../images_main/book.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn8 {
background:url(../images_main/indoor.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.we-do-grid span.do-icn9 {
background:url(../images_main/out2.png)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}
.services-grid2 span.do-icn7 {
background:url(../images_main/tower.jpg)no-repeat #fff;
width: 73px;
height: 73px;
display: block;
border-radius:50px;
margin: 0em auto 1em;
}

.we-do-grid span.do-icn1 {
background-position:contain;
}
.we-do-grid span.do-icn2 {
background-size:contain;
}
.we-do-grid span.do-icn3 {
background-size:contain;
}
.we-do-grid span.do-icn4 {
background-size:contain;
}
.we-do-grid span.do-icn5 {
background-size:contain;
}
.we-do-grid span.do-icn71 {
background-size:contain;
}
.we-do-grid span.do-icn6 {
background-size:contain;
}
.we-do-grid span.do-icn8 {
background-size:contain;
}
.we-do-grid span.do-icn9 {
background-size:contain;
}
.services-grid2 span.do-icn7 {
background-size:contain;
}
/*--under constraction--*/
.underconstructon {
background: url(../images_main/bann3.jpg)no-repeat center fixed;
padding: 5em 0em;
min-height: 370px;
background-size: cover;
}
.coming-top{
text-align: center;
padding-bottom:2em;
}
.coming-top h3 {
font-size: 2.5em;
color: #fff;
font-family: 'Roboto Slab', serif;
}
/* ---------- TIMER ---------- */
.timer_wrap {
width: 100%;
text-align: center;
}
#counter {
height:160px;
font-size:60px;
color: #FFF;
overflow: hidden;
}
.timer{
border-top:2px ridge #5F5F5F;
border-bottom:2px ridge #5F5F5F;
}
.timer h4{
font-size: 14px;
color: #E5E5E5;
font-style: normal;
font-variant: normal;
font-weight: lighter;
letter-spacing: 1px;
margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
display: inline-block;
width: 115px;
height: 110px;   
margin-left: 10px;
border-radius: 5px;    
background:none;
padding: 15px;
border: 2px solid #fff;
}
.points {
float: left;
width:40px;
margin: 0;
font-size: 44px;
font-weight: bold;
text-align: center;
line-height: 138px;
text-shadow: none;
color:#FFF;
display: none;
}
.boxName {
float: left;
width: 100%;
font-size: 15px;
color: #fff;
padding:9px 0px 0px 0px;
font-weight: 600;
}
/* ---------- /TIMER ---------- */
/*--under constraction--*/
/*--customer start here--*/
.customer {
padding: 5em 0em;
background:rgb(37, 33, 32);
}
.customer-top{
text-align: center;
padding-bottom:4em;
}
.customer-top h3 {
font-size: 2.8em;
color: #fff;
font-family: 'Roboto Slab', serif;
}
.customer-grid p {
font-size: 0.9em;
color:#626060;
line-height: 2em;
}
.customer-grid p {
padding: 1.5em 1.5em;
background: #fff;
border-radius: 5px;
}
span.susan-pic {
float: left;
width:20%;
}
.susan-text {
float: right;
width:80%;
padding: 10px 0px 0px 0px;
}
.Susan {
padding-top: 2em;
}
.susan-text h4 {
font-size: 1.3em;
color:#d09601;
font-family: 'Roboto Slab', serif;
}
.susan-text h5 {
font-size: 0.9em;
color: #bfbfbf;
padding-top: 0.5em;
}
.customer-grid{
position: relative;
}
.gd-tl-tip:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 15px solid rgba(0, 0, 0, 0);
border-top: 12px solid #fff;
border-right: 15px solid rgba(0, 0, 0, 0);
bottom:80px; 
left:35px;
}
span.susan-pic img {
border-radius: 100%;
width: 50px;
height: 50px;
}
/*--customer end here--*/
/*--services start here--*/
.services {
padding: 5em 0em;
}
.services-top {
text-align: center;
padding-bottom: 3em;
}
.services-top h3 {
font-size: 3em;
color:#776f12;
margin-bottom: 0.2em;
font-family: 'Roboto Slab', serif;
}
.services-top p {
font-size: 1em;
color: #626060;
line-height: 1.8em;
}
.services-grid {
margin-bottom: 2em;
text-align: center;
}
.services-grid span {
font-size: 2em;
color: #fff;
width: 75px;
height: 75px;
border-radius: 50px;
text-align: center;
line-height: 2.2em;
background:#d09601;
margin-bottom: 0.7em;
cursor: pointer;
}
.services-grid span:hover {
background:#776f12;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
/*--services end here--*/
/*--pricing start here--*/
.price-block {
box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
background:#f5f5f5;
text-align: center;
}
.price-block:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
z-index: 1;
background: #f5f5f5;
}
.price-list ul {
padding: 0px;
list-style: none;
}
.price-list ul li {
padding: 0.8em 0em;
font-size: 0.8em;
color: #000;
border-top:1px solid #d6d4d0;
}
.price-gd-top {
text-align: center;
}
.price-gd-top h4 {
font-size: 1.8em;
color:#776f12;
padding: 0.7em 1em;
border-top:2px solid #d09601;
font-weight: 600;
}
.price-block h3 {
font-size:1.3em;
color: #fff;
background:#d09601;
padding: 0.5em 0em;
}
span.price-month {
font-size: 0.62em;
display: inline-block;
}
.price-selet.pric-sclr1 a {
font-size: 0.9em;
color: #fff;
background:#d09601;
padding:0.8em 1.5em;
display:block;
margin-top: 1em;
}
.price-selet.pric-sclr1 a:hover {
background:#776f12;
}
.price {
background-size: cover;
padding:5em 0em 0em 0em;
}
.price-top{
text-align: center;
padding-bottom:3em;
}
.price-top h3 {
font-size: 3em;
color:#d09601;
text-align: center;
margin-bottom: 0.1em;
font-family: 'Roboto Slab', serif;
}
/*---pop up-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
list-style: none;
}
form ul {
padding:0;
}
h4.payment-head{
font-size: 1.9em;
color: #222222;
padding: 0.5em 0;
text-align: left;
float: left;	
}
.payment-online-form-left span{
vertical-align: sub;
margin-right:7px;
}
.payment-online-form-left input[type="text"] {
padding: 0.7em 1em;
color: #6B6B6A;
width:100%;
margin: 0.8em 0;
border: 1px solid;
outline: none;
display: block;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
font-size: 0.9em;
border-color:#696766;
-webkit-appearance: none;
}
.payment-online-form-left input[type="password"]{
padding: 0.7em 1em;
color: #6B6B6A;
width: 100%;
margin: 0.8em 0;
display: block;
border: 1px solid;
outline: none;
transition: border-color 0.3s;
-o-transition: border-color 0.3s;
-ms-transition: border-color 0.3s;
-moz-transition: border-color 0.3s;
-webkit-transition: border-color 0.3s;
font-size: 0.9em;
border-color:#696766;
-webkit-appearance: none;
}
span.checkbox1 {
text-align: left;
display: block;
}
/*--cheek box--*/
.remember-top{
float:left;
}
.checkbox {
margin-bottom: 4px;
font-size: 1.2em;
line-height: 27px;
cursor: pointer;
}
.checkbox {
position: relative;
font-size: 0.95em;
font-weight: normal;
color:#797676;
padding: 0em 0.5em 0em 2.5em;
}
.checkbox i {
position: absolute;
bottom:5px;
left: 2px;
display: block;
width: 18px;
height: 18px;
outline: none;
background: #fff;
border:1px solid #776f12;
}
.checkbox input + i:after {
content: '';
background: url("../images_main/tick.png") no-repeat 4px 4px;
top: -1px;
left: -1px;
width: 15px;
height: 15px;
font: normal 12px/16px FontAwesome;
text-align: center;
}
.checkbox input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input {
position: absolute;
left: -9999px;
}
.checkbox input:checked + i:after {
opacity: 1;
}
/*---*/
.payment-online-form-left input[type="password"]:hover{
border:1px solid #000;
}
input#datepicker {
padding:0.7em 1em 0.7em 1em;
}
.payment-online-form-left input[type="text"]:hover{
border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
background: url(../images_main/calender.png) no-repeat 95% 50%;
cursor:pointer;
position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
margin-right:0%;
}
.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
border-color:#000;
color:#6B6B6A;
}
.shoppong-pay-1{
width: 32px;
height: 32px;
display: inline-block;
background: url(../images_main/icon.png) no-repeat -111px -26px;
}
.payment{
width: 32px;
height: 32px;
display: inline-block;
background: url(../images_main/icon.png) no-repeat -154px -23px;
}
.payment-date-section{
background: url(../images_main/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
float:right;
}
.payment-sendbtns input[type="submit"]{
background:#d09601;
padding:10px 25px;
border: none;
color: #FFF;
cursor: pointer;
font-size:0.95em;
display: inline-block;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
outline:none;
border-radius: 3px;
}
.payment-sendbtns input[type="submit"]:hover{
color:#FFF;
background:#776f12;
}
a.order {
background:#696766;
padding: 10px 25px;
border: none;
color: #fff;
cursor: pointer;
font-size:0.95em;
display: inline-block;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-appearance: none;
outline: none;
text-decoration: none;
border-radius: 3px;
}
a.order:hover{
color:#fff;
background:#68AE00;
}
.payment-sendbtns li{
display:inline-block;
}
.payment-type li{
display:inline-block;
}
.payment-online-form-right{
background: #2B2937;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-bottom: 4px solid #1A1822;
}
/*-----*/
.get-started{
background:url(../images_main/get.jpg) no-repeat 0px 0px;
min-height:400px;
padding:8% 0 0 0;
color:#fff;
background-size:cover;
text-align:center;
}
.get-started h4{
font-size:1.5em;
margin-bottom:1em;
font-weight:400;
padding:0;
}
.payment-online-form-left h4 {
font-size: 2em;
color: #d09601;
margin-bottom: 0.5em;
font-family: 'Roboto Slab', serif;
}
.get-started h3{
font-size:2.8em;
font-weight:400;
margin-bottom:1em;
padding:0;
}
.get-started a{
padding: 12px 18px;
border: 1px solid #FF0426;
font-size: 1.2em;
color: #fff;
outline: none;
font-weight: 400;
text-decoration:none;
background: #f94877;
}
.get-started a:hover{
background:transparent;
border: 1px solid #f94877;
}
/*-----*/
.payment-online-form-right a:hover{
color:#1ABC9C;
}
.payment-online-form-right ul li{
display:block;
padding: 0.5em;
}
.payment-online-form-right ul li a{
color:#9095AA;
}
.payment-online-form-right h4{
color: #FFF;
font-size: 1em;
text-transform: uppercase;
border-bottom: 1px solid rgba(144, 149, 170, 0.22);
padding: 0.8em;
}
.payment-online-form-right ul {
padding: 0px 1em;
}
.payment-online-form-right h5{
color: #FFF;
padding: 0.5em 0.8em 0.4em;
font-size: 1em;
}
.payment-type {
margin-top: 3%;
text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
height: 22px;
width: 21px;
display: inline-block;
line-height: 18px;
background-repeat: no-repeat;
background-position: 0 -38px;
vertical-align: middle;
cursor: pointer;
background-image: url(../images_main/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
height: 22px;
width: 21px;
display: inline-block;
line-height: 18px;
background-repeat: no-repeat;
background-position: 0 0px;
vertical-align: middle;
cursor: pointer;
background-image: url(../images_main/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
height: 22px;
width: 21px;
display: inline-block;
line-height: 18px;
background-repeat: no-repeat;
background-position: 0 -38px;
vertical-align: middle;
cursor: pointer;
background-image: url(../images_main/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
height: 22px;
width: 21px;
display: inline-block;
line-height: 18px;
background-repeat: no-repeat;
background-position: 0 0px;
vertical-align: middle;
cursor: pointer;
background-image: url(../images_main/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
background-position: 0px -38px;
}
/* start state */
.my-mfp-zoom-in #small-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background:#151515;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; 
}
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; 
}
.mfp-content iframe{
width:100%;
min-height:500px;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
}
.mfp-preloader a {
color: #cccccc; 
}
.mfp-preloader a:hover {
color: white; 
}
.mfp-s-ready .mfp-preloader {
display: none; 
}
.mfp-s-error .mfp-content {
display: none; 
}
button.mfp-close,button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
background:#776f12;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046; 
}
button::-moz-focus-inner {
padding: 0;
border: 0; 
}
.mfp-close {
width: 35px;
height: 35px;
line-height: 17px;
position: absolute;
right: 0%;
top:0%;
text-decoration: none;
text-align: center;
color: white;
font-style: normal;
font-size: 28px;
outline: none;
padding: 0 !important;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1; 
}
.mfp-close-btn-in .mfp-close {
color:#FFFFFF;
padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; 
}
.image-top img{
width:100%;
}
.image-top p{
text-align: justify;
padding:2% 0;
font-size:15px;
}
.image-top h3 {
font-size: 1.5em;
font-weight: 500;
margin: 16px 0px 0px 0px;
color:#3F4244;
}
p.bottom {
text-align: center;
width: 70%;
margin: 0 auto;
padding: 15px 0;
color: #999;
font-size: 14px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
background: white;
padding: 2em 2em;
text-align: left;
max-width: 500px;
margin: 40px auto;
position: relative;
text-align: center;
border: 8px solid #776f12;
height: 420px;
border-radius: 5px;
}
/*--gallery--*/
.gallery {
padding: 5em 0em 0em 0em;
}
.gallery-top{
text-align: center;
padding-bottom:3em;
}
.gallery-top h3 {
font-size: 3em;
color:#776f12;
font-family: 'Roboto Slab', serif;
}
.gallery-top p {
font-size: 1em;
color: #626060;
line-height: 1.8em;
}
.gallery-grid {
padding: 0px;
}
/*--commen style--*/
.ih-item {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ih-item a {
color: #333;
}
.ih-item a:hover {
text-decoration: none;
}
.ih-item img {
width: 100%;
height: 100%;
}
.ih-item.square {
position: relative;
width: 264px;
height: 205px;
border:1px solid #fff;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/*---*/
.ih-item.square.effect3 {
overflow: hidden;
}
.ih-item.square.effect3.colored .info {
background: #1a4a72;
}
.ih-item.square.effect3 .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
height: 40px;
background:rgba(119, 111, 18, 0.75);
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px 10px 0 4px;
}
.ih-item.square.effect3 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 5px;
text-align: center;
}
.ih-item.square.effect3 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect3.bottom_to_top .info {
top: auto;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
/*--//gallery--*/
/*--history start here--*/
.history {
padding: 5em 0em;
}
.history-top {
text-align: center;
padding-bottom: 4em;
}
.history-grid-left {
float: left;
width: 45%;
padding: 2em 2em;
border: 1px solid #999;
}
.history-grid-right {
float: right;
width: 45%;
padding: 2em 2em;
border: 1px solid #999;
margin: 5em 0em;
}
span.devide-line {
width: 2px;
height:530px;
position: absolute;
top: 4em;
display: block;
left: 50%;
background:#888585;
}
.history-bottom {
position: relative;
}
.history-top h3 {
font-size:3em;
color:#d09601;
margin-bottom: 0.2em;
font-family: 'Roboto Slab', serif;
}
.ch-bott1 {
position: relative;
}
.bott-w3 {
position: relative;
}
span.botted {
background:#776f12;
width: 12px;
height: 12px;
display: block;
position: absolute;
top: -90px;
left: 565px;
}
span.botted2 {
background:#776f12;
width: 12px;
height: 12px;
display: block;
position: absolute;
top: -160px;
left: 565px;
}
span.history-icon {
float: left;
width: 13%;
padding: 1.8em 1em;
border:1px solid #3e3c3c;
}
.history-text {
float: right;
width: 80%;
}
.his-icn1 {
background: url(../images_main/icn-sprite.png)no-repeat -75px 5px;
}
span.history-icon.his-icn2{
background: url(../images_main/icn-sprite.png)no-repeat -9px 6px;
}
span.history-icon.his-icn13{
background: url(../images_main/icn-sprite.png)no-repeat -143px 5px;
}
.history-text h4 {
font-size: 1.3em;
color:#d09601;
margin-bottom: 0.4em;
font-weight: 600;
}
.history-text p {
font-size: 0.9em;
color: #626060;
line-height: 1.8em;
}
span.botted h5 {
font-size: 1em;
color:#776f12;
padding: 0em 0em 0em 1.2em;
}
span.botted2 h5 {
font-size: 1em;
color:#776f12;
top: 0px;
right: 20px;
position: absolute;
}
.history-top p {
font-size: 1em;
color: #626060;
line-height: 1.8em;
}
/*--history end here--*/
/*--contact start here--*/
.contact {
background: #3e3c3c;
padding: 5em 0em;
}
.contact-top {
text-align: center;
padding-bottom: 3em;
}
.contact-top h3 {
font-size: 3em;
color: #fff;
font-family: 'Roboto Slab', serif;
}
.contact-left input[type="text"] {
font-size: 1em;
color: #fff;
width: 32%;
display: inline-block;
background: none;
border: 1px solid #fffdfd;
border-radius: 3px;
outline: none;
padding: 0.8em 1em;
margin-bottom: 0.5em;
}
.contact-left textarea {

font-size: 1em;
color: #fff;
width: 100%;
height: 13em;
display: inline-block;
background: none;
border: 1px solid #fffdfd;
border-radius: 3px;
outline: none;
resize: none;
padding: 0.8em 1em;
margin-bottom: 0.5em;
}
.contact-left input.email {
margin: 0% 1.2% 2.5% 1.2%;
}
.contact-left input[type="submit"] {
font-size: 1em;
color: #fff;
background:#d09601;
padding: 0.5em 1.5em;
border: none;
border-radius: 3px;
outline: none;
text-align: center;
display: block;
width: 20%;
margin: 0.5em auto 0em;
}
.contact-left input[type="submit"]:hover {
background:#776f12;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.map iframe {
width: 100%;
height: 300px;
border: none;
}
::-webkit-input-placeholder{
color:#fff !important;
}
/*--contact end here--*/ 
/*--footer start here--*/
.footer {
padding: 5em 0em;
}
span.ftr-address-icons {
float: left;
width: 20%;
}
.ftr-text {
float: right;
width: 90%;
}
.ftr-grid h4 {
font-size: 1.7em;
color:#d09601;
margin-bottom: 0.4em;
font-family: 'Roboto Slab', serif;
}
.ftr-grid p {
font-size:0.9em;
color: #626060;
line-height: 1.8em;
}
.ftr-grid p a{
color: #626060;
}
.ftr-grid p a:hover{
color:#776f12;
}
.ftr-grid span.glyphicon.glyphicon-earphone {
font-size: 1.5em;
color:#d09601;
}
.ftr-grid span.glyphicon.glyphicon-map-marker {
font-size: 1.5em;
color:#d09601;
}
.ftr-grid span.glyphicon.glyphicon-envelope {
font-size: 1.5em;
color:#d09601;
}
/*--footer end here--*/
/*--copy rights starts here--*/
.copy-rights {
text-align: center;
padding: 2em 0em;
background:#776f12;
}
.copy-rights-main p {
font-size: 1em;
color: #fff;
}
.copy-rights-main p a {
color:#fff;
font-size: 1em;
}
.copy-rights-main p a:hover{
color: #000;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 0px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url(../images_main/top_mover.png) no-repeat 0px 0px;
}
/*--copy rights end here--*/
/*--media quiries start here--*/
@media(max-width:1600px){
#menu.active {
-webkit-transform: translate(0%, 0px);
transform: translate(-120%, 0px);
transition: all 0.75s ease-in-out;
}
}
@media(max-width:1440px){
#menu.active { 
transform: translate(-72%, 0px);  
}
.banner {
background: url(../images_main/banner_new.jpg)no-repeat;
min-height: 750px;
}
.ih-item.square {
width: 234px;
height: 180px;
}
}
@media(max-width:1366px){
#menu.active {
transform: translate(-57%, 0px);
}
.ih-item.square {
width: 222px;
height: 174px;
}
}
@media(max-width:1280px){
#menu.active {
transform: translate(-27%, 0px);
}
.ih-item.square {
width: 208px;
height: 163px;
}
}
@media(max-width:1024px){
.search input[type="text"] {
width: 80%;
}
.search input[type="submit"] {
width: 15%;
}
.banner-text {
padding-top:8em;
}
.banner{
min-height: 675px;
}
.banner-text p {
width: 60%;
margin: 1em auto 0em;
}
.nav-tabs > li > a {
margin-bottom: 20px;
}
span.susan-pic {
width: 25%;
}
.susan-text {
width: 74%;
}
span.botted {
left: 465px;
}
span.botted2 {
left: 465px;
}
.contact-left {
padding: 0px;
}
.contact-left input.email {
margin: 0% 1.1% 2.5% 1.1%;
}
span.history-icon {
width: 17%;
}
.ih-item.square {
width: 168px;
height: 132px;
}
}
@media(max-width:991px){
.banner-text h1 {
font-size: 2.2em;
}
.banner-text p {
width: 100%;
}
.banner {
min-height: 650px;
}
.about-left {
float: left;
width: 50%;
}
.about-right {
float: right;
width: 50%;
}
.nav-tabs > li > a {
font-size: 0.8em;
}
.nav-tabs > li > a {
margin-bottom: 15px;
}
.we-do-grid {
float: left;
width: 50%;
}
.awesome-grid {
text-align: center;
float: left;
width: 33%;
padding: 0px 10px 0px 0px;
}
.awesome-grid {
padding-bottom: 2em;
}
.services-grid {
float: left;
width: 50%;
}
.customer-grid {
float: left;
width: 33%;
padding: 0px 10px 0px 0px;
}
span.susan-pic {
width: 30%;
}
.susan-text {

width: 68%;
}
.price-grid {
float: left;
width: 50%;
padding-bottom: 2em;
}
.history-grid-left {
padding: 1em 1em;
}
.history-grid-right {
padding: 1em 1em;
}
span.history-icon {
width: 20%;
}
.history-text {
float: right;
width: 75%;
}
.history-text p {
font-size: 0.85em;
}
span.devide-line {
height: 400px;
top: 3em;
}
span.botted {
left: 355px;
top: -65px;
}
span.botted2 {
left: 355px;
top: -145px;
}
.contact-left {
padding-bottom: 3em;
}
.contat-right {
padding: 0px;
}
.ftr-grid {
float: left;
width: 33%;
}
.ftr-grid h4 {
font-size: 1.4em;
}
#menu.active {
transform: translate(-17%, 0px);
}
.gallery-grid {
float: left;
width: 16.5%;
}
}
@media(max-width:768px){
.banner {
min-height: 600px;
}
.search {
width: 60%;
padding: 0.5em 0.5em;
}
.head-social-icns ul li a {
width: 35px;
height: 35px;
background-size: 400%;
}
.head-social-icns ul li a.fa {
background-position:10px 5px;
}
.head-social-icns ul li a.tw {
background-position:-26px 6px;
}
.head-social-icns ul li a.g {
background-position: -103px 2px;
}
.head-social-icns ul li a.g {
background-position:-61px 5px;
}
.head-social-icns ul li a.p {
background-position:-100px 5px;
}
.head-social-icns ul li {
margin-left: 20px;
}
.head-social-icns ul {
padding: 5px 0px 0px 0px;
}
.about-top h3 {
font-size: 2.5em;
}
.we-do-main-top h3 {
font-size: 2.5em;
}
.awesome-grid h4 {
font-size: 1.25em;
}
.services-top h3 {
font-size: 2.5em;
}
.customer-top h3 {
font-size: 2.5em;
}
.price-top h3 {
font-size: 2.5em;
}
.gallery-top h3 {
font-size: 2.5em;
}
.history-top h3 {
font-size: 2.5em;
}
.contact-top h3 {
font-size: 2.5em;
}
.gallery-grid {
float: left;
width: 33.3%;
}
.ih-item.square {
width: 250px;
height: 175px;
}
#menu.active {
transform: translate(-10%, 0px);
}
}
@media(max-width:736px){
.ih-item.square {
width: 240px;
height: 165px;
}
span.botted {
left: 340px;
top: -78px;
}
span.botted2 {
left: 340px;
}	
span.devide-line {
height: 485px;
}
}
@media(max-width:667px){
.banner-text h1 {
font-size: 2em;
}
.ih-item.square {
width: 217px;
height: 170px;
}
span.botted {
left: 305px;
top: -78px;
}
span.botted2 {
left: 305px;
}
span.devide-line {
height: 470px;
}
.ftr-text {
float: right;
width: 78%;
}
.ftr-grid h4 {
font-size: 1.2em;
}
}
@media(max-width:640px){
.banner-text h1 {
font-size: 1.8em;
}
.banner-text {
padding-top:5em;
}
.banner-text p {
font-size: 0.95em;
}
.banner-text h5 {
font-size: 1.1em;
}
.banner {
min-height: 480px;
}
.logo h2 {
font-size: 2.2em;
}
#trigger {
padding: 3px 0px 0px 0px;
}
.header-main {
padding: 1em 0em;
}
.about-left {
float: none;
width: 100%;
}
.about-right {
float: none;
width: 100%;
margin-top: 2em;
}
.about-top {
padding-bottom: 2em;
}
.about {
padding: 3em 0em;
}
.what-we-do {
padding: 3em 0em;
}
.we-do-main-top {
padding-bottom: 2em;
}
.awesome {
padding: 3em 0em;
}
.awesome-top {
padding-bottom: 2em;
}
.underconstructon {
padding: 3em 0em;
}
.coming-top {
padding-bottom: 1em;
}
.underconstructon {
min-height: 290px;
}
.services {
padding: 3em 0em;
}
.services-top {
padding-bottom: 2em;
}
.customer {
padding: 3em 0em;
}
.customer-top {
padding-bottom: 2.5em;
}
.price {
padding: 3em 0em 0em 0em;
}
.gallery {
padding: 3em 0em 0em 0em;
}
.history {
padding: 3em 0em;
}
.contact {
padding: 3em 0em;
}
.footer {
padding: 3em 0em;
}
.copy-rights {
padding: 1.5em 0em;
}
.ftr-grid {
float: left;
width: 33.3%;
}
.ih-item.square {
width: 207px;
height: 160px;
}
span.botted {
left: 292px;
top: -77px;
}
span.botted2 {
left: 292px;
}
span.devide-line {
height: 450px;
top: 4em;
}
.customer-grid p {
font-size: 0.8em;
line-height: 1.8em;
}
span.susan-pic {
width: 35%;
}
.susan-text {
width: 62%;
}
span.history-icon {
width: 25%;
}
.history-text {
width: 70%;
}
.history-text p {
font-size: 0.8em;
}
.history-text h4 {
font-size: 1.1em;
}
.ftr-grid {
padding: 0px 10px 0px 0px;
}
.ftr-grid h4 {
font-size: 1.2em;
}
.ftr-grid span.glyphicon.glyphicon-envelope {
font-size: 2em;
}
.ftr-grid span.glyphicon.glyphicon-map-marker {
font-size: 2em;
}
.ftr-grid span.glyphicon.glyphicon-earphone {
font-size: 2em;
}
.map iframe {
height: 250px;
}
textarea {
height: 10em;
}
.we-do-grid {
padding: 1em 2em;
}
.copy-rights-main p {
font-size: 0.9em;
}
#menu {
padding: 0 40px;
}
}
@media(max-width:600px){
.we-do-grid h4 {
font-size: 1.1em;
}
.awesome-grid h4 {
font-size: 1.2em;
}
.awesome-grid p {
font-size: 0.85em;
}
.ih-item.square {
width: 191px;
height: 145px;
}
span.botted {
left: 272px;
top: -76px;
}
span.botted2 {
left: 272px;
}
}
@media(max-width:568px){
.banner-text h1 {
font-size: 1.7em;
}
.search {
width: 70%;
}
.we-do-grid h4 {
font-size: 1em;
}
.awesome-grid h4 {
font-size: 1.1em;
}
.countDays, .countHours, .countMinutes, .countSeconds {
width: 115px;
}
.ih-item.square {
width: 184px;
height: 140px;
}
span.botted {
left: 256px;
top: -88px;
}
span.botted2 {
left: 256px;
top: -160px;
}
.history-text h4 {
font-size: 1em;
}
.ftr-grid h4 {
font-size: 1.1em;
}
}
@media(max-width:480px){
.banner-text h1 {
font-size: 1.4em;
}
.banner-text h5 {
font-size: 0.9em;
}
.banner-text p {
font-size: 0.9em;
}
.banner-text {
padding-top: 3em;
}
.banner {
min-height: 400px;
}
.head-social-icns ul li {
margin-left:7px;
}
.head-social-icns {
float: left;
width: 40%;
}
.search {
width: 85%;
padding: 0.3em 0.5em;
}
.about-top h3 {
font-size: 2em;
}
.about-top p {
font-size: 0.9em;
}
.we-do-main-top h3 {
font-size: 2em;
}
.we-do-grid h4 {
font-size: 1em;
}
.we-do-grid {
float: none;
width: 100%;
padding: 1em 1em;
}
.we-do-main-bottom p {
font-size: 0.8em;
}
.awesome-top h3 {
font-size: 2em;
}
.awesome-top p {
font-size: 0.9em;
}
.awesome-grid {
width: 100%;
}
.awesome-grid {
padding:0em 0em 1em 0em;
}
.hi-icon {
width: 80px;
height: 80px;
}
.awesome-grid h4 {
font-size: 1.1em;
margin: 0.4em 0em;
}
.digit {
line-height: 1em;
}
.awesome-grid .hi-icon:after {
top: 9px;
left:9px;
}
.coming-top h3 {
font-size: 2em;
}
#counter {
height: 110px;
font-size: 35px;
}
.underconstructon {
min-height: 245px;
}
.services-top h3 {
font-size: 2em;
}
.customer-top h3 {
font-size: 2em;
}
.customer-grid {
float: none;
width: 76%;
margin: 0 auto 1em;
}
.Susan {
padding-top: 1em;
}
.gd-tl-tip:after {
bottom: 65px;
left: 20px;
}
.price-top h3 {
font-size: 2em;
}
.price-gd-top h4 {
font-size: 1.4em;
}
.gallery-top h3 {
font-size: 2em;
}
.gallery-top p {
font-size: 0.9em;
width: 80%;
margin: 0 auto;
}
.gallery-grid {
float: left;
width: 50%;
}
.services-top p {
font-size: 0.9em;
}
.history-top p {
font-size: 0.9em;
}
.contact-left input[type="text"] {
font-size: 0.85em;
width: 100%;
padding: 0.7em 0.8em;
}
.contact-left textarea {
font-size: 0.85em;
height: 10em;
}
.contact-top {
padding-bottom: 2em;
}
.contact-left {
padding-bottom: 2em;
}
.map iframe {
height: 200px;
}
.contact-left input[type="submit"] {
font-size: 0.9em;
}
.ftr-grid {
float: none;
width: 100%;
margin: 0em auto 1em;
}
.history-grid-left {
float: none;
width: 100%;
}
.price-grid {
float: none;
width: 80%;
margin: 0 auto;
}
.ih-item.square {
width: 230px;
}
.history-grid-right {
float: none;
width: 100%;
margin: 3em 0em;
}
span.history-icon {
width: 15%;
}
.history-text {
width: 80%;
}
span.devide-line {
height: 0px;
top: 0em;
}
span.botted {
left: 1px;
top: -126px;
width: 0px;
height: 0px;
}
span.botted h5 {
padding: 0em 0em 0em 0em;
}
span.botted2 {
width: 0px;
height: 0px;
}
span.botted2 {
left: 57px;
top: -157px;
}
span.botted2 h5 {
top: -18px;
}
.contact-left input.email {
margin: 0% 1.1% 2.5% 0%;
}
span.susan-pic {
width: 25%;
}
.susan-text {
width: 75%;
}
.history-top h3 {
font-size: 2em;
}
.contact-top h3 {
font-size: 2em;
}
.services-grid h5 {
font-size: 1.1em;
}
#menu {
padding: 0 30px;
}
#menu ul li a {
font-size: 0.85em;
}
#menu ul li {
margin: 1em 0;
}
}
@media(max-width:414px){
.banner-text h1 {
font-size: 1.5em;
}
.banner-text h5 {
font-size: 0.82em;
line-height: 1.8em;
}
.head-social-icns {
width: 44%;
}
.head-social-icns ul li {
margin-left:1px;
}
.head-search {
float: right;
width: 50%;
}
.bann-strip {
padding: 0.8em 0em;
}
.about {
padding: 2em 0em;
}
.about-top {
padding-bottom: 1.5em;
}
.what-we-do {
padding: 2em 0em;
}
.we-do-main-top {
padding-bottom: 1.5em;
}
.awesome {
padding: 2em 0em;
}
.underconstructon {
padding: 2em 0em;
}
.coming-top {
padding-bottom: 0.3em;
}
.underconstructon {
min-height: 200px;
}
.services {
padding: 2em 0em;
}
.services-grid {
float: none;
width: 100%;
padding: 0px;
}
.services-grid span {
font-size: 1.5em;
width: 60px;
height: 60px;
line-height: 2.5em;
margin-bottom: 0.5em;
}
.awesome-grid span {
font-size: 1.7em;   
width: 65px;
height: 65px;   
line-height: 2.4em;
}
.awesome-grid .hi-icon:after {
top: 4px;
left: 9px;
}
.ih-item.square {
width: 198px;
}
.customer {
padding: 2em 0em;
}
.customer-top {
padding-bottom: 1.5em;
}
.price {
padding: 2em 0em 0em 0em;
}
.price-top {
padding-bottom: 1.5em;
}
.gallery {
padding: 1em 0em 0em 0em;
}
.gallery-top p {
width: 90%;
}
.gallery-top {
padding-bottom: 2em;
}
.history {
padding: 2em 0em;
}
.history-top {
padding-bottom: 3em;
}
.contact {
padding: 2em 0em;
}
.footer {
padding: 2em 0em;
}
#menu.active {
transform: translate(-15%, 0px);
}
.banner-text p {
font-size: 0.8em;
}
.banner {
min-height: 370px;
}
.banner-text p {
margin: 0.4em auto 0em;
}
}
@media(max-width:384px){
.banner-text p {
font-size: 0.8em;
}
.search input[type="text"] {
width: 77%;
}
.search input[type="submit"] {
width: 18%;
}
.banner {
min-height: 360px;
}
.banner-text {
padding-top: 2em;
}
.customer-top h3 {
font-size: 1.7em;
}
.about-top h3 {
font-size: 1.7em;
}
.we-do-main-top h3 {
font-size: 1.7em;
}
.awesome-top h3 {
font-size: 1.7em;
}
.coming-top h3 {
font-size: 1.7em;
}
.services-top h3 {
font-size: 1.7em;
}
.customer-top {
padding-bottom: 1.8em;
}
.price-top {
padding-bottom: 1.5em;
}
.price-top h3 {
font-size: 1.7em;
}
.gallery-top h3 {
font-size: 1.7em;
}
.ih-item.square {
width: 179px;
}
.history-top h3 {
font-size: 1.7em;
}
span.history-icon {
width: 20%;
}
.history-text {
width: 75%;
}
.contact-top h3 {
font-size: 1.7em;
}
}
@media(max-width:320px){
.banner {
background: url(../images_main/banner_new.jpg)no-repeat center;
min-height: 300px;
}
.logo h2 {
font-size: 1.7em;
}
div#trigger img {
width: 82%;
}
#trigger {
padding: 0px 0px 0px 0px;
}
.banner-text {
padding-top: 1em;
}
.banner-text h1 {
font-size: 1.3em;
}
.head-social-icns ul li {
margin-left: 0px;
}
.search input[type="text"] {
font-size: 0.9em;
}
.head-social-icns ul li a {
width: 28px;
height: 28px;
background-size: 400%;
}
.head-social-icns ul li a.fa {
background-position:8px 4px;
}
.head-social-icns ul li a.tw {
background-position: -20px 4px;
}
.head-social-icns ul li a.g {
background-position: -47px 4px;
}
.head-social-icns ul li a.p {
background-position:-77px 4px;
}
.search {
width: 90%;
}
.search input[type="text"] {
font-size: 0.8em;
}
.search input[type="submit"] {
background: url(../images_main/search.png)no-repeat 2px 4px;
background-size: 80%;
}
.search {
padding: 0.2em 0.5em;
}
.about {
padding: 1.5em 0em;
}
.about-right {
margin-top: 1em;
}
.what-we-do {
padding: 1.5em 0em;
}
.we-do-main-top {
padding-bottom: 1em;
}
.awesome {
padding: 1.5em 0em;
}
.coming-top h3 {
font-size: 1.5em;
}
.coming-top {
padding-bottom: 1em;
}
.underconstructon {
min-height: 170px;
}
.underconstructon {
padding: 1.5em 0em;
}
.services {
padding: 1.5em 0em;
}
.services-grid p {
font-size: 0.85em;
}
.services-grid {
margin-bottom: 1.2em;
}
.customer-top h3 {
font-size: 1.5em;
}
.customer-grid {
float: none;
width: 100%;
padding: 0px 0px 0px 0px;
}
.customer {
padding: 1.5em 0em;
}
.susan-text h4 {
font-size: 1em;
}
.price {
padding: 1.5em 0em 0em 0em;
}
.price-grid {
width: 95%;
}
.ih-item.square {
width: 151px;
height: 115px;
}
.ih-item.square.effect3 .info h3 {
font-size: 15px;
}
.history {
padding: 1.5em 0em;
}
.history-top {
padding-bottom: 2em;
}
.history-grid-left {
padding: 0.7em 0.7em;
}
span.botted2 h5 {
top: -36px;
}
span.botted {
top: -137px;
}
.contact {
padding: 1.5em 0em;
}
.contact-top {
padding-bottom: 1.5em;
}
.contact-left input[type="submit"] {
padding: 0.5em 1em;
width: 26%;
}
.footer {
padding: 1.5em 0em;
}
.map iframe {
height: 150px;
}
.copy-rights-main p {
font-size: 0.85em;
}
.contact-left textarea {
height: 8em;
}
.contact-top {
padding-bottom: 1em;
}
}
/*--media quiries end here--*/
