        /*----------------------------------------*/
        /*  Google Fonts
/*----------------------------------------*/
        
        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');
        /*----------------------------------------*/
        /*  1.  Theme default CSS
/*----------------------------------------*/
        
        html,
        body {
            height: 100%;
        }
        
        .floatleft {
            float: left;
        }
        
        .floatright {
            float: right;
        }
        
        .alignleft {
            float: left;
            margin-right: 15px;
            margin-bottom: 15px;
        }
        
        .alignright {
            float: right;
            margin-left: 15px;
            margin-bottom: 15px;
        }
        
        .aligncenter {
            display: block;
            margin: 0 auto 15px;
        }
        
        a:focus {
            outline: 0px solid;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        .fix {
            overflow: hidden;
        }
        
        p {
            margin: 0 0 15px;
            color: #777;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0 0 15px;
            color: #444;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
        }
        
        h1 {
            font-size: 48px;
            line-height: 50px;
            font-family: 'Montserrat', sans-serif;
        }
        
        h2 {
            font-size: 38px;
            line-height: 40px;
        }
        
        h3 {
            font-size: 30px;
            line-height: 32px;
        }
        
        h4 {
            font-size: 24px;
            line-height: 26px;
        }
        
        h5 {
            font-size: 20px;
            line-height: 22px;
        }
        
        h6 {
            font-size: 16px;
            line-height: 20px;
        }
        
        a {
            transition: all 0.3s ease 0s;
            text-decoration: none;
        }
        
        a:active,
        a:hover {
            outline: 0 none;
        }
        
        a:hover,
        a:focus {
            color: #A31C20;
            text-decoration: none;
        }
        
        body {
            background: #fff none repeat scroll 0 0;
            color: #777;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            text-align: left;
            overflow-x: hidden;
            line-height: 24px;
        }
        
        #scrollUp {
            background: #000 none repeat scroll 0 0;
            border-radius: 2px;
            bottom: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            color: #fff;
            font-size: 20px;
            height: 34px;
            line-height: 30px;
            opacity: 0.6;
            right: 15px;
            text-align: center;
            transition: all 0.3s ease 0s;
            width: 34px;
        }
        
        #scrollUp:hover {
            background: #A31C20;
            opacity: 1;
        }
        
        .clear {
            clear: both;
        }
        
        ul {
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }
        
        input,
        select,
        textarea,
        input[type="text"],
        input[type="date"],
        input[type="url"],
        input[type="email"],
        input[type="password"],
        input[type="tel"],
        button,
        button[type="submit"] {
            -moz-appearance: none;
            box-shadow: none !important;
        }
        
        input:focus,
        textarea:focus,
        select:focus {
            outline: none;
        }
        
        div#preloader {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99999;
            width: 100%;
            height: 100%;
            overflow: visible;
            background: #fff url('../img/logo/preloader.html') no-repeat center center;
        }
        
        .navbar-collapse {
            padding-left: 0px;
            padding-right: 0px;
        }
        
         ::-moz-selection {
            background: #A31C20;
            text-shadow: none;
        }
        
         ::selection {
            background: #A31C20;
            text-shadow: none;
        }
        
        .color {
            color: #A31C20;
            font-weight: 700;
        }
        
        .browserupgrade {
            margin: 0.2em 0;
            background: #ccc;
            color: #000;
            padding: 0.2em 0;
        }
        
        .area-padding {
            padding: 90px 0px;
        }
        
        .area-padding-2 {
            padding: 70px 0px 50px;
        }
        
        .area-padding {
            padding: 90px 0px;
        }
        
        .area-padding-3 {
            padding: 30px 0px 70px;
        }
        
        .padding-2 {
            padding-bottom: 90px;
        }
        
        .section-headline {
            margin-bottom: 60px;
            position: relative;
        }
        
        .section-headline h3 {
            display: inline-block;
            font-size: 42px;
            font-weight: 800;
            text-transform: uppercase;
            padding-bottom: 12px;
            color: #a21b1f;
        }
        
        .section-headline.white-headline h3,
        .section-headline.white-headline p {
            color: #fff;
        }
        
        .section-headline.text-left {
            margin-bottom: 30px;
        }
        
        .section-headline::after {
            border: 1px solid #A31C20;
            bottom: -27px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 60px;
            right: 0;
        }
        
        .section-headline.text-left h3::after {
            border: 2px solid #A31C20;
            left: 0;
            right: auto;
        }
        
        .section-headline p {
            /* max-width: 650px; */
            font-size: 18px;
            letter-spacing: 0.5px;
            margin: 0 auto;
            line-height: 26px;
        }
        
        .mar-row {
            margin-top: 40px;
        }
        
        .small-title {
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 10px;
            color: #A31C20;
        }
        
        .section-headline h4 {
            font-size: 26px;
            max-width: 800px;
            line-height: 36px;
            font-weight: 700;
            margin: 0 auto;
            text-transform: uppercase;
        }
        
        .load-more-btn {
            text-transform: uppercase;
            background: #A31C20;
            display: inline-block;
            padding: 15px 30px;
            color: #fff;
            font-weight: 600;
            margin-top: 30px;
            border-radius: 3px;
            width: 200px;
            transition: 0.4s;
            border: 2px solid #A31C20;
        }
        
        .load-more-btn:hover {
            background: #fff;
            border: 2px solid #A31C20;
            color: #A31C20;
            transition: 0.4s;
        }
        
        .bg-color {
            background: #eee;
        }
        
         :focus {
            outline: -webkit-focus-ring-color auto 0px;
        }
        
        .parallax-bg {
            position: relative;
        }
        
        .parallax-bg:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #5e0407;
            opacity: .8;
            content: "";
        }
        
        .single-brand-item {
            border: 1px solid #ccc;
        }
        
        .single-brand {
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
            z-index: 1;
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 10px 30px 0px rgb(178 178 178 / 35%);
        }
        
        .main-brand {
            display: block;
            overflow: hidden;
            padding: 0px 0px 0px 0px;
            position: relative;
            z-index: 1;
            background-color: #ffffff;
        }
        
        .brand-content a {
            color: #fff;
        }
        
        .brand-content h4 {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            padding: 0 0 0px;
            text-transform: none;
            color: #222222;
        }
        
        .brand-content i {
            font-size: 12px;
        }
        
        .left-headline {
            position: relative;
            padding-bottom: 10px;
        }
        
        .left-headline::after {
            border: 1px solid #A31C20;
            bottom: 0px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 60px;
            right: auto;
        }
        
        .sub-headline {
            position: relative;
            margin-bottom: 30px;
        }
        
        .sub-headline::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background: #A31C20;
        }
        
        .sub-headline h4 {
            text-transform: uppercase;
            font-size: 24px;
            padding-bottom: 20px;
        }
        
        .center-headline h3 {
            max-width: 900px;
            font-size: 34px;
            line-height: 42px;
            margin: 0px auto 58px;
        }
        
        .center-headline h3::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 31px;
            width: 50px;
            right: 0;
            margin: 0 auto;
            height: 2px;
            background: #A31C20;
        }
        /*--------------------------------*/
        /*  2. Header top Area
/*--------------------------------*/
        
        .topbar-left ul li {
            display: inline-block;
        }
        
        .topbar-area {
            background: #E98223;
        }
        
        .topbar-left ul li a {
            color: #fff;
            display: block;
            font-weight: 600;
            margin-right: 20px;
            padding: 10px 0;
            text-decoration: none;
            font-size: 16px;
        }
        
        .topbar-left ul li a i {
            color: #A31C20;
            font-size: 16px;
            padding-right: 7px;
        }
        
        .quote-button {
            float: right;
        }
        
        .quote-button .quote-btn {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            background: #A31C20;
            display: inline-block;
            /* border: 2px solid #A31C20; */
            padding: 6px 20px;
            margin: 0px;
            transition: 0.4s;
            border-radius: 8px;
            margin-top: 5px;
            margin-bottom: 6px;
        }
        
        .quote-button .quote-btn:hover {
            /* background: #fff;
            color: #A31C20;
            border: 2px solid #fff;
            transition: 0.4s; */
        }
        
        .slogan {
            margin-bottom: 0px;
            padding: 16px 0px;
            color: #fff;
            font-size: 16px;
        }
        /*----------------------------------------*/
        /*  2.1 Header Bottom Area 
/*----------------------------------------*/
        
        .header-area {
            background: #fff;
            box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
        }
        
        .logo-bg {
            background: #A31C20;
            z-index: 10;
        }
        
        .logo-bg:after {
            content: "";
            position: absolute;
            right: -100px;
            top: 0;
            border-top: 100px solid transparent;
            border-bottom: 0 solid transparent;
            border-left: 100px solid #A31C20;
            z-index: 10;
        }
        
        .logo-bg:before {
            content: "";
            position: absolute;
            left: -90px;
            top: 0;
            background: #A31C20;
            z-index: 10;
            width: 90px;
            height: 100%;
        }
        
        .logo {
            display: block;
        }
        
        .logo a {
            display: inline-block;
            height: auto;
            padding: 20px 0;
        }
        
        .main-menu ul.navbar-nav li {
            float: left;
            position: relative;
        }
        
        .main-menu ul.navbar-nav>li>a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #444;
            font-size: 14px;
            font-weight: 700;
            padding: 40px 0px;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            margin: 0px 15px;
        }
        
        .main-menu ul.navbar-nav li a:hover {
            color: #A31C20;
        }
        
        .main-menu ul.navbar-nav>li>a::before {
            background: #A31C20;
            content: "";
            height: 2px;
            position: absolute;
            top: 0;
            width: 0;
            transition: .5s;
            left: 0px;
        }
        
        .main-menu ul.navbar-nav>li:hover>a:before,
        .main-menu ul.navbar-nav>li.active>a::before {
            width: 100%;
        }
        
        .main-menu ul.navbar-nav li.active a:focus {
            color: #333;
        }
        
        .main-menu ul.navbar-nav li.active a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #A31C20;
            position: relative;
            z-index: 9999999;
        }
        
        .navbar {
            border: medium none;
            margin-bottom: 0;
        }
        
        .navbar-default {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        }
        
        .main-menu ul.navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            background: none;
            color: #333;
        }
        
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus {
            background-color: transparent;
            color: #fff;
        }
        
        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background: none;
        }
        
        .main-menu ul.nav li ul.sub-menu {
            background: #fff;
            border-top: 2px solid #A31C20;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 115%;
            transition: all 0.3s ease 0s;
            visibility: hidden;
            width: 340px;
            z-index: -99;
        }
        
        .pagess {
            position: relative;
        }
        
        .navbar.navbar-default {
            float: right;
        }
        
        .main-menu ul.nav li ul.sub-menu li {
            border-bottom: 1px solid #ddd;
            padding: 0;
            position: relative;
            width: 100%;
        }
        
        .main-menu ul.nav li:hover ul.sub-menu {
            top: 100%;
            opacity: 1;
            z-index: 999;
            visibility: visible;
        }
        
        .main-menu ul.nav li ul.sub-menu li a {
            color: #444;
            display: block;
            font-size: 13px;
            font-weight: 700;
            padding: 10px 15px;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
        }
        
        .main-menu ul.nav li:hover ul.sub-menu li a:hover {
            color: #fff;
            background: #A31C20;
        }
        
        .main-menu ul.nav li ul.sub-menu li:last-child {
            border: none;
        }
        
        .stick span.search-button i,
        .stick .header-search input {
            color: #444
        }
        
        .search-option-5 button.button {
            display: inline-block;
            border: none;
            background: none;
            padding: 0;
        }
        
        .search-option {
            background: #fff none repeat scroll 0 0;
            bottom: -48px;
            color: #444;
            display: none;
            position: absolute;
            right: 20px;
            width: 260px;
            z-index: 99999;
        }
        
        .search-option input {
            background: #fff none repeat scroll 0 0;
            border: medium none;
            color: #444;
            display: block;
            float: left;
            font-size: 14px;
            font-style: italic;
            padding: 8px 10px;
            width: 210px;
            height: 44px;
        }
        
        .search-option button.button {
            background: #A31C20;
            border: medium none;
            color: #fff;
            display: inline-block;
            float: right;
            font-size: 17px;
            line-height: 35px;
            padding: 5px 15px;
            text-align: center;
        }
        
        .header-right-link a.main-search {
            color: #fff;
            display: inline-block;
            float: right;
            font-size: 16px;
            line-height: 39px;
            position: relative;
            text-align: center;
            width: 40px;
            height: 40px;
            background: #A31C20;
            border-radius: 5px;
            margin: 30px 0px 30px 10px;
        }
        /*--------------------------------*/
        /* 2.2. Sticky Header Area
/*--------------------------------*/
        
        .header-area.stick {
            left: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999999;
            box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
            background: #fff;
        }
        
        .header-area.stick .logo a {
            display: inline-block;
            height: auto;
            padding: 16px 0;
        }
        
        .header-area.stick .main-menu ul.navbar-nav li a {
            padding: 38px 0px;
        }
        
        .header-area.stick .quote-button {
            float: right;
            padding: 13px 5px;
        }
        
        .header-area.stick .header-right-link a.main-search {
            margin: 17px 0px 17px 10px;
        }
        
        .header-area.stick .main-menu ul.nav li ul.sub-menu li a {
            color: #444;
            display: block;
            font-size: 14px;
            font-weight: 700;
            padding: 18px 15px;
        }
        
        .header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
            color: #fff;
        }
        
        .header-area.stick .navbar-brand>img {
            display: block;
            /* width: 160px; */
            width: 100%;
            height: auto;
        }
        
        .header-area.stick .logo-bg:after {
            border-top: 76px solid transparent;
        }
        /*----------------------------------------*/
        /*  2.3. Mobile Menu Area
/*----------------------------------------*/
        
        .mobile-menu-area {
            background: #f9f9f9 none repeat scroll 0 0;
            padding: 10px 0px;
        }
        
        .mean-container .mean-bar::after {
            content: "";
            font-size: 21px;
            left: 5%;
            position: absolute;
            top: 12px;
            text-transform: uppercase;
            font-weight: 500;
        }
        
        .mean-container a.meanmenu-reveal:hover {
            color: #252525
        }
        
        .mean-container .mean-nav ul {
            list-style-type: none;
            margin: 20px 0px;
            padding: 0;
            width: 100%;
        }
        
        .mean-container .mean-nav ul li a {
            background: #f8f8f8 none repeat scroll 0 0;
            color: #444;
            display: block;
            float: left;
            font-size: 13px;
            font-weight: 700;
            margin: 0;
            padding: 13px 10px;
            text-align: left;
            text-decoration: none;
            text-transform: uppercase;
            width: 90%;
        }
        
        .mean-nav ul li.mean-last {
            margin-bottom: 20px;
        }
        
        .mean-container .mean-nav ul li a.mean-expand {
            color: #444;
            line-height: 17px;
        }
        
        .mean-container .mean-nav ul li {
            width: 99.7%;
        }
        /*----------------------------------------*/
        /*  3. Slider Area
/*----------------------------------------*/
        
        .intro-content {
            position: relative;
            z-index: 1;
        }
        
        .intro-content::after {
            /* background: rgb(0 0 0 / 42%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; */
        }
        
        .slider-content {
            position: absolute;
            right: 0;
            text-align: left;
            top: 50%;
            z-index: 3;
            left: 0;
            margin: 0 auto;
            margin-top: -160px;
        }
        
        .layer-1-2 {
            margin: 20px 0;
        }
        
        .layer-1-1 p {
            color: #fff;
            font-size: 18px;
            letter-spacing: 0.60px;
            line-height: 30px;
            font-weight: 500;
            max-width: 750px;
            margin-bottom: 30px;
        }
        
        .layer-1-2 h1 {
            color: #fff;
            font-size: 52px;
            line-height: 64px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 20px 0px;
            max-width: 925px;
        }
        
        .ready-btn {
            border: 1px solid #A31C20;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            padding: 12px 20px;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.4s ease 0s;
            z-index: 222;
            background: #A31C20;
            width: 160px;
        }
        
        .ready-btn:hover {
            color: #fff;
            background: #A31C20;
            border: 2px solid #A31C20;
            text-decoration: none;
        }
        
        .ready-btn.right-btn {
            margin-left: 15px;
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
        }
        
        .ready-btn.right-btn:hover {
            background: #A31C20;
            border: 2px solid #A31C20;
        }
        
        .ready-btn.left-btn:hover {
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
        }
        
        .layer-1-2 .color {
            color: #A31C20;
            font-weight: 900;
        }
        
        .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
        .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            color: #fff;
            font-size: 22px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            ;
            text-align: center;
            line-height: 42px;
            opacity: 0;
            border: 2px solid #fff;
            width: 44px;
            height: 44px;
        }
        
        .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
            left: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            right: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
            right: 2%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
            left: 2%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
        .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
            color: #fff;
            background: #A31C20;
            border: 2px solid #A31C20;
        }
        
        .intro-carousel .owl-item .layer-1-2 {
            transform: translateY(100%);
            opacity: 0;
            transition: all 1s ease-in-out 0.3s;
        }
        
        .intro-carousel .owl-item .layer-1-1 {
            transform: translateY(100%);
            opacity: 0;
            transition: all 1s ease-in-out 1s;
        }
        
        .intro-carousel .owl-item .layer-1-3 {
            transform: translateY(100%);
            opacity: 0;
            transition: all 1s ease-in-out 1.5s;
        }
        
        .intro-carousel .owl-item.active .layer-1-2,
        .intro-carousel .owl-item.active .layer-1-1,
        .intro-carousel .owl-item.active .layer-1-3 {
            transform: translateY(0);
            opacity: 1;
        }
        
        .intro-carousel .owl-item.active .slider-images img {
            /* transform: scale(1.1);
    transition: 10s; */
            /* height: 680px !important; */
        }
        /* .owl-carousel .owl-stage-outer {
            height: 680px !important;
        } */
        /*----------------------------------------*/
        /*  4. Wellcome Services Area
/*----------------------------------------*/
        
        .left-headline h3 {
            font-size: 34px;
            line-height: 44px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .well-services {
            padding: 30px 20px;
            box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
            position: relative;
            background-color: #fff;
            border-radius: 12px;
        }
        
        .well-services::after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 2px;
            background: #A31C20;
            content: "";
            transition: 0.5s;
        }
        
        .services-column {
            margin-top: 30px;
        }
        
        .well-content h4 {
            font-family: 'Raleway', sans-serif;
            line-height: 30px;
            text-transform: capitalize;
            display: inline-block;
            font-size: 28px;
            font-weight: 600;
            text-transform: uppercase;
            padding-bottom: 5px;
            color: #a21b1f;
            padding-top: 7px;
            margin-bottom: 30px;
        }
        
        .well-content h4::after {
            border: 1px solid #A31C20;
            /* bottom: -27px; */
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 120px;
            right: 0;
            top: 180px;
        }
        
        .well-content p {
            color: #777;
            font-size: 16px;
            line-height: 28px;
        }
        
        .well-content h4 a {
            color: #fff;
        }
        
        .well-services:hover::after {
            width: 100%;
            height: 2px;
            background: #A31C20;
            transition: 0.5s;
        }
        
        .well-content h4 a:hover {
            color: #A31C20;
        }
        
        .well-icon {
            margin-bottom: 20px;
            display: block;
        }
        
        .well-icon a {
            font-size: 60px;
            line-height: 60px;
            color: #A31C20;
        }
        
        .well-icon a img {
            max-width: 33%;
        }
        /*----------------------------------------*/
        /*  5. About area
/*----------------------------------------*/
        
        .about-content h4 {
            line-height: 45px;
            text-transform: capitalize;
            font-size: 32px;
            position: relative;
            padding-bottom: 20px;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 20px;
            font-weight: 800;
        }
        
        .about-content h4 ::after {
            border: 1px solid #A31C20;
            bottom: 3px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 12%;
        }
        
        .about-content p {
            font-size: 16px;
            letter-spacing: 0.50px;
            line-height: 28px;
            margin-bottom: 13px;
        }
        
        .about-details {
            overflow: hidden;
            display: block;
            padding-top: 10px;
        }
        
        .icon-title {
            display: block;
            overflow: hidden;
        }
        
        .single-about {
            width: 48%;
            float: left;
            margin-right: 20px;
        }
        
        .single-about p {
            text-align: left;
        }
        
        .single-about:nth-child(2n),
        .single-about:nth-child(4n) {
            margin-right: 0px;
        }
        
        .single-about:nth-child(3n),
        .single-about:nth-child(4n) {
            margin-bottom: 0px;
        }
        
        .single-about a {
            font-size: 40px;
            color: #A31C20;
            float: left;
            line-height: 49px;
        }
        
        .single-about h5 {
            font-size: 18px;
            color: #666;
            float: left;
            line-height: 50px;
            padding-left: 10px;
            margin-bottom: 0;
            font-weight: 600;
        }
        
        .about-image {
            border-radius: 10px;
        }
        
        .about-image img {
            border-radius: 10px;
        }
        
        .video-inner {
            background: url(../img/about/vd.jpg);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            border-radius: 6px;
        }
        
        .video-inner::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(10, 27, 40, 0.2) none repeat scroll 0 0;
        }
        
        .video-content {
            width: 100%;
            height: 100%;
            min-height: 380px;
        }
        
        .video-play.vid-zone {
            background: #A31C20;
            border-radius: 100%;
            display: inline-block;
            font-size: 24px;
            height: 60px;
            line-height: 58px;
            text-align: center;
            width: 60px;
            overflow: hidden;
            position: absolute;
            top: 50%;
            z-index: 999;
            left: 0;
            right: 0;
            margin: 0 auto;
            transition: 0.4s;
            margin-top: -35px;
        }
        
        .video-play.vid-zone i {
            color: #fff;
            margin-left: 5px;
        }
        
        .video-play.vid-zone:hover {
            background: #fff;
            color: #A31C20;
            transition: 0.4s;
        }
        
        .video-play.vid-zone:hover i {
            color: #A31C20;
        }
        /*--------------------------------*/
        /* 6.Services Area
/*--------------------------------*/
        
        .services-area {
            background: url(../img/servicesbg.jpg) no-repeat;
            /* width: 100%;
    float: left; */
            padding: 8em 0em 8em 0em;
            background-size: cover;
            position: relative;
        }
        
        .services-area .section-headline::after {
            border: 1px solid #E98223;
            bottom: -27px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 60px;
            right: 0;
        }
        
        .services-area .section-headline {
            margin-bottom: 100px;
            position: relative;
        }
        
        .services-area .section-headline p {
            /* max-width: 650px; */
            font-size: 18px;
            letter-spacing: 0.5px;
            margin: 0 auto;
            line-height: 26px;
            color: #ffffffc2;
        }
        
        .services-area .section-headline h3 {
            display: inline-block;
            font-size: 42px;
            font-weight: 800;
            text-transform: uppercase;
            padding-bottom: 12px;
            color: #ffffff;
        }
        
        a.lm {
            color: #fff;
            border-radius: 35px;
            display: inline-block;
            line-height: 50px;
            padding: 0 40px;
            font-weight: 500;
            overflow: hidden;
            background: #E98223;
            font-size: 18px;
            ;
        }
        
        a.lm:hover {
            background: transparent;
            border: 1px solid #E98223;
            color: #E98223;
        }
        
        .single-services {
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
            z-index: 1;
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 10px 30px 0px rgb(178 178 178 / 35%);
        }
        
        .main-services {
            display: block;
            overflow: hidden;
            padding: 20px 0px 15px 0px;
            position: relative;
            z-index: 1;
            background-color: #a21b1f
        }
        
        .services-icon {
            width: 60px;
            float: left;
            height: 100px;
            font-size: 40px;
            color: #A31C20;
        }
        
        .services-img {
            overflow: hidden;
            position: relative;
            padding: 20px;
        }
        
        .services-img img {
            transform: scale(1.1);
            transition: 0.4s;
        }
        
        .image-layer {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
            z-index: 1;
            opacity: 1;
            transition: 0.4s;
        }
        
        .image-layer a {
            display: block;
            text-align: center;
            position: relative;
            top: 50%;
            margin-top: -10px;
        }
        
        .image-layer a i {
            border-radius: 50%;
            background: transparent;
            font-size: 100px;
            color: #fff;
            opacity: 0.90;
        }
        
        .service-content a {
            color: #fff;
        }
        
        .service-content h4 {
            display: inline-block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            padding: 0 0 0px;
            text-transform: none;
            color: #fff;
        }
        
        .truncate {
            width: 330px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .service-content p {
            color: #fff;
        }
        
        .service-btn {
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            position: relative;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            z-index: 2;
        }
        
        .service-btn::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            right: -12px;
            top: -3px;
        }
        
        .single-services:hover .services-img img {
            transform: scale(1);
            transition: 0.4s;
        }
        
        .single-services:hover .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.8s;
        }
        
        .single-services:hover .service-content h4 {
            color: #fff;
        }
        
        .single-services:hover .service-btn:hover {
            color: #A31C20;
        }
        /************************************/
        
        .services-carousel .col-md-4 {
            width: 100%;
        }
        
        .services-carousel {
            margin-bottom: 20px;
        }
        
        .services-carousel.owl-carousel .owl-stage-outer {
            padding-bottom: 5px;
        }
        
        .services-carousel.owl-carousel .owl-stage-outer .item {
            margin: 0px 15px 0px 15px;
        }
        
        .related-product-carousel .owl-carousel .owl-stage-outer .item {
            margin: 0px 15px 0px 15px;
        }
        
        .services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
        .services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            color: #fff;
            font-size: 18px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            ;
            text-align: center;
            line-height: 39px;
            opacity: 0;
            border: 1px solid #fff;
            width: 40px;
            height: 40px;
        }
        
        .services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
            left: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            right: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
            right: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
            left: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
        .services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
            color: #fff;
            background: #A31C20;
            border: 1px solid #A31C20;
        }
        /*----------------------------------------*/
        
        .bg-light {
            background-color: #f8f9fa!important;
        }
        
        .related-product {}
        
        .related-product .section-headline {
            margin-bottom: 40px;
            position: relative;
        }
        
        .related-product .section-headline::after {
            border: 1px solid #444;
            bottom: 0px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 120px;
            right: 0;
        }
        
        .related-product-carousel {
            margin-bottom: 20px;
        }
        
        .related-product-carousel.owl-carousel .owl-stage-outer {
            padding-bottom: 5px;
        }
        
        .related-product-carousel.owl-carousel .owl-stage-outer .item {
            margin: 0px 15px 0px 15px;
        }
        
        .related-product-carousel .owl-carousel .owl-stage-outer .item {
            margin: 0px 15px 0px 15px;
        }
        
        .related-product-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
        .related-product-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            color: #A31C20;
            font-size: 18px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            ;
            text-align: center;
            line-height: 39px;
            opacity: 0;
            border: 1px solid #A31C20;
            width: 40px;
            height: 40px;
        }
        
        .related-product-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
            left: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .related-product-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            right: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .related-product-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
            right: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .related-product-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
            left: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .related-product-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
        .related-product-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
            color: #fff;
            background: #A31C20;
            border: 1px solid #A31C20;
        }
        /***************  Home Services Start  *****************/
        
        .home-services {
            background: url(../images/patt.png) #fafafa;
            overflow: hidden;
            position: relative;
        }
        
        .home-services:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 140px;
            background: url(../images/aboutbg.jpg) no-repeat;
            content: "";
        }
        
        .ser-col {
            /* width: 20%; */
            float: left;
            padding: 0 15px;
            position: relative;
            z-index: 99;
        }
        
        .ser-box {
            width: 100%;
            float: left;
            background: #fff;
            border-radius: 10px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(156, 204, 101, .20);
            margin-bottom: 50px;
        }
        
        .ser-box .ser-thumb {
            width: 100%;
            float: left;
            position: relative;
        }
        
        .ser-box .ser-thumb:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(0, 0, 0, .50);
            opacity: 0;
        }
        
        .ser-thumb a {
            position: absolute;
            left: 0;
            right: 0;
            top: -100%;
            bottom: 0;
            width: 50px;
            height: 50px;
            margin: auto;
            text-align: center;
            line-height: 46px;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 100%;
            z-index: 99;
            opacity: 0;
        }
        
        .ser-box .ser-thumb img {
            width: 100%;
            height: auto;
        }
        
        .ser-txt {
            clear: both;
            padding: 20px 10px 15px 10px;
            position: relative;
            text-align: center;
        }
        
        .ser-txt h4 {
            font-size: 18px;
            line-height: 26px;
        }
        
        .ser-txt h4 a {
            color: #222222;
            display: inline-block;
            width: 100%;
        }
        
        .ser-txt h4 a:hover {
            color: #A31C20;
        }
        
        .ser-txt span.aicon {
            position: absolute;
            top: 40px;
            right: 30px;
            border: 2px solid #cccccc;
            color: #ccc;
            border-radius: 100%;
            width: 38px;
            height: 38px;
            text-align: center;
            line-height: 34px;
        }
        
        .ser-box:hover .ser-txt h4 a {
            color: #A31C20;
        }
        
        .ser-box:hover span.aicon {
            color: #fff;
            background: #A31C20;
            border-color: #A31C20;
        }
        
        .ser-thumb a:hover,
        .projects-grid .ser-box:hover .ser-txt span.aicon {
            background: #A31C20;
            color: #fff;
            border-color: #A31C20;
        }
        
        .projects-grid .ser-box:hover {
            box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
        }
        
        .ser-box:hover .ser-thumb:after {
            opacity: 1;
        }
        
        .ser-box:hover .ser-thumb a {
            opacity: 1;
            top: 0;
        }
        /***************  Home Services End  *****************/
        /* 7.Counter Area
/*----------------------------------------*/
        
        .counter-area {
            background: rgba(0, 0, 0, 0) url(../img/background/bg1.jpg) no-repeat scroll bottom center / cover;
        }
        
        .counter-inner {
            background: #f6f6f6;
            padding: 100px 30px 100px 70px;
        }
        
        .fun_text {
            text-align: center;
            padding: 30px 15px;
            border-radius: 10px;
            background: #fff;
        }
        
        .fun_text:nth-child(3n) {
            margin-right: 0px;
        }
        
        .fun_text span {
            color: #A31C20;
            display: block;
            font-size: 54px;
            font-weight: bold;
            padding-bottom: 10px;
            line-height: 60px;
        }
        
        .fun_text>h5 {
            color: #444;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        /*--------------------------------*/
        /*  8.project Area
/*--------------------------------*/
        
        .project-area {
            padding: 7em 0em 7em 0em;
        }
        
        .single-awesome-project {
            float: left;
            overflow: hidden;
            width: 100%;
        }
        
        .project-area .section-headline {
            margin-bottom: 90px;
            position: relative;
        }
        
        .project-all {
            margin-top: -40px;
        }
        
        .project-all .single-awesome-project {
            margin-top: 30px;
            position: relative;
        }
        
        .first-item {
            margin-bottom: 30px;
        }
        
        .project-carousel .col-md-4 {
            width: 100%;
        }
        
        .awesome-img {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .awesome-img img {
            transform: scale(1.1);
            transition: 0.4s;
        }
        
        .single-awesome-project:hover .awesome-img img {
            transform: scale(1);
            transition: 0.4s;
        }
        
        .awesome-img>a {
            display: block;
            position: relative;
        }
        
        .single-awesome-project:hover .awesome-img>a::after {
            opacity: 1;
        }
        
        .single-awesome-project:hover .add-actions {
            opacity: 1;
        }
        
        .awesome-img>a::after {
            background: rgb(163 28 32 / 78%);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            opacity: 0;
            transition: 0.4s;
        }
        
        .add-actions {
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            text-align: center;
            transition: all 0.4s ease 0s;
            width: 100%;
            z-index: 9999;
            top: 0;
            cursor: pointer;
        }
        
        .port-icon {
            color: #f4f4f4;
            display: inline-block;
            cursor: pointer;
            top: 80%;
            position: relative;
            font-size: 40px;
            margin-top: -25px;
            float: right;
            right: 20px;
        }
        
        .project-dec {
            display: block;
            padding: 20px 30px 0px 0px;
            position: absolute;
            top: 10px;
            left: 30px;
            transition: 0.5s;
            opacity: 0;
        }
        
        .project-dec h4 {
            color: #fff;
            font-size: 22px;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize;
            margin-bottom: 5px;
            cursor: pointer;
        }
        
        .project-dec h4 a {
            color: #fff;
        }
        
        .project-dec h4 a:hover {
            color: #A31C20;
        }
        
        .project-dec span {
            font-size: 14px;
        }
        
        .project-dec p {
            margin-bottom: 0px;
            color: #fff;
            font-size: 14px;
            padding-top: 8px;
            line-height: 26px;
        }
        
        .pst-content {
            padding-left: 10px;
        }
        
        .single-awesome-project:hover .project-dec {
            left: 40px;
            transition: 0.5s;
            opacity: 1;
        }
        
        .project-menu li a {
            color: #444;
            display: inline-block;
            font-size: 14px;
            padding: 5px 10px;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
            font-weight: 700;
            letter-spacing: 0.5px;
            border-radius: 2px;
        }
        
        .project-menu li a.active,
        .project-menu li a:hover {
            color: #fff;
            text-decoration: none;
            background: #A31C20;
        }
        
        .project-menu {
            margin-bottom: 10px;
        }
        
        .project-menu li {
            display: inline-block;
        }
        
        .project-menu li a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .project-content {
            margin-top: -10px;
        }
        
        .project-content .single-awesome-project {
            margin-top: 30px;
        }
        
        .project-content .project-dec {
            top: 40px;
        }
        
        .project-content .single-awesome-project:hover .project-dec {
            top: 40px;
        }
        /*----------------------------------------*/
        /*  9. Testimonials Area
/*----------------------------------------*/
        
        .testimonial-area {
            background: rgba(0, 0, 0, 0) url(../img/background/bg1.jpg) no-repeat scroll bottom center / cover;
        }
        
        .single-testi {
            padding: 30px 20px;
            position: relative;
            background-color: #fff;
        }
        
        .testimonial-img {
            margin-top: 30px;
        }
        
        .testimonial-img img {
            height: auto;
            border-radius: 50%;
            max-width: 100px;
            text-align: center;
            margin: 0 auto;
        }
        
        .testimonial-carousel .testimonial-text {
            position: relative;
            margin-top: -5px;
        }
        
        .testimonial-text p {
            color: #fff;
            font-style: italic;
            font-size: 20px;
            letter-spacing: 0.8px;
            line-height: 30px;
        }
        
        .testimonial-text h5 {
            color: #fff;
            font-size: 20px;
        }
        
        .testimonial-text a {
            color: #fff;
        }
        
        .client-name {
            margin-top: 15px;
            display: inline-block;
        }
        
        .client-name h4 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 15px;
            margin-bottom: 0px;
            color: #FFF;
        }
        
        .client-name span {
            font-size: 13px;
            color: #fff;
        }
        /*----------------------------------------*/
        /*  10. Blog Area
/*----------------------------------------*/
        
        .blog-grid {
            margin-top: -30px;
        }
        
        .blog-image {
            overflow: hidden;
            display: block;
        }
        
        .image-scale {
            position: relative;
            transform: scale(1.1);
            display: block;
            transition: 0.5s;
        }
        
        .image-scale::after {
            position: absolute;
            content: "";
            background: rgba(0, 46, 91, 0.30);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
        
        .blog-content a h4 {
            font-size: 20px;
            text-transform: capitalize;
            font-weight: 600;
            color: #444;
            line-height: 26px;
            margin-top: -20px;
        }
        
        .blog-meta {
            position: relative;
            top: -40px;
            background: #A31C20;
            width: 60px;
            padding: 7px 10px;
            left: 15px;
            text-align: center;
        }
        
        .blog-meta span {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
        }
        
        .blog-title {
            margin-top: -5px;
        }
        
        .single-blog:hover .image-scale {
            transform: scale(1);
            transition: 0.5s;
        }
        
        .single-blog:hover .image-scale::after {
            background: rgba(0, 46, 91, 0);
        }
        
        .single-blog {
            margin-top: 30px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
            background-color: #fff;
            border-radius: 0px 0px 12px 12px;
        }
        
        .blog-grid-fast {
            margin-top: -30px;
        }
        
        .single-blog.b-mar {
            margin-top: 20px;
        }
        
        .blog-content a h4:hover {
            color: #A31C20;
        }
        
        .blog-btn {
            display: inline-block;
            font-weight: 700;
            color: #444;
            position: relative;
            text-transform: uppercase;
            font-size: 12px;
        }
        
        .blog-btn::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0px;
            opacity: 0;
            transition: 0.5s;
            background: #A31C20;
            width: 0px;
            height: 2px;
        }
        
        .blog-btn:hover {
            color: #A31C20;
        }
        
        .blog-btn:hover.blog-btn::after {
            width: 100%;
            opacity: 1;
            transition: 0.5s;
        }
        /*----------------------------------------*/
        /*  11. Quote  Area
/*----------------------------------------*/
        
        .contact-quote-area {
            /* background: rgba(0, 0, 0, 0) url(../img/background/bg1.jpg) no-repeat scroll bottom center / cover; */
            padding: 5em 0em 5em 0em;
        }
        
        .contact-quote-area:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 38%;
            background-image: url(../img/icon-dot.png);
            background-repeat: repeat;
            background-position: center;
            content: "";
            top: 33em;
        }
        
        .quote-details {
            padding: 12% 17%;
            display: block;
            overflow: hidden;
        }
        
        .quote-main h4,
        .company-faq h4 {
            margin-bottom: 30px;
            text-transform: uppercase;
            font-size: 24px;
        }
        
        .quote-details .sub-headline h4 {
            color: #fff;
        }
        
        .contact-quote-area #contactForm input {
            border-radius: 0;
            height: 46px;
            margin-bottom: 20px;
            background: transparent;
            color: #fff;
            border-color: #ddd;
        }
        
        .contact-quote-area .contact-form textarea#message {
            height: 116px;
            border-radius: 0;
            margin-bottom: 20px;
            background: transparent;
            color: #fff;
        }
        
        .contact-quote-area .quote-btn {
            background: #A31C20;
            border: 1px solid #A31C20;
            color: #fff;
            padding: 10px 20px;
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            display: block;
            width: 160px;
            transition: 0.4s;
        }
        
        .contact-quote-area .quote-btn:hover {
            background: transparent;
            color: #fff;
            transition: 0.4s;
            border: 1px solid #fff;
        }
        
        .help-block.last-part {
            margin: 0px;
        }
        
        .contact-headline {
            margin-top: 20px;
            margin-bottom: 40px;
        }
        
        .contact-quote-area .col-md-6 {
            padding-left: 0px;
            padding-right: 0px;
        }
        
        .company-faq {
            /* padding: 12% 17%; */
            display: block;
            overflow: hidden;
            background: #f9f9f9;
        }
        
        .faq-details .panel-heading {
            padding: 0;
        }
        
        .panel {
            margin-bottom: 20px;
            background-color: #fff;
            border: none;
            border-radius: 4px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        }
        
        .panel-default {
            border-color: #ddd;
            border-radius: 0 !important;
        }
        
        .panel-group .panel+.panel {
            margin-top: 10px;
        }
        
        .panel-default>.panel-heading {
            color: #666;
        }
        
        .panel-default>.panel-heading+.panel-collapse>.panel-body {
            border-top-color: #ddd;
            background: #fff;
        }
        
        .faq-details h4.check-title a {
            color: #666;
            display: block;
            font-weight: 600;
            padding: 24px 10px 24px 50px;
            text-decoration: none;
            background: #fff;
            font-size: 24px;
        }
        
        .panel-body {
            padding: 25px 15px 25px 10px;
        }
        
        .faq-details h4.check-title {
            color: #666;
            font-size: 16px;
            margin-bottom: 0px;
            text-transform: capitalize;
        }
        
        .faq-details a span.acc-icons {
            position: relative;
        }
        
        .faq-details a span.acc-icons::before {
            color: #666;
            content: "\e874 ";
            font-family: tionscal;
            font-size: 16px;
            left: -26px;
            line-height: 39px;
            position: absolute;
            text-align: center;
            top: -6px;
        }
        
        .faq-details a.active span.acc-icons::before {
            color: #A31C20;
            content: "\e873";
            font-family: tionscal;
            font-size: 16px;
            left: -26px;
            line-height: 39px;
            position: absolute;
            text-align: center;
            top: -6px;
        }
        
        .faq-details .panel-heading h4 a.active {
            color: #A31C20;
            background: #f9f9f9;
        }
        /*----------------------------------------*/
        /*  12. banner Area
/*----------------------------------------*/
        
        .banner-area {
            background: #A31C20;
        }
        
        .banner-area {
            padding: 30px 0px;
        }
        
        .banner-content h4 {
            margin: initial;
            float: left;
            font-size: 28px;
            max-width: 630px;
            line-height: 34px;
            color: #fff;
        }
        
        .banner-contact {
            padding: 15px 0px;
        }
        
        .banner-btn {
            border: 1px solid #fff;
            display: inline-block;
            padding: 14px 24px;
            color: #A31C20;
            font-weight: 600;
            font-size: 20px;
            background: #fff;
            border-radius: 5px;
            float: right;
            margin: 7px 0px;
            font-size: 22px;
            font-weight: 700;
            transition: 0.4s;
        }
        
        .banner-btn:hover {
            border: 1px solid #111;
            color: #fff;
            background: #111;
            transition: 0.4s;
        }
        /*----------------------------------------*/
        /*  13. Footer Area
/*----------------------------------------*/
        
        .footer-area {
            padding: 70px 0;
            background: #071333;
        }
        
        .footer-logo {
            margin-bottom: 15px;
        }
        
        .footer-head p {
            color: #ddd;
        }
        
        .footer-head h4 {
            color: #ddd;
            font-size: 18px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 700;
        }
        
        .footer-services-link ul.footer-list {
            width: 50%;
            float: left;
        }
        
        .footer-icons ul li {
            display: inline-block;
        }
        
        .footer-icons ul li a {
            color: #ddd;
            display: block;
            font-size: 20px;
            line-height: 38px;
            text-align: center;
            margin-right: 5px;
            width: 40px;
            height: 40px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }
        
        .footer-tags li a:hover,
        .footer-icons ul li a:hover {
            color: #fff;
            background: #A31C20;
            border: 1px solid #A31C20;
        }
        
        .footer-tags li {
            float: left;
        }
        
        .footer-tags li a {
            color: #ddd;
            display: block;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            margin: 3px;
            border: 1px solid #002C57;
            background: #002C57;
            font-weight: 600;
            padding: 3px 5px;
            border-radius: 2px;
        }
        
        .footer-icons {
            margin-top: 20px;
        }
        
        .suscribe-input input {
            background: transparent;
            border: medium none;
            color: #ddd;
            font-size: 15px;
            line-height: 24px;
            padding: 11px 15px;
            height: 42px;
            border-radius: 0;
            width: 100%;
            border: 1px solid #777;
        }
        
        .suscribe-input button {
            background: #A31C20;
            border: 1px solid #A31C20;
            color: #fff;
            font-size: 16px;
            padding: 8px 20px;
            border-radius: 3px;
            transition: 0.4s;
            margin-top: 15px;
            text-transform: capitalize;
            font-weight: 700;
        }
        
        .suscribe-input button:hover {
            background: #fff;
            border: 1px solid #fff;
            color: #A31C20;
            transition: 0.4s;
        }
        
        .footer-contacts p span {
            color: #A31C20;
            font-weight: 700;
        }
        
        .footer-content {
            display: block;
            overflow: hidden;
        }
        
        .footer-list li a {
            color: #ddd;
            padding: 5px 0px 12px 20px;
            display: block;
            position: relative;
            font-weight: 500;
        }
        
        .footer-list li:first-child a {
            padding-top: 0px;
        }
        
        .footer-list li:last-child a {
            padding-bottom: 0px;
        }
        
        .footer-list li a::after {
            position: absolute;
            content: "\e87a";
            right: auto;
            top: 5px;
            font-family: tionscal;
            font-size: 12px;
            left: 0;
        }
        
        .footer-list li a:hover {
            color: #A31C20;
        }
        
        .footer-area-bottom {
            background: #071333 none repeat scroll 0 0;
            padding: 25px 0;
            border-top: 1px solid #333;
        }
        
        .copyright-text a:hover {
            text-decoration: underline;
            color: #A31C20;
        }
        
        .copyright-text a {
            color: #ddd;
        }
        
        .copyright>p {
            margin-bottom: 0;
            color: #ddd;
        }
        
        .copyright a {
            color: #A31C20;
        }
        
        .widget ul li {
            margin-bottom: 5px;
            padding-bottom: 5px;
        }
        
        .list-inline>li {
            display: inline-block;
            padding-right: 5px;
            padding-left: 5px;
        }
        
        .pl-10 {
            padding-left: 10px !important;
        }
        
        .pr-10 {
            padding-right: 10px !important;
        }
        
        .m-0 {
            margin: 0px !important;
        }
        
        .text-theme-colored2 {
            color: #07BF51 !important;
        }
        
        .mr-5 {
            margin-right: 5px !important;
        }
        
        .mr-5 {
            margin-right: 5px !important;
        }
        /*--------------------------------*/
        
        .footer1 {
            background: #fff url("../img/footerbg.jpg") repeat scroll left top;
            padding-top: 5em;
            padding-right: 0;
            padding-bottom: 20px;
            padding-left: 0;
            /*	border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #003;*/
        }
        
        .title-widget {
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
            position: relative;
            text-transform: uppercase;
            /* font-family: 'Fjalla One', sans-serif; */
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 25px;
            margin-left: 0;
            padding-left: 28px;
        }
        
        .title-widget::before {
            background-color: #e98223;
            content: "";
            height: 22px;
            left: 0px;
            position: absolute;
            top: -2px;
            width: 5px;
        }
        
        .widget_nav_menu ul {
            list-style: outside none none;
            padding-left: 0;
        }
        
        .widget_archive ul li {
            background-color: rgba(0, 0, 0, 0.3);
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            top: 7px;
            width: 3px;
        }
        
        .widget_nav_menu ul li {
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
            position: relative;
            /* text-transform: uppercase; */
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            margin-bottom: 7px;
            padding-bottom: 7px;
            /* width: 95%;*/
        }
        
        .title-median {
            color: #ffffff;
            font-size: 19px;
            line-height: 20px;
            margin: 0 0 15px;
            /* text-transform: uppercase; */
            /* font-family: 'Fjalla One', sans-serif; */
            letter-spacing: normal;
        }
        
        .footerp p {
            color: #ffffff;
        }
        
        .footerp p a {
            color: #ffffff;
        }
        
        #social:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
        }
        
        #social {
            -webkit-transform: scale(0.8);
            /* Browser Variations: */
            -moz-transform: scale(0.8);
            -o-transform: scale(0.8);
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
        }
        /* 
    Only Needed in Multi-Coloured Variation 
    */
        
        .social-fb:hover {
            color: #3B5998;
        }
        
        .social-tw:hover {
            color: #4099FF;
        }
        
        .social-gp:hover {
            color: #d34836;
        }
        
        .social-em:hover {
            color: #f39c12;
        }
        
        .nomargin {
            margin: 0px;
            padding: 0px;
        }
        
        .footer-bottom {
            background-color: #4d1202;
            min-height: 30px;
            width: 100%;
        }
        
        .copyright {
            color: #ffffff8c;
            line-height: 30px;
            min-height: 30px;
            padding: 7px 0;
        }
        
        .design {
            color: #ffffff8c;
            line-height: 30px;
            min-height: 30px;
            padding: 7px 0;
            text-align: right;
        }
        
        .design a {
            color: #ffffff8c;
        }
        /* 14.Home page 2
/*--------------------------------*/
        
        .intro-area-2 .layer-1-2 h1 {
            margin: 20px auto;
        }
        
        .intro-area-2 .layer-1-1 p {
            margin: 0px auto 30px;
        }
        
        .layer-1-1 h4 {
            color: #ffffff;
            width: 710px;
            line-height: 33px;
            font-size: 20px;
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .header-two {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 999;
        }
        
        .topbar-area-2 {
            background: rgba(17, 17, 17, 0.50);
        }
        
        .header-area-2 {
            background: rgba(17, 17, 17, 0.50);
            box-shadow: none;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .topbar-area-2 .topbar-left ul li a {
            color: #fff;
        }
        
        .header-area-2 .main-menu ul.navbar-nav li a {
            color: #fff;
        }
        
        .header-area-2 .main-menu ul.navbar-nav li a:hover {
            color: #A31C20;
        }
        
        .intro-area-2 .slider-content {
            margin-top: -100px;
        }
        
        .header-area-2.stick {
            background: #111;
        }
        
        .footer-area.footer-area-2 {
            background: #f5f5f5;
        }
        
        .footer-area-2 .footer-tags li a {
            border: 1px solid #222;
            background: #222;
        }
        
        .marker-list li {
            color: #444;
            padding-left: 30px;
            margin: 10px 0px;
            position: relative;
        }
        
        .marker-list li::after {
            position: absolute;
            content: "\e87f";
            left: 0;
            top: 3px;
            font-family: tionscal;
            color: #A31C20;
            font-weight: 700;
        }
        
        .video-text h4 {
            font-size: 28px;
            line-height: 34px;
            letter-spacing: 0.60px;
        }
        
        .services-all {
            margin-top: -30px;
        }
        
        .services-all .single-services {
            margin-top: 30px;
        }
        /*----------------------------------------*/
        /*  15.Overview  Area
/*----------------------------------------*/
        
        .overview-area {
            background: rgba(0, 0, 0, 0) url(../img/background/bg1.jpg) no-repeat scroll center center / cover;
        }
        
        .parallax-bg {
            position: relative;
        }
        
        .overview-area.parallax-bg:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #002c57;
            opacity: .8;
            content: "";
        }
        
        .overview-area .col-md-6 {
            padding-left: 0px;
            padding-right: 0px;
        }
        
        .main-view {
            padding-bottom: 15px;
        }
        
        .main-view:last-child {
            padding-bottom: 0px;
        }
        
        .company-content {
            background: #f9f9f9;
            padding: 12% 16%;
        }
        
        .view-images {
            float: left;
            font-size: 50px;
            line-height: 50px;
            text-align: center;
            color: #A31C20;
        }
        
        .view-content {
            padding-left: 80px;
        }
        
        .main-view:last-child p {
            margin-bottom: 0px;
        }
        
        .view-content h4 {
            text-transform: capitalize;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .client-details {
            padding: 12% 16%;
            text-align: center;
            display: block;
            overflow: hidden;
        }
        
        .client-head {
            text-align: left;
            margin-left: 10px;
            padding-left: 20px;
            position: relative;
        }
        
        .client-head::before {
            position: absolute;
            content: "";
            width: 5px;
            height: 80px;
            background: #A31C20;
            left: 0;
            top: 0px;
        }
        
        .client-head h3 {
            color: #fff;
            text-transform: capitalize;
            margin-bottom: 5px;
        }
        
        .client-head p {
            color: #fff;
        }
        
        .single-client {
            float: left;
            width: 33%;
            padding: 10px;
        }
        
        .single-client a {
            display: inline-block;
            opacity: 0.9;
            transition: 0.4s;
            border: 1px solid #fff;
            background: #fff;
        }
        
        .single-client a:hover {
            opacity: 1;
            transition: 0.4s;
        }
        
        .footer-area-2 .footer-head p,
        .footer-area-2 .footer-head h4 {
            color: #444;
        }
        
        .footer-area-2 .footer-icons ul li a {
            color: #A31C20;
            border: 1px solid #A31C20;
        }
        
        .footer-area-2 .footer-icons ul li a:hover {
            color: #fff;
        }
        
        .footer-area-2 .footer-list li a {
            color: #444;
        }
        
        .footer-area-2 .footer-list li a:hover {
            color: #000000;
        }
        
        .well-inner .well-services {
            margin-top: 30px;
        }
        
        .well-inner {
            margin-top: -30px;
        }
        
        .video-text h4 {
            font-size: 24px;
        }
        /*--------------------------------*/
        /* 16. Home page 3
/*--------------------------------*/
        
        .header-area-3 .logo-bg {
            background: #A31C20;
            z-index: 10;
            margin-left: 15px;
        }
        
        .header-area-3 .menu-bg {
            position: relative;
            margin-left: -30px;
            margin-right: -15px;
            background: rgba(17, 17, 17, 0.50);
        }
        
        .header-area-3 {
            background: transparent;
        }
        
        .header-area-3 .logo-bg:before {
            display: none;
        }
        
        .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
        .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            color: #fff;
            font-size: 18px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            ;
            text-align: center;
            line-height: 39px;
            opacity: 0;
            border: 1px solid #fff;
            width: 40px;
            height: 40px;
        }
        
        .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
            left: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            right: 10%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
        }
        
        .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
            right: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
            left: 1%;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            opacity: 1;
        }
        
        .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
        .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
            color: #fff;
            background: #A31C20;
            border: 1px solid #A31C20;
        }
        
        .project-carousel .col-md-4 {
            padding-left: 0px;
            padding-right: 0px;
        }
        /*----------------------------------------*/
        /*  17. team  Area
/*----------------------------------------*/
        
        .team-area {
            position: relative;
        }
        
        .team-member,
        page-team-member {
            margin-top: -30px;
        }
        
        .single-member {
            position: relative;
            overflow: hidden;
            margin-top: 30px;
        }
        
        .team-content {
            position: absolute;
            top: 70%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 44, 87, 0.90) none repeat scroll 0 0;
            padding: 22px 20px;
            transition: 0.5s;
        }
        
        .team-share {
            opacity: 0;
        }
        
        .single-member:hover .team-content {
            transition: 0.5s;
            top: 0px;
            padding: 50px 20px;
            background: rgba(0, 44, 87, 0.99) none repeat scroll 0 0;
        }
        
        .single-member:hover .team-share {
            opacity: 1;
        }
        
        .team-title h4 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 20px;
            color: #fff;
            margin-bottom: 5px;
        }
        
        .team-title h6 {
            color: #A31C20;
        }
        
        .team-share p {
            color: #fff;
            letter-spacing: 1px;
        }
        
        .social-icon li {
            display: inline-block;
        }
        
        .social-icon li a {
            color: #fff;
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            font-size: 18px;
            border-radius: 50%;
        }
        
        .social-icon li a:hover {
            color: #A31C20;
        }
        
        .team-content .social-icon {
            margin-top: 15px;
        }
        
        .footer-area-3,
        .footer-bottom-3 {
            background: #111;
        }
        /*--------------------------------*/
        /* 18.Home page 4
/*--------------------------------*/
        
        .intro-area-4 .layer-1-2 h1 {
            font-size: 48px;
            line-height: 58px;
            text-transform: uppercase;
            max-width: 800px;
            font-weight: 800;
        }
        
        .welcome-area-2 .well-services {
            position: relative;
            transition: 0.4s;
            background: #A31C20;
        }
        
        .welcome-area-2 .well-services:hover {
            background: #000;
            transition: 0.4s;
        }
        
        .welcome-area-2 .well-services:hover .well-icon a,
        .welcome-area-2 .well-services:hover .well-content p,
        .welcome-area-2 .well-services:hover .well-content h4 a {
            color: #a31c20;
        }
        
        .project-content-4 .single-awesome-project {
            margin-top: 0px;
        }
        
        .project-content-4 .col-md-4 {
            padding-left: 0px;
            padding-right: 0px;
        }
        
        .project-content-4 {
            margin-top: 0px;
        }
        /*----------------------------------------
  19.Home 4 Quote Area
----------------------------------------*/
        
        .quote-area {
            background: #eee;
            height: auto;
            width: 100%;
        }
        
        .quote-area .sub-head h4 {
            position: relative;
            color: #a21b1f;
            padding-bottom: 40px;
            text-transform: uppercase;
        }
        
        .quote-area .sub-head p {
            color: #777;
        }
        
        .quote-area #contactForm input {
            border: none;
            border-radius: 0;
            height: 46px;
            margin-bottom: 20px;
        }
        
        .quote-area #contactForm input.last-part {
            margin-bottom: 0px;
        }
        
        .quote-area .contact-form textarea#message {
            height: 116px;
            border-radius: 0;
            border: none;
            margin-bottom: 20px;
        }
        
        .quote-area .quote-btn {
            background: #A31C20;
            border: 1px solid #A31C20;
            color: #fff;
            padding: 10px 20px;
            font-size: 17px;
            font-weight: 700;
            text-transform: uppercase;
            display: block;
            width: 100%;
        }
        
        .quote-area .quote-btn:hover {
            background: #fff;
            color: #A31C20;
        }
        
        .quote-area .help-block.last-part {
            margin: 0px;
        }
        
        .sub-head h4 {
            position: relative;
            color: #fff;
            padding-bottom: 40px;
            text-transform: uppercase;
        }
        
        .sub-head h4::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 10px;
            width: 50px;
            height: 2px;
            background: #A31C20;
        }
        
        .sub-head p {
            color: #fff;
        }
        /*--------------------------------*/
        /* 20.Home page 5
/*--------------------------------*/
        
        .topbar-area-5 {
            background: transparent;
        }
        
        .header-area-5 {
            background: transparent;
        }
        /*--------------------------------*/
        /* 21.Home page 6
/*--------------------------------*/
        
        .header-area-6 {
            background: #fff;
            border-top: 1px solid rgba(255, 94, 20, 0.20);
            box-shadow: none;
        }
        
        .header-middle-area .header-info {
            width: 33.33%;
            float: left;
            padding: 33px 0px;
        }
        
        .header-middle-area .header-info-text span {
            display: block;
            font-size: 14px;
        }
        
        .header-middle-area .info-simple {
            font-weight: 700;
            color: #777;
            font-size: 12px;
        }
        
        .header-middle-area .header-icon {
            float: left;
            margin-right: 10px;
        }
        
        .header-middle-area .logo a {
            padding: 25px 0;
        }
        
        .header-icon i {
            color: #A31C20;
            font-size: 34px;
            line-height: 40px;
        }
        
        .info-first {
            font-weight: 700;
            color: #444;
        }
        
        .header-area-6.stick {
            background: #fff;
        }
        
        .header-area-6 .navbar.navbar-default {
            float: left;
        }
        
        .header-area-6 .main-menu ul.navbar-nav li a {
            padding: 20px 15px;
            color: #444;
            margin: 0px;
        }
        
        .header-area-6.stick .main-menu ul.navbar-nav li a {
            padding: 25px 15px;
        }
        
        .header-area-6 .main-menu ul.navbar-nav li.active>a,
        .header-area-6 .main-menu ul.navbar-nav>li>a:hover {
            background: #A31C20;
            color: #fff;
        }
        
        .header-area-6 .header-right-link a.main-search {
            margin: 10px 0px 10px 10px;
        }
        
        .header-area.stick .header-right-link a.main-search {
            margin: 15px 0px 15px 10px;
        }
        /*----------------------------------------*/
        /*  22. Breadcumbs Area
/*----------------------------------------*/
        
        .page-area {
            position: relative;
        }
        
        .page-area {
            background: url(../img/pd.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
        }
        
        .breadcumb-overlay {
            position: absolute;
            background: rgb(163 28 32 / 91%) none repeat scroll 0 0;
            top: 0;
            width: 100%;
            left: 0;
            height: 100%;
        }
        
        .breadcrumb {
            padding: 100px 0px;
            background-color: transparent;
            margin-bottom: 0;
        }
        
        .breadcrumb .section-headline h3 {
            font-size: 48px;
            letter-spacing: 2px;
            line-height: 48px;
            text-transform: inherit;
            font-family: 'Montserrat', sans-serif;
        }
        
        .breadcrumb .section-headline {
            margin-bottom: 0px;
        }
        
        .breadcrumb .section-headline h3::after {
            display: none;
        }
        
        .breadcrumb ul {
            padding: 10px 0px;
        }
        
        .breadcrumb ul li {
            display: inline-block;
            color: #fff;
            padding: 0px 22px 0px 22px;
            position: relative;
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            letter-spacing: 0;
        }
        
        .breadcrumb ul li.home-bread {
            padding-left: 0px;
        }
        
        .breadcrumb ul li.home-bread::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            right: 0px;
            top: 0;
        }
        
        .breadcrumb .section-headline::after {
            display: none;
        }
        /*--------------------------------*/
        /* 23. pages genaral css
/*--------------------------------*/
        
        .testimonial-page-area .single-testimonial {
            margin-top: 30px;
        }
        
        .testimonial-page-area .single-testimonial {
            border: 1px solid #f4f4f4;
            padding: 20px;
        }
        
        .testimonial-page-area .client-name span,
        .testimonial-page-area .client-name h4,
        .testimonial-page-area .testimonial-text p {
            color: #444;
        }
        
        .testimonial-page-area .testimonial-text p {
            font-size: 15px;
            line-height: 24px;
            font-style: normal;
        }
        
        .testimonial-page-area .Reviews-content {
            margin-top: -30px;
        }
        
        .testimonial-page-area .testimonial-img {
            margin-top: 30px;
        }
        
        .faq-page-area .faq-content {
            background: #f9f9f9;
            padding: 6% 10%;
            border-radius: 5px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        }
        
        .faq-page-area .contact-form input[type="text"],
        .faq-page-area .contact-form input[type="email"] {
            border: 1px solid #ccc;
            border-radius: 0;
            height: 44px;
            margin-bottom: 15px;
            padding-left: 20px;
            width: 100%;
        }
        
        .faq-page-area .faq-content .contact-form textarea#message {
            height: 135px;
        }
        
        .faq-page-area .quote-btn {
            font-weight: 600;
            color: #fff;
            background: #A31C20;
            display: inline-block;
            border: 2px solid #A31C20;
            padding: 10px 20px;
            width: 134px;
            text-transform: uppercase;
            border-radius: 3px;
            transition: 0.4s;
            margin-top: 10px;
        }
        
        .faq-page-area .quote-btn:hover {
            background: #fff;
            color: #A31C20;
            transition: 0.4s;
        }
        /*--------------------------------*/
        /* 24. Error page
/*--------------------------------*/
        
        .error-easy-text {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 30px;
        }
        
        .high-text {
            font-size: 200px;
            line-height: 200px;
        }
        
        .error-bot {
            font-size: 24px;
        }
        
        .error-btn {
            background: #A31C20;
            border: 2px solid #A31C20;
            color: #fff;
            font-size: 16px;
            padding: 12px 20px;
            transition: 0.4s;
            margin-top: 15px;
            text-transform: capitalize;
            margin-top: 30px;
            display: inline-block;
            font-weight: 700;
        }
        
        .error-btn:hover {
            background: #fff;
            border: 2px solid #A31C20;
            color: #A31C20;
        }
        /*----------------------------------------*/
        /*  25.	Contact Us page
/*----------------------------------------*/
        
        .contact-details {
            display: block;
            overflow: hidden;
            background: #f5f5f5;
            padding: 40px 30px;
            margin-bottom: 40px;
        }
        
        .contact-head {
            background: #f9f9f9;
            padding: 40px 30px;
        }
        
        .contact-head h3 {
            font-weight: 600;
            font-size: 26px;
        }
        
        .contact-inner a i {
            color: #A31C20;
            display: inline-block;
            font-size: 20px;
            text-align: center;
            line-height: 40px;
            margin-right: 15px;
            border-radius: 50%;
        }
        
        .contact-inner a {
            color: #666;
            font-size: 16px;
            display: block;
        }
        
        .contact-head p {
            font-size: 16px;
        }
        
        .contact-form input[type="text"],
        .contact-form input[type="email"] {
            border: 1px solid #ccc;
            border-radius: 0;
            height: 44px;
            margin-bottom: 15px;
            padding-left: 20px;
            width: 100%;
        }
        
        .contact-form textarea#message {
            border: 1px solid #ccc;
            border-radius: 0px;
            height: 180px;
            padding: 20px;
            width: 100%;
        }
        
        .contact-page .contact-btn {
            background: #A31C20;
            border: 2px solid #A31C20;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            margin-top: 5px;
            padding: 10px 40px;
            transition: 0.4s;
            width: auto;
            float: left;
            text-transform: uppercase;
            border-radius: 2px;
            font-weight: 700;
        }
        
        .contact-page .contact-btn:hover {
            background: transparent;
            border: 2px solid #A31C20;
            color: #A31C20;
            transition: 0.4s;
        }
        
        .map-area {
            padding-top: 90px;
        }
        /*----------------------------------------
   26. Blog Details page
----------------------------------------*/
        
        .blog-search-option input {
            padding: 5px 15px;
            width: 80%;
            border: none;
            height: 42px;
        }
        
        .blog-search-option {
            margin-bottom: 30px;
            display: block;
            border: 1px solid #ccc;
        }
        
        .blog-search-option button {
            background: transparent;
            border: none;
        }
        
        .blog-search-option button i {
            line-height: 16px;
            font-size: 20px;
            padding: 0px 10px;
        }
        
        .blog-search-option button i:hover {
            color: #A31C20;
        }
        
        .left-blog h4 {
            border-bottom: 1px solid #ddd;
            color: #444;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            padding: 15px 0px;
            text-transform: capitalize;
        }
        
        .left-blog {
            overflow: hidden;
            padding-bottom: 20px;
        }
        
        .left-blog li {
            display: block;
        }
        
        .left-blog ul li a {
            color: #444;
            display: block;
            font-size: 16px;
            padding: 10px 0px 10px 25px;
            text-transform: capitalize;
            position: relative;
        }
        
        .left-blog ul li a:before {
            position: absolute;
            content: "\e87a";
            font-family: tionscal;
            left: 0px;
            top: 10px;
            font-size: 14px;
        }
        
        .popular-tag.left-blog ul li a:before {
            display: none;
        }
        
        .recent-single-post {
            display: block;
            overflow: hidden;
            padding: 15px 0px;
        }
        
        .recent-single-post:last-child {
            border-bottom: none;
        }
        
        .post-img {
            display: inline-block;
            float: left;
            padding-right: 10px;
            width: 35%;
        }
        
        .pst-content {
            display: inline-block;
            float: left;
            width: 65%;
            padding-left: 10px;
        }
        
        .pst-content p a:hover,
        .left-blog ul li a:hover {
            color: #A31C20;
        }
        
        .left-blog-page {}
        
        .pst-content p a {
            color: #444;
            font-size: 15px;
        }
        
        .blog-tags {
            padding: 1px 0;
        }
        
        .left-blog li:last-child {
            border-bottom: 0;
        }
        
        .popular-tag.left-blog ul li a:hover {
            color: #fff;
        }
        
        .popular-tag.left-side-tags.left-blog ul {
            padding: 0px;
        }
        
        .left-tags .left-side-tags ul li {
            border-bottom: 0;
            display: inline-block;
            margin: 5px 0px;
        }
        
        .left-tags .left-side-tags ul li a {
            padding: 5px 10px;
            width: auto;
            border: 1px solid #A31C20;
            background: #A31C20;
            color: #fff;
            border-radius: 5px;
            font-weight: 700;
            font-size: 14px;
        }
        
        .left-tags .left-side-tags ul li a:hover {
            border: 1px solid #A31C20;
            background: #fff;
            color: #A31C20
        }
        
        .left-side-tags h4 {
            margin-bottom: 15px;
        }
        
        .comments-heading h3,
        h3.comment-reply-title {
            border-bottom: 1px solid #e8e8e9;
            color: #444;
            font-size: 18px;
            margin: 0 0 20px;
            padding: 0 0 5px;
            text-transform: capitalize;
        }
        
        .comments-list ul li {
            margin-bottom: 25px;
        }
        
        .comments-list-img {
            float: left;
            margin-right: 15px;
        }
        
        .comments-content-wrap {
            color: #444;
            font-size: 14px;
            margin: 0 0 15px 60px;
            padding: 10px;
            position: relative;
        }
        
        .blog-content {
            padding: 10px 20px 20px 20px;
        }
        
        .blog-content p {
            font-size: 15px;
            letter-spacing: 0.50px;
        }
        
        blockquote {
            padding: 10px 20px;
            margin: 0 0 20px;
            font-size: 15px;
            border-left: 5px solid #A31C20;
            font-style: italic;
        }
        
        blockquote p {
            font-size: 16px !important;
            line-height: 28px;
        }
        
        .author-avatar {
            display: inline-block;
            float: left;
            width: 10%;
        }
        
        .author-description h2 {
            color: #777;
            font-size: 20px;
            text-transform: uppercase;
        }
        
        .author-description h2 a {
            color: #333;
        }
        
        .comments-content-wrap span b {
            margin-right: 5px
        }
        
        .comments-content-wrap span a:hover {}
        
        span.post-time {
            margin-right: 5px
        }
        
        .comments-content-wrap p {
            color: #444;
            margin-top: 10px;
        }
        
        li.threaded-comments {
            margin-left: 50px
        }
        
        .comment-respond {
            margin-top: 20px;
        }
        
        span.email-notes {
            color: #42414f;
            display: block;
            font-size: 12px;
            margin-bottom: 10px;
        }
        
        .comment-respond p {
            color: #444;
            margin-bottom: 5px;
        }
        
        .comment-respond input[type=text],
        .comment-respond input[type=email] {
            border: 1px solid #e5e5e5;
            border-radius: 0;
            height: 32px;
            margin-bottom: 15px;
            padding: 0 0 0 10px;
            width: 100%;
        }
        
        .comment-respond textarea#message-box {
            border: 1px solid #e5e5e5;
            border-radius: 0;
            max-width: 100%;
            padding: 10px;
            height: 160px;
            width: 100%;
        }
        
        .comments-content-wrap span a {
            color: #A31C20;
        }
        
        .comments-content-wrap span a:hover {
            color: #A31C20;
        }
        
        .comment-respond .add-btn.contact-btn {
            background: #A31C20;
            color: #fff;
            display: block;
            font-size: 16px;
            margin-top: 5px;
            padding: 12px 20px;
            transition: 0.4s;
            border-radius: 5px;
            width: auto !important;
            margin-top: 20px;
            border: 2px solid #A31C20;
            text-transform: uppercase;
            font-weight: 700;
        }
        
        .comment-respond .add-btn.contact-btn:hover {
            background: #FFF;
            color: #A31C20;
            border: 2px solid #A31C20;
        }
        
        .pagination {
            display: inline-block;
            padding-left: 0;
            margin: 30px 0 0px;
            border-radius: 4px;
        }
        
        .pagination>li>a,
        .pagination>li>span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #fff;
            background-color: #333;
            border: none;
            margin-left: -1px;
            border-radius: 5px;
        }
        
        .pagination>li {
            display: inline-block;
            margin: 0px 3px 0px 0px;
        }
        
        .pagination>.active>a,
        .pagination>.active>span,
        .pagination>.active>a:hover,
        .pagination>.active>span:hover,
        .pagination>.active>a:focus,
        .pagination>.active>span:focus {
            z-index: 3;
            color: #fff;
            background-color: #A31C20;
            border-color: #A31C20;
            cursor: default;
            border-radius: 5px;
        }
        
        .pagination>li>a:hover,
        .pagination>li>span:hover,
        .pagination>li>a:focus,
        .pagination>li>span:focus {
            z-index: 2;
            color: #fff;
            background-color: #A31C20;
            border-color: #A31C20;
            border-radius: 2px;
        }
        
        .blog-page-details .left-blog-page {
            margin-top: 0px;
            margin-bottom: 30px;
        }
        
        .single-post-comments {
            margin-top: 30px;
        }
        
        .left-head-blog .pst-content p {
            margin-bottom: 5px;
        }
        /*----------------------------------------
 27. Project Details page
----------------------------------------*/
        
        .project-page-area .project-menu li a {
            color: #444;
        }
        
        .project-2-column .project-single {
            float: left;
            width: 50%;
        }
        
        .project-4-column .project-single {
            float: left;
            width: 25%;
        }
        
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
            background: rgb(149 26 29) none repeat scroll 0 0;
            border: 1px solid #fff;
            border-radius: 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            height: 40px;
            line-height: 38px;
            position: relative;
            text-align: center;
            transition: all 0.5s ease 0s;
            width: 40px;
            border-radius: 50%;
        }
        
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
            top: 50%;
            position: absolute;
            left: 3%;
            margin-top: -30px;
        }
        
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
            background: #A31C20;
            border: 1px solid #A31C20;
            color: #fff;
        }
        
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
            margin-top: -15px;
            position: absolute;
            right: 3%;
            top: 50%;
        }
        
        .project-history {
            background: #f5f5f5;
            padding: 30px;
            border-radius: 3px;
        }
        /* .project-details h4 {
    font-size: 32px;
    font-weight: 800;
    color: #A31C20;
} */
        
        .project-details h4 {
            line-height: 38px;
            text-transform: capitalize;
            font-size: 30px;
            position: relative;
            padding-bottom: 20px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .project-details h4 ::after {
            border: 1px solid #A31C20;
            bottom: 3px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 12%;
        }
        
        .project-details h3 {
            font-size: 24px;
            line-height: 32px;
        }
        
        .project-details p {
            margin: 0 0 15px;
            color: #777;
            font-size: 16px;
            line-height: 32px;
        }
        
        .project-name ul li {
            color: #444;
            font-weight: 500;
            font-size: 18px;
            line-height: 32px;
            margin: 10px 0px;
        }
        
        .project-name span {
            padding-right: 15px;
            min-width: 110px;
            display: inline-block;
            font-weight: 700;
            font-size: 18px;
        }
        
        .project-inner {
            margin-bottom: 30px;
        }
        
        .project-carousel-2 .owl-item {
            padding: 7px;
            border-radius: 7px;
            background-color: rgb(245 245 245);
        }
        
        .project-share {
            margin-top: 30px;
        }
        
        .project-share ul li {
            display: inline-block;
            margin-top: 10px;
        }
        
        .project-share ul li a {
            color: #666;
            display: block;
            font-size: 20px;
            line-height: 38px;
            text-align: center;
            margin-right: 5px;
            width: 40px;
            height: 40px;
            border: 1px solid #666;
            border-radius: 50%;
        }
        
        .project-share li a:hover {
            color: #fff;
            background: #A31C20;
            border: 1px solid #A31C20;
        }
        
        .project-content.project-related {
            margin-top: -30px;
        }
        /*----------------------------------------*/
        /* 28.Sub Services Pages
/*----------------------------------------*/
        
        .single-page-head {
            margin-bottom: 30px;
        }
        
        .single-services-page p {
            color: #666;
            margin-bottom: 0px;
            font-size: 15px;
            letter-spacing: 0.5px;
        }
        
        .left-menu li:first-child {
            margin: 0px 0px 2px
        }
        
        .left-contact h4 {
            font-size: 24px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }
        
        .left-menu li {
            display: block;
            margin-bottom: 3px;
        }
        
        .build-img .page-img {
            padding-bottom: 0;
        }
        
        .left-menu ul li.active a {
            background: #A31C20 none repeat scroll 0 0;
            color: #fff;
            position: relative;
        }
        
        .left-menu ul li a:hover {
            color: #fff;
            background: #A31C20;
        }
        
        .left-menu ul li a {
            background: #f9f9f9;
            color: #666;
            display: block;
            font-size: 15px;
            font-weight: 700;
            padding: 14px 20px 14px 20px;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }
        
        .left-menu ul li.active a::after,
        .left-menu ul li a:hover::after {
            content: "\e87a";
            font-family: tionscal;
            font-size: 16px;
            position: absolute;
            right: 10px;
            top: 15px;
        }
        
        .about-btn {
            position: relative;
        }
        
        .down-btn {
            color: #444;
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            padding: 15px 20px;
            text-align: left;
            text-transform: uppercase;
            width: 100%;
            position: relative;
            margin-bottom: 3px;
            background: #f9f9f9;
        }
        
        .about-btn .down-btn i {
            padding-right: 10px;
        }
        
        .down-btn:hover {
            color: #fff;
            background: #A31C20;
        }
        
        .single-well h3 {
            margin-bottom: 15px;
            font-size: 28px;
        }
        
        .support-text {
            padding: 20px;
            background: #f9f9f9;
            transition: 0.4s;
            padding: 30px 20px;
        }
        
        .support-text h4 {
            color: #A31C20;
            font-weight: 700;
        }
        
        .support-text a {
            margin: 30px 0px 15px;
            display: block;
            font-size: 22px;
            color: #444;
            font-weight: 700;
        }
        
        .support-text p {
            font-size: 16px;
            line-height: 26px;
            color: #444;
            font-weight: 700;
        }
        
        .support-text a i {
            display: inline-block;
            font-size: 30px;
            line-height: 22px;
            padding-right: 8px;
        }
        
        .page-content h3 {
            font-weight: 600;
            padding: 15px 0 0;
        }
        
        .single-well {
            margin-top: 20px;
        }
        
        .single-well a h4 {
            font-weight: 600;
            line-height: 30px;
        }
        
        .single-page {
            overflow: hidden;
        }
        
        .service-list li {
            display: block;
            position: relative;
            padding-left: 30px;
            color: #666;
        }
        
        .service-list li::before {
            position: absolute;
            left: 0;
            content: "\f00c";
            font-family: fontawesome;
            top: 0;
            color: #A31C20;
        }
        
        .single-page-head .service-btn {
            width: 100%;
            margin: 20px 0px 0px 0px;
        }
        
        .single-services-page .marker-list li {
            color: #666;
        }
        
        .mar-row .single-well {
            margin-top: 0px;
        }
        
        .marker-list li {
            color: #666;
            padding-left: 30px;
            margin: 20px 0px;
            position: relative;
            font-size: 16px;
            font-weight: 500;
        }
        
        .marker-list li::after {
            position: absolute;
            content: "\e886";
            left: 0;
            top: 3px;
            font-family: tionscal;
            color: #A31C20;
            font-weight: 700;
        }
        
        .tab-menu {
            display: block;
            text-align: center;
        }
        
        .tab-menu ul.nav {
            margin: 0;
            padding: 0;
        }
        
        .tab-menu ul.nav li {
            border: medium none;
            display: inline-block;
        }
        
        .tab-menu ul.nav li a {
            color: #A31C20;
        }
        
        .tab-menu ul.nav li a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-radius: 0;
            color: #444;
            display: block;
            font-weight: 600;
            padding: 10px 20px;
            margin-right: 5px;
            text-transform: uppercase;
            width: 131px;
        }
        
        .nav-tabs>li.active>a,
        .nav-tabs>li.active>a:hover,
        .nav-tabs>li.active>a:focus {
            background-color: #A31C20 !important;
            border-color: #A31C20;
            border-image: none;
            border-style: solid;
            border-width: 1px;
            color: #fff !important;
            cursor: default;
            position: relative;
        }
        
        .event-content.head-team h5 {
            background: #A31C20 none repeat scroll 0 0;
            color: #fff;
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 18px;
        }
        /*--------------------------------*/
        /* .End CSS
/*--------------------------------*/
        
        .about-area {
            background: url(../img/about-bg.jpg) no-repeat scroll center 0;
            -webkit-background-size: cover;
            background-size: cover;
            padding: 60px 0px;
        }
        /* .about-area:before {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 38%;
            background-image: url(../img/icon-dot.png);
            background-repeat: repeat;
            background-position: center;
            content: "";
        } */
        
        .about-area .section-headline::after {
            border: 1px solid #333;
            bottom: 0px;
            content: "";
            left: 0;
            margin: 0 auto;
            position: absolute;
            width: 60px;
            right: auto;
        }
        
        .about-area .section-headline {
            margin-bottom: 20px;
            position: relative;
        }
        
        .about-area .lead {
            font-size: 16px;
            letter-spacing: 0.50px;
            line-height: 28px;
            margin-bottom: 13px;
        }
        /* about */
        
        .pb-70 {
            padding-bottom: 70px;
        }
        
        .pt-100 {
            padding-top: 100px;
        }
        
        .about-title-section h1 {
            font-size: 28px;
            color: #3f3f3f;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 13px;
        }
        
        .about-title-section h4 {
            font-size: 20px;
            color: #3f3f3f;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 25px;
        }
        
        .about-title-section p {
            font-size: 14px;
            color: #8a8a8a;
            line-height: 30px;
            padding-right: 82px;
        }
        
        .about-content button {
            margin-top: 25px;
        }
        
        .about-right-img {
            text-align: right;
        }
        
        .about-img img {
            width: 100%;
        }
        
        .about-title-section-2 h1 {
            font-size: 30px;
            margin-bottom: 16px;
        }
        
        .about-title-section-2 p {
            padding-right: 0;
        }
        
        .about-area hr {
            margin-top: 3em;
            margin-bottom: 3em;
        }
        
        .about-left {
            padding-left: 2em;
            padding-right: 2em;
            margin-top: 1em;
        }
        
        .pr-3 {
            padding-right: 3em;
        }
        
        .about-content-2 p {
            font-size: 16px;
            text-align: justify;
            line-height: 32px;
        }
        
        .info-box {
            position: relative;
            border: 9px solid #f7f7f9;
            padding: 2em 1.5em;
            overflow: hidden;
            box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
        }
        /*************************/
        
        #enquirypopup .modal-dialog {
            width: 400px;
            padding: 0px;
            position: relative;
        }
        
        #enquirypopup .modal-dialog {
            width: 400px;
            padding: 0px;
            position: relative;
        }
        
        #enquirypopup .modal-dialog:before {
            content: '';
            height: 0px;
            width: 0px;
            border-left: 50px solid #17B6BB;
            border-right: 50px solid transparent;
            border-bottom: 50px solid transparent;
            position: absolute;
            top: 1px;
            left: -14px;
            z-index: 99;
        }
        
        .custom-modal-header {
            text-align: center;
            color: #17b6bb;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-top: 4px solid;
        }
        
        #enquirypopup .modal-dialog .close {
            z-index: 99999999;
            color: white;
            text-shadow: 0px 0px 0px;
            font-weight: normal;
            top: 4px;
            right: 6px;
            position: absolute;
            opacity: 1;
        }
        
        .custom-modal-header .modal-title {
            /* font-weight: bold; */
            font-size: 18px;
        }
        
        #enquirypopup .modal-dialog:after {
            content: '';
            height: 0px;
            width: 0px;
            /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
            border-right: 50px solid #17b6bb;
            border-bottom: 50px solid transparent;
            position: absolute;
            top: 1px;
            right: -14px;
            z-index: 999999;
        }
        /* .form-group {
            margin-bottom: 15px !important;
        }
         */
        
        .form-inline .form-control {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
        }
        /* @media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem rem auto;
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
} */
        /******************************************************/
        
        .pl-0 {
            padding-left: 0px !important;
        }
        /****************************/
        
        .pattern,
        .hero-style-3 .pattern {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 51%;
            top: 0;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 1;
            pointer-events: none;
        }
        
        .pattern>span,
        .hero-style-3 .pattern>span {
            background: rgb(255 255 255 / 12%);
            width: 1px;
            height: 100%;
            position: absolute;
            left: 9%;
            top: 0;
        }
        
        .pattern>span:before,
        .hero-style-3 .pattern>span:before {
            content: "";
            background: rgb(255 255 255 / 43%);
            width: 4px;
            height: 14px;
            position: absolute;
            top: 0;
            left: -2px;
            z-index: -1;
            -webkit-animation: line-animation 9s linear infinite alternate;
            animation: line-animation 9s linear infinite alternate;
        }
        
        .pattern>span:nth-child(2),
        .hero-style-3 .pattern>span:nth-child(2) {
            left: 21%;
        }
        
        .pattern>span:nth-child(2):before,
        .hero-style-3 .pattern>span:nth-child(2):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern>span:nth-child(3),
        .hero-style-3 .pattern>span:nth-child(3) {
            left: 33%;
        }
        
        .pattern>span:nth-child(3):before,
        .hero-style-3 .pattern>span:nth-child(3):before {
            content: "";
            -webkit-animation: line-animation 9s linear 2s infinite alternate;
            animation: line-animation 9s linear 2s infinite alternate;
        }
        
        .pattern>span:nth-child(4),
        .hero-style-3 .pattern>span:nth-child(4) {
            left: 45%;
        }
        
        .pattern>span:nth-child(5),
        .hero-style-3 .pattern>span:nth-child(5) {
            left: 60%;
        }
        
        .pattern>span:nth-child(5):before,
        .hero-style-3 .pattern>span:nth-child(5):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern>span:nth-child(6),
        .hero-style-3 .pattern>span:nth-child(6) {
            left: 77%;
        }
        
        .pattern>span:nth-child(6):before,
        .hero-style-3 .pattern>span:nth-child(6):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern>span:nth-child(7),
        .hero-style-3 .pattern>span:nth-child(7) {
            left: 90%;
        }
        
        .pattern>span:nth-child(7):before,
        .hero-style-3 .pattern>span:nth-child(7):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        @-webkit-keyframes line-animation {
            form {
                top: 0;
            }
            to {
                top: 100%;
            }
        }
        
        @keyframes line-animation {
            form {
                top: 0;
            }
            to {
                top: 100%;
            }
        }
        
        .pattern1,
        .hero-style-3 .pattern {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 51%;
            top: 0;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 0;
            pointer-events: none;
        }
        
        .pattern1>span,
        .hero-style-3 .pattern>span {
            background: #d9d9d947;
            width: 1px;
            height: 100%;
            position: absolute;
            left: 9%;
            top: 0;
        }
        
        .pattern1>span:before,
        .hero-style-3 .pattern>span:before {
            content: "";
            background: #f0f4f9;
            width: 4px;
            height: 14px;
            position: absolute;
            top: 0;
            left: -2px;
            z-index: -1;
            -webkit-animation: line-animation 9s linear infinite alternate;
            animation: line-animation 9s linear infinite alternate;
        }
        
        .pattern1>span:nth-child(2),
        .hero-style-3 .pattern>span:nth-child(2) {
            left: 21%;
        }
        
        .pattern1>span:nth-child(2):before,
        .hero-style-3 .pattern>span:nth-child(2):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern1>span:nth-child(3),
        .hero-style-3 .pattern>span:nth-child(3) {
            left: 33%;
        }
        
        .pattern1>span:nth-child(3):before,
        .hero-style-3 .pattern>span:nth-child(3):before {
            content: "";
            -webkit-animation: line-animation 9s linear 2s infinite alternate;
            animation: line-animation 9s linear 2s infinite alternate;
        }
        
        .pattern1>span:nth-child(4),
        .hero-style-3 .pattern>span:nth-child(4) {
            left: 45%;
        }
        
        .pattern1>span:nth-child(5),
        .hero-style-3 .pattern>span:nth-child(5) {
            left: 60%;
        }
        
        .pattern1>span:nth-child(5):before,
        .hero-style-3 .pattern>span:nth-child(5):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern1>span:nth-child(6),
        .hero-style-3 .pattern>span:nth-child(6) {
            left: 77%;
        }
        
        .pattern1>span:nth-child(6):before,
        .hero-style-3 .pattern>span:nth-child(6):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        .pattern1>span:nth-child(7),
        .hero-style-3 .pattern>span:nth-child(7) {
            left: 90%;
        }
        
        .pattern1>span:nth-child(7):before,
        .hero-style-3 .pattern>span:nth-child(7):before {
            content: "";
            -webkit-animation: line-animation 9s linear 1s infinite alternate;
            animation: line-animation 9s linear 1s infinite alternate;
        }
        
        @-webkit-keyframes line-animation {
            form {
                top: 0;
            }
            to {
                top: 100%;
            }
        }
        
        @keyframes line-animation {
            form {
                top: 0;
            }
            to {
                top: 100%;
            }
        }
        /* ======================================================
				Job Details Style				
======================================================== */
        
        .jf-jobapplycenter {
            float: left;
            width: 100%;
            padding: 20px;
            /* margin: 0 0 20px; */
            border-radius: 5px;
            /* border: 1px solid #eff2f5;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); */
        }
        
        .jf-jobapplycenter .jf-companyimg {
            width: 100px;
            min-height: 100px;
        }
        
        .jf-jobapplycenter .jf-companycontent {
            padding: 0;
            position: relative;
        }
        
        .jf-jobapplydetails {
            width: 60%;
            float: left;
        }
        
        .jf-jobapplycenter .jf-companycontent .jf-btnjobtag {
            line-height: 30px;
            font-size: 12px;
        }
        
        .jf-jobapplycenter .jf-companycontent .jf-tagfeature {
            font-size: 12px;
            line-height: 28px;
            margin: 0 0 0 10px;
        }
        
        .jf-jobapplycenter .jf-companycontent .jf-socialiconssimple span {
            float: left;
        }
        
        .jf-jobapplycentervtwo {
            margin: 0 0 10px;
        }
        
        .jf-jobapplycentervtwo .jf-jobapplydetails .jf-companyname {
            padding: 12px 0;
        }
        
        .jf-jobapplycentervtwo .jf-companyimg {
            margin: 0 20px 0 0;
        }
        
        .jf-jobapplycenter .jf-companyname h3 {
            font-size: 24px;
            line-height: 24px;
        }
        
        .jf-postarticlemetavthree {
            width: 100%;
            float: left;
            font-size: 13px;
            list-style: none;
            margin: 13px 0 0;
            line-height: 13px;
        }
        
        .jf-postarticlemetavthree li {
            width: auto;
            float: left;
            padding: 0 6px;
            text-align: center;
            line-height: inherit;
            list-style-type: none;
            color: #767676;
        }
        
        .jf-postarticlemetavthree li:first-child {
            padding-left: 0;
        }
        
        .jf-postarticlemetavthree li a {
            display: block;
        }
        
        .jf-postarticlemetavthree li i,
        .jf-postarticlemetavthree li span {
            color: #767676;
            font-size: inherit;
            display: inline-block;
            vertical-align: middle;
            font-size: 13px !important;
        }
        
        .jf-postarticlemetavthree li span+span {
            position: relative;
            padding: 0 0 0 5px;
        }
        
        .jf-postarticlemetavthree li span+span:before {
            top: 50%;
            left: 0;
            content: ',';
            font-size: 13px;
            line-height: 14px;
            margin: -7px 0 0;
            position: absolute;
        }
        
        .jf-postarticlemetavthree li:hover span,
        .jf-postarticlemetavthree li:last-child span {
            color: #444:
        }
        
        .jf-postarticlemetavthree li i {
            margin: 0 3px 0 0;
        }
        
        .jf-jobapplybtnlike {
            padding: 0;
            width: auto;
            float: right;
            text-align: right;
        }
        
        .jf-likebtnbox {
            overflow: hidden;
        }
        
        .jf-jobapplybtnlike .jf-btnlike {
            padding: 0;
            width: 50px;
            float: right;
            height: 50px;
            line-height: 50px;
            margin: 0 20px 0 0;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #dfdfdf;
        }
        
        .jf-jobapplybtnlike .jf-btn {
            border: 0;
            float: right;
            padding: 0 45px;
            font-size: 16px;
            line-height: 50px;
        }
        
        .jf-jobapplycenter .jf-companycontent .jf-socialiconssimple {
            width: auto;
            clear: both;
            float: right;
            margin: 20px 0 0;
        }
        
        .jf-jobapplycenter .jf-companyname span {
            font-size: 14px;
            line-height: 19px;
        }
        
        .jf-jobdetails {
            float: left;
            width: 100%;
            border: 1px solid #eff2f5;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
        }
        
        .jf-jobdetaildescription {
            width: 100%;
            float: left;
            padding: 20px;
        }
        
        .jf-jobdetails .jf-title {
            width: 100%;
            float: left;
        }
        
        .jf-jobdetails .jf-title h2 {
            margin: 0;
            color: #324b6e;
            margin: 0 0 14px;
            font-size: 20px;
            font-weight: 700;
            line-height: 20px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 15px;
        }
        
        .jf-jobdescription {
            width: 100%;
            float: left;
        }
        
        .jf-jobdescription span:first-child {
            padding: 0 0 7px 20px;
        }
        
        .jf-jobdescription span:first-child:before {
            margin: -8px 0 0;
        }
        
        .jf-jobdescription span {
            display: block;
            font-size: 16px;
            line-height: 22px;
            position: relative;
            padding: 7px 0 7px 20px;
        }
        
        .jf-jobdescription span:before {
            left: 0;
            top: 50%;
            font-size: 10px;
            margin: -4px 0 0;
            line-height: 8px;
            content: '\f00c';
            position: absolute;
            font-family: 'FontAwesome';
        }
        
        .jf-jobdescription .jf-description {
            margin: 22px 0 0;
        }
        
        .jf-jobdescription .jf-description p {
            margin: 0;
            font-size: 16px;
            line-height: 25px;
            font-weight: 600;
        }
        
        .jf-jobdescription .jf-description p a {
            color: #A31C20;
            text-decoration: underline;
        }
        
        .jf-jobdetailinfo {
            float: left;
            width: 100%;
        }
        
        .jf-jobdetailinfo .jf-title {
            padding: 19px 20px 0;
        }
        
        .jf-jobdetailinfo ul {
            float: left;
            width: 100%;
            margin: 0 0 20px;
            line-height: 14px;
            list-style: none;
        }
        
        .jf-jobdetailinfo ul li {
            width: 100%;
            float: left;
            line-height: inherit;
            list-style-type: none;
            padding: 12px 0 12px 20px;
        }
        
        .jf-jobdetailinfo ul li:nth-child(even) {
            background: #fafafa;
        }
        
        .jf-jobdetailinfo ul li span,
        .jf-jobdetailinfo ul li em {
            font-size: 14px;
            line-height: inherit;
            display: inline-block;
            vertical-align: middle;
        }
        
        .jf-jobdetailinfo ul li span {
            width: 285px;
            font-weight: 500;
        }
        
        .jf-jobdetailinfo ul li em {
            color: #767676;
            font-style: normal;
        }
        
        .jf-jobrequirment {
            width: 100%;
            float: left;
            padding: 20px;
        }
        
        .jf-jobrequirmentvtwo {
            padding: 12px 19px;
        }
        
        .jf-jobbenefits {
            float: left;
            width: 100%;
            padding: 20px;
        }
        
        .jf-tagvtwo {
            float: left;
            width: 100%;
        }
        
        .jf-tagvtwo a {
            float: left;
            color: #767676;
            margin: 1px 5px;
            font-size: 12px;
            line-height: 28px;
            position: relative;
            text-align: center;
            border-radius: 50px;
            border: 1px solid #ddd;
            padding: 0 19px 0 37px;
        }
        
        .jf-tagvtwo a:first-child {
            margin-left: 0;
        }
        
        .jf-tagvtwo a:before {
            left: 20px;
            top: 0;
            content: '\f058';
            font-size: 12px;
            position: absolute;
            font-family: 'FontAwesome';
        }
        
        .jf-jobapply {
            width: 100%;
            float: left;
            padding: 30px 19px;
            border-top: 1px solid #eff2f5;
        }
        
        .jf-jobapplynowbtn {
            width: auto;
            float: left;
        }
        
        .jf-jobapplynowbtn .jf-btn {
            padding: 0 45px;
            line-height: 48px;
        }
        
        .jf-jobapplynowbtnvtwo .jf-btn {
            padding: 0 28px;
        }
        
        .jf-jobapply .jf-socialiconssimple {
            width: auto;
            float: right;
            padding: 15px 0;
        }
        
        .jf-jobapply .jf-socialiconssimple span {
            float: left;
            color: #767676;
            font-size: 12px;
            line-height: 20px;
        }
        
        .jf-similarjobs {
            float: left;
            width: 100%;
            padding: 8px 0 0;
        }
        
        .jf-similarjobs .jf-sectionhead {
            padding: 0 0 15px;
        }
        
        .jf-similarjobs .jf-featuredjobs {
            width: auto;
            margin: -10px;
        }
        
        .jf-similarjobs .jf-featuredjobs .jf-featurejobholder {
            width: 50%;
            float: none;
            margin: 0 -1px;
            vertical-align: top;
            display: inline-block;
        }
        
        .jf-aboutcompany {
            float: left;
            width: 100%;
            padding: 20px 0;
        }
        
        .jf-aboutcompany .jf-sectionhead {
            padding: 0 0 15px;
        }
        
        .jf-aboutcompanybox {
            float: left;
            width: 100%;
            padding: 20px;
            border: 1px solid #eff2f5;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
        }
        
        .jf-aboutimg {
            margin: 0;
            width: 125px;
            height: 125px;
            padding: 5px;
            float: left;
            border: 1px solid #eff2f5;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            -webkit-justify-content: center;
        }
        
        .jf-aboutdetails {
            overflow: hidden;
            position: relative;
            padding: 7px 170px 7px 20px;
        }
        
        .jf-aboutdetailsfeature {
            float: left;
            width: 100%;
            margin: 0 0 8px;
        }
        
        .jf-aboutdetails h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
        }
        
        .jf-aboutdetails h4 {
            margin: 0;
            color: #767676;
            font-size: 13px;
            font-weight: 400;
            line-height: 13px;
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        }
        
        .jf-aboutdetails h4 span {
            display: block;
            padding: 5px 0 0;
        }
        
        .jf-aboutdetails h4 span i {
            padding: 0 5px 0 0;
        }
        
        .jf-aboutdetails .jf-btn {
            top: 50%;
            right: 0;
            padding: 0 30px;
            margin-top: -20px;
            position: absolute;
        }
        
        .jf-aboutcompany .jf-description {
            margin: 25px 0 0;
        }
        
        .jf-aboutcompany .jf-description p {
            margin: 0;
            font-size: 14px;
            line-height: 24px;
        }
        
        .jf-aboutcompany .jf-description p a {
            color: #55acee;
            text-decoration: none;
        }
        /* ======================================================
				Employer Details About Style				
======================================================== */
        
        .jf-innerbanner {
            float: left;
            width: 100%;
            min-height: 300px;
            position: relative;
            background: url(../images/innerbanner/img-01.jpg) no-repeat;
        }
        
        .jf-innerbannercontent {
            width: 100%;
            float: left;
            padding: 103px 0;
        }
        
        .jf-innerbannercontent h2 {
            margin: 0;
            text-transform: none;
            font: 600 48px/48px 'Open Sans', Arial, Helvetica, sans-serif !important;
        }
        
        .jf-innerbannercontent h2 span {
            color: #324b6e;
            display: block;
            font-size: 40px;
            line-height: 45px;
            font-weight: 400;
        }
        
        .jf-jobschedules {
            width: 100%;
            float: left;
        }
        
        .jf-themenavtabs {
            width: 100%;
            float: left;
            display: block;
            list-style: none;
            line-height: 14px;
        }
        
        .jf-themenavtabs li {
            float: left;
            width: auto;
            line-height: inherit;
            list-style-type: none;
        }
        
        .jf-themenavtabs li a {
            padding: 20px;
            color: #767676;
            display: block;
            font-size: 14px;
            position: relative;
            line-height: inherit;
        }
        
        .jf-themenavtabs li:hover a {
            color: #324b6e;
        }
        
        .jf-themenavtabs li a:after {
            width: 0;
            left: 0;
            bottom: -1px;
            content: '';
            height: 2px;
            position: absolute;
        }
        
        .jf-themenavtabs li a.active:after,
        .jf-themenavtabs li:hover a:after {
            width: 100%;
        }
        
        .jf-themenavtabs li a.active {
            color: #324b6e;
        }
        
        .jf-abouttab .jf-jobdetaildescription {
            padding: 20px;
        }
        
        .jf-tabcontent .jf-jobdetails .jf-jobdescription {
            margin: 6px 0 22px;
        }
        
        .jf-abouttab.jf-jobdetails .jf-title h2 {
            margin: 0 0 9px;
        }
        
        .jf-tabcontent .jf-jobdetails .jf-description p {
            font-size: 14px;
            margin: 0 0 27px;
            line-height: 24px;
        }
        
        .jf-tabcontent .jf-jobdetails .jf-description p:last-child {
            margin: 0;
        }
        
        .jf-employerdetailsimg {
            width: auto;
            float: left;
            width: 100%;
            margin: 6px 0 9px;
        }
        
        .jf-employerdetailsimg img {
            width: 100%;
            display: block;
        }
        
        .jf-videovtwo {
            margin: 4px 0 24px;
        }
        
        .jf-videovtwo figure>a,
        .jf-videovtwo figure img,
        .jf-videovtwo figure a img {
            display: block;
        }
        
        .jf-videovtwo figure img {
            width: 100%;
        }
        /* ======================================================
			Employer Details Open Job Style				
======================================================== */
        
        .jf-featurejobs {
            width: auto;
            float: left;
            margin: -10px;
        }
        
        .jf-featurejobs .jf-featurejob {
            width: 50%;
            border: 0;
            padding: 10px;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
        }
        
        .jf-featurejobs .jf-companycontent {
            float: left;
            width: 100%;
            background: #fff;
            padding: 14px 20px;
            border-radius: 5px;
            border: 1px solid #eff2f5;
            -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
        }
        /*** 

====================================================================
	Contact Form Section
====================================================================

***/
        
        .default-form-area {
            position: relative;
            border: 9px solid #f7f7f9;
            padding: 2em 1.5em;
            overflow: hidden;
            /* box-shadow: 0 5px 25px rgb(0 0 0 / 10%); */
        }
        
        .contact-form-section {
            position: relative;
            padding: 110px 0 0;
            margin-bottom: 110px;
            background-size: cover;
        }
        
        .contact-form-section:before {
            position: absolute;
            right: 0;
            top: 140px;
            height: 347px;
            width: 157px;
            background-image: url(../img/icon-dots.png);
            background-repeat: no-repeat;
            background-position: center;
            content: "";
        }
        
        .contact-form-section:after {
            position: absolute;
            left: 0;
            top: 55px;
            height: 576px;
            width: 238px;
            background-image: url(../img/pentagon.png);
            background-repeat: no-repeat;
            background-position: center;
            content: "";
            z-index: 0;
        }
        
        .enquiry-head {
            text-align: left;
            margin-left: 10px;
            padding-left: 20px;
            position: relative;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 4em;
        }
        
        .enquiry-head::before {
            position: absolute;
            content: "";
            width: 5px;
            height: 80px;
            background: #A31C20;
            left: 0;
            top: 0px;
        }
        
        .enquiry-head h3 {
            color: #a31c20;
            text-transform: capitalize;
            margin-bottom: 15px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .enquiry-head p {
            color: #444;
            font-size: 15px;
            margin: 0 0 5px;
        }
        /*Contact Form*/
        
        .contact-form .row-10 {
            margin: 0 -10px;
        }
        
        .contact-form .form-group {
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .contact-form input[type="text"],
        .contact-form input[type="email"],
        .contact-form input[type="password"],
        .contact-form select,
        .contact-form textarea {
            display: block;
            width: 100%;
            height: 52px;
            font-size: 14px;
            color: #a31c20;
            line-height: 30px;
            padding: 11px 20px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 6px;
            border: 1px solid #eaeaea;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }
        
        .contact-form input:focus,
        .contact-form select:focus,
        .contact-form textarea:focus {
            border-color: #a31c20;
        }
        
        .contact-form label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 600;
            font-size: 14px;
        }
        
        .contact-form textarea {
            height: 100px;
            resize: none;
            padding: 12px 25px;
        }
        
        .contact-form button {
            cursor: pointer;
        }
        
        .contact-form input.error,
        .contact-form select.error,
        .contact-form textarea.error {
            border-color: #ff0000 !important;
        }
        
        .contact-form label.error {
            display: block;
            line-height: 24px;
            padding: 5px 0px 0px;
            margin: 0px;
            text-transform: uppercase;
            font-size: 11px;
            color: #ff0000;
            font-weight: 500;
        }
        
        .contact-form .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #a31c20;
        }
        /* Contact Info Three */
        
        .contact-info-three {
            position: relative;
            padding: 40px 50px 20px 50px;
            /* -webkit-box-shadow: 0px 20px 48px 2px rgb(0 0 0 / 8%);
            box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 8%);
            border: 1px solid #eee;
            position: relative; */
            border: 1px solid #dddddd;
            /* padding: 35px 40px; */
            -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 7%);
            -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
            -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
            -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 16px rgb(0 0 0 / 7%);
        }
        
        .contact-info-three .single-info {
            position: relative;
        }
        
        .contact-info-three .single-info+.single-info {
            border-top: 1px solid #eaeaea;
            padding-top: 35px;
            margin-top: 35px;
        }
        
        .contact-info-three h4 {
            position: relative;
            margin-bottom: 15px;
            font-size: 22px;
            font-weight: 600;
        }
        
        .contact-info-three h4:before {
            position: absolute;
            content: '';
            background: #a31c20;
            height: 15px;
            width: 3px;
            top: 8px;
            left: -50px;
        }
        
        .contact-info-three .text {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 28px;
        }
        
        .contact-info-three .link-btn {
            position: relative;
            font-size: 13px;
            font-weight: 500;
            color: var(--theme-color);
            text-transform: uppercase;
        }
        
        .contact-info-three .wrapper-box {
            position: relative;
            margin-bottom: 20px;
        }
        
        .contact-info-three .wrapper-box a {
            font-size: 15px;
            color: #858585;
            line-height: 37px;
        }
        
        .contact-form-section .contact-form input[type="text"],
        .contact-form-section .contact-form input[type="email"],
        .contact-form-section .contact-form input[type="password"],
        .contact-form-section .contact-form select,
        .contact-form-section .contact-form textarea {
            height: 65px;
        }
        
        .contact-form-section .ui-selectmenu-button.ui-button {
            padding: 23.5px 18px;
        }
        
        .contact-form-section .contact-form textarea {
            height: 140px;
        }
        
        .contact-form-section .flex-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .contact-form-section .hint {
            margin: 20px;
            margin-right: 0px;
        }
        
        .auto-container {
            position: static;
            max-width: 1210px;
            padding: 0px 20px;
            margin: 0 auto;
        }
        /* Btn Style One */
        
        .btn-style-one {
            position: relative;
            line-height: 24px;
            background: none;
            color: #a31c20;
            font-size: 16px;
            font-weight: 600;
            border-radius: 29px;
            padding: 15px 48px;
            border: 2px solid #a31c20;
            text-transform: uppercase;
            overflow: hidden;
        }
        
        .btn-style-one:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0.7;
            background-color: #a31c20;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }
        
        .btn-style-one:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: #a31c20;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }
        
        .btn-style-one span {
            position: relative;
            z-index: 10;
        }
        
        .btn-style-one:hover:before {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
        
        .btn-style-one:hover:after {
            -webkit-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
        
        .btn-style-one:hover {
            color: #ffffff;
        }