@charset "utf-8";

/* ----------------------------------

Name: style.css
Version: 1.0

-------------------------------------

Table of contents
        
    00. Page Preloader
    01. Wrappers
    02. Typography
    03. Headers
    04. Forms & Inputs
    05. Header & Menu
    06. Hero Banner
    07. About Us
    08. Work
    09. Team
    10. Testimonials
    11. Contact
    12. Clients
    13. Footer  

*/

/* ===================================
    Page Preloader & Animation
====================================== */
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-color: #f6f6f6 }
.loader { animation: rotate 1s infinite; height: 50px; width: 50px; position: absolute; top: 50%; left: 50%; }
.loader:before, .loader:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px; }
.loader:before { animation: ball1 1s infinite; background-color: #314a5b; box-shadow: 30px 0 0 #314a5b; margin-bottom: 10px; }
.loader:after { animation: ball2 1s infinite; background-color: #fa5c65; box-shadow: 30px 0 0 #fa5c65; }
@keyframes rotate {
    0% { -webkit-transform: rotate(0deg) scale(0.8); -moz-transform: rotate(0deg) scale(0.8); }
    50% { -webkit-transform: rotate(360deg) scale(1.2); -moz-transform: rotate(360deg) scale(1.2); }
    100% { -webkit-transform: rotate(720deg) scale(0.8); -moz-transform: rotate(720deg) scale(0.8); }
}
@keyframes ball1 {
    0% { box-shadow: 30px 0 0 #fa5c65; }
    50% { box-shadow: 0 0 0 #fa5c65; margin-bottom: 0; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); }
    100% { box-shadow: 30px 0 0 #fa5c65; margin-bottom: 10px; }
}
@keyframes ball2 {
    0% { box-shadow: 30px 0 0 #314a5b; }
    50% { box-shadow: 0 0 0 #314a5b; margin-top: -20px; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); }
    100% { box-shadow: 30px 0 0 #314a5b; margin-top: 0; }
}
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
.staggered-animation { opacity: 0; }
.staggered-animation.animated { opacity: 1; }

/* ===================================
    Wrappers
====================================== */
.wrapper { padding: 150px 0 200px; }
.wrapper2 { padding: 150px 0 100px; }

/* ===================================
    Typography
====================================== */

/* font family */
.title-font { font-family: 'BalooFour-Bold', BalooBhai 2-Bold; }
.text-font { font-family: 'BalooOne', BalooBhai 2-Medium; }

/* text-alignment */
.text-center { text-align: center; }
.text-left { text-align: right; }
.text-right { text-align: right; }
.accent { color: #fa5c65; }

/* ===================================
    Headers
====================================== */

/* heading */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; letter-spacing: -1px; font-weight: 700; color: #314a5b; text-transform: uppercase; }
h1 { font-size: 40px; line-height: 40px; }
h2 { font-size: 34px; line-height: 40px }
h3 { font-size: 32px; line-height: 40px }
h4 { font-size: 30px; line-height: 36px }
h5 { font-size: 28px; line-height: 32px }
h6 { font-size: 26px; line-height: 30px }
.sub-title { color: #314a5b; font-size: 16px; line-height: 16px; font-weight: 600; margin-top: 15px; }

/* ===================================
    Forms & Inputs
====================================== */
.btn { padding: 15px 40px; line-height: 100%; font-size: 15px; background-color: #fa5c65; border: none; border-radius: 25px; color: #ffffff; }
.btn:hover, .btn:focus { background-color: #314a5b; }

/* ===================================
    Header & Menu
====================================== */
#header { position: fixed; width: 100%; z-index: 100; top: 0; padding-top: 50px; }
#header.sticky { background: #f7f7f7; padding: 15px 0; }
.logo, .logo img { display: block; }
.menu_icon { float: right; position: relative; height: 17px; width: 30px; cursor: pointer; z-index: 100; margin-top: 5px; }
.menu_icon:hover { opacity: .7; }
.menu_icon.active .top { transform: translateY(7px) translateX(0) rotate(45deg); background: #FFF; }
.menu_icon.active .middle { opacity: 0; background: #FFF; }
.menu_icon.active .bottom { transform: translateY(-7px) translateX(0) rotate(-45deg); background: #FFF; }
.menu_icon span { background: #314a5b; border: none; height: 3px; border-radius: 5px; width: 100%; position: absolute; top: 0; left: 0; transition: all .35s ease; cursor: pointer; }
.menu_icon span:nth-of-type(2) { top: 7px; }
.menu_icon span:nth-of-type(3) { top: 14px; }
.overlay { position: fixed; background: #314a5b; top: 0; left: 0; width: 100%; height: 0%; opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s, height .35s; overflow: hidden; }
.overlay.open { opacity: .95; visibility: visible; height: 100%; }
.overlay, .overlay a { color: #ffffff; }
.nav-right { margin-top: 80px; font-weight: 600; font-size: 16px; }
.nav-right a { line-height: 100%; }
.nav-right a, .nav-right p { display: block; margin-bottom: 40px; }
.nav-right ul li { list-style: none; display: inline-block; margin-left: 15px; line-height: 100%; }
.nav-right .fa { font-size: 18px; }
#overlay_container { margin-top: 200px; }
#overlay_container span { font-weight: 600; line-height: 100%; }
#overlay_container nav ul li { display: block; clear: both; margin-top: 50px; }
#overlay_container nav ul li a { font-weight: 700; font-size: 40px; line-height: 40px; letter-spacing: -1px; }
#overlay_container a:hover { color: #fa5c65; }

/* ===================================
    Hero Banner
====================================== */
.hero-banner { width: 100%; min-height: 500px; background-image: url("../images/hero_one.......jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
.hero-text { margin-top: 250px; }
.hero-text h1 { text-transform: uppercase; font-size: 48px; line-height: 52px; }
.hero-text p { font-size: 22px; color: #314a5b; margin: 25px 0 30px; }

/* ===================================
    About Us
====================================== */
.service { color: #314a5b; margin-bottom: 50px; }
.service h2 { font-size: 22px; line-height: 24px; text-transform: uppercase; }
.service i { display: block; clear: both; font-size: 50px; margin-bottom: 20px; }
.service i.fa-android, .service i.fa-apple, .service i.fa-bullseye { font-size: 55px; line-height: 50px; }

/* ===================================
    Work
====================================== */
.grid-item { width: 20%; }
.grid-item img { display: block; width: 100%; margin: 0 auto; }
.grid-item figure { display: block; clear: both; position: relative; }
.grid-item figcaption { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; background-color: rgba(240, 69, 76, 0.9); color: #ffffff; }
.grid-item figcaption a { position: absolute; top: 30px; right: 30px; color: #ffffff; }
.grid-item figcaption a:hover { color: #314a5b; }
.grid-item figcaption i { font-size: 26px; }
.grid-item figcaption span { position: absolute; bottom: 30px; left: 30px; }
.grid-item figcaption h2 { font-size: 20px; line-height: 20px; position: absolute; bottom: 60px; left: 30px; color: #ffffff; letter-spacing: 0; }
.grid-item figure:hover figcaption { opacity: 1; }

/* ===================================
    Team
====================================== */
#team { padding: 30px 0 0 0; }
.team-row { min-height: 225px; }
#team h2 { margin-top: 10px; font-size: 22px; line-height: 22px; }
#team span { font-size: 14px; color: #fa5c65; font-weight: 600; }
#team p { font-size: 14px; line-height: 20px; }
#team figure { position: relative; max-width: 165px; max-height: 165px; display: inline-block; }
#team figure img{display: block;}
#team figure:hover figcaption { opacity: 1; }
#team figcaption { position: absolute;width: 100%; height: 100%; max-width: 165px; max-height: 165px; border-radius: 50%; top: 0; left: 0;right: 0; bottom: 0; opacity: 0; background-color: rgba(240, 69, 76, 0.9); color: #ffffff; }
#team figcaption .team-social { text-align: center; margin-top: 70px; }
#team figcaption .team-social a { color: #ffffff; font-size: 25px; margin-right: 10px; }
#team figcaption .team-social a:hover { color: #314a5b; }

/* ===================================
    Testimonials
====================================== */
#testimonials { background-image: url("../images/testimonials.jpg"); min-height: 400px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
#testimonials blockquote { padding: 100px 0; text-align: center; font-weight: 300; font-style: italic; font-size: 26px; line-height: 36px; color: #314a5b; }
#testimonials blockquote footer { font-style: normal; font-size: 16px; font-weight: 400; }

/* ===================================
    Contact
====================================== */
.contact-list { list-style-type: none; margin: 0 0 25px 0; color: #314a5b; font-size: 15px; }
.contact-list li { margin-bottom: 10px; }
.contact-list a { color: #314a5b; font-size: 15px; }
.contact-list i { font-size: 26px; margin-right: 15px; }
.contact-list i.small { font-size: 22px; }
.contact-list a:hover { color: #fa5c65; }

/* ===================================
    Clients
====================================== */
#clients { margin-bottom: 50px; }

/* ===================================
    Footer
====================================== */
#footer { background-color: #f7f7f7; padding: 30px 0; max-height: 100px; }
.social-list2 { margin: 0; }
.social-list2 li { display: inline-block; list-style-type: none; margin: 0; }
#footer cite { padding-top: 10px; display: block; }
#footer cite, #footer cite a { color: #9aa0ab; font-size: 13px; line-height: 18px; font-style: normal; }
#footer cite a:hover { color: #fa5c65; }
