/*!
Theme Name: Brick By Brick
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brick-by-brick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Brick By Brick is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

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

p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    font-size: 16px !important;
}

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

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: linear-gradient(89deg, #9d1509, #c73821);


}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.tophead-menu-right {
    text-align: right;
    float: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #eeeadf;
    overflow: hidden;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('assets/images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 2px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 75px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #000;
    height: 50px;
    padding: 0;
    position: relative;
    font-family: "Barlow Condensed", sans-serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ec3138;
    color: #fff;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    top: 0;
    visibility: hidden;
    opacity: 1;
}

.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #b92c19;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #6c2400 !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #ec3138;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #ec3138;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #eeeadf !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 50px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}


/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-section .owl-item.active .replaceImg {
    transition: all 7s;
}

.banner-slider-section .owl-item.active .replaceImg {
    transform: scale(1.1);
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 40% !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 0px;
    margin: 0;
    z-index: 2;
    transform: rotate(90deg);
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#banner-slider .owl-buttons {
    display: none !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}

.banner-slider-section .banner-info {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    text-align: center;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 0 0) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 0 0) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 0 0) 90%);
    padding: 50px 0px 70px;
}


.banner-slider-section .banner-info p {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0;
    margin: 5px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0px;
    color: #fff;
    position: relative;
    line-height: normal;
}

.banner-slider-section .banner-info .bannerInfoHeading {
    display: block;
    color: inherit;
    padding: 0;
    font-size: 45px;
    font-weight: normal;
    margin: 0px;
    z-index: 99;
    font-weight: 600;
}

.banner-slider-section .banner-info .btn-transparent {
    margin-top: 15px;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 50px;
    color: #fff;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 15;
    text-align: center;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 50px !important;
    color: #fff;
    width: 35px;
    height: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    top: 0;
    text-align: center;
}


/* aboutusSection */

.aboutusSection {
    position: relative;
    width: 100%;
    clear: both;
    display: block;
    padding: 60px 0px 100px;
    overflow: hidden;
    background: white;
    backface-visibility: hidden;
    background-size: 50%;
}

.aboutusSection .row {
    display: flex;
    align-items: center;
    justify-content: center;
}





.aboutImg {
    margin-top: 20px;
    position: relative;
}

.aboutImg::before {
    content: '';
    right: -30px;
    bottom: -30px;
    width: 350px;
    height: 350px;
    position: absolute;
    background: #a0170b;
    border-radius: 10px;
}

.aboutImg img {
    border-radius: 10px;
    position: relative;
    box-shadow: -10px 0px 20px 0px #a037008c;
}

.aboutblock {
    margin: 0 auto;
    text-align: left;
    /* border-right: 2px dashed #ec3138; */
}

.aboutblock .heading {
    padding-left: 0px;
}

.aboutblock p {
    font-size: 18px;
    line-height: 1.5;
    padding: 0px 28px 0px 0px;
    text-align: justify;
}

.aboutblock .btn-transparent {
    color: #ec3138;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0px;
    border-color: #000000;
}


/* servicetSection  */

.servicetSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 0;
    position: relative;
    background: #eeeeee;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}

.productHeading {
    display: block;
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.internalPageSection {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0;
    min-height: 400px;
}


/* pointlist */

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 10px 20px;
    position: relative;
    color: #333;
    height: 78px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pointlist li {
    list-style: none;
    padding: 2px 0px;
    text-align: left;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.pointlist li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ec3138;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 6px;
}

.servicetSection .btn {
    font-size: 16px;
    color: #ec3138;
}

.servicetSection .btn:hover {
    color: #ffffff;
}



/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: url('assets/images/slider3.jpg') no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
    color: #fff;
    padding-bottom: 40px;
}

.keyIndicatorsSection .project-fig {
    text-align: left;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    border: 1px solid #fff;
    padding: 30px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.keyIndicatorsSection .project-fig-content {
    width: 75%;
}


/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */

.project-fig figure {
    display: block;
    margin: 0 auto 20px auto;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    background: #9e160a;
    position: relative;
    border: 2px solid white;
}

.project-fig figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    /* border: solid 5px #fff; */
    opacity: 0.2;
    border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.keyIndicatorsSection .project-fig h3 small {
    color: #fff;
    font-size: 16px;
}

.keyIndicatorsSection .project-fig h4 {
    font-size: 14px;
    font-weight: 400;
}



/* testimonial section  */


.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
}

#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#BrandSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: linear-gradient(to right, #ef7c09, #fbcb19);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#BrandSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: linear-gradient(to right, #ef7c09, #fbcb19);
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.title {
    font-size: 40px;
    position: relative;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 13px;
    margin: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}


.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #00abe9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.testimonial-content {
    margin-bottom: 10px;
    padding: 0 20px;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

.testimonial-footer {
    border-top: 1px solid #eee;
    padding: 5px 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.author-image {
    width: 120px;
    /* height: 60px; */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #ffcb08;
}



.author-info h4 {
    font-size: 18px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.rating {
    color: #ffcb08;
    font-size: 14px;
}

.rating i {
    margin-right: 2px;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}

.section-header {
    text-align: left;
    margin-bottom: 60px;
    color: #454545;
}



.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    background: url(assets/images/tour-background.jpg) no-repeat center center fixed;
}



#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#BrandSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #9d1509;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 32px;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

#BrandSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #9d1509;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 32px;
    width: 35px;
    height: 35px;
    line-height: 34px;
}

.title {
    font-size: 40px;
    position: relative;
}


/*footerSection*/

.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 0 0;
    background: url(assets/images/slider1.jpg) fixed no-repeat;
    color: #fff;
    display: block;
    overflow: hidden;
}

.footerSection::before {
    content: '';
    display: block;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;

}


/* .footerSection:before {
    content: '';
    display: block;
    position: absolute;
    background: url('assets/images/dividerfooter.png') no-repeat;
    background-size: 100% 100%;
    height: 110px;
    width: 100%;
    top: -105px;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99;
} */

.footerSection .heading {
    display: block;
    border-bottom: solid 1px #eee;
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
}



.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: center;
    width: 80%;
    margin-top: 0px;
}

.logofooter img {
    width: 80%;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style-type: square;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
    color: #fff;
}

.footerMenu ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

.footerAdd a {
    color: #fff;
    padding-bottom: 5px;
}


/*copyright*/

.copyright {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 20px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
}

.copyright p {
    margin-bottom: 0;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 20px 50px;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerMenu ul li :hover {
    background: #9c1509;
    color: #ffffff;
    border-color: transparent;
    text-shadow: none;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ad3b00;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background: #9c1509;
    color: #ffffff;
    border-color: transparent;
    text-shadow: none;
}


/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #9d1509;
    font-size: 40px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #9f160a;
    font-size: 40px;
}

.heading small {
    font-size: 18px;
    color: #ec3138;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00768f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #ec3138;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #333;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #ec3138 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    border: none;
    background: linear-gradient(90deg, #9d1509, #c73821) !important;
    color: #fff;
    border-color: transparent;
    padding: 10px 22px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000000 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 30px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px !important;
    display: none;
    background: #9d1509;
    /*background: url(assets/images/up.png) no-repeat;*/
    z-index: 200;
}

.scrollup:hover {
    background: #666767;
    opacity: 1;
    color: #fff;
}


/*media queries*/

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
        bottom: 30% !important;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {
        font-size: 16px;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 30px;
    }

    .banner-slider-section {
        height: 500px;
    }

    .down-arrow-box {
        display: none;
    }

    .banner-slider-section .banner-info p {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 50px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 100%;
    }

    .aboutImg::before {
        content: '';
        right: -10px;
        bottom: -18px;
        width: 230px;
        height: 204PX;
        position: absolute;
        background: #a13700;
        border-radius: 10px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .footerAdd {
        margin-top: 15px;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }


}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #efeae0;
        border-bottom: 1px solid #e64f55;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 0px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 30px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .aboutusSection {
        background: none;
    }

    .tophead {
        display: none;
    }

    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
        margin-top: 50px;
    }

    .project-fig figure {
        margin-right: 15px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }


    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #00768f !important;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 20px;
        margin: 0;
    }

    .scrollup {
        bottom: 0;
        right: 0;
        display: block !important;
        opacity: 1 !important;
    }

    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll;
        z-index: 9999999 !important;
    }

    .innerBannerSection{
        height: 285px !important;
    }

    .innerBannerSection .head{
        top: 180px !important;
    }
}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 300px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        height: 100px;
        width: 100%;
        margin-top: 0px;
        padding: 20px !important;
    }

    .aboutusSection .row {
        display: grid;

    }

    .banner-slider-section .banner-info p {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
    bottom: 0 !important;
} */
}

/* products-section */

.products-section {
    position: relative;
    width: 100%;
    padding: 50PX 0PX;
    clear: both;
}


.products-section .text-center {
    padding-bottom: 40px;
}

.products-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #9e160a;
}

.products-section p {

    margin-bottom: 10px;
}

.product-box {
    background: #fff;
    padding: 12px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    transition: 0.3s;
}

.product-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.184);
    transform: translateY(-5px);
    /* moves the box 5px upward on hover */
    transition: all 0.3s ease;
    /* smooth animation */
}

.product-box img {
    border-radius: 10px;
}

.product-box h4 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    color: #9e160a;
}

.product-box p {


    min-height: 50px;
}

.product-box .btn {
    margin-top: 10px;
}

.productcont {
    text-align: left;
    padding: 15px 5px;
}

.productcont .product-buttons .btn {
    padding: 8px 40px;
    background: rgb(34, 34, 34) !important;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
}

.productcont .product-buttons {
    /* GAP: 19PX; */
    justify-content: space-between;
    flex-wrap: wrap;
    DISPLAY: flex;
}



.productcont .btn:hover {
    background: #9b1509 !important;
}

.productcont .fa {
    font-size: 20px;
    margin-right: 5px;
}




/*mediaGallery*/
.mediaGallery {
    background: #e7e7e7;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;

}

.mediaGallery .section-title {
    color: #9d1509;
    font-size: 40px;
    padding-bottom: 10px;
}


.mediaheading {
    color: #ffffff;
    text-align: center;
    position: relative;
}

.mediaGallery .heading {
    color: #0276fa;
}





.mediaGallery .col-sm-4 {
    padding: 0;
}

.media-head {
    text-align: center;
    line-height: 5.9;
    position: relative;
}

.media-head h2 {
    color: #ffffff !important;
    line-height: 1.9 !important;
}

.media-head h2 span {
    color: #ffffff !important;

}

.media-head h2::after {
    top: -15px;
}

.media-head h2::after {
    display: block;
    content: url(assets/images/serperator.png);
    position: relative;
    top: -45px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.mediaImgLink {
    display: block;
    width: 95%;
    float: left;
    background: #505050;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    border: none;
    /* removed border */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 33%);
    /* white box shadow */
}


.mediaImgLink img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover img {
    opacity: 0.3;
}

.mediaImgLink h3 {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    opacity: 0;
    color: #fff;
    visibility: hidden;
    z-index: 1;
}

.mediaImgLink:hover h3 {
    top: 100px;
    visibility: visible;
    opacity: 1;
}

.mediaImgLink i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #9e1509;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 26px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.mediaImgLink:hover i {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.spmsection {

    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background: #ebebeb;

}

.fancybox-skin {
    z-index: 999999;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.service-list li {
    margin: 6px 0;
    font-size: 18px;
    line-height: 1.8;
}

.service-list i {
    color: #9e160a !important;
    margin-right: 8px;
}
.project-fig figure p{
    font-size: 30px;
}


/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(89deg, #9d1509, #c73821);
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */



.phone {
    background-color: #a32917;
    width: 60px;
    height: 60px;
    position: fixed;
    left: 21PX;
    bottom: 113PX;
    z-index: 999;
    color: #fff;
    border-radius: 50%;
    display: flex
        ;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s
        ease;
}

.WA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px !important;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
    line-height: 1.4;
    transition: all 0.3s;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}
