/*----------------------------------------------------
@File: Default Styles
@Author: DesignArc
@URL: http://demos.pixelatethemes.com
Author E-mail: ronymia015@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: Infratek
@Author: Rony
@Developed By: Rony
@Developer URL: 
Author E-mail: ronymia015@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*/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600|Playfair+Display:400,400i,700i|Poppins:400,500,600,700|Lato:400,700");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}


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


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

a {
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

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

button:focus {
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #797979;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.f_p {
    font-family: "Poppins", sans-serif;
}

.f_l {
    font-family: "Lora", serif;
}

.f_play {
    font-family: "Playfair Display", serif;
}

.f_300 {
    font-weight: 300;
}

.f_400 {
    font-weight: 400;
}

.f_500 {
    font-weight: 500;
}

.f_600 {
    font-weight: 600;
}

.f_700 {
    font-weight: 700;
}

.f_size_18 {
    font-size: 18px;
}

.f_size_20 {
    font-size: 20px;
    line-height: 32px;
}

.f_size_32 {
    font-size: 32px;
}

.l_height_28 {
    line-height: 28px;
}

.mb-50 {
    margin-bottom: -50px;
}

.mt_50 {
    margin-top: 50px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt_7 {
    margin-top: 7px;
}

.sec_gap {
    padding: 100px 0px;
}


/*=========== font color css ============*/

.title_color {
    color: #242424;
}

.color_w {
    color: #fff;
}


/*============= background color ==========*/

.bg_color {
    background: #f8f8f8;
}

.bg_color_two {
    background: #f4f4f4;
}

.bg_color_three {
    background: #f3f3f3;
}


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

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

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


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

.section_title h2 {
    display: inline-block;
}

.section_title h2 span {
    font-weight: 700;
    font-style: italic;
}

.section_title p {
    margin-bottom: 0px;
}

.section_title .mb_3 {
    margin-bottom: 3px;
}

.title_br {
    width: 50px;
    height: 2px;
    background: #f07c00;
    display: inline-block;
    margin-left: 15px;
}

.title_br.dark {
    background: #242424;
}


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


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

.read_more {
    font: 400 16px/30px "Poppins", sans-serif;
    color: #fff;
    background: #242424;
    border-radius: 45px;
    padding: 8px 42px;
    display: inline-block;
    -webkit-transition: background 0.3s linear, color 0.23s linear !important;
    -o-transition: background 0.3s linear, color 0.23s linear !important;
    transition: background 0.3s linear, color 0.23s linear !important;
    cursor: pointer;
}

.read_more:hover {
    background: #f07c00;
    color: #fff;
}

.border_radious_none {
    border-radius: 0px;
}

.btn_yellow {
    background: #f07c00;
    color: #242424;
}

.btn_yellow:hover {
    background: #c46601;
}

.read_btn_two {
    font-size: 15px;
    border: 2px solid #6a6a6a;
    display: inline-block;
    padding: 6px 25px;
    color: #242424;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.read_btn_two:hover {
    background: #f07c00;
    color: #242424;
    border-color: #f07c00;
}

.thm-btn {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.btn_white {
    font-size: 15px;
    background: #fff;
    color: #242424;
    padding: 12px 40px;
}


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


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


/*========== main_menu_area css ========*/

.menu_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar {
    padding: 0px 45px;
}

.menu>.nav-item {
    padding-top: 25px;
    padding-bottom: 26px;
}

.menu>.nav-item>.nav-link {
    color: #fff;
    font: 500 16px/38px "Poppins", sans-serif;
    padding: 0px;
    position: relative;
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0px;
    height: 1px;
    background: #f07c00;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu>.nav-item>.nav-link:after {
    display: none;
}

.menu>.nav-item+li {
    margin-left: 35px;
}

.menu>.nav-item:hover .nav-link,
.menu>.nav-item.active .nav-link {
    color: #f07c00;
}

.menu>.nav-item:hover .nav-link:before,
.menu>.nav-item.active .nav-link:before {
    width: 50%;
    right: auto;
    left: 0;
}

.menu>.nav-item.submenu .dropdown-menu {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background: #252525;
    margin: 0px;
}

@media (min-width: 992px) {
    .menu>.nav-item.submenu .dropdown-menu {
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        display: block;
        min-width: 255px;
        border-radius: 0px;
        border: none;
        padding: 18px 33px;
        -webkit-box-shadow: none;
        box-shadow: none;
        visibility: hidden;
        top: 120%;
        left: -23px;
        opacity: 0;
    }
}

.menu>.nav-item.submenu .dropdown-menu li {
    margin-right: 0px;
    display: block;
}

.menu>.nav-item.submenu .dropdown-menu li a {
    display: block;
    line-height: 38px;
    color: #b0b0b0;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.30px;
    font-size: 15px;
    padding: 0px;
    text-transform: inherit;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-weight: 400;
    text-shadow: none;
}

.menu>.nav-item.submenu .dropdown-menu li:hover a {
    color: #f07c00;
}

@media (min-width: 992px) {
    .menu>.nav-item:hover.submenu .dropdown-menu {
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
}

.menu>.nav-item.search {
    margin-left: 30px;
}

.menu>.nav-item.search a {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
}

.menu>.nav-item.search.br_left:before {
    content: "";
    height: 20px;
    width: 1px;
    background: #916d12;
    display: inline-block;
    margin-right: 20px;
    top: 4px;
    position: relative;
}

.phone {
    font: 300 22px/40px "Poppins", sans-serif;
    color: #fff;
}

.phone:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #919191;
    display: inline-block;
    top: 2px;
    position: relative;
    margin: 0px 30px;
}


/*========== main_menu_area css ========*/


/*=============menu_area_two css =============*/

.menu_area_two {
    background: #f07c00;
    border-bottom: 0px;
}

.menu_area_two+section {
    margin-top: 133px;
}

.header_top .header_border_bottom {
    border-bottom: 1px solid #cc9e2d;
}

.header_top .header_info_top li a {
    font: 300 15px/43px "Poppins", sans-serif;
    color: #242424;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.header_top .header_info_top li a i {
    font-weight: 400;
    padding-right: 7px;
}

.header_top .header_info_top li a:hover {
    color: #fff;
}

.header_top .header_info_top li+li {
    padding-left: 30px;
}

.header_top .social-icon li a {
    font-size: 16px;
    line-height: 43px;
    color: #242424;
}

.header_top .social-icon li a:hover {
    color: #fff;
}

.header_top .social-icon li+li {
    margin-left: 18px;
}

.menu_two {
    padding: 0px;
}

.menu_two .menu>.nav-item>.nav-link {
    color: #242424;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.menu_two .menu>.nav-item>.nav-link:before {
    background: #fff;
}

.menu_two .menu>.nav-item:hover>.nav-link,
.menu_two .menu>.nav-item.active>.nav-link {
    color: #fff;
}

.menu_two .menu>.nav-item.search {
    margin-left: 20px;
}

.menu_two .menu>.nav-item.search a {
    color: #242424;
    font-size: 17px;
    position: relative;
}


/*============= main_menu_area_three css =============*/

.main_menu_area_three {
    border-bottom: 0px;
}

.main_menu_area_three+section {
    margin-top: 156px;
}

.main_menu_area_three .header_top_three {
    background: #2c2c2c;
    padding: 10px 0px;
}

.main_menu_area_three .header_top_three .phone {
    font: 400 15px/27px "Poppins", sans-serif;
    color: #9c9c9c;
    letter-spacing: 0.30px;
}

.main_menu_area_three .header_top_three .phone a {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
    padding-left: 8px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.main_menu_area_three .header_top_three .phone a:hover {
    color: #f07c00;
}

.main_menu_area_three .header_top_three .phone:before {
    display: none;
}

.main_menu_area_three .header_top_three .header_top_right .location {
    font: 400 15px/26px "Poppins", sans-serif;
    color: #909090;
}

.main_menu_area_three .header_top_three .header_top_right .location i {
    color: #f07c00;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 12px;
}

.main_menu_area_three .header_top_three .header_top_right .social_info {
    margin-left: 20px;
}

.main_menu_area_three .header_top_three .header_top_right .social_info:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #545455;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 5px;
}

.main_menu_area_three .header_top_three .header_top_right .social_info a {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 24px;
    margin-left: 12px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.main_menu_area_three .header_top_three .header_top_right .social_info a:hover {
    color: #f07c00;
}

.main_menu_area_three .menu_three {
    padding: 0px;
    background: #f07c00;
}

@media (min-width: 992px) {
    .main_menu_area_three .menu_three .navbar-brand {
        display: none;
    }
}

.main_menu_area_three .menu_three .menu>.nav-item {
    padding: 12px 27px;
}

.main_menu_area_three .menu_three .menu>.nav-item>.nav-link {
    color: #242424;
}

.main_menu_area_three .menu_three .menu>.nav-item>.nav-link:before {
    display: none;
}

.main_menu_area_three .menu_three .menu>.nav-item+.nav-item {
    margin-left: 0px;
    border-left: 1px solid #d69a02;
}

.main_menu_area_three .menu_three .menu>.nav-item.search a {
    color: #242424;
}

.main_menu_area_three .menu_three .menu>.nav-item.submenu .dropdown-menu {
    left: 0;
}

.main_menu_area_three .menu_three .menu>.nav-item:hover>.nav-link,
.main_menu_area_three .menu_three .menu>.nav-item.active>.nav-link {
    color: #fff;
}

.main_menu_area_three .menu_three .get_btn {
    font: 500 18px/62px "Poppins", sans-serif;
    color: #fff;
    background: #1c1c1c;
    letter-spacing: 0.36px;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #d69a02;
}

.main_menu_area_three .menu_three .get_btn:hover {
    background: #1490d7;
    color: #fff;
}

.header_middle {
    overflow: hidden;
    background: #fff;
    padding: 32px 0px 16px;
}

.header_middle .logo {
    display: inline-block;
}

.header_middle .contact_info {
    margin-left: 0px;
    margin-right: 0px;
}

.header_middle .contact_info .c_info i {
    color: #f07c00;
    line-height: 47px;
    padding-right: 15px;
}

.header_middle .contact_info .c_info i:before {
    font-size: 50px;
}

.header_middle .contact_info .c_info .line_1 {
    font-size: 16px;
    line-height: 20px;
}

.header_middle .contact_info .c_info .line_2 {
    font-size: 15px;
    color: #8e8e8e;
}

.header_middle .contact_info .c_info+.c_info {
    margin-left: 42px;
}


/*============== main_menu_area_four css =============*/

.main_menu_area_four+section {
    margin-top: 226px;
}

.main_menu_area_four .header_top {
    background: #eee;
}

.main_menu_area_four .header_top .header_info_top li {
    padding: 0px 30px;
    border-left: 1px solid #d7d7d7;
}

.main_menu_area_four .header_top .header_info_top li a {
    font-size: 16px;
    line-height: 50px;
}

.main_menu_area_four .header_top .header_info_top li a:hover {
    color: #f07c00;
}

.main_menu_area_four .header_top .header_info_top li:first-child {
    padding-left: 0px;
    border: 0px;
}

.main_menu_area_four .header_top .social-icon {
    border-right: 1px solid #d7d7d7;
    margin-right: 30px;
}

.main_menu_area_four .header_top .social-icon li {
    margin-right: 28px;
    margin-left: 0px;
}

.main_menu_area_four .header_top .social-icon li a:hover {
    color: #f07c00;
}

.flag_selector {
    -ms-flex-item-align: center;
    align-self: center;
}

.flag_selector .dropdown-toggle {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flag_selector .dropdown-toggle:after {
    display: none;
}

.flag_selector .dropdown-toggle .filter-option-inner-inner {
    font: 400 15px/50px "Poppins", sans-serif;
    color: #242424;
}

.flag_selector .dropdown-toggle:focus {
    outline: none !important;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flag_selector .dropdown-menu {
    left: auto !important;
    right: 0;
    border: 0px;
    border-radius: 0px;
}

.flag_selector .dropdown-menu li a {
    font: 400 15px/18px "Poppins", sans-serif;
    color: #242424;
}

.flag_selector .dropdown-menu li.active a,
.flag_selector .dropdown-menu li:hover a {
    background: #f07c00;
    color: #fff;
}

.flag_selector .flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 12px;
    margin-right: 3px;
}

.flag_selector .flag-icon.flag-icon-mx {
    background-image: url("../img/mx.svg");
}

.flag_selector .flag-icon.flag-icon-us {
    background-image: url("../img/us.svg");
}

.menu_four {
    padding: 0px;
    background: #1a1a1a;
}

@media (min-width: 992px) {
    .menu_four .navbar-brand {
        display: none;
    }
}

.menu_four .menu>.nav-item {
    padding-top: 13px;
    padding-bottom: 17px;
}

.menu_four .menu>.nav-item.search.br_left:before {
    background: #828282;
}

.menu_four .menu>.nav-item+li {
    margin-left: 65px;
}

.menu_four .menu>.nav-item.search {
    margin-left: 25px;
}


/*============== main_menu_area_five css ============*/

.main_menu_area_five {
    border: 0px;
}

.main_menu_area_five+section {
    margin-top: 49px;
}

.header_top_five {
    background: #141414;
}

.header_top_five .phone {
    font: 400 15px/46px "Poppins", sans-serif;
    color: #fff;
}

.header_top_five .phone a {
    font-size: 18px;
    color: #f07c00;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.header_top_five .phone:before {
    display: none;
}

.header_top_five .header_top_right .location {
    font: 400 15px/46px "Poppins", sans-serif;
    color: #a9a9a9;
}

.header_top_five .header_top_right .flag_selector {
    margin-left: 48px;
}

.header_top_five .header_top_right .flag_selector:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #828282;
    display: inline-block;
    position: absolute;
    top: 48%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_top_five .header_top_right .flag_selector .dropdown-toggle .filter-option-inner-inner {
    color: #fff;
}

.menu_five {
    padding: 0px;
}

.menu_five .menu>.nav-item.search.br_left:before {
    background: #bebcb7;
}

.menu_five .navbar-brand img+img {
    display: none;
}

.navbar-toggler {
    padding: 0px;
    border: 0px;
}

.navbar-toggler:focus {
    outline: none;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s;
}

.menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.navbar_fixed {
    width: 100%;
    left: 0;
    top: -70px;
    position: fixed;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
    z-index: 400;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition: background 100ms linear, -webkit-transform 500ms ease;
    -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
}

.navbar_fixed .menu>.nav-item {
    padding-top: 12px;
    padding-bottom: 19px;
}

.navbar_fixed.main_menu_area .navbar {
    background: #1d1d1d;
}

.navbar_fixed.menu_area_two .header_top {
    display: none;
}

.navbar_fixed.main_menu_area_three {
    background: #f07c00;
}

.navbar_fixed.main_menu_area_three .header_top_three,
.navbar_fixed.main_menu_area_three .header_middle {
    display: none;
}

.navbar_fixed.main_menu_area_three .navbar {
    position: relative;
}

@media (min-width: 992px) {
    .navbar_fixed.main_menu_area_three .navbar:before {
        content: "";
        right: -100%;
        width: 100%;
        height: 100%;
        position: absolute;
        background: #1c1c1c;
    }
}

.navbar_fixed.main_menu_area_four .header_top,
.navbar_fixed.main_menu_area_four .header_middle {
    display: none;
}

.navbar_fixed.main_menu_area_five .header_top_five {
    display: none;
}

.navbar_fixed.main_menu_area_five .menu_five {
    background: #ffffff;
}

.navbar_fixed.main_menu_area_five .menu_five .navbar-brand img {
    display: none;
}

.navbar_fixed.main_menu_area_five .menu_five .navbar-brand img+img {
    display: block;
}

.navbar_fixed.main_menu_area_five .menu_five .menu_toggle .hamburger span,
.navbar_fixed.main_menu_area_five .menu_five .menu_toggle .hamburger-cross span {
    background: #242424;
}

@media (min-width: 992px) {
    .navbar_fixed.main_menu_area_five .menu_five .menu>.nav-item>.nav-link {
        color: #242424;
    }
}

@media (min-width: 992px) {
    .navbar_fixed.main_menu_area_five .menu_five .menu>.nav-item.search a {
        color: #242424;
    }
}

.navbar_fixed.main_menu_area_five .menu_five .menu>.nav-item.active>.nav-link,
.navbar_fixed.main_menu_area_five .menu_five .menu>.nav-item:hover>.nav-link {
    color: #f07c00;
}


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


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


/*============ Start banner_area css ============*/

.banner_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("../img/home1/banner_bg.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/home1/banner_bg.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/home1/banner_bg.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/home1/banner_bg.jpg");
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    padding: 170px 0px 80px;
}

.banner_content h2 {
    font-size: 50px;
    line-height: 55px;
}

.banner_content .breadcrumb {
    background: transparent;
    border-radius: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
}

.banner_content .breadcrumb .breadcrumb-item {
    font: 500 13px/26px "Poppins", sans-serif;
}

.banner_content .breadcrumb .breadcrumb-item a {
    color: #f07c00;
}

.banner_content .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.banner_content .breadcrumb .breadcrumb-item.active:before {
    color: #fff;
}

.banner_content .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 0px;
    font-size: 13px;
    color: #f07c00;
}


/*============ End banner_area css ============*/


/*============ shop_banner_area css ===========*/

.shop_banner_area {
    height: 680px;
    background: url("../img/shop/main-shop-page.jpg") no-repeat scroll center 0/cover;
}

.shop_banner_content {
    float: right;
    margin-top: 105px;
}

.shop_banner_content h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.shop_banner_content p {
    font-family: "Lato", sans-serif;
    margin-bottom: 35px;
}

.shop_banner_content .read_more {
    padding: 12px 45px;
}


/*============ shop_banner_area css ===========*/


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


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


/*================== Start welcome_area css ================*/

.welcome_info {
    position: relative;
    padding-bottom: 80px;
    padding-top: 100px;
}

.wel_bg {
    position: absolute;
    right: -50px;
    bottom: 0;
}

.welcome_text h5 {
    font-style: italic;
    color: #797979;
}

.welcome_text h1 {
    color: #242424;
    line-height: 50px;
    margin-bottom: 32px;
}

.welcome_text p {
    margin-bottom: 30px;
}

.welcome_text h6 {
    color: #242424;
}

.welcome_text h6 a {
    color: #797979;
}

.welcome_text .sign_btn {
    display: inline-block;
    margin-top: 28px;
}

.about_promo_box {
    overflow: hidden;
    margin-top: -130px;
    z-index: 21;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_promo_box .promo_box_item {
    width: calc(100% / 3);
    float: left;
    background: #3b3b3b;
    padding: 45px 30px 22px;
    position: relative;
}

.about_promo_box .promo_box_item i {
    color: #fff;
}

.about_promo_box .promo_box_item i:before {
    font-size: 50px;
    line-height: 55px;
}

.about_promo_box .promo_box_item .media-body {
    padding-left: 30px;
}

.about_promo_box .promo_box_item .media-body h3 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.about_promo_box .promo_box_item .media-body p {
    font-size: 15px;
    color: #b4b4b4;
}

.about_promo_box .promo_box_item.box_one {
    background: #f07c00;
}

.about_promo_box .promo_box_item.box_one i,
.about_promo_box .promo_box_item.box_one h3,
.about_promo_box .promo_box_item.box_one p {
    color: #242424;
}

.about_promo_box .promo_box_item.box_two {
    background: #232323;
}

.about_promo_box .promo_box_item+.promo_box_item:before {
    content: "";
    width: 2px;
    background: #fff;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*================== End welcome_area css ================*/


/*================== Start welcome_area_two css ================*/

.wel_text_one h5 {
    font-style: italic;
}

.wel_text_one .title_br {
    height: 1px;
    background: #242424;
}

.wel_text_two h2 {
    font-size: 35px;
    margin-bottom: 16px;
}

.wel_text_two .title_br {
    width: 70px;
    height: 3px;
}


/*================== End welcome_area_two css ================*/


/*================== End welcome_area_two css ================*/

.welcome_info_three .p_text {
    font-size: 22px;
    line-height: 32px;
    color: #797979;
}

.welcome_info_three .p_text:before {
    background: #d6d6d6;
}

.wel_video_content {
    margin-top: 80px;
}

.wel_video_content .media-body {
    padding-right: 90px;
}

.wel_video_content ul li {
    font: 400 20px/24px "Lora", serif;
    font-style: italic;
    color: #242424;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}

.wel_video_content ul li:before {
    content: "";
    background: url(../img/home3/check.png);
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
}

.wel_video_content ul li:last-child {
    margin-bottom: 0;
}

.wel_video_content .video_img {
    position: relative;
}

.v_icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    background: #f07c00;
    right: 35px;
    z-index: 1;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}

.v_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #fff;
}

.v_icon:after {
    content: "";
    position: a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0px 10px 20px rgba(255, 182, 0, 0.9);
    box-shadow: 1px 0px 10px 20px rgba(255, 182, 0, 0.9);
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    z-index: -1;
}

.v_icon:hover {
    -webkit-box-shadow: 5px 0px 10px 0px rgba(255, 182, 0, 0.3);
    box-shadow: 5px 0px 10px 0px rgba(255, 182, 0, 0.3);
}

.v_icon:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    opacity: 0;
}


/*================== End welcome_area_two css ================*/


/*================== Start promo_area css ================*/

.promo_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 182, 0, 0.8))), url("../img/home1/contact_bg.jpg");
    background-image: -webkit-linear-gradient(rgba(255, 182, 0, 0.8)), url("../img/home1/contact_bg.jpg");
    background-image: -o-linear-gradient(rgba(255, 182, 0, 0.8)), url("../img/home1/contact_bg.jpg");
    background-image: linear-gradient(rgba(255, 182, 0, 0.8)), url("../img/home1/contact_bg.jpg");
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
    padding: 100px 0px 270px;
}

.promo_info {
    color: #fff;
}

.promo_info h2 {
    font-size: 30px;
    line-height: 39px;
    padding-right: 40px;
}

.p_text {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 45px;
    position: relative;
    margin-bottom: 0px;
}

.p_text:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
}


/*================== End promo_area css ================*/


/*================== Start choose_area css ================*/

.choose_area {
    padding: 100px 0px 350px;
}

.choose_tab {
    display: inline-block;
    text-align: center;
    border: 0px;
}

.choose_tab .nav-item {
    float: left;
    margin-bottom: 0px;
    border: 1px solid #dcdcdc;
    min-width: 180px;
}

.choose_tab .nav-item .nav-link {
    font: 500 15px/30px "Poppins", sans-serif;
    border-radius: 0px;
    padding: 10px 0px;
    color: #797979;
    border: 0px;
    background: transparent;
    text-align: center;
}

.choose_tab .nav-item .nav-link.active,
.choose_tab .nav-item .nav-link:hover {
    color: #f07c00;
}

.choose_tab .nav-item+.nav-item {
    border-left: 0px solid #dcdcdc;
}

.choose_tab_content .choose_csontent {
    padding: 30px 85px 0px;
}

.choose_tab_content .choose_csontent .pl-50 {
    padding-left: 50px;
}

.choose_tab_content .choose_csontent .pr-50 {
    padding-right: 50px;
}

.choose_tab_content .choose_csontent .media-body p {
    line-height: 24px;
}

.choose_tab_content .choose_csontent .media-body p+p {
    margin-bottom: 0px;
}


/*================== End choose_area css ================*/


/*================== Start about_area css ================*/

.about_info .media-body {
    padding-left: 70px;
}

.about_info .media-body h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 30px;
}


/*================== End about_area css ================*/


/*================== Start video_area css ================*/

.video_area {
    background: #f07c00;
}

.video_left {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video_left .video_content {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 100px;
}

.video_left .video_content h2 {
    line-height: 45px;
    margin-bottom: 26px;
}

.video_left .video_content h3 {
    font-style: italic;
    font-family: "Open Sans", sans-serif;
}

.video_left .video_content p {
    color: #242424;
    font-weight: 400;
    margin-bottom: 0px;
}

.video_left .video_content p+p {
    margin-top: 26px;
}

.video_right {
    padding: 0px;
    position: relative;
    z-index: 1;
}

.video_right:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 0;
}

.video_right img {
    width: 100%;
}

.video_right .v_icon {
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_right .v_icon:before {
    border-color: transparent transparent transparent #242424;
}


/*================== End video_area css ================*/


/*================== Start video_area_two css ================*/

.video_area_two {
    background: #242424;
    position: relative;
}

.video_area_two:before {
    content: "";
    background: url("../img/home5/video_bg.jpg") no-repeat scroll center 0;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.03;
    z-index: 0;
}

.video_area_two .video_left .video_content p {
    color: #fff;
    font-size: 17px;
}


/*================== End video_area_two css ================*/


/*================== Start video_area_three css ================*/

.video_area_three {
    background: #f07c00;
}

.video_area_three .video_left .video_content {
    margin-left: 0px;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 0px;
    max-width: 652px;
}

.video_area_three .video_left .video_content p {
    font-size: 17px;
}


/*================== End video_area_three css ================*/


/*================== Start history_area css ================*/

.history_area {
    padding: 100px 0px 150px;
}

.history_content h4 {
    color: #696969;
    font-style: italic;
    margin-bottom: 5px;
}


/*================== End history_area css ================*/


/*================== Start company_history_area css ================*/

.about_history .media-body {
    padding-left: 75px;
}

.about_history .media-body h5 {
    font-style: italic;
}

.about_history .media-body p {
    line-height: 28px;
}

.history_info {
    padding-top: 62px;
}

.history_item {
    overflow: visible;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}

.history_item:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 54px;
    z-index: -1;
}

.history_item .history_date {
    background: #f07c00;
    width: 108px;
    height: 108px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #242424;
    text-align: center;
    line-height: 108px;
    border-radius: 50%;
}

.history_item .media-body {
    padding-left: 62px;
}

.history_item .media-body h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.history_item .media-body p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0px;
}

.history_item .media-body .history_img {
    display: inline-block;
    margin-top: 40px;
}

.history_item .media-body .history_img+.history_img {
    margin-left: 27px;
}

.history_item:last-child:before {
    display: none;
}


/*================== End company_history_area css ================*/


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


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


/*================== Start service area ==================*/

.service_area {
    background: #efefef;
}

.service_item {
    cursor: pointer;
    margin-bottom: 50px;
}

.service_item .service_img {
    position: relative;
    overflow: hidden;
}

.service_item .service_img img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-width: 100%;
}

.service_item .service_img .hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 182, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.service_item .service_img .hover_content .read_more {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    padding: 7px 30px;
    font-size: 15px;
}

.service_item .service_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service_item .service_img:hover .hover_content {
    opacity: 1;
}

.service_item .service_img:hover .hover_content .read_more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service_item h3 {
    margin: 20px 0px 23px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.service_item h3:hover {
    color: #f07c00;
}

.service_item .bottom_br {
    width: 100%;
    height: 1px;
    display: block;
    background: #dcdcdc;
    position: relative;
}

.service_item .bottom_br:before {
    content: "";
    width: 70px;
    background: #f07c00;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.service_item .bottom_br.dk {
    background: #3f3f3f;
}


/*================== End service area ==================*/


/*================== Start service area two ==================*/

.service_area_two {
    background: #ededed;
}

.service_item_two {
    margin-bottom: 50px;
}

.service_item_two img {
    max-width: 100%;
}

.service_item_two .service_content {
    padding-top: 25px;
}

.service_item_two .service_content .icon {
    padding-right: 12px;
}

.service_item_two .service_content .icon i {
    line-height: 44px;
    padding-top: 5px;
    color: #656565;
    display: inline-block;
}

.service_item_two .service_content .icon i:before {
    font-size: 45px;
}

.service_item_two .service_content .media-body {
    border-left: 1px solid #bbbbbb;
    padding-left: 15px;
}

.service_item_two .service_content .media-body h5 {
    line-height: 22px;
    margin-bottom: 6px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.service_item_two .service_content .media-body h5:hover {
    color: #f07c00;
}

.service_item_two .service_content .media-body p {
    color: #898989;
    margin-bottom: 0px;
}


/*================== End service area two ==================*/


/*=============== service_area_three css ===================*/

.service_area_three {
    background: #242424;
}


/*=============== service_area_three css ===================*/


/*=============== service_area_three css ===================*/

.service_area_four .arrows .owl-prev,
.service_area_four .arrows .owl-next {
    border-color: #d4d4d4;
}

.service_area_four .arrows .owl-prev i,
.service_area_four .arrows .owl-next i {
    font-size: 20px;
    color: #242424;
}

.service_area_four .arrows .owl-prev {
    left: auto;
    right: 55px;
}

.service_area_four .arrows .owl-next {
    left: auto;
    right: 0;
}

.service_slider .service_slider_item {
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.service_slider .service_slider_item .service_content {
    padding: 30px 30px 35px;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background: #fff;
    border: 1px solid #ebebeb;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service_slider .service_slider_item .service_content .inner_flip i {
    color: #797979;
}

.service_slider .service_slider_item .service_content .inner_flip i:before {
    font-size: 55px;
    line-height: 58px;
}

.service_slider .service_slider_item .hover_content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 30px 30px 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #242424;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service_slider .service_slider_item .hover_content p {
    margin-bottom: 26px;
}

.service_slider .service_slider_item h3 {
    line-height: 28px;
    padding-top: 25px;
}

.service_slider .service_slider_item p {
    font-size: 15px;
    color: #898989;
}

.service_slider .service_slider_item a {
    color: #f07c00;
    font-size: 14px;
    border-bottom: 1px solid #f07c00;
}

.service_slider .service_slider_item:hover .service_content {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.service_slider .service_slider_item:hover .hover_content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/*=============== service_area_three css ===================*/


/*=============== service_area_four css ===================*/

.service_area_four .service_content {
    padding-right: 60px;
}

.service_area_four .service_content h6 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    color: #242424;
}

.service_area_four .service_content p {
    line-height: 28px;
    margin-bottom: 28px;
}


/*=============== service_area_four css ===================*/


/*=========== faq_area css =============*/

.faq_area {
    padding: 100px 0px;
}

.search_form {
    margin-bottom: 50px;
}

.search_form .form-control {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cdcdcd;
    border-radius: 3px !important;
    font-family: "Poppins", sans-serif;
    line-height: 58px;
    height: 58px;
    padding: 0px 30px;
    width: 100%;
    background: transparent;
    z-index: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_form .form-control.placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search_form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search_form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search_form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search_form .input-group-btn {
    position: absolute;
    right: 0;
    z-index: 3;
}

.search_form .input-group-btn button {
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    background: transparent;
    padding: 0px 30px;
    color: #c0c0c0;
    line-height: 58px;
    cursor: pointer;
}

.search_form .input-group-btn button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-accordion .card {
    border: 0px;
    background: transparent;
    margin-bottom: 38px;
}

.faq-accordion .card .card-header {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: transparent;
}

.faq-accordion .card .card-header .btn-accordion {
    display: block;
    font: 600 20px/30px "Poppins", sans-serif;
    color: #000;
    vertical-align: middle;
    position: relative;
    padding: 0px 25px 0px 28px;
    white-space: normal;
    text-decoration: none;
    text-align: left;
}

.faq-accordion .card .card-header .btn-accordion span {
    font-weight: 500;
    font-size: 26px;
    position: absolute;
    left: 0;
}

.faq-accordion .card .card-header .btn-accordion .pluse {
    display: none;
}

.faq-accordion .card .card-header .btn-accordion .minus {
    display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .pluse {
    display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .minus {
    display: none;
}

.faq-accordion .card .panel-body {
    font: 400 16px/28px "Open Sans", sans-serif;
    padding: 5px 45px 0px 28px;
}


/*=========== faq_area css =============*/


/*============ service_details_area css ============*/

.service_menu_tab {
    display: block;
}

.service_menu_tab .nav-item {
    display: block;
}

.service_menu_tab .nav-item .nav-link {
    width: 100%;
    font: 500 17px/25px "Poppins", sans-serif;
    color: #242424;
    display: block;
    border: 0px;
    padding: 15px 25px;
    background: #f1f1f1;
    margin-bottom: 3px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.service_menu_tab .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 100%;
    background: #f07c00;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}

.service_menu_tab .nav-item .nav-link:after {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #d2d2d2;
    height: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.service_menu_tab .nav-item .nav-link:hover:before,
.service_menu_tab .nav-item .nav-link.active:before {
    width: 100%;
}

.service_menu_tab .nav-item .nav-link:hover:after,
.service_menu_tab .nav-item .nav-link.active:after {
    background: #242424;
}

.sidebar_contact_info {
    border: 1px solid #e2e2e2;
    padding: 30px;
}

.sidebar_contact_info h3 {
    font-size: 22px;
}

.sidebar_contact_info .title_br {
    width: 40px;
    margin-left: 0;
    margin-bottom: 10px;
}

.sidebar_contact_info a {
    display: block;
    font: 600 18px/36px "Poppins", sans-serif;
    color: #242424;
    margin-top: 5px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.sidebar_contact_info a i {
    color: #757575;
    vertical-align: middle;
    padding-right: 15px;
}

.sidebar_contact_info a:hover {
    color: #f07c00;
}

.download_info .download-btn2 {
    font: 500 18px/29px "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 0.36px;
    background: #242424;
    display: block;
    padding: 12px 18px;
    margin-bottom: 10px;
}

.download_info .download-btn2 img {
    padding-right: 30px;
    vertical-align: middle;
}

.service_right_sidebar {
    padding-left: 30px;
}

.service_right_sidebar .service_img {
    margin-bottom: 55px;
}

.service_right_sidebar .service_img img {
    max-width: 100%;
}

.service_right_sidebar .service_img.mr {
    margin-left: -8px;
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service_right_sidebar .service_img .image {
    padding: 0px 8px;
}

.service_right_sidebar .service_img .w_55 {
    max-width: 57%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
}

.service_right_sidebar .service_img .w_45 {
    max-width: 43%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
}

.service_right_sidebar p {
    margin-bottom: 25px;
    line-height: 28px;
}

.service_right_sidebar .s_title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
}

.service_right_sidebar .service_accordion .s_title {
    margin-top: 70px;
    margin-bottom: 22px;
}

.service_right_sidebar .service_accordion .card {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    border-radius: 0px;
}

.service_right_sidebar .service_accordion .card .card-header .panel-title {
    margin-bottom: 0px;
}

.service_right_sidebar .service_accordion .card .card-header .btn-accordion {
    font: 500 17px/28px "Poppins", sans-serif;
    padding: 10px 50px;
}

.service_right_sidebar .service_accordion .card .card-header .btn-accordion span {
    font-weight: 400;
    left: 18px;
}

.service_right_sidebar .service_accordion .card .panel-body {
    padding: 0px 50px 20px;
}

.service_right_sidebar .service_accordion .card.active {
    background: #f5f5f5;
}

.service_right_sidebar .service_accordion .card:last-child {
    margin-bottom: 0px;
}

.benefit_service {
    margin-top: 60px;
}

.benefit_service img {
    -ms-flex-item-align: center;
    align-self: center;
}

.benefit_service .media-body ul {
    margin-bottom: 0px;
}

.benefit_service .media-body ul li {
    line-height: 36px;
    position: relative;
    padding-left: 35px;
    vertical-align: middle;
}

.benefit_service .media-body ul li i {
    width: 17px;
    height: 17px;
    border: 1px solid #797979;
    color: #a6cde7;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    padding-left: 2px;
    position: absolute;
    left: 0;
    top: 11px;
}

.benefit_service.one .media-body {
    padding-right: 50px;
}

.benefit_service.two .media-body {
    padding-right: 0px;
    padding-left: 55px;
}

.benefit_service.two .media-body .servie_item {
    position: relative;
    border-top: 1px solid #e7e7e7;
    padding: 40px 0px 35px 70px;
}

.benefit_service.two .media-body .servie_item i {
    position: absolute;
    left: 0;
    color: #f07c00;
}

.benefit_service.two .media-body .servie_item i:before {
    font-size: 50px;
    line-height: 55px;
}

.benefit_service.two .media-body .servie_item p {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
}

.benefit_service.two .media-body .servie_item:first-child {
    padding-top: 0px;
    border: 0px;
}

.benefit_service.two .media-body .servie_item:last-child {
    padding-bottom: 0;
}


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


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


/*============== Start featured_area css =================*/

.featured_area {
    background: #232323;
}

.f_width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0px 15px;
}

.featured_project {
    padding: 0px 30px;
}

.featured_project .featured_pr_item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}

.featured_project .featured_pr_item img {
    max-width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.featured_project .featured_pr_item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.featured_project .featured_pr_item p {
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    color: #242424;
    background: rgba(255, 182, 0, 0.85);
    bottom: 0;
    padding: 20px 0px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.featured_project .featured_pr_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.featured_project .featured_pr_item:hover .overlay {
    opacity: 1;
}

.featured_project .featured_pr_item:hover p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*============== End featured_area css =================*/


/*============== Start project_area css =================*/

.project_area {
    background: #242424;
}

.project_area .section_title p {
    padding-bottom: 110px;
}

.arrows {
    position: relative;
}

.arrows .owl-prev,
.arrows .owl-next {
    width: 44px;
    height: 44px;
    text-align: center;
    border: 2px solid #747474;
    position: absolute;
    padding: 0px;
    bottom: 0;
    background: transparent;
    color: #747474;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.arrows .owl-prev i,
.arrows .owl-next i {
    line-height: 40px;
    font-size: 22px;
    margin-top: -3px;
}

.arrows .owl-prev:hover,
.arrows .owl-next:hover {
    background: #f07c00;
    border-color: #f07c00;
    color: #242424;
}

.arrows .owl-next {
    left: 64px;
}

.project_slider .project_item .img_hover {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.project_slider .project_item .img_hover img {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
    position: relative;
}

.project_slider .project_item .img_hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f07c00;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    z-index: 0;
}

.project_slider .project_item h4 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    padding-top: 25px;
}

.project_slider .project_item h4:hover {
    color: #f07c00;
}

.project_slider .project_item p {
    line-height: 28px;
    margin-bottom: 0px;
}

.project_slider .project_item:hover .img_hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.project_slider .project_item:hover .img_hover:before {
    opacity: 0.80;
}


/*============== End project_area css =================*/


/*============== Start ouote_area css =================*/

.quote_area {
    background: #f07c00;
    padding: 45px 0px;
}

.quote_area h2 {
    font-size: 36px;
}

.quote_area h2 span {
    font-style: italic;
}

.quote_area .quote_button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.quote_area .quote_button .quote_btn:hover {
    background: #fff;
    color: #242424;
}

.quote_btn {
    line-height: 46px;
    padding: 7px 20px;
    min-width: 240px;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/*============== End ouote_area css =================*/


/*============== Start ouote_area_two css =================*/

.quote_area_two h2 span {
    border-bottom: 1px solid #242424;
}


/*============== End ouote_area_two css =================*/


/*============== Start company_details_area css =================*/

.company_details_area {
    padding-bottom: 100px;
}

.company_promo {
    background: #232323;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.15);
    margin-top: -250px;
}

.company_promo .company_bg {
    background: #232323;
}

.company_promo .company_content {
    padding: 0px 35px;
}

.company_promo .company_content h2 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 22px;
}

.company_promo .company_content h5 {
    color: #fff;
}


/*============== End company_details_area css =================*/


/*============== Start mission_area css =================*/

.mission_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mission_left_img {
    width: calc(50% - 230px);
    position: relative;
    z-index: 1;
}

.mission_left_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background: #191919;
    opacity: 0.75;
}

.mission_left_img img {
    width: 100%;
}

.mision_right {
    width: calc(50% + 230px);
    background: url(../img/home3/mission_right_bg.jpg) no-repeat scroll center 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.mision_right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f07c00;
    opacity: 0.95;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mision_right .mission_content {
    max-width: 800px;
    margin-left: 0;
    padding: 0px 80px;
}

.mision_right .mission_content .title_br {
    background: #242424;
}

.mision_right .mission_content p {
    font-size: 17px;
    color: #242424;
}

.mision_right .mission_content .mission_icon {
    max-width: 30%;
    float: left;
}

.mision_right .mission_content .mission_icon h4 {
    font-family: "Open Sans", sans-serif;
    padding-left: 35px;
}

.mision_right .mission_content .mission_icon+.mission_icon {
    max-width: 35%;
    padding-left: 30px;
    border-left: 1px dashed #242424;
}


/*============== End mission_area css =================*/


/*============== Start latest_project_area css =================*/

.latest_project_area {
    padding-top: 100px;
}

.lt_project_item .lt_project_img {
    position: relative;
    overflow: hidden;
}

.lt_project_item .lt_project_img:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 182, 0, 0.8);
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.lt_project_item .lt_project_img img {
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.lt_project_item .lt_project_img .arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27px;
    margin-left: -27px;
    overflow: hidden;
    z-index: 1;
}

.lt_project_item .lt_project_img .arrow a {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #242424;
    border-radius: 50%;
    text-align: center;
    left: 0;
    color: #fff;
    opacity: 1;
    line-height: 58px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    display: inline-block;
}

.lt_project_item h5 {
    margin: 27px 0px 5px;
    -webkit-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

.lt_project_item h5:hover {
    color: #f07c00;
}

.lt_project_item p {
    color: #9b9ba2;
    font-size: 15px;
    margin-bottom: 0px;
}

.lt_project_item:hover .lt_project_img:before {
    opacity: 1;
}

.lt_project_item:hover .lt_project_img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.lt_project_item:hover .lt_project_img .arrow a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.8);
    -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.8);
    transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.8);
}


/*============== End latest_project_area css =================*/


/*============== Start project_area css =================*/

.project_info_two {
    margin-bottom: -40px;
}


/*============== End project_area css =================*/


/*============== Start project_fullwidth_area css =================*/

.project_fullwidth_area {
    padding: 100px 30px;
}


/*============== End project_fullwidth_area css =================*/


/*============== Start project_details_area css =================*/

.project_info {
    background: #242424;
    height: 100%;
    padding: 30px 45px;
}

.project_info ul li {
    font: 400 16px/45px "Open Sans", sans-serif;
    color: #fff;
}

.project_info ul li span {
    font: 600 18px "Poppins", sans-serif;
    padding-right: 5px;
}

.project_info ul li a {
    color: #fff;
}

.project_description {
    padding-top: 40px;
}


/*============== End project_details_area css =================*/


/*============== Start project_list_area css =================*/

.pr_content {
    padding-right: 50px;
}

.pr_content p {
    margin-bottom: 0;
}

.pr_content .pr_item {
    position: relative;
    padding-left: 38px;
    margin-top: 40px;
}

.pr_content .pr_item .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5b5b5b;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}


/*============== End project_list_area css =================*/


/*============== Start results_area css =================*/

.result_content {
    padding-right: 0px;
}

.result_content p {
    margin-bottom: 30px;
}

.result_content .pr_item_info .pr_item {
    margin-top: 7px;
}

.result_content .pr_item_info .pr_item p {
    margin-bottom: 0px;
}


/*============== End results_area css =================*/


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


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


/*============Start testimonial_area css ==============*/

.testimonial_area {
    background: #efefef;
    overflow: hidden;
}

.testimonial_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 46px;
    margin-left: -45px;
    margin-right: -45px;
}

.testimonial_inner .testimonial_item_width {
    padding: 0px 45px;
    width: calc(100% / 3);
}

.testimonial_inner .testimonial_item {
    background: #fff;
    max-width: 330px;
    padding: 70px 30px 20px;
    position: relative;
    height: 100%;
}

.testimonial_inner .testimonial_item .testimonial_img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
}

.testimonial_inner .testimonial_item h6 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
}

.testimonial_inner .testimonial_item .country_name {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #a0a0a0;
    margin-bottom: 20px;
}

.testimonial_inner .testimonial_item .country_name span:after {
    content: "/";
    display: inline-block;
    margin: 0px 3px;
}

.testimonial_inner .testimonial_item .country_name span:last-child:after {
    display: none;
}

.testimonial_inner .testimonial_item p {
    font-size: 15px;
    margin-bottom: 30px;
}

.testimonial_inner .testimonial_item .q_icon {
    color: #f07c00;
    float: right;
    padding-bottom: 19px;
}

.testimonial_inner .testimonial_item .q_icon:before {
    font-size: 47px;
}


/*============End testimonial_area css ==============*/


/*============Start clients_logo_area css ==============*/

.clients_logo_area {
    background: #e5e5e5;
    padding: 43px 0px;
}

.clients_logo_item {
    width: calc(100% / 5);
    text-align: center;
}

.clients_logo_item img {
    max-width: 100%;
}

.clients_area_three {
    background: #fafafa;
}

.clients_area_four {
    background: #f2f2f2;
}


/*============End clients_logo_area css ==============*/


/*============Start testimonial_two css ==============*/

.testimonial_two {
    border-top: 1px solid #d2d2d2;
    padding-left: 120px;
    padding-top: 100px;
}

.testimonial_two i {
    display: block;
    text-align: center;
    color: #f07c00;
    line-height: 42px;
    margin-top: 28px;
}

.testimonial_two i:before {
    font-size: 37px;
}

.testimonial_two .media-body {
    padding-left: 75px;
}

.testimonial_two .media-body p {
    font-size: 22px;
    line-height: 35px;
    font-style: italic;
}

.testimonial_two .media-body h6 {
    color: #849bb3;
    font-family: "Lora", serif;
    font-style: italic;
}

.testimonial_two .owl-dots {
    text-align: right;
    margin-top: 30px;
}

.testimonial_two .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #242424;
}

.testimonial_two .owl-dots .owl-dot.active {
    background: #f07c00;
}

.testimonial_two .owl-dots .owl-dot+.owl-dot {
    margin-left: 6px;
}


/*============End testimonial_two css ==============*/


/*============Start testimonial_two css ==============*/

.testimonial_inner_two {
    margin-bottom: -128px;
}

.testimonial_inner_two .testimonial_item_width {
    margin-bottom: 128px;
}


/*============End testimonial_two css ==============*/


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


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


/*============ Start team_area css ==============*/

.team_area {
    background: #f3f3f3;
}

.team_member {
    cursor: pointer;
    margin-bottom: 30px;
}

.team_member .team_img {
    position: relative;
    overflow: hidden;
}

.team_member .team_img img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
    width: 100%;
}

.team_member .team_img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.team_member .team_img .social_icon {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    display: block;
}

.team_member .team_img .social_icon li {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

.team_member .team_img .social_icon li a {
    border-color: #fff;
    color: #fff;
}

.team_member .team_img .social_icon li a:hover {
    color: #f07c00;
    border-color: #f07c00;
}

.team_member .team_img .social_icon li:nth-child(1) {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team_member .team_img .social_icon li:nth-child(2) {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.team_member .team_img .social_icon li:nth-child(3) {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.team_member .team_img .social_icon li:nth-child(4) {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.team_member h5 {
    margin-top: 15px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.team_member h5:hover {
    color: #f07c00;
}

.team_member p {
    margin-bottom: 0px;
}

.team_member:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.team_member:hover .overlay {
    opacity: 0.60;
}

.team_member:hover .social_icon li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/*============ End team_area css ==============*/


/*============ End team_area_two css ==============*/

.team_area_two .team_inner {
    margin-bottom: -35px;
}

.team_area_two .team_inner .team_member {
    margin-bottom: 35px;
}


/*============ End team_area_two css ==============*/


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


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


/*================= Start lt_news_area css =================*/

.lt_news_left {
    padding: 0px;
    width: calc(50% - 115px);
    position: relative;
    z-index: 1;
    background: #202020;
}

.lt_news_left .bg_img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.14;
}

.lt_news_left .lt_news_content {
    padding: 95px 70px 188px 0px;
    max-width: 470px;
    margin-left: auto;
    margin-right: 0;
}

.lt_news_left .lt_news_content h2 {
    display: inline-block;
    margin-bottom: 28px;
}

.lt_news_left .lt_news_content p {
    font-weight: 400;
    color: #bcbcbc;
    line-height: 28px;
    margin-bottom: 45px;
}

.lt_news_right {
    padding-left: 80px;
    padding-right: 0px;
    width: calc(50% + 115px);
}

.lt_news_right .lt_news_inner {
    max-width: 620px;
}

.lt_news_right .lt_news_inner .lt_news_item {
    padding: 25px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.lt_news_right .lt_news_inner .lt_news_item .media-body {
    padding-left: 36px;
}

.lt_news_right .lt_news_inner .lt_news_item .media-body p {
    line-height: 24px;
    margin-bottom: 0px;
}

.lt_news_right .lt_news_inner .lt_news_item .media-body .blog-meta a {
    font-size: 14px;
    display: inline-block;
    color: #f07c00;
    font-weight: 400;
}

.lt_news_right .lt_news_inner .lt_news_item .media-body .blog-meta a+a:before {
    content: '';
    width: 1px;
    height: 14px;
    float: left;
    background: #f07c00;
    margin: 6px 12px 0px 7px;
}

.lt_news_right .lt_news_inner .lt_news_item:last-child {
    border: 0px;
}

.lt_news_right .lt_news_inner.service_inner h4 {
    font-size: 22px;
    line-height: 26px;
}

.lt_news_right .lt_news_inner.service_inner p {
    margin-bottom: 23px;
}

.lt_news_right .lt_news_inner.service_inner p+p {
    margin-bottom: 0px;
}

.lt_news_two {
    background: #e5e5e5;
}

.lt_news_right_two .lt_news_inner .lt_news_item .media-body .blog-meta a {
    color: #ecad11;
}

.lt_news_right_two .lt_news_inner .lt_news_item .media-body .blog-meta a+a:before {
    background: #ecad11;
}

.lt_news_three {
    background: #efefef;
}


/*================= End lt_news_area css =================*/


/*================= Start latest_blog_area css =================*/

.lt_blog_item .blog_img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.lt_blog_item .blog_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 350ms linear;
    -o-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
    z-index: 1;
}

.lt_blog_item .blog_img img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
}

.lt_blog_item .blog-date {
    font: 600 17px/36px "Poppins", sans-serif;
    background: #f07c00;
    display: inline-block;
    padding: 2px 20px;
    position: relative;
    top: -20px;
    z-index: 2;
}

.lt_blog_item .blog-date a {
    color: #242424;
}

.lt_blog_item .blog-text h4 {
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lt_blog_item .blog-text h4:hover {
    color: #f07c00;
}

.lt_blog_item .blog-text .read_btn {
    color: #f07c00;
    border-bottom: 1px solid #f07c00;
    padding-top: 15px;
    display: inline-block;
}

.lt_blog_item:hover .blog_img:before {
    opacity: 1;
}

.lt_blog_item:hover .blog_img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}


/*================= End latest_blog_area css =================*/


/*================= Start blog_area css =================*/

.blog_area .main_blog_inner {
    margin-bottom: 0px;
}

.blog_left_sidebar {
    padding-right: 30px;
}

.blog_left_sidebar .r_widget_title {
    margin-bottom: 30px;
}

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

.main_blog_inner {
    margin-bottom: -80px;
}

.main_blog_inner .blog_post_item {
    margin-bottom: 80px;
}

.main_blog_inner .blog_post_item .blog-date {
    left: 20px;
}

.main_blog_inner .blog_post_item .blog-text {
    padding-top: 11px;
}

.main_blog_inner .blog_post_item .blog-text h4 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 32px;
}

.main_blog_inner .blog_post_item .blog-text p {
    margin-bottom: 36px;
}

.main_blog_inner .post_info {
    padding: 16px 0px 10px;
}

.main_blog_inner .post_info .blog-date {
    top: -32px;
}

.main_blog_inner .post_info .blog_author_area {
    float: right;
}

.main_blog_inner .post_info .blog_author_area span {
    font: 500 16px/37px "Poppins", sans-serif;
    color: #b8b8b8;
    position: relative;
}

.main_blog_inner .post_info .blog_author_area span a {
    color: #b8b8b8;
}

.main_blog_inner .post_info .blog_author_area span a:hover {
    color: #f07c00;
}

.main_blog_inner .post_info .blog_author_area span+span:before {
    content: '/';
    z-index: 0;
    margin: 0px 10px 0px 6px;
}

.border_bottom {
    border-color: #dcdcdc;
    margin-top: 50px;
}

.pagination .nav-links .page-numbers {
    font: 700 18px/40px "Open Sans", sans-serif;
    display: inline-block;
    margin: 0px 8px 0px 0px;
    color: #242424;
    width: 44px;
    height: 44px;
    border: 2px solid #d4d4d4;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:hover {
    background: #242424;
    border-color: #242424;
    color: #fff;
}


/*============= Blog sidebar_area css =================*/

.search_widget .input-group {
    position: relative;
}

.search_widget .input-group input {
    font: 400 16px/22px "Poppins", sans-serif;
    background: #242424;
    border: 0px;
    border-radius: 0px;
    padding-left: 20px;
    height: 52px;
    color: #fff;
    z-index: 0 !important;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search_widget .input-group input.placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search_widget .input-group input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search_widget .input-group input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search_widget .input-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search_widget .input-group button {
    position: absolute;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    right: 20px;
    height: 100%;
    color: #fff;
    z-index: 1;
}

.r_widget+.r_widget {
    margin-top: 50px;
}

.r_widget_title {
    margin-bottom: 22px;
}

.r_widget_title h3 {
    font-size: 22px;
}

.r_widget_title .title_br {
    width: 25px;
    margin-left: 10px;
}

.categories_widget ul {
    margin-bottom: 0px;
    margin-top: -7px;
}

.categories_widget ul li a {
    font-size: 16px;
    color: #797979;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    line-height: 42px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-weight: 500;
}

.categories_widget ul li a i {
    float: right;
    line-height: 42px;
    font-size: 14px;
    color: #c8c8c8;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-weight: 900;
}

.categories_widget ul li a:hover {
    color: #f07c00;
}

.categories_widget ul li a:hover i {
    padding-right: 7px;
    color: #f07c00;
}

.categories_widget ul li:last-child a {
    border-bottom: 0px;
}

.recent_widget .recent_inner .recent_item {
    padding: 23px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.recent_widget .recent_inner .recent_item img {
    -ms-flex-item-align: center;
    align-self: center;
}

.recent_widget .recent_inner .recent_item .media-body {
    padding-left: 18px;
}

.recent_widget .recent_inner .recent_item .media-body h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    color: #242424;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.recent_widget .recent_inner .recent_item .media-body h4:hover {
    text-decoration: underline;
    color: #f07c00;
}

.recent_widget .recent_inner .recent_item .media-body h5 {
    font-size: 14px;
    font-weight: 500;
    color: #9a9a9a;
    margin-bottom: 0;
}

.recent_widget .recent_inner .recent_item:first-child {
    padding-top: 0;
}

.recent_widget ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.recent_widget ul li a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 36px;
    padding: 0px 25px;
    color: #a6a6a6;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.recent_widget ul li a:hover {
    background: #242424;
    border-color: #242424;
    color: #fff;
}


/*================= End blog_area css =================*/


/*single_blog_details
==========================================================*/

.blog_details_area .main_blog_inner {
    margin-bottom: 0px;
}

.blog_details_area .blog_left_sidebar .blog_post_item {
    margin-bottom: 0px;
}

.two_column_sample h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 23px;
    margin-bottom: 0px;
}

.two_column_sample .two_column_item {
    max-width: 370px;
    display: inline-block;
    margin-right: 27px;
}

.two_column_sample .two_column_item:last-child {
    margin-right: 0px;
}

.two_column_sample p {
    margin-bottom: 0px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
}

.s_main_text {
    padding-top: 50px;
}

.s_main_text p a {
    color: #2760ca;
    text-decoration: underline;
}

.s_comment_list {
    margin-top: 50px;
}

.s_comment_list .s_comment_list_inner {
    border: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 75px;
    margin-top: 0px;
    border-bottom: 1px solid #eeeeee;
}

.s_comment_list .s_comment_list_inner .media .media-left {
    padding-right: 30px;
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 7px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
    color: #898989;
    line-height: 28px;
    margin-bottom: 0px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
    margin-top: 10px;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #aeaeae;
    margin-right: 20px;
    position: relative;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
    content: "";
    background: #aeaeae;
    height: 13px;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
    color: #f07c00;
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
    display: none;
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
    background: transparent;
    padding-left: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
    background: #fcfcfc;
}

.s_comment_list .s_comment_list_inner .media:last-child {
    border-bottom: none;
}

.s_comment_area {
    margin-top: 60px;
}

.s_comment_area .s_comment_inner {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 50px 35px;
}

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

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
    background: #fff;
    border-color: #eeeeee;
    font-size: 16px;
    color: #737373;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
    padding-left: 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
    font-size: 14px;
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
    background: #fff;
    border-color: #eeeeee;
    color: #737373;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 0px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 173px;
    padding: 16px 20px;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
    color: #737373;
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
    margin-top: 10px;
    margin-bottom: 0px;
}

.s_comment_area .s_comment_inner .contact_us_form .read_more {
    font-weight: 600;
    padding: 8px 24px;
}


/* End Single area css
============================================================================================ */


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


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


/*===========Start shop_features_area css ============*/

.shop_features_area {
    background: #242424;
    padding: 36px 0px;
}

.shop_feature .media .media-left {
    padding-right: 30px;
    padding-top: 5px;
}

.shop_feature .media .media-body h4 {
    margin-bottom: 5px;
}

.shop_feature .media .media-body p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}


/*===========End shop_features_area css ============*/


/*===========Start featured_products_area css ============*/

.f_product_info {
    margin-bottom: -80px;
}

.product {
    cursor: pointer;
    margin-bottom: 80px;
}

.product .featured-image {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product .featured-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 0, 0.8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 350ms linear;
    -o-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
}

.product .featured-image img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: -1;
    max-width: 100%;
    width: 100%;
}

.product .pro_title {
    margin-top: 23px;
}

.product:hover .featured-image:before {
    opacity: 1;
}

.product:hover .featured-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pro_price {
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 20px;
}


/*===========End featured_products_area css ============*/


/*===========Start best_products_area css ============*/

.best_products_area {
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 0px;
}

.luxury_products .products {
    background: #f1f2f2;
    padding: 23px 0px 40px;
    height: 100%;
}

.luxury_products .products .featured-image {
    line-height: 162px;
    display: block;
}

.luxury_products .products .featured-image img {
    max-width: 100%;
}

.luxury_products .products .pro_title {
    margin-top: 20px;
}

.luxury_content .inner {
    padding-left: 40px;
    padding-top: 15px;
}

.luxury_content .inner .this_title {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

.luxury_content .inner .this_title span {
    color: #f07c00;
}

.luxury_content .inner .this_title span em {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.luxury_content .inner p {
    font-size: 18px;
    letter-spacing: 0.30px;
    color: #fff;
    font-weight: 400;
}


/*===========End best_products_area css ============*/


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


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


/*==================== Start Checkout page area css =====================*/

.checkout-page-area {
    padding: 100px 0px 80px;
}

.return-customer {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    padding: 20px 30px 22px;
    margin-bottom: 47px;
}

.return-customer p {
    font: 600 17px/26px "Open Sans", sans-serif;
    color: #797979;
    margin-bottom: 0px;
}

.return-customer p a {
    color: #f07c00;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}

.checkout-form .check-contact-form {
    padding-right: 100px;
}

.checkout-form .check-contact-form .form-group {
    font: 500 15px/22px "Poppins", sans-serif;
    color: #797979;
    margin-bottom: 25px;
}

.checkout-form .check-contact-form .form-group label {
    font: 500 15px/26px "Poppins", sans-serif;
    color: #797979;
    display: block;
}

.checkout-form .check-contact-form .form-group .form-control {
    border: 1px solid #e2e2e2;
    font-size: 15px;
    min-height: 38px;
    color: #c6c6c6;
    font-family: "Lato", sans-serif;
    border-radius: 0px;
    margin-bottom: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
}

.checkout-form .check-contact-form .form-group .form-control.placeholder {
    color: #c6c6c6;
}

.checkout-form .check-contact-form .form-group .form-control:-moz-placeholder {
    color: #c6c6c6;
}

.checkout-form .check-contact-form .form-group .form-control::-moz-placeholder {
    color: #c6c6c6;
}

.checkout-form .check-contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #c6c6c6;
}

.checkout-form .check-contact-form .form-group .select-box .bootstrap-select {
    width: 100%;
}

.checkout-form .check-contact-form .form-group .select-box .dropdown-toggle {
    width: 100%;
    display: block;
    font: 400 15px/38px "Poppins", sans-serif;
    color: #c6c6c6;
    height: 38px;
    text-transform: capitalize;
    border: none;
    outline: none !important;
    padding: 0px 20px;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    border-radius: 0px;
}

.checkout-form .check-contact-form .form-group .select-box .dropdown-toggle:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 46px;
    color: #c6c6c6;
    border: 0px;
    position: relative;
    top: -5px;
}

.checkout-form .check-contact-form .form-group textarea.form-control {
    height: 103px;
    padding-top: 15px;
    margin-top: 12px;
}

.checkout-form .check-contact-form .section-title {
    padding-bottom: 35px;
    padding-top: 47px;
}

.checkout-form .check-contact-form .section-title h2 {
    display: inline-block;
    line-height: 33px;
    font-size: 32px;
    font-weight: 600;
    color: #242424;
}

.order-box {
    border: 1px solid #d9d9d9;
    padding: 15px 30px 48px;
}

.order-box ul {
    padding-left: 0;
}

.order-box ul li {
    font: 500 15px/42px "Poppins", sans-serif;
    color: #797979;
    display: block;
}

.order-box ul li span {
    float: right;
    display: inline-block;
    font-size: 17px;
}

.order-box ul li span.bold {
    color: #242424;
}

.order-box ul li.total {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 45px;
    margin-top: 11px;
    margin-bottom: 20px;
}

.order-box ul li .note {
    background: #ececec;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding: 19px 20px 16px 30px;
    border-radius: 3px;
    margin-top: 13px;
    margin-bottom: 12px;
    font-family: "Lato", sans-serif;
    color: #8e8d8d;
}

.order-box ul li .note:after {
    width: 20px;
    height: 18px;
    background: #ececec;
    position: absolute;
    top: -9px;
    left: 25px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.order-box ul li a span {
    color: #f07c00;
    font: 500 13px/42px "Poppins", sans-serif;
}

.order-box ul li .thm-btn {
    font: 500 16px/24px "Poppins", sans-serif;
    color: #242424;
    padding: 10px 34px;
    margin-top: 35px;
    display: inline-block;
}

.order-box ul li:nth-child(8) img {
    margin-left: 30px;
}


/*--==========input check box css ========--*/

.squaredTwo {
    width: 13px;
    height: 13px;
    position: relative;
    margin: 0px 15px 0px 0px;
    display: inline-block;
}

.squaredTwo label {
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url("../img/check-box.png") no-repeat left center;
    margin-bottom: 0px;
}

.squaredTwo label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 3px solid #f07c00;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
    opacity: 0.3;
}

.squaredTwo input[type=checkbox] {
    visibility: hidden;
    margin: 0px;
}

.squaredTwo input[type=checkbox]:checked+label:after {
    opacity: 0;
}

.radio-btn {
    margin-right: 10px;
}

.radio-btn label {
    background: url("../img/radio-icon.png") no-repeat left center;
    top: 13px;
}

.radio-btn label:after {
    content: "";
    background: url("../img/radio-icon2.png") no-repeat left center;
    border: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 9px;
    height: 6px;
    top: 4px;
    left: 3px;
}


/*==================== End Checkout page area css =====================*/


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


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


/*============== Start cart area css =============*/

.cart-contents-area {
    padding: 100px 0px;
}

.cart-contents-area .thm-btn {
    background: #4c82f1;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 37px;
    padding: 0px 25px;
    border: 0px;
}

.cart-contents-area .thm-btn:hover {
    background: #f07c00;
}

.cart-table {
    margin-bottom: 0px;
}

.cart-table thead {
    background: #f9f9f9;
}

.cart-table thead tr th {
    color: #242424;
    font: 600 18px/60px "Poppins", sans-serif;
    padding: 0 20px;
    border: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb !important;
    border-bottom: 0;
}

.cart-table thead tr th:first-child {
    padding: 0 40px;
}

.cart-table tbody tr td {
    border: 1px solid #ebebeb;
    color: #797979;
    font: 400 17px/26px "Lato", sans-serif;
    padding: 25px 20px;
    vertical-align: middle;
}

.cart-table tbody tr td:first-child {
    padding: 25px 0px 27px 50px;
}

.cart-table tbody tr td:last-child {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.cart-table tbody tr td .selectpicker {
    width: 96px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
    font-size: 17px;
    box-shadow: none;
    padding-left: 20px;
    color: #797979;
}

.cart-table tbody tr td .selectpicker:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #797979;
    width: 32px;
    height: 40px;
    float: right;
    border: 0px;
    margin-top: 0;
    font-size: 12px;
    right: 0;
    border-left: 1px solid #ebebeb;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    text-align: center;
}

.bottom-box {
    background: #f9f9f9;
    margin: 0 0 50px;
    padding: 25px 14px 25px 26px;
    border: 1px solid #ebebeb;
    border-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-box input {
    border: 1px solid #dddddd;
    color: #8e8d8d;
    margin-right: 14px;
    outline: medium none;
    padding: 0 20px;
    width: 130px;
    border-radius: 3px;
    font: 400 14px/31px "Open Sans", sans-serif;
}

.bottom-box .cupon-box {
    vertical-align: middle;
}

.bottom-box .cupon-box .thm-btn {
    padding: 0px 28px;
    color: #fff;
    background: #242424;
    text-transform: capitalize;
    border: none;
    outline: none;
    font: 400 15px/33px "Lato", sans-serif;
    border-radius: 3px;
}

.bottom-box .cupon-box .thm-btn:hover {
    background: #f07c00;
    color: #242424;
}

.bottom-box .add-to-cart-wrap .thm-btn {
    float: right;
    border: 0px;
}

.cart-total-box ul {
    margin: 0;
}

.cart-total-box ul li {
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 0 40px 0 25px;
    color: #242424;
    font: 400 17px/60px "Lato", sans-serif;
    display: table;
    width: 100%;
}

.cart-total-box ul li span {
    float: right;
}

.cart-total-box ul li:first-child {
    border-top: 1px solid #EBEBEB;
    background: #F9F9F9;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.cart-total-box ul li:nth-child(2) span {
    color: #8e8d8d;
}

.cart-total-box ul li:nth-child(3) span {
    color: #242424;
    font-weight: bold;
}

.cart-total-box ul li:last-child {
    padding-top: 25px;
    padding-right: 33px;
    padding-bottom: 22px;
    text-align: center;
}

.cart-total-box ul li:last-child .thm-btn {
    padding: 0px 27px;
    line-height: 40px;
    border: 0px;
}


/*============== End cart area css =============*/


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


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


/*============== Start products details area css =============*/

.product_details_area {
    padding: 100px 0px 0px;
}

.product_details_area .product_details {
    margin-bottom: 80px;
}

.product_details_area .product_details .media-left {
    padding-right: 75px;
}

.product_details_area .product_details p {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 0px 34px;
}

.product_details_area .product_details .this-subtitle {
    font: 500 18px/26px "Poppins", sans-serif;
    color: #242424;
    margin: 23px 0px 20px;
}

.product_details_area .product_details .this-subtitle span {
    font: 600 24px/28px "Lato", sans-serif;
    color: #242424;
    margin-left: 4px;
    vertical-align: middle;
}

.product_details_area .product_details .this-subtitle .form-control {
    width: 40px;
    height: 35px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    display: inline-block;
    font: 600 18px/26px "Lato", sans-serif;
    color: #797979;
    text-align: center;
    margin-left: 5px;
}

.product_details_area .product_details .this-subtitle+.this-subtitle {
    margin: 20px 0px 50px;
}

.product_details_area .product_details .thm-btn {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 10px 42px;
    border: 0px;
}

.product_details_area .pro_tab li a {
    border-radius: 0;
    margin: 0;
    padding: 0 45px;
    background: #f07c00;
    border-bottom-color: #e2e2e2;
    font: 600 16px/45px "Poppins", sans-serif;
    border-top: 3px solid #f07c00;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #242424;
}

.product_details_area .pro_tab li a:hover,
.product_details_area .pro_tab li a:focus {
    border-top: 3px solid #f07c00;
    line-height: 45px;
    border-bottom-color: #fff;
    background: #fff;
}

.product_details_area .pro_tab li a.active {
    border-top: 3px solid #f07c00;
    line-height: 45px;
    color: #000;
    border-bottom-color: #fff;
    background: #fff;
}

.product_details_area .pro_tab li+li {
    margin-left: 10px;
}

.product_details_area .border_bottom {
    margin-top: 100px;
}

.protab-content {
    border: 1px solid #e2e2e2;
    border-top: none;
}

.protab-content .tab-pane {
    padding: 45px 70px 55px 40px;
}

.protab-content .tab-pane p {
    margin-bottom: 27px;
}


/*============== End products details area css =============*/


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


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


/*================ Start contact_sec_area css ===============*/

.contact_sec_area {
    padding-bottom: 100px;
}

.contact_inner {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 70px;
}

.contact_inner.m_top {
    margin-top: -180px;
}

.contact_inner .contact_info .contact_info_item {
    position: relative;
    padding-left: 75px;
    margin-top: 40px;
    min-height: 55px;
}

.contact_inner .contact_info .contact_info_item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f07c00;
    color: #f07c00;
    text-align: center;
    position: absolute;
    left: 0;
}

.contact_inner .contact_info .contact_info_item .icon i:before {
    font-size: 30px;
    line-height: 50px;
}

.contact_inner .contact_info .contact_info_item p {
    margin-bottom: 0px;
    font-weight: 400;
}

.contact_inner .contact_us_form {
    padding-left: 50px;
}

.contact_form .form-group .form-control {
    font: 400 16px/26px "Poppins", sans-serif;
    color: #797979;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    padding-left: 20px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_form .form-group .form-control.placeholder {
    color: #797979;
}

.contact_form .form-group .form-control:-moz-placeholder {
    color: #797979;
}

.contact_form .form-group .form-control::-moz-placeholder {
    color: #797979;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #797979;
}

.contact_form .form-group textarea.form-control {
    height: 164px;
    padding-top: 15px;
}

.contact_form .form-group:last-child {
    margin-bottom: 0px;
}


/*================ End contact_sec_area css ===============*/


/*================ Start contact_promo_area css ===============*/

.contact_promo_area {
    padding: 110px 0px 90px;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center, 100%;
}

.contact_promo_area h2 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 5px;
}

.contact_promo_area h2 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #f07c00;
    border-bottom: 1px solid #f07c00;
}

.contact_promo_area h1 {
    font-size: 50px;
}


/*================ End contact_promo_area css ===============*/


/*================ Start question_area css ===============*/

.question_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 182, 0, 0.87))), url("../img/faq_bg.jpg");
    background-image: -webkit-linear-gradient(rgba(255, 182, 0, 0.87)), url("../img/faq_bg.jpg");
    background-image: -o-linear-gradient(rgba(255, 182, 0, 0.87)), url("../img/faq_bg.jpg");
    background-image: linear-gradient(rgba(255, 182, 0, 0.87)), url("../img/faq_bg.jpg");
    background-size: cover;
    background-position: center, top;
}

.question_form .form-group .form-control {
    font: 500 16px/36px "Poppins", sans-serif;
    color: #242424;
    border: 0px;
    height: auto;
    border-radius: 0px;
    background: transparent;
    border-bottom: 2px solid rgba(36, 36, 36, 0.3);
    padding: 20px 0px 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question_form .form-group .form-control.placeholder {
    color: #242424;
}

.question_form .form-group .form-control:-moz-placeholder {
    color: #242424;
}

.question_form .form-group .form-control::-moz-placeholder {
    color: #242424;
}

.question_form .form-group .form-control::-webkit-input-placeholder {
    color: #242424;
}

.question_form .form-group textarea.form-control {
    min-height: 155px;
    padding-top: 10px;
    resize: none;
}

.question_form .form-group .submit_btn {
    font: 600 16px/28px "Poppins", sans-serif;
    color: #fff;
    background: #242424;
    border-radius: 0px;
    border: 0px;
    padding: 10px 32px;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.question_form .form-group .submit_btn:hover {
    color: #242424;
    background: #fff;
}

.question_form .form-group:last-child {
    margin-bottom: 0px;
}


/*================ End question_area css ===============*/


/*=============== contact_area ===============*/

.contact_inner_two .contact_us_form h2 {
    font-size: 34px;
}

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

.contact_inner_two .contact_us_form .contact_form .form-group .form-control {
    border-color: #e1e1e1;
    height: 55px;
}

.contact_inner_two .contact_us_form .contact_form .form-group textarea.form-control {
    height: 230px;
}

.contact_inner_two .contact_us_form .contact_form .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 10px;
}

.contact_inner_two .contact_info {
    padding-left: 45px;
    padding-top: 74px;
}

.contact_inner_two .contact_info h4 {
    font-size: 24px;
}

.contact_inner_two .contact_info .contact_info_item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.contact_inner_two .contact_info .contact_info_item .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact_inner_two .contact_info .contact_info_item .icon i {
    color: #f07c00;
}

.contact_inner_two .contact_info .contact_info_item .icon i:before {
    font-size: 32px;
}

.contact_inner_two .contact_info .contact_info_item h6 {
    margin-bottom: 5px;
}

.contact_inner_two .contact_info .contact_info_item a {
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.contact_inner_two .contact_info .contact_info_item a:hover {
    color: #f07c00;
}

.contact_inner_two .contact_info .contact_info_item p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.mapBox {
    height: 470px;
}


/*================ error_page_area css ==============*/

.error_page_area {
    background: url("../img/404-bg.jpg") no-repeat scroll center 0/cover;
    position: relative;
    z-index: 1;
    min-height: 926px;
}

.error_page_area .ovarlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.error_content {
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-top: -55px;
}

.error_content h1 {
    font-size: 200px;
    line-height: 230px;
    font-weight: 700;
    margin-bottom: 0px;
}

.error_content h2 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 18px;
}

.error_content h2 span {
    color: #f07c00;
    font-size: 80px;
}

.error_content p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

.error_content .read_more {
    font-size: 22px;
    font-weight: 600;
    min-width: 330px;
    text-align: center;
    padding: 20px 0px;
}


/*================ error_page_area css ==============*/


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


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


/* Search Popup Area css
================================= */

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: #1a1a1c;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .48px;
}

.search_area .search_box_inner .input-group {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-group input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    width: 100%;
    letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input.placeholder {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: .28px;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: .28px;
}

.search_area .search_box_inner .input-group .input-group-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    letter-spacing: .28px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.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-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* 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 Search Popup Area css
================================= */


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


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


/*================== commingsoon_section css ====================*/

.commingsoon_section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background-position: center 100%;
    background-size: cover;
    min-height: 100vh;
    text-align: center;
}

.commingsoon_section h2 {
    font: 600 70px/70px "Poppins", sans-serif;
    color: #fff;
}

.commingsoon_section p {
    font: 500 26px/34px "Poppins", sans-serif;
    padding-bottom: 35px;
    color: #fff;
}

.commingsoon_section p span {
    font-weight: 400;
    font-style: italic;
}

.commingsoon_section .timer {
    margin-top: 90px;
    margin-bottom: 60px;
    max-width: 800px;
}

.commingsoon_section .timer__section {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #f07c00;
    text-align: center;
    font-family: "Poppins", sans-serif;
    line-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f07c00;
}

.commingsoon_section .timer__section .timer_text {
    width: 100%;
}

.commingsoon_section .timer__section .timer__number {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
}

.commingsoon_section .timer__section .timer__label {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 400;
}

.commingsoon_section .subscrib_form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.commingsoon_section .subscrib_form .form-control {
    font: 400 17px/30px "Poppins", sans-serif;
    color: #7e7e7e;
    height: 50px;
    padding: 0px 30px;
    border-radius: 0px;
    border: 0px;
    max-width: 495px;
    margin-right: 18px;
}

.commingsoon_section .subscrib_form .form-control.placeholder {
    color: #7e7e7e;
}

.commingsoon_section .subscrib_form .form-control:-moz-placeholder {
    color: #7e7e7e;
}

.commingsoon_section .subscrib_form .form-control::-moz-placeholder {
    color: #7e7e7e;
}

.commingsoon_section .subscrib_form .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
}

.commingsoon_section .subscrib_form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.commingsoon_section .subscrib_form .read_more {
    font: 500 18px/46px "Poppins", sans-serif;
    padding: 0px 46px;
    cursor: pointer;
}

.commingsoon_section .subscrib_form .read_more:focus {
    outline: none;
}


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


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


/*================ Start footer_area css ================*/

.footer_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.94))), url("../img/footer_bg2.png");
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-image: -o-linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-image: linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-size: cover, cover;
    background-position: 50%, center;
    background-repeat: no-repeat, no-repeat;
    color: #8b8b8b;
    padding-top: 90px;
}

.footer_area a {
    color: #8b8b8b;
}

.footer_area a:hover {
    color: #f07c00;
}

.footer_top {
    padding-bottom: 42px;
}

.f_widget {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.f_widget .f_title {
    margin-bottom: 22px;
}

.f_widget.about_widget p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
    padding-top: 18px;
}

.f_widget.about_widget a {
    color: #f07c00;
}

.f_widget.link_widget {
    padding-left: 37px;
}

.f_widget.link_widget ul li {
    padding-bottom: 10px;
}

.f_widget.link_widget ul li:last-child {
    padding-bottom: 0px;
}

.f_widget.news_widget h5 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 18px;
}

.f_widget.news_widget .subscrib_form {
    margin-bottom: 30px;
}

.f_widget.news_widget .subscrib_form .form-control {
    font: 400 14px/24px "Poppins", sans-serif;
    color: #838486;
    letter-spacing: 0.42px;
    padding: 0px 22px;
    background: transparent;
    border: 1px solid #4a4a4a;
    height: 47px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f_widget.news_widget .subscrib_form .form-control.placeholder {
    color: rgba(131, 132, 134, 0.5);
}

.f_widget.news_widget .subscrib_form .form-control:-moz-placeholder {
    color: rgba(131, 132, 134, 0.5);
}

.f_widget.news_widget .subscrib_form .form-control::-moz-placeholder {
    color: rgba(131, 132, 134, 0.5);
}

.f_widget.news_widget .subscrib_form .form-control::-webkit-input-placeholder {
    color: rgba(131, 132, 134, 0.5);
}

.f_widget.news_widget .subscrib_form .submit_btn_b {
    background: #f07c00;
    color: #242424;
    padding: 0px 16px;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.social_icon li a {
    width: 36px;
    height: 36px;
    border: 1px solid #858585;
    font-size: 17px;
    color: #858585;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social_icon li a:hover {
    border-color: #f07c00;
    color: #f07c00;
}

.social_icon li+li {
    margin-left: 10px;
}

.footer_copyright .bottom_info {
    border-top: 1px solid #3d3d3d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    padding: 27px 0px;
    overflow: hidden;
}


/*================= End footer_area css =================*/


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


/*# sourceMappingURL=style.css.map */

e-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;

}

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

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

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

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

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

/* 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 Search Popup Area css
================================= */

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

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

/*================== commingsoon_section css ====================*/
.commingsoon_section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background: linear-gradient(rgba(0, 0, 0, 0.78) 100%, rgba(0, 0, 0, 0.78) 100%), url("../img/comming_soon_bg.jpg") no-repeat scroll;
    background-position: center 100%;
    background-size: cover;
    min-height: 100vh;
    text-align: center;
}
.commingsoon_section h2 {
    font: 600 70px/70px "Poppins", sans-serif;
    color: #fff;
}
.commingsoon_section p {
    font: 500 26px/34px "Poppins", sans-serif;
    padding-bottom: 35px;
    color: #fff;
}
.commingsoon_section p span {
    font-weight: 400;
    font-style: italic;
}
.commingsoon_section .timer {
    margin-top: 90px;
    margin-bottom: 60px;
    max-width: 800px;
}
.commingsoon_section .timer__section {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #f07c00;
    text-align: center;
    font-family: "Poppins", sans-serif;
    line-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f07c00;
}
.commingsoon_section .timer__section .timer_text {
    width: 100%;
}
.commingsoon_section .timer__section .timer__number {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
}
.commingsoon_section .timer__section .timer__label {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 400;
}
.commingsoon_section .subscrib_form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.commingsoon_section .subscrib_form .form-control {
    font: 400 17px/30px "Poppins", sans-serif;
    color: #7e7e7e;
    height: 50px;
    padding: 0px 30px;
    border-radius: 0px;
    border: 0px;
    max-width: 495px;
    margin-right: 18px;
}
.commingsoon_section .subscrib_form .form-control.placeholder {
    color: #7e7e7e;
}
.commingsoon_section .subscrib_form .form-control:-moz-placeholder {
    color: #7e7e7e;
}
.commingsoon_section .subscrib_form .form-control::-moz-placeholder {
    color: #7e7e7e;
}
.commingsoon_section .subscrib_form .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
}
.commingsoon_section .subscrib_form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.commingsoon_section .subscrib_form .read_more {
    font: 500 18px/46px "Poppins", sans-serif;
    padding: 0px 46px;
    cursor: pointer;
}
.commingsoon_section .subscrib_form .read_more:focus {
    outline: none;
}

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

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

/*================ Start footer_area css ================*/
.footer_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.94))), url("../img/footer_bg2.png");
    background-image: -webkit-linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-image: -o-linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-image: linear-gradient(rgba(39, 39, 39, 0.94)), url("../img/footer_bg2.png");
    background-size: cover, cover;
    background-position: 50%, center;
    background-repeat: no-repeat, no-repeat;
    color: #8b8b8b;
    padding-top: 90px;
}
.footer_area a {
    color: #8b8b8b;
}
.footer_area a:hover {
    color: #f07c00;
}
.footer_top {
    padding-bottom: 42px;
}
.f_widget {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.f_widget .f_title {
    margin-bottom: 22px;
}
.f_widget.about_widget p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 12px;
    padding-top: 18px;
}
.f_widget.about_widget a {
    color: #f07c00;
}
.f_widget.link_widget {
    padding-left: 37px;
}
.f_widget.link_widget ul li {
    padding-bottom: 10px;
}
.f_widget.link_widget ul li:last-child {
    padding-bottom: 0px;
}
.f_widget.news_widget h5 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 18px;
}
.f_widget.news_widget .subscrib_form {
    margin-bottom: 30px;
}
.f_widget.news_widget .subscrib_form .form-control {
    font: 400 14px/24px "Poppins", sans-serif;
    color: #838486;
    letter-spacing: 0.42px;
    padding: 0px 22px;
    background: transparent;
    border: 1px solid #4a4a4a;
    height: 47px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.f_widget.news_widget .subscrib_form .form-control.placeholder {
    color: rgba(131, 132, 134, 0.5);
}
.f_widget.news_widget .subscrib_form .form-control:-moz-placeholder {
    color: rgba(131, 132, 134, 0.5);
}
.f_widget.news_widget .subscrib_form .form-control::-moz-placeholder {
    color: rgba(131, 132, 134, 0.5);
}
.f_widget.news_widget .subscrib_form .form-control::-webkit-input-placeholder {
    color: rgba(131, 132, 134, 0.5);
}
.f_widget.news_widget .subscrib_form .submit_btn_b {
    background: #f07c00;
    color: #242424;
    padding: 0px 16px;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.social_icon li a {
    width: 36px;
    height: 36px;
    border: 1px solid #858585;
    font-size: 17px;
    color: #858585;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social_icon li a:hover {
    border-color: #f07c00;
    color: #f07c00;
}
.social_icon li+li {
    margin-left: 10px;
}
.footer_copyright .bottom_info {
    border-top: 1px solid #3d3d3d;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    padding: 27px 0px;
    overflow: hidden;
}

/*================= End footer_area css =================*/

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

/*# sourceMappingURL=style.css.map */