/*
------------------------------------------------------------------------
* Template Name    : Carton - Responsive Multipurpose HTML5 Template  * 
* Author           : ThemesBoss                                       *
* Version          : 1.0.0                                            *
* Created          : October 2018                                     *
* File Description : Main Css file of the template                    *
*-----------------------------------------------------------------------
*/

/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
        -DEMO          *
        -ABOUT US      *
        -SERVICES      *
        -FEATURES      *
        -WORK PROCESS  *
        -FUNFACTS      *
        -WORK          *
        -TEAM          *
        -VIDEO         *
        -PRICING       *
        -CTA SECTION   *
        -TESTIMONIAL   *
        -BLOG          *
        -CONTACT       *
    5. BLOG            *
        -SIDEBAR       *
    6. BLOG SINGLE     *
    7. CONTACT PAGE    *
    8. FOOTER          *
    9. RESPONSIVE      *
************************/

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,600,700|Rubik:400,500,700');
@import url('../../assets2/css/icons.css');

/*======================
        1.BASIC
========================*/

@font-face {
    font-family: 'nucleo-icons';
    src: url("../fonts/nucleo-icons.eot");
    src: url("../fonts/nucleo-icons.eot") format("embedded-opentype"), url("../fonts/nucleo-icons.woff2") format("woff2"), url("../fonts/nucleo-icons.woff") format("woff"), url("../fonts/nucleo-icons.ttf") format("truetype"), url("../fonts/nucleo-icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}



body {
    overflow-x: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
    font-weight: 500 !important;
}

.fonts-italic {
    font-family: 'Merriweather', serif;
}

p {
    font-size: 15px !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #d3906c);
    background: linear-gradient(to bottom right, #914311, #914311);
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}

/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.section_title h3 {
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 10px;
}

.section_title .small_title {
    font-size: 12px !important;
    letter-spacing: 3px;
}

.sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.6;
}

.header_section {
    padding: 200px 0px 120px;
    background-image: url(../images/header_img.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.page_link a {
    color: rgba(255, 255, 255, 0.55);
}

.page_link {
    font-size: 14px;
}

.bg-dark {
    background-color: #000;
}

.bg-custom {
    background-color: #914311;
}

.text-dark {
    color: #000 !important;
}

.text-muted {
    color: #646f79 !important;
}

.text-custom {
    color: #914311 !important;
}

.text-custom-blue {
    color: #03af53;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-custom {
    background-color: #914311;
}

.bg-gradient {
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
}

.bg-overlay-gradient {
    background-color: #145231;
    background: -webkit-linear-gradient(to right, #145231, #5976ad);
    background: linear-gradient(to bottom right, #145231, #5976ad);
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(31, 32, 35, 0.76);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 11px 26px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open>.dropdown-toggle.btn-outline-white {
    border-color: #fff !important;
    background-color: #fff;
    color: #000 !important;
}

.btn-custom {
    background-color: #914311;
    border: 2px solid #914311;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
   /* background-color: #04a772;*/
    border-color: #04a772;
    color: #fff;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 18px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    color: #914311;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    color: #914311;
}

.custom-nav .social_menu li:hover a {
    color: #914311;
}

.custom-nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #545454;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #545454;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #914311;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 48px;
}

.custom-nav .social_menu li a {
    color: #fff;
    transition: all 0.5s;
    font-size: 18px;
}

.custom-nav.stickyadd .social_menu li a {
    color: #000;
}

.custom-nav .social_menu li:hover a {
    color: #344eea;
}

.custom-nav .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    margin-right: 13px;
}

.custom-nav.stickyadd .navbar-nav {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.custom-nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 8px;
}

/*==========================
        4.HOME
============================*/

.home-bg-img {
    background-image: url(../images/home-bg2.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
}

.home-table-center {
    display: block;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_title {
    font-size: 50px;
    line-height: 1.2;
    max-width: 800px;
    text-transform: capitalize;
}

.home_divider {
    height: 4px;
    width: 50px;
    background-color: #914311;
    border-radius: 50px;
}

.header_subtitle {
    line-height: 1.6;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.6) !important;
}

/*===========
     DEMO
=============*/

/*--- DEMO 2 ---*/
.home-half {
    padding: 200px 0px;
}

/*--- DEMO 7 ---*/

.bg-home-slider {
    position: relative;
}

.bg-home-slider .carousel-control-next,
.bg-home-slider .carousel-control-prev {
    width: 6%;
}

.bg-home-slider .carousel-control-next>span,
.bg-home-slider .carousel-control-prev>span {
    font-size: 50px;
}

.bg-home-slider .carousel-item,
.bg-home-slider .carousel {
    width: 100%;
}

.bg-home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

/*--- DEMO 8 ---*/

.half-slider {
    padding: 200px 0px; 
}

/*--- DEMO 11 ---*/

.home-clip{
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

/*----- ABOUT US -----*/

.about_content {
    max-width: 825px;
}

.about_box .about_icon i {
    font-size: 52px;
    line-height: 28px;
}

.about_detail h5 {
    font-size: 18px;
}

.read_more {
    font-size: 13px;
}

/*----- SERVICES -----*/

.services_img_bg {
    background: url(../images/original/showcase-1.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.services_clip {
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
}

.services_boxes .services_icon i {
    font-size: 42px;
}

.services_bg_pad {
    padding: 10% 0;
}

.services_boxes .services_content h5 {
    font-size: 18px;
}

.services_boxes .services_content p {
    color: rgba(255, 255, 255, 0.84);
}

/*----- FEATURES -----*/

.features_title {
    line-height: 1.2;
    font-size: 30px;
}

.features_small_title {
    font-size: 14px !important;
}

.features_subtitle {
    line-height: 2.0;
}

.skill-custom .progress {
    height: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 6px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
}

/*----- WORK PROCESS -----*/

.work_process {
    padding: 10px 0;
    position: relative;
    margin-top: 35px;
}

.work_process::after {
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e6e6e6;
}

.work_box {
    margin-bottom: 50px;
}

.work_process .work_box .work_left {
    margin-right: 20px;
}

.work_process .work_box .work_left::after,
.work_process .work_box .work_right::after {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    box-shadow: 0 0 0 1px #e6e6e6;
    position: absolute;
    top: 20px;
    width: 20px;
    background-color: #914311;
    z-index: 1;
}

.work_process .work_box .work_left::after {
    right: -45px;
    background-color: #914311;
}

.work_process .work_box .work_right::after {
    left: -45px;
    background-color: #914311;
}

.work_process .work_box .work_detail_right {
    text-align: center;
    margin-left: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #f3efef;
}

.work_process .work_box .work_right {
    text-align: center;
    margin-left: 20px;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_left,
.work_process .work_box .work_right {
    text-align: center;
    padding: 20px 0px;
    position: relative;
}

.work_process .work_box .work_detail_left {
    text-align: center;
    margin-right: 15px;
    float: right;
    border-radius: 0;
    padding: 20px;
    border: 1px solid #f3efef;
}

.work_icon i {
    font-size: 60px;
    line-height: 1.2;
    color: #914311;
}

.work_process h4,
.work_detail_left h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.work_right img,
.work_left img {
    max-width: 300px;
}

/*---- FUNFACTS -----*/

.lan_fun_icon i {
    font-size: 50px;
}

.lan_funfact .lan_fun_name {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.logo_img img {
    padding: 20px 0px;
}

/*----- WORK -----*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    top: 3px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 5px;
    transition: all 0.5s;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.work_menu li a.active {
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
    color: #ffffff;
}

.work_menu li a:hover {
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
    color: #ffffff !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.work_img_box {
    position: relative;
    overflow: hidden;
}

.work_img_box a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.work_img_box .work_images {
    position: relative;
}

.work_img_box .work_images img {
    transition: all 0.5s;
    width: 100%;
}

.work_img_box .work_images .work_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.work_img_box .work_images .work_overlay a {
    height: 100%;
    width: 100%;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background-color: rgb(0, 0, 0);
    border-radius: 0px;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.work_img_box .work_images .work_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 54px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: right 600ms ease-in-out 0s;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #fff;
    bottom: 0;
    right: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: left 600ms ease-in-out 0s;
}

.work_img_box:hover img {
    transform: scale(1.1);
}

.work_img_box:hover .work_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: white;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}

/*---- TEAM ------*/

.team_desc h6 {
    font-size: 16px;
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
    display: inline-block;
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
}

.team_desc p {
    font-size: 14px !important;
}

.team_social li a {
    border: 1px solid #e8e7e7;
    color: rgba(0, 0, 0, 0.41);
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.team_social li:hover a {
    border-color: #914311;
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
    color: #fff;
}

.team_box {
    margin: 0 15px;
}

#owl-team .owl-controls .owl-page {
    margin: 20px 0px;
}

#owl-team .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #914311 !important;
}

#owl-team .owl-controls .owl-page.active span {
    opacity: 1;
}

/*---- VIDEO -----*/

.presentation_icon {
    outline: none !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #914311;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    font-size: 35px;
    line-height: 65px;
    transition: all 0.8s;
}

.video_presentation_play {
    border: 3px solid;
    border-color: #914311;
    display: inline-block;
    border-radius: 50%;
    padding: 7px;
}

.bg-video {
    background-image: url(../images/video.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.video_desc {
    max-width: 700px;
}

.video_desc h1 {
    font-size: 46px;
}

.video_desc p {
    color: rgba(255, 255, 255, 0.6);
}

/*---- PRICING ----*/

.price_box {
    background-color: #fff;
    border: 1px solid #efefef;
    border-top: 3px solid #914311;
}

.price_box {
    position: relative;
    overflow: hidden;
}

.price_box p {
    font-size: 14px !important;
}

.price_box .btn-custom {
    box-shadow: 0 8px 40px -2px rgb(1, 191, 129) !important;
}

.price_box .price_name h5 {
    font-size: 22px;
}

.price_box .plan_price h1 {
    font-size: 60px;
}

.price_box .plan_price {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.price_features p {
    margin-bottom: 10px !important;
}

.price_features {
    padding: 0 25px;
}

.features_bold {
    height: 6px;
    margin-right: 16px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #914311;
    position: relative;
    top: -2px;
}

.price_box.active .lable h6 {
    color: #fff;
    font-size: 12px;
}

.price_box.active .lable {
    background: #914311;
    padding: 6px 0;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 20px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---- CTA SECTION ----*/

.cta-desc {
    max-width: 635px;
    line-height: 2.0;
}

/*----- TESTIMONIAL ----*/

.testi_boxes {
    margin: 15px;
    padding: 35px;
    position: relative;
    z-index: 10;
}

.testi_boxes .bus_testi_icon i {
    font-size: 78px;
    line-height: 20px;
    position: relative;
}

.testi_boxes .testi_ic_bg i {
    font-size: 200px;
    position: absolute;
    top: -54px;
    left: 20%;
    color: rgba(230, 230, 230, 0.41);
}

#owl-testi .owl-controls .owl-page {
    margin: 20px 0px;
}

#owl-testi .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff !important;
}

#owl-testi .owl-controls .owl-page.active span {
    opacity: 1;
}

/*---- BLOG -----*/

.blog_box {
    position: relative;
    border: 1px solid #e8e7e7;
}

.blog_box h6 .blog_detail_badge {
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    background-color: #914311;
    background: -webkit-linear-gradient(to right, #914311, #41C3D3);
    background: linear-gradient(to bottom right, #914311, #41C3D3);
    color: #ffffff;
    border-radius: 30px;
    letter-spacing: 2px;
    top: 12px;
    right: 12px;
}

.blog_detail h5 {
    line-height: 1.4;
}

.blog_detail .blog_more {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff !important;
    background-color: #914311;
    display: inline-block;
    border-radius: 30px;
}

.blog_box .blog_detail .blog_detail_devider {
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}

/*---- CONTACT ----*/

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #e8e8e8;
}

.contact_form .form-control:focus {
    border-color: #914311;
}

.contact_form textarea.form-control {
    height: auto;
}

/*==========================
        5.BLOG
============================*/

.pagination>li {
    display: inline-block;
    margin-right: 2px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 3px;
    color: #777777;
    display: block;
    float: none;
    padding: 8px 15px;
    transition: all 0.5s;
}

.pagination>.active>a,
.pagination>.active>span {
    color: #914311;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #914311;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    cursor: default;
    background-color: #914311;
    color: #fff;
    border-color: #914311;
    z-index: 3;
}

/*---- SIDEBAR ----*/

.blog_sidebar {
    border: 1px solid #cccccc;
}

.blog_sidebar .sidebar_widget_title {
    font-size: 14px;
}

.side_widget_search form {
    position: relative;
    box-shadow: none;
}

.side_widget_search form input {
    box-shadow: none !important;
    height: 46px;
    border-radius: 0px;
}

.side_widget_search form input:focus {
    border-color: #914311;
}

.search_icon {
    top: 0;
    font-size: 20px;
    height: 100%;
    background-color: transparent;
    border: none;
    position: absolute;
    transition: all .3s ease-out;
    cursor: pointer;
    right: 10px;
}

.search_icon:focus,
.search_icon.focus,
.search_icon.active.focus,
.search_icon.active:focus,
.search_icon:active.focus,
.search_icon:active:focus {
    outline: 0;
}

.search_icon:hover {
    color: #914311;
}

.blog_sidebar .widget_list li a {
    color: #777;
    font-size: 14px;
    transition: all 0.5s;
    padding: 5px 0px;
    display: inline-block;
}

.blog_sidebar .widget_list li a:hover {
    color: #914311;
}

.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget ul li:last-child {
    border: 0;
}

.widget_recent_entries_custom .re_post_img {
    float: left;
    width: 68px;
}

.widget_recent_entries_custom .re_post_desc {
    margin-left: 80px;
}

.widget_recent_entries_custom .re_post_desc a {
    color: #303133;
    font-size: 14px;
    display: block;
}

.widget_recent_entries_custom .re_post_desc span {
    font-size: 12px;
    color: #777;
}

.blog_tag a {
    background: #f8f9fa;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    display: inline-block;
    transition: all 0.5s;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}

.blog_tag a:hover {
    border-color: #914311;
    color: #914311;
}

/*==========================
        6.BLOG SINGLE
============================*/

.blockquote {
    border: 1px solid #e7e7e7;
    border-left: 4px solid #d6d6d6;
    background-color: #f8f9fa;
    padding: 14px 20px;
}

.comment_blog .comment_read {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.comment_blog .comment_read:nth-child(odd) {
    margin-left: 80px;
}

.comment_blog .comment_read:last-child {
    margin-bottom: 0;
}

.comment_blog .comment_read .comment_img {
    width: 80px;
    float: left;
}

.comment_blog .comment_read .comment_data {
    margin-left: 100px;
}

.comment_blog .comment_read .comment_data h6 {
    font-size: 14px;
}

.comment_data h6 span {
    font-size: 12px;
    margin-top: 8px;
    color: #777;
}

.comment_blog .comment_read .comment_data .comment_reply {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.comment_blog .comment_read .comment_data .comment_reply i {
    padding-right: 2px;
    font-size: 14px;
}

.comments-form .comment-form-input .form-control {
    height: 46px;
    box-shadow: none !important;
}

.comments-form .comment-form-input .form-control:focus {
    border-color: #914311;
}

.comments-form .comment-form-input textarea.form-control {
    height: auto;
}

/*==========================
        7.CONTACT PAGE 
============================*/

.contact-icon i {
    font-size: 44px;
}

.contact_icon_box {
    border: 1px solid #e8e7e7;
}

/*==========================
        8.FOOTER
============================*/

.footer_detail {
    background-color: #0c0c0c;
    position: relative;
    background-size: cover;
}

.footer_detail .footer_title_border {
    background-color: #914311;
    height: 2px;
    width: 26px;
}

.footer_detail h6 {
    font-size: 18px;
}

.footer_detail .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}

.footer_detail .footer_menu_list li a:hover {
    color: #fff !important;
}

.footer_detail p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 10px;
}

.fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.fot_social .social-icon:hover {
    color: #fff !important;
}

.footer_divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.03);
    width: 100%;
    margin: 20px 0px;
}

.copy-rights {
    line-height: 38px;
}

/*==========================
        9.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #914311;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo {
        padding-top: 0px;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .custom-nav .navbar-brand.logo img {
        height: 40px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .logo_img {
        margin-top: 20px;
    }
    .h-100vh {
        height: auto;
    }
    .home-clip,
    .services_clip {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 125px 0 130px 0;
    }
    .custom-nav .social_menu {
        display: none;
    }
    .custom-nav .navbar-nav,
    .custom-nav.stickyadd .navbar-nav {
        border-right: none;
    }
    .services_img_bg {
        background: none;
    }
    .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
    }
    .copy-rights {
        line-height: 26px;
        margin-bottom: 15px !important;
    }
    .work_process::after {
        margin: 0;
    }
    .work_box .work_images {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important;
        position: relative;
    }
    .work_box .work_images::after {
        left: -24px !important;
    }
    .work_box .work_detail {
        text-align: left !important;
        margin-left: 15px;
    }
    .video_desc h1 {
        font-size: 32px;
    }
    .comment_blog .comment_read:nth-child(odd) {
        margin-left: 34px;
    }
}

#main{
    height: -webkit-fill-available;
}
nav{padding-bottom: 1px!important;
padding-top: 5px!important;}

.short-nav{
    display: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .short-nav{
        display: block;
    }

    .send-invitation{
        float: none;
    }
}


/* Newsletter */
.newsletter {
    display: flex;
    margin-top: 20px;
}

.newsletter input,
.newsletter button {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.newsletter input {
    background: #262626;
    box-shadow: none;
    margin-bottom: 0;
}

.newsletter input:focus {
    box-shadow: none;
}

.newsletter button {
    background-color: #66676b;
    border-radius: 4px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    transition: 0.3s;
}

.newsletter button:hover {
    background-color: #fff;
    color: #333;
}

.newsletter button i {
    width: 100%;
    line-height: 48px;
}

.job-listing {
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(86, 86, 86, 0.24);
    margin-bottom: 35px;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
}

.job-listing:hover {
    box-shadow: 0 2px 18px rgba(0,0,0,0.14);
    transform: translateY(-4px);
}

.job-listing-details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 35px;
    padding-bottom: 32px;
}

.job-listing .job-listing-company-logo {
    flex: 1;
    max-width: 55px;
    margin-right: 25px;
    position: relative;
    top: 3px;
}

.job-listing .job-listing-company-logo img {
    border-radius: 4px;
    transform: translate3d(0,0,0);
}

.job-listing .job-listing-description {
    flex: 1;
    padding-top: 3px;
}

.job-listing .job-listing-description p {
    margin: 15px 0 0 0;
    padding: 0;
    color: #666;
}

.job-listing h4.job-listing-company {
    font-size: 16px;
    color: #808080;
}

.job-listing h3.job-listing-title {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.job-listing .job-listing-footer {
    background-color: #f9f9f9;
    padding: 20px 35px;
    border-radius: 0 0 4px 4px;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dcdcdc;
}

.job-listing .job-listing-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-listing .job-listing-footer ul li {
    display: inline-block;
    margin-right: 14px;
    color: #777;
}

.job-listing .job-listing-footer ul li:last-child {
    margin-right: 0;
}

.job-listing .job-listing-footer ul li i.icon-material-outline-location-on {
    margin-right: 0;
}

.job-listing .job-listing-footer ul li i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    color: #777;
}

/* Media Queries for Default List Layout*/
@media (max-width: 768px) {
    .job-listing .job-listing-company-logo { display: none; }
    .job-listing .job-listing-title { padding-right: 10%; }
}

/* ---------------------------------- */
/* Job Listing - Compact List Layout
------------------------------------- */
.compact-list-layout {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.compact-list-layout .job-listing {
    box-shadow: none;
    margin-bottom: 0;
    padding: 30px 35px;
    padding-right: 80px;
    border-radius: 0;
}

.compact-list-layout .job-listing:last-of-type {
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.compact-list-layout .job-listing:first-of-type {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.compact-list-layout .job-listing h3 {
    font-size: 18px;
    line-height: 28px;
}

.compact-list-layout .job-listing:nth-child(2n) {
    background-color: #fafafa;
}

.compact-list-layout .job-listing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    display: block;
    background: #66676b;
    transition: 0.3s;
    opacity: 0;
}

.compact-list-layout .job-listing:hover:before {
    opacity: 1;
}

.compact-list-layout .job-listing:hover {
    transform: none;
}

.compact-list-layout .job-listing .job-listing-footer {
    background-color: transparent;
    padding: 0;
    margin-top: 3px;
}

.compact-list-layout .job-listing-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    top: 0;
}

.compact-list-layout .job-listing .job-listing-company-logo {
    max-width: 50px;
    margin-right: 30px;
    top: 0;
}

.compact-list-layout .job-listing .verified-badge {
    transform: scale(0.85) translate(8px,8px);
}

.compact-list-layout .job-listing h3 .verified-badge {
    transform: scale(0.85) translate(0,0);
    font-weight: 500;
    top: 1px;
}

.compact-list-layout .job-listing h3 .verified-badge:before {
    top: -1px;
}

.compact-list-layout .job-listing span.bookmark-icon {
    top: 50%;
    transform: translateY(-51%);
}

/* List Layuot Apply Button */
.compact-list-layout .job-listing.with-apply-button {
    position: relative;
    padding-right: 35px;
}


html,
body {
    height: 100%!important;
}



.footer {
    flex-shrink: none!important;
}

.dash{
    min-height:100%;

}
/* Other Classes for Page Styling */
.footer{


    flex-shrink: none!important;
}

.navbar .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    /*min-height: 360px;*/
    max-height: 360px;
}
.navbar .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}
.navbar .dropdown-menu.notify-drop .drop-content {
    min-height: 180px;
    max-height: 280px;
    overflow-y: scroll;
}
.navbar .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.navbar .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.navbar .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}
.navbar .dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}
.navbar .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
}
.navbar .dropdown-menu.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
}
.navbar .dropdown-menu.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
}
.navbar .dropdown-menu.notify-drop .drop-content > li:last-child {
    border-bottom: none;
}
.navbar .dropdown-menu.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}
.navbar .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}
.navbar .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}
.navbar .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}
.navbar .dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
}
.navbar .dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
}
.navbar .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}
.navbar .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}
.navbar .dropdown-menu.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}
.navbar .dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}
.navbar .dropdown-menu.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
}
.navbar .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}
.navbar .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}
.navbar .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}
.header-notifications-trigger,
.header-notifications-trigger a {
    font-size: 22px;
    color: #333;
    position: relative;
    top: 55%;
    transform: translate3d(0,-50%,0);
}



.alert-dismissible .close{

    padding:0px!important;
}

.popover {
    min-width: 80% !important;
}

.rating {
    float:left;
    border:none;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0, 0, 0, 0);
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd!important;
}
.rating:not(:checked) > label:before {
    content:'★ ';
}
.rating > input:checked ~ label {
    color: #f70!important;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: gold!important;
}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {
    color: #ea0!important;
}
.rating > label:active {
    position:relative;
}

.rating > label{
    font-size: 38px!important;
}

p,h1,h2,h3,h4,h5,h6,span div{
    word-break: break-all!important;
}


