/*!
Theme Name: ATCL-Group
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: atcl-group
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.

ATCL-Group 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', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    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: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px;
    font-weight: 700;

}

h2 {
    font-size: 38px;
    font-weight: 700;

}

h3 {
    font-size: 26px;
    font-weight: 600;

}

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

h5 {
    font-size: 18px;
    font-weight: 400;

}

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

}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
    margin-bottom: 20px;
}

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

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

a {
    text-decoration: none;
    color: #333;
}

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

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


/*  navbarSection*/
.navbarSection {
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #3d3d3d;
}

.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: 16px;
    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: 16px;
    color: #fff;
}

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

.tophead-right-menu {
    text-align: 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*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb3238;
}

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

}

/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../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: 5px;
    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: #3d3d3d;
    height: 50px;
    padding: 0;
    position: relative;

    /* 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: 16px;
    font-weight: 500;
    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: #ec3237;
    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 #3d3d3d;
    ;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover>a {
    background: transparent !important;
    color: #ee3038 !important;
}


.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #ee3038 !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: 150%;
    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: #ec3237;
}

.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: #ec3237;
}

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

/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !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;
}



.navigationBarFixed .button1 {
    margin-top: 8px !important;
    padding: 10px 15px;
}

.navigationBarFixed .button1 a {
    font-size: 16px;
}

.navbar-collapse .btn-primary {
    margin-top: 15px;
}

.navigationBarFixed .btn-primary {
    margin-top: 8px;
}

/* banner section */

/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}


#bannerSlider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #fff !important
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.bannerSection .bannerSlideBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px !important;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
}

.bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 small {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .btn {
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #0a6fb6 !important;
    text-shadow: none;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner .bannerSlideCaptionTextWrapper {
    vertical-align: middle;
    text-align: center;
}


/*carouselWithArrows*/

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 20px;
    right: 0px;
    left: 0;
    text-align: center;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}


.section-title {
    text-transform: uppercase;
}

/* traderSection */
.traderSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    background-color: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}


.section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #eb3238;
    display: block;
    margin: 10px auto 0;
}

.traderSection .section-title {
    text-align: center;
    text-transform: uppercase;
}

.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 25px 20px;
    height: 220px;
    position: relative
}

.card .media {
    display: flex;
    align-items: center;
}

.card-icon {
    width: 50px;
    margin-right: 20px;
}

.card-icon img {
    width: 100%;
    height: auto;
}


.media-body p {
    color: #000000;
    line-height: 1.6;
}

.read-more {
    font-weight: 500;
    position: absolute;
    bottom: 20px;

}

.read-more:hover {
    color: #eb3238;
    text-decoration: none;
}

.read-more i {
    color: #eb3238;
    text-decoration: none;
    padding-left: 10px;
}

/* aboutusSection */
.about-one__img-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    transition: 0.5s ease;
    z-index: 1;
    margin-top: 40px;
}

.about-one__img-box::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 110px;
    right: -17px;
    bottom: 40px;
    border-radius: 5px;
    background-color: #ff7f00;
    z-index: -2;
}

.about-one__img-box:hover {
    transition: 0.5s;
    transform: scale(1.12);
}

.about-one__img-box-overlay-bg {
    position: absolute;
    top: -17px;
    left: 110px;
    bottom: 40px;
    right: -17px;
    border-radius: 4px;
    background-color: var(--thm-secondary);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.about-one__img-box .inner img {
    width: 100%;
    transform: scale(1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background: white;
}

.about-one__img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    box-shadow: 0px 0px 20px -5px;
}

.aboutSection {
    position: relative;
    clear: both;
    width: 100%;
    /* padding: 130px 110px; */
    padding: 80px 0px;
    display: block;
    background: #ffffff;
    color: #111010;
    overflow: hidden;
}

.img-02 {
    position: absolute;
    margin-top: 41px;
}

.background-shape {
    margin-left: 38px;
    width: 450px;
    height: 400px;
    background-color: #0298ca;
    transform: rotate(15deg);
    border-radius: 10px;
    z-index: -1;
}

.black-div {
    margin-left: 38px;
    width: 450px;
    height: 400px;
    background-color: black;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    z-index: 0;
}

.black-div img {
    /* width: 220px; */
    height: 100%;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

/* 
.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 35px;
  font-weight: 700;
  color: #ee3135;
  position: relative;
} */
.about-right .section-title::after {
    margin-left: 0px !important;
}

.about-right {
    padding-left: 35px;
}

/* 
.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 39px;
  color: #ee3135;
  margin-bottom: 0;
} */

/* 
.site-title span {
  color: #fcb040;
} */

.site-heading p {
    margin-top: 15px;
}

/* 
.about-text {
  padding-top: 30px;
} */

.theme-btn {
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    padding: 13px 22px;
    transition: all 1s ease-in-out;
    /* Slower transition */
    text-transform: capitalize;
    position: relative;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #ee3135;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #131313;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Slower transition */
    z-index: -1;
}

.theme-btn:hover {
    color: #ffffff;
}

.theme-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.theme-btn i {
    margin-left: 5px;
}


.about-left {
    position: relative;
    flex: 1;
}

.about-left img.main-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-left img.overlay-img {
    position: absolute;
    bottom: -50px;
    right: -30px;
    width: 50%;
    border: 5px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.experience-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    color: #ec3137;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* Our Services */
.our-services {
    position: relative;
    padding: 60px 0;
    background-color: #f5f5f5;
    clear: both;
    height: auto;
    width: 100%;
}

/* 
.services-header h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #343a40;
} */

.our-services .section-title {
    text-align: center;
    text-transform: uppercase;
}

.services-header p {
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: relative;
    padding: 20px 15px;
    border-top: 4px solid transparent;
    flex: 1;
    min-width: 0;
    text-align: center;
    border: 2px solid #dee2e6;
    margin: 5px;
    height: 360px;
}

/* Hover effect */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 116, 179, 0.15);
    /* border-top-color: var(--theme-color); */
}

.service-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.service-card h4 {

    margin-bottom: 21px;
    color: #212529;
}

.service-card p {
    font-size: 15px;
    color: #495057;
}

.our-services .owl-theme .owl-controls .owl-page span {
    background: #000;
}

/* <!-- logistics-sectionk --> */

.WhyusSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 50px 0px;
    /* background-color: rgb(248, 243, 243); */
}

#WhyusSection .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #4254a4 !important;
}

.WhyusSection .permalink a {
    color: #dc2b4e;
}

.WhyusSection .permalink a:hover {
    color: #fff;
}

.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.position-re-order {
    padding-bottom: 141%;
}

.position-re .item img {
    transition: 0.5s;
}

.WhyusSection .owl-theme .owl-controls .owl-page span {
    background: #ed3237;
}

/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;

}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #eb3136;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

.WhyusSection .section-title {
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .WhyusSection {
        padding: 30px 15px;
    }

    .destination1 .item .con h5 {
        font-size: 18px;
        line-height: 22px !important;
        margin-bottom: 20px;
    }
}

/*Key features*/
.feature-section {
    padding: 50px 0;
    background-color: #f5f5f5;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
}

.feature-section .section-title {
    text-align: center;
    text-transform: uppercase;
}


.feature-box {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px 20px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.feature-box h4 {
    margin: 0;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

.feature-box .icon {
    float: right;
    font-size: 20px;
}

.feature-description {
    margin-top: 20px;
    display: none;
    font-size: 14px;
    color: #555;
}

.feature-box.active .feature-description {
    display: block;
}

.feature-box.active .icon:before {
    content: "-";
}

.feature-box .icon:before {
    content: "+";
}

/* 
h2.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  color: #0071bc;
} */

/* key indicators */
/* 
.keyIndicatorsSection {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: url("../images/bnr2.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: #000000;
  opacity: 0.8;
} */

/* <!-- testimonial-section --> */
.testimonial-section {
    background: url(../images/BG-3.jpg) no-repeat fixed center;
    background-size: cover;
    /* background-color: #f4f0f0; */
    padding: 50px 0;
    position: relative;
    height: auto;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.testimonial-heading h2 {
    color: #ffffff !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testimonial-heading p {
    color: #ec3237;
    text-decoration: none;
}

.carousel-inner {
    background: #ffffff;
    color: #ffffff;
    padding: 30px;
    position: relative;
    border-radius: 15px;
}

.carousel-inner i {
    font-size: 40px;
    color: #ec3237;
    position: absolute;
    top: 20px;
    left: 20px;
}

.testimonial-content {
    margin-left: 50px;
    color: #000000;
}


.testimonial-content h4 {
    color: #ec3237;
    margin-top: 15px;
    font-weight: bold;
}

#testimonialSlider .owl-buttons {
    position: absolute;
    width: 100%;
    bottom: 70px;
    right: -260px;
}

#testimonialSlider .owl-prev {
    position: absolute;
    left: 44%;
    background: transparent !important;
    color: #000 !important;
    font-size: 32px !important;
    /* top: 30px; */
}

#testimonialSlider .owl-next {
    position: absolute;
    background: transparent !important;
    color: #000 !important;
    font-size: 32px !important;
    /* top: 30px; */
}



/* PartnersSection */

.partnerssection {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 50px 0px;
    background-color: #ffffff;

}


.partnerssection .section-title {
    margin-bottom: 40px;
    /* color: #ec3136; */
    text-transform: uppercase;
}

.partnerssection .item {
    border: 1px solid #cbcbcb;
    margin: 5px;
}

.partners {
    width: 100%;
    background-size: contain;
    text-align: center;

}

.partners img {
    height: 200px;
}

#partnersSlider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 70px;
}

#partnersSlider .owl-prev {
    position: absolute;
    left: 0;
    background: transparent !important;
    color: #000 !important;
    font-size: 32px !important;
}

#partnersSlider .owl-next {
    position: absolute;
    right: 0;
    background: transparent !important;
    color: #000 !important;
    font-size: 32px !important;
}

/* Callback Section */
.callback-section {
    background: url(assets/images/BG-3.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    position: relative;
    text-align: center;
    clear: both;
}

.callback-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
}

.callback-content {
    position: relative;
    z-index: 1;
}

.callback-section h2 {
    margin-bottom: 30px;
    color: white !important;
}

.callback-form .form-control {
    height: 45px;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
}

.callback-form .btn-submit {
    background-color: #ec3237;
    border: none;
    color: #fff;
    height: 45px;
    padding: 0 25px;
}



/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url('../images/slider1.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #333;
}

.footer::after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 0 0 4px 0;
    font-size: 15px;
    color: #fff;
    line-height: 2;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #26b1ed;
}

.footerLogo {
    display: inline-block;
    width: 80%;
    margin-top: 10px;
}

.footer .btn-primary {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 40px;
    padding: 10px 20px;
}

.footerlogo {
    padding: 10px;

}

.footerlogo img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4,
.footer h4 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.addressInfo p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.addressInfo p a{
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.addressInfo i {
    display: inline-block;
    width: 20px;
    color: #fff;
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}


.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-social {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 5px;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #0e68a0;
    border-color: #e80000;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*End Footer*/

/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #3d3d3d;
}

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

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #f57b02;
    border-bottom: 2px solid white;
}

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

.heading small a {
    color: inherit;
}

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

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

.heading:after {
    left: 0%;
}

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

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #ffffff;
    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: #ffffff !important;
    border-color: black !important;
    color: #ec313a;
}

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

.btn-primary {
    border: none;
    background: #ec3237 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #3d3d3d !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;
    display: none;
    background: #e93337;
    /*background: url(../images/up.png) no-repeat;*/
    z-index: 200;
}

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

/*media queries*/
@media (max-width: 767px) {
    .callback-form .form-group {
        margin-bottom: 15px;
    }
}

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

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

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

    .containerWrapper {
        padding: 0 25px;
    }
}

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

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

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

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

    .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;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    h2 {
        font-size: 26px;
    }


    .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: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

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

    .about-right .col-md-6 {
        margin-top: 0px;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }


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

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }

    .bannerSection {
        height: 280px;
    }

    .bannerSection .bannerSlideBlock {
        top: 10%;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaptionTextWrapper h2 {
        position: relative;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 30px !important;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 2px;
        letter-spacing: 0px;
    }
}

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

    .founders {
        padding: 50px 0px;
        text-align: center;
        background-color: #f2f2f2;
        overflow: hidden;
    }

    .aboutSection {
        position: relative;
        clear: both;
        width: 100%;
        padding: 0px;
        display: block;
        background: #ffffff;
        color: #111010;
        overflow: hidden;
    }

}



@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .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: 20px; */
    }

    .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;
    }

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

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

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

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

    .groupofcompanies .groupBlock ul>li {
        width: 96%;
        margin: 10px;
    }

    .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: #ec3237 !important;
    }

    .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;
    }

    .founders {
        padding: 50px 0px;
        text-align: center;
        background-color: #f2f2f2;
        overflow: hidden;
    }

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

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

    .scrollup {
        bottom: 0;
        right: 0;
    }



    .about-one__img-box {
        position: relative;
        display: block;
        max-width: 500px;
        width: 80%;
        transition: 0.5s ease;
        z-index: 1;
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .aboutSection {
        padding: 50px 0;
    }

    .about-right {
        padding-top: 60px;
    }

    .black-div {
        text-align: left;
        margin-left: 0;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
    }

    .card {
        margin-bottom: 20px;
    }

    .addressInfo h4,
    .footer h4 {

        margin-top: 20px;
    }

    .black-div img {
        width: 281px;
        margin-left: 29px;
    }

    .background-shape {
        margin-left: 37px;
        width: 262px;
        height: 230px;
        transform: rotate(22deg);
    }

    .img-02 {
        position: absolute;
        margin-top: 41px;
        width: 65%;
    }


    .col-xs-12 {
        padding: 15px;
    }

    .tophead .tophead-menu-left,
    .tophead .tophead-menu-right,
    .tophead-menu-social {
        text-align: center;
        display: block;
    }


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

    #testimonialSlider .owl-prev {
        top: 70px;
    }

    #testimonialSlider .owl-next {
        top: 70px;
    }

    .testimonial-heading {
        text-align: center;
    }



    .about-left img.overlay-img {

        width: 70%;
        margin-top: 20px;
    }

    .experience-tag {
        margin-top: 10px;
    }

    #testimonialSlider .owl-buttons {
        bottom: 120px;
    }

    .tophead {
        display: none;
    }
}


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

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 190px;
    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: 26px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 80px;
}
.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:#ed3237;
    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 */

.productsUl li a{
    color: white;
	    font-size: 16px;
}
.productsUl{
    line-height: 2;
	padding-left: 10px;
}
