/**
LIGHT style
 */
/*----------------------------------------------------
@File: Default Styles
@Author: paul_tf
@URL: #
Author E-mail: 000.lunchbox@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Intria
@Author: paul_tf
@Developed By: paul_tf
@Developer URL: #
Author E-mail: 000.lunchbox@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ slider
06/ contact
07/ feature
08/ service
09/ gallery
10/ clients
11/ blog
12/ video
13/ banner
14/ event
15/ room
16/ resturant
17/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/

.col-md-offset-right-1, .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color:#a3cc01;
}

a:hover, a:focus {
    text-decoration:none;
    outline: none;
    color:#a3cc01;
}

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

body {
    font-family: "Heebo", sans-serif;
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
}

#success {
    display: none;
}

#error {
    display: none;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
    float: none !important;
}

.p_100 {
    padding: 100px 0px;
}

iframe {
    border: none;
}

i:before {
    margin-left: 0px !important;
}

.per_bg {
    background: #0e0e0e;
}

.row_direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #a3cc01;
}

::-moz-selection {
    background-color: #a3cc01;
    color: #fff;
}

::selection {
    background-color: #a3cc01;
    color: #fff;
}

-webkit-::-moz-selection {
    background-color: #a3cc01;
    color: #fff;
}

-webkit-::selection {
    background-color: #a3cc01;
    color: #fff;
}

::-moz-selection {
    background-color: #a3cc01;
    color: #fff;
}

img{height:auto;}

/* Container Custome Code css
============================================================================================ */

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

/* End Container Custome Code css
============================================================================================ */
.s_title {
    color: #999999;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 45px;
}

.s_title.white {
    color: #8d9aa8;
}

.main_title h2 {
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.main_title.white h2 {
    color: #263a4f;
}

/* Main title css
============================================================================================ */
/* Proloader css
============================================================================================ */
.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #a3cc01;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Project Breadcrumb css
============================================================================================ */
.project_breadcrumb_area {
    background: url(../img/banner/project-banner-1.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.project_breadcrumb_area .page_lines{
    display:block;
}

.project_breadcrumb_area:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 89%);
}

.project_breadcrumb_area .breadcrumb_inner {
    position: relative;
    height: 100vh;
    min-height:300px;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link {
    position: absolute;
    left: 5px;
    top: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top:0;
}



.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a {
    font-size: 18px;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a:before {
    content: "";
    width: 86px;
    height: 6px;
    background: #a3cc01;
    position: absolute;
    top: -26px;
    left: 0px;
}

.project_breadcrumb_area .breadcrumb_inner .breadcrumb_link a:hover {
    color: #a3cc01;
    text-decoration:none;
}

.project_breadcrumb_area .bread_bottom_text {
    position: absolute;
    left: -4px;
    bottom: -6px;
}

.project_breadcrumb_area .bread_bottom_text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12vh;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
}

.project_breadcrumb_area .page_lines.white_br .line {
    background: rgba(255, 255, 255, 0.15);
}

.breadcrumb_link {
    padding-top: 220px;
}

.breadcrumb_link a {
    font-size: 16px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-right: 18px;
    position: relative;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.breadcrumb_link a:before {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8d9aa8;
}

.breadcrumb_link a:last-child {
    margin-right: 0px;
}

.breadcrumb_link a:last-child:before {
    display: none;
}

.breadcrumb_link a:first-child {
    color: #263a4f;
    font-weight: bold;
}

.breadcrumb_link a:hover {
    color: #a3cc01;
}

.breadcrumb_link.sinlge_banner {
    padding-top: 120px;
}

.breadcrumb_link.sinlge_banner .s_bread_inner {
    max-width: 770px;
    margin: auto;
}

/* End Project Breadcrumb css
============================================================================================ */
/* Single Banner Image css
============================================================================================ */
.image_banner_area {
    background-size: cover;
    background-color:#f1f4f5!important;
    background-attachment:fixed;
}

.image_banner_area .single_banner_text h3{
    color: #263a4f;
}



.image_banner_area .single_banner_text {
    padding-top: 270px;
    padding-bottom: 210px;
}

.image_banner_area .single_banner_text .date {
    margin-bottom: 28px;
}

.image_banner_area .single_banner_text .date a{
    font-size: 14px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.3s;
}

.image_banner_area .single_banner_text .date a:hover{
    color:#a3cc01;
}



.image_banner_area .single_banner_text .date a:last-child {
    font-weight: bold;
}

.image_banner_area .single_banner_text .date i {
    font-size: 6px;
    position: relative;
    top: -2px;
    padding-left: 2px;
    padding-right: 2px;
}

.image_banner_area .single_banner_text h3 {
    color: #263a4f;
    font-size: 48px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 0px;
}

.page_link {
    margin-bottom: 100px;

}

.page_link a {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.page_link a:before {
    content: '/';
    color: #8d9aa8;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    position: absolute;
    right: -12px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_link a.active {
    color: #263a4f;
    font-weight: bold;
}

.page_link a:last-child {
    margin-right: 0px;
}

.page_link a:last-child:before {
    display: none;
}

.page_link a:hover {
    color: #a3cc01;
}

/* End Single Banner Image css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Full Slider css
============================================================================================ */
.home_slider {
    position: relative;
    overflow:hidden!important;

}

.home_slider .page_lines{
    z-index:auto;
    display:block;
}

.home_slider .page_lines .col-lg-4 .line{
    z-index:7;
    background:rgba(255,255,255,0.15);
    width:1px;
}

.home_slider .rev_slider {
    position: relative;
}

.home_slider .rev_slider li {
    z-index: 6 !important;
}

.home_slider .rev_slider li .slider_text_box {
    position: relative;
    z-index: 25 !important;
}

.home_slider .rev_slider li .text_1 {
    color: #fff;
}

.home_slider .rev_slider li .count {
    color: #fff;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    position: relative !important;
    z-index: 29 !important;
}

.home_slider .rev_slider li .text_3 {
    color: #fff;
    font-family: "Heebo", sans-serif;
}

.home_slider .rev_slider li .video {
    overflow: visible;
}

.home_slider .rev_slider li .video img:hover {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.home_slider .rev_slider .tp-bullet {
    border-radius: 50%;
    background: #fff;
    opacity: .35;
}

.home_slider .rev_slider .tp-bullet.selected {
    opacity: 1;
}

.home_slider .social_icon {
    position: absolute;
    left: 75px;
    z-index: 25;
    bottom: 70px;
    color: #fff;
}

.home_slider .social_icon ul li {
    margin-bottom: 20px;
}

.home_slider .social_icon ul li a {
    color: #fff;
    font-size: 18px;
    transition:all 0.3s;
}

.home_slider .social_icon ul li a:hover{
    color:#a3cc01;
}

.home_slider .social_icon ul li:last-child {
    margin-bottom: 0px;
}

.home_slider .year {
    position: absolute;
    left: 75px;
    z-index: 25;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.home_slider .year a {
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.layout {
    overflow: hidden;
    position: relative;
}

.page_lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;

}

.page_lines .line {
    position: absolute;
    width: 2px;
    height: 50000px;
    background: #222222;
}

.page_lines .line + .line {
    left: auto;
    right: 0px;
}

.page_lines .col-lg-4:first-child .line {
    left: 0px;
}

.page_lines .col-lg-4:nth-child(2) .line {
    left: 7.5px;
}

.page_lines.white_br .line {
    background-color: #f6f6f6;
}

/* End Home Full Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Full Menu css
============================================================================================ */
.header_menu_area {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 30;
    top: 0px;
}

.header_menu_area .navbar.navbar-expand-lg {
    background: transparent !important;
    padding: 15px 65px 0px 65px;
}

.header_menu_area .navbar.navbar-expand-lg .navbar-brand img {
    position:relative;
    top:-5px;
    display: inline-block;
}

.navbar_fixed.header_menu_area .navbar.navbar-expand-lg .navbar-brand img{
    top:-2px;
}

.navbar-brand{
    font-size:1.5rem;
}

.header_menu_area .navbar.navbar-expand-lg .navbar-brand img + img {
    display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav {
    display: block;
    width: 100%;
    float: none;
    margin-left: 8.2%;
    margin-left: 13%;

}

.page-news .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav{
    margin-left:11.9%;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li {
    display: inline-block;
    margin-right: 50px;
    line-height:60px;
}

.dark_menu .navbar-brand{
    color:#000;
}
.white_menu .navbar-brand{
    color:#fff;
}
.navbar_fixed .navbar-light .navbar-brand{
    color:#000;
}

.white_menu.header_menu_area .navbar.navbar-expand-lg{
    padding-top:30px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a {
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 14px;
    display:inline-block;
    line-height: 35px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a:hover{
    -webkit-transition: color 400ms linear 0s;
    -o-transition: color 400ms linear 0s;
    transition: color 400ms linear 0s;
}



.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a:after {
    display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li:last-child {
    margin-right: 0px;
}

@media (min-width: 992px) {
    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        display: block;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        min-width: 250px;
        background: #ffffff;
        border-radius: 0px;
        border: none;
        padding: 0px;
        left:-20px;
        top: 80px;
        -webkit-box-shadow: none;
        box-shadow: none;
        visibility: hidden;
        margin-top: 0px;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
        opacity: 0;
    }

    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu ul ul{
        left:100%;
        top:0;
    }
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li {
    margin-right: 0px;
    display: block;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a {
    display: block;
    line-height: 42px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    text-transform: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: normal;
    text-shadow: none;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a:before {
    display: none;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:hover > a, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li.active a {
    color: #fff!important;
    background: #a3cc01;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
    border-bottom: 0px;
}

@media (min-width: 992px) {
    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu:hover > .dropdown-menu {
        visibility: visible!important;
        opacity: 1!important;
        top:100%;
    }

    .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu:hover > .dropdown-menu > ul {
        visibility: visible!important;
        top:0!important;
        opacity: 1!important;
    }
}



.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu > .dropdown-menu  ul{
    left:100%!important;
    opacity:0;
    top:0!important;
    visibility:hidden;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li a:hover, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
    color: #a3cc01;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin-left: 0px;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li {
    display: inline-block;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink{
    color: #fff;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink:hover, .header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .active a{
    color: #a3cc01!important;
}

.navbar_fixed.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink.active{
    color:#a3cc01;
}

.header_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #1b1b1b;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

.header_menu_area.navbar_fixed .navbar.navbar-expand-lg {
    padding-top: 0px;
}

.header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    line-height: 70px;
    -webkit-transition: color all 400ms ease;
    -o-transition: color all 400ms ease;
    transition: color all 400ms ease;
}

@media (min-width: 992px) {
    .header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
        top:85px;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        opacity: 0;
        visibility: hidden;
    }

    .header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.submenu:hover > .dropdown-menu{
        top:70px;
    }
}

.post-meta.nav{
    margin-bottom:15px;
    color:#8d9aa8;
    font-size: 13px;
}

.post-meta.nav a {
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;

    display: inline-block;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body .time{
    text-transform:none;
}


.post-meta.nav a:hover{
    color:#a3cc01;
}

.post-meta.nav li{
    position:relative;
    margin-right:19px;
}

.post-meta.nav li:after{
    content:'/';
    position:absolute;
    right:-14px;
    top:0;
}

.post-meta.nav li:last-child:after{
    display:none;
}
.header_menu_area.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav .glink:hover {
    color: #a3cc01;
}

.single_banner_text{
    color:#263a4f;
}

.page-header{
    position:relative;
    padding-bottom: 210px;
    padding-top: 270px;
    background:#f1f4f5;
}

.page-header h1{
    font-size: 48px;
    font-weight:bold;
    color: #263a4f;;
}

.page-header span{
    font-size:18px;
}

.header_breadcrumb_link a,
.header_breadcrumb_link span{
    font-size: 16px;
    color: #263a4f;
    font-weight:bold;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-right: 12px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_has_bg .page-header *{
    color:#fff;
}

.blog_has_bg .page-header h1{
    color:#fff;
}

.blog_has_bg .header_breadcrumb_link span{
    color:#d2d2d2;
}

.blog_has_bg .header_breadcrumb_link .header_breadcrumb_link a:before{
    color:#d2d2d2;
}

.blog_has_bg .image_banner_area .single_banner_text h3,
.blog_has_bg .image_banner_area .single_banner_text .date a,
.blog_has_bg .image_banner_area .single_banner_text .date i{
    color:#fff;
}

.blog_has_bg .image_banner_area .single_banner_text .date a:hover{
    color:#a3cc01;
}

.s_blog_text_inner .blog_main_text .page_link + .d-flex{
    margin-bottom:50px;
}

.post_img{
    margin-bottom:2rem;
}

.s_blog_text_inner .blog_main_text .page_link + .d-flex{
    display:block!important;
}

@media (max-height: 200px){
    .side_menu .menu-footer .social-list{
        display:none!important;
    }
}

@media (max-width: 991px){
    .admin-bar .full_header.mobile_menu.navbar_fixed {
        margin-top:32px;
    }
    .admin-bar .side_menu{
        margin-top:32px;
    }

    .right_position{
        right:30px!important;
    }
}

@media screen and (max-width: 782px){
    .admin-bar .full_header.mobile_menu.navbar_fixed {
        margin-top:46px;
    }
    .admin-bar .side_menu{
        margin-top:0;
    }
}

@media screen and (max-width: 600px){

}



.header_breadcrumb_link a:hover{
    color:#a3cc01;
}

.header_breadcrumb_link span{
    font-weight:normal;
    color:#8d9aa8;
}

.header_breadcrumb_link a:before{
    content: "/";
    position: absolute;

    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d2d2d2;
}

.breadcrumb_link h1{
    color:#263a4f;
    margin-bottom:50px;
}

.page-header + .breadcrumb_link{
    padding-top:160px;
}
.header_menu_area.white_menu.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img {
    display: none;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img + img {
    display: inline-block;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-toggler span {
    background: #263a4f;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    line-height: 70px;
    color: #263a4f;

}


.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a:hover {
    -webkit-transition: color all 400ms ease;
    -o-transition: color all 400ms ease;
    transition: color all 400ms ease;

}



.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li.active > a {
    color: #a3cc01;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li> a:hover {
    color: #a3cc01;
}


.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li a {
    color: #263a4f;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li a:hover , .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.active a {
    color: #a3cc01;
}

@media (min-width: 992px) {
    .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
        top: 80%;
    }

    .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu ul {
        left:100%;
    }
}

@media (min-width: 992px) {
    .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu:hover > .dropdown-menu {
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu:hover > .dropdown-menu  ul{
        top:0;
    }
}

.navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink{
    display:inline-block;
    margin-left: 50px;
    -webkit-transition: all 400ms ease;
    -o-transition:all 400ms ease;
    transition:all 400ms ease;
}

.navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink:first-child{
    margin-left: 0px;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink {
    color: #8d9aa8;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink.active,
.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink:hover {
    color: #263a4f;

}

.dark_menu.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}

.dark_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav .glink {
    line-height: 70px;
}


.dark_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav .glink:hover{
    color:#a3cc01;
}

.menu_gap + section, .menu_gap + div {
    padding-top: 88px;
}



/* End Home Full Menu css
============================================================================================ */
/* End Home Full Menu css
============================================================================================ */
.full_header {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    z-index: 10;
    padding: 36px 50px;
}

.full_header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #eaedee;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.full_header .float-left {
    line-height: 40px;
    max-width: 600px;
    width: 100%;
}

.full_header .float-left .logo img {
    display: none;
}

.full_header .float-left .logo img + img {
    display: inline-block;
}

.full_header .float-left .phone {
    color: #263a4f;
    font-size: 14px;
    font-weight: normal;
    font-family: "Heebo", sans-serif;
    margin-left: 36.2%;
    transition:all 0.3s;
    position:relative;
    top:5px;
}

.full_header .float-left .phone:hover{
    color:#a3cc01;
}

.full_header.content-white .float-left .phone:hover{
    color:#a3cc01;
}

.full_header .float-right .bar_menu {
    height: 40px;
    width: 40px;
    background: #263a4f;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.full_header .float-right .bar_menu i {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    display: inline-block;
}

.full_header .float-right .bar_menu:hover {
    background: #a3cc01;
}

.full_header.content-white:before {
    height: 0px;
}

.full_header.content-white .float-left .logo img {
    display: inline-block;
}

.full_header.content-white .float-left .logo img + img {
    display: none;
}

.full_header.content-white .float-left .phone {
    color: #fff;
}

.side_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    width:28%;
    min-width:400px;
    z-index: 999999;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

@media(max-width: 580px){
    .side_menu{
        width:100%;
    }
}

.side_menu .close-menu {
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 75px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    height: 40px;
    width: 40px;
    background: #263a4f;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.side_menu .close-menu:hover {
    background: #a3cc01;
}

.side_menu .menu-lang {
    position: absolute;
    opacity: 0;
    left: 18%;
    top: 15%;
    padding-left:0;
    text-transform: uppercase;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
    transition: opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
    -o-transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease;
    transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease;
    transition: transform .5s .4s ease,opacity .5s .4s ease,color .3s ease,-webkit-transform .5s .4s ease;
}

.side_menu .menu-lang a {
    color: #999999;
    font-weight: 500;
    font-size: 14px;
    margin-right: 25px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.side_menu .menu-lang a:last-child {
    margin-right: 0px;
}

.side_menu .menu-lang a:hover, .side_menu .menu-lang a.active {
    color: #a3cc01;
}

.sub-menu{
    list-style:none;
    padding:0;
}

.side_menu .menu-list {
    position: absolute;
    left: 0px;
    top: 20vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    width: 100%;
    display: block;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
    transition: opacity .5s .6s ease,-webkit-transform .5s .6s ease;
    -o-transition: transform .5s .6s ease,opacity .5s .6s ease;
    transition: transform .5s .6s ease,opacity .5s .6s ease;
    transition: transform .5s .6s ease,opacity .5s .6s ease,-webkit-transform .5s .6s ease;
    list-style: none;
    opacity: 0;
    padding-left: 18%;
    padding-right: 100px;
    margin-top: 5vh;
}

.side_menu .menu-list li {
    position:relative;
    margin-top: 2vh;
}

.side_menu .menu-list li a {
    font-size: 2.5vh;
    font-weight: normal;
    font-family: "Heebo", sans-serif;
    color: #263a4f;
    letter-spacing: .36px;
    display: block;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.side_menu .menu-list li i{
    display:none;
}
.side_menu .menu-list .menu-item-has-children > a:after{
    font-family: "Ionicons";
    content: "\f123";
    font-size: 2.5vh;
    color: #000;
    float: right;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 1px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.side_menu .menu-list .menu-item-has-children > .open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.side_menu .menu-list .menu-item-has-children li > a:after{
    font-size:1.5vh;
    right:0.4vh;
    display:none;
}

.side_menu .menu-list li ul {
    display: none;
}

.side_menu .menu-list li ul li {
    margin-top: 1vh;
}

.side_menu .menu-list li ul li a {
    font-size: 1.7vh;
    color: #8d9aa8;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.side_menu .menu-list li ul li:first-child {
    margin-top: 15px;
}

.side_menu .menu-list li ul li li:first-child{
    margin-top:1vh;
    margin-left:13px;
}

.side_menu .menu-list li ul li:hover > a {
    color: #263a4f;
}

.side_menu .menu-list li:first-child {
    margin-top: 0vh;
}

.side_menu .menu-list li.open a i {
    -webkit-transform: rotate(178deg);
    -ms-transform: rotate(178deg);
    transform: rotate(178deg);
}

.side_menu .menu-list li:hover > a, .side_menu .menu-list li.active > a {
    color: #a3cc01;
}

.side_menu .menu-list li:hover > a:after, .side_menu .menu-list li.active > a:after {
    color: #a3cc01;
}

.side_menu .menu-footer {
    position: absolute;
    left: 18%;
    bottom: 10%;
}

.side_menu .menu-footer .social-list {
    -webkit-transition: all .5s .7s ease;
    -o-transition: all .5s .7s ease;
    transition: all .5s .7s ease;
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}

.side_menu .menu-footer .social-list a {
    font-size: 22px;
    color: #263a4f;
    margin-right: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.side_menu .menu-footer .social-list a:last-child {
    margin-right: 0px;
}

.side_menu .menu-footer .social-list a:hover {
    color: #a3cc01;
}

.side_menu .copy {
    margin-top: 40px;
    color: #263a4f;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all .5s .9s ease;
    -o-transition: all .5s .9s ease;
    transition: all .5s .9s ease;
    opacity: 0;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}

.side_menu.dark_s_menu {
    background: #1b1b1b;
}

.side_menu.dark_s_menu .menu-list li a {
    color: #999999;
}

.side_menu.dark_s_menu .menu-list li a i {
    color: #999999;
}

.side_menu.dark_s_menu .menu-list li ul li a {
    color: #999999;
}

.side_menu.dark_s_menu .menu-list li ul li:hover a {
    color: #a3cc01;
}

.side_menu.dark_s_menu .menu-list li:hover > a, .side_menu.dark_s_menu .menu-list li.active > a {
    color: #a3cc01;
}

.side_menu.dark_s_menu .menu-list li:hover > a i, .side_menu.dark_s_menu .menu-list li.active > a i {
    color: #a3cc01;
}

.side_menu.dark_s_menu .menu-footer .social-list a {
    color: #999999;
}

.side_menu.dark_s_menu .menu-footer .social-list a:hover {
    color: #a3cc01;
}

.side_menu.dark_s_menu .copy {
    color: #fff;
}

.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
}

.menu-is-opened .side_menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .side_menu .menu-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-opened .side_menu .menu-footer .social-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-is-opened .side_menu .menu-footer .copy {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-is-opened .click-capture {
    visibility: visible;
}

.menu-is-opened .menu-lang {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-opened .close-menu {
    opacity: 1;
}

@media (min-width: 992px) {
    .full_header.mobile_menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .full_header.mobile_menu.navbar_fixed {
        position: fixed;
        width: 100%;
        top: -70px;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
        transition: background 500ms ease, -webkit-transform 500ms ease;
        -o-transition: transform 500ms ease, background 500ms ease;
        transition: transform 500ms ease, background 500ms ease;
        transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        z-index: 99999;
    }
    .full_header.mobile_menu.navbar_fixed .float-left .logo img {
        display: none;
        position:relative;
        top:-3px;
    }
    .full_header.mobile_menu.navbar_fixed .float-left .logo img + img {
        display: inline-block;
    }

    .blog_has_bg .full_header.mobile_menu.navbar_fixed .float-left .logo img + img{
        display:inline-block!important;
    }

    .blog_has_bg .full_header.mobile_menu.navbar_fixed .float-left .logo img {
        display:none!important;
    }
    .full_header.mobile_menu.ab_mobile_menu:before {
        display: none;
    }
    .full_header.mobile_menu.ab_mobile_menu .float-left .logo img {
        display: none;
    }
    .full_header.mobile_menu.ab_mobile_menu .float-left .logo img + img {
        display: inline-block;
    }

    .blog_has_bg .full_header.mobile_menu.ab_mobile_menu .float-left .logo img{
        display:inline-block;
    }
    .blog_has_bg .full_header.mobile_menu.ab_mobile_menu .float-left .logo img + img{
        display:none;
    }
    .full_header.dark_menu.mobile_menu:before {
        display: none;
    }
    .full_header.dark_menu.mobile_menu .float-left .logo img {
        display: inline-block;
    }
    .full_header.dark_menu.mobile_menu .float-left .logo img + img {
        display: none;
    }
    .full_header.dark_menu.mobile_menu.navbar_fixed {
        position: fixed;
        width: 100%;
        top: -70px;
        left: 0;
        right: 0;
        background: #1b1b1b;
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
        transition: background 500ms ease, -webkit-transform 500ms ease;
        -o-transition: transform 500ms ease, background 500ms ease;
        transition: transform 500ms ease, background 500ms ease;
        transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    .full_header.dark_menu.mobile_menu.navbar_fixed .float-left .logo img {
        display: inline-block;
    }
    .full_header.dark_menu.mobile_menu.navbar_fixed .float-left .logo img + img {
        display: none;
    }
}

/* End Home Full Menu css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Inter Studio css
============================================================================================ */
.bg_color {
    background: #1b1b1b;
}

.since_text {
    position: relative;
    left: 40px;
}

.since_text h5 {
    position: absolute;
    left: 0px;
    top: 36px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    font-size: 13.63px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .340px;
}

.intes_studio_area {
    padding-top: 160px;
}

.intes_studio_area .studio_img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: relative;
}

.intes_studio_area .studio_img:after {
    content: "";
    background: url(../img/circle-teckture.png) no-repeat scroll center center;
    width: 191px;
    height: 191px;
    position: absolute;
    right: -95px;
    top: 44.90%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intes_studio_area .studio_img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.intes_studio_area .studio_img .years_text {
    position: absolute;
    right: 0px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.intes_studio_area .studio_img .years_text:before {
    content: "";
    width: 153px;
    height: 153px;
    border: 5px solid #a3cc01;
    display: inline-block;
    right: -79px;
    position: relative;
}

.intes_studio_area .studio_img .years_text .years_text_inner {
    position: relative;
    right: -110px;
    top: -100px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h1 {
    color: #fff;
    font-size: 105px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h2 {
    color: #fff;
    font-size: 48px;
    font-family: "Heebo", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0px;
}

.intes_studio_area .studio_img .years_text .years_text_inner h4 {
    font-size: 16px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .40px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 3px;
}

.studio_text{
    margin-left:-30px;
}

.studio_text h3 {
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.studio_text h5 {
    font-size: 24px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    color: #fff;
    max-width: 380px;
    font-weight: normal;
    margin-bottom: 50px;
}

.studio_text p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    letter-spacing: .21px;
    font-weight: normal;
    margin-bottom: 120px;
}

.white_cl .since_text h5 {
    color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h1 {
    color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h2 {
    color: #263a4f;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h4 {
    color: #263a4f;
}

.white_cl .studio_text h3 {
    color: #263a4f;
}

.white_cl .studio_text h5 {
    color: #263a4f;
}

.white_cl .studio_text p {
    color: #8d9aa8;
}

/* End Inter Studio css
============================================================================================ */
/* Specialliazition css
============================================================================================ */
.speciallization_area {
    padding-top: 130px;
}

.speciallization_area .s_title {
    margin-bottom: 70px;
}

.spec_item h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 40px;
}

.spec_item p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    letter-spacing: .21px;
    font-weight: "Heebo", sans-serif;
    font-weight: normal;
    max-width: 320px;
    margin-bottom: 30px;
}

.white_cl .spec_item h4 {
    color: #263a4f;
}

.white_cl .spec_item p {
    color: #8d9aa8;
}

/* End Specialliazition css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button css
============================================================================================ */
.br_btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    position: relative;
    line-height: 40px;
    margin-bottom: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.br_btn:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 4px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.br_btn:hover {
    color: #a3cc01;
}

.br_btn:hover:before {
    background: #a3cc01;
}

.br_btn.white {
    color: #263a4f;
}

.br_btn.white:before {
    background: #263a4f;
}

.br_btn.white:hover {
    color: #a3cc01;
}

.br_btn.white:hover:before {
    background: #a3cc01;
}

.view_btn {
    color: #a3cc01;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.view_btn:hover {
    color: #fff;
}

.view_btn.white:hover {
    color: #263a4f;
}

.see_btn {
    font-size: 12px;
    color: #263a4f;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-top: 25px;
    display: block;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.see_btn:hover {
    color: #a3cc01;
}

.comment_btn {
    width: 170px;
    height: 50px;
    background: #263a4f;
    color: #fff;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.comment_btn:hover {
    background: #a3cc01;
}

/* Border Button css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest Projects css
============================================================================================ */
.latest_project {
    padding-top: 160px;
}

.latest_project .l_text {
    padding-bottom: 70px;
    overflow: hidden;
}

.fillter_slider {
    overflow: hidden;
}

.fillter_slider .projects_item:after{
    display:none;
}

.fillter_slider .owl-prev, .fillter_slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 80px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.fillter_slider .owl-prev {
    left: 40px;
}

.fillter_slider .owl-next {
    right: 40px;
}

.fillter_slider:hover .owl-prev, .fillter_slider:hover .owl-next {
    opacity: 1;
}

.gird_sizer {
    width: 25%;
}

.projects_item {
    position: relative;
}

.projects_item:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.projects_item .hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index:1;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.projects_item .hover i {
    position: absolute;
    right: -35px;
    opacity:0;
    top: 20px;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.projects_item .hover .project_text {
    position: absolute;
    left: 40px;
    right:40px;
    bottom: 45px;
    color: #fff;
}

.projects_item .hover .project_text h5 {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    opacity: 0;
    margin-bottom: -5px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.projects_item .hover .project_text h4 {
    font-size: 36px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    max-width: 340px;
    margin-bottom: -5px;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
}

.projects_item:hover .hover {
    background: rgba(163, 204, 1, 0.9);
}

.projects_item:hover .hover i {
    right: 30px;
    opacity:1;
}

.projects_item:hover .hover .project_text h5 {
    margin-bottom: 15px;
    opacity: 1;
}

.projects_item:hover .hover .project_text h4 {
    margin-bottom: 0px;
    opacity: 1;
}

.portfolio_filter {
    position: relative;
    top: 10px;
}

.portfolio_filter li {
    display: inline-block;
    margin-right: 30px;
}

.portfolio_filter li a {
    font-size: 18px;
    color: #999999;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.portfolio_filter li:last-child {
    margin-right: 0px;
}

.portfolio_filter li:hover a, .portfolio_filter li.active a {
    color: #fff;
}

.white_cl .portfolio_filter li a {
    color: #8d9aa8;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.white_cl .portfolio_filter li.active a {
    color: #263a4f;
}

.white_cl .portfolio_filter li:hover a {
    color: #263a4f;
}

/* End Latest Projects css
============================================================================================ */
/* End Latest Projects css
============================================================================================ */
.our_press_area {
    padding-top: 145px;
    padding-bottom: 135px;
}

.our_press_area .s_title {
    margin-bottom: 80px;
}

.press_img_item .date {
    margin-bottom: 15px;
    margin-top: 15px;
}

.press_img_item .date a {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.press_img_item .date a:first-child {
    color: #999999;
    font-weight: 500;
}

.press_img_item .date a:first-child:hover {
    color: #fff;
}

.press_img_item .date a:hover {
    color: #a3cc01;
}

.press_img_item .date i {
    color: #999999;
    font-size: 6px;
    position: relative;
    top: -2px;
}

.press_img_item h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.press_img_item h4:hover {
    color: #a3cc01;
}

.press_item {
    margin-bottom: 25px;
    max-width: 465px;
    margin-left: 70px;

    padding-bottom: 25px;
}



.press_item:last-child{
    padding-bottom:0;
    border-bottom:0;
}

.press_item .date {
    margin-bottom: 12px;
}

.press_item .date a {
    font-size: 12px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.press_item .date a:first-child {
    color: #999999;
}

.press_item .date a:first-child:hover {
    color: #fff;
}

.press_item .date a:hover {
    color: #a3cc01;
}

.press_item .date i {
    color: #999999;
    font-size: 6px;
    position: relative;
    top: -2px;
}

.press_item h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.press_item h4:hover {
    color: #a3cc01;
}

.press_item:last-child {
    margin-bottom: 0px;
}

.white_cl .press_img_item .date a {
    color: #263a4f;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.white_cl .press_img_item .date a:first-child {
    color: #8d9aa8;
}

.white_cl .press_img_item .date a:first-child:hover {
    color: #263a4f;
}

.white_cl .press_img_item .date a:hover {
    color: #a3cc01;
}

.white_cl .press_img_item .date i {
    color: #8d9aa8;
}

.white_cl .press_img_item h4 {
    color: #263a4f;
}

.white_cl .press_img_item h4:hover {
    color: #a3cc01;
}

.white_cl .press_item .date a {
    color: #263a4f;
}

.white_cl .press_item .date a:first-child {
    color: #8d9aa8;
}

.white_cl .press_item .date a:first-child:hover {
    color: #263a4f;
}

.white_cl .press_item .date a:hover {
    color: #a3cc01;
}

.white_cl .press_item .date i {
    color: #8d9aa8;
}

.white_cl .press_item h4 {
    color: #263a4f;
}

.white_cl .press_item h4:hover {
    color: #a3cc01;
}

/* End Latest Projects css
============================================================================================ */
/* Project Details css
============================================================================================ */
.project_details_area {
    padding-top: 115px;
    padding-bottom: 115px;
}

.back_btn {
    margin-bottom: 70px;
}

.back_btn a {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    color: #263a4f;
    transition:all 0.3s;
}

.back_btn a:hover{
    color:#a3cc01;
}

.back_btn a i {
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.pd_item h5 {
    font-size: 14px;
    font-weight: bold;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    margin-bottom: 15px;
}

.pd_item h5 span {
    color: #8d9aa8;
    font-weight: normal;
}

.pd_item h5:last-child {
    margin-bottom: 0px;
}

.pd_item h5.share_link a {
    color: #00c1f1;
    position: relative;
    margin-right: 10px;
    font-weight: normal;
}

.pd_item h5.share_link a:hover{
    text-decoration:underline;
}
.pd_item h5.share_link a:before {
    content: "";
    width: 4px;
    height: 1px;
    background: #8d9aa8;
    position: absolute;
    right: -8px;
    top: 50%;
}

.pd_item h5.share_link a:last-child {
    margin-right: 0px;
    color: #fc7d00;
}

.pd_item h5.share_link a:last-child:before {
    display: none;
}

.pd_item h5.share_link a:nth-child(2) {
    color: #1f5fa6;
}

.pd_item h5.share_link a:nth-child(3) {
    color: #d10000;
}

.project_villa_area .villa_text {
    margin-bottom: 70px;
}

.project_villa_area .villa_text h2 {
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 60px;
}

.project_villa_area .villa_text p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #263a4f;
    margin-bottom: 0px;
}

.project_villa_area .link_btn {
    margin-top: 135px;
    margin-bottom: 145px;
}

.project_villa_area .link_btn a {
    font-size: 30px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    color: #263a4f;
    position: relative;
    display: inline-block;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.project_villa_area .link_btn a:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    background: #263a4f;
    height: 2px;
    width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.project_villa_area .link_btn a:hover {
    color: #a3cc01;
}

.project_villa_area .link_btn a:hover:before {
    background: #a3cc01;
}

.villa_slider {
    position: relative;
    z-index: 2;
}

.villa_slider .owl-prev, .villa_slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 60px;
    color: #fff;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.villa_slider .owl-prev:hover, .villa_slider .owl-next:hover {
    color: #a3cc01;
}

.villa_slider .owl-prev {
    left: 20px;
}

.villa_slider .owl-next {
    right: 20px;
}

.prev_next_area {
    text-align: center;
    position: relative;
    z-index: 2;
    overflow:hidden;
}

.prev_next_area .prev {
    width: 50%;
    float:left;
    background: #eaf0f3;
    text-align: center;

}

.prev_next_area .prev a {
    display:block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    letter-spacing: 18px;
    color: #8d9aa8;

    padding: 48px 0px;
}

.prev_next_area .next {
    float:right;
    width: 50%;
    background: url(../img/next-bg.jpg) no-repeat scroll center center;
    background-size: cover;

}

.prev_next_area .next a {
    display:block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 48px 0px;
    font-family: "Heebo", sans-serif;
    letter-spacing: 18px;
    color: #fff;
}

/* End Project Details css
============================================================================================ */
/* Our Projects css
============================================================================================ */
.our_projects_area .projects_tt {
    overflow: hidden;
    padding-bottom: 140px;
    padding-top: 40px;
}

.isotope_fillter {
    margin-top: 22px;
}

.isotope_fillter li {
    display: inline-block;
    margin-right: 30px;
}

.isotope_fillter li a {
    font-size: 18px;
    color: #8d9aa8;
    font-weight: normal;
    font-family: "Heebo", sans-serif;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.isotope_fillter li:hover a, .isotope_fillter li.active a {
    color: #263a4f;
}

.isotope_fillter li:last-child {
    margin-right: 0px;
}

.our_projects_area {
    overflow: hidden;
}

.projects_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3px;
    margin-bottom: -3px;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
}

.projects_inner .projects_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 3px 3px;
    overflow: hidden;
}

.projects_inner .projects_item .hover .project_text h5 {
    margin-bottom: 12px;
    opacity: 1;
}

.projects_inner .projects_item .hover .project_text h4 {
    opacity: 1;
    margin-bottom: 0px;
}

.full_project_area {
    padding-top: 200px;
}

.full_project_area .main_title {
    text-align: center;
    margin-bottom: 0px;
    margin-bottom: 85px;
}

.full_project_area .main_title h2 {
    font-size: 60px;
}

.full_project_area .isotope_fillter {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 55px;
}

.p_full_item {
    margin-bottom: 100px;
    position: relative;
}

.p_full_item:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.p_full_item .hover {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    text-align: center;
}

.p_full_item .hover h5 {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .21px;
    display: block;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.p_full_item .hover h4 {
    color: #fff;
    font-size: 36px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0px;
}

.p_full_item .hover a:hover h4{
    color:#a3cc01;
}

.p_full_item:last-child {
    margin-bottom: 0px;
}

.p_full_item:hover:before {
    opacity: 1;
}

.p_full_item:hover .hover h5 {
    opacity: 1;
    margin-bottom: 13px;
}

.p_full_item:hover .hover h4 {
    opacity: 1;
}

.pagination_dotted {
    text-align: center;
    padding: 100px 0px;
}

.pagination_dotted a {
    height: 5px;
    width: 5px;
    background: #263a4f;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
}

.pagination_dotted a:last-child {
    margin-right: 0px;
}

.pagination_dotted a.active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

/* End Our Projects css
============================================================================================ */
/* Masonry Project css
============================================================================================ */
.ms_project_area .pagination_dotted {
    background: #fff;
}

.ms_project_inner .ms_p_item {
    width: calc(100% / 4);
}

.ms_project_inner .ms_p_item .hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
}

.ms_project_inner .ms_p_item .hover i {
    position: absolute;
    right: -50px;
    top: 20px;
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.ms_project_inner .ms_p_item .hover .project_text {
    position: absolute;
    left: 40px;
    bottom: 45px;
    color: #fff;
}

.ms_project_inner .ms_p_item .hover .project_text h5 {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    opacity: 0;
    margin-bottom: -5px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.ms_project_inner .ms_p_item .hover .project_text h4 {
    font-size: 36px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    max-width: 340px;
    margin-bottom: -5px;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
}

.ms_project_inner .ms_p_item:hover .hover {
    background: rgba(0, 0, 0, 0.5);
}

.ms_project_inner .ms_p_item:hover .hover i {
    right: 30px;
}

.ms_project_inner .ms_p_item:hover .hover .project_text h5 {
    margin-bottom: 15px;
    opacity: 1;
}

.ms_project_inner .ms_p_item:hover .hover .project_text h4 {
    margin-bottom: 0px;
    opacity: 1;
}

.ms_project_inner .ms_p_item .hover .project_text a:hover h4{
    color:#a3cc01;
}

/* End Masonry Project css
============================================================================================ */
/* About Studio css
============================================================================================ */
.about_studio_area {
    padding-top: 150px;
}

.about_studio_area .ab_studio_text {
    padding-right: 20px;
}

.about_image img{
    min-height:280px;
    object-fit:cover;
}

.about_studio_area .ab_studio_text .s_title {
    font-size: 16px;
    color: #8d9aa8;
    margin-bottom: 43px;
}

.about_studio_area .ab_studio_text h5 {
    font-size: 30px;
    line-height: 36px;
    color: #263a4f;
    margin-bottom: 35px;
}

.about_studio_area .ab_studio_text h5:last-child {
    margin-bottom: 0px;
}

.speciallization_area.ab_spec {
    padding-top: 120px;
    padding-bottom: 125px;
}

.meet_team_area {
    padding-top: 120px;
    padding-bottom: 138px;
}

.team_inner h4 {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #8d9aa8;
    margin-bottom: 68px;
}

.team_inner h3 {
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin-top: 70px;
    display: inline-block;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.team_inner h3:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #929ca7;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.team_inner h3:hover {
    color: #a3cc01;
}

.team_inner h3:hover:before {
    background: #a3cc01;
}

.team_slider {
    position: relative;
}

.team_slider .team_slider {
    position: absolute;
    top: -99px;
    right: 0px;
}

.team_slider .owl-prev, .team_slider .owl-next {
    display: inline-block;
    font-size: 36px;
    color: #999999;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.team_slider .owl-prev:hover, .team_slider .owl-next:hover {
    color: #000;
}

.team_slider .owl-prev {
    margin-right: 30px;
}

.team_item {
    position: relative;
}

.team_item:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(163, 204, 1, 0.9);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team_item .hover {
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team_item .hover h5 {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}

.team_item .hover h6 {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}

.team_item .hover .list {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team_item .hover .list li {
    display: inline-block;
    margin-right: 18px;
}

.team_item .hover .list li a {
    font-size: 16px;
    color: #fff;
}

.team_item .hover .list li:last-child {
    margin-right: 0px;
}

.team_item:hover:before {
    opacity: 1;
}

.team_item:hover .hover {
    opacity: 1;
}

.team_item:hover .hover .list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* End About Studio css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Clients css
============================================================================================ */
.clients_area {
    padding-top: 130px;
    background: url(../img/teckture-bg.jpg) repeat scroll center center;
    padding-bottom: 130px;
}

.clients_area .main_title {
    margin-bottom: 80px;
}

.test_item {
    background: #2a2a2a;
    border-top: 5px solid #a3cc01;
    padding: 80px 36px 40px 36px;
    padding-top:50px;
    position: relative;
}

.test_item:before {
    content: "\7b";
    font-family: 'ElegantIcons';
    position: absolute;
    right: 22px;
    top: 20px;
    color: #a3cc01;
    font-size: 60px;
    line-height: 50px;
}

.test_item h4 {
    font-size: 14px;
    line-height:1.5;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

.test_item h4 span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.test_item p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
}

.testimonials_slider .testimonials_slider {
    position: absolute;
    top: -129px;
    right: 0px;
}

.testimonials_slider .owl-prev, .testimonials_slider .owl-next {
    font-size: 36px;
    color: #999999;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
    display: inline-block;
}

.testimonials_slider .owl-prev:hover, .testimonials_slider .owl-next:hover {
    color: #fff;
}

.testimonials_slider .owl-prev {
    margin-right: 45px;
}

.clients_slider {
    padding-top: 100px;
}

.clients_slider .item {
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}

.clients_slider .item img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 55px;
    opacity: .6;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.clients_slider .item:hover img {
    opacity: 1;
}

.white_cl.clients_area {
    background: url(../img/teckture-bg-2.png) repeat scroll;
    background-color: #f9fafa;
}

.white_cl .test_item {
    background: #fff;
    border-top: 5px solid #a3cc01;
}

.white_cl .test_item h4 {
    color: #8d9aa8;
    font-weight: normal;
}

.white_cl .test_item h4 span {
    color: #263a4f;
    font-weight: 500;
    font-size: 18px;
}

.white_cl .test_item p {
    color: #8d9aa8;
}

.white_cl .clients_slider .item img {
    opacity: .25;
}

.white_cl .clients_slider .item:hover img {
    opacity: 1;
}

.white_cl.clients_area .owl-prev:hover, .white_cl.clients_area .owl-next:hover {
    color: #263a4f;
}

/* End Clients css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.animations {
    position: relative;
}

.full_pad {
    overflow: hidden;
}

.full_pad .animsition {
    position: absolute;
    z-index: 35;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.right_position {
    position: absolute;
    z-index: 35;
    right:50px;
}
@media (min-width: 1370px){
    .box_lay {
        margin-left: 40px;
        margin-right: 40px;
        overflow: hidden;
        position: relative;
        min-height: calc(100vh - 80px);
        margin-top: 40px;
    }

    .right_position { right:90px;}
}
@media (min-width: 1800px) {
    .section {
        overflow-x: hidden;
    }

}

.pagepiling .scroll-wrap {
    position: relative;
    min-height: 100%;
}

.pagepiling .section-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.pagepiling .mapBox {
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-position: center;
}

.pagepiling .mapBox button {
    display: none;
}

.pagepiling .mapBox .gmnoprint.gm-bundled-control {
    display: none;
}

.section {
    background: #eaedee;
}


.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

@media (min-width: 1800px) {
    .scrollable-content:before {
        height: calc(100vh - 80px);
    }
}

.scrollable-content .vertical-centred {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
    padding-top: 11.5rem;
    padding-bottom: 7.5rem;
    font-size: 1rem;
}



.inter_content h2 {
    font-size: 100px;
    line-height:1;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-family: "Heebo", sans-serif;
    margin-bottom: 37px;
}

.inter_content h2:before {
    content: "";
    height: 4px;
    width: 100px;
    background: #a3cc01;
    position: absolute;
    top: -16px;
    left: 5px;
}

.inter_content p {
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 80px;
}

.inter_content a {
    color: #fff;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.inter_content a i {
    padding-left: 3px;
}

.inter_content a:hover {
    color: #a3cc01;
}

.full_10_box {
    display:inline-block;
    position: relative;
    padding-left: 17px;
    margin-top: 5px;
}

.full_10_box:before {
    content: "";
    height: 153px;
    width: 153px;
    border: 5px solid #a3cc01;
    display: inline-block;
    position: absolute;
    left: -7px;
    top: 0px;
    z-index: -1;
}

.full_10_box:after {
    content: "";
    background: url(../img/circle-teckture.png) no-repeat scroll center center;
    width: 191px;
    height: 191px;
    position: absolute;
    right: 7px;
    top: -19px;
    z-index: -1;
}

.full_10_box h2 {
    font-size: 105px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    padding-top: 60px;
}

.full_10_box h3 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Heebo", sans-serif;
    text-transform: uppercase;
    padding-left: 7px;
}

.full_10_box h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    padding-left: 8px;
}


.full_footer .float-left{
    position:absolute;
    left:50px;
    bottom:40px;
    z-index: 5;
}

.full_footer .float-right{
    position:absolute;
    right:50px;
    bottom:40px;
    z-index: 5;
}

.full_footer .float-left h5 {
    color: #263a4f;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.full_footer .float-left h5 a {
    font-weight: bold;
    color: #263a4f;
    transition:all 0.3s;
}

.full_footer .float-left h5 a:hover{
    color:#a3cc01;
}

.full_footer .float-right .list li {
    display: inline-block;
    margin-right: 25px;
}

.full_footer .float-right .list li a {
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.full_footer .float-right .list li:last-child {
    margin-right: 0px;
}

.full_footer .float-right .list li:hover a {
    color: #a3cc01;
}

.full_footer.content-white {
    background: transparent;
}

.full_footer.content-white .float-left h5 {
    color: #fff;
}

.full_footer.content-white .float-left h5 a {
    color: #fff;
}

.full_footer.content-white .float-left h5 a:hover{
    color: #a3cc01;
}

.full_footer.content-white .float-right .list li a {
    color: #fff;
}

.full_footer.content-white .float-right .list li:hover a {
    color: #a3cc01;
}

.full_testimonials_area .main_title {
    margin-bottom: 60px;
}

.full_testimonials_area .full_white .test_item {
    background: #fff;
}

.full_testimonials_area .full_white .test_item h4 {
    color: #8d9aa8;
}

.full_testimonials_area .full_white .test_item h4 span {
    color: #263a4f;
}

.full_testimonials_area .full_white .test_item p {
    color: #8d9aa8;
}

.full_testimonials_area .full_white .testimonials_slider .owl-prev:hover, .full_testimonials_area .full_white .testimonials_slider .owl-next:hover {
    color: #263a4f;
}

.full_spec_area .main_title {
    margin-bottom: 80px;
}

.full_spec_area .spec_item h4 {
    color: #263a4f;
}

.full_spec_area .spec_item p {
    color: #8d9aa8;
}

.full_spec_area .spec_item a:hover {
    color: #263a4f;
}

#full_page_slider {
    overflow: hidden;
}

#full_page_slider .left_ar, #full_page_slider .right_ar {
    text-align: center !important;
    color: #fff;
    display: inline-block;
    padding:0!important;
    -webkit-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
}
#full_page_slider .left_ar i, #full_page_slider .right_ar i{
    display:inline-block;
    font-size: 40px !important;
    cursor:pointer;
    transition:all 0.3s!important;
}

#full_page_slider .left_ar:hover, #full_page_slider .right_ar:hover {
    color: #fff !important;
    border-color: #263a4f;
}

#full_page_slider ul li .count {
    font-weight: bold !important;
    font-family: "Oswald", sans-serif;
}

#full_page_slider ul li .left_ar {
    right: 100px !important;
}

#full_page_slider .left_ar i:hover, #full_page_slider .right_ar i:hover{
    color:#a3cc01;
}

@media (min-width: 1800px) {
    .full_slider_inner {
        position: relative;
        overflow: hidden;
        height: calc(100vh - 80px);
    }
    .full_slider_inner .forcefullwidth_wrapper_tp_banner {
        height: calc(100vh - 80px) !important;
    }
    .full_slider_inner .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        height: calc(100vh - 80px) !important;
    }
}

.full_slider_inner,
.full_slider_inner .forcefullwidth_wrapper_tp_banner,
.full_slider_inner .rev_slider_wrapper,
.full_slider_inner .full_page_slider,
.full_slider_inner .tp-revslider-mainul,
.full_slider_inner .tp-revslider-mainul li,
.full_slider_inner .slotholder,
.full_slider_inner .tp-bgimg{
    height:100vh!important;
}



@media (min-width: 1370px){
    .full_slider_inner,
    .full_slider_inner .forcefullwidth_wrapper_tp_banner,
    .full_slider_inner .rev_slider_wrapper,
    .full_slider_inner .full_page_slider,
    .full_slider_inner .tp-revslider-mainul,
    .full_slider_inner .tp-revslider-mainul li,
    .full_slider_inner .slotholder,
    .full_slider_inner .tp-bgimg{
        max-height: calc(100vh - 80px)!important;
    }
}
.pp-scrollable{
    overflow-x:hidden;
}


@media (max-height: 900px) {

}

.left_contact_details h1 {
    font-size: 60px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    margin-bottom: 80px;
}

.left_contact_details h2 {
    font-size: 30px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
}

.left_contact_details h2 span {
    color: #fff;
    font-weight: 700;
}

.left_contact_details p {
    font-size: 14px;
    color: #fff;
    font-family: "Heebo", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
}

.left_contact_details a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: "Heebo", sans-serif;
    line-height: 24px;
    margin-bottom: 20px;
    transition:all 0.3s;
}

.left_contact_details a:hover{
    color:#a3cc01;
}

.left_contact_details .map_btn {
    margin-bottom: 0px;
    margin-top: 110px;
    color: #00ccff;
    display: inline-block;
    transition:all 0.3s;
}

.left_contact_details .map_btn i {
    padding-left: 2px;
}

.left_contact_details .map_btn:hover {
    color: #a3cc01;
}

.right_contact_form h4 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: "Heebo", sans-serif;
    margin-bottom: 80px;
    margin-top: 29px;
}

.right_contact_form .contact_us_form .form-group {
    margin-bottom: 20px;
}

.right_contact_form .contact_us_form .form-group input {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #525252;
    padding: 0px;
    height: 53px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right_contact_form .contact_us_form .form-group input.placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input:-moz-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input::-moz-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group input:focus {
    border-color: #7d7d7d;
    color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus.placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus:-moz-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus::-moz-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group input:focus::-webkit-input-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #525252;
    padding: 5px 0px;
    height: 160px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right_contact_form .contact_us_form .form-group textarea.placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.right_contact_form .contact_us_form .form-group textarea:focus {
    border-color: #7d7d7d;
    color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus.placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus:-moz-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus::-moz-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group textarea:focus::-webkit-input-placeholder {
    color: #fff;
}

.right_contact_form .contact_us_form .form-group .order_s_btn {
    background: transparent;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    width: auto;
}

.right_contact_form .contact_us_form .form-group .order_s_btn:focus {
    outline: none;
    border: none;
}

.right_contact_form .contact_us_form .form-group .order_s_btn i {
    padding-left: 5px;
}

.right_contact_form .contact_us_form .form-group .order_s_btn:hover {
    color: #a3cc01;
}

.right_contact_form .contact_us_form .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 55px;
}



.right_position ul {
    position: relative;
    top: -6px;
}

.right_position ul li {
    margin-bottom: 25px !important;
}

.right_position ul li a span {
    height: 13px !important;
    width: 13px !important;
    background: #253a4f !important;
    opacity: .25;
    border: none !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.right_position ul li a.active span {
    opacity: 1;
}

.right_position ul li:last-child {
    margin-bottom: 0px !important;
}

.right_position.white ul li a span {
    background: #fff !important;
    opacity: .5;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.right_position.white ul li a.active span {
    opacity: 1;
}

.section .box_content {
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: all .35s .6s ease;
    -o-transition: all .35s .6s ease;
    transition: all .35s .6s ease;
    opacity: 0;
}

.section .box_content .main_title.white h2 {
    text-transform: capitalize;
    font-size: 60px;
}

.section.active .box_content {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    color: #a3cc01;
    padding-bottom: 10px;
    font-family: "Heebo", sans-serif;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Video Frame css
============================================================================================ */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Styles for dialog window */
#small-dialog {
    background: #000;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    overflow: visible;
}

#small-dialog .mfp-close {
    right: -40px;
    top: -40px;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform:translateY(0);
    transform: translateY(0);
}


/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* End Video Frame css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Grid css
============================================================================================ */
.blog_grid_inner {
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
}

.blog_grid_inner .container{
    padding:0;
}
.blog_grid_inner .pagination_dotted {
    padding-top: 40px;
}

.blog_g_item {
    margin-bottom: 60px;
    overflow: hidden;
}

.blog_g_item .press_img {
    overflow: hidden;
    display: inline-block;
}

.blog_g_item .press_img img {
    width:100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height:239px;
    object-fit:cover;
}

.blog_g_item .press_img_item .date a {
    color: #263a4f;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_g_item .press_img_item .date a:first-child {
    color: #8d9aa8;
}

.blog_g_item .press_img_item .date a:first-child:hover {
    color: #263a4f;
}

.blog_g_item .press_img_item .date a:hover {
    color: #a3cc01;
}

.blog_g_item .press_img_item .date i {
    color: #8d9aa8;
}

.blog_g_item .press_img_item h4 {
    color: #263a4f;
}

.blog_g_item .press_img_item h4:hover {
    color: #a3cc01;
}

.blog_g_item:hover .press_img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.blog_ms_inner {
    margin-bottom: -55px;
    overflow: hidden;
}

.blog_ms_inner .blog_g_item {
    margin-bottom: 55px;
}

/* End Blog Grid css
============================================================================================ */
/* Blog with Sidebar css
============================================================================================ */
.blog_sidebar_area {
    padding-top: 115px;
}

.left_sidebar_area {
    margin-right: -30px;
}

.left_sidebar_area.mg_left {
    margin-left: -30px;
    margin-right: 0px;
}

.l_widget,
.f_widgets_item {
    margin-bottom: 60px;
}


.l_wd_title h3 {
    font-size: 21px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;
    margin-bottom: 35px;
}

.search_wd .input-group input {
    border: none;
    background: #f1f4f5;
    border-radius: 0px;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.search_wd .input-group input.placeholder {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.search_wd .input-group input:-moz-placeholder {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.search_wd .input-group input::-moz-placeholder {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.search_wd .input-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.l_widget select,
.f_widgets_item  select {
    border: none;
    width:100%;
    background: #f1f4f5;
    border-radius: 0px;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

.l_widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}

.widget_calendar tbody a {
    background-color: #a3cc01;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_rss ul{
    margin-bottom:0;
    padding-left:0;
    list-style:none;
    clear:both;
    overflow:hidden;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li{
    text-align:right;
    border-bottom: 1px solid #d3d8dc;
    overflow:hidden;
    padding: 15px 0px;

}

.widget_archive > ul > li:first-child,
.widget_categories > ul >  li:first-child,
.widget_pages > ul >  li:first-child,
.widget_meta > ul >  li:first-child,
.widget_recent_entries > ul >  li:first-child,
.widget_nav_menu > ul >  li:first-child{
    padding-top:0;
}

.widget_archive > ul >  li:last-child,
.widget_categories > ul >  li:last-child,
.widget_pages > ul >  li:last-child,
.widget_meta > ul >  li:last-child,
.widget_recent_entries > ul >  li:last-child,
.widget_nav_menu > ul >  li:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a{
    float:left;
    text-align:left;
    color:inherit;
    font-size: 14px;
    color: #8d9aa8;
    color: #778594;
    font-family: "Heebo", sans-serif;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.categories_wd .list li a{
    color:inherit;
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.categories_wd .list li a span {
    float: right;
}

.categories_wd .list li:first-child a {
    padding-top: 0px;
}

.categories_wd .list li:last-child a {
    padding-bottom: 0px;
    border-bottom: none;
}

.categories_wd .list li:hover a,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
    color: #a3cc01;
    text-decoration:none;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_pages ul ul li,
.widget_meta ul ul li,
.widget_recent_entries ul ul li,
.widget_nav_menu ul ul li{
    overflow:hidden;
    padding:15px 0 0 15px;
    border-top: 1px solid #d3d8dc;
    border-bottom:0;
    margin-top:15px;

}

.widget_recent_comments ul{
    padding:0;
    list-style:none;
}

.recentcomments,
.widget_rss li{
    margin-bottom:15px;
    color: #778594;
    border-bottom: 1px solid #d3d8dc;
    overflow: hidden;
    padding: 0px 0px 15px;
}

.recentcomments:last-child,
.widget_rss li:last-child{
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}

.recentcomments a{
    color: #778594;
    font-weight:500;
    transition:all 0.3s;
}

.recentcomments a:hover,
.widget_rss li a:hover{
    color:#a3cc01;
}

.widget_tag_cloud a{
    display: inline-block;
    background: #f1f4f5;
    border-color: #f1f4f5;
    color: #263a4f;
    padding: 0px 14px;
    margin-right: 6px;
    margin-bottom: 10px;
    line-height: 27px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    vertical-align: middle;
    text-align: center;
}

.widget_tag_cloud a:hover{
    background: #263a4f;
    border-color: #263a4f;
    color: #fff;
}


.f_widgets_item ul{
    padding-left:0;
    list-style:none;
}

.r_post_wd .media {
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d3d8dc;
}

.r_post_wd .media .d-flex {
    padding-right: 20px;
}

.r_post_wd .media .media-body h4 {
    font-size: 14px;
    line-height: 20px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    margin-bottom:0;
}

.r_post_wd .media .media-body h4:hover {
    color: #a3cc01;
}

.r_post_wd .media:nth-child(2) {
    margin-top: 0px;
}

.r_post_wd .media:last-child {
    padding-bottom: 0px;
    border: none;
}

.tags_wd .tag_list a {
    display: inline-block;
    background: #f1f4f5;
    border-color: #f1f4f5;
    color: #263a4f;
    padding: 0px 14px;
    margin-right: 6px;
    margin-bottom: 10px;
    line-height: 27px;
    -webkit-transition: background-color 400ms linear 0s;
    -o-transition: background-color 400ms linear 0s;
    transition: background-color 400ms linear 0s;
    vertical-align: middle;
    text-align: center;
}





.post-password-form input[type="password"]{
    border: none;
    width:100%;
    background: #f1f4f5;
    border-radius: 0px;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
}

.post-password-form input[type="submit"]{
    border-radius: 0px;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    cursor:pointer;
    background: #263a4f;
    border:0;
    color: #fff;
}

.post-password-form input[type="submit"]:hover{
    background:#a3cc01;
}

.blog_side_item {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e9ebed;
}

.ab_mobile_menu .logo{
    color: rgba(0,0,0,.9);
    font-size:20px;
    font-weight:500;
}



.blog_side_item p{
    line-height:1.8;
    margin-bottom:0;
    color: #8d9aa8;
    color: #778594;
}

.logged-in .header_menu_area:not(.navbar_fixed) .navbar{
    top:0!important;
}

.blog_side_item .media .d-flex {
    padding-right: 30px;
    display:block!important;
}

.blog_side_item .media .d-flex img{
    max-width:300px;
    height:auto!important;
}

.blog_side_item .media .media-body .tag {
    text-transform: uppercase;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body .tag:hover {
    color: #a3cc01;
}

.blog_side_item .media .media-body h4 {
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
    word-break: break-word;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.sticky{
    padding:35px;
    background: #f6f6f6;
    border-bottom:0;
}

.sticky:after{
    position:absolute;
    content:'Featured';
    padding: 5px 10px;
    background: #263a4f;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
}

.blog_side_item .media .media-body h4:hover {
    color: #a3cc01;

}

.blog_side_item .media .media-body a:hover{
    text-decoration:none;
}

.blog_side_item .media .media-body .time {

    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.blog_side_item .media .media-body .time:hover {
    color: #263a4f;
}

.blog_side_item:first-child {
    margin-top: 0px;
}

.blog_side_item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.pagination_inner {
    clear:both;
    margin-top: 100px;
    margin-bottom: 110px;
}

.pagination_inner .pagination li {
    margin-right: 25px;
}

.pagination_inner .pagination li a {
    padding: 0px;
    border: none;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
    background: transparent;
    transition:all 0.4s;
}

.pagination_inner .pagination li:last-child {
    margin-right: 0px;
}

.pagination_inner .pagination li:hover a, .pagination_inner .pagination li.active a {
    color: #263a4f;
    background: transparent;
    font-weight: bold;
}

.pagination_inner .pagination li.next a {
    color: #263a4f;
}


.comment-list{
    padding:0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}



.comments-title,
.comment-reply-title {
    font-size: 23px;
    font-size: 1.4375em;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 1.2em;
    color: #263a4f;
}

.comments-title {
    margin-bottom: -1em;
    font-weight:500;
    font-size:17px;
}

.logged-in-as{
    margin-bottom:20px!important;
}

.logged-in-as a{
    color:#263a4f;

    transition:all 0.3s;
    margin-left:4px;
}

.logged-in-as a:first-child{
    margin-left:0;
}

.logged-in-as a:hover{
    text-decoration:none;
    color:#a3cc01;
}

.comments-title{
    padding-top:0;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article{
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .comment:first-child article{
    border-top:0;
    padding-top:4em;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    margin-right: 0.875em;
    position: relative;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.7em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
    transition:all 0.3s;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.5em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    display: inline-block;
    border: 1px solid  #263a4f;
    background: #263a4f;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 0px 16px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.comment-body + .comment-respond{
    margin-top:25px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #263a4f;
    background:none;
}

.comment-metadata time:hover,
.comment-metadata .edit-link a:hover{
    color:#a3cc01;
}

.comment-author .fn a{
    color:#273a4e;
}
.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.logged-in-as{
    padding-left:15px;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}

/* End Blog with Sidebar css
============================================================================================ */
/* Single blog Gallery css
============================================================================================ */
.blog_gallery_area .blog_g_slider {
    position: relative;
}

.blog_gallery_area .blog_g_slider .owl-prev, .blog_gallery_area .blog_g_slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog_gallery_area .blog_g_slider .owl-prev i, .blog_gallery_area .blog_g_slider .owl-next i {
    font-size: 36px;
}

.blog_gallery_area .blog_g_slider .owl-prev:hover, .blog_gallery_area .blog_g_slider .owl-next:hover {
    background: #263a4f;
    border-color: #263a4f;
}

.blog_gallery_area .blog_g_slider .owl-prev {
    left: 80px;
}

.blog_gallery_area .blog_g_slider .owl-next {
    right: 80px;
}

.box_layout {
    max-width: 770px;
    margin: auto;
}

.single_blog_content {
    padding-top: 92px;
    padding-bottom: 120px;
}

.page .single_blog_content{
    padding-top:140px;
    padding-bottom:60px;
}

.blog_main_text h1,
.blog_main_text h2,
.blog_main_text h3,
.blog_main_text h4,
.blog_main_text h5,
.blog_main_text h6{
    color:#263a4f;
    margin-bottom:1rem;
}

.single_blog_title{
    font-size: 48px;
    color: #263a4f;
    font-weight: bold;
    margin-bottom: 20px;
}

.s_blog_text_inner.video_s_blog .blog_main_text .single_blog_title{
    font-size:36px;
}

.s_blog_text_inner .blog_main_text {
    padding-bottom: 65px;
}

/*.s_blog_text_inner .blog_main_text h4 {
  font-size: 48px;
  color: #263a4f;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}*/

.s_blog_text_inner .blog_main_text .date {
    margin-bottom: 60px;
}

.s_blog_text_inner .blog_main_text .date a {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.s_blog_text_inner .blog_main_text .date a:last-child {
    color: #263a4f;
    font-weight: bold;
}

.s_blog_text_inner .blog_main_text .date a:last-child:hover {
    color: #a3cc01;
}

.s_blog_text_inner .blog_main_text .date a:hover {
    color: #263a4f;
}

.s_blog_text_inner .blog_main_text .date i {
    font-size: 6px;
    color: #8d9aa8;
    position: relative;
    top: -2px;
    padding-left: 2px;
    padding-right: 2px;
}

.s_blog_text_inner .blog_main_text,
.comment-content {
    font-size: 16px;
    line-height: 30px;
    color: #263a4f;
    color: #5d6d7d;
}

.s_blog_text_inner .blog_main_text img.img-fluid {
    margin-top: 65px;
    margin-bottom: 65px;
}

.s_blog_text_inner .blog_main_text .embed-responsive {
    margin-bottom: 60px;
}

/*.s_blog_text_inner .blog_main_text h5 {
  color: #263a4f;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 35px;
}*/

blockquote {
    font-size: 24px;
    color: #263a4f;
    line-height: 36px;
    letter-spacing: .60px;
    font-weight: 300;
    position: relative;
    padding-left: 100px;
    padding-right: 90px;
    margin-bottom: 45px;
    margin-top: 45px;
}

blockquote,
q{
    quotes: none;
}

.wp-block-quote:before   {

    content: "";
    font-style: normal;
    position: absolute;
    width:11px;
    height:11px;
    left: 80px;
    top: -2px;
    background: url(../img/quote.png) no-repeat scroll center center;

}



blockquote p {
    margin-bottom: 1.4em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
}

.s_blog_text_inner .blog_main_text .blockquote {
    padding-left: 80px;
    padding-right: 90px;
    margin-bottom: 45px;
    margin-top: 45px;
}

.s_blog_text_inner .blog_main_text .blockquote h6 {
    margin-bottom: 0px;
    font-size: 24px;
    color: #263a4f;
    line-height: 36px;
    letter-spacing: .60px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.s_blog_text_inner .blog_main_text .blockquote h6 i {
    display:none;
    font-style: normal;
    position: absolute;

    left: 0px;
    top: 5px;
    font-size: 60px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: 100;
}

.s_blog_text_inner .blog_main_text .s_blog_tag {
    margin-top: 83px;
    clear:both;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a {
    display: inline-block;
    background: #f1f4f5;
    border-color: #f1f4f5;
    color: #263a4f;
    font-size: 14px;
    line-height: 28px;
    padding: 0px 16px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    margin-right: 6px;
    margin-bottom:6px;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a:hover {
    background: #263a4f;
    border-color: #263a4f;
    color: #fff;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a:last-child {
    margin-right: 0px;
}

.s_blog_text_inner.video_s_blog .blog_main_text a:hover h4{
    color:#a3cc01;
}

.related_post {
    border-top: 2px solid #e9ebed;
    padding-top: 60px;
}

.related_post h4 {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;
    font-size: 24px;
    margin-bottom: 40px;
}

.related_post .blog_g_item {
    margin-bottom: 0px;
}

.s_blog_text_inner.video_s_blog {
    padding-bottom: 80px;
}

.single_banner_text .lead{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

/* End Single blog Gallery css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Comment Form css
============================================================================================ */
.comment_form {
    background: #ebf0f4;
    padding: 130px 0px;
}

.comment_title {
    padding-bottom: 45px;
    color: #778594;
}

.comment_title h2 {
    font-size: 24px;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    color: #263a4f;
    margin-bottom: 12px;
}

.comments + .fomment_form_inner{
    margin-top:40px;
}

.comment_title p {
    font-size: 14px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
    margin-bottom: 0px;
}

.comment_from .form-group {
    margin-bottom: 30px;
}

.comment_from .form-group input {
    height: 50px;
    border: 1px solid #bcc5ce;
    border-radius: 0px;
    padding: 0px 15px;
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group input.placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.blog_g_slider img{
    min-height:380px;
    object-fit:cover;
}

.comment_from .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group textarea {
    height: 216px;
    border: 1px solid #bcc5ce;
    border-radius: 0px;
    padding: 15px 15px;
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    resize: none;
    font-weight: normal;
}

.comment_from .form-group textarea.placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group textarea:-moz-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group textarea::-moz-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
}

.comment_from .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 17px;
}

.p_star {
    display: inline-block;
    position: relative;
}

.p_star input {
    background: #fff;
}

.p_star input:valid + .placeholder {
    display: none;
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #8d9aa8;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.p_star .placeholder::after {
    content: " *";
    color: tomato;
}

/* End Blog Comment Form css
============================================================================================ */
/* End Blog Comment Form css
============================================================================================ */
.banner_map .mapBox {
    min-height: 620px;
}

.contact_area2 {
    padding-top: 145px;
    padding-bottom: 160px;
}

.contact_area2 .left_contact_details h1 {
    font-size: 48px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    margin-bottom: 85px;
}

.contact_area2 .left_contact_details h2 {
    font-size: 30px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #8d9aa8;
    margin-bottom: 25px;
}

.contact_area2 .left_contact_details h2 span {
    font-weight: bold;
    color: #263a4f;
}

.contact_area2 .left_contact_details p {
    font-size: 14px;
    line-height: 24px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
}

.contact_area2 .left_contact_details a {
    font-size: 14px;
    line-height: 24px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
}

.contact_area2 .left_contact_details .map_btn {
    color: #0099cc;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 100px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.contact_area2 .left_contact_details .map_btn:hover {
    color: #a3cc01;
}

.contact_area2 .right_contact_form h4 {
    font-size: 20px;
    color: #263a4f;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input {
    border-bottom-color: #e9ebed;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input.placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:focus {
    border-bottom-color: #a8b0b9;
    color: #263a4f;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea {
    border-bottom-color: #e9ebed;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea.placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea:focus {
    border-bottom-color: #a8b0b9;
    color: #263a4f;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn {
    font-size: 14px;
    color: #263a4f;
    display: inline-block;
    width: auto;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn:hover {
    color: #a3cc01;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_area2 .right_contact_form .contact_us_form .form-group:last-child {
    margin-top: 62px;
}

label {
    margin-top: 8px;
}

.success-message, .error-message {
    display: none;
    margin-top: 5px;
    padding-left: 15px;
}

.customize-support .navbar_fixed.header_menu_area{
    margin-top:32px;
}

.admin-bar .header_menu_area{
    margin-top:0!important;
}

/* End Blog Comment Form css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer css
============================================================================================ */
.footer_area {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 120px;
}

.footer_area .footer_widgets {
    padding-bottom: 100px;
}

.footer_area .footer_widgets .f_widgets_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:0 15px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(2) .f_contact {
    margin-left: -56px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(3) .f_link {
    margin-left: 75px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(4) .f_link {
    margin-left: 95px;
}

.footer_area .footer_widgets .f_widgets_item:nth-child(5) .f_link {
    margin-left: 85px;
}

.f_title {
    margin-bottom: 25px;
}

.f_title h3 {

    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.f_contact {
    max-width: 270px;
}

.f_contact a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.f_contact a:last-child {
    margin-bottom: 0px;
}

.f_contact p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.f_link .list li {
    margin-bottom: 10px;
}

.f_link .list li a {
    font-size: 14px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.f_link .list li:last-child {
    margin-bottom: 0px;
}

.f_link .list li:hover a {
    color: #fff;
}

.footer_copyright {
    overflow: hidden;
    border-top: 2px solid #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 0px;
}

.footer_copyright .left_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer_copyright .left_text p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
}

.footer_copyright .left_text p a {
    color: #fff;
    font-weight: bold;
}

.footer_copyright .middle_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.footer_copyright .middle_text .list {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer_copyright .middle_text .list li {
    display: inline-block;
    margin-right: 25px;
}

.footer_copyright .middle_text .list li a {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .middle_text .list li:last-child {
    margin-right: 0px;
}

.footer_copyright .middle_text .list li:hover a {
    color: #fff;
}

.footer_copyright .right_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.footer_copyright .right_text .list li {
    display: inline-block;
    margin-right: 25px;
}

.footer_copyright .right_text .list li a {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .right_text .list li:hover a, .footer_copyright .right_text .list li.active a {
    color: #fff;
}

.footer_copyright .right_text .list li:last-child {
    margin-right: 0px;
}

.white_f {
    background: #fff;
}

.white_f .f_title h3 {
    color: #263a4f;
}

.white_f .f_contact a {
    color: #8d9aa8;
}

.white_f .f_contact p {
    color: #8d9aa8;
}

.white_f .f_link .list li a {
    color: #8d9aa8;
}

.white_f .f_link .list li:hover a {
    color: #263a4f;
}

.white_f .footer_copyright {
    border-top: 2px solid #f0f0f0;
}

.white_f .footer_copyright .left_text p {
    color: #8d9aa8;
}

.white_f .footer_copyright .left_text p a {
    color: #263a4f;
    transition:all 0.4s;
}

.white_f .footer_copyright .left_text p a:hover{
    color:#a3cc01;
}

.white_f .footer_copyright .middle_text .list li a {
    color: #8d9aa8;
}

.white_f .footer_copyright .middle_text .list li:hover a {
    color: #263a4f;
}

.white_f .footer_copyright .right_text .list li a {
    color: #8d9aa8;
}

.white_f .footer_copyright .right_text .list li:hover a, .white_f .footer_copyright .right_text .list li.active a {
    color: #263a4f;
}

.widget_rss .l_wd_title a{
    color: #263a4f;
}

.widget_rss  a{
    color: #778594;
    font-weight: 500;
    transition: all 0.3s;
}

.rss-date{
    display:inline-block;
    margin-bottom:10px;
}

.widget_rss li a{
    display:inline-block;
    margin-bottom:10px;
}

.rsswidget img{
    position:relative;
    top:-1px;
}


.single_blog_content  iframe {
    border: none;
    min-height: 30em;
    height: auto;
    width: 100%;

}


/* End Footer css
============================================================================================ */
/*---------------------------------------------------- */


/**
END light style
 */

body {
    background: rgb(27, 27, 27);
}

.home-parallax-dark {
    background: #fff;
}

.header_menu_area.white_menu.navbar_fixed {
    background: #1b1b1b;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    color: #fff;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu {
    background: #1b1b1b;
}

.header_menu_area .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a {
    color: #999999 !important;
    border-bottom: 1px solid #3c3c3c;
}

.header_menu_area .navbar.navbar-expand-lg .navbar-brand img + img {
    display: none;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img + img {
    display: none;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .navbar-brand img {
    display: inline-block;
}

.full_header.mobile_menu.navbar_fixed {
    background: #1b1b1b;
}

.full_header.mobile_menu.navbar_fixed .float-left .logo img + img {
    display: none;
}

.full_header.mobile_menu.navbar_fixed .float-left .logo img {
    display: inline-block;
}

.side_menu {
    background: #1b1b1b;
}

.side_menu .menu-list li a {
    color: #fff;
}

.side_menu .menu-list .menu-item-has-children > a:after {
    color: #fff;
}

.side_menu .menu-lang a {
    color: #fff;
}

.side_menu .menu-list li ul li a {
    color: #999;
}

.side_menu .menu-list li ul li a:hover {
    color: #fff;
}

.side_menu .menu-footer .social-list a {
    color: #999;
}

.side_menu .menu-footer .social-list a:hover {
    color: #fff;
}

.menu-is-opened .side_menu .menu-footer .copy {
    color: #999;
}

.page_lines .col-lg-4 .line {
    background: #222222;
}

.white_cl .studio_text h3,
.white_cl .studio_text h5 {
    color: #fff;
}

.white_cl .studio_text p {
    color: #999;
}

.br_btn.white {
    color: #fff;
}

.br_btn.white:before {
    background: #fff;
}

.s_title.white {
    color: #999;
}

.white_cl .since_text h5 {
    color: #fff;
}

.intes_studio_area .studio_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.2);
    z-index: 3;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h1 {
    color: #fff;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h2 {
    color: #fff;
}

.white_cl.intes_studio_area .studio_img .years_text .years_text_inner h4 {
    color: #fff;
}

.intes_studio_area .studio_img .years_text {
    z-index: 3;
}

.white_cl .spec_item h4 {
    color: #fff;
}

.white_cl .spec_item p {
    color: #999;
}

.view_btn:hover {
    color: #fff !important;
}

.main_title.white h2 {
    color: #fff;
}

.white_cl .press_item h4 {
    color: #fff;
}

.white_cl .press_item .date a {
    color: #fff;
}

.white_cl .press_item .date a:first-child {
    color: #999;
}

.white_cl .press_item .date a:first-child:hover {
    color: #fff;
}

.white_cl .press_img_item h4 {
    color: #fff;
}

.white_cl .press_img_item .date a {
    color: #fff;
}

.white_cl .press_img_item .date a:first-child {
    color: #999;
}

.white_cl .press_img_item .date a:first-child:hover {
    color: #fff;
}

.white_cl.clients_area {
    background: url(../img/teckture-bg.jpg) repeat scroll;
}

.white_cl.clients_area .owl-prev:hover, .white_cl.clients_area .owl-next:hover {
    color: #fff;
}

.white_cl .test_item {
    background: #2a2a2a;
}

.white_cl .test_item h4 span {
    color: #fff;
}

.white_cl .test_item h4,
.white_cl .test_item p {
    color: #999;
}

.white_f {
    background: #1b1b1b;
}

.white_f .f_title h3 {
    color: #fff;
}

.white_f .f_link .list li a {
    color: #999;
}

.white_f .f_link .list li:hover a {
    color: #fff;
}

.white_f .f_contact a {
    transition: all 0.4s;
}

.white_f .f_contact p,
.white_f .f_contact a {
    color: #999;
}

.white_f .f_contact a:hover {
    color: #fff;
}

.white_f .footer_copyright {
    border-top: 2px solid #282828;
}

.white_f .footer_copyright .left_text p {
    color: #999;
}

.white_f .footer_copyright .left_text p a {
    color: #fff;
    transition: all 0.3s;
}

.white_f .footer_copyright .left_text p a:hover {
    color: #a3cc01;
}

.white_f .footer_copyright .middle_text .list li a {
    color: #999;
}

.white_f .footer_copyright .middle_text .list li a:hover {
    color: #fff;
}

.white_f .footer_copyright .right_text .list li a {
    color: #999;
}

.white_f .footer_copyright .right_text .list li:hover a, .white_f .footer_copyright .right_text .list li.active a {
    color: #fff;
}

.section {
    background: #1b1b1b;
}

.full_spec_area .spec_item h4 {
    color: #fff;
}

.full_spec_area .spec_item p {
    color: #999;
}

.full_header:before {
    background: #1A1A1A;
}

.full_header .float-left .phone {
    color: #fff;
}

.full_header .float-left .logo img {
    display: inline-block;
}

.full_header .float-left .logo img + img {
    display: none;
}

.right_position ul li a span {
    height: 13px !important;
    width: 13px !important;
    background: #fff !important;
    opacity: .25;
    border: none !important;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.full_footer .float-left h5,
.full_footer .float-left h5 a,
.full_footer .float-right .list li a {
    color: #fff;
}

.full_testimonials_area .full_white .test_item {
    background: #2a2a2a;
}

.full_testimonials_area .full_white .test_item h4 span {
    color: #fff;
}

.full_testimonials_area .full_white .test_item h4,
.full_testimonials_area .full_white .test_item p {
    color: #999;
}

.full_testimonials_area .full_white .testimonials_slider .owl-prev:hover,
.full_testimonials_area .full_white .testimonials_slider .owl-next:hover {
    color: #fff;
}

.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav li a,
.dark_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right .glink {
    color: #fff;
}

.dark_menu.navbar_fixed {
    background: #1b1b1b;
}

@media (max-width: 991px) {

    .full_header.mobile_menu.ab_mobile_menu .float-left .logo img {
        display: inline-block;
    }

    .full_header.mobile_menu.ab_mobile_menu .float-left .logo img + img {
        display: none;
    }

}

.about_studio_area .ab_studio_text .s_title,
.team_inner h4 {
    color: #999;
}

.about_studio_area .ab_studio_text h5,
.team_inner h3 {
    color: #fff;
}

.team_inner h3:before {
    background: #fff;
}

.breadcrumb_link a {
    color: #999;
}

.breadcrumb_link a:first-child {
    color: #fff;
}

.isotope_fillter li a {
    color: #999;
}

.isotope_fillter li:hover a, .isotope_fillter li.active a {
    color: #fff;
}

.project_breadcrumb_area {
    overflow: hidden;
}

.back_btn a {
    color: #999;
}

.pd_item h5 {
    color: #fff;
}

.pd_item h5 span {
    color: #999;
}

.project_villa_area .villa_text h2 {
    color: #fff;
}

.project_villa_area .villa_text p {
    color: #999;
}

.project_villa_area .link_btn a {
    color: #fff;
}

.project_villa_area .link_btn a:before {
    background: #fff;
}

.blog_g_item .press_img_item h4 {
    color: #fff;
}

.blog_g_item .press_img_item .date a {
    color: #fff;
}

.white_cl .press_item .date i {
    color: #999;
}

.blog_g_item .press_img_item .date a:first-child,
.blog_g_item .press_img_item .date i,
.see_btn {
    color: #999;
}

.blog_g_item .press_img_item .date a:first-child:hover {
    color: #fff;
}

.l_wd_title h3 {
    color: #fff;
}

.search_wd .input-group input {
    background: #222121;
    color: #fff;
}

.search_wd .input-group input.placeholder {
    color: #8d9aa8;
}

.search_wd .input-group input:-moz-placeholder {
    color: #999;
}

.search_wd .input-group input::-moz-placeholder {
    color: #999;
}

.search_wd .input-group input::-webkit-input-placeholder {
    color: #999;
}

.post-meta.nav,
.blog_side_item .media .media-body .time {
    color: #999;
}

.post-meta.nav a,
.blog_side_item .media .media-body .time:hover {
    color: #fff;
}

.blog_side_item .media .media-body h4 {
    color: #fff;
}

.blog_side_item {
    border-bottom: 2px solid #3c3c3c;
}

.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_meta li a, .widget_recent_entries li a, .widget_nav_menu li a {
    color: #999;
}

.widget_archive li, .widget_categories li, .widget_pages li, .widget_meta li, .widget_recent_entries li, .widget_nav_menu li {
    border-bottom: 1px solid #3c3c3c;
}

.r_post_wd .media .media-body h4 {
    color: #fff;
}

.r_post_wd .media {
    border-bottom: 1px solid #3c3c3c;
}

.widget_tag_cloud a {
    border: 1px solid #3c3c3c;
    color: #999;
    background: transparent;
}

.tags_wd .tag_list a {
    border: 1px solid #3c3c3c;
    color: #999;
    background: transparent;
}

.tags_wd .tag_list a:hover {
    background: #263a4f;
    border-color: #263a4f;
    color: #fff;
}

.widget_tag_cloud a:hover {
    background: #263a4f;
    border-color: #263a4f;
    color: #fff;
}

.page_link a.active {
    color: #fff;
}

.page_link a.active:hover {
    color: #a3cc01;
}

.page_link a,
.page_link a:before {
    color: #999;
}

.s_blog_text_inner .blog_main_text, .comment-content {
    color: #999;
}

.blog_main_text h1, .blog_main_text h2, .blog_main_text h3, .blog_main_text h4, .blog_main_text h5, .blog_main_text h6 {
    color: #fff;
}

.s_blog_text_inner .blog_main_text .blockquote h6 {
    color: #fff;
}

blockquote:before {
    background: url(../img/quote-2.png) no-repeat scroll center center;
}

.s_blog_text_inner .blog_main_text .s_blog_tag a {
    border: 1px solid #3c3c3c;
    color: #999;
    background: transparent;
}

.related_post {
    border-top: 2px solid #3c3c3c;
}

.related_post h4 {
    color: #fff;
}

.comment_form {
    background: #222121;
}

.comment_title h2 {
    color: #fff;
}

.s_blog_text_inner .blog_main_text .date a:last-child {
    color: #fff;
}

.s_blog_text_inner .blog_main_text .date a,
.s_blog_text_inner .blog_main_text .date i {
    color: #999;
}

.s_blog_text_inner .blog_main_text .date a:hover {
    color: #fff;
}

.breadcrumb_link a:before {
    color: #999;
}

.contact_area2 .left_contact_details h1 {
    color: #fff;
}

.contact_area2 .right_contact_form h4,
.contact_area2 .left_contact_details h2 span {
    color: #fff;
}

.left_contact_details h2, .contact_area2 .left_contact_details p, .contact_area2 .left_contact_details a,
.contact_area2 .left_contact_details h2 {
    color: #999;
}

.contact_area2 .left_contact_details a:hover {
    color: #a3cc01;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input.placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input::-webkit-input-placeholder {
    color: #999;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input,
.contact_area2 .right_contact_form .contact_us_form .form-group textarea {
    border-bottom: 2px solid #3c3c3c;
}

.contact_area2 .right_contact_form .contact_us_form .form-group input:focus,
.contact_area2 .right_contact_form .contact_us_form .form-group textarea:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea.placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea:-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-moz-placeholder {
    color: #8d9aa8;
}

.contact_area2 .right_contact_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
    color: #999;
}

.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn {
    color: #fff;
}

.side_menu .menu-list li ul li.active a,
.side_menu .menu-list li ul li.active a:hover {
    color: #a3cc01;
}

.page-header,
.image_banner_area {
    background-color: #222121 !important;

}

.page-header h1,
.image_banner_area .single_banner_text h3 {
    color: #fff;
}

.header_breadcrumb_link a {
    color: #fff;
}

.header_breadcrumb_link span {
    color: #999;
}

.dark_menu .navbar-brand,
.navbar_fixed .navbar-light .navbar-brand,
.dark_menu .navbar-brand:hover,
.ab_mobile_menu .logo {
    color: #fff;
}

table, th, td {
    border: 1px solid #3C3C3C;
}

caption {
    color: #fff;
}

.widget_archive ul ul li, .widget_categories ul ul li, .widget_pages ul ul li, .widget_meta ul ul li, .widget_recent_entries ul ul li, .widget_nav_menu ul ul li {
    border-top: 1px solid #3c3c3c;
}

.l_widget select, .f_widgets_item select, select {
    background: #222121;
    color: #999;
}

.image_banner_area .single_banner_text .date a,
.image_banner_area .single_banner_text .date i {
    color: #fff;
}

blockquote {
    color: #fff;
}

pre {
    color: #999;
}

.comment-author {
    color: #999;
}

.fn,
.comment-author .fn a {
    color: #fff;
}

.comment-list article {
    border-top: 1px solid #383838;
}

.comment-reply-link:hover {
    background: #a3cc01;
    color: #fff;
}

.no-comments {
    border-top: 1px solid #383838;
}

.pagination_inner .pagination li a {
    color: #999;
}

.pagination_inner .pagination li:hover a, .pagination_inner .pagination li.active a {
    color: #fff;
}

.comments-title, .comment-reply-title {
    color: #fff;
}

.comment_title {
    color: #999;
}

.blog_side_item p {
    color: #999;
}

.widget_rss .l_wd_title a {
    color: #fff;
}

.widget_rss a {
    color: #999;
    font-weight: 500;
    transition: all 0.3s;
}

.widget_rss li a {
    display: inline-block;
    margin-bottom: 10px;
}

.recentcomments, .widget_rss li {
    color: #999;
}

.recentcomments a,
.widget_rss li a {
    color: #fff;
}

.logged-in-as a {
    color: #a3cc01;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.recentcomments, .widget_rss li {
    border-bottom: 1px solid #3c3c3c;
}

.blockquote {
    color: #fff;
}

blockquote cite, blockquote small {
    color: #fff;

}

