/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
font-family: 'Ubuntu', sans-serif;
font-size: 100%;
background-color: #FFF;
}
/*-----start-header----*/
.header{
position: relative;
padding:10px;
}
.bg{
background: url(../images/bg.jpg) no-repeat 0px 0px;
min-height:200px;
background-size: 100% 100%;
}
.logo {
text-align: center;
}
/*--menu--*/
ul#w3-unav-links li {
background: none;
padding: 0px;
}
#w3-mobile-options {
position: absolute;
right: 10px;
overflow: hidden;
padding: 0px;
margin: 0px;
top:9px;
}
#w3-mobile-options li {
list-style-type: none;
}
#w3-mobile-options #w3-menu-trigger a {
background: url(../images/nav-icon.png);
}
#w3-mobile-options li a {
display: block;
color: transparent;
width:20px;
height:14px;
cursor: pointer;
margin-top: 15px;
}
#w3-menu-links li a {
color: #555;
font-size: 0.8125em;
text-transform: uppercase;
display: block;
padding: 10px 0;
-webkit-appearance: none;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
}
#w3-menu-links li a:hover {
color:#4BCAFF;
}
#w3-menu-links {
background:#fff;
padding: 0px 15px;
display: none;
}
#w3-menu-links li {
border-bottom:1px solid #eee;
}
/*----start-about----*/
.about{
padding:20px 10px;
}
.about-left p{
font-size: 1.2em;
text-transform: uppercase;
color: #000;
margin-bottom: 10px;
font-weight: 400;
}
.about-left p span{
color:#00AAEF;
}
.about-left p label{
font-weight:600;
}
.about-right h3, .about-right span {
font-weight: 500;
color: #000;
font-size: 1em;
margin-bottom:10px;
}
.about-right span{
margin-top:1em;
display:block;
}
.about-right p,.about-right li{
color: #222222;
font-size: 0.8125em;
font-weight: 500;
line-height: 1.8em;
font-family: 'Open Sans', sans-serif;
}
/*-----start-gallery---*/
.gallery{
background:#EEEEEE;
padding:20px 10px;
}
.head h3{
color: #000;
font-size: 1.4em;
text-transform: uppercase;
font-weight: 400;
width:33.3%;
margin: 0 auto;
}
.head span{
width:100px;
height:7px;
display: block;
background: url(../images/head-border.png) no-repeat 0px 0px;
margin-top: 0.15em;
background-size: 95%;
}
/* Self Clearing Goodness */
/* Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
position:relative;
display:inline-block;
vertical-align:top;
font-weight: 300;
overflow:hidden;
}
.b-link-stripe .b-wrapper{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
color:#ffffff;
overflow:hidden;
}
.b-link-stripe .b-line{
position:absolute;
top:0;
bottom:0;
width:20%;
background:rgba(75, 202, 255, 0.85);
transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-ms-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
-webkit-transition:all 0.5s linear;
opacity:0;
visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
visibility:visible;
}
.b-link-stripe .b-line1{
left:0;
}
.b-link-stripe .b-line2{
left:20%;
transition-delay:0.1s !important;
-moz-transition-delay:0.1s !important;
-ms-transition-delay:0.1s !important;
-o-transition-delay:0.1s !important;
-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
left:40%;
transition-delay:0.2s !important;
-moz-transition-delay:0.2s !important;
-ms-transition-delay:0.2s !important;
-o-transition-delay:0.2s !important;
-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
left:60%;
transition-delay:0.3s !important;
-moz-transition-delay:0.3s !important;
-ms-transition-delay:0.3s !important;
-o-transition-delay:0.3s !important;
-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
left:80%;
transition-delay:0.4s !important;
-moz-transition-delay:0.4s !important;
-ms-transition-delay:0.4s !important;
-o-transition-delay:0.4s !important;
-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/* Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
text-decoration:none;
}
.b-animate{
transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
visibility: hidden;
font-size:1.1em;
font-weight:700;
}
.b-animate img{
margin-top: 4%;
display: -webkit-inline-box;
}
.b-animate span{
display:block;
font-size:1em;
text-transform: uppercase;
padding-top:1.3em;
display: block;
font-weight: 500;
}
.b-animate button{
background: #000;
padding: 0.5em 1.5em;
color: #00AAEF;
text-transform: uppercase;
font-size: 0.8125em;
border: none;
border-radius: 0.3em;
margin: 0.8em auto;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
outline: none;
font-family: 'Open Sans', sans-serif;
}
.b-animate button:hover{
background:#3B3B43;
color:#fff;
}
.b-animate label{
display:block;
font-size:0.875em;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
-o-transition:0.5s all;
}
.b-animate label:hover{
color:#000;
cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
visibility:visible;
}
.b-from-left{
position: relative;
left: -100%;
background: rgba(0, 170, 239, 0.63);
background-size: 100% 100%;
top: 0px;
margin: 0;
min-height: 307px;
}
.b-animate-go:hover .b-from-left{
left:0;
}
h3.m_4{
float:left;
}
/*--default--*/
.default{
background:#515f67;
padding:6% 0;
}
p.m_7{
color: #FFF;
font-size:15px;
line-height: 1.8em;
margin:5% 0;
}
h3.m_21 {
color: #FFF;
font-size: 2em;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
.m_22 {
position: relative;
margin-bottom: 10%;
}
.m_8 {
position: relative;
margin-bottom: 10%;
}
span.default_line {
width: 50px;
display: block;
border-bottom: 2px solid #FFF;
position: absolute;
bottom:0px;
}
.button a{
color:#29353C;
font-size:0.85em;
text-transform: uppercase;
font-weight:bold;
text-decoration: none;
cursor: pointer;
padding: 12px 35px 9px 35px;
display: inline-block;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border:2px solid #29353C;
}
.button a:hover {
background:#fff;
border:2px solid #fff;
color:#00B3FD;
}
.more-portfolio-grids{
text-align: center;
background: #35353F;
padding: 3em 0;
}
.more-portfolio-grids a{
color: #FFF;
border: 2px solid #FFF;
padding: 0.8em 2em;
text-transform: uppercase;
font-size: 1.1em;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-o-border-radius: 0.5em;
-ms-border-radius: 0.5em;
}
.more-portfolio-grids a:hover{
color:#000;
border-color:#000;
text-decoration:none;
}
/*----*/
/*-----start-gallery----*/
.gallery-grids{
padding: 15px 0 0 0;
text-align: center;
}
.port-pic{
width:100%;
}
.place{
color: #000;
font-weight: 600;
padding: 0.5em 1em;
font-size: 0.85em;
}
.place a{
color:#00AAEF;
}
.place a:hover{
text-decoration:none;
color:#222;
}
.view-gallery-btn{
background: #00AAEF;
color: #FFF;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
padding: 0.8125em 0em;
width:32%;
display: block;
margin: 0 auto;
text-align: center;
margin-top: 10px;
font-size: 0.8125em;
-webkit-appearance: none;
}
.view-gallery-btn:hover{
background:#000;
color:#fff;
text-decoration:none;
}
/*----start-consulation-----*/
.consulation{
padding:20px 10px;
}
.c-head h3 {
width:58.3%;
}
.c-head span{
margin-left: 1.3em;
}
.consulation-left h4{
font-size:1em;
color: #000;
font-weight:500;
line-height: 1.5em;
margin-bottom: 10px;
}
.consulation-left p{
color: #222;
font-family: 'Open Sans', sans-serif;
line-height: 1.8em;
font-size: 0.8125em;
margin-bottom: 10px;
}
/*-----*/
.consulation-right input[type="text"]{
background: #EEE;
color: #696969;
text-align: center;
width: 89%;
padding: 0.7em;
margin:10px 0;
border: 1px solid #EEE;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
-webkit-appearance: 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;
text-transform: uppercase;
outline: none;
-webkit-appearance: none;
}
.consulation-right input[type="text"]:hover,.consulation-right input[type="text"]:focus{
border-color:#00AAEF;
}
.consulation-right input[type="submit"]{
background: #00AAEF;
color: #FFF;
border: 1px solid #00AAEF;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
width:95%;
padding: 0.8em;
margin: 10px 0;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-webkit-appearance: none;
cursor: pointer;
outline:none;
}
.consulation-right input[type="submit"]:hover{
background:#000000;
border: 1px solid #000;
}
.consulation-grids{
padding:10px 0 0 0;
}
/*----start-Testimonials-----*/
.testmonials{
background:#EEEEEE;
padding:20px 10px;
}
.testmonial-grid{
margin-bottom: 20px;
}
.testmonial-grid h5{
margin:0.5em 0 0 0;
}
.t-pic{
border-radius:30em;
-webkit-border-radius:30em;
-moz-border-radius:30em;
-o-border-radius:30em;
-ms-border-radius:30em;
}
.testmonial-grid h5 a{
color: #222;
font-size: 1.2em;
}
.testmonial-grid h5 a:hover{
text-decoration:none;
color:#00AAEF;
}
.testmonial-grid span{
color:#696973;
font-style:italic;
font-family: 'Open Sans', sans-serif;
font-size: 0.8125em;
}
.testmonial-grid p{
color: #000;
font-size:0.8125em;
margin: 0.5em auto;
font-family: 'Open Sans', sans-serif;
}
.testmonials-grids{
padding-top:10px;
text-align: center;
}
/*----- start-contact----*/
.contact{
padding:20px 10px;
}
.contact-left a,.contact-left p,.contact-left p label{
font-size: 1em;
font-weight: 500;
display: block;
color:#000;
margin-bottom: 10px;
}
.contact-left a:hover{
color:#00AAEF;
text-decoration:none;
}
.contact-right input[type="text"],.contact-right textarea{
background:#EEEEEE;
color:#696969;
text-align:center;
width:89%;
padding:0.8em;
margin:10px 0;
border:1px solid #EEEEEE;
font-family: 'Open Sans', sans-serif;
font-weight:600;
-webkit-appearance: 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;
text-transform:uppercase;
outline:none;
-webkit-appearance: none;
font-size:0.8125em;
}
.contact-right input[type="text"]:hover,.contact-right input[type="text"]:focus,.contact-right textarea:hover,.contact-right textarea:focus{
border-color:#00AAEF;
}
.contact-right input[type="submit"]{
background: #00AAEF;
color: #FFF;
border: 1px solid #00AAEF;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
width:97%;
padding: 1em;
margin: 10px 0;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-webkit-appearance: none;
cursor: pointer;
outline: none;
}
.contact-right input[type="submit"]:hover{
background:#000000;
border: 1px solid #000;
}
.contact-right textarea{
min-height:100px;
resize:none;
}
.contact-grids{
padding-top:10px;
}
/*------start-contact----*/
.footer{
background: url(../images/footer-bg.jpg) no-repeat 0px 0px;
min-height:150px;
background-size: cover;
text-align: center;
}
.footer a img{
margin-top:5%;
}
.copy-right{
color: #FFF;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
margin-top:40px;
font-weight: 600;
font-size:0.8125em;
}
.copy-right a{
color:#000;
}
.copy-right a:hover{
color:#ABE5FD;
text-decoration:none;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 26px;
right: 3%;
overflow: hidden;
width: 40px;
height: 40px;
border: none;
text-indent: 100%;
background: url("../images/to-top1.png") no-repeat 0px 0px;
border-radius: 30em;
}
#toTopHover {
width: 40px;
height: 40px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}