/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Endus - Industrial Manufacturing HTML Template
Version:        1.0.0
Author:         helloexpert
URL:            http://themeforest.net/user/helloexpert
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1    Theme Reset Style
#0.2    Global Elements
#0.3    header
#0.4    hero-slider
#0.5    footer
#0.6    about-section
#0.7    services-section
#0.8    fun-fact-section
#0.9    Contact form
#1.1    team-section
#1.2    cta-section
#1.3    projects-section
#1.4    testimonials-section
#1.5    partners-section
#1.7    blog-section


--------------------------------------------------------------
    #service single page
--------------------------------------------------------------
#2.1    service-single-section


--------------------------------------------------------------
    #project single page
--------------------------------------------------------------
#3.1    project-single-section


--------------------------------------------------------------
    #blog page
--------------------------------------------------------------
#4.1    blog-pg-section 


--------------------------------------------------------------
    blog single page
--------------------------------------------------------------
#5.1    blog-single-section


--------------------------------------------------------------
    404 page
--------------------------------------------------------------
#6.1    error-404-section



/* #1.1  Fonts Family
----------------------------*/
/*
*  Font Family Name:
*/

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(../fonts/web-fonts/BarlowCondensed-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

/*
* Font Family Name: Heebo
*/

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url(../fonts/web-fonts/Heebo-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* #0.1   Theme Reset Style
--------------------------------------------------------------*/

html {
    font-size: 15px;
}

body {
    font-family: 'Heebo';
    background-color: #fff;
    font-size: 15px;
    font-size: 1rem;
    color: #687693;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #687693;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #233d62;
    font-family: "Barlow Condensed";
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}



/* #0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 100px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
    width: 100%;
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.9333333333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #fc6e36;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {

    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid #ff1a1a;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}


.contact-map-section .contact-map {
    height: 450px;
    margin-bottom: 100px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/* ## Section title
-----------------------------*/

.section-title {
    margin-bottom: 80px;
}

.section-title>span,
.section-title>h2 {
    font-family: "Barlow Condensed";
}

.section-title>span,
.section-title>h2>span {
    color: #fe5a0e;
}

.section-title>span {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 35px;
}

.section-title>span::before,
.section-title>span::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 5px;
    background: #fe5a0e;
    border-radius: 2.5px;
    top: 50%;
    transform: translateY(-50%);
}

.section-title>span::before {
    left: 0;
}

.section-title>span::after {
    right: 0;
}

.section-title>h2 {
    font-size: 50px;
    font-weight: 700;
    color: #282828;
    margin: 0px;
}

@media screen and(max-width: 1024px) {
    .section-title>span {
        margin-bottom: 15px;
    }

    .section-title>h2 {
        font-size: 32px;
    }

    .industry-about .section-title {
        margin-bottom: 30px;
    }
}

/* ## Section title
-----------------------------*/
/*** back to top **/

.back-to-top {
    background-color: rgba(252, 110, 54, 0.7);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fc6e36;
    border-radius: 0;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover {
    background-color: #fc6e36;
}

.back-to-top i {
    font-size: 22px;
    font-size: 1.4666666667rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.fancybox-wrap {
    z-index: 99999;
}

/* # form default style
---------------------------------------*/

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #fc6e36;
    -webkit-box-shadow: 0 0 5px 0 #fd9268;
    -moz-box-shadow: 0 0 5px 0 #fd9268;
    -o-box-shadow: 0 0 5px 0 #fd9268;
    -ms-box-shadow: 0 0 5px 0 #fd9268;
    box-shadow: 0 0 5px 0 #fd9268;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/* Preloader
-----------------------------*/

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader .spinner {
    width: 70px;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 12px);
}

.preloader .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fc6e36;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ## page title
------------------------------------------*/

.page-title {
   
    width: 100%;
    height: 430px;
    position: relative;
    text-align: center;
}

.page-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991px) {
    .page-title {
        height: 300px;
    }
}

.page-title .container {
    height: 100%;
    display: table;
}

@media screen and (min-width: 992px) {
    .page-title .container {
        padding-top: 30px;
    }
}

.page-title .container>.row {
    vertical-align: middle;
    display: table-cell;
}

.page-title h2 {
    font-size: 55px;
    font-size: 3.6666666667rem;
    font-weight: 700;
    color: #fff;
    margin: -0.2em 0 0.30em;
    font-family: "Barlow Condensed";
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .page-title h2 {
        font-size: 40px;
        font-size: 2.6666666667rem;
    }
}

.page-title p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}

@media (max-width: 991px) {
    .page-title p {
        font-size: 16px;
        font-size: 1.0666666667rem;
    }
}

@media (max-width: 767px) {
    .page-title p {
        font-size: 15px;
        font-size: 1rem;
    }
}

/* #0.1    Theme Common Styles
--------------------------------------------------------------*/
/* #0.2 header
--------------------------------------------------------------*/

.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    background-color: #121314;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation>.container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Now";
    /*** mega-menu style ***/
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
    text-decoration: none;
}

.logo {
    float: left;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
}

.logo a img {
    width: 130px;
}

.logo::before {
    position: absolute;
    content: '';
    background: #fe5a0e;
    width: 100%;
    height: 100%;
    top: 0;
    left: -15px;
    z-index: -1;
}

@media screen and (max-width: 425px) {
    .logo {
        width: 200px;
    }

    .logo a img {
        width: 110px;
        margin-left: -13%;
    }

    .hero-slider .slide-title h2 {
        font-size: 38px;
    }

    .hero-address:last-child {
        background: #fbfbfb;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .section-title>h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .section-title>span {
        margin-bottom: 15px;
    }

    .hero-address {
        padding: 15px;
    }

    .hero-address .content h5 {
        font-size: 20px;
    }

    .hero-address .content p {
        font-size: 16px;
    }

    .single-service .icon {
        height: 120px;
        width: 120px;
    }

    .single-service .icon img {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        min-height: 65px;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        width: 250px;
    }

    .theme-btn-s2 {
        display: none;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: unset;
        margin: 0;
        float: left;
    }

    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .logo {
        width: 145px;
    }

}

.site-header #navbar>ul li a {
    font-family: "Barlow Condensed";
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.site-header #navbar ul li:hover>a {
    background: #fe5a0e;
    color: #FFFFFF;
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar>ul>li>a {
        color: #ffffff;
        text-transform: uppercase;
        padding: 37.3px 22px;
    }

    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 220px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        text-align: left;
    }

    .site-header #navbar>ul>li .sub-menu a {
        font-size: 16px;
        display: block;
        padding: 10px 25px;
        color: #788390;
    }

    .site-header #navbar>ul>li .sub-menu li:hover>a {
        background: #fe5a0e;
        color: #FFFFFF;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .site-header #navbar ul li.menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar ul li.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 12px;
        position: absolute;
        right: 5px;
        top: 51%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #FFFFFF;
        font-weight: 600;
    }

    .site-header #navbar ul.sub-menu li.menu-item-has-children>a:before {
        color: #242424;
        font-weight: 600;
        right: 15px;
    }

    .site-header #navbar ul.sub-menu li.menu-item-has-children:hover>a:before {
        color: #FFFFFF;
    }

    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 1025px) and (max-width:1333px) {
    .logo {
        width: 260px;
    }
}

@media screen and (max-width:1298px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 500px);
    }

    .header-style-1 .cart-search-contact .cart-toggle-btn,
    .header-style-2 .cart-search-contact .cart-toggle-btn,
    .header-style-3 .cart-search-contact .cart-toggle-btn,
    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 1198px) {

    .theme-btn,
    .theme-btn-s2,
    .submit-btn {
        display: none;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 320px);
    }
}


@media screen and (max-width:1018px) {
    .logo {
        width: 220px;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 285px);
    }
}

@media screen and (min-width: 1025px) and (max-width:1103px) {

    .logo {
        width: 230px;
    }

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 155px);
    }
}

@media (max-width: 767px) {
    .logo {
        width: 145px;
    }
}

@media screen and (min-width:1025px) and (max-width:1198px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 100px);
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e61a";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #086ad8;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .site-header #navbar>ul .mega-menu,
    .site-header #navbar>ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar>ul .mega-menu .row,
    .site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #fe5a0e;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }

    .header-style-1 .cart-search-contact .cart-toggle-btn,
    .header-style-2 .cart-search-contact .cart-toggle-btn,
    .header-style-3 .cart-search-contact .cart-toggle-btn,
    .header-style-1 .cart-search-contact .search-toggle-btn,
    .header-style-2 .cart-search-contact .search-toggle-btn,
    .header-style-3 .cart-search-contact .search-toggle-btn {
        margin-right: 0;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px !important;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -330px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #086ad8;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    @media (max-width: 991px) {
        .site-header #navbar .close-navbar {
            background-color: #fe5a0e;
            width: 40px;
            height: 40px;
            color: #fff;
            border: 0;
            outline: none;
            position: absolute;
            left: -20px;
            top: 20px;
            z-index: 20;
            border-radius: 50px;
        }

    }

    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .site-header #navbar>ul>li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
        font-size: 16px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*--------------------------------------------------------------
#header-sytle-1
--------------------------------------------------------------*/

.header-style-1,
.header-style-2,
.header-style-3 {
    /*** topbar **/
    /*** cart-search-contact ***/
}

@media (max-width: 767px) {

    .header-style-1 .topbar,
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        text-align: center;
    }
}

.header-style-1 .topbar .container,
.header-style-2 .topbar .container,
.header-style-3 .topbar .container {
    position: relative;
}

.header-style-1 .topbar .separator,
.header-style-2 .topbar .separator,
.header-style-3 .topbar .separator {
    background: #f4f4f4;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.header-style-1 .topbar .logo,
.header-style-2 .topbar .logo,
.header-style-3 .topbar .logo {
    max-width: 165px;
    margin-top: 20px;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .logo,
    .header-style-2 .topbar .logo,
    .header-style-3 .topbar .logo {
        margin: 20px auto;
    }
}

.header-style-1 .topbar .contact-info,
.header-style-2 .topbar .contact-info,
.header-style-3 .topbar .contact-info {
    float: right;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info,
    .header-style-2 .topbar .contact-info,
    .header-style-3 .topbar .contact-info {
        float: none;
        border-top: 1px solid #f4f4f4;
    }
}

.header-style-1 .topbar .contact-info>div,
.header-style-2 .topbar .contact-info>div,
.header-style-3 .topbar .contact-info>div {
    float: left;
    padding: 30px 0 20px;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info>div,
    .header-style-2 .topbar .contact-info>div,
    .header-style-3 .topbar .contact-info>div {
        float: none;
    }
}

.header-style-1 .topbar .contact-info>div+div,
.header-style-2 .topbar .contact-info>div+div,
.header-style-3 .topbar .contact-info>div+div {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #f4f4f4;
}

@media (max-width: 767px) {

    .header-style-1 .topbar .contact-info>div+div,
    .header-style-2 .topbar .contact-info>div+div,
    .header-style-3 .topbar .contact-info>div+div {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

.header-style-1 .topbar h4,
.header-style-2 .topbar h4,
.header-style-3 .topbar h4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
}

.header-style-1 .topbar h4 span,
.header-style-2 .topbar h4 span,
.header-style-3 .topbar h4 span {
    color: #086ad8;
}

.header-style-1 .topbar .contact-info p,
.header-style-2 .topbar .contact-info p,
.header-style-3 .topbar .contact-info p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.header-style-1 .social-links,
.header-style-2 .social-links,
.header-style-3 .social-links {
    float: left;
    margin-top: 27px;
}

@media (max-width: 991px) {

    .header-style-1 .social-links,
    .header-style-2 .social-links,
    .header-style-3 .social-links {
        margin: 10px 0;
    }
}

.header-style-1 .social-links ul,
.header-style-2 .social-links ul,
.header-style-3 .social-links ul {
    overflow: hidden;
}

.header-style-1 .social-links ul li,
.header-style-2 .social-links ul li,
.header-style-3 .social-links ul li {
    float: left;
}

.header-style-1 .social-links ul>li+li,
.header-style-2 .social-links ul>li+li,
.header-style-3 .social-links ul>li+li {
    margin-left: 12px;
}

.header-style-1 .social-links ul a,
.header-style-2 .social-links ul a,
.header-style-3 .social-links ul a {
    font-size: 14px;
}

.header-style-1 .social-links ul>li:first-child a,
.header-style-2 .social-links ul>li:first-child a,
.header-style-3 .social-links ul>li:first-child a {
    color: #086ad8;
}

.header-style-1 .social-links ul>li:nth-child(2) a,
.header-style-2 .social-links ul>li:nth-child(2) a,
.header-style-3 .social-links ul>li:nth-child(2) a {
    color: #31a5ff;
}

.header-style-1 .social-links ul>li:nth-child(3) a,
.header-style-2 .social-links ul>li:nth-child(3) a,
.header-style-3 .social-links ul>li:nth-child(3) a {
    color: #0077b5;
}

.header-style-1 .social-links ul>li:nth-child(4) a,
.header-style-2 .social-links ul>li:nth-child(4) a,
.header-style-3 .social-links ul>li:nth-child(4) a {
    color: #a622ad;
}

.header-style-1 .social-links ul a:hover,
.header-style-2 .social-links ul a:hover,
.header-style-3 .social-links ul a:hover {
    opacity: 0.5;
}

@media screen and (min-width: 992px) {

    .header-style-1 #navbar,
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        width: calc(100% - 600px);
        margin: 0 auto;
        float: none;
        text-align: center;
        max-height: 95px;
    }

    .header-style-1 .navbar-nav,
    .header-style-2 .navbar-nav,
    .header-style-3 .navbar-nav {
        float: none;
        display: inline-block;
    }

    .header-style-2 .navigation {
        background-color: rgba(255, 255, 255, 0.1);
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 100;
    }
}


@media (max-width: 991px) {

    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        padding: 0;
    }

    .header-style-1 .navbar-header button,
    .header-style-2 .navbar-header button,
    .header-style-3 .navbar-header button {
        top: 50%;
        transform: translateY(-50%);
    }
}

.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        right: 95px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact,
    .header-style-2 .cart-search-contact,
    .header-style-3 .cart-search-contact {
        display: none;
    }
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.header-style-1 .cart-search-contact .fi,
.header-style-2 .cart-search-contact .fi,
.header-style-3 .cart-search-contact .fi {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
}

.header-style-1 .cart-search-contact>div,
.header-style-2 .cart-search-contact>div,
.header-style-3 .cart-search-contact>div {
    float: left;
    position: relative;
}

.header-style-1 .cart-search-contact>div+div,
.header-style-2 .cart-search-contact>div+div,
.header-style-3 .cart-search-contact>div+div {
    margin-left: 12px;
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: 0;
    top: 67px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .cart-search-contact .header-search-form,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 55px;
        right: 15px;
    }
}

.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.375rem;
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
    position: relative;
}

.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact .mini-cart,
    .header-style-2 .cart-search-contact .mini-cart,
    .header-style-3 .cart-search-contact .mini-cart {
        display: none;
    }
}

.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before,
.header-style-3 .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
    font-size: 1.5625rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
    background: #086ad8;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.625rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 57px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: -2px 18px 40px -9px #999999;
    box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 767px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        top: 55px;
    }
}

@media (max-width: 450px) {

    .header-style-1 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content {
        right: auto;
        left: -185px;
    }
}

.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
    font-family: "Now";
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #202a41;
    margin: 0;
    text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 25px 20px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-family: "Now";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left;
    color: #202a41;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #086ad8;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.75rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-family: "Now";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #202a41;
    display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.header-style-1 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .cart-toggle-btn,
.header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #1e1f20;
    color: #FFFFFF;
    margin-right: 15px;
}

/*--------------------------------------------------------------
#header-sytle-2
--------------------------------------------------------------*/

.header-style-2 .logo-wrapper,
.header-style-3 .logo-wrapper {
    text-align: center;
    padding: 10px 0 30px;
}

.header-style-2 .logo-wrapper .logo,
.header-style-3 .logo-wrapper .logo {
    display: inline-block;
}

.header-style-3 .logo {
    max-width: 165px;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .header-style-3 .logo {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .header-style-3 .logo {
        display: inline-block;
        margin: 0;
    }
}

.header-style-3 .navbar-header button {
    top: 7px;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.site-header .sticky-header {
    -webkit-box-shadow: 0 -5px 15px #086ad84a;
    box-shadow: 0 -5px 15px #086ad84a;
}

/* #0.3 Start Hero Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.4    hero-slider
--------------------------------------------------------------*/

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    /*visibility: visible;*/
}

@media (max-width: 991px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: #fff;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: #fe5a0e;
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 100px;
    top: 45%;
}

.hero-slider .swiper-button-prev {
    left: 91.6%;
    top: 55%;
}

@media screen and (max-width: 1440px) {
    .hero-slider .swiper-button-prev {
        left: 89%;
    }
}

@media screen and (max-width: 1366px) {
    .hero-slider .swiper-button-prev {
        left: 88.5%;
    }
}

@media screen and (max-width: 1024px) {
    .hero-slider .swiper-button-prev {
        left: 84.5%;
    }

    .industry-hero-address {
        margin-right: 110px;
    }
}

@media screen and (max-width: 991px) {
    .industry-hero-address {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
    }
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e62a";
    font-size: 20px;
    color: #282828;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e627";
    font-size: 20px;
    color: #282828;
}

.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #ff5e14;
}

.hero-slider .slide-subtitle span {
    background-color: #e8e8e8;
    display: inline-block;
    font-size: 10px;
    font-size: 0.66667rem;
    font-weight: 600;
    color: #687187;
    padding: 8px 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero-slider .slide-subtitle span {
        padding: 5px 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 991px) {
    .hero-slider .slide-subtitle {
        text-align: center;
    }
}

.hero-slider .slide-title {
    max-width: 600px;
}

@media (max-width: 991px) {
    .hero-slider .slide-title {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}

.hero-slider .slide-title h2 {
    font-size: 77px;
    color: #fff;
    margin: 0.57em 0;
    font-family: Barlow Condensed;
    font-weight: 700;
    margin-top: 0px;
}

.hero-slider .slide-title h2 span {
    position: relative;
}

.hero-slider .slide-title h2 span::after {
    position: absolute;
    content: '';
    width: 98%;
    height: 15px;
    border-radius: 5px;
    background: #cb480b;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.hero-slider .slide-title p {
    font-size: 22px;
    font-family: Heebo;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .hero-slider .slide-title p {
        font-size: 18px;
    }
}

.theme-btn,
.theme-btn-s2,
.submit-btn {
    font-family: "Heebo";
    background-color: #fe5a0e;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    min-width: 195px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding-right: 40px;
}


@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2,
    .submit-btn {
        min-width: 170px;
        height: 50px;
        line-height: 50px;
        padding-right: 30px;
        font-size: 15px;
    }

}

.theme-btn:before,
.theme-btn-s2:before,
.submit-btn:before {
    font-family: "themify";
    content: "\e628";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-btn:after,
.theme-btn-s2:after,
.submit-btn:after {
    content: "";
    background: #ff7070;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.theme-btn:hover:before,
.theme-btn-s2:hover:before,
.submit-btn:hover:before {
    animation: btnmove 1s forwards;
}

@-webkit-keyframes btnmove {
    from {
        right: 60px;
    }

    to {
        right: 15px;
    }
}

.theme-btn:hover,
.theme-btn-s2:hover,
.submit-btn:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.submit-btn:focus,
.theme-btn:active,
.theme-btn-s2:active,
.submit-btn:active {
    background-color: #fa3500;
    color: #fff;
}

@media (max-width: 1366px) {
    .hero-slider .slide-title h2 {
        font-size: 50px;
    }

}

@media (max-width: 991px) {
    .hero-slider .slide-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .hero-slider .slide-title h2 {
        font-size: 35px;
    }
}

.hero-slider .slide-text {
    max-width: 660px;
}

@media (max-width: 991px) {
    .hero-slider .slide-text {
        margin: 0 auto;
        text-align: center;
    }
}

.hero-slider .slide-text p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 2em;
}

@media (max-width: 767px) {
    .hero-slider .slide-text p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.hero-slider .slide-btns>a:first-child {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .hero-slider .slide-btns {
        margin: 0 auto;
        text-align: center;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

/*-------------------------------------
#hero-style-1
-------------------------------------*/

.hero-style-1,
.hero-style-2,
.hero-style-3 {
    height: 830px;
}

@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {

    .hero-style-1 .slide-inner .container,
    .hero-style-2 .slide-inner .container,
    .hero-style-3 .slide-inner .container {
        margin-top: -20px;
    }
}

/*-------------------------------------
#hero-style-2
-------------------------------------*/

.hero-style-2,
.hero-style-3 {
    height: calc(100vh - 139px);
    min-height: 600px;
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3 {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    margin: -0.2em 0 0.3em;
}

@media (max-width: 767px) {

    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        margin: -0.2em 0 0.57em;
    }
}

@media screen and (min-width: 992px) {

    .hero-style-2 .slide-inner .container,
    .hero-style-3 .slide-inner .container {
        padding-top: 0;
    }
}

/*-------------------------------------
#hero-style-3
-------------------------------------*/

.hero-style-3 {
    height: 700px;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 500px;
    }
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text,
.hero-style-3 .slide-btns {
    margin: 0 auto;
    text-align: center;
}

/* #0.0 Start Hero Address
--------------------------------------------------------------*/

.industry-hero-address {
    display: flex;
    justify-content: flex-end;
    margin-top: -137px;
    position: relative;
    z-index: 99;
    margin-right: 300px;
}

@media (max-width: 991px) {
    .industry-hero-address {
        margin-top: 0px;
    }
}

.hero-address:first-child {
    background: #fe5a0e;
}

.hero-address {
    background: #fff;
    max-width: 325px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.hero-address .left {
    margin-right: 25px;
}

.hero-address .icon img {
    margin: auto;
    width: 22px;
}

.hero-address:first-child .icon {
    background: #fe7332;
    display: flex;
}

.hero-address .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #eeeded;
    font-size: 22px;
}

.hero-address .content p {
    font-size: 18px;
    font-weight: 600;
    font-family: Heebo;
    text-transform: capitalize;
}

.hero-address .content h5 {
    font-weight: 700;
    font-size: 25px;
    font-family: Barlow Condensed;
}

.hero-address .content p,
.hero-address .content h5 {
    color: #282828;
}

.hero-address:first-child .content p,
.hero-address:first-child .content h5 {
    color: #fff;
}

/* hero address respnsive style */

@media screen and (max-width: 1024px) {
    .industry-hero-address {
        margin-right: 140px;
    }
}

@media screen and (max-width: 768px) {
    .hero-address {
        max-width: 384px;
    }
}

@media screen and (max-width: 425px) {
    .industry-hero-address {
        display: block;
    }

    .hero-address {
        max-width: 100%;
    }
}

/* #0.6    about-section
--------------------------------------------------------------*/

.industry-about .section-title {
    margin-bottom: 50px;
}

.industry-about .section-title span {
    padding: 0;
}

.industry-about .section-title span::before,
.industry-about .section-title span::after {
    display: none;
}

.single-about {
    display: flex;
    align-items: center;
}

.single-about:not(:last-child) {
    margin-bottom: 40px;
}

.single-about .icon img {
    width: 120px;
}

.single-about .content {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.single-about .content::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background: #fe5a0e;
    top: 0;
    left: 0;
}

.single-about .content h4 {
    color: #282828;
    font-size: 25px;
    font-weight: 700;
    font-family: Barlow Condensed;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
}

.single-about .content p {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
    font-family: Heebo;
}

@media (max-width: 1024px) {
    .single-about .content h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .left-img {
        margin: 0 auto 30px;
        display: table;
    }
}

/* #0.7    services-section
--------------------------------------------------------------*/

.industry-service {
    background: #f9f9f9;
    position: relative;
}

.industry-service .section-title h2 span {
    display: block;
    color: #282828;
}

.industry-service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    }

.single-service {
    background: #fff;
    min-height: 495px;
    max-width: 370px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.single-service .card-body {
    padding: 40px 50px;
}

.single-service:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-service .icon {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease;
}

.single-service .icon img {
    width: 85px;
    transition: all 0.3s ease;
}

.single-service h4 {
    color: #282828;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Barlow Condensed';
    margin: 38px 0;
}

.single-service p {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
    font-family: 'Heebo';
}

.single-service .btn-more {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    box-shadow: 0px 10px 28px 0px rgba(254, 90, 14, 0.09);
    border-radius: 50%;
    border: 1px solid #28282810;
    display: block;
    color: #fe5a0e;
    position: absolute;
    left: 50%;
    bottom: -25px;
    z-index: 565;
    transform: translateX(-50%);
    background: #fff;
}

.single-service .btn-more:hover {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
        box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
        box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
        box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
    }
}

.single-service:hover .icon .img-normal,
.single-service .icon .img-hover {
    display: none;
}

.single-service:hover .icon .img-hover {
    display: block;
}

.single-service:hover .icon {
    animation: pulse 2s infinite
}

.single-service:hover .icon,
.single-service:hover .btn-more {
    background: #fe5a0e;
}

.single-service:hover .btn-more {
    color: #fff;
    border-color: #fe5a0e;
}

@media screen and(max-width: 1024px) {
    .single-service .card-body {
        padding: 30px;
    }

    .single-service .icon {
        height: 120px;
        width: 120px;
    }

    .single-service .icon img {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .single-service {
        min-height: 420px;
        margin-bottom: 60px;
    }

    .card-mb-0 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .single-service {
        margin: 0 auto 60px;
    }

    .single-service .card-body {
        padding: 40px 30px;
    }
}


/* #0.8    fun-fact-section
--------------------------------------------------------------*/

.industry-status {
    background: #fe5a0e;
}

.industry-status-inner {
    display: flex;
    justify-content: space-between;
    min-height: 260px;
    align-items: center;
    flex-wrap: wrap;
}

.single-status {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .single-status {
        width: 50%;
        margin: 30px 0;
    }

    .single-status:nth-child(2n)::before {
        display: none;
    }

    .single-status::before {
        right: -40px;
    }
}

.single-status h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Barlow Condensed';
}

@media screen and (max-width: 425px) {
    .single-status::before {
        right: -5px;
    }

    .single-status span.plus {
        right: 15px;
        top: 15px;
    }

    .single-status h3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 375px) {
    .industry-status-inner {
        padding: 30px 0;
    }

    .single-status {
        width: 100%;
        margin: 0;
    }

    .single-status::before {
        display: none;
    }

    .single-status span.plus {
        right: 85px;
        top: 15px;
    }
}

@media screen and (max-width: 320px) {

    .single-status span.plus {
        right: 55px;
        top: 15px;
    }
}

.single-status::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #fbd1be;
    right: 0;
    top: 0;
}

.single-status:nth-child(4n)::before {
    display: none;
}

.single-status span.plus {
    border-radius: 50%;
    background: #FE8147;
    position: absolute;
    right: 40px;
    top: 4px;
    width: 68px;
    height: 68px;
    display: block;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #fff;
    z-index: -1;
    line-height: 68px;
}

@media screen and (max-width: 1024px) {
    .single-status span.plus {
        right: 25px;
        top: 10px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}


.single-status p {
    font-size: 18px;
    font-family: 'Heebo';
    color: #fff;
}

.odometer-formatting-mark {
    display: none;
}

/* #0.9 Contact Form
--------------------------------------------------------------*/

.get-in-touch-contact-area {
    background: #f9f9f9;
    padding: 50px 70px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.get-in-touch-contact-area::before {
    position: absolute;
    content: '';
   
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.get-in-touch-contact-area .section-title {
    margin-bottom: 50px;
}

.get-contact-form .form-control {
    color: #5c5c5c;
    border: 1px solid #efefef;
    background: #ffffff;
    padding: 20px;
    box-shadow: none;
}

.get-contact-form select.form-control,
.get-contact-form input.form-control {
    height: 58px;
}

.get-contact-form select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.get-contact-form .form-select {
    position: relative;
}

.get-contact-form .form-select::before {
    position: absolute;
    content: '\e64b';
    font-family: 'themify';
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.get-contact-form textarea.form-control {
    height: 155px;
}

.right-image {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    position: relative;
    margin-top: 55px;
}

.right-image img {
    height: 450px;
    width: 450px;
}

.right-image .quote img {
    width: 82px;
}

.right-image .quote {
    position: absolute;
    width: 197px;
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fe5a0e;
    border: 7px solid #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
    z-index: 472;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
}

@media screen and (max-width: 1024px) {

    .right-image img,
    .right-image {
        height: 370px;
        width: 370px;
    }

    .get-in-touch-contact-area {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .right-image {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .get-in-touch-contact-area {
        padding: 15px;
    }
}


/* #0.0 Start Portfolio Section
--------------------------------------------------------------*/
.industry-portfolio {
    position: relative;
    z-index: 1;
}

.industry-portfolio::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.industry-portfolio .note-content h3,
.industry-portfolio .section-title h2 {
    color: #fff;
}

.industry-portfolio .note-content h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 45px;
    margin: 0;
}

.industry-portfolio-note {
    display: flex;
    background: #fe5a0e;
    border-radius: 5px;
    min-height: 142px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.industry-portfolio-note .theme-btn {
    background: #fff;
    color: #282828;
    line-height: 70px;
}

@media (max-width: 767px) {
    .industry-portfolio-note .theme-btn {
        line-height: 50px;
    }
}

.industry-portfolio-note .theme-btn::after {
    background: #d4d4d4;
}

@media screen and (max-width: 1024px) {
    .industry-portfolio .section-title {
        margin-bottom: 50px;
    }

    .industry-portfolio-note {
        margin-bottom: 50px;
    }

    .industry-portfolio-note .note-btn,
    .industry-portfolio-note .note-content {
        width: 50%;
    }

    .industry-portfolio-note .note-btn {
        text-align: right;
    }
}

/* protfolio item */
.industry-portfolio-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.industry-portfolio-item .hover-content,
.industry-portfolio-item img {
    border-radius: 5px;
}

.industry-portfolio-item img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}


.industry-portfolio-item .hover-content {
    position: absolute;
    background: #fe5a0e;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-slider .center .industry-portfolio-item .hover-content,
.industry-portfolio-item:hover .hover-content {
    visibility: visible;
    opacity: 1;
}

.industry-portfolio-item .hover-content .more-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #282828;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.industry-portfolio-item .hover-content:hover .more-btn {
    animation: btnbg 1s infinite;
}

@-webkit-keyframes btnbg {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.industry-portfolio-item .hover-content h4 a {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 35px;
    color: #fff;
}

.industry-portfolio-item .hover-content p {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Heebo';
    color: #fff;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fe5a0e;
    color: #ffffff;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #282828;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-slider.owl-theme .owl-prev {
    left: -3%;
}

.portfolio-slider.owl-theme .owl-next {
    right: -3%;
}

@media screen and (max-width: 425px) {
    .portfolio-slider.owl-theme .owl-nav [class*=owl-] {
        margin: 0;
        height: 40px;
        width: 40px;
        line-height: 45px;
    }

    .industry-portfolio-note {
        display: block;
    }

    .industry-portfolio-note .note-btn,
    .industry-portfolio-note .note-content {
        width: 100%;
    }

    .industry-portfolio-note .note-content {
        margin-bottom: 30px;
    }

    .industry-portfolio-note .note-btn {
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .industry-portfolio-note {
        padding: 30px 15px;
    }
}


/* #1.1    team-section
--------------------------------------------------------------*/
.single-member {
    text-align: center;
    padding: 15px;
    position: relative;
    border: 1px solid #fbece4;
}

.single-member,
.single-member img {
    border-radius: 5px;
}

.single-member h4 {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.single-member p {
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 400;
}

.single-member h4,
.single-member p {
    color: #282828;
}

.single-member .social-media-toggler i {
    line-height: unset;
}

.single-member .social-media-toggler,
.team-social-links ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: 700;
}

.single-member .social-media-toggler {
    position: absolute;
    background: #282828;
    color: #fff;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.team-social-links {
    position: absolute;
    top: 80px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}


.team-social-links ul li a {
    border: 1px solid #282828;
    color: #282828;
    right: 0;
}

.team-social-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.active-member,
.single-member:hover {
    border-color: #fe5a0e;
}

.active-member .team-social-links {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.single-member.active-member .social-media-toggler {
    background: #fe5a0e;
    transform: rotate(45deg);
}


@media screen and (max-width: 991px) {
    .industry-team .team-col:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .single-member img {
        width: 100%;
        object-fit: cover;
    }

    .single-member {
        max-width: 370px;
        margin: auto;
    }
}

/* #1.2    cta-section
--------------------------------------------------------------*/
.industry-relationship-banner {
    background: url('../images/relationship-bg.jpg') no-repeat top center / cover;
    position: relative;
    z-index: 1;
}

.relationship-inner {
    background: #fe5a0e;
    border-radius: 5px;
    padding: 50px;
    position: relative;
}

.relationship-inner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    z-index: -1;
}

.relationship-inner::after {
    position: absolute;
    content: url(../images/relationship-icon.png);
    right: 20px;
    top: 55%;
}


.relationship-inner h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #ffffff;
    line-height: 60px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
    margin-top: 0;
}

.relationship-inner h2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 60%;
    height: 5px;
    border-radius: 5px;
    background: #282828;
}

.relationship-inner h2 span {
    color: #282828;
}

.relationship-inner p {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 1;
    margin-top: 25px;
    color: #fff;
}

@media screen and (max-width: 425px) {

    .relationship-inner p,
    .relationship-inner h2 {
        font-size: 30px;
    }

    .relationship-inner h2 {
        line-height: 35px;
    }

    .relationship-inner p {
        margin-top: 5px;
    }

    .relationship-inner h2::before {
        z-index: 1;
    }

    .relationship-inner::after {
        right: 30px;
        top: 40%;
    }

    .relationship-inner::before {
        top: 5px;
        left: 5px;
    }
}

@media screen and (max-width: 375px) {
    .relationship-inner {
        padding: 30px;
    }
}

@media screen and (max-width: 320px) {
    .relationship-inner {
        padding: 15px;
    }

    .relationship-inner::after,
    .relationship-inner::before {
        display: none;
    }

    .relationship-inner p,
    .relationship-inner h2 {
        font-size: 26px;
    }

    .relationship-inner h2 {
        line-height: 30px;
    }

    .relationship-inner h2 {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}

/* #0.0  Testimonial Section
--------------------------------------------------------------*/
.industry-testimonial {
    background-color: #aab7f1;
}

.display-flex {
    display: flex;
    align-items: center;
}

.testimonial-item {
    position: relative;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .testimonial-item {
        padding-top: 10px;
    }
}

.testimonial-item::before {
    position: absolute;
    content: '';
    background: url(../images/testi-q.png) no-repeat center center / cover;
    top: 0;
    left: 30px;
    height: 124px;
    width: 174px;
}

.client-feedback {
    width: 60%;
}

.client-img {
    position: relative;
    width: 40%;
}

.testimonial-item .client-img>img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.testimonial-item .client-feedback p {
    font-size: 22px;
    line-height: 35px;
    color: #515151;
    font-family: 'Heebo';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
}

@media screen and (max-width:991px) {

    .display-flex {
        flex-direction: column;
    }

    .client-img,
    .client-feedback {
        width: 100%;
    }

    .client-feedback {
        order: 1;
    }

    .client-img {
        order: 0;
        padding-left: 50px;
        margin-bottom: 50px;
    }

    .testimonial-item .client-img>img {
        width: 150px;
        height: 150px;
    }

    .testimonial-item::before {
        display: none;
    }

    .client-img .client-img-q {
        width: 60px;
        height: 60px;
        left: 15px;
    }

    .client-img .client-img-q img {
        width: 30px;
    }

    .testimonial-sliders .owl-prev::before,
    .testimonial-sliders .owl-next::before {
        left: 50%;
    }

    .testimonial-item .client-feedback p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .testimonial-sliders .owl-prev {
        top: 100%;
    }

    .testimonial-sliders .owl-nav {
        display: flex;
        display: none;
    }

    .testimonial-sliders .owl-prev,
    .testimonial-sliders .owl-next {
        position: relative;
        right: 0;
        left: 0;
        margin: 30px 10px 0 0;
    }

    .testimonial-sliders .owl-prev {
        transform: rotate(-90deg);
    }

    .testimonial-sliders .owl-next {
        transform: rotate(-90deg);
    }
}

@media screen and (max-width:425px) {
    .testimonial-item .client-feedback p {
        font-size: 14px;
        line-height: 25px;
    }
}

.client-img .client-img-q {
    position: absolute;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fe5a0e;
    border: 3px solid #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
    z-index: 472;
    left: -30px;
    top: 63%;
}

@media (max-width: 991px) {
    .client-img .client-img-q {
        width: 80px;
        height: 80px;
        left: 6px;
    }
}

.client-img .client-img-q img {
    width: 46px;
}



.testimonial-item .client-feedback h4 {
    color: #282828;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Barlow Condensed';
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .testimonial-item .client-feedback h4 {
        color: #282828;
        font-weight: 700;
        font-size: 25px;
        font-family: 'Barlow Condensed';
        text-transform: capitalize;
        font-style: normal;
        margin-bottom: 10px;
        margin-top: 22px;
    }
}

.testimonial-item .client-feedback span {
    color: #5c5c5c;
    font-size: 16px;
    font-family: 'Heebo';
    font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
    line-height: inherit;
}


.testimonial-sliders .owl-prev,
.testimonial-sliders .owl-next {
    position: absolute;
    right: 50px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    display: block;
    background: url("../images/testimonials/01.jpg");
    z-index: 1;
    color: #FFFFFF;
    cursor: pointer;
}

.testimonial-sliders .owl-prev {
    top: 0;
}

.testimonial-sliders .owl-next {
    bottom: 0;
}

.testimonial-sliders .owl-prev::before,
.testimonial-sliders .owl-next::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(254, 90, 14, 0.9);
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: -1;
}




/* #1.3 industry-client
--------------------------------------------------------------*/
.partner-logo img {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    margin: auto;
    display: table;
}

.partner-logo {
    max-width: 320px;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}

.partners-slider .partner-logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.partners-slider .owl-item.center .partner-logo {
    box-shadow: 0px 10px 25px rgba(254, 90, 14, 0.1);
    height: 183px;
    border-color: rgb(239, 239, 239);
    background: rgba(249, 106, 14, 0);
}


.partners-slider.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.partners-slider .owl-nav {
    display: none;
}



/* #1.7    blog-section
--------------------------------------------------------------*/

.industry-blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

.industry-blog-grid {
    position: relative;
    width: 33.33%;
    padding: 0 30px;
}

.industry-blog-grid:not(:nth-child(3n))::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px dashed #c9c9c9;
    left: 100%;
    top: 0;
}

.industry-blog-grid .industry-blog-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: absolute;
    width: 85%;
    padding: 15px 20px;
}

.industry-blog-grid .industry-blog-upper .category,
.industry-blog-grid .industry-blog-upper .icon {
    color: #fff;
    background: #fe5a0e;
    text-align: center;
}

.industry-blog-grid .industry-blog-upper .category {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: Heebo;
    border-radius: 3px;
}

.industry-blog-grid .industry-blog-upper .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 22px;
}

.industry-blog-grid .industry-blog-upper .icon i {
    line-height: unset;
}

.industry-blog-grid .industry-blog-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 5px;
}

.industry-blog-content {
    margin-top: 30px;
}

.industry-blog-post-date {
    color: #fe5a0e;
    font-size: 15px;
    font-weight: 700;
    font-family: Heebo;
    text-transform: capitalize;
}

.industry-blog-title {
    margin: 30px 0;
}

.industry-blog-title a {
    font-weight: 700;
    font-family: "Barlow Condensed";
    font-size: 24px;
    color: #282828;
}

.industry-read-more-btn {
    min-width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: Heebo;
    color: #282828;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ffcdb6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.industry-read-more-btn img {
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.industry-read-more-btn,
.industry-read-more-btn:hover {
    color: #282828;
}

.industry-read-more-btn:hover {
    border-color: #fe5a0e;
    color: #fff;
}

.industry-read-more-btn::before {
    position: absolute;
    content: '';
    width: 0;
    background: #fe5a0e;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.industry-read-more-btn:hover::before {
    animation: blogbtnanim 0.60s forwards;
}

@-webkit-keyframes blogbtnanim {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.industry-read-more-btn:hover img.arrow-white {
    display: inline-block;
}

.industry-read-more-btn:hover .arrow-black,
.industry-read-more-btn .arrow-white {
    display: none;
}

@media screen and (max-width: 991px) {
    .industry-blog.section-padding {
        padding-bottom: 60px;
    }

    .industry-blog-grid {
        width: 50%;
        margin-bottom: 30px;
    }

    .industry-blog-grid:nth-child(2n)::before {
        border-right: none;
    }
}

@media screen and (max-width: 425px) {
    .industry-blog.section-padding {
        padding-bottom: 50px;
    }

    .industry-blog-row {
        margin-left: 0;
        margin-right: 0;
    }

    .industry-blog-grid {
        width: 100%;
        padding: 0 15px;
    }
}

/* #0.0 End Blog Section
--------------------------------------------------------------*/


/* #0.0 Footer Section
--------------------------------------------------------------*/

.site-footer {
    background-color: #000;
}

.site-footer .logo {
    float: none;
    display: block;
    min-height: auto;
    margin-top: 15px;
}

.site-footer .logo::before {
    display: none;
}

.upper-footer h3,
.upper-footer h4,
.upper-footer li a,
.upper-footer p {
    color: #FFFFFF;
}

.widget.about-widget ul li .icon i {
    font-size: 26px;
    color: #fe5a0e;
}

.widget.about-widget ul li .icon img {
    height: 26px;
    width: 26px;
    display: block;
}

.widget.about-widget ul li {
    display: flex;
    align-items: center;
}

.widget.about-widget ul li:not(:last-child) {
    margin-bottom: 35px;
}

.widget.about-widget ul li .icon {
    margin-right: 38px;
}

.widget.about-widget ul li .content p {
    font-size: 15px;
    font-weight: 600;
    font-family: Heebo;
    margin-bottom: 15px;
}

.widget-title {
    margin-bottom: 65px;
}

.widget-title h3,
.widget.about-widget ul li .content h4 {
    font-weight: 700;
    font-family: "Barlow Condensed";
    margin-bottom: 0;
}

.widget-title h3 {
    font-size: 35px;
}

.widget ul li .content h4 {
    font-size: 20px;
}

.link-widget ul li:not(:last-child),
.service-link-widget ul li:not(:last-child) {
    margin-bottom: 30px;
}

.link-widget ul li a,
.service-link-widget ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Heebo';
}

.link-widget ul li,
.service-link-widget ul li {
    position: relative;
    padding-left: 30px;
}

.link-widget ul li::before,
.service-link-widget ul li::before {
    position: absolute;
    content: '\e628';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'themify';
    color: #FFFFFF;
    font-weight: 700;
}

.link-widget ul li:hover a,
.service-link-widget ul li:hover a,
.link-widget ul li:hover::before,
.service-link-widget ul li:hover::before {
    color: #fe5a0e;
}

.newsletter-widget {
    margin-bottom: 65px;
}

.newsletter-widget form {
    position: relative;
}

.newsletter-widget .input-1 .form-control,
.newsletter-widget .submit button {
    height: 55px;
    border-radius: 5px;
    border: none;
}

.newsletter-widget .input-1 .form-control {
    padding-right: 60px;
    color: #5c5c5c;
    font-size: 15px;
    font-family: Heebo;
    font-weight: 400;
}

.newsletter-widget .input-1 .form-control::-webkit-input-placeholder {
    color: #5c5c5c;
    font-family: Heebo;
    font-weight: 400;
}

.newsletter-widget .input-1 .form-control::-moz-placeholder {
    color: #5c5c5c;
    font-family: Heebo;
    font-weight: 400;
}

.newsletter-widget .input-1 .form-control:-ms-input-placeholder {
    color: #5c5c5c;
    font-family: Heebo;
    font-weight: 400;
}

.newsletter-widget .input-1 .form-control:-moz-placeholder {
    color: #5c5c5c;
    font-family: Heebo;
    font-weight: 400;
}

.newsletter-widget .submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.newsletter-widget .submit button {
    width: 55px;
    padding: 0;
    text-align: center;
    line-height: 55px;
    color: #FFFFFF;
    background: #fe5a0e;
    outline: none;
}

.social-widget .widget-title {
    margin-bottom: 30px;
}

.social-icons ul {
    display: flex;
}

.social-icons ul li:not(:last-child) {
    margin-right: 10px;
}

.social-icons ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border: 1px solid #5c5c5c;
}

.social-icons ul li:hover a {
    color: #fff;
    background: #fe5a0e;
    border-color: #fe5a0e;
}

.lower-footer {
    background: #222222;
    padding: 21px;
}

.lower-footer .copyright {
    font-size: 15px;
    font-family: Gilroy;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.lower-footer .copyright a {
    color: #fe5a0e;
}

@media screen and (max-width: 991px) {

    .service-link-widget,
    .newsletter-widget {
        margin-top: 50px;
    }
}

@media screen and (max-width: 425px) {
    .link-widget {
        margin-top: 50px;
    }

    .widget-title {
        margin-bottom: 35px;
    }
}


.breadcrumb {
    background-color: transparent;
}

.breadcrumb>li,
.breadcrumb>li a {
    display: inline-block;
    color: #fff;
}


/*--------------------------------------------------------------
    404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1    error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }
}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
    color: #687693;
}


/*--------------------------------------------------------------
    #service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1    service-single-section
--------------------------------------------------------------*/
.service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: capitalize;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}

.service-single-section .service-single-content .service-single-img {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .service-single-img {
        margin-bottom: 50px;
    }
}

.service-single-section .service-single-content .why-choose-section {
    padding-top: 15px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids {
        margin: 0 -7.5px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    background: #fff;
    width: calc(33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
    font-size: 45px;
    color: #fe5a0e;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 19px;
    margin: 0.5em 0 0.73em;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
        font-size: 18px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
    margin: 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
    position: absolute;
    right: -40px;
    top: -40px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover {
    background: #fe5a0e;
    border-radius: 15px 15px 15px 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover .icon .fi:before,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover h3,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover p {
    color: #fff;
}

.service-single-section .service-single-content .tab-area {
    margin-top: 40px;
}

.service-single-section .service-single-content .tab-area .tablinks {
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.service-single-section .service-single-content .tab-area .tablinks ul {
    overflow: hidden;
}

.service-single-section .service-single-content .tab-area .tablinks li {
    width: 25%;
    float: left;
    position: relative;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks li {
        width: auto;
    }
}

.service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
    content: "";
    background: #787878;
    width: 5px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50%;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
        display: none;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 18px;
    color: #787878;
    padding: 25px 0;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        padding: 25px 15px;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a:before {
    content: "";
    background: #fe5a0e;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a:before {
    opacity: 1;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a {
    text-decoration: none;
}

.service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
    font-size: 20px;
    margin-bottom: 1.3em;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
        font-size: 16px;
    }
}

.service-single-section .service-single-content .tab-area .tab-pane>p:last-child {
    margin-bottom: 0;
}

.service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -15px;
    padding: 40px 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area {
        margin: 0 -7.5px;
        padding: 30px 0 20px;
    }
}

.service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(50% - 15px);
        float: left;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(100% - 15px);
        float: none;
    }
}

/*--------------------------------------
    service single sidebar
----------------------------------------*/
.service-sidebar {
    /*** service-list-widget ***/
    /*** contact-widget ***/
}

@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 30px;
    }
}

.service-sidebar>.widget+.widget {
    margin-top: 60px;
}

.service-sidebar .service-list-widget {
    background-color: #f8f8f8;
    padding: 55px 30px;
}

.service-sidebar .service-list-widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.7em;
    padding-bottom: 0.70em;
    position: relative;
}

.service-sidebar .service-list-widget h3:before {
    content: "";
    background-color: #fe6c35;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-sidebar .service-list-widget h3:after {
    content: "";
    background-color: #fe6c35;
    width: 15px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 85px;
    bottom: 0;
}

.service-sidebar .service-list-widget ul {
    list-style: none;
    border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e1e1e1;
}

.service-sidebar .service-list-widget ul>li:last-child {
    border-bottom: 0;
}

.service-sidebar .service-list-widget a {
    background: transparent;
    display: block;
    color: #233d62;
    padding: 15px 0;
    font-family: "Barlow Condensed";
    font-size: 19px;
    font-weight: 500;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    color: #fe5a0e;
}

.service-sidebar .contact-widget {
    background-color: #fe5a0e;
    padding: 55px 35px;
    position: relative;
}

.service-sidebar .contact-widget h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.service-sidebar .contact-widget h2 {
    font-size: 35px;
    color: #fff;
    margin: 0.7em 0 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid .icon {
    max-width: 60px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
    #project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1    project-single-section
--------------------------------------------------------------*/
.project-single-section h2 {
    font-size: 35px;
    margin: 0 0 1em;
    text-align: center;
}

@media (max-width: 991px) {
    .project-single-section h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .project-single-section h2 {
        font-size: 25px;
    }
}

.project-single-section p {
    margin-bottom: 2em;
}

.project-single-section .video-holder {
    position: relative;
}

.project-single-section .video-holder a {
    background-color: transparent;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .project-single-section .video-holder a {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

.project-single-section .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-single-section .porject-info {
    text-align: center;
    padding: 35px 15px 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
    margin: 45px 0 55px;
}

.project-single-section .porject-info>div {
    width: 33.33%;
    float: left;
    position: relative;
}

@media (max-width: 550px) {
    .project-single-section .porject-info>div {
        width: 100%;
        float: none;
    }

    .project-single-section .porject-info>div+div {
        margin-top: 20px;
    }
}

.project-single-section .porject-info>div+div:before {
    content: "";
    background-color: #e0dddd;
    width: 2px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 13px;
}

@media (max-width: 550px) {
    .project-single-section .porject-info>div+div:before {
        display: none;
    }
}

.project-single-section .porject-info span {
    color: #615f5f;
    font-family: "Barlow Condensed";
    font-size: 17px;
}

.project-single-section .porject-info p {
    font-size: 22px;
    color: #212122;
    margin: 0.2em 0 0;
    font-family: "Barlow Condensed";
}

@media (max-width: 767px) {
    .project-single-section .porject-info p {
        font-size: 18px;
    }
}

.project-single-section .img-area {
    margin: 0 -15px;
    padding: 30px 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .project-single-section .img-area {
        margin: 0 -7.5px;
        padding: 30px 0 20px;
    }
}

.project-single-section .img-area img {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .project-single-section .img-area img {
        width: calc(50% - 15px);
        float: left;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 500px) {
    .project-single-section .img-area img {
        width: calc(100% - 15px);
        float: none;
    }
}

.project-single-section blockquote {
    background-color: #fe5a0e;
    padding: 40px 40px 40px 90px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 15px 15px 15px;
    margin: 0 0 55px;
    border: 0;
    position: relative;
}

.project-single-section blockquote:before {
    content: "";
    background: url("../images/project-single/quote.png") center center/cover no-repeat local;
    width: 33px;
    height: 23px;
    position: absolute;
    left: 40px;
    top: 45px;
}

.project-single-section blockquote span {
    font-size: 15px;
    color: #dcdcdc;
    display: block;
    margin-top: 15px;
}

.theme-accordion-s1 {
    margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel+.panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
    background: #999999;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.125rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading a:focus {
    text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #666;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 40px 25px 15px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 25px 10px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px;
    }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}



/*--------------------------------------------------------------
    #blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1    blog-pg-section 
--------------------------------------------------------------*/
.blog-pg-section {
    /*** format-video ***/
    /*** format-quote ***/
}

@media screen and (min-width: 1200px) {
    .blog-pg-section .blog-posts {
        padding-right: 40px;
    }
}

.blog-pg-section .blog-posts>.post {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .blog-pg-section .blog-posts>.post {
        margin-bottom: 70px;
    }
}

.blog-pg-section .post .details {
    background-color: #f8f8f8;
    padding: 35px 40px;
}

@media (max-width: 991px) {
    .blog-pg-section .post .details {
        padding: 35px 20px;
    }
}

.blog-pg-section .entry-meta {
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-pg-section .entry-meta>li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-pg-section .entry-meta>li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-pg-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 9px;
    position: relative;
}

.blog-pg-section .entry-meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 9px;
}

.blog-pg-section .entry-meta li a {
    color: #fe5a0e;
}

.blog-pg-section .entry-meta img {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.blog-pg-section .details h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.8em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .blog-pg-section .details h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .details h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-pg-section .details h3 a {
    color: #212122;
}

.blog-pg-section .details h3 a:hover {
    color: #fe5a0e;
}

.blog-pg-section .details p {
    margin-bottom: 1.5em;
}

.blog-pg-section .details .read-more {
    font-weight: 700;
    color: #fe5a0e;
    text-transform: uppercase;
}

.blog-pg-section .details .read-more:hover {
    color: #910b0b;
}

.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
    content: "";
    background-color: rgba(193, 14, 14, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-pg-section .format-video .video-holder:hover:before {
    background-color: rgba(193, 14, 14, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-pg-section .format-video .video-holder a {
    width: 78px;
    height: 78px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder i {
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
    position: relative;
    top: 11px;
    left: 3px;
}

.blog-pg-section .format-quote .details {
    background-color: #fdf0eb;
    position: relative;
}

.blog-pg-section .format-quote .details:before {
    content: "";
    background: url("../images/blog/quote.png") center center/auto no-repeat local;
    width: 55px;
    height: 44px;
    position: absolute;
    right: 40px;
    top: 35px;
}

/*--------------------------------------------------------------
    blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1    blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
    .blog-single-section .blog-content {
        padding-right: 40px;
    }
}

.blog-single-section .entry-meta {
    overflow: hidden;
    padding: 35px 0 20px;
}

.blog-single-section .entry-meta>li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta>li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 9px;
    position: relative;
}

.blog-single-section .entry-meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 9px;
}

.blog-single-section .entry-meta li a {
    color: #fe5a0e;
}

.blog-single-section .entry-meta img {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-single-section .post p {
    margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.blog-single-section .post blockquote {
    background-color: #fef5f1;
    padding: 40px 55px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 991px) {
    .blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 20px 30px;
    }
}

.blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.blog-single-section .tag-share {
    margin: 70px 0;
}

@media screen and (min-width: 1200px) {
    .blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.blog-single-section .tag-share ul {
    overflow: hidden;
}

.blog-single-section .tag-share ul li {
    float: left;
}

.blog-single-section .tag-share .tag ul>li+li,
.blog-single-section .tag-share .share ul>li+li {
    margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
    background-color: #fef5f1;
    display: block;
    padding: 9px 18px;
    color: #787878;
    border-radius: 50px;
}

.blog-single-section .tag-share .tag a:hover {
    background-color: #fe5a0e;
    color: #fff;
}

.blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #787878;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.blog-single-section .tag-share .share a:hover {
    background: #fe5a0e;
    color: #fff;
    border-color: #fe5a0e;
}

.blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #212122;
}

.blog-single-section .author-box .social-link {
    display: inline-block;
}

.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #212122;
}

.blog-single-section .author-box .social-link a:hover {
    color: #fe5a0e;
}

.blog-single-section .more-posts {
    margin: 70px 0;
}

.blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.blog-single-section .more-posts .previous-post a,
.blog-single-section .more-posts .next-post a {
    background-color: #fdf0eb;
    font-weight: 500;
    color: #787878;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .blog-single-section .more-posts .previous-post a,
    .blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
    background-color: #fe5a0e;
    color: #fff;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area li>div {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area li>div {
        padding: 30px 25px;
    }
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}

.blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comments-area li>div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 8px;
}

.blog-single-section .comments-area .comment-reply-link {
    background: #fe5a0e;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #fe5a0e;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fe5a0e;
}

@media (max-width: 991px) {

    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #fe5a0e;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    border: 0;
    outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #fe5a0e;
}

@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-single-fullwidth .blog-content {
        padding: 0;
    }
}



/*****************************************
    blog sidebar
******************************************/
.blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 90px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}

.blog-sidebar .widget {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 45px 35px;
}

@media (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 1em;
    padding-right: 2.2em;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #fe5a0e;
    width: 35px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
}

.blog-sidebar>.widget+.widget {
    margin-top: 55px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #fdf0eb;
    height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(193, 14, 14, 0.2);
}

.blog-sidebar .search-widget form button {
    background: #fe5a0e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fe5a0e;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-sidebar .search-widget form button i {
    color: #fff;
}

.blog-sidebar .category-widget ul a {
    color: #787878;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #fe5a0e;
}

.blog-sidebar .category-widget ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .details {
    background: transparent;
    width: calc(100% - 85px);
    float: left;
    padding: 0 0 0 15px;
}

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
    color: #9e9e9e;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    margin: -0.4em 0 0.4em;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #666;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #fe5a0e;
}

.blog-sidebar .tag-widget {
    padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    background: #fdf0eb;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 8px 12px;
    color: #333;
    border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #fe5a0e;
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #fdf0eb;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-size: 1rem;
    color: #787878;
    display: block;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #fe5a0e;
    color: #fff;
}

.pagination-wrapper .pg-pagination i {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}


.pt-cus {
    padding-top: 160px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;

}


@media screen and (max-width: 776px) {
    .pt-cus {
        padding-top: 120px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pt-cus h1,
.pt-cus h2,
.pt-cus h3,
.pt-cus h4,
.pt-cus h5,
.pt-cus p,
.pt-cus li,
.pt-cus a,
.pt-cus strong,
.pt-cus span {
    color: rgb(0, 0, 0);
}

.pt-cus p>a {
    color: red;
}