/* 
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
    :: 8.1 WELCOME AREA HOME ELECTRIC CSS
    :: 8.2 WELCOME AREA POWER ENERGY CSS
    :: 8.3 WELCOME AREA HOME BEER FACTORY CSS
:: 9.0 ABOUT AREA CSS
:: 10.0 PROMO AREA CSS
:: 11.0 SERVICE AREA CSS
:: 12.0 SERVICE CONTENTS AREA CSS
:: 13.0 PROJECT AREA CSS
    :: 13.1 PROJECT AREA STYLE TWO CSS
:: 14.0 PROJECT DETAILS AREA CSS
:: 15.0 WHY CHOOSE US AREA CSS
:: 16.0 TESTIMONIAL AREA CSS
:: 17.0 CALL TO ACTION AREA CSS
:: 18.0 TEAM AREA CSS
:: 19.0 SUBSCRIBE AREA CSS
:: 20.0 BREADCRUMB AREA CSS
:: 21.0 BLOG AREA CSS
    :: 21.1 BLOG PAGE AREA CSS
    :: 21.2 BLOG PAGE DETAILS AREA CSS
:: 22.0 CONTACT AREA CSS
:: 23.0 COUNTER AREA CSS
:: 24.0 FOOTER AREA CSS
:: 25.0 CAREERS AREA CSS
:: 26.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@800&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(themify-icons.css);
@import url(animate.min.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
}

.main {
    background: #fff;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

h1 {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
    color: #999;
    margin-bottom: 0;
    text-align: justify;
}

a {
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #fa0317;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.text-underlined,
.text-underlined:hover,
.text-underlined:focus {
    text-decoration: underline;
}

.text-primary,
a.text-primary:hover,
a.text-primary:focus {
    color: #fa0317 !important;
}

.text-secondary {
    color: #666 !important;
}

.featured-icon > span::before {
    font-size: 4.25rem;
    line-height: 1;
    color: #777;
    margin: 0;
}

.radius-100 {
    border-radius: 100px !important;
}

.h-100vh {
    height: 100vh;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 80px;
}

.section-heading > span {
    color: #222;
}

.section-heading > h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.section-heading p:first-of-type {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.section-heading p:first-of-type::after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background-color: #fa0317;
    top: 50%;
    left: -1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-5 .features-area .section-heading > h2::after,
.contact-page .contact-area .section-heading > h2::after {
    left: 0;
    transform: inherit;
}

/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}

.ptb_50 {
    padding: 50px 0;
}

.ptb_100 {
    padding: 100px 0;
}

.ptb_150 {
    padding: 150px 0;
}

.ptb_180 {
    padding: 180px 0;
}

/*BUTTONS*/
.btn {
    font-size: .825rem;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    line-height: 1;
    letter-spacing: .25px;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    border: 2px solid transparent;
    border-radius: 0;
    transition: all 450ms ease-in-out;
}

.btn.lagan-btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #ccc;
}

.btn-yellow {
    background-color: #fa0317;
    color: #fff;
    border-color: #fa0317;
}

.btn:hover,
.btn:focus {
    background-color: #333;
    color: #fff !important;
    border-color: #333;
}

.btn-success {
    background: #28a745 !important;
    border-color: #28a745 !important;
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 10px;
}

.button-group a:last-child {
    margin-right: 0;
}

/*BACKGROUND OVERLAY*/
/*.bg-overlay,*/
.welcome-overlay,
.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

/*.bg-overlay::after,*/
.welcome-overlay:before,
.overlay-white:after,
.overlay-dark:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.welcome-overlay:before {
    background-color: rgba(16, 16, 45, 1);
    opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: 1;
}

.overlay-white::after {
    background-color: rgba(255, 255, 255, 1);
    visibility: visible;
    opacity: 0.69;
    z-index: 0;
    transition: all 0.3s ease 0s;
}

.overlay-dark::before {
    background-color: rgba(0, 0, 0, 1);
    visibility: visible;
    opacity: 0.34;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

/*BACKGROUND COLORS*/
.bg-grey {
    background-color: #fafafa;
}
.bg-inherit {
    background: inherit !important;
}

/*SOCIAL ICONS*/
.social-icons > a {
    margin: 2px;
    width: 38px;
    height: 38px;
    font-size: 18px;
    color: #555;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 38px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons > a:hover svg:first-child {
    margin-top: -38px;
}

.social-icons > a:hover {
    color: #fff;
}

.social-icons > a.facebook:hover {
    background-color: #3b5999 !important;
}

.social-icons > a.twitter:hover {
    background-color: #55acee !important;
}

.social-icons > a.google-plus:hover {
    background-color: #dd4b39 !important;
}

.social-icons > a.linkedin:hover {
    background-color: #0077B5 !important;
}

.social-icons > a.instagram:hover {
    background-color: #e4405f !important;
}

/*HEADER TOPBAR SOCIAL ICONS*/
#header-top-bar .social-icons > a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

#header-top-bar .social-icons svg {
    line-height: 35px;
}

#header-top-bar .social-icons > a:hover svg:first-child {
    margin-top: -35px;
}

/*BACKGROUND IMAGES*/
.home-electric .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_10.jpg") no-repeat scroll center center / cover;
}

.home-power-energy .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_14.jpg") no-repeat scroll center center / cover;
}

.project-box.project-1 {
    background: rgba(0, 0, 0, 0) url("../img/projects/project_img_1.jpg") no-repeat scroll center center / cover;
}

.project-box.project-2 {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_12.jpg") no-repeat scroll center center / cover;
}

.project-box.project-3 {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_4.jpg") no-repeat scroll center center / cover;
}

.project-box.project-4 {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_3.jpg") no-repeat scroll center center / cover;
}

.project-box.project-5 {
    background: rgba(0, 0, 0, 0) url("../img/project-construction/project_img_2.jpg") no-repeat scroll center center / cover;
}

.project-box.project-6 {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome_bg_14.jpg") no-repeat scroll center center / cover;
}
.project-box.project-lpg {
    background: rgba(0, 0, 0, 0) url("../img/bg/lpg.jpg") no-repeat scroll center center / cover;
}
.project-box.project-petrol {
    background: rgba(0, 0, 0, 0) url("../img/bocl/24.jpg") no-repeat scroll center center / cover;
}
.project-box.project-diesel {
    background: rgba(0, 0, 0, 0) url("../img/bocl/17.jpg") no-repeat scroll center center / cover;
}
.project-box.project-aviation {
    background: rgba(0, 0, 0, 0) url("../img/bocl/30.jpg") no-repeat scroll center center / cover;
}
.project-box.project-city-gas {
    background: rgba(0, 0, 0, 0) url("../img/bocl/26.jpg") no-repeat scroll center center / cover;
}
.project-box.project-png2 {
    background: rgba(0, 0, 0, 0) url("../img/bocl/50.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-1 {
    background: rgba(0, 0, 0, 0) url("../img/electric/1.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-2 {
    background: rgba(0, 0, 0, 0) url("../img/electric/2.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-3 {
    background: rgba(0, 0, 0, 0) url("../img/electric/3.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-4 {
    background: rgba(0, 0, 0, 0) url("../img/electric/4.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-5 {
    background: rgba(0, 0, 0, 0) url("../img/electric/5.jpg") no-repeat scroll center center / cover;
}

.home-electric .project-box.project-6 {
    background: rgba(0, 0, 0, 0) url("../img/electric/6.jpg") no-repeat scroll center center / cover;
}

.service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/oil-industry/5.jpg") no-repeat scroll center center / cover;
}

.service-content-area.style-two .service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/oil-industry/3.jpg") no-repeat scroll center center / cover;
}

.home-car-factory .service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/car-factory/6.jpg") no-repeat scroll center center / cover;
}

.home-car-factory .service-content-area.style-two .service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/car-factory/2.jpg") no-repeat scroll center center / cover;
}

.testimonial-area,
.cta-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/reviews_bg.jpg") no-repeat scroll center center / cover;
}

.quote-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/contact_bg.jpg") no-repeat scroll center center / cover;
}

.call-to-action-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/reviews_bg.jpg") no-repeat scroll center center / cover;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/breadcrumb_bg.jpg") no-repeat scroll center center / cover;
}

.project-bridge .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/project_bridge.jpg") no-repeat scroll center center / cover;
}

.project-construction .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/project_construction.jpg") no-repeat scroll center center / cover;
}

.company .breadcrumb-area,
.preview.company .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/company_bg.jpg") no-repeat scroll center center / cover;
}

.careers .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/careers_bg.jpg") no-repeat scroll center center / cover;
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fa0317;
    z-index: 99999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    background-color: #fdfcfb;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 45px;
    width: 40px;
    border-radius: 4px;
    background-color: rgba(35,35,35,0.65);
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
}

#scrollUp:hover {
    background-color: #666;
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
#header-top-bar\ topnar-dark {
    background: rgba(21,21,21,1);
}

#header-top-bar\ topnar-dark .top-left ul li span {
    color: rgba(255,255,255,0.85);
}

#header-top-bar\ topnar-dark .top-left a,
#header-top-bar\ topnar-dark .social-icons > a {
    color: #fff;
}

#header-top-bar\ topnar-dark .top-left ul li {
    border-color: rgba(0,0,0,0.85);
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.dropdown-menu {
    border: 0;
    padding: 0.625rem 0;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dropdown > .dropdown-menu::before {
    content: '';
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdown-menu > li {
    padding: 0 0.625rem;
}

.dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2c2e30;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa;
}

.dropdown-divider {
  border-color: #8d98b7;
}

.dropdown-toggle:after {
  margin-left: 4px;
  vertical-align: 1px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #d3d3d3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*HEADER TOPBAR*/
.top-left ul li {
    padding: 15px;
    border-left: .5px solid #e9e9e9;
}

.top-left ul li:last-child {
    border-right: .5px solid #e9e9e9;
}

.top-left a {
    font-size: 13px;
}

.top-left ul li span {
    color: #7f7f7f;
}

.dark-bg.affix, .dark-nav .dark-bg.affix {
    background-color: rgba(21,21,21,0.85);
}

.dark-nav .navbar {
    background-color: rgba(21,21,21,0.65);
}

.fixed-top{
    top: auto;
}

.fixed-top.affix{
    top: 0;
}

.navbar-toggler {
    color: #ffffff;
    font-size: 1.5rem;
}

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

@media (min-width: 320px) and (max-width: 992px) {
    .dark-bg.affix, .navbar.dark-bg {
        background: #151515 !important;
    }
}

@media (max-width: 767px) {
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.welcome-area {
    overflow: hidden;
}

.home-electric .welcome-area,
.home-power-energy .welcome-area {
    height: 850px;
}

.slider-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-content > h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.slider-content p {
    font-size: 15px;
    line-height: 28px;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    height: 65px;
    width: 0;
    background-color: #555;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: #fa0317;
}

.carousel-control-next {
    transform: translateX(500px);
}

.carousel-control-prev {
    transform: translateX(-500px);
}

.welcome-area:hover .carousel-control-next,
.welcome-area:hover .carousel-control-prev {
    width: 50px;
    opacity: 1;
    transform: translateX(0);
}

/* **************************************
:: 8.1 WELCOME AREA HOME ELECTRIC CSS
************************************** */
.home-electric .welcome-intro h1 {
    font-size: 6.5em;
    font-weight: 900;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: -3px;
}

.home-electric .welcome-intro > p,
.home-power-energy .welcome-intro > p {
    font-size: 16px;
    line-height: 28px;
    text-shadow: -1px 1px 8px rgba(0,0,0,.4);
}

/* **************************************
:: 8.2 WELCOME AREA HOME POWER ENERGY CSS
************************************** */
.home-power-energy .welcome-intro span {
    font-size: 16px;
    text-shadow: -1px 1px 8px rgba(0,0,0,.4);
}

/* **************************************
:: 8.3 WELCOME AREA HOME BEER FACTORY CSS
************************************** */
.home-beer-factory .carousel-inner .slider-content > h1,
.home-power-energy .welcome-intro > h1 {
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
    letter-spacing: 1px;
}

.home-beer-factory .overlay-dark::before {
    z-index: 1;
}

/* ******************************
:: 9.0 ABOUT AREA CSS
****************************** */
.about-thumb {
    position: relative;
    display: inline-block;
}
.about-text{
    text-align: justify;
}

.about-text > span {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    display: block;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

.about-text > h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-area .play-btn {
    z-index: 1;
}

.play-btn > img {
    transition: transform 0.5s ease 0s;
}

.play-btn > img:hover {
    transform: scale(1.1);
}

.list-box > span {
    position: relative;
}

.list-box > span::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border: 2px solid #565656;
    border-radius: 50%;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
}

.blockquote {
    background-color: #f7f7f7;
    position: relative;
}

.blockquote::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background-color: #fa0317;
    top: 0;
    left: 0;
}

/* ******************************
:: 10.0 PROMO AREA CSS
****************************** */
.main-home .promo-area {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.promo-box {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

.promo-box h3 {
    transition: color 0.3s ease-in-out 0s;
}

.promo-box:hover h3 {
    color: #fa0317;
}

@media (max-width: 991px) {
    .main-home .promo-area {
        top: inherit;
        transform: inherit;
    }
}

.home-electric .promo-box {
    padding: 2rem !important;
}

@media (min-width: 991px) {
    .home-electric .promo-box .icon-text h3 {
        font-size: 22px;
    }
}

/* ******************************
:: 11.0 SERVICE AREA CSS
****************************** */
.single-service {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease 0s;
}

.service-content a {
    transition: color 0.3s ease 0s;
}

.single-service:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ******************************
:: 12.0 SERVICE CONTENTS AREA CSS
****************************** */
.service-contents-bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    height: 100%;
}

.service-contents {
    padding-right: 50px;
}

.service-contents-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-height: 100%;
}

.service-content-area.style-two .service-contents-bg {
    left: 0;
    right: 50%;
}

.service-content-area.style-two .service-contents {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .service-contents,
    .service-content-area.style-two .service-contents {
        padding: 0;
    }
    .service-contents,
    .service-content-area.style-two .service-contents {
        padding-left: 0;
        padding-right: 0;
    }

    .service-contents-thumb {
        position: inherit;
        width: auto;
        right: inherit;
        bottom: inherit;
        max-height: inherit;
    }
}

/* ******************************
:: 13.0 PROJECT AREA CSS
****************************** */
.project-box {
    position: relative;
    display: flex;
    height: 360px;
    justify-content: center;
    align-items: end;
    margin-bottom: 45px;
    overflow: hidden;
}

.project-box > h4 {
    position: absolute;
    bottom: 45px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.project-box > h4::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background-color: #fa0317;
    bottom: -10px;
    left: 0;
}

.project-box.overlay-dark:hover::before {
    visibility: hidden;
    opacity: 0;
}

.project-box:hover > h4 {
    transform: scale(0);
    visibility: hidden;
}

/* ******************************
:: 13.1 PROJECT AREA STYLE TWO CSS
****************************** */
.single-project {
    position: relative;
    z-index: 1;
}

.project-thumb > img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: calc(100%-20px);
    width: calc(100%-20px);
    background-color: rgba(0, 0, 0, 0.74);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay-icon > a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay-icon > a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-text > h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
}

.overlay-text > h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.single-project:hover .project-thumb > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-project:hover .project-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.project-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

.project-slider.owl-carousel .owl-nav > button {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 5px;
}

.project-slider.owl-carousel .owl-nav .owl-next {
    color: #fa0317;
}

@media (max-width: 767px) {
    .project-slider.owl-carousel .owl-nav {
        top: -50px;
    }
}

/* ******************************
:: 14.0 PROJECT DETAILS AREA CSS
****************************** */
.project-details-area .project-details,
.project-details-area .contact-box {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

.project-details > h3,
.project-details-area .contact-box .contact-top > h3 {
    position: relative;
    background-color: #fa0317;
    font-size: 20px;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.2);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.2);
    z-index: 1;
}

.project-details > h3:after,
.project-details-area .contact-box .contact-top > h3:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #fa0317;
    top: calc(100% - 10px);
    left: 20px;
    transform: rotate(45deg);
    z-index: -1;
}

.about-details ul li span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
}

.project-details-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -45px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.project-details-area .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    outline: none;
    margin: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.project-details-area .owl-carousel button.owl-dot.active {
    background-color: #fa0317;
    -webkit-box-shadow: 0 1px 5px #fa0317;
    box-shadow: 0 1px 5px #fa0317;
}

/* ******************************
:: 15.0 WHY CHOOSE US AREA CSS
****************************** */
.why-choose-us .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.why-choose-us .nav-tabs .nav-link {
    position: relative;
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
    .why-choose-us .nav-tabs .nav-link {
        padding: .5rem;
    }
}

@media (max-width: 575px) {
    .why-choose-us .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .why-choose-us .nav-tabs {
        border-bottom: none;
    }
}

.why-choose-us .nav-tabs .nav-link::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: -1px;
    left: 50%;
    background-color: #fa0317;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.why-choose-us .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fa0317;
}

.why-choose-us .nav-tabs .nav-link.active::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

/* ******************************
:: 16.0 TESTIMONIAL AREA CSS
****************************** */
.testimonial-area .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 3px solid #fff;
}

.testimonial-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-area .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    outline: none;
    margin: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.testimonial-area .owl-carousel button.owl-dot.active {
    background-color: #ffffff;
    width: 20px;
    border-radius: 15px;
}

/* ******************************
:: 17.0 CALL TO ACTION AREA CSS
****************************** */
.cta-area h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.2);
    text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.2);
}

.cta-area .btn.lagan-btn {
    border-color: #fff;
}

.cta-area .btn.lagan-btn:hover {
    border-color: #333;
}

@media (min-width: 991px) {
    .cta-area h2 {
        font-size: 45px;
    }
}

/* ******************************
:: 18.0 TEAM AREA CSS
****************************** */
.single-team {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease 0s;
}

.team-photo {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.team-photo:before,
.team-photo:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 0.2s ease 0s;
}

.team-photo:before {
    content: "";
    top: 0;
    width: 114px;
    height: 114px;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.team-photo:after {
    content: "";
    top: 5px;
    width: 104px;
    height: 104px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.team-photo img {
    height: 104px;
    width: 104px;
    border-radius: 50%;
    margin: 5px;
}

.team-name {
    font-size: 18px;
    text-transform: uppercase;
    transition: color 0.3s ease 0s;
}

.single-team:hover .team-name {
    color: #fa0317;
}

.team-post {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
}

.team-media > a {
    font-size: 16px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.single-team:hover {
    -webkit-box-shadow: 0 1px 8px -2px hsla(0, 0%, 0%, 0.15);
    box-shadow: 0 1px 8px -2px hsla(0, 0%, 0%, 0.15);
}

.single-team:hover .team-photo:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-team:hover .team-photo:after {
    height: 124px;
    width: 124px;
    top: -5px;
    left: -5px;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 10px rgba(255, 183, 22, 0.2);
    box-shadow: 0 5px 10px rgba(255, 183, 22, 0.2);
}

/* ******************************
:: 19.0 SUBSCRIBE AREA CSS
****************************** */
.form-control {
    font-size: 15px;
    height: 55px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input {
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    text-align: center;
}

.subscribe-form .form-group input:-ms-input-placeholder {
    text-align: center;
}

.subscribe-form .form-group input::placeholder {
    text-align: center;
}

.subscribe-form button {
    height: 55px;
}

/* ******************************
:: 20.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
    height: 450px;
    z-index: 1;
}

.breadcrumb-content > h3 {
    font-size: 42px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}

.breadcrumb-item > a,
.breadcrumb-item.active {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

/* ******************************
:: 21.0 BLOG AREA CSS
****************************** */
.blog-area {
    z-index: 1;
}

.single-blog {
    border-radius: 0;
}

.single-blog .blog-title > a {
    color: inherit;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-title > a:hover {
    text-decoration: underline;
    color: #fa0317 !important;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.blog-thumb img:hover {
    transform: scale(1.2) rotate(5deg);
}

.blog-content > p {
    line-height: 1.8;
}

.blog-btn {
    position: relative;
    display: inline-block;
}

.blog-btn::after {
    position: absolute;
    content: '\f101';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-btn:hover::after,
.blog-btn:focus::after {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}

/* ******************************
:: 21.1 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .single-blog {
    margin-bottom: 45px;
}

.pagination > li > a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* **********************************
:: 21.2 BLOG PAGE DETAILS AREA CSS
*************************************/
/*Single Widget*/
.single-widget {
    margin-bottom: 35px;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.widget-content {
    position: relative;
}

/*Search Widget*/
.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #444;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Catagory Widget*/
.widget .single-accordion {
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget .single-accordion h5 a {
    color: #444;
    border-bottom: 1px solid #eee;
}

.widget-items li a {
    position: relative;
    border-bottom: 1px solid #eee;
}

.widget-items li a.active {
    color: #fa0317;
}

.widget-items li a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.widget-items li a:hover,
.widget-items li a:focus,
.widget-items li a.active {
    background-color: #f7f7f7;
}

.widget-items li a:hover::before,
.widget-items li a:focus::before,
.widget-items li a.active::before {
    width: 2px;
    background-color: #fa0317;
}

.widget-items li a span {
    line-height: 1.4;
}

/*Post Widget*/
.post-thumb img {
    border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    line-height: 1;
}

.post-content h6 {
    font-weight: 400;
    line-height: 20px;
}

/*Tags Widget*/
.tags-widget .single-accordion {
    border: none;
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

/*Blog Details*/
.sApp-blog .meta-info {
    border-bottom: 1px solid #eee;
}

.meta-info > ul > li {
    position: relative;
}

.meta-info > ul > li::after {
    position: absolute;
    content: '';
    height: 30%;
    width: 2px;
    background-color: #777;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.meta-info > ul > li:last-child::after {
    display: none;
}

.sApp-blog .blog-share a {
    padding: 0 10px;
}

.blog-share .social-icons > a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.blog-share .social-icons > a.facebook:hover {
    background-color: #3b5999 !important;
    color: #fff;
}

.blog-share .social-icons > a.twitter:hover {
    background-color: #55acee !important;
    color: #fff;
}

.blog-share .social-icons > a.google-plus:hover {
    background-color: #dd4b39 !important;
    color: #fff;
}

.blog-share .social-icons svg {
    line-height: 35px;
}

.blog-share .social-icons > a:hover svg:first-child {
    margin-top: -35px;
}

.sApp-blog .blog-details .blog-title > a {
    font-size: 24px;
}

.blockquote {
    background-color: #f7f7f7;
    position: relative;
}

.blockquote::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.blog-comments {
    margin-top: 20px;
}

.admin {
    border-top: 1px solid #e5e5e5;
}

.admin-thumb img,
.comments-thumb img {
    border: 1px solid #eee;
}

.comments,
.blog-contact {
    margin-left: 200px;
}

@media (max-width: 767px) {
    .comments,
    .blog-contact {
        margin-left: 0;
    }
}

.single-comments {
    border: 1px solid #eee;
    margin-bottom: 1rem;
}

.single-comments:last-of-type {
    margin-bottom: 0;
}

.comments-content > h5 > a:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #fa0317;
}

.contact-box.comment-box {
    text-align: left;
}

.contact-box.comment-box .form-group input {
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 150px;
}

.recent-blog-area {
    padding-top: 80px;
}

/* ******************************
:: 22.0 CONTACT AREA CSS
****************************** */
.contact-us .social-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background-color: #fa0317;
    color: #fff;
    border-radius: 4px;
}

.contact-box .form-group input,
.contact-box .form-group textarea {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .form-group textarea {
    height: 160px;
    padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,
.contact-box .form-group textarea::-webkit-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,
.contact-box .form-group textarea:-ms-input-placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,
.contact-box .form-group textarea::placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.contact-box button {
    height: 60px;
    border-radius: 8px;
}

/*Map Area*/
.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}

@media (max-width: 575px) {
    .map-area {
        height: 450px;
    }
}

.homepage-5 .contact-top > h3 {
    font-size: 2em;
}
.homepage-5 .contact-top h5 {
    line-height: 1.4;
}

.contact-bottom > span {
    font-size: 13px;
}
.contact-bottom > span a {
    text-decoration: underline;
    color: #222;
}

/* ******************************
:: 23.0 COUNTER AREA CSS
****************************** */
.single-counter,
.single-brand {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

.single-counter h4 {
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}

.quote-area .section-heading {
    margin-bottom: 14px;
}

.quote-area .section-text {
    margin-bottom: 30px;
}

/* ******************************
:: 24.0 FOOTER AREA CSS
****************************** */
.footer-dark {
    background-color: rgba(21,21,21,1);
}

.footer-area .contact-details p {
    display: flex;
    font-size: 15px;
    line-height: 18px;
}

.contact-details svg {
    font-size: 16px;
    margin-right: 13px;
    align-self: center;
}

.footer-area .subscribe-form {
    position: relative;
    display: block;
    width: 95%;
}

.footer-area .subscribe-form input {
    font-size: 14px;
    border-radius: 0;
    text-indent: 3%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.footer-area .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 15px;
    padding: 1.2rem 1.3rem;
}

.footer-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-items ul > li > a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #999;
    padding-left: 15px;
}

.footer-items ul > li > a::before {
    position: absolute;
    content: '\f105';
    font-size: 14px;
    font-weight: 900;
    color: #fa0317;
    font-family: 'Font Awesome 5 Free';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.footer-items ul > li > a:hover,
.footer-items ul > li > a:focus {
    color: #fa0317;
}

.footer-dark,
.footer-dark .footer-items ul > li > a,
.footer-dark .social-icons a,
.footer-dark h3,
.footer-dark p,
.footer-dark .copyright-area a {
    color: rgba(255,255,255,0.85);
}

.footer-dark .footer-items ul > li > a:hover,
.footer-dark .footer-items ul > li > a:focus,
.footer-dark .copyright-area a:hover,
.footer-dark .copyright-area a:focus {
    color: #fa0317;
}

.footer-dark .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
}

@media (max-width: 767px) {
    .footer-title {
        font-size: 20px;
    }
}

/* ******************************
:: 25.0 CAREERS AREA CSS
****************************** */
.single-career {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 45px;
}

.single-career > h3 {
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
}

.single-career .btn-yellow {
    padding: 1.1rem 1.6rem;
}

@media (min-width: 992px) {
    .action-text > h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .action-text > h2 {
        font-size: 26px;
    }
}

/* ******************************
:: 26.0 PREVIEW AREA CSS
****************************** */
.preview .welcome-area {
    height: 600px;
}

.preview .welcome-intro h2 {
    line-height: 1.2;
}

.single-preview >a > img {
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    border-radius: 8px;
    transition: all 0.3s ease 0s;
}

.single-preview h3 {
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease 0s;
}

.single-preview:hover > a > img {
    transform: translateY(-10px);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.12);
}

@media (min-width: 992px) {
    .preview .welcome-intro p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .preview .welcome-area {
        background-position: unset;
    }
}

@media (max-width: 767px) {
    .preview .welcome-area {
        height: 500px !important;
    }
}