/*
Theme Name: acfteambuilding
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/* Universal */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
    overflow-x: hidden;
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.row-box {
    display: inline-block;
    width: 100%;
}

a:hover {
    color: #942d4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 30px;
}

p,ul {
    line-height: 30px;
    margin-bottom: 10px;
}

section {
    width: 100%;
    float: left;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

div {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0px;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col1 {
    width: 8.33333333%;
}

.col2 {
    width: 16.66666667%;
}

.col3 {
    width: 25%;
}

.col4 {
    width: 33.33333333%;
}

.col5 {
    width: 41.66666667%;
}

.col6 {
    width: 50%;
}

.col7 {
    width: 58.33333333%;
}

.col8 {
    width: 66.66666667%;
}

.col9 {
    width: 75%;
}

.col10 {
    width: 83.33333333%;
}

.col11 {
    width: 91.66666667%;
}

.col12 {
    width: 100%;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    float: left;
}

@media (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
section > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.header-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #942d4f;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
input, textarea {
    width: 100%;
    line-height: 46px;
    padding: 0 10px;
    border: none;
    background: rgba(255, 255, 255, .7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.form-group {
    margin-bottom: 10px;
    padding: 0 8px;
}
.text-center{
    text-align: center;
}
@media (max-width: 767px) {

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        width: 100%;
    }

}


/* Main class for all */


/* Top Header */
.top-header {
    background: #000;
    width: 100%;
    float: left;
    padding: 7px 0;
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li i {
    line-height: 36px;
    width: 32px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.phone-header,
.email-header {
    float: left;
    margin-right: 10px;
}

.phone-header a,
.email-header a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    line-height: 36px;
    margin-left: 10px;
}
.phone-header a:hover,
.email-header a:hover {
    opacity: .8;
}
.phone-header a i,
.email-header a i {
    margin-right: 5px;
}
.stellarnav > ul > li a.active {
    color: #942d4f;
}
.stellarnav > ul > li a:hover {
    color: #942d4f;
}
.social-media {
    width: auto;
    float: right;
}

.social-media ul li .fa-facebook:hover {
    background: #314e91;
}
.social-media ul li .fa-twitter:hover {
    background: #45a3dc;
}
.social-media ul li .fa-instagram:hover {
    background: #9c7b6e;
}
.social-media ul li .fa-linkedin:hover {
    background: #5175ca;
}
.social-media ul li .fa-pinterest:hover {
    background: #CB2027;
}

/* End Top Header */

/* logo section */
.logo {
    float: left;
    margin: 12px 0;
}

header {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
}
.social-media ul {
    margin-bottom: 0px;
}
.logo img {
    width: auto;
    max-width: 100%;
}

.bottom-header {
    float: left;
    width: 100%;
}

/* End logo section */

/* Menu section */
.stellarnav {
    position: relative;
    float: right;
}

.stellarnav a {
    color: #777;
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.stellarnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle;
}

.stellarnav li a {
    text-transform: uppercase;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.stellarnav > ul > li {
    display: inline-block;
}

.stellarnav > ul > li > a {
    padding: 41px 12.5px;
    font-weight: bold;
    color: #fff;
}

.stellarnav ul ul {
    top: auto;
    width: 270px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #942d4f;
}

.stellarnav li li {
    display: block;
}

.stellarnav ul ul ul {
    top: 0;
    /* dd animtion - change to auto to remove */
    left: 220px;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.stellarnav > ul > li.drop-left > ul {
    right: 0;
}

.stellarnav li.drop-left ul ul {
    left: auto;
    right: 220px;
}

.stellarnav.light {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
    color: #000;
}

.stellarnav ul ul li a {
    padding: 15px;
    border-bottom: 1px solid #e8652e;
    color: #fff;
}

.stellarnav ul ul li a:hover {
    background: #ffffff;
    color: #942d4f;
}

.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
    color: #000;
}

.stellarnav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

body.stellarnav-noscroll-x {
    overflow-x: hidden;
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: inline-block;
}

.stellarnav li li.has-sub > a:after {
    margin-left: 10px;
    float: right;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: relative;
    top: 4px;
}

.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFF;
}

.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
    display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
}

.stellarnav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0;
}

.stellarnav.desktop li.has-sub a {
    padding-right: 5px;
}

.stellarnav.desktop.hide-arrows li.has-sub a {
    padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
    display: none;
}

.stellarnav a.dd-toggle .icon-plus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 12px;
    height: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #000;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
    border-color: #000;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
    border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
    border-color: #FFF;
}

.stellarnav .icon-close {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}

.stellarnav .icon-close:before {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 3px #777;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav .icon-close:after {
    content: '';
    display: block;
    width: 12px;
    height: 0px;
    top: 50%;
    border-bottom: solid 3px #777;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
    border-color: #000;
}

.stellarnav.light .icon-close:after {
    border-color: #000;
}

.stellarnav.dark .icon-close:before {
    border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
    border-color: #FFF;
}

.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.menu-toggle {
    border: 1px solid #fff !important;
    margin: 26px 0;
}

.stellarnav .menu-toggle span.bars {
    display: inline-block;
    position: relative;
    top: 3px;
}

.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 6px;
    background: #777;
    margin: 0 0 3px;
}

.stellarnav .full {
    width: 100%;
}

.stellarnav .half {
    width: 50%;
}

.stellarnav .third {
    width: 33%;
    text-align: center;
}

.stellarnav .location-btn-mobile.third {
    text-align: center;
}

.stellarnav .location-btn-mobile.half {
    text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
    border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
    border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
    border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
    background: #6f3a95;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #fff;
}

.stellarnav.mobile {
    position: static;
}

.stellarnav.mobile.fixed {
    position: static;
}

.stellarnav.mobile ul {
    position: relative;
    display: none;
}

.stellarnav.mobile.active {
    padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
    display: block;
}

.stellarnav.mobile ul {
    text-align: left;
}

.stellarnav.mobile > ul > li {
    display: block;
}

.stellarnav.mobile > ul > li > a {
    padding: 15px;
}

.stellarnav.mobile ul {
    background: rgba(221, 221, 221, 1);
}

.stellarnav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -webkit-transition: none;
    transition: none;
}

.stellarnav.mobile ul ul ul {
    left: auto;
    top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
    right: auto;
}

.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile.light > ul {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile li a.dd-toggle {
    border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
    border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
    display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
}

.stellarnav.mobile.light ul {
    background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
    background: rgba(0, 0, 0, 1);
}

.stellarnav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08);
}

.stellarnav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.stellarnav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
    display: none;
}

.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right > ul {
    right: 0;
    z-index: 9999;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    display: inline-block;
    text-align: right;
}

.stellarnav.mobile.left > ul {
    left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
    text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
    text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
    text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
    display: none;
}

.stellarnav.desktop li.mega ul ul {
    background: none;
}

.stellarnav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
    display: block;
    position: relative;
    left: 4px;
}

.stellarnav.desktop li.mega ul ul {
    width: auto;
}

.stellarnav.desktop > ul > li.mega {
    position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
    width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
    display: block;
    position: relative;
    left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
    padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
    display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
    color: yellow;
}

/*
.stellarnav > ul > li > a:hover {
    color: #942d4f;
}
*/



/* End Menu section */



/* Slider */
.homepage {
    float: left;
    width: 100%;
    margin-top: 50px;
}

section.banner {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
}


.main-carousel1 .slide-item img {
    opacity: 0.5;
    position: relative;
}


.main-carousel1 .slide-text {
    position: absolute;
    text-align: center;
    width: 100%;
    padding:0 10px;
    max-width: 100%;
    margin-top: 40px;
}

.main-carousel1 .slide-text h1,
.main-carousel1 .slide-text h4 {
    color: #fff;
}

.main-carousel1 .slide-text h1 {
    font-size: 45px;
    line-height: 52px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}

.main-carousel1 .slide-text p {
    font-size: 21px;
    color: #fff;
    line-height: 29px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 29px;
}



.main-carousel13 .slide-text h1 {
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    padding: 8px 0px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.main-carousel13 .slide-text p {
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 15px;
    background: #942d4f;
    width: 97%;
    margin: 0px auto;
}

.main-carousel1 .slide-text a.btn {
    margin-top: 15px;
}

.main-carousel1 .owl-nav span.fa {
    font-size: 28px;
}

.main-carousel1 .owl-nav .owl-prev,
.main-carousel1 .owl-nav .owl-next {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f58635 !important;
    color: #fff !important;
    width: 35px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 9px;
    border-radius: 4px;
    top: 45%;
}

.main-carousel1 .owl-nav .owl-prev {
    left: 0;
}

.main-carousel1 .owl-nav .owl-next {
    right: 0;
}

.main-carousel1 .slide-item {
    width: 100%;
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.main-carousel13 .slide-item {
    width: 100%;
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    background-size: cover;
    background-position: center center;
}



.main-carousel13 {
    width: 100%;
}


/* About css */
.about-section {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.about-section .container {
    position: relative;
}

.about-section .box-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #942d4f;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 60px;
}


.about-section .box-text p {
    color: #000;
}
a.about-btn {
    background: #942d4f;
    width: 241px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
}
a.about-btn:hover{
    background: #000;
}

/* End About css */


/* Event section */
.event-section {
    text-align: center;
padding-top: 0px;
}


.event-box {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0px 15px;
}
.event-box-img{
 position: relative;
}
.event-box-img img{
    width: 100%;
    height: 306px;
    -o-object-fit: cover;
       object-fit: cover;
    
}
.event-box-txt {
    padding: 10px 5px 10px;
    float: left;
    width: 100%;
    margin-top: 0px;
    background: #000;
}
.event-box .overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.62);
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 18px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.event-box:hover .overlay {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}
.event-box-txt h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
margin-top:0px;
}



/* Form section */
section.form-section {
    background: #942d4f;
}
.form-section .container{
    position: relative;
}
section.form-section > img {
    opacity: .2;
}
section.form-section .header-text h2 {
   text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.btn-form {
    width: 170px;
    text-align: center;
    font-size: 20px;
    background: #00bcd5;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: button;
}

.btn-form:hover{
    background: #000;
}


/* Gallery CSS */
section.gallery-section {
    padding-bottom: 0px;
}
.popup-gallery a {
    width: 25%;
    float: left;
}
.popup-gallery a img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


/* Form section */



/* client section */
.client-section {
    text-align: center;
}

.client-section .header-text{
margin-bottom: 70px;
}
.client-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.client-section .header-text h2 {
    margin: 10px 0;
}
.main-carousel2 .owl-nav button {
    position: absolute;
    top: 33%;
    font-size: 30px !important;
    padding: 0px !important;
    color: #fff !important;
    border-radius: 40px;
    background: #942d4f !important;
    width: 40px;
    height: 40px;
}

.main-carousel2.owl-carousel,
.main-carousel2.owl-carousel .owl-item {
    position: relative !important;
}

.main-carousel2 button.owl-prev {
    left: -60px;
}
.main-carousel2 button.owl-next {
    right: -60px;
}
/* Client css */

/*--- footer ---*/
.footer-section {
    float: left;
    width: 100%;
    background: #1d1f22;
    padding: 50px 0;
}
.footer-section .header-text h2{
    color: #fff;
    text-align: center;
}
.social-media-footer ul li i {
    line-height: 40px;
    width: 40px;
    color: white;
    margin-right: 6px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
}
.social-media-footer ul li i:hover {
    opacity: .7;
}
.social-media-footer ul{
    list-style: none;
    padding: 0px;
}
.social-media-footer ul li, .quick-links li{
    display: inline;
}

.social-media-footer ul{
    list-style: none;
}
.social-media-footer ul li .fa-facebook {
    background: #314e91;
}
.social-media-footer ul li .fa-twitter {
    background: #45a3dc;
}
.social-media-footer ul li .fa-instagram {
    background: #9c7b6e;
}
.social-media-footer ul li .fa-linkedin {
    background: #5175ca;
}
.social-media-footer ul li .fa-pinterest {
    background: #CB2027;
}
.quick-links li a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    text-transform: uppercase;
}
.quick-links li a:hover{
    color:#942d4f;
}
.quick-links {
    margin-top: 25px;
}
.copy p {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
}
/*Footer css*/

/*About us page css*/

.inner-about-section .box-text figure img{
 max-width: 100%;
    margin-bottom: 10px;
}
.inner-about-section .box-text figure {
    float: left;
    max-width: 400px;
    margin: 0 15px 10px 0;
    width:100%;
}
.inner-about-section .box-text h2{
    font-size: 30px;
    text-transform: uppercase;
    color: #942d4f;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align:center;
}

.box-text15 p {
    float: left;
    width: 100%;
    text-align: center;
    background: #74043e;
    color: white;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
}

/*About us page css*/
/*contact us page css*/
section.contact-form-section {
    background: #942d4f;
}
.contact-form-section .header-text h2 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.contact-form-section .container{
    position: relative;
}
section.contact-form-section  > img {
    opacity: .2;
}
.contact-details ul {
    list-style: none;
    color: white;
    margin-bottom: 10px;
}
.contact-details ul a {
    color: #fff;
    text-decoration: none;
}
section.contact-form-section .social-media-footer {
    margin-bottom: 50px;
}
.innerpage .main-carousel13 .slide-text {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.innerpage .main-carousel13 .slide-item {
    display: inline-block;
}



a.contact {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #942d4f;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 0;
}

.main-carousel13 img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: .7;
}
input.check {
    width: auto;
    cursor: pointer;
}
.form-box label {
    color: white;
    line-height: 30px;
    cursor: pointer;
}
/*contact us page css*/
.form-group textarea {
    height: 150px;
}

input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

span.wpcf7-list-item-label {
    color: #fff;
    line-height: 30px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
span.wpcf7-not-valid-tip {
    line-height: 23px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    width: 100%;
    float: left;
    line-height: 24px;
    color: white;
}



/* testimonial */
section.testimonial-box {
    background: #f7f7f7;
}
.testimonial {
    background-color:#942d4f;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0px 15px 160px;
    position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid #942d4f;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -38px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
	min-height:200px;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #942d4f;
  overflow: hidden;
  z-index: 1;
  position: relative;
	max-width:100px;
}

.testimonial-box .testimonial .pic img {
  width: 100% !important;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #942d4f;
}

.testimonial .owl-controls {
  margin-top: 20px;
}

.testimonial .owl-pagination {
  display: flex;
  justify-content: center;
}

.testimonial .owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.testimonial .owl-page:hover,
.testimonial .owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.testimonial .owl-page:not(first-item) {
  margin-left: 10px;
}
/* New css */
.page-id-155 .inner-about-section img.size-full.wp-image-338.aligncenter {
    float: left;
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 15px 8px 0;
}
.page-id-155 .inner-about-section .box-text h2{
    margin-bottom: 30px;
}
.page-id-155 section.inner-about-section {
    background: url(http://webdesigndemo1.com/acfteambuilding/wp-content/uploads/2020/02/pablo-heimplatz-ZODcBkEohk8-unsplash-scaled.jpg);
    background-blend-mode: color-dodge;
    background-color: rgba(255, 255, 255, 0.88);
    background-size: 100%;
}
.inner-about-section h4 {
    font-size: 20px;
    font-weight: bold;
	    color: #942d4f;
}
.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image,.page-id-155 .inner-about-section img.size-full.wp-image-338.aligncenter,.inner-about-section .box-text figure img,.popup-gallery a img{
	transition: .5s;
}
.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image:hover,.page-id-155 .inner-about-section img.size-full.wp-image-338.aligncenter:hover,.inner-about-section .box-text figure img:hover, .popup-gallery a img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.box-section-txt {
    padding: 15px;
    border: 1px solid #efefef;
}
.quick-links.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.quick-links.text-center ul li{
	float:left;
}
.quick-links.text-center ul{
	margin:0px;
}
.delete_event_id{
	float:left;
}
.product-left > b{
	line-height:28px;
}
/* Media Queries*/
@media (min-width: 768px){
.navbar-nav>li {
    float: none;
}
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 991px) {
.page-id-155 .inner-about-section img.size-full.wp-image-338.aligncenter {
    max-width: 100%;
    width: 100%;
}
	.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image{	
    width: 100%;
	}
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




@media(max-width:1300px) {
 .main-carousel2 button.owl-prev {
    left: 0px;
}   
 .main-carousel2 button.owl-next {
    right: 0px;
}   
}
@media(max-width:1200px) {
    /* Slider css   */
    .owl-carousel.main-carousel1 .owl-item img {
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    /* Slider css   */
}
@media only screen and (max-width : 1024px) {
    /* Menu css   */
    .stellarnav > ul > li > a {
        padding: 20px 23px;
    }


    .stellarnav li a {
        color: #fff;
    }
    /* Menu css   */
}
@media (min-width:600px) and (max-width:992px) {
 /*  Event css  */
    .event-section .col4{
        width:50%;
    }
/*  Event css  */  
}
@media(max-width:992px) {
    /* Slider css   */
    .owl-carousel.main-carousel1 .owl-item img {
        height: 500px;
    }
    /* Slider css   */
     /* Gallery css   */
    .popup-gallery a {
    width: 50%;
    float: left;
}
/* Gallery css   */
}
@media only screen and (max-width : 768px) {
    
    /* Menu css   */
    .stellarnav {
        overflow: hidden;
        display: block;
    }

    .stellarnav ul {
        position: relative;
        display: none;
    }

    .top-header-call-us span:nth-child(2) {
        display: none;
    }
	.product-left{
		width:35% !important;
		margin:0px !important;
	}
	.product-right{
		width:65% !important;
		margin:0px !important;
	}
	.product-right h3 {
    padding: 0px 0px 0px !important;
		font-size: 15px !important;
	}
    /* Menu css   */
}
@media(max-width:767px) {
/* Top Header css   */
    .top-header .col6 {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .main-carousel2 .owl-nav{
        display: none;
    }
    .phone-header,
    .email-header {
        width: 100%;
    }

    .phone-header a,
    .email-header a {
        line-height: 9px;
        margin-left: 0px;
        display: inline-block;
        margin-bottom: 6px;
    }

    .social-media {
        width: auto;
        float: none;
    }
    
/* Top Header css   */
    
/* Header   */
    .logo img {
    width: 100px;
    max-width: 100%;
}
    a.menu-toggle {
    margin: 11px 0;
}
/* Header   */
    
/* End Slider */
    .owl-carousel.main-carousel1 .owl-item img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main-carousel1 .slide-text h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .main-carousel1 .slide-item {
        height: 468px;
    }

    .main-carousel1 .slide-text p {
        font-size: 17px;
        line-height: 28px;
    }

/* End Slider */
/*  about page css */
    .inner-about-section .box-text figure {
    max-width: 100%;
}
/*  about page css */
}



@media only screen and (max-width : 420px) {

    /* Menu css   */
    .stellarnav.mobile .call-btn-mobile.third span,
    .stellarnav.mobile .location-btn-mobile.third span {
        display: none;
    }
    
    /* Menu css   */
        /* Gallery css   */
    .popup-gallery a {
    width: 100%;
    float: left;
}
/* Gallery css   */
}
@media only screen and (max-width : 320px) {
 .main-carousel13 img {
    width: auto;
    height: 100%;
}   
.owl-carousel .owl-item img {
    width: auto !important;
}
.main-carousel13{
    overflow:hidden;
}
}
/*--- /footer ---*/
.stellarnav > ul > li.active a {
    color: #943d68;
}

.col12 ul {
    margin-left: 25px;
}
.client-img-box-set {
    display: flex;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.client-img-box-set img {
    width: auto !important;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/* About us */
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #943d68;
}
#lightSlider img {
    max-width: 100%;
    width: 100%;
}
#lightSlider{
	margin:0px !important;
}
#lightSlider1 img {
    max-width: 100%;
    width: 100%;
	height:300px;
	object-fit:cover;
}
#lightSlider1{
	margin:0px !important;
}