Crepuscule (Talk | contribs) |
Crepuscule (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
body { | body { | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
− | background: transparent; /* #FFF */ | + | background: transparent; / |
− | + | * #FFF */ | |
+ | |||
+ | font-family: 'Open Sans', sans-serif; | ||
} | } | ||
body a { | body a { | ||
− | + | transition: 0.5s all; | |
− | + | -webkit-transition: 0.5s all; | |
− | + | -moz-transition: 0.5s all; | |
− | + | -o-transition: 0.5s all; | |
− | + | -ms-transition: 0.5s all; | |
− | + | text-decoration: none; | |
} | } | ||
Line 26: | Line 27: | ||
input[type="button"], input[type="submit"] { | input[type="button"], input[type="submit"] { | ||
transition: 0.5s all; | transition: 0.5s all; | ||
− | + | -webkit-transition: 0.5s all; | |
− | + | -moz-transition: 0.5s all; | |
− | + | -o-transition: 0.5s all; | |
− | + | -ms-transition: 0.5s all; | |
} | } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
margin: 0; | margin: 0; | ||
− | + | padding: 0; | |
− | + | text-align: center; | |
− | + | font-family: 'Fredericka the Great', cursive; | |
} | } | ||
Line 45: | Line 46: | ||
ul { | ul { | ||
margin: 0; | margin: 0; | ||
− | + | padding: 0; | |
} | } | ||
Line 58: | Line 59: | ||
a:focus, a:hover { | a:focus, a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
− | + | outline: none; | |
} | } | ||
− | /*-- //Reset-Code --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Reset-Code --*/ | ||
− | |||
− | /*-- Background-Gradient-Colors --*/ | + | / |
+ | *-- Index-Page-Styling --*/ | ||
+ | |||
+ | |||
+ | / | ||
+ | *-- Background-Gradient-Colors --*/ | ||
+ | |||
body { | body { | ||
background: #FFF; | background: #FFF; | ||
− | + | background: -webkit-linear-gradient(#FFF, #0066FF); | |
− | + | background: -o-linear-gradient(#FFF, #0066FF); | |
− | + | background: -moz-linear-gradient(#FFF, #0066FF); | |
− | + | background: linear-gradient(to right, #FFF, #0066FF); | |
} | } | ||
− | /*-- //Background-Gradient-Colors --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Background-Gradient-Colors --*/ | ||
+ | |||
+ | |||
+ | / | ||
+ | *-- Header --*/ | ||
− | |||
.header { | .header { | ||
Line 88: | Line 103: | ||
float: left; | float: left; | ||
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.header-right { | .header-right { | ||
Line 97: | Line 116: | ||
.header-slider { | .header-slider { | ||
position: relative; | position: relative; | ||
+ | |||
} | } | ||
+ | / | ||
+ | *-- Banner-Slider --*/ | ||
− | |||
− | |||
− | |||
.slider-1 { | .slider-1 { | ||
width: 95%; | width: 95%; | ||
− | + | border: 0px solid #FFF; | |
− | + | position: relative; | |
− | + | top: 110px; | |
− | + | left: 2%; | |
} | } | ||
.slider-2 { | .slider-2 { | ||
width: 30%; | width: 30%; | ||
− | + | position: absolute; | |
− | + | top: -14%; | |
− | + | left: 0; | |
− | + | border: 5px solid #FFF; | |
− | + | z-index: 99999; | |
} | } | ||
Line 126: | Line 145: | ||
.rslides { | .rslides { | ||
position: relative; | position: relative; | ||
− | + | list-style: none; | |
− | + | overflow: hidden; | |
− | + | width: 100%; | |
− | + | padding: 0; | |
− | + | margin: 0; | |
} | } | ||
.rslides li { | .rslides li { | ||
-webkit-backface-visibility: hidden; | -webkit-backface-visibility: hidden; | ||
− | + | position: absolute; | |
− | + | display: none; | |
− | + | width: 100%; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
left: 0; | left: 0; | ||
− | + | top: 0; | |
} | } | ||
.rslides li:first-child { | .rslides li:first-child { | ||
position: relative; | position: relative; | ||
− | + | display: block; | |
− | + | float: left; | |
} | } | ||
.rslides img { | .rslides img { | ||
display: block; | display: block; | ||
− | + | height: auto; | |
− | + | float: left; | |
− | + | width: 100%; | |
− | + | border: 0; | |
} | } | ||
Line 166: | Line 189: | ||
} | } | ||
− | /*-- //Banner-Slider --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Banner-Slider --*/ | ||
+ | |||
Line 172: | Line 199: | ||
.header-right { | .header-right { | ||
padding-top: 70px; | padding-top: 70px; | ||
+ | |||
} | } | ||
− | + | / | |
− | + | *-- Navbar -- | |
− | + | ||
− | + | ||
.navbar { | .navbar { | ||
Line 184: | Line 210: | ||
.navbar-default { | .navbar-default { | ||
background-color: transparent; | background-color: transparent; | ||
− | + | border-color: transparent; | |
− | + | border: none; | |
− | + | margin-bottom: 0; | |
− | + | text-align: center; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
*/ | */ | ||
+ | |||
.hover-effect ul { | .hover-effect ul { | ||
border: 2px solid #EEE; | border: 2px solid #EEE; | ||
− | + | -webkit-transform: translateZ(0); | |
− | + | transform: translateZ(0); | |
− | + | padding-top: 5px; | |
− | + | width: 85%; | |
− | + | margin: 0 auto; | |
} | } | ||
.hover-effect li { | .hover-effect li { | ||
overflow: hidden; | overflow: hidden; | ||
− | + | position: relative; | |
− | + | display: inline-block; | |
} | } | ||
Line 221: | Line 252: | ||
.hover-effect a { | .hover-effect a { | ||
backface-visibility: hidden; | backface-visibility: hidden; | ||
− | + | display: block; | |
− | + | padding: 5px 20px; | |
− | + | position: relative; | |
− | + | text-align: center; | |
− | + | text-decoration: none; | |
− | + | line-height: normal; | |
− | + | font-size: 14px; | |
− | + | color: #FFF; | |
− | + | font-family: 'Montserrat', sans-serif; | |
} | } | ||
Line 238: | Line 269: | ||
.hover-effect a:after { | .hover-effect a:after { | ||
bottom: 75%; | bottom: 75%; | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
Line 248: | Line 283: | ||
.hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after { | .hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after { | ||
background-color: #12FFB9; | background-color: #12FFB9; | ||
− | + | position: absolute; | |
− | + | height: 25%; | |
− | + | left: 0%; | |
− | + | right: 100%; | |
− | + | content: ''; | |
− | + | z-index: -1; | |
− | + | opacity: 0; | |
− | + | -webkit-transition: all 0.3s ease; | |
− | + | transition: all 0.3s ease; | |
} | } | ||
.hover-effect li:before { | .hover-effect li:before { | ||
-webkit-transition-delay: 0s; | -webkit-transition-delay: 0s; | ||
− | + | transition-delay: 0s; | |
} | } | ||
.hover-effect li:after { | .hover-effect li:after { | ||
-webkit-transition-delay: 0.1s; | -webkit-transition-delay: 0.1s; | ||
− | + | transition-delay: 0.1s; | |
} | } | ||
.hover-effect a:before { | .hover-effect a:before { | ||
-webkit-transition-delay: 0.05s; | -webkit-transition-delay: 0.05s; | ||
− | + | transition-delay: 0.05s; | |
} | } | ||
.hover-effect a:after { | .hover-effect a:after { | ||
-webkit-transition-delay: 0.15s; | -webkit-transition-delay: 0.15s; | ||
− | + | transition-delay: 0.15s; | |
} | } | ||
.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after { | .hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after { | ||
left: 0; | left: 0; | ||
− | + | right: 0; | |
− | + | opacity: 1; | |
} | } | ||
.hover-effect li:hover:before, .hover-effect li.current:before { | .hover-effect li:hover:before, .hover-effect li.current:before { | ||
-webkit-transition-delay: 0s; | -webkit-transition-delay: 0s; | ||
− | + | transition-delay: 0s; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.hover-effect li:hover:after, .hover-effect li.current:after { | .hover-effect li:hover:after, .hover-effect li.current:after { | ||
-webkit-transition-delay: 0.2s; | -webkit-transition-delay: 0.2s; | ||
− | + | transition-delay: 0.2s; | |
} | } | ||
.hover-effect li:hover a:before, .hover-effect li.current a:before { | .hover-effect li:hover a:before, .hover-effect li.current a:before { | ||
-webkit-transition-delay: 0.1s; | -webkit-transition-delay: 0.1s; | ||
− | + | transition-delay: 0.1s; | |
} | } | ||
.hover-effect li:hover a:after, .hover-effect li.current a:after { | .hover-effect li:hover a:after, .hover-effect li.current a:after { | ||
-webkit-transition-delay: 0.3s; | -webkit-transition-delay: 0.3s; | ||
− | + | transition-delay: 0.3s; | |
} | } | ||
− | /*-- //Navbar --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Navbar --*/ | ||
− | /*-- Logo --*/ | + | |
+ | / | ||
+ | *-- Logo --*/ | ||
+ | |||
.logo { | .logo { | ||
text-align: center; | text-align: center; | ||
− | + | margin: 50px 0 80px; | |
− | + | position: relative; | |
} | } | ||
.logo a { | .logo a { | ||
font-family: 'Fredericka the Great', cursive; | font-family: 'Fredericka the Great', cursive; | ||
− | + | font-size: 60px; | |
− | + | color: #EEE; | |
− | + | padding: 15px 0 40px; | |
− | + | border-top: 5px solid #EEE; | |
− | + | border-bottom: 5px solid #EEE; | |
} | } | ||
.logo img { | .logo img { | ||
position: absolute; | position: absolute; | ||
− | + | width: 60px; | |
− | + | top: 78px; | |
− | + | left: 46%; | |
− | + | background-color: #058EEC; | |
} | } | ||
− | /*-- //Logo --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Logo --*/ | ||
+ | |||
+ | |||
+ | / | ||
+ | *--w3layouts--*/ | ||
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
− | |||
− | |||
.header-info p { | .header-info p { | ||
font-size: 15px; | font-size: 15px; | ||
− | + | text-align: center; | |
− | + | padding: 0 100px; | |
− | + | line-height: 30px; | |
− | + | color: #EEE; | |
+ | |||
} | } | ||
+ | / | ||
+ | *-- Header-Social-Icons --*/ | ||
− | |||
− | |||
− | |||
.social { | .social { | ||
text-align: center; | text-align: center; | ||
− | + | margin-top: 40px; | |
} | } | ||
Line 363: | Line 416: | ||
ul.social-icons li a { | ul.social-icons li a { | ||
display: inline-block; | display: inline-block; | ||
− | + | width: 50px; | |
− | + | height: 50px; | |
− | + | background: url("../ | |
+ | images/ | ||
+ | img-sprite.png") no-repeat 0px 0px; | ||
} | } | ||
ul.social-icons li a.facebook { | ul.social-icons li a.facebook { | ||
Line 388: | Line 443: | ||
ul.social-icons li a.googleplus:hover { | ul.social-icons li a.googleplus:hover { | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
background-position: -100px -50px; | background-position: -100px -50px; | ||
} | } | ||
Line 409: | Line 468: | ||
} | } | ||
− | /*-- //Header-Social-Icons --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Header-Social-Icons --*/ | ||
− | |||
+ | / | ||
+ | *-- / | ||
+ | / | ||
+ | Header --*/ | ||
− | /*-- About --*/ | + | |
+ | |||
+ | / | ||
+ | *-- About --*/ | ||
+ | |||
.about { | .about { | ||
Line 423: | Line 492: | ||
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | .about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | ||
font-size: 50px; | font-size: 50px; | ||
− | + | margin-bottom: 50px; | |
− | + | color: #FFF; | |
} | } | ||
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
width: 60%; | width: 60%; | ||
− | + | margin: 0 100px 0 auto; | |
− | + | background-color: #EEE; | |
} | } | ||
Line 438: | Line 507: | ||
.about-grid { | .about-grid { | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
padding: 0; | padding: 0; | ||
} | } | ||
Line 445: | Line 518: | ||
.about h3 { | .about h3 { | ||
font-size: 30px; | font-size: 30px; | ||
− | + | margin: 25px 0; | |
− | + | color: #0AC1D5; | |
} | } | ||
.about p { | .about p { | ||
padding: 0 30px; | padding: 0 30px; | ||
− | + | line-height: 27px; | |
− | + | color: #777; | |
} | } | ||
− | /*-- //About --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | About --*/ | ||
− | /*-- People --*/ | + | |
+ | / | ||
+ | *-- People --*/ | ||
+ | |||
.people { | .people { | ||
padding-bottom: 100px; | padding-bottom: 100px; | ||
+ | |||
} | } | ||
+ | / | ||
+ | *-- Team --*/ | ||
− | |||
− | |||
− | |||
figure { | figure { | ||
position: relative; | position: relative; | ||
− | + | float: left; | |
− | + | overflow: hidden; | |
− | + | background: #3085a3; | |
− | + | text-align: center; | |
} | } | ||
figure img { | figure img { | ||
position: relative; | position: relative; | ||
− | + | display: block; | |
− | + | max-width: 100%; | |
− | + | opacity: 0.8; | |
} | } | ||
figure figcaption { | figure figcaption { | ||
padding: 2em; | padding: 2em; | ||
− | + | color: #fff; | |
− | + | text-transform: uppercase; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
font-size: 1.25em; | font-size: 1.25em; | ||
− | + | -webkit-backface-visibility: hidden; | |
− | + | backface-visibility: hidden; | |
} | } | ||
Line 501: | Line 584: | ||
figure figcaption, figure figcaption > a { | figure figcaption, figure figcaption > a { | ||
position: absolute; | position: absolute; | ||
− | + | top: 0; | |
− | + | left: 0; | |
− | + | width: 100%; | |
− | + | height: 100%; | |
} | } | ||
figure figcaption > a { | figure figcaption > a { | ||
− | |||
z-index: 1000; | z-index: 1000; | ||
− | + | text-indent: 200%; | |
− | + | white-space: nowrap; | |
− | + | font-size: 0; | |
− | + | opacity: 0; | |
} | } | ||
figure h4 { | figure h4 { | ||
word-spacing: -0.15em; | word-spacing: -0.15em; | ||
− | + | font-size: 30px; | |
− | + | font-weight: 300; | |
} | } | ||
figure h4 span { | figure h4 span { | ||
margin-left: 5px; | margin-left: 5px; | ||
− | + | font-weight: 600; | |
} | } | ||
Line 532: | Line 614: | ||
figure h4, figure ul { | figure h4, figure ul { | ||
margin: 0; | margin: 0; | ||
− | + | font-weight: 400; | |
} | } | ||
figure p { | figure p { | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
− | + | font-size: 68.5%; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
figure.effect-dexter { | figure.effect-dexter { | ||
background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%); | background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%); | ||
− | + | background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); | |
} | } | ||
figure.effect-dexter img { | figure.effect-dexter img { | ||
-webkit-transition: opacity 0.35s; | -webkit-transition: opacity 0.35s; | ||
− | + | transition: opacity 0.35s; | |
} | } | ||
Line 557: | Line 643: | ||
figure.effect-dexter figcaption::after { | figure.effect-dexter figcaption::after { | ||
position: absolute; | position: absolute; | ||
− | + | right: 30px; | |
− | + | bottom: 30px; | |
− | + | left: 30px; | |
− | + | height: -webkit-calc(50% - 30px); | |
− | + | height: calc(50% - 30px); | |
− | + | border: 7px solid #fff; | |
− | + | content: ''; | |
− | + | -webkit-transition: -webkit-transform 0.35s; | |
− | + | transition: transform 0.35s; | |
− | + | -webkit-transform: translate3d(0,-100%,0); | |
− | + | transform: translate3d(0,-100%,0); | |
} | } | ||
figure.effect-dexter:hover figcaption::after { | figure.effect-dexter:hover figcaption::after { | ||
-webkit-transform: translate3d(0,0,0); | -webkit-transform: translate3d(0,0,0); | ||
− | + | transform: translate3d(0,0,0); | |
} | } | ||
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
padding: 5em; | padding: 5em; | ||
− | + | text-align: left; | |
} | } | ||
figure.effect-dexter ul.social { | figure.effect-dexter ul.social { | ||
position: absolute; | position: absolute; | ||
− | + | left: 180px; | |
− | + | right: 0; | |
− | + | bottom: 70px; | |
− | + | opacity: 0; | |
− | + | -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; | |
− | + | transition: opacity 0.35s, transform 0.35s; | |
− | + | -webkit-transform: translate3d(0,-100px,0); | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
transform: translate3d(0,-100px,0); | transform: translate3d(0,-100px,0); | ||
} | } | ||
Line 596: | Line 686: | ||
figure.effect-dexter:hover { | figure.effect-dexter:hover { | ||
opacity: 1; | opacity: 1; | ||
− | + | -webkit-transform: translate3d(0,0,0); | |
− | + | transform: translate3d(0,0,0); | |
} | } | ||
li.icon { | li.icon { | ||
display: inline-block!important; | display: inline-block!important; | ||
− | + | visibility: visible!important; | |
} | } | ||
span.icon img { | span.icon img { | ||
width: 10%!important; | width: 10%!important; | ||
− | + | display: inline-block!important; | |
− | + | opacity: 0.9; | |
} | } | ||
Line 621: | Line 711: | ||
figure.effect-dexter:hover .social-two { | figure.effect-dexter:hover .social-two { | ||
display: block; | display: block; | ||
− | + | text-align: center; | |
− | + | margin-top: 100px; | |
} | } | ||
.social-two span a{ | .social-two span a{ | ||
display: inline-block; | display: inline-block; | ||
− | + | width: 50px; | |
− | + | height: 50px; | |
− | + | background: url("../ | |
+ | images/ | ||
+ | img-sprite-1.png") no-repeat 0px 0px; | ||
} | } | ||
Line 637: | Line 729: | ||
.social-two span a.twitter { | .social-two span a.twitter { | ||
− | background: url("../images/img-sprite-1.png") no-repeat -50px 0px; | + | background: url("../ |
+ | images/ | ||
+ | img-sprite-1.png") no-repeat -50px 0px; | ||
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.social-two span a.twitter:hover { | .social-two span a.twitter:hover { | ||
background-position: -50px -50px; | background-position: -50px -50px; | ||
Line 646: | Line 744: | ||
.social-two span a.googleplus { | .social-two span a.googleplus { | ||
− | background: url("../images/img-sprite-1.png") no-repeat -100px 0px; | + | background: url("../ |
+ | images/ | ||
+ | img-sprite-1.png") no-repeat -100px 0px; | ||
} | } | ||
Line 654: | Line 754: | ||
.social-two span a.instagram { | .social-two span a.instagram { | ||
− | background: url("../images/img-sprite-1.png") no-repeat -150px 0px; | + | background: url("../ |
+ | images/ | ||
+ | img-sprite-1.png") no-repeat -150px 0px; | ||
} | } | ||
Line 661: | Line 763: | ||
} | } | ||
− | /*-- //Team --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Team --*/ | ||
− | /*-- Clients --*/ | + | |
+ | / | ||
+ | *-- Clients --*/ | ||
+ | |||
.people h3 span { | .people h3 span { | ||
Line 673: | Line 781: | ||
.client-slider-2 .slider { | .client-slider-2 .slider { | ||
border: 5px solid #EEE; | border: 5px solid #EEE; | ||
− | + | padding: 26px 30px; | |
} | } | ||
.client-slider-2 h4 { | .client-slider-2 h4 { | ||
font-size: 30px; | font-size: 30px; | ||
− | + | font-weight: 600; | |
− | + | color: #12FFB9; | |
} | } | ||
.client-slider-2 p { | .client-slider-2 p { | ||
line-height: 25px; | line-height: 25px; | ||
− | + | color: #FFF; | |
− | + | font-size: 14px; | |
− | + | margin: 30px 0; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.client { | .client { | ||
float: right; | float: right; | ||
Line 697: | Line 809: | ||
.client span { | .client span { | ||
font-size: 16px; | font-size: 16px; | ||
− | + | font-weight: 600; | |
− | + | line-height: 25px; | |
− | + | padding: 0; | |
− | + | color: #111; | |
} | } | ||
− | /*-- //Clients --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Clients --*/ | ||
− | /*-- Services --*/ | + | |
+ | / | ||
+ | *-- Services --*/ | ||
+ | |||
.tabs { | .tabs { | ||
Line 715: | Line 833: | ||
.service-icons { | .service-icons { | ||
background-color: rgba(0, 0, 0, 0.57); | background-color: rgba(0, 0, 0, 0.57); | ||
− | + | padding: 0; | |
} | } | ||
Line 736: | Line 854: | ||
.service-info { | .service-info { | ||
background-color: #FFF; | background-color: #FFF; | ||
− | + | height: 400px; | |
− | + | text-align: center; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.service-info img { | .service-info img { | ||
width: 100px; | width: 100px; | ||
Line 747: | Line 869: | ||
.service-info h4 { | .service-info h4 { | ||
font-size: 35px; | font-size: 35px; | ||
− | + | font-weight: bold; | |
− | + | color: #000; | |
− | + | margin: 30px 0; | |
} | } | ||
.service-info p { | .service-info p { | ||
line-height: 30px; | line-height: 30px; | ||
− | + | padding: 0 35px; | |
} | } | ||
− | /*-- //Services --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Services --*/ | ||
− | /*-- Gallery --*/ | + | |
+ | / | ||
+ | *-- Gallery --*/ | ||
+ | |||
.gallery { | .gallery { | ||
Line 773: | Line 901: | ||
.img-box, .info-box { | .img-box, .info-box { | ||
display: block; | display: block; | ||
− | + | width: 100%; | |
− | + | height: 100%; | |
− | + | -webkit-transform: scale(1, 1); | |
− | + | -moz-transform: scale(1, 1); | |
− | + | -ms-transform: scale(1, 1); | |
− | + | -o-transform: scale(1, 1); | |
− | + | transform: scale(1, 1); | |
− | + | -webkit-transition: all 0.4s ease-in-out; | |
− | + | -moz-transition: all 0.4s ease-in-out; | |
− | + | -ms-transition: all 0.4s ease-in-out; | |
− | + | -o-transition: all 0.4s ease-in-out; | |
− | + | transition: all 0.4s ease-in-out; | |
− | + | -webkit-backface-visibility: hidden; | |
− | + | -moz-backface-visibility: hidden; | |
− | + | -ms-backface-visibility: hidden; | |
− | + | -o-backface-visibility: hidden; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
backface-visibility: hidden; | backface-visibility: hidden; | ||
} | } | ||
.img-box img, .info-box img { | .img-box img, .info-box img { | ||
display: block; | display: block; | ||
− | + | position: relative; | |
− | + | max-width: 100%; | |
− | + | max-height: 100%; | |
− | + | -webkit-transition: all 0.4s ease-in-out; | |
− | + | -moz-transition: all 0.4s ease-in-out; | |
− | + | -ms-transition: all 0.4s ease-in-out; | |
− | + | -o-transition: all 0.4s ease-in-out; | |
− | + | transition: all 0.4s ease-in-out; | |
} | } | ||
Line 811: | Line 943: | ||
.info-box { | .info-box { | ||
top: 0; | top: 0; | ||
− | + | left: 0; | |
− | + | position: absolute; | |
} | } | ||
.info-box .info-content { | .info-box .info-content { | ||
display: block; | display: block; | ||
− | + | position: relative; | |
− | + | padding: 0%; | |
− | + | float: left; | |
− | + | left: 50%; | |
− | + | top: 50%; | |
− | + | position: relative; | |
− | + | -webkit-transform: translateX(-50%) translateY(-50%); | |
− | + | -moz-transform: translateX(-50%) translateY(-50%); | |
− | + | -ms-transform: translateX(-50%) translateY(-50%); | |
− | + | -o-transform: translateX(-50%) translateY(-50%); | |
− | + | transform: translateX(-50%) translateY(-50%); | |
} | } | ||
.separator { | .separator { | ||
display: block; | display: block; | ||
− | + | position: relative; | |
− | + | height: 1px; | |
− | + | width: 100%; | |
− | + | margin: 20px auto; | |
− | + | background: rgba(255, 255, 255, 0.5); | |
− | + | clear: both; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.content-grid-effect { | .content-grid-effect { | ||
display: block; | display: block; | ||
− | + | position: relative; | |
− | + | -webkit-transform: translate3d(0, 0, 0); | |
− | + | -moz-transform: translate3d(0, 0, 0); | |
− | + | -ms-transform: translate3d(0, 0, 0); | |
− | + | -o-transform: translate3d(0, 0, 0); | |
− | + | transform: translate3d(0, 0, 0); | |
− | + | -webkit-transition: all 0.6s ease-in-out; | |
− | + | -moz-transition: all 0.6s ease-in-out; | |
− | + | -ms-transition: all 0.6s ease-in-out; | |
− | + | -o-transition: all 0.6s ease-in-out; | |
− | + | transition: all 0.6s ease-in-out; | |
− | + | overflow: hidden; | |
} | } | ||
.content-grid-effect .info-content { | .content-grid-effect .info-content { | ||
z-index: 2 !important; | z-index: 2 !important; | ||
− | + | filter: alpha(opacity=0); | |
− | + | -wekbit-opacity: 0; | |
− | + | -moz-opacity: 0; | |
− | + | opacity: 0; | |
− | + | -webkit-transition: all 0.5s ease-in-out; | |
− | + | -moz-transition: all 0.5s ease-in-out; | |
− | + | -ms-transition: all 0.5s ease-in-out; | |
− | + | -o-transition: all 0.5s ease-in-out; | |
− | + | transition: all 0.5s ease-in-out; | |
} | } | ||
.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before { | .content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before { | ||
content: ""; | content: ""; | ||
− | + | display: block; | |
− | + | position: absolute; | |
− | + | background-color: rgba(0, 0, 0, 0.5); | |
− | + | z-index: 1; | |
− | + | -webkit-transition: 0.8s ease-in-out; | |
− | + | -moz-transition: 0.8s ease-in-out; | |
− | + | -ms-transition: 0.8s ease-in-out; | |
− | + | -o-transition: 0.8s ease-in-out; | |
− | + | transition: 0.8s ease-in-out; | |
− | + | filter: alpha(opacity=0); | |
− | + | -wekbit-opacity: 0; | |
− | + | -moz-opacity: 0; | |
− | + | opacity: 0; | |
} | } | ||
.content-grid-effect.horizontal .img-box:before { | .content-grid-effect.horizontal .img-box:before { | ||
top: 0; | top: 0; | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
left: 0; | left: 0; | ||
− | + | width: 100%; | |
− | + | height: 25%; | |
− | + | -webkit-transform: rotateX(90deg); | |
− | + | -moz-transform: rotateX(90deg); | |
− | + | -ms-transform: rotateX(90deg); | |
− | + | -o-transform: rotateX(90deg); | |
− | + | transform: rotateX(90deg); | |
} | } | ||
.content-grid-effect.horizontal .img-box:after { | .content-grid-effect.horizontal .img-box:after { | ||
top: 25%; | top: 25%; | ||
− | + | left: 0; | |
− | + | width: 100%; | |
− | + | height: 25%; | |
− | + | -webkit-transform: rotateX(90deg); | |
− | + | -moz-transform: rotateX(90deg); | |
− | + | -ms-transform: rotateX(90deg); | |
− | + | -o-transform: rotateX(90deg); | |
− | + | transform: rotateX(90deg); | |
} | } | ||
.content-grid-effect.horizontal .info-box:after { | .content-grid-effect.horizontal .info-box:after { | ||
top: 50%; | top: 50%; | ||
− | + | left: 0; | |
− | + | width: 100%; | |
− | + | height: 25%; | |
− | + | -webkit-transform: rotateX(90deg); | |
− | + | -moz-transform: rotateX(90deg); | |
− | + | -ms-transform: rotateX(90deg); | |
− | + | -o-transform: rotateX(90deg); | |
− | + | transform: rotateX(90deg); | |
} | } | ||
.content-grid-effect.horizontal .info-box:before { | .content-grid-effect.horizontal .info-box:before { | ||
top: 75%; | top: 75%; | ||
− | + | left: 0; | |
− | + | width: 100%; | |
− | + | height: calc(25% + 1px); | |
− | + | -webkit-transform: rotateX(90deg); | |
− | + | -moz-transform: rotateX(90deg); | |
− | + | -ms-transform: rotateX(90deg); | |
− | + | -o-transform: rotateX(90deg); | |
− | + | transform: rotateX(90deg); | |
} | } | ||
.content-grid-effect.vertical .img-box:before { | .content-grid-effect.vertical .img-box:before { | ||
top: 0; | top: 0; | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
left: 0; | left: 0; | ||
− | + | width: 25%; | |
− | + | height: 100%; | |
− | + | -webkit-transform: rotateY(90deg); | |
− | + | -moz-transform: rotateY(90deg); | |
− | + | -ms-transform: rotateY(90deg); | |
− | + | -o-transform: rotateY(90deg); | |
− | + | transform: rotateY(90deg); | |
} | } | ||
.content-grid-effect.vertical .img-box:after { | .content-grid-effect.vertical .img-box:after { | ||
top: 0; | top: 0; | ||
− | + | left: 25%; | |
− | + | width: 25%; | |
− | + | height: 100%; | |
− | + | -webkit-transform: rotateY(90deg); | |
− | + | -moz-transform: rotateY(90deg); | |
− | + | -ms-transform: rotateY(90deg); | |
− | + | -o-transform: rotateY(90deg); | |
− | + | transform: rotateY(90deg); | |
} | } | ||
.content-grid-effect.vertical .info-box:after { | .content-grid-effect.vertical .info-box:after { | ||
top: 0; | top: 0; | ||
− | + | left: 50%; | |
− | + | width: 25%; | |
− | + | height: 100%; | |
− | + | -webkit-transform: rotateY(90deg); | |
− | + | -moz-transform: rotateY(90deg); | |
− | + | -ms-transform: rotateY(90deg); | |
− | + | -o-transform: rotateY(90deg); | |
− | + | transform: rotateY(90deg); | |
} | } | ||
.content-grid-effect.vertical .info-box:before { | .content-grid-effect.vertical .info-box:before { | ||
top: 0; | top: 0; | ||
− | + | left: 75%; | |
− | + | width: calc(25% + 1px); | |
− | + | height: 100%; | |
− | + | -webkit-transform: rotateY(90deg); | |
− | + | -moz-transform: rotateY(90deg); | |
− | + | -ms-transform: rotateY(90deg); | |
− | + | -o-transform: rotateY(90deg); | |
− | + | transform: rotateY(90deg); | |
} | } | ||
.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before { | .content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before { | ||
-webkit-transform: rotateX(0deg); | -webkit-transform: rotateX(0deg); | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
-moz-transform: rotateX(0deg); | -moz-transform: rotateX(0deg); | ||
− | + | -ms-transform: rotateX(0deg); | |
− | + | -o-transform: rotateX(0deg); | |
− | + | transform: rotateX(0deg); | |
− | + | filter: alpha(opacity=100); | |
− | + | -wekbit-opacity: 1; | |
− | + | -moz-opacity: 1; | |
− | + | opacity: 1; | |
} | } | ||
.content-grid-effect:hover .info-content { | .content-grid-effect:hover .info-content { | ||
filter: alpha(opacity=100); | filter: alpha(opacity=100); | ||
− | + | -wekbit-opacity: 1; | |
− | + | -moz-opacity: 1; | |
− | + | opacity: 1; | |
} | } | ||
.slow-zoom .img-box { | .slow-zoom .img-box { | ||
z-index: 0; | z-index: 0; | ||
− | + | -webkit-transform: scale(1); | |
− | + | -moz-transform: scale(1); | |
− | + | -ms-transform: scale(1); | |
− | + | -o-transform: scale(1); | |
− | + | transform: scale(1); | |
− | + | -webkit-transition: all 2.2s ease-in-out; | |
− | + | -moz-transition: all 2.2s ease-in-out; | |
− | + | -ms-transition: all 2.2s ease-in-out; | |
− | + | -o-transition: all 2.2s ease-in-out; | |
− | + | transition: all 2.2s ease-in-out; | |
} | } | ||
.slow-zoom:hover .img-box { | .slow-zoom:hover .img-box { | ||
-webkit-transform: scale(1.5); | -webkit-transform: scale(1.5); | ||
− | + | -moz-transform: scale(1.5); | |
− | + | -ms-transform: scale(1.5); | |
− | + | -o-transform: scale(1.5); | |
− | + | transform: scale(1.5); | |
} | } | ||
.slow-zoom { | .slow-zoom { | ||
display: block; | display: block; | ||
− | + | overflow: hidden; | |
− | + | position: relative; | |
− | + | -webkit-transform: translate3d(0, 0, 0); | |
− | + | -moz-transform: translate3d(0, 0, 0); | |
− | + | -ms-transform: translate3d(0, 0, 0); | |
− | + | -o-transform: translate3d(0, 0, 0); | |
− | + | transform: translate3d(0, 0, 0); | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.content-grid-effect { | .content-grid-effect { | ||
box-shadow: 0px 0px 14px 0px #DCDCDC; | box-shadow: 0px 0px 14px 0px #DCDCDC; | ||
− | + | padding: 7px 7px; | |
} | } | ||
.info-content h4{ | .info-content h4{ | ||
color:#fff; | color:#fff; | ||
− | + | text-decoration:none; | |
− | + | font-size:25px; | |
} | } | ||
.info-content p{ | .info-content p{ | ||
color:#fff; | color:#fff; | ||
− | + | text-decoration:none; | |
− | + | font-size:15px; | |
− | + | line-height:2.2em; | |
− | + | width:90%; | |
− | + | margin:0 auto; | |
} | } | ||
− | /*-- //Gallery --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Gallery --*/ | ||
− | /*-- Contact-Us --*/ | + | |
+ | / | ||
+ | *-- Contact-Us --*/ | ||
+ | |||
.contact-us { | .contact-us { | ||
padding-bottom: 100px; | padding-bottom: 100px; | ||
− | + | color: #333; | |
} | } | ||
.contact-grid { | .contact-grid { | ||
border: 3px solid #EEE; | border: 3px solid #EEE; | ||
− | + | padding: 30px; | |
− | + | font-size: 13px; | |
} | } | ||
.contact-us p { | .contact-us p { | ||
line-height: 25px; | line-height: 25px; | ||
− | + | margin-bottom: 25px; | |
} | } | ||
.contact-us h4 { | .contact-us h4 { | ||
font-size: 25px; | font-size: 25px; | ||
− | + | text-align: left; | |
− | + | margin-bottom: 10px; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
color: #000; | color: #000; | ||
} | } | ||
Line 1,108: | Line 1,270: | ||
.contact-us .phone p { | .contact-us .phone p { | ||
line-height: 25px; | line-height: 25px; | ||
− | + | margin: 0; | |
} | } | ||
.contact_form input[type='text'] { | .contact_form input[type='text'] { | ||
width: 100%; | width: 100%; | ||
− | + | border-radius: 0; | |
− | + | line-height: 22px; | |
− | + | font-size: 14px; | |
− | + | padding: 14px 17px 14px; | |
− | + | outline: none; | |
− | + | color: #FFF; | |
− | + | height: 50px; | |
− | + | border: 1px solid #d5d5d5; | |
− | + | -webkit-box-sizing: border-box; | |
− | + | -moz-box-sizing: border-box; | |
− | + | box-sizing: border-box; | |
− | + | margin: 0 0 20px; | |
− | + | background: none; | |
} | } | ||
.contact_form textarea { | .contact_form textarea { | ||
width: 100%; | width: 100%; | ||
− | + | border-radius: 0; | |
− | + | line-height: 22px; | |
− | + | font-size: 14px; | |
− | + | padding: 14px 17px 14px; | |
− | + | outline: none; | |
− | + | border: 1px solid #d5d5d5; | |
− | + | -webkit-box-sizing: border-box; | |
− | + | -moz-box-sizing: border-box; | |
− | + | box-sizing: border-box; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
resize: none; | resize: none; | ||
− | + | color: #FFF; | |
− | + | height: 130px; | |
− | + | background: none; | |
} | } | ||
Line 1,181: | Line 1,347: | ||
.more_btn { | .more_btn { | ||
padding: 10px 30px; | padding: 10px 30px; | ||
− | + | border: 1px solid #EEE; | |
− | + | color: #FFF; | |
− | + | background-color: transparent; | |
− | + | text-decoration: none; | |
− | + | outline: none; | |
− | + | transition: 0.5s all; | |
− | + | -webkit-transition: 0.5s all; | |
− | + | -moz-transition: 0.5s all; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
-o-transition: 0.5s all; | -o-transition: 0.5s all; | ||
− | + | -ms-transition: 0.5s all; | |
} | } | ||
.more_btn:hover { | .more_btn:hover { | ||
color: #FFF; | color: #FFF; | ||
− | + | background-color: #000000; | |
− | + | cursor: pointer; | |
} | } | ||
− | /*-- //Contact-Us --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Contact-Us --*/ | ||
− | /*-- Map --*/ | + | |
+ | / | ||
+ | *-- Map --*/ | ||
+ | |||
.map iframe { | .map iframe { | ||
width: 100%; | width: 100%; | ||
− | + | height: 400px; | |
− | + | border: 5px solid #FAFAFA; | |
− | + | margin-bottom: -5px; | |
− | + | opacity: 0.7; | |
− | + | transition: 0.5s all; | |
− | + | -webkit-transition: 0.5s all; | |
− | + | -moz-transition: 0.5s all; | |
− | + | -o-transition: 0.5s all; | |
− | + | -ms-transition: 0.5s all; | |
} | } | ||
.map iframe:hover { | .map iframe:hover { | ||
opacity: 1; | opacity: 1; | ||
− | + | transition: 0.5s all; | |
− | + | -webkit-transition: 0.5s all; | |
− | + | -moz-transition: 0.5s all; | |
− | + | -o-transition: 0.5s all; | |
− | + | -ms-transition: 0.5s all; | |
} | } | ||
− | /*-- //Map --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Map --*/ | ||
− | /*-- Footer --*/ | + | |
+ | / | ||
+ | *-- Footer --*/ | ||
+ | |||
.footer{ | .footer{ | ||
padding: 50px 0; | padding: 50px 0; | ||
− | + | background: #333333; | |
− | + | color: #777; | |
− | + | font-size: 13px; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.address, .contact, .connect { | .address, .contact, .connect { | ||
padding: 0; | padding: 0; | ||
Line 1,247: | Line 1,433: | ||
.footer h5 { | .footer h5 { | ||
color: #EEE; | color: #EEE; | ||
− | + | font-size: 25px; | |
− | + | font-weight: 100; | |
− | + | text-align: left; | |
− | + | margin-bottom: 25px; | |
} | } | ||
.address ul li { | .address ul li { | ||
display: block; | display: block; | ||
− | + | line-height: 25px; | |
} | } | ||
Line 1,276: | Line 1,462: | ||
.mail input[type="text"] { | .mail input[type="text"] { | ||
padding: 5px; | padding: 5px; | ||
− | + | border: none; | |
− | + | outline: none; | |
− | + | color: #333; | |
} | } | ||
.mail input[type="submit"] { | .mail input[type="submit"] { | ||
padding: 5px 13px; | padding: 5px 13px; | ||
− | + | border: none; | |
− | + | outline: none; | |
− | + | color: #333; | |
} | } | ||
.mail input[type="submit"]:hover { | .mail input[type="submit"]:hover { | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
color: #FFF; | color: #FFF; | ||
− | + | background-color: #009688; | |
} | } | ||
.connect { | .connect { | ||
text-align: left; | text-align: left; | ||
− | + | padding-left: 50px; | |
} | } | ||
.connect-social ul li { | .connect-social ul li { | ||
display: inline-block; | display: inline-block; | ||
− | |||
− | |||
+ | } | ||
+ | / | ||
+ | *-- Footer-Social-Icons --*/ | ||
− | |||
.connect-social ul li a { | .connect-social ul li a { | ||
display: inline-block; | display: inline-block; | ||
− | + | width: 30px; | |
− | + | height: 30px; | |
− | + | background: url("../ | |
− | + | images/ | |
− | + | img-sprite-2.png") no-repeat 0px 0px; | |
+ | background-size: 300px; | ||
+ | opacity: 0.7; | ||
} | } | ||
Line 1,339: | Line 1,531: | ||
.connect-social ul li a.tumblr { | .connect-social ul li a.tumblr { | ||
background-position: -150px -30px; | background-position: -150px -30px; | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
Line 1,359: | Line 1,555: | ||
} | } | ||
− | /*-- Footer-Social-Icons --*/ | + | / |
+ | *-- Footer-Social-Icons --*/ | ||
+ | |||
Line 1,373: | Line 1,571: | ||
.footer-nav ul li { | .footer-nav ul li { | ||
display: inline-block; | display: inline-block; | ||
− | + | padding: 0 25px; | |
− | + | border-right: solid 1px #939090; | |
− | + | border-right-style: dashed; | |
} | } | ||
Line 1,387: | Line 1,585: | ||
.footer-logo a{ | .footer-logo a{ | ||
margin: 0; | margin: 0; | ||
− | + | color: #6E6E6E; | |
} | } | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.footer-nav ul li:nth-child(5) { | .footer-nav ul li:nth-child(5) { | ||
border-right: none; | border-right: none; | ||
− | |||
− | |||
+ | } | ||
+ | / | ||
+ | *-- Copyright --*/ | ||
− | |||
.copyright { | .copyright { | ||
float: left; | float: left; | ||
− | + | margin-left: 160px; | |
} | } | ||
Line 1,410: | Line 1,612: | ||
.copyright p a{ | .copyright p a{ | ||
margin-left: 5px; | margin-left: 5px; | ||
− | + | color:#C2C2C2; | |
− | + | font-family: 'Fredericka the Great', cursive; | |
} | } | ||
Line 1,418: | Line 1,620: | ||
} | } | ||
− | /*-- //Copyright --*/ | + | / |
+ | *-- / | ||
+ | / | ||
+ | Copyright --*/ | ||
− | |||
+ | / | ||
+ | *-- / | ||
+ | / | ||
+ | Footer --*/ | ||
− | /*-- Go-To-Top-Button --*/ | + | |
+ | |||
+ | / | ||
+ | *-- Go-To-Top-Button --*/ | ||
+ | |||
#toTop { | #toTop { | ||
display: none; | display: none; | ||
− | + | text-decoration: none; | |
− | + | position: fixed; | |
− | + | bottom: 10px; | |
− | + | right: 15px; | |
− | + | overflow: hidden; | |
− | + | width: 40px; | |
− | + | height: 40px; | |
− | + | border: none; | |
− | + | text-indent: 100%; | |
− | + | background: url("../ | |
+ | images/ | ||
+ | to-top.png") no-repeat 0px 0px; | ||
} | } | ||
− | /*-- //Go-To-Top-Button | + | / |
− | + | *-- / | |
− | + | / | |
+ | Go-To-Top-Button --*/ | ||
+ | / | ||
+ | *--w3layouts--*/ | ||
+ | / | ||
+ | *--agileits--*/ | ||
− | |||
+ | / | ||
+ | *-- / | ||
+ | / | ||
+ | Index-Page-Styling --*/ | ||
Line 1,455: | Line 1,677: | ||
− | /*-- Responsive-Code --*/ | + | |
+ | |||
+ | |||
+ | |||
+ | / | ||
+ | *-- Responsive-Code --*/ | ||
+ | |||
Line 1,461: | Line 1,689: | ||
@media screen and (max-width:1920px) { | @media screen and (max-width:1920px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -13%; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 70%; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 80px 0 120px; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 150px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 50px 0; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 50px; | |
− | + | } | |
.client-slider-2 .slider { | .client-slider-2 .slider { | ||
− | + | padding: 25px; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 125px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 250px; | |
− | + | } | |
.service-info { | .service-info { | ||
− | + | padding-top: 30px; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.contact-grid { | .contact-grid { | ||
− | + | padding: 31px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1680px) { | @media screen and (max-width:1680px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -15%; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 80%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 130px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 35px 0; | |
− | + | } | |
.contact_form textarea { | .contact_form textarea { | ||
− | + | height: 140px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1600px) { | @media screen and (max-width:1600px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: 10%; / | |
+ | * upleft picture */ | ||
+ | |||
} | } | ||
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 85%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 120px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 30px 0; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 40px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1440px) { | @media screen and (max-width:1440px) { | ||
.header { | .header { | ||
− | + | padding: 100px 0; | |
− | + | } | |
.slider-1 { | .slider-1 { | ||
− | + | width: 90%; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -19%; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 90%; | |
− | + | } | |
.hover-effect a { | .hover-effect a { | ||
− | + | padding: 5px 18px; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 50px 0 100px; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 55px; | |
− | + | padding: 15px 0 35px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | top: 70px; | |
− | + | left: 45%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 80px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 20px 0; | |
− | + | font-size: 30px; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 15px; | |
− | + | line-height: 27px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1366px) { | @media screen and (max-width:1366px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -20%; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 96%; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 50px; | |
− | + | padding: 15px 0 30px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | top: 60px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.header-info p { | .header-info p { | ||
− | + | font-size: 14px; | |
− | + | } | |
.social { | .social { | ||
− | + | margin-top: 25px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 15px 0; | |
− | + | } | |
p { | p { | ||
− | + | font-size: 13px; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 19px; | |
− | + | line-height: 26px; | |
− | + | } | |
.client-slider-2 .slider { | .client-slider-2 .slider { | ||
− | + | padding: 25px; | |
− | + | } | |
.contact-grid { | .contact-grid { | ||
− | + | padding: 26px; | |
− | + | } | |
.contact_form textarea { | .contact_form textarea { | ||
− | + | height: 130px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1280px) { | @media screen and (max-width:1280px) { | ||
.slider-1 { | .slider-1 { | ||
− | + | width: 95%; | |
− | + | left: 10%; | |
− | + | } | |
.slider-2 { | .slider-2 { | ||
− | + | top: -21%; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 100%; | |
− | + | } | |
.hover-effect a { | .hover-effect a { | ||
− | + | font-size: 13px; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 70px; | |
− | + | } | |
.social { | .social { | ||
− | + | margin-top: 25px; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
width: 70%; | width: 70%; | ||
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 25px 0; | |
− | + | } | |
.client-slider-2 p { | .client-slider-2 p { | ||
− | + | font-size: 13px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:1024px) { | @media screen and (max-width:1024px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -30%; | |
− | + | } | |
.slider-1 { | .slider-1 { | ||
− | + | width: 85%; | |
− | + | } | |
.header-right { | .header-right { | ||
− | + | padding-top: 0; | |
− | + | left: -30px; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 131%; | |
− | + | margin-left: -40px; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 35px 0 70px; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 50px; | |
− | + | padding: 5px 0 25px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | top: 53px; | |
− | + | left: 43%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0; | |
− | + | font-size: 13px; | |
− | + | } | |
.social { | .social { | ||
− | + | margin-top: 20px; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | width: 90%; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 4em 1em; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.social-two { | .social-two { | ||
− | + | position: absolute; | |
− | + | left: 25%; | |
− | + | bottom: 55px; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 100px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 200px; | |
− | + | } | |
.service-info { | .service-info { | ||
− | + | padding-top: 10px; | |
− | + | } | |
.map iframe { | .map iframe { | ||
− | + | height: 300px; | |
− | + | } | |
.footer .address, .footer .contact { | .footer .address, .footer .contact { | ||
− | + | width: 50%; | |
− | + | float: left; | |
− | + | } | |
.connect { | .connect { | ||
− | + | width: 100%; | |
− | + | float: right; | |
− | + | margin-top: 30px; | |
− | + | text-align: left; | |
− | + | border-top: 1px solid #EEE; | |
− | + | border-bottom: 1px solid #EEE; | |
− | + | padding: 30px 0; | |
− | + | } | |
.footer h5 { | .footer h5 { | ||
− | + | margin-bottom: 25px; | |
− | + | } | |
.connect h5 { | .connect h5 { | ||
− | + | margin-left: 5px; | |
− | + | } | |
.copyright { | .copyright { | ||
− | + | margin-left: 70px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:991px) { | @media screen and (max-width:991px) { | ||
.header { | .header { | ||
− | + | padding: 50px 0 100px; | |
− | + | } | |
.slider-1 { | .slider-1 { | ||
− | + | width: 85%; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
left: 15%; | left: 15%; | ||
− | + | top: 0; | |
− | + | } | |
.slider-2 { | .slider-2 { | ||
− | + | top: -14%; | |
− | + | left: 0; | |
− | + | width: 25%; | |
− | + | } | |
.header-left { | .header-left { | ||
− | + | float: right; | |
− | + | } | |
.header-right { | .header-right { | ||
− | + | float: left; | |
− | + | margin-bottom: 75px; | |
− | + | margin-left: 0; | |
− | + | left: 0; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 80%; | |
− | + | margin: 0 auto; | |
− | + | } | |
.hover-effect li { | .hover-effect li { | ||
− | + | margin: 0 10px; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 50px 0 80px; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 55px; | |
− | + | padding: 5px 0 30px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | top: 65px; | |
− | + | left: 47%; | |
− | + | background-color: #09B3DB; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 150px; | |
− | + | font-size: 15px; | |
− | + | } | |
.social { | .social { | ||
− | + | margin-top: 30px; | |
− | + | } | |
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | .about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | ||
− | + | font-size: 45px; | |
− | + | margin-bottom: 40px; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
margin: 0 80px 0 auto; | margin: 0 80px 0 auto; | ||
− | + | } | |
.about-grid2 { | .about-grid2 { | ||
− | + | margin: 50px 80px; | |
− | + | } | |
.people .container { | .people .container { | ||
− | + | width: 100%; | |
− | + | } | |
.client-slider-1, .client-slider-2 { | .client-slider-1, .client-slider-2 { | ||
− | + | width: 50%; | |
− | + | float: left; | |
− | + | padding: 5px; | |
− | + | } | |
.client-slider-2 .slider { | .client-slider-2 .slider { | ||
− | + | padding: 14px 10px; | |
− | + | } | |
.client-slider-2 p { | .client-slider-2 p { | ||
− | + | margin: 20px 0; | |
− | + | } | |
.client span { | .client span { | ||
− | + | font-size: 15px; | |
− | + | font-weight: 600; | |
− | + | line-height: 20px; | |
− | + | } | |
.tabs .container { | .tabs .container { | ||
− | + | width: 100%; | |
− | + | } | |
.service-info { | .service-info { | ||
− | + | padding-top: 25px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | margin: 25px 0; | |
− | + | } | |
.contact-us .container { | .contact-us .container { | ||
− | + | width: 100%; | |
− | + | } | |
.footer .container { | .footer .container { | ||
− | + | width: 100%; | |
− | + | } | |
#toTop { | #toTop { | ||
− | + | z-index: 99999; | |
− | + | } | |
} | } | ||
@media screen and (max-width:966px) { | @media screen and (max-width:966px) { | ||
.slider-2 { | .slider-2 { | ||
− | + | top: -15%; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.about h3 { | .about h3 { | ||
− | + | margin: 20px 0; | |
− | + | } | |
.client-slider-2 h4 { | .client-slider-2 h4 { | ||
− | + | font-size: 27px; | |
− | + | } | |
.client-slider-2 p { | .client-slider-2 p { | ||
− | + | font-size: 12px; | |
− | + | margin: 18px 0; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 90px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 180px; | |
− | + | } | |
.service-info { | .service-info { | ||
− | + | padding-top: 20px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:900px) { | @media screen and (max-width:900px) { | ||
.header-info p { | .header-info p { | ||
− | + | padding: 0 140px; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | margin: 0 30px 0 auto; | |
− | + | width: 95%; | |
− | + | } | |
.about-grid2 { | .about-grid2 { | ||
− | + | margin: 50px 30px; | |
− | + | } | |
.gal-left { | .gal-left { | ||
− | + | width: 25%; | |
− | + | float: left; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 85px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 170px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | padding: 0 15px; | |
− | + | } | |
.contact_form textarea { | .contact_form textarea { | ||
− | + | height: 155px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.copyright { | .copyright { | ||
− | + | margin-left: 25px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:853px) { | @media screen and (max-width:853px) { | ||
.header-info p { | .header-info p { | ||
− | + | padding: 0 120px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | font-size: 25px; | |
− | + | margin: 15px 0; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 15px; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 3.7em 1em; | |
− | + | } | |
figure h4 { | figure h4 { | ||
− | + | font-size: 28px; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 23%; | |
− | + | bottom: 47px; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 75px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 150px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | padding: 0; | |
− | + | } | |
.footer .address, .footer .contact { | .footer .address, .footer .contact { | ||
− | + | text-align: center; | |
− | + | } | |
.footer h5 { | .footer h5 { | ||
− | + | text-align: center; | |
− | + | } | |
.connect { | .connect { | ||
− | + | text-align: center; | |
− | + | } | |
.footer-nav { | .footer-nav { | ||
− | + | width: 100%; | |
− | + | text-align: center; | |
− | + | margin-bottom: 40px; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
} | } | ||
.copyright { | .copyright { | ||
− | + | width: 100%; | |
− | + | margin: 0; | |
− | + | text-align: center; | |
− | + | } | |
} | } | ||
@media screen and (max-width:800px) { | @media screen and (max-width:800px) { | ||
.logo img { | .logo img { | ||
− | + | left: 46%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 90px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 10px 0; | |
− | + | } | |
.about p { | .about p { | ||
− | + | line-height: 22px; | |
− | + | } | |
figure.effect-dexter figcaption::after { | figure.effect-dexter figcaption::after { | ||
− | + | right: 15px; | |
− | + | bottom: 15px; | |
− | + | left: 15px; | |
− | + | height: calc(50% - 25px); | |
− | + | } | |
.client span { | .client span { | ||
− | + | font-size: 14px; | |
− | + | } | |
.tab-list img { | .tab-list img { | ||
− | + | width: 45px; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 70px; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 140px; | |
− | + | } | |
.service-info img { | .service-info img { | ||
− | + | width: 80px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 30px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:768px) { | @media screen and (max-width:768px) { | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.hover-effect ul { | .hover-effect ul { | ||
− | + | width: 85%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 75px; | |
− | + | } | |
.about p { | .about p { | ||
− | + | font-size: 12px; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 20%; | |
− | + | bottom: 28px; | |
− | + | } | |
h2.resp-accordion img { | h2.resp-accordion img { | ||
− | + | width: 50px; | |
− | + | } | |
.service-info { | .service-info { | ||
− | + | padding: 0; | |
− | + | height: 100%; | |
− | + | padding-top: 20px; | |
− | + | } | |
img.tab-icon-2, img.tab-icon-4 { | img.tab-icon-2, img.tab-icon-4 { | ||
− | + | margin-left: 0; | |
− | + | } | |
img.tab-icon-3 { | img.tab-icon-3 { | ||
− | + | margin-left: 0; | |
− | + | } | |
} | } | ||
@media screen and (max-width:767px) { | @media screen and (max-width:767px) { | ||
.header { | .header { | ||
− | + | padding: 20px 0 100px; | |
− | + | } | |
.navbar-default .navbar-toggle { | .navbar-default .navbar-toggle { | ||
− | + | border-color: #FFF; | |
− | + | } | |
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { | .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { | ||
− | + | background-color: #000; | |
− | + | } | |
.navbar-default .navbar-toggle .icon-bar { | .navbar-default .navbar-toggle .icon-bar { | ||
− | + | background-color: #FFF; | |
− | + | } | |
.navbar-default .navbar-collapse, .navbar-default .navbar-form { | .navbar-default .navbar-collapse, .navbar-default .navbar-form { | ||
− | + | border: none; | |
− | + | box-shadow: none; | |
− | + | margin-bottom: 50px; | |
− | + | } | |
.hover-effect ul { | .hover-effect ul { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
width: 100%; | width: 100%; | ||
− | + | background-color: #000; | |
− | + | } | |
.hover-effect li { | .hover-effect li { | ||
− | + | display: block; | |
− | + | width: 20%; | |
− | + | margin: 10px auto; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 0 0 80px; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 50px; | |
− | + | } | |
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | .about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | ||
− | + | font-size: 40px; | |
− | + | } | |
.about-grid { | .about-grid { | ||
− | + | width: 50%; | |
− | + | float: left; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 10px; | |
− | + | } | |
.people h3 span { | .people h3 span { | ||
− | + | margin-left: 0; | |
− | + | } | |
.service-icons { | .service-icons { | ||
− | + | width: 30%; | |
− | + | float: left; | |
− | + | } | |
.gallery { | .gallery { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
.gallery .col-12 { | .gallery .col-12 { | ||
− | + | width: 33%; | |
− | + | } | |
.contact-us-grid { | .contact-us-grid { | ||
− | + | width: 50%; | |
− | + | float: left; | |
− | + | } | |
.contact_form textarea { | .contact_form textarea { | ||
− | + | height: 180px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:667px) { | @media screen and (max-width:667px) { | ||
.header { | .header { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
padding: 20px 0 50px; | padding: 20px 0 50px; | ||
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0 25px; | |
− | + | } | |
.about { | .about { | ||
− | + | padding-bottom: 75px; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | background-color: transparent; | |
− | + | } | |
.about-info { | .about-info { | ||
− | + | background-color: #EEE; | |
− | + | } | |
.people { | .people { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
.client-slider-1, .client-slider-2 { | .client-slider-1, .client-slider-2 { | ||
− | + | width: 75%; | |
− | + | float: left; | |
− | + | padding: 0; | |
− | + | margin-left: 12%; | |
− | + | } | |
.client-slider-1 { | .client-slider-1 { | ||
− | + | margin-bottom: 50px; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 5em 1em; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 28%; | |
− | + | bottom: 45px; | |
− | + | } | |
.client-slider-2 p { | .client-slider-2 p { | ||
− | + | font-size: 13px; | |
− | + | } | |
.service-info img { | .service-info img { | ||
− | + | width: 75px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | margin: 15px 0; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | line-height: 29px; | |
− | + | } | |
.tabs { | .tabs { | ||
− | + | padding-bottom: 75px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.contact-us { | .contact-us { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:640px) { | @media screen and (max-width:640px) { | ||
.navbar-toggle { | .navbar-toggle { | ||
− | + | float: none; | |
− | + | margin-right: 0; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 30px 0 80px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | left: 45%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | padding: 0; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | width: 95%; | |
− | + | margin: 0 auto; | |
− | + | } | |
.about-grid { | .about-grid { | ||
− | + | width: 100%; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 20px 0; | |
− | + | font-size: 30px; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 15px; | |
− | + | font-size: 13px; | |
− | + | line-height: 27px; | |
− | + | margin-bottom: 20px; | |
− | + | } | |
.about-grid2 { | .about-grid2 { | ||
− | + | margin: 30px auto; | |
− | + | } | |
.client-slider-1, .client-slider-2 { | .client-slider-1, .client-slider-2 { | ||
− | + | width: 100%; | |
− | + | margin-left: 0; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 6em 1em; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 32%; | |
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
bottom: 65px; | bottom: 65px; | ||
− | + | } | |
.contact-us-grid { | .contact-us-grid { | ||
− | + | width: 100%; | |
− | + | } | |
.contact-grid2 { | .contact-grid2 { | ||
− | + | padding: 0; | |
− | + | } | |
.contact-us .address, .contact-us .contact { | .contact-us .address, .contact-us .contact { | ||
− | + | width: 100%; | |
− | + | float: left; | |
− | + | } | |
.contact-grid { | .contact-grid { | ||
− | + | width: 100%; | |
− | + | margin: 0 0 30px 0; | |
− | + | } | |
.contact_form input[type='text'] { | .contact_form input[type='text'] { | ||
− | + | width: 100%; | |
− | + | line-height: 10px; | |
− | + | font-size: 13px; | |
− | + | padding: 5px 17px; | |
− | + | height: 40px; | |
− | + | margin: 0 0 10px; | |
− | + | background-color: rgba(0, 0, 0, 0.51); | |
− | + | color: #FFF; | |
− | + | } | |
.contact_form textarea { | .contact_form textarea { | ||
− | + | height: 150px; | |
− | + | background-color: rgba(0, 0, 0, 0.51); | |
− | + | font-size: 13px; | |
− | + | padding: 7px 17px; | |
− | + | } | |
input.more_btn { | input.more_btn { | ||
− | + | font-size: 13px; | |
− | + | background-color: rgba(0, 0, 0, 0.51); | |
− | + | } | |
.map iframe { | .map iframe { | ||
− | + | height: 250px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:603px) { | @media screen and (max-width:603px) { | ||
.service-info p { | .service-info p { | ||
− | + | line-height: 26px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:568px) { | @media screen and (max-width:568px) { | ||
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.logo a { | .logo a { | ||
− | + | font-size: 45px; | |
− | + | padding: 5px 0 20px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | width: 50px; | |
− | + | top: 50px; | |
− | + | left: 46%; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | font-size: 14px; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 5em 1em; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 30%; | |
− | + | bottom: 55px; | |
− | + | } | |
.service-icons { | .service-icons { | ||
− | + | width: 20%; | |
− | + | } | |
.map iframe { | .map iframe { | ||
− | + | height: 200px; | |
− | + | } | |
.footer h5 { | .footer h5 { | ||
− | + | margin-bottom: 15px; | |
− | + | font-size: 22px; | |
− | + | } | |
.address ul li { | .address ul li { | ||
− | + | line-height: 20px; | |
− | + | } | |
.mail { | .mail { | ||
− | + | margin-top: 15px; | |
− | + | } | |
.connect { | .connect { | ||
− | + | margin-top: 20px; | |
− | + | } | |
.footer-bottom { | .footer-bottom { | ||
− | + | padding-top: 30px; | |
− | + | } | |
.footer-nav { | .footer-nav { | ||
− | + | margin-bottom: 30px; | |
− | + | } | |
::-webkit-input-placeholder { | ::-webkit-input-placeholder { | ||
− | + | color: #EEE; | |
− | + | } | |
::-moz-placeholder { | ::-moz-placeholder { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
color: #EEE; | color: #EEE; | ||
− | + | } | |
::-moz-placeholder { | ::-moz-placeholder { | ||
− | + | color: #EEE; | |
− | + | } | |
:-ms-input-placeholder { | :-ms-input-placeholder { | ||
− | + | color: #EEE; | |
− | + | } | |
} | } | ||
@media screen and (max-width:533px) { | @media screen and (max-width:533px) { | ||
.social-two { | .social-two { | ||
− | + | left: 28%; | |
− | + | bottom: 45px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | line-height: 27px; | |
− | + | } | |
.footer .address { | .footer .address { | ||
− | + | width: 40%; | |
− | + | } | |
.footer .contact { | .footer .contact { | ||
− | + | width: 60%; | |
− | + | } | |
.footer-nav ul li { | .footer-nav ul li { | ||
− | + | padding: 0 20px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:480px) { | @media screen and (max-width:480px) { | ||
.logo img { | .logo img { | ||
− | + | left: 45%; | |
− | + | } | |
.about { | .about { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
.tabs { | .tabs { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 26%; | |
− | + | bottom: 40px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 27px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.service-info p { | .service-info p { | ||
− | + | line-height: 25px; | |
− | + | } | |
.gal-left { | .gal-left { | ||
− | + | width: 48%; | |
− | + | margin: 1%; | |
− | + | } | |
.footer { | .footer { | ||
− | + | padding: 30px 0; | |
− | + | } | |
} | } | ||
@media screen and (max-width:414px) { | @media screen and (max-width:414px) { | ||
.logo img { | .logo img { | ||
− | + | left: 44%; | |
− | + | } | |
.hover-effect li { | .hover-effect li { | ||
− | + | width: 30%; | |
− | + | } | |
.slider-2 { | .slider-2 { | ||
− | + | top: -25%; | |
− | + | width: 30%; | |
− | + | } | |
.about-grid1, .about-grid2, .about-grid3 { | .about-grid1, .about-grid2, .about-grid3 { | ||
− | + | width: 95%; | |
− | + | } | |
.client-slider-1, .client-slider-2 { | .client-slider-1, .client-slider-2 { | ||
− | + | width: 100%; | |
− | + | margin-left: 0; | |
− | + | } | |
.service-icons { | .service-icons { | ||
− | + | width: 100%; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 4em 1em; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 21%; | |
− | + | bottom: 30px; | |
− | + | } | |
li.tab-list { | li.tab-list { | ||
− | + | display: inline-block; | |
− | + | padding: 12px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 27px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
line-height: 27px; | line-height: 27px; | ||
− | + | padding: 0 5px; | |
− | + | margin-bottom: 20px; | |
− | + | } | |
.contact-us { | .contact-us { | ||
− | + | padding-bottom: 30px; | |
− | + | } | |
.contact-grid, .contact-us-grid { | .contact-grid, .contact-us-grid { | ||
− | + | width: 100%; | |
− | + | margin: 0 0 30px 0; | |
− | + | } | |
.contact-us .address { | .contact-us .address { | ||
− | + | width: 60%; | |
− | + | } | |
.mail input[type="submit"] { | .mail input[type="submit"] { | ||
− | + | margin-top: 10px; | |
− | + | } | |
.footer .address, .footer .contact { | .footer .address, .footer .contact { | ||
− | + | width: 100%; | |
− | + | } | |
.footer .address { | .footer .address { | ||
− | + | margin-bottom: 30px; | |
− | + | } | |
.footer-nav ul li { | .footer-nav ul li { | ||
− | + | padding: 0 15px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:384px) { | @media screen and (max-width:384px) { | ||
.navbar-toggle { | .navbar-toggle { | ||
− | + | margin-top: 0; | |
− | + | margin-right: 0; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 30px 0 65px; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 40px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | width: 45px; | |
− | + | top: 45px; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | font-size: 13px; | |
− | + | line-height: 27px; | |
− | + | } | |
.social { | .social { | ||
− | + | / | |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
margin-top: 15px; | margin-top: 15px; | ||
− | + | } | |
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | .about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | ||
− | + | font-size: 35px; | |
− | + | margin-bottom: 30px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 15px 0; | |
− | + | } | |
.about p { | .about p { | ||
− | + | line-height: 25px; | |
− | + | margin-bottom: 15px; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 3.7em 1em; | |
− | + | } | |
figure h4 { | figure h4 { | ||
− | + | font-size: 25px; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 18%; | |
− | + | bottom: 25px; | |
− | + | } | |
.tab-list img { | .tab-list img { | ||
− | + | width: 40px; | |
− | + | } | |
.service-info img { | .service-info img { | ||
− | + | width: 80px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 25px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | line-height: 25px; | |
− | + | } | |
.gal-left { | .gal-left { | ||
− | + | width: 100%; | |
− | + | margin: 0; | |
− | + | } | |
.contact-grid { | .contact-grid { | ||
− | + | padding: 15px; | |
− | + | } | |
.footer-nav ul li { | .footer-nav ul li { | ||
− | + | padding: 0 10px; | |
− | + | } | |
.footer .address { | .footer .address { | ||
− | + | margin-bottom: 25px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.connect { | .connect { | ||
− | + | padding: 20px 0; | |
− | + | } | |
.copyright p { | .copyright p { | ||
− | + | line-height: 25px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:375px) { | @media screen and (max-width:375px) { | ||
.tab-list img { | .tab-list img { | ||
− | + | width: 38px; | |
− | + | } | |
.connect-social ul li { | .connect-social ul li { | ||
− | + | line-height: 30px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:360px) { | @media screen and (max-width:360px) { | ||
li.tab-list { | li.tab-list { | ||
− | + | padding: 10px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 25px; | |
− | + | } | |
.footer-nav ul li { | .footer-nav ul li { | ||
− | + | font-size: 12px; | |
− | + | } | |
} | } | ||
@media screen and (max-width:320px) { | @media screen and (max-width:320px) { | ||
.hover-effect li { | .hover-effect li { | ||
− | + | width: 45%; | |
− | + | } | |
.logo { | .logo { | ||
− | + | margin: 25px 0 80px; | |
− | + | } | |
.logo a { | .logo a { | ||
− | + | font-size: 35px; | |
− | + | padding: 5px 0 15px; | |
− | + | } | |
.logo img { | .logo img { | ||
− | + | left: 43%; | |
− | + | top: 35px; | |
− | + | } | |
.header-info p { | .header-info p { | ||
− | + | font-size: 13px; | |
− | + | line-height: 27px; | |
− | + | } | |
− | /*--w3layouts--*/ | + | / |
− | /*--agileits--*/ | + | *--w3layouts--*/ |
+ | |||
+ | / | ||
+ | *--agileits--*/ | ||
+ | |||
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | .about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { | ||
− | + | font-size: 35px; | |
− | + | margin-bottom: 30px; | |
− | + | } | |
.about h3 { | .about h3 { | ||
− | + | margin: 10px 0; | |
− | + | font-size: 28px; | |
− | + | } | |
.about p { | .about p { | ||
− | + | padding: 0 10px; | |
− | + | line-height: 25px; | |
− | + | } | |
figure.effect-dexter figcaption::after { | figure.effect-dexter figcaption::after { | ||
− | + | right: 10px; | |
− | + | left: 10px; | |
− | + | border: 5px solid #FFF; | |
− | + | } | |
figure h4 { | figure h4 { | ||
− | + | font-size: 22px; | |
− | + | } | |
figure.effect-dexter figcaption { | figure.effect-dexter figcaption { | ||
− | + | padding: 3.3em 1em; | |
− | + | } | |
.social-two { | .social-two { | ||
− | + | left: 11%; | |
− | + | bottom: 16px; | |
− | + | } | |
.tabs { | .tabs { | ||
− | + | padding-bottom: 50px; | |
− | + | } | |
.tab-list img { | .tab-list img { | ||
− | + | width: 31px; | |
− | + | } | |
.service-info img { | .service-info img { | ||
− | + | width: 70px; | |
− | + | } | |
.service-info h4 { | .service-info h4 { | ||
− | + | font-size: 21px; | |
− | + | } | |
.service-info p { | .service-info p { | ||
− | + | line-height: 25px; | |
− | + | padding: 0; | |
− | + | } | |
.footer-nav ul li { | .footer-nav ul li { | ||
− | + | padding: 0 7px; | |
− | + | } | |
+ | |||
} | } | ||
− | + | / | |
− | + | *-- Responsive-Code --*/ | |
− | + | ||
− | + |
Revision as of 05:39, 12 September 2016
body {
padding: 0; margin: 0; background: transparent; /
- #FFF */
font-family: 'Open Sans', sans-serif; }
body a {
transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none;
}
body a:hover { text-decoration: none; }
body a:focus, a:hover { text-decoration: none; }
input[type="button"], input[type="submit"] { transition: 0.5s all;
-webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 { margin: 0;
padding: 0; text-align: center; font-family: 'Fredericka the Great', cursive;
}
p { margin: 0; }
ul { margin: 0;
padding: 0;
}
label { margin: 0; }
img { width: 100%; }
a:focus, a:hover { text-decoration: none;
outline: none;
}
/
- -- /
/ Reset-Code --*/
/
- -- Index-Page-Styling --*/
/
- -- Background-Gradient-Colors --*/
body { background: #FFF;
background: -webkit-linear-gradient(#FFF, #0066FF); background: -o-linear-gradient(#FFF, #0066FF); background: -moz-linear-gradient(#FFF, #0066FF); background: linear-gradient(to right, #FFF, #0066FF);
} /
- -- /
/ Background-Gradient-Colors --*/
/
- -- Header --*/
.header {
padding: 100px 0 150px;
}
.header-left { float: left; } /
- --w3layouts--*/
/
- --agileits--*/
.header-right {
float: right;
}
.header-slider { position: relative;
} /
- -- Banner-Slider --*/
.slider-1 {
width: 95%;
border: 0px solid #FFF; position: relative; top: 110px; left: 2%;
}
.slider-2 { width: 30%;
position: absolute; top: -14%; left: 0; border: 5px solid #FFF; z-index: 99999;
}
.slider { position: relative; }
.rslides { position: relative;
list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;
}
.rslides li { -webkit-backface-visibility: hidden;
position: absolute; display: none; width: 100%; /
- --w3layouts--*/
/
- --agileits--*/
left: 0;
top: 0;
}
.rslides li:first-child { position: relative;
display: block; float: left;
}
.rslides img { display: block;
height: auto; float: left; width: 100%; border: 0;
}
a.callbacks_nav { display: none; }
ul.callbacks_tabs { display: none; }
/
- -- /
/ Banner-Slider --*/
.header-right {
padding-top: 70px;
} /
- -- Navbar --
.navbar { min-height: 40px; }
.navbar-default { background-color: transparent;
border-color: transparent; border: none; margin-bottom: 0; text-align: center; /
- --w3layouts--*/
/
- --agileits--*/
- /
.hover-effect ul {
border: 2px solid #EEE;
-webkit-transform: translateZ(0); transform: translateZ(0); padding-top: 5px; width: 85%; margin: 0 auto;
}
.hover-effect li { overflow: hidden;
position: relative; display: inline-block;
}
.hover-effect li:before, .hover-effect li:after { display: block; }
.hover-effect li:before { bottom: 0%; }
.hover-effect li:after { bottom: 50%; }
.hover-effect a { backface-visibility: hidden;
display: block; padding: 5px 20px; position: relative; text-align: center; text-decoration: none; line-height: normal; font-size: 14px; color: #FFF; font-family: 'Montserrat', sans-serif;
}
.hover-effect a:before { bottom: 25%; }
.hover-effect a:after { bottom: 75%;
/
- --w3layouts--*/
/
- --agileits--*/
}
.hover-effect a:hover { color: #000; }
.hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after { background-color: #12FFB9;
position: absolute; height: 25%; left: 0%; right: 100%; content: ; z-index: -1; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.hover-effect li:before { -webkit-transition-delay: 0s;
transition-delay: 0s;
}
.hover-effect li:after { -webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.hover-effect a:before { -webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
.hover-effect a:after { -webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after { left: 0;
right: 0; opacity: 1;
}
.hover-effect li:hover:before, .hover-effect li.current:before { -webkit-transition-delay: 0s;
transition-delay: 0s; /
- --w3layouts--*/
/
- --agileits--*/
}
.hover-effect li:hover:after, .hover-effect li.current:after { -webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.hover-effect li:hover a:before, .hover-effect li.current a:before { -webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.hover-effect li:hover a:after, .hover-effect li.current a:after { -webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
/
- -- /
/ Navbar --*/
/
- -- Logo --*/
.logo {
text-align: center;
margin: 50px 0 80px; position: relative;
}
.logo a { font-family: 'Fredericka the Great', cursive;
font-size: 60px; color: #EEE; padding: 15px 0 40px; border-top: 5px solid #EEE; border-bottom: 5px solid #EEE;
}
.logo img { position: absolute;
width: 60px; top: 78px; left: 46%; background-color: #058EEC;
}
/
- -- /
/ Logo --*/
/
- --w3layouts--*/
/
- --agileits--*/
.header-info p { font-size: 15px;
text-align: center; padding: 0 100px; line-height: 30px; color: #EEE;
} /
- -- Header-Social-Icons --*/
.social {
text-align: center;
margin-top: 40px;
}
ul.social-icons li { display: inline-block; }
ul.social-icons li a { display: inline-block;
width: 50px; height: 50px; background: url("../
images/ img-sprite.png") no-repeat 0px 0px; } ul.social-icons li a.facebook { background-position: 0px 0px; }
ul.social-icons li a.facebook:hover { background-position: 0px -50px; }
ul.social-icons li a.twitter { background-position: -50px 0px; }
ul.social-icons li a.twitter:hover { background-position: -50px -50px; }
ul.social-icons li a.googleplus { background-position: -100px 0px; }
ul.social-icons li a.googleplus:hover { /
- --w3layouts--*/
/
- --agileits--*/
background-position: -100px -50px; }
ul.social-icons li a.instagram { background-position: -150px 0px; }
ul.social-icons li a.instagram:hover { background-position: -150px -50px; }
ul.social-icons li a.youtube { background-position: -200px 0px; }
ul.social-icons li a.youtube:hover { background-position: -200px -50px; }
/
- -- /
/ Header-Social-Icons --*/
/
- -- /
/ Header --*/
/
- -- About --*/
.about {
padding-bottom: 100px;
}
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 { font-size: 50px;
margin-bottom: 50px; color: #FFF;
}
.about-grid1, .about-grid2, .about-grid3 { width: 60%;
margin: 0 100px 0 auto; background-color: #EEE;
}
.about-grid2 { margin: 50px 100px; }
.about-grid { /
- --w3layouts--*/
/
- --agileits--*/
padding: 0; }
.about h3 { font-size: 30px;
margin: 25px 0; color: #0AC1D5;
}
.about p { padding: 0 30px;
line-height: 27px; color: #777;
}
/
- -- /
/ About --*/
/
- -- People --*/
.people {
padding-bottom: 100px;
} /
- -- Team --*/
figure {
position: relative;
float: left; overflow: hidden; background: #3085a3; text-align: center;
}
figure img { position: relative;
display: block; max-width: 100%; opacity: 0.8;
}
figure figcaption { padding: 2em;
color: #fff; text-transform: uppercase; /
- --w3layouts--*/
/
- --agileits--*/
font-size: 1.25em;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
}
figure figcaption::before, figure figcaption::after { pointer-events: none; }
figure figcaption, figure figcaption > a { position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
}
figure figcaption > a { z-index: 1000;
text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0;
}
figure h4 { word-spacing: -0.15em;
font-size: 30px; font-weight: 300;
} figure h4 span { margin-left: 5px;
font-weight: 600;
}
figure h4, figure ul { margin: 0; }
figure h4, figure ul { margin: 0;
font-weight: 400;
}
figure p { letter-spacing: 1px;
font-size: 68.5%;
} /
- --w3layouts--*/
/
- --agileits--*/
figure.effect-dexter { background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}
figure.effect-dexter img { -webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.effect-dexter:hover img { opacity: 0.4; }
figure.effect-dexter figcaption::after { position: absolute;
right: 30px; bottom: 30px; left: 30px; height: -webkit-calc(50% - 30px); height: calc(50% - 30px); border: 7px solid #fff; content: ; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0);
}
figure.effect-dexter:hover figcaption::after { -webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-dexter figcaption { padding: 5em;
text-align: left;
}
figure.effect-dexter ul.social { position: absolute;
left: 180px; right: 0; bottom: 70px; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0,-100px,0); /
- --w3layouts--*/
/
- --agileits--*/
transform: translate3d(0,-100px,0); }
figure.effect-dexter:hover { opacity: 1;
-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}
li.icon { display: inline-block!important;
visibility: visible!important;
}
span.icon img { width: 10%!important;
display: inline-block!important; opacity: 0.9;
}
span.icon img:hover { opacity: 0.9; }
.social-two { display: none; }
figure.effect-dexter:hover .social-two { display: block;
text-align: center; margin-top: 100px;
}
.social-two span a{ display: inline-block;
width: 50px; height: 50px; background: url("../
images/ img-sprite-1.png") no-repeat 0px 0px; }
.social-two span a.facebook:hover { background-position: 0px -50px; }
.social-two span a.twitter { background: url("../ images/ img-sprite-1.png") no-repeat -50px 0px; } /
- --w3layouts--*/
/
- --agileits--*/
.social-two span a.twitter:hover { background-position: -50px -50px; }
.social-two span a.googleplus { background: url("../ images/ img-sprite-1.png") no-repeat -100px 0px; }
.social-two span a.googleplus:hover { background-position: -100px -50px; }
.social-two span a.instagram { background: url("../ images/ img-sprite-1.png") no-repeat -150px 0px; }
.social-two span a.instagram:hover { background-position: -150px -50px; }
/
- -- /
/ Team --*/
/
- -- Clients --*/
.people h3 span {
margin-left: 10px;
}
.client-slider-2 .slider { border: 5px solid #EEE;
padding: 26px 30px;
}
.client-slider-2 h4 { font-size: 30px;
font-weight: 600; color: #12FFB9;
}
.client-slider-2 p { line-height: 25px;
color: #FFF; font-size: 14px; margin: 30px 0;
}
/
- --w3layouts--*/
/
- --agileits--*/
.client { float: right; }
.client span { font-size: 16px;
font-weight: 600; line-height: 25px; padding: 0; color: #111;
}
/
- -- /
/ Clients --*/
/
- -- Services --*/
.tabs {
padding-bottom: 100px;
}
.service-icons { background-color: rgba(0, 0, 0, 0.57);
padding: 0;
}
.service-icons ul { list-style-type: none; }
li.tab-list { padding: 15px 0; }
li.tab-list-1 { background-color: rgb(51, 51, 51); }
.tab-list img { width: 50px; }
.service-info { background-color: #FFF;
height: 400px; text-align: center;
} /
- --w3layouts--*/
/
- --agileits--*/
.service-info img { width: 100px; }
.service-info h4 { font-size: 35px;
font-weight: bold; color: #000; margin: 30px 0;
}
.service-info p { line-height: 30px;
padding: 0 35px;
}
/
- -- /
/ Services --*/
/
- -- Gallery --*/
.gallery {
padding-bottom: 100px;
}
.gal-left { padding: 0; }
.img-box, .info-box { display: block;
width: 100%; height: 100%; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; /
- --w3layouts--*/
/
- --agileits--*/
backface-visibility: hidden; } .img-box img, .info-box img { display: block;
position: relative; max-width: 100%; max-height: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.img-box { position: relative; }
.info-box { top: 0;
left: 0; position: absolute;
}
.info-box .info-content { display: block;
position: relative; padding: 0%; float: left; left: 50%; top: 50%; position: relative; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
}
.separator { display: block;
position: relative; height: 1px; width: 100%; margin: 20px auto; background: rgba(255, 255, 255, 0.5); clear: both;
} /
- --w3layouts--*/
/
- --agileits--*/
.content-grid-effect { display: block;
position: relative; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; overflow: hidden;
}
.content-grid-effect .info-content { z-index: 2 !important;
filter: alpha(opacity=0); -wekbit-opacity: 0; -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before { content: "";
display: block; position: absolute; background-color: rgba(0, 0, 0, 0.5); z-index: 1; -webkit-transition: 0.8s ease-in-out; -moz-transition: 0.8s ease-in-out; -ms-transition: 0.8s ease-in-out; -o-transition: 0.8s ease-in-out; transition: 0.8s ease-in-out; filter: alpha(opacity=0); -wekbit-opacity: 0; -moz-opacity: 0; opacity: 0;
}
.content-grid-effect.horizontal .img-box:before { top: 0;
/
- --w3layouts--*/
/
- --agileits--*/
left: 0;
width: 100%; height: 25%; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg);
}
.content-grid-effect.horizontal .img-box:after { top: 25%;
left: 0; width: 100%; height: 25%; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:after { top: 50%;
left: 0; width: 100%; height: 25%; -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:before { top: 75%;
left: 0; width: 100%; height: calc(25% + 1px); -webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg); -ms-transform: rotateX(90deg); -o-transform: rotateX(90deg); transform: rotateX(90deg);
}
.content-grid-effect.vertical .img-box:before { top: 0;
/
- --w3layouts--*/
/
- --agileits--*/
left: 0;
width: 25%; height: 100%; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg);
}
.content-grid-effect.vertical .img-box:after { top: 0;
left: 25%; width: 25%; height: 100%; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:after { top: 0;
left: 50%; width: 25%; height: 100%; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:before { top: 0;
left: 75%; width: calc(25% + 1px); height: 100%; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg);
}
.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before { -webkit-transform: rotateX(0deg);
/
- --w3layouts--*/
/
- --agileits--*/
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); filter: alpha(opacity=100); -wekbit-opacity: 1; -moz-opacity: 1; opacity: 1;
}
.content-grid-effect:hover .info-content { filter: alpha(opacity=100);
-wekbit-opacity: 1; -moz-opacity: 1; opacity: 1;
}
.slow-zoom .img-box { z-index: 0;
-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 2.2s ease-in-out; -moz-transition: all 2.2s ease-in-out; -ms-transition: all 2.2s ease-in-out; -o-transition: all 2.2s ease-in-out; transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box { -webkit-transform: scale(1.5);
-moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5);
}
.slow-zoom { display: block;
overflow: hidden; position: relative; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); /
- --w3layouts--*/
/
- --agileits--*/
}
.content-grid-effect { box-shadow: 0px 0px 14px 0px #DCDCDC;
padding: 7px 7px;
}
.info-content h4{ color:#fff;
text-decoration:none; font-size:25px;
}
.info-content p{ color:#fff;
text-decoration:none; font-size:15px; line-height:2.2em; width:90%; margin:0 auto;
}
/
- -- /
/ Gallery --*/
/
- -- Contact-Us --*/
.contact-us {
padding-bottom: 100px;
color: #333;
}
.contact-grid { border: 3px solid #EEE;
padding: 30px; font-size: 13px;
}
.contact-us p { line-height: 25px;
margin-bottom: 25px;
}
.contact-us h4 { font-size: 25px;
text-align: left; margin-bottom: 10px; /
- --w3layouts--*/
/
- --agileits--*/
color: #000; }
.address a { color: #000; }
.address a:hover { color: #000; }
.contact-us .phone { margin-top: 20px; }
.contact-us .phone p { line-height: 25px;
margin: 0;
}
.contact_form input[type='text'] { width: 100%;
border-radius: 0; line-height: 22px; font-size: 14px; padding: 14px 17px 14px; outline: none; color: #FFF; height: 50px; border: 1px solid #d5d5d5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px; background: none;
}
.contact_form textarea { width: 100%;
border-radius: 0; line-height: 22px; font-size: 14px; padding: 14px 17px 14px; outline: none; border: 1px solid #d5d5d5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /
- --w3layouts--*/
/
- --agileits--*/
resize: none;
color: #FFF; height: 130px; background: none;
}
- -webkit-input-placeholder {
color: #333; }
- -moz-placeholder {
color: #333; }
- -moz-placeholder {
color: #333; }
- -ms-input-placeholder {
color: #333; }
form.contact_form { text-align: center; }
input.text:active, input.text:focus { background-color: rgba(0, 0, 0, 0.84); }
textarea:active, textarea:focus { background-color: rgba(0, 0, 0, 0.84); }
.message { margin-bottom: 15px; }
.more_btn { padding: 10px 30px;
border: 1px solid #EEE; color: #FFF; background-color: transparent; text-decoration: none; outline: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; /
- --w3layouts--*/
/
- --agileits--*/
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.more_btn:hover { color: #FFF;
background-color: #000000; cursor: pointer;
}
/
- -- /
/ Contact-Us --*/
/
- -- Map --*/
.map iframe {
width: 100%;
height: 400px; border: 5px solid #FAFAFA; margin-bottom: -5px; opacity: 0.7; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;
} .map iframe:hover { opacity: 1;
transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;
}
/
- -- /
/ Map --*/
/
- -- Footer --*/
.footer{
padding: 50px 0;
background: #333333; color: #777; font-size: 13px;
} /
- --w3layouts--*/
/
- --agileits--*/
.address, .contact, .connect { padding: 0; }
.footer h5 { color: #EEE;
font-size: 25px; font-weight: 100; text-align: left; margin-bottom: 25px;
}
.address ul li { display: block;
line-height: 25px;
}
.footer .address a { color: #999; }
.footer .address a:hover { color: #FFF; }
.phone p { line-height: 25px; }
.mail { margin-top: 40px; }
.mail input[type="text"] { padding: 5px;
border: none; outline: none; color: #333;
}
.mail input[type="submit"] { padding: 5px 13px;
border: none; outline: none; color: #333;
}
.mail input[type="submit"]:hover { /
- --w3layouts--*/
/
- --agileits--*/
color: #FFF;
background-color: #009688;
}
.connect { text-align: left;
padding-left: 50px;
}
.connect-social ul li { display: inline-block;
} /
- -- Footer-Social-Icons --*/
.connect-social ul li a {
display: inline-block;
width: 30px; height: 30px; background: url("../
images/ img-sprite-2.png") no-repeat 0px 0px;
background-size: 300px; opacity: 0.7;
}
.connect-social ul li a.facebook { background-position: 0px -30px; }
.connect-social ul li a.twitter { background-position: -30px -30px; }
.connect-social ul li a.googleplus { background-position: -60px -30px; }
.connect-social ul li a.linkedin { background-position: -90px -30px; }
.connect-social ul li a.blogger { background-position: -120px -30px; }
.connect-social ul li a.tumblr { background-position: -150px -30px;
/
- --w3layouts--*/
/
- --agileits--*/
}
.connect-social ul li a.rss { background-position: -180px -30px; }
.connect-social ul li a.vimeo { background-position: -240px -30px; }
.connect-social ul li a.deviantart { background-position: -270px -30px; }
.connect-social ul li a:hover { opacity: 1; }
/
- -- Footer-Social-Icons --*/
.footer-bottom {
padding-top: 50px;
}
.footer-nav { float: left; }
.footer-nav ul li { display: inline-block;
padding: 0 25px; border-right: solid 1px #939090; border-right-style: dashed;
}
.footer-nav ul li a { color: #D6D6D6; } .footer-nav ul li a:hover{ color: #12FFB9; }
.footer-logo a{ margin: 0;
color: #6E6E6E;
} /
- --w3layouts--*/
/
- --agileits--*/
.footer-nav ul li:nth-child(5) { border-right: none;
} /
- -- Copyright --*/
.copyright {
float: left;
margin-left: 160px;
}
.copyright p { color: #C2C2C2; }
.copyright p a{ margin-left: 5px;
color:#C2C2C2; font-family: 'Fredericka the Great', cursive;
}
.copyright p a:hover{ color: #12FFB9; }
/
- -- /
/ Copyright --*/
/
- -- /
/ Footer --*/
/
- -- Go-To-Top-Button --*/
- toTop {
display: none;
text-decoration: none; position: fixed; bottom: 10px; right: 15px; overflow: hidden; width: 40px; height: 40px; border: none; text-indent: 100%; background: url("../
images/ to-top.png") no-repeat 0px 0px; } /
- -- /
/ Go-To-Top-Button --*/
/
- --w3layouts--*/
/
- --agileits--*/
/
- -- /
/ Index-Page-Styling --*/
/
- -- Responsive-Code --*/
@media screen and (max-width:1920px) {
.slider-2 {
top: -13%; }
.hover-effect ul {
width: 70%; }
.logo {
margin: 80px 0 120px; }
.header-info p {
padding: 0 150px; }
.about h3 {
margin: 50px 0; }
.about p {
padding: 0 50px; }
.client-slider-2 .slider {
padding: 25px; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 125px; }
img.tab-icon-3 {
margin-left: 250px; }
.service-info {
padding-top: 30px; /
- --w3layouts--*/
/
- --agileits--*/
} .contact-grid {
padding: 31px; }
}
@media screen and (max-width:1680px) { .slider-2 {
top: -15%; }
.hover-effect ul {
width: 80%; }
.header-info p {
padding: 0 130px; }
.about h3 {
margin: 35px 0; }
.contact_form textarea {
height: 140px; }
}
@media screen and (max-width:1600px) { .slider-2 {
top: 10%; /
- upleft picture */
} .hover-effect ul {
width: 85%; }
.header-info p {
padding: 0 120px; }
.about h3 {
margin: 30px 0; }
.about p {
padding: 0 40px; }
}
@media screen and (max-width:1440px) { .header {
padding: 100px 0; }
.slider-1 {
width: 90%; /
- --w3layouts--*/
/
- --agileits--*/
} .slider-2 {
top: -19%; }
.hover-effect ul {
width: 90%; }
.hover-effect a {
padding: 5px 18px; }
.logo {
margin: 50px 0 100px; }
.logo a {
font-size: 55px; padding: 15px 0 35px; }
.logo img {
top: 70px; left: 45%; }
.header-info p {
padding: 0 80px; }
.about h3 {
margin: 20px 0; font-size: 30px; }
.about p {
padding: 0 15px; line-height: 27px; }
}
@media screen and (max-width:1366px) { .slider-2 {
top: -20%; }
.hover-effect ul {
width: 96%; }
.logo a {
font-size: 50px; padding: 15px 0 30px; }
.logo img {
top: 60px; }
/
- --w3layouts--*/
/
- --agileits--*/
.header-info p {
font-size: 14px; }
.social {
margin-top: 25px; }
.about h3 {
margin: 15px 0; }
p {
font-size: 13px; }
.about p {
padding: 0 19px; line-height: 26px; }
.client-slider-2 .slider {
padding: 25px; }
.contact-grid {
padding: 26px; }
.contact_form textarea {
height: 130px; }
}
@media screen and (max-width:1280px) { .slider-1 {
width: 95%; left: 10%; }
.slider-2 {
top: -21%; }
.hover-effect ul {
width: 100%; }
.hover-effect a {
font-size: 13px; }
.header-info p {
padding: 0 70px; }
.social {
margin-top: 25px; }
.about-grid1, .about-grid2, .about-grid3 {
/
- --w3layouts--*/
/
- --agileits--*/
width: 70%;
}
.about h3 {
margin: 25px 0; }
.client-slider-2 p {
font-size: 13px; }
}
@media screen and (max-width:1024px) { .slider-2 {
top: -30%; }
.slider-1 {
width: 85%; }
.header-right {
padding-top: 0; left: -30px; }
.hover-effect ul {
width: 131%; margin-left: -40px; }
.logo {
margin: 35px 0 70px; }
.logo a {
font-size: 50px; padding: 5px 0 25px; }
.logo img {
top: 53px; left: 43%; }
.header-info p {
padding: 0; font-size: 13px; }
.social {
margin-top: 20px; }
.about-grid1, .about-grid2, .about-grid3 {
width: 90%; }
figure.effect-dexter figcaption {
padding: 4em 1em; /
- --w3layouts--*/
/
- --agileits--*/
} .social-two {
position: absolute; left: 25%; bottom: 55px; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 100px; }
img.tab-icon-3 {
margin-left: 200px; }
.service-info {
padding-top: 10px; }
.map iframe {
height: 300px; }
.footer .address, .footer .contact {
width: 50%; float: left; }
.connect {
width: 100%; float: right; margin-top: 30px; text-align: left; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; padding: 30px 0; }
.footer h5 {
margin-bottom: 25px; }
.connect h5 {
margin-left: 5px; }
.copyright {
margin-left: 70px; }
}
@media screen and (max-width:991px) { .header {
padding: 50px 0 100px; }
.slider-1 {
width: 85%; /
- --w3layouts--*/
/
- --agileits--*/
left: 15%;
top: 0; }
.slider-2 {
top: -14%; left: 0; width: 25%; }
.header-left {
float: right; }
.header-right {
float: left; margin-bottom: 75px; margin-left: 0; left: 0; }
.hover-effect ul {
width: 80%; margin: 0 auto; }
.hover-effect li {
margin: 0 10px; }
.logo {
margin: 50px 0 80px; }
.logo a {
font-size: 55px; padding: 5px 0 30px; }
.logo img {
top: 65px; left: 47%; background-color: #09B3DB; }
.header-info p {
padding: 0 150px; font-size: 15px; }
.social {
margin-top: 30px; }
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 {
font-size: 45px; margin-bottom: 40px; }
.about-grid1, .about-grid2, .about-grid3 {
/
- --w3layouts--*/
/
- --agileits--*/
margin: 0 80px 0 auto;
}
.about-grid2 {
margin: 50px 80px; }
.people .container {
width: 100%; }
.client-slider-1, .client-slider-2 {
width: 50%; float: left; padding: 5px; }
.client-slider-2 .slider {
padding: 14px 10px; }
.client-slider-2 p {
margin: 20px 0; }
.client span {
font-size: 15px; font-weight: 600; line-height: 20px; }
.tabs .container {
width: 100%; }
.service-info {
padding-top: 25px; }
.service-info h4 {
margin: 25px 0; }
.contact-us .container {
width: 100%; }
.footer .container {
width: 100%; }
#toTop {
z-index: 99999; }
}
@media screen and (max-width:966px) { .slider-2 {
top: -15%; }
/
- --w3layouts--*/
/
- --agileits--*/
.about h3 {
margin: 20px 0; }
.client-slider-2 h4 {
font-size: 27px; }
.client-slider-2 p {
font-size: 12px; margin: 18px 0; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 90px; }
img.tab-icon-3 {
margin-left: 180px; }
.service-info {
padding-top: 20px; }
}
@media screen and (max-width:900px) { .header-info p {
padding: 0 140px; }
.about-grid1, .about-grid2, .about-grid3 {
margin: 0 30px 0 auto; width: 95%; }
.about-grid2 {
margin: 50px 30px; }
.gal-left {
width: 25%; float: left; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 85px; }
img.tab-icon-3 {
margin-left: 170px; }
.service-info p {
padding: 0 15px; }
.contact_form textarea {
height: 155px; }
/
- --w3layouts--*/
/
- --agileits--*/
.copyright {
margin-left: 25px; }
}
@media screen and (max-width:853px) { .header-info p {
padding: 0 120px; }
.about h3 {
font-size: 25px; margin: 15px 0; }
.about p {
padding: 0 15px; }
figure.effect-dexter figcaption {
padding: 3.7em 1em; }
figure h4 {
font-size: 28px; }
.social-two {
left: 23%; bottom: 47px; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 75px; }
img.tab-icon-3 {
margin-left: 150px; }
.service-info p {
padding: 0; }
.footer .address, .footer .contact {
text-align: center; }
.footer h5 {
text-align: center; }
.connect {
text-align: center; }
.footer-nav {
width: 100%; text-align: center; margin-bottom: 40px; /
- --w3layouts--*/
/
- --agileits--*/
} .copyright {
width: 100%; margin: 0; text-align: center; }
}
@media screen and (max-width:800px) { .logo img {
left: 46%; }
.header-info p {
padding: 0 90px; }
.about h3 {
margin: 10px 0; }
.about p {
line-height: 22px; }
figure.effect-dexter figcaption::after {
right: 15px; bottom: 15px; left: 15px; height: calc(50% - 25px); }
.client span {
font-size: 14px; }
.tab-list img {
width: 45px; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 70px; }
img.tab-icon-3 {
margin-left: 140px; }
.service-info img {
width: 80px; }
.service-info h4 {
font-size: 30px; }
}
@media screen and (max-width:768px) { /
- --w3layouts--*/
/
- --agileits--*/
.hover-effect ul {
width: 85%; }
.header-info p {
padding: 0 75px; }
.about p {
font-size: 12px; }
.social-two {
left: 20%; bottom: 28px; }
h2.resp-accordion img {
width: 50px; }
.service-info {
padding: 0; height: 100%; padding-top: 20px; }
img.tab-icon-2, img.tab-icon-4 {
margin-left: 0; }
img.tab-icon-3 {
margin-left: 0; }
}
@media screen and (max-width:767px) { .header {
padding: 20px 0 100px; }
.navbar-default .navbar-toggle {
border-color: #FFF; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #000; }
.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none; box-shadow: none; margin-bottom: 50px; }
.hover-effect ul {
/
- --w3layouts--*/
/
- --agileits--*/
width: 100%;
background-color: #000; }
.hover-effect li {
display: block; width: 20%; margin: 10px auto; }
.logo {
margin: 0 0 80px; }
.header-info p {
padding: 0 50px; }
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 {
font-size: 40px; }
.about-grid {
width: 50%; float: left; }
.about p {
padding: 0 10px; }
.people h3 span {
margin-left: 0; }
.service-icons {
width: 30%; float: left; }
.gallery {
padding-bottom: 50px; }
.gallery .col-12 {
width: 33%; }
.contact-us-grid {
width: 50%; float: left; }
.contact_form textarea {
height: 180px; }
}
@media screen and (max-width:667px) { .header {
/
- --w3layouts--*/
/
- --agileits--*/
padding: 20px 0 50px;
}
.header-info p {
padding: 0 25px; }
.about {
padding-bottom: 75px; }
.about-grid1, .about-grid2, .about-grid3 {
background-color: transparent; }
.about-info {
background-color: #EEE; }
.people {
padding-bottom: 50px; }
.client-slider-1, .client-slider-2 {
width: 75%; float: left; padding: 0; margin-left: 12%; }
.client-slider-1 {
margin-bottom: 50px; }
figure.effect-dexter figcaption {
padding: 5em 1em; }
.social-two {
left: 28%; bottom: 45px; }
.client-slider-2 p {
font-size: 13px; }
.service-info img {
width: 75px; }
.service-info h4 {
margin: 15px 0; }
.service-info p {
line-height: 29px; }
.tabs {
padding-bottom: 75px; }
/
- --w3layouts--*/
/
- --agileits--*/
.contact-us {
padding-bottom: 50px; }
}
@media screen and (max-width:640px) { .navbar-toggle {
float: none; margin-right: 0; }
.logo {
margin: 30px 0 80px; }
.logo img {
left: 45%; }
.header-info p {
padding: 0; }
.about-grid1, .about-grid2, .about-grid3 {
width: 95%; margin: 0 auto; }
.about-grid {
width: 100%; }
.about h3 {
margin: 20px 0; font-size: 30px; }
.about p {
padding: 0 15px; font-size: 13px; line-height: 27px; margin-bottom: 20px; }
.about-grid2 {
margin: 30px auto; }
.client-slider-1, .client-slider-2 {
width: 100%; margin-left: 0; }
figure.effect-dexter figcaption {
padding: 6em 1em; }
.social-two {
left: 32%; /
- --w3layouts--*/
/
- --agileits--*/
bottom: 65px;
}
.contact-us-grid {
width: 100%; }
.contact-grid2 {
padding: 0; }
.contact-us .address, .contact-us .contact {
width: 100%; float: left; }
.contact-grid {
width: 100%; margin: 0 0 30px 0; }
.contact_form input[type='text'] {
width: 100%; line-height: 10px; font-size: 13px; padding: 5px 17px; height: 40px; margin: 0 0 10px; background-color: rgba(0, 0, 0, 0.51); color: #FFF; }
.contact_form textarea {
height: 150px; background-color: rgba(0, 0, 0, 0.51); font-size: 13px; padding: 7px 17px; }
input.more_btn {
font-size: 13px; background-color: rgba(0, 0, 0, 0.51); }
.map iframe {
height: 250px; }
}
@media screen and (max-width:603px) { .service-info p {
line-height: 26px; }
}
@media screen and (max-width:568px) { /
- --w3layouts--*/
/
- --agileits--*/
.logo a {
font-size: 45px; padding: 5px 0 20px; }
.logo img {
width: 50px; top: 50px; left: 46%; }
.header-info p {
font-size: 14px; }
figure.effect-dexter figcaption {
padding: 5em 1em; }
.social-two {
left: 30%; bottom: 55px; }
.service-icons {
width: 20%; }
.map iframe {
height: 200px; }
.footer h5 {
margin-bottom: 15px; font-size: 22px; }
.address ul li {
line-height: 20px; }
.mail {
margin-top: 15px; }
.connect {
margin-top: 20px; }
.footer-bottom {
padding-top: 30px; }
.footer-nav {
margin-bottom: 30px; }
::-webkit-input-placeholder {
color: #EEE; }
::-moz-placeholder {
/
- --w3layouts--*/
/
- --agileits--*/
color: #EEE;
}
::-moz-placeholder {
color: #EEE; }
:-ms-input-placeholder {
color: #EEE; }
}
@media screen and (max-width:533px) { .social-two {
left: 28%; bottom: 45px; }
.service-info p {
line-height: 27px; }
.footer .address {
width: 40%; }
.footer .contact {
width: 60%; }
.footer-nav ul li {
padding: 0 20px; }
}
@media screen and (max-width:480px) { .logo img {
left: 45%; }
.about {
padding-bottom: 50px; }
.tabs {
padding-bottom: 50px; }
.social-two {
left: 26%; bottom: 40px; }
.service-info h4 {
font-size: 27px; }
/
- --w3layouts--*/
/
- --agileits--*/
.service-info p {
line-height: 25px; }
.gal-left {
width: 48%; margin: 1%; }
.footer {
padding: 30px 0; }
}
@media screen and (max-width:414px) { .logo img {
left: 44%; }
.hover-effect li {
width: 30%; }
.slider-2 {
top: -25%; width: 30%; }
.about-grid1, .about-grid2, .about-grid3 {
width: 95%; }
.client-slider-1, .client-slider-2 {
width: 100%; margin-left: 0; }
.service-icons {
width: 100%; }
figure.effect-dexter figcaption {
padding: 4em 1em; }
.social-two {
left: 21%; bottom: 30px; }
li.tab-list {
display: inline-block; padding: 12px; }
.service-info h4 {
font-size: 27px; }
.service-info p {
/
- --w3layouts--*/
/
- --agileits--*/
line-height: 27px;
padding: 0 5px; margin-bottom: 20px; }
.contact-us {
padding-bottom: 30px; }
.contact-grid, .contact-us-grid {
width: 100%; margin: 0 0 30px 0; }
.contact-us .address {
width: 60%; }
.mail input[type="submit"] {
margin-top: 10px; }
.footer .address, .footer .contact {
width: 100%; }
.footer .address {
margin-bottom: 30px; }
.footer-nav ul li {
padding: 0 15px; }
}
@media screen and (max-width:384px) { .navbar-toggle {
margin-top: 0; margin-right: 0; }
.logo {
margin: 30px 0 65px; }
.logo a {
font-size: 40px; }
.logo img {
width: 45px; top: 45px; }
.header-info p {
font-size: 13px; line-height: 27px; }
.social {
/
- --w3layouts--*/
/
- --agileits--*/
margin-top: 15px;
}
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 {
font-size: 35px; margin-bottom: 30px; }
.about h3 {
margin: 15px 0; }
.about p {
line-height: 25px; margin-bottom: 15px; }
figure.effect-dexter figcaption {
padding: 3.7em 1em; }
figure h4 {
font-size: 25px; }
.social-two {
left: 18%; bottom: 25px; }
.tab-list img {
width: 40px; }
.service-info img {
width: 80px; }
.service-info h4 {
font-size: 25px; }
.service-info p {
line-height: 25px; }
.gal-left {
width: 100%; margin: 0; }
.contact-grid {
padding: 15px; }
.footer-nav ul li {
padding: 0 10px; }
.footer .address {
margin-bottom: 25px; }
/
- --w3layouts--*/
/
- --agileits--*/
.connect {
padding: 20px 0; }
.copyright p {
line-height: 25px; }
}
@media screen and (max-width:375px) { .tab-list img {
width: 38px; }
.connect-social ul li {
line-height: 30px; }
}
@media screen and (max-width:360px) { li.tab-list {
padding: 10px; }
.service-info h4 {
font-size: 25px; }
.footer-nav ul li {
font-size: 12px; }
}
@media screen and (max-width:320px) { .hover-effect li {
width: 45%; }
.logo {
margin: 25px 0 80px; }
.logo a {
font-size: 35px; padding: 5px 0 15px; }
.logo img {
left: 43%; top: 35px; }
.header-info p {
font-size: 13px; line-height: 27px; }
/
- --w3layouts--*/
/
- --agileits--*/
.about h2, .people h3, .tabs h3, .gallery h3, .contact-us h3, .map h3 {
font-size: 35px; margin-bottom: 30px; }
.about h3 {
margin: 10px 0; font-size: 28px; }
.about p {
padding: 0 10px; line-height: 25px; }
figure.effect-dexter figcaption::after {
right: 10px; left: 10px; border: 5px solid #FFF; }
figure h4 {
font-size: 22px; }
figure.effect-dexter figcaption {
padding: 3.3em 1em; }
.social-two {
left: 11%; bottom: 16px; }
.tabs {
padding-bottom: 50px; }
.tab-list img {
width: 31px; }
.service-info img {
width: 70px; }
.service-info h4 {
font-size: 21px; }
.service-info p {
line-height: 25px; padding: 0; }
.footer-nav ul li {
padding: 0 7px; }
} /
- -- Responsive-Code --*/