/*
Template : Avtar Kalsi
Created By : The Innovative Ads

01. Default CSS
02. TopBar
03. Header
04. Main Banner
05. Action Box

*/


/* 01. Default Css Start Here 
-------------------------------------------------------------- */
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 500;
}
.facebook {
    background: #3b5998;
}
.twitter {
    background: #1da1f2;
}
.linkedin {
    background: #0077B5;
}
.googleplus {
    background: #DD4B39;
}
.youtube {
    background: #c4302b;
}
.instagram {
    background: #125688;
}
.pinterest {
    background: #c8232c;
}
.btn {
    padding: 10px 40px;
    border-bottom: 5px solid rgba(0,0,0,0.3) !important;
}
.btn:hover,
.btn:focus {
    border-color: transparent;
}
.btn-theme {
    background: #FF6E41;
}
.btn-theme:hover,
.btn-theme:focus {
    background: #FF6E41;
}
.form-group {
    margin-bottom:25px;
}
.form-control {
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 32px;
    height:46px;
    background: #fff;
}
label {
    font-weight: 500;
    font-size: 14px;
}

/* 02. Topbar Start Here
-------------------------------------------------------------- */
#topBar {
    background-color: #22201F;
    padding: 5px 0px;
    -moz-box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);
    box-shadow: inset 0 -2px 5px -5px rgba(0,0,0,0.4);
    text-align: right;
}
#topBar a {
    color: #ccc;
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
}
.social a {
    color: #fff !important;
    width: 30px;
    height: 30px;
    text-align: center;
    display:block;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
}
.social a:hover,
.social a:focus {
    border-bottom: 0px solid transparent;
}
#topBar .goog-te-menu-value {
    line-height: 26px;
}
#topBar .goog-te-gadget-simple {
    padding: 0px !important;
}

/* 03. Header Start Here
-------------------------------------------------------------- */
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar.bg-dark {
    background:#fff !important;
    padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    color: #272727;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    line-height: 30px;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-dark .navbar-nav .nav-link i {
    display:block;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #FF6E41;
}
.navbar-dark .navbar-nav .active >.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #FF6E41;
}
.dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin: 0px;
    border-top: 1px solid #dedede;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding:6px 15px;
    border-bottom: 1px solid #dedede;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #FF6E41;
    color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .dropdown-item {
    font-weight: 500;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* 4. Main Banner
-------------------------------------------------------------- */
.carousel-control-next, .carousel-control-prev {
    width: 30px;
    background: #343434;
    top: 40%;
    bottom: 40%;
    visibility: hidden;
}
.mainBanner {
    position: relative;
}
.mainBanner:hover .carousel-control-next,
.mainBanner:hover .carousel-control-prev {
    visibility: visible;
}
.mainBanner .carousel-caption {
    background: rgba(0,0,0,0.5);
    top: 30%;
    bottom: 30%;
    left: 25%;
    right: 25%;
    padding-top: 80px;
}
.mainBanner .carousel-caption h5 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.carousel-indicators {
    right: 0;
    left: auto;
    margin-right: 25px;
    margin-left: 0px;
    display: block;
}
.carousel-indicators li {
    margin: 0px;
    padding: 0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
}

.highlightBlock .block {
    padding:60px 50px;
    text-align:center;
    font-size:24px;
    line-height:34px;
    text-transform:uppercase;
    font-weight:normal;
    color:#fff;
}
.highlightBlock .block span {
    display: block;
    font-size: 32px;
    font-weight:500;
    line-height: 52px;
}
.highlightBlock .block.bg1 {
    background: #0A0A0A;
}
.highlightBlock .block.bg2 {
    background: #242424;
}
.highlightBlock .block.bg3 {
    background: #FF6E41;
}
.highlightBlock .block.bg4 {
    background: #be441f;
}



/* 5. Action Box
-------------------------------------------------------------- */
.actionBox {
    margin-top: -20px;
    margin-bottom:50px;
}
.actionBoxInner {
    padding: 24px 0px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #FF6E41;
    clear: both;
    border-radius: 6px;
    z-index: 1;
}
.actionBoxInner:before {
    position: absolute;
    content: '';
    background-color: #FF6E41;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}
.actionBoxContent {
    padding: 20px 40px;
}
.actionBoxContent h3 {
    font-weight: normal;
    font-size: 22px;
}
.actionBoxContent span {
    font-weight: 500;
}
.actionBoxContent:before {
    position: absolute;
    content: '';
    background-color: #FF6E41;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}
.actionBoxContent:after {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,.2);
    width: 90%;
    height: 50%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}
.actionButton {
    margin-top:25px;
    text-align: right;
}
.actionButton .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-width: 2px;
}





.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    font-size: 24px !important;
    margin: 10px 5px !important;
    padding: 4px 20px !important;
    background: #efefef !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    min-width: 40px;
    border: 1px solid #ccc !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #FF6E41 !important;
    border-color:  #be441f !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .item h5 {
    font-weight: 500;
    font-size: 15px;
    text-align:center;
    margin-top: 10px;
    margin-bottom:20px;
}
.owl-carousel .item a {
    text-decoration: none;
    color: #272727;
}
.owl-carousel .item img {
    transition: transform .2s;
}
.owl-carousel .item img:hover,
.owl-carousel .item img:focus {
    transform: scale(1.1);
}





.wheat {
    position: absolute;
    right: 0px;
    opacity: 0.1;
    bottom: 10px;
}
.wheat.top {
    right: auto;
    left:0px;
    opacity: 0.1;
    top: 10px;
}

.ui-decor {
    position: absolute;
    top: -1px;
    right: 0;
    left: 9%;
    display: block;
    height: 1px;
    background: #f5f5f5;
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .ui-decor {
        height: 52px;
        -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%);
        clip-path: polygon(0 0, 100% 0, 96% 100%);
    }
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .ui-decor_mirror {
        -webkit-clip-path: polygon(0 0, 100% 0, 6% 100%);
        clip-path: polygon(0 0, 100% 0, 6% 100%);
    }
}
.ui-decor_down {
    top: auto;
    bottom: -1px;
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .ui-decor_down {
        -webkit-clip-path: polygon(6% 0, 100% 100%, 0% 100%);
        clip-path: polygon(6% 0, 100% 100%, 0% 100%);
    }
}
.ui-decor_center {
    right: 9%;
}
.ui-decor_full_width {
    left: 0;
}
.ui-decor_up {
    z-index: 10;
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .ui-decor_sm-h {
        height: 32px;
        -webkit-clip-path: polygon(0 0, 100% 0, 2.5% 100%);
        clip-path: polygon(0 0, 100% 0, 2.5% 100%);
    }
}

/* Footer Start Here
-------------------------------------------------------------- */
footer {
    background: #1f1f1f url('./../../images/templates/template32/foot-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0px 0px;
    position: relative;
    color:#bbb;
}
.footerFigure {
    position: absolute;
    z-index: 1;
    top: -180px;
    left: -30px;
}
.footerDecor {
    position: absolute;
    top: -1px;
    right: 84px;
    left: 84px;
    display: block;
    background-color: #fff;
    height: 1px;
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .footerDecor {
        height: 47px;
        -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
    }
}
.footerTop hr {
    border-color: rgba(221, 221, 221, 0.1);
}
.footerBlock {
    padding: 30px 0px 50px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1);
    font-size: 14px;
    color: #bbb;
}
.footerBlock .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footerBlock p {
    margin-bottom: 10px;
}
.footerBlock ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 5px;
}
.footerBlock ul li a {
    color: #bbb;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.footerBlock ul li a:hover,
.footerBlock ul li a:focus { 
    color: #fff;
}
.copyright {
    padding: 20px 0px 0px;
    color: #bbb;
    font-size: 13px;
}
.copyright a {
    color: #bbb;
    text-decoration: none;
}
.copyright a:hover {
    color: #fff;
}
.language {
    position: fixed;
    bottom: 0px;
    right: 30px;
}


/* Video Icon
-------------------------------------------------------------- */
.bg-section {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    border: 5px solid #fff;
    overflow: hidden;
}
.homewcu .bg-section {
    border-color: #be441f;
}
.videoOverlay {
    padding:20% 0px;
}
.homewcu .videoOverlay {
    background: rgba(0,0,0,0.5);
}
.video-icon {
    position: relative;
}
.video-icon a {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    width: 104px;
    height: 104px;
    border-radius: 52px;
    box-shadow: 2px 0px 30px rgba(3, 15, 39, 0.1);
}
.video-icon a:after {
    text-indent: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -15px;
    border-width: 14px 22px;
    border-style: solid;
    border-color: transparent;
    transition: all ease 0.3s;
    border-left-color: #FF6E41;
}
.video-icon .circle {
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 120px;
    height: 120px;
    top: -8px;
    left: -8px;
}
.video-icon .circle {
    position: absolute;
    border-radius: 100%;
    animation: circle-fade-inf 3s infinite ease-in-out;
    transition: all 0.5s;
}

@keyframes circle-fade-inf {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}




.bc {
    position: relative;
    color:#fff;
}
.bc.image {
    background: url('./../../images/templates/template32/bc.jpg') center center no-repeat;
    background-size: cover;
}
.bc .map {
    margin-bottom:-10px;
}
.bc .bcContent {
    padding: 70px 0px 110px;
}
.bc .breadcrumb {
    display: inline-flex;
    width: auto;
    background: none;
    color: #fff;
    padding: 0px;
}
.bc .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bc .breadcrumb li,
.bc .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}
.bc .bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0px;
    width: 100%;
    z-index: 99;
    height: 40px;
    background: url('./../../images/templates/template32/bottom_mask.png') center bottom no-repeat;
}
.pageContent {
    padding:80px 0px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.pageHeading {
    border-bottom: 1px solid #dedede;
    padding-bottom:10px;
    margin-bottom:20px;
    font-weight: 500;
    font-size: 24px;
}
.subHeading {
    font-size: 16px;
}
.card-title {
    font-size:20px;
}

.box{
    background: transparent;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 5px;
    border: 1px solid #dedede;
}
.box:hover{
    background: linear-gradient(#FF6E41, #1565C0);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}
.box:after{
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}
.box .box-content:before,
.box .box-content:after{
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}
.box .box-content:after{
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}
.box:hover:before,
.box:hover:after{
    width: 80%;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    height: 80%;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.box:hover img{
    opacity: 0.2;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box .inner-content{
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.box .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}
.box .post{
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}
.box:hover .title,
.box:hover .post{
    opacity: 1;
    transform: rotate(0);
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
}
.box .icon li{
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease;
}
.box:hover .icon li{ transform: rotate(0); }
.box .icon li a{
    color: #FF6E41;
    background: #fff;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.box .icon li  a:hover{
    color: #fff;
    background: #FF6E41;
    border-radius: 0 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

.iconBlock {
    position: relative;
    padding: 140px 0px;
    background: url('./../../images/templates/template32/parrallox.jpg') center center no-repeat fixed;
    background-size: cover;
    color:#fff;
    text-shadow: 1px 1px 2px #343434;
}
.iconBlock .card { 
    background: transparent;
    border-color: transparent;
    color:#fff;
}
.iconBlock .right {
    border-right:1px solid #dedede;
}
.iconBlock .card img { 
    background: #fff;
    padding:10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #343434;
}
.homeIconBlock .card i {
    color: #FF6E41;
}
.homeIconBlock .card:hover {
    background: #FF6E41;
    color: #fff;
}
.homeIconBlock .card:hover i {
    color:#fff;
}



/* Video Gallery Start Here */
.video-item {
    margin-bottom: 30px;
    border: 1px solid #dedede;
    padding: 5px;
}
.video-item h3 {
    font-weight: 500;
    font-size: 20px;
}


/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 33.339%; }

.pageContent .content {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index: 99;
}


/* WCU Start Here */
.wcu {
    padding: 60px 0px 30px;
    background: #f5f5f5 url('./../../images/templates/template32/bc.jpg') center center no-repeat fixed;
    background-size:cover;
    font-size: 16px;
    line-height: 28px;
}
.homewcu {
    background: #fff;
}
.wcu .card-header {
    padding: 0px;
}
.wcu .card-header a {
    font-size: 20px;
    color: #171717;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
}
.wcu .card-header a span {
    margin-top:5px;
}
.product-image {
    border: 1px solid #ccc;
    padding: 5px;
}
.single-product {
    font-size: 16px;
}
.single-product .nav-item {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.single-product .table th {
    font-weight: 500;
}


/* Step box Start Here */
.row.gutter-md {
    margin-right: -25px;
    margin-left: -25px;
}
.row.gutter-md>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}
.stepbox {
    color: #535353;
    padding: 25px;
    min-height: 100px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #ededed;
    z-index:9
}
.stepbox.first:after,
.stepbox.second:after {
    position:absolute;
    content: '';
    margin-top: 0;
    top: 0;
    right: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index:-1;
}
.stepbox.second:before,
.stepbox.third:before {
    position:absolute;
    content: '';
    margin-top: 0;
    top: 0;
    left: -5px;
    background-color: #ededed;
    width: 40%;
    height: 100%;
    border-radius: 5px;
    -webkit-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    z-index:-1;
}
.stepbox-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stepbox-desc {
    font-size: 14px;
}
.stepbox.third,
.stepbox.third:before {
    background: #FF6E41;
    color: #fff;
}


.homeAbout {
    padding: 50px 0px;
    background: #f5f5f5 url('./../../images/templates/template32/bc.jpg') center center no-repeat fixed;
}
.homeAbout .content {
    padding: 50px 0px 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}


.callButton {
    background: #fff;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    border-radius: 46px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px #999;
}
.callButton img {
    margin: -2px;
}
.callButtonContent {
    display: inline-block;
    padding-left: 10px;
    padding-right: 20px;
    min-height: 20px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 20px;
}
.callButton a.callLink {
    text-decoration: none;
    color: #00a036;
}
.followUs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 99;
}
.followUs ul li a {
    display: block;
    margin: 20px 0px;
    color: #fff !important;
    font-size: 28px;
    width: auto !important;
    height: auto !important;
    padding: 15px;
}




@media (max-width: 1920px) { 
    .footerFigure {
        top:-140px;
    }
    .footerFigure img {
        height:260px;
    }
}
@media (max-width: 1599px) { 
    .footerFigure {
        top:-100px;
    }
    .footerFigure img {
        height:200px;
    }
}
@media (max-width: 1199px) { 
    .footerFigure {
        display: none;
    }
    .navbar-brand img {
        height:50px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-left: 8px;
        padding-right:8px;
    }
    .wheat img {
        width:100%;
    }
    .box .title {
        font-size: 16px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 14px;
        padding-bottom:14px;
    }
}
@media (max-width: 991px) { 
    .ui-decor, .footerDecor {
        height:30px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 5px;
        padding-bottom:5px;
        text-align:left;
    }
    .navbar-dark .navbar-nav .nav-link i {
        display:inline-block;
        margin-right:10px;
    }
    .footerDecor {
        right: 40px;
        left: 40px;
    }
    .footerFigure {
        display: none;
    }
    .footerBlock .text-right {
        text-align:left !important;
    }
    .wheat img {
        width:100%;
    }
    .bc .bcContent {
        padding: 30px 0px 30px;
    }
    .bc .bcTitle {
        font-size: 28px;
    }

    #topBar ul.list-inline {
        text-align: center !important;
    }
    .navbar-toggler {
        border-color: #343434;
        color: #343434;
        opacity: 1;
        background: #343434;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 36px;
    }
    .footerTop,
    .footerTop .text-right,
    .copyright,
    .copyright .text-right {
        text-align: center !important;
    }
    .footerInner {
        margin-bottom:30px;
    }
    .actionBox { 
        margin-top: 50px;
    }
    #wcu {
        margin-top: 30px;
    }
    .stepbox.first:after,
    .stepbox.second:before,
    .stepbox.second:after,
    .stepbox.third:before {
        display: none;
    }
    .row.gutter-md {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.gutter-md>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .product-image {
        margin-bottom:30px;
    }
    .single-product .nav-item {
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
    }
}
@media (max-width: 991px) { 
    .footerLogo img {
        max-width:100%;
    }
}