/*!
  * ERA - Stylesheet (c) 2016 Bahaa Samir <bahaasamir.me>
*/

/* Fonts */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskannada.css);

@font-face {
    font-family: 'Gotham-Book';
    src: url('_fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('_fonts/Gotham-Book.otf') format('opentype'),
    url('_fonts/Gotham-Book.woff') format('woff'),
    url('_fonts/Gotham-Book.ttf')  format('truetype'),
    url('_fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('_fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('_fonts/Gotham-Medium.otf') format('opentype'),
    url('_fonts/Gotham-Medium.woff') format('woff'),
    url('_fonts/Gotham-Medium.ttf')  format('truetype'),
    url('_fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('_fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('_fonts/Gotham-Light.otf') format('opentype'),
    url('_fonts/Gotham-Light.woff') format('woff'),
    url('_fonts/Gotham-Light.ttf')  format('truetype'),
    url('_fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('_fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('_fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('_fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('_fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('_fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('_fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-search:before {
    content: "\f002";
}

.fa-phone:before {
    content: "\f095";
}

/* Set */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Gotham-Book';
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    background: #ECECEC;
    text-rendering: optimizelegibility;
    overflow-y: scroll;
}

body.disable {
    overflow: hidden;
}

body[data-page=home] {
    background: #000;
}

.unload {
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999999;
}

/* Main */
.main {
    position: relative;
    min-height: 1000px;
}

.content {
    max-width: 1170px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.flex_set {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex_set.disable {
    position: relative;
    display: block;
    height: auto;
}

.flex_content {
    width: 100%;
    padding: 8%;
    text-align: center;
    position: relative;
}

.slide_cap .flex_content {
    padding: 0 15px;
}

/* Header */
header {
    padding: 30px 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #DADADA;
}

.logo {
    width: 150px;
    display: block;
    float: right;
}

.menu {
    font-family: 'Gotham-Medium';
    float: left;
    margin-top: 13px;
}

nav,
.call_center {
    display: inline-block;
    vertical-align: middle;
}

.call_center {
    font-size: 16px;
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #d3d3d3;
}

.call_center > i {
    color: #00a1e1;
}

nav a {
    color: #000;
    margin-right: 15px;
    padding: 4px 0;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

nav a:not(.active):hover {
    color: #00a1e1;
}

nav a.active {
    border-color: #000;
}

nav a:first-child {
    margin: 0;
}

body.disable .wrapper {
    margin-right: 15px;
}

body.disable .menu-icon {
    right: 30px;
}

.menu-icon {
    cursor: pointer;
    line-height: 1;
    width: 16px;
    height: 15px;
    right: 15px;
    top: 43px;
    position: absolute;
    display: none;
    z-index: 8999;
}

.menu-icon:hover .lines,
.menu-icon:hover .lines:before,
.menu-icon:hover .lines:after,
.menu-icon.close .lines,
.menu-icon.close .lines:before,
.menu-icon.close .lines:after {
    background: #00a1e1;
}

.close .menu-icon {
    opacity: 1;
}

.menu-icon:active {
    transition: 0;
}

.lines {
    display: block;
    background: #000;
    width: 11px;
    height: 2px;
    top: 6px;
    right: -5px;
    transition: 0.3s;
    position: relative;
}

.lines:before,
.lines:after {
    content: '';
    display: inline-block;
    background: #000;
    width: 16px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    right: 0;
}

.lines:before {
    top: 6px;
}

.lines:after {
    top: -6px;
}

.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.close .lines {
    background: transparent !important;
}

.close .lines:before, .close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
}

.close .lines:before {
    -webkit-transform: rotaxte3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.menu_set {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7999;
    display: none;
    overflow-y: scroll;
}

.menu_bg {
    background: #111;
    opacity: 0;
}

.full_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nav_set {
    display: inline-block;
    white-space: pre-line;
    text-align: center;
    position: relative;
    z-index: 99;
}

.nav_set:hover a {
    opacity: 0.4 !important;
}

.nav_set > a {
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(400px);
    -webkit-transform: translateY(400px);
    opacity: 0;
}

.nav_set > a:hover {
    color: #00a1e1;
    opacity: 1 !important;
}

.nav_set > a.active {
    color: #00a1e1;
}


/* Footer */
footer {
    background: #000;
    padding: 30px 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
}

body[data-page=project] footer {
    position: relative;
}

body[data-page=home] footer,
body[data-page=about] footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .grid {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.ft_btn {
    color: #fff;
    background: #2c2c2c;
    padding: 7px 25px;
    font-size: 11px;
    text-transform: uppercase;
}

.ft_btn:hover {
    background: #00a1e1;
}

footer .grid:nth-child(2) {
    margin-left: 45px;
}

.ft_social span {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
}

.ft_social a {
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

a.ins {
    background: #49709b;
}

a.in {
    background: #005a87;
}

a.fb {
    background: #4463b1;
}

a.tw {
    background: #4e9edc;
}

a.gp {
    background: #da4935;
}

.ft_social:hover a {
    opacity: 0.5;
}

.ft_social a:hover {
    opacity: 1;
}

.ft_nav a {
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.ft_nav a:hover {
    color: #00a1e1;
}

.ft_nav {
    margin-left: 63px;
}

.grid:nth-child(4) {
    float: left;
}

.ft_rights {
    display: inline-block;
    margin-top: 5px;
    color: #6e6967;
}

.slide_cap a {
    font-family: 'Gotham-Medium';
    display: inline-block;
    color: #fff;
    background: #00a1e1;
    padding: 13px 40px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.slide_cap a:hover {
    opacity: 0.8;
}

/* Home */
section.slider {
    background: #111;
    position: relative;
    width: 100%;
    min-height: 600px;
}

.slides_set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slide {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.slide_cap {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.slide_cap h1 {
    width: 100%;
    max-width: 830px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    font-size: 54px;
    font-family: 'Gotham-Light';
    margin: 50px auto;
}

.slide_cap h1 span {
    display: inline-block;
}

.slide_cap h1 i {
    position: absolute;
    visibility: hidden;
}

.slide_cap h2 {
    color: #fff;
    line-height: 1;
    font-weight: 300;
    font-size: 16px;
    font-family: georgia, serif;
    font-style: italic;
}

.slide_cap .flex_set.disable h2 {
    padding-top: 100px !important;
}

.slide_cap .flex_set.disable a {
    margin-bottom: 110px !important;
}

/* About */
#about {
    padding: 100px 0;
}

.data_row {
    overflow: hidden;
}

.data_row.three_col {
    margin-top: 6%;
}

.data_row.two_col .data_col {
    width: 50%;
    float: right;
}

.data_row.two_col .data_col:nth-child(2) {
    padding-right: 2%;
}

.data_row.three_col .data_col {
    max-width: 48%;
}

.data_row.three_col .data_col:nth-child(1) {
    float: right;
}

.data_row.three_col .data_col:nth-child(3) {
    overflow: hidden;
    max-width: 100%;
    padding: 0 6%;
}

.data_row.three_col .data_col:nth-child(2) {
    float: left;
}

.data_col h1,
.data_col h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.data_col p,
.data_col ul {
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.abt_img {
    width: 48%;
    background-size: cover;
    float: right;
}

.abt_img:nth-child(2) {
    float: left;
}

img.img_fix {
    visibility: hidden;
    max-width: 100%;
}

/* Projects */
.pro_side {
    padding: 120px 0;
    margin: 0 -15px;
    overflow: hidden;
}

.pro_side > h1 {
    font-family: 'Gotham-Light';
    font-size: 43px;
    text-transform: uppercase;
    letter-spacing: -3px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.pro_side h1:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 40%;
    height: 3px;
    position: absolute;
    background: #000;
}

.pro_side h2 {
    font-family: 'Gotham-Medium';
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.pro_side > p,
.pro_side > ul {
    font-family: 'Gotham-Light';
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 40px 0;
}

.pro_side ul li:before {
    margin-right: 8px;
    content: '\2022';
}

.pro_side article {
    width: 25%;
    float: right;
    padding: 0 15px 35px 15px;
}

article:nth-child(3) {}

.pro_side > a {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 12px 40px 10px 40px;
    text-transform: uppercase;
    display: inline-block;
}

.pro_side > a:hover {
    background: #00a1e1;
}

.pro_img {
    background-color: #eee;
    background-size: cover;
    margin-bottom: 30px;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.pro_img > img {
    display: block;
    max-width: 100%;
}

.pro_side article h1 {
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pro_side article h1:after {
    content: '';
    bottom: 0;
    right: 0;
    width: 20%;
    height: 3px;
    position: absolute;
    background: #000;
}

.pro_side article i {
    font-family: georgia, serif;
    color: #AFAFAF;
    line-height: 18px;
    /* display: none; */
}

.pro_side article p {
    color: #a8a8a8;
    margin-top: 30px;
    line-height: 20px;
    /* display: none; */
}

/* Contact */
section#contact {
    padding-bottom: 150px;
}
.branches {
    width: 30%;
    float: right;
    padding-right: 50px;
}

.cont_map {
    margin-bottom: 85px;
    background-size: cover;
    background-position: center;
    min-height: 190px;
}
.form_set {
    width: 60%;
    float: left;
}

.form_label {
    font: 24px 'Gotham-Light';
    margin-bottom: 40px;
}

.c_block_set {
    margin-bottom: 20px;
    overflow: hidden;
}

.c_block_set:nth-child(1) {
    margin-bottom: 30px;
}
.c_block {
    float: right;
    width: 100%;
    padding-left: 16px;
}
.c_block:first-child {
    padding-left: 0;
}
.c_block.part {
    width: 35%;
}
.c_block.small {
    width: 30%;
}

.c_block label {
    display: block;
    margin-bottom: 10px;
}

input[type="text"],
.c_block textarea {
    color: #777;
    background: #edf1f2;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(220,226,226,1);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(220,226,226,1);
    box-shadow: inset 1px 1px 1px 0px rgba(220,226,226,1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.c_block input[type="text"],
.c_block textarea {
    padding: 13px 10px;
}

.c_block input[type="text"] {
    width: 100%;
}

.c_block textarea {
    resize: none;
    width: 100%;
    min-height: 90px;
}

.error {
    border-color: red !important;
}
input[type="text"]:focus,
textarea:focus {
    color: #444;
    background: #e1e7e7;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(206,214,216,1);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(206,214,216,1);
    box-shadow: inset 1px 1px 1px 0px rgba(206,214,216,1);
}
input[type="submit"] {
    font: 11px 'Gotham-Medium';
    background: #5b616e;
    color: #fff;
    width: 90px;
    display: inline-block;
    padding: 9px 0 7px 0;
    text-align: center;
    border-radius: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: all 0.150s ease;
    transition: all 0.150s ease;
}
input[type="submit"]:hover {
    background: #3da1d5;
    color: #fff !important;
}
.b_set {
    padding: 25px 0;
    line-height: 18px;
    border-top: 1px solid #e7e7e7;
}
.b_set:first-child {
    padding-top: 0;
    border: none;
    color: #444;
}
.b_title {
    font: 16px 'Gotham-Medium';
    color: #3da1d5;
    margin-bottom: 20px;
}
.b_address {
    font-size: 12px;
    margin-bottom: 25px;
}
.b_num {
    font: 12px 'Gotham-light';
    margin-bottom: 6px;
    line-height: 18px;
}
.contact_status {
    font: 12px 'Gotham-Medium';
    margin-left: 5px;
    color: #1abc9c;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    background-image: url(../structure/static/logo.svg);
    background-position: center;
    background-size: 170px;
    background-repeat: no-repeat;
}

.wrapper {
    overflow: hidden;
}

.p_cover {
    background-size: cover;
    background-position: center;
    min-height: 380px;
}

.p_row {
    position: relative;
    margin: 40px 0;
    overflow: hidden;
    transform: translateY(40px);
    -webkit-transform: translateY(90px);
    opacity: 0;
}

.p_row .flex_content {
    text-align: left;
}

.p_col, .p_info {
    width: 50%;
    float: right;
    position: relative;
}

.p_col {
    background-size: cover;
    background-position: center;
}

.p_info {
    background: #fff;
}

.p_info:after {
	right: 100%;
	top: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
}
.p_info h1 {
    font-family: 'Gotham-Medium';
    font-size: 19px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.p_info p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 24px;
}

.p_info p:nth-child(2) {
    margin-top: 0;
}

section#project .content {
    margin: 50px auto;
}


/* Gallery */
.gallery {
    position: relative;
    overflow: hidden;
    left: -10px;
    transform: translateX(10px);
}

.gallery > a {
    width: 25%;
    float: right;
    border: 10px solid #ECECEC;
    transform: scale(0.9);
    opacity: 0;
}

.img_src {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-size: cover;
    background-position: center;
    border: 6px solid #fff;
    -webkit-transition: all 0.08s linear;
    -ms-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}

.gallery:hover .img_src {
    opacity: 0.5;
    transform: scale(0.9);
}

a:hover .img_src {
    opacity:1 !important;
    transform: scale(1) !important;
}

/* Responsiveness */
@media (max-width:1120px) {
    .ft_nav {
        display: none;
    }
    footer .grid:nth-child(1) {
        display: none;
    }
    footer .grid:nth-child(2) {
        margin-left: 0;
    }
}

@media (max-width:840px) {
    #about {
        padding: 50px 0 100px 0;
    }
    .data_row.two_col .data_col {
        width: 100% !important;
    }
    .data_row.two_col .data_col:nth-child(2) {
        margin-top: 30px;
        padding: 0;
    }
    .pro_side article {
        width: 50%;
    }
    .pro_side {
        width: 100% !important;
        padding: 0 !important;
    }
    .pro_side > h1 {
        margin-top: 50px;
    }
    .pro_side > h2,
    .pro_side > p,
    .pro_side > ul,
    .pro_side > a {
        display: none;
    }
    .form_set,
    .branches {
        width: 100%;
    }
    .branches {
        padding-right: 0;
    }
    .c_block.part {
        width: 50%;
    }
    .c_block.small {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .cont_map {
        margin-bottom: 50px;
    }
}

@media (max-width:768px) {
    .gallery {
        left: -5px;
        transform: translateX(5px);
    }
    .gallery a {
        width: 50%;
        border: 5px solid #ECECEC;
    }
}

@media (max-width:640px) {
    nav {
        display: none;
    }
    .menu-icon {
        display: block;
    }
    .menu {
        padding-right: 30px;
    }
    .call_center {
        margin-left: 0;
        border-left: none;
    }
    .ft_rights {
        display: none;
    }
    footer {
        text-align: center;
    }
    .data_row.three_col .data_col {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
    }
    .pro_side article,
    .p_col,
    .p_info {
        width: 100%;
    }
}


@media (max-width:480px) {
    .slide_cap h1 {
        font-size: 12vw;
    }
    .pro_side > h1 {
        font-size: 9vw;
    }
    .gallery {
        left: 0;
        transform: translateX(0);
    }
    .gallery a {
        width: 100%;
        border: none;
        margin-bottom: 15px;
    }
}



.gallery_header h1 {
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 31px;
    margin-bottom: 10px;
}

.gallery_header p {
    font-family: 'Gotham-Light';
    font-size: 16px;
    line-height: 23px;
    margin: 30px 0 20px 0;
    max-width: 58%;
    color: #666;
}

.gallery_header {
    margin-bottom: 60px;
}