/*== GENERAL CSS ==*/

a, .ctaArea *, .storeProduct li *, .header * {
    text-decoration: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}


.btn {
    position: relative;
    border: 1px solid #3C797D;
    background: #3C797D;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    min-width: 150px;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none !important;
    font-weight: 500;
}

.btn:hover, .btn:focus {
    background-color: #886444;
    color: #fff;
    border-color: #886444;
}


.main-section {
    padding: 70px 0;
}

.main-section .header-section {
    text-align: center;
}

.main-section .header-section h2 {
    font-size: 66px;
}

.main-section h2 {
    margin-bottom: 30px;
    display: block;
    font-size: 45px;
}

.main-section p {
    font-size: 16px;
    color: #000;
}

.fa-phone {
    transform: rotate(90deg);
}


.socialIcns {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.socialIcns li {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
    margin-right: 4px;
    min-width: 30px;
    background-color: #fff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.socialIcns li:hover {
    background-color: #007ea8;
    color: #fff;
    transform: translateY(5px);
}

.socialIcns li a {
    display: block;
    color: #007ea8;
    font-size: 15px;
}

.socialIcns li:hover a {
    color: #fff;
}

.popUpWrapText {
    margin-top: 50px;
}


.header.scrll .progress-container {

    width: 100%;

    height: 3px;

    background: #ccc;

}


.header.scrll .progress-bar {

    height: 3px;

    background: #886444;

    width: 0%;

}

body {

    cursor: url(../../assets/images/cursor.png), auto;

}


/*=== HEADER CSS ===*/


.header {
    width: 100%;
    position: relative;
}

.header .topBar {
    padding: 15px 0px;
    background: #000;
}

.header .topBar .leftTopBar {
}

.header .topBar .leftTopBar ul li {
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
    margin-left: 50px;
}

.header .topBar .leftTopBar ul li p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 12px;
}

.header .topBar .leftTopBar ul li p span {
    display: block;
}

.header .topBar .leftTopBar ul li svg {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
}


.header .topBar .rightTopBar {
    text-align: center;
    margin-top: 6px;
}

.header .topBar .rightTopBar ul li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.header .topBar .rightTopBar ul li a {
    color: #fff;
    transition: 0.4s;
    display: block;
}

.header .topBar .rightTopBar ul li a:hover {
    transform: translateY(5px);
}


.header .navigation a#pull {
    display: none;
    position: absolute;
    transition: 0.5s;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 16px;
    top: -72px;
    right: 15px;
    background: linear-gradient(to left, rgb(192 158 123), rgb(140 105 72));
    border: 2px solid #fff;
}

.header .navigation a#pull:hover {
    box-shadow: 0 0 4px #fff;
}

.header .logoBar {
    padding: 15px 0;
    background: #fff;
}

.header .logo {
    display: block;
    width: 130px;
}

.header .navigation {
    float: none;
    position: relative;
    margin-top: 55px;
}

.header .navigation ul li {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0;
}

.header .navigation ul li .subMenu {
    position: absolute;
    top: 20px;
    left: 0;
    width: 225px;
    background: #fff;
    display: none;
    padding: 15px;
}

/*

.header .navigation ul li:hover .subMenu{display: block;}

.header .navigation ul li .subMenu li{display: block; margin: 0 0 5px;}

.header .navigation ul li .subMenu li:last-child{margin: 0;}

.header .navigation ul li .subMenu li a{color: #333;display: inline-block;}

.header .navigation ul li .subMenu li:hover a{padding-left: 15px;}

.header .navigation ul li .subMenu li a::before {display: none;}

.header .navigation ul li .subMenu li a svg{color: #886444;position: absolute;top: 3px;left: -15px;opacity: 0;}

.header .navigation ul li .subMenu li:hover a svg{opacity: 1;left: 0;}*/

.header .navigation ul li a {
    font-size: 18px;
    display: block;
    color: #444444;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid transparent;
}

.header .navigation ul li a::before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 0;
    background-color: #886444;
}

.header .navigation ul > li:hover > a::before, .header > .navigation > ul > li > a.active::before {
    opacity: 1;
    width: 100%;
}

.header .logoBar .btn {
    min-width: auto;
    margin-top: 44px;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    text-transform: capitalize;
}

.socialArea {
}

.socialArea li {
    display: inline-block;
    margin-left: 15px;
}

.socialArea li a {
    color: #886444;
    font-size: 16px;
    display: block;
}

.socialArea li a:hover {
    transform: translateY(5px);
    color: #886444;
}


.banner {
    position: relative;
    overflow: hidden;
}

/*.banner ul.cycle-slideshow{width: 800px; margin: 0 auto; overflow: visible !important;}

.banner ul.cycle-slideshow li.cycle-slide{width: 800px !important; margin: 0 10px;}*/

.banner img {
    width: 100%;
}

.banner figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 29, 95, 0.4);
    opacity: 0.73;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner figure {
}

.banner ul.cycle-slideshow li figure figcaption {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    white-space: normal;
    padding: 0 50px;
    opacity: 0;
    display: none;
}

.banner ul.cycle-slideshow li.cycle-slide-active figure figcaption {
    opacity: 1;
    display: block;
}

.banner figcaption h1 {
    font-size: 37px;
    font-weight: 400;
}

.banner figcaption h1, .banner figcaption h3 {
    color: #fff;
}

.banner figcaption h3 {
    font-size: 30px;
    font-weight: 300;
}


.cycle-slideshow ul, .cycle-slideshow li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: top;
}

.cycle-slideshow ul li img {
    width: 100%;
}

.banner .cycle-pager {
    bottom: 36px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    max-width: 150px;
    z-index: 100;
}

.banner .cycle-pager span {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 0px;
    margin: 4px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}

.banner .cycle-pager span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banner .cycle-pager span.cycle-pager-active {
    margin: 4px 6px;
    background: #886444;
    height: 13px;
    width: 13px;
}

.banner .cycle-pager span.cycle-pager-active::before {
    height: 25px;
    width: 25px;
    left: -6px;
    border-width: 2.5px;
}

.banner .cycle-pager > * {
    cursor: pointer;
}

.cycle-caption {
    opacity: 1;
    z-index: 99;
}

.caption1 {
    -moz-animation: fadeInRight 0.8s ease-in 0.8s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 0.8s backwards;
    animation: fadeInRight 0.8s ease-in 0.8s backwards;
    opacity: 1;
}

.caption2 {
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    opacity: 1;
}

.caption3 {
    -moz-animation: fadeInRight 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1.7s backwards;
    animation: fadeInRight 0.8s ease-in 1.7s backwards;
    opacity: 1;
}

.caption4 {
    -moz-animation: fadeInUp 0.8s ease-in 1.9s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.9s backwards;
    animation: fadeInUp 0.8s ease-in 1.9s backwards;
    opacity: 1;
}

#progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 0px;

    background: -moz-linear-gradient(left, rgba(30, 30, 30, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 30, 30, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.8))); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(left, rgba(30, 30, 30, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(left, rgba(30, 30, 30, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(left, rgba(30, 30, 30, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); /* IE10+ */

    background: linear-gradient(to right, rgba(30, 30, 30, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1e1e1e', endColorstr='#cc000000', GradientType=1); /* IE6-9 */
    z-index: 99999;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.home-section-one {
    padding-bottom: 0;
}

.home-section-one .sec1Wrap {
    border-bottom: 1px solid #707070;
    padding-bottom: 70px;
}

.home-section-one .sec1Wrap p {
    line-height: 40px;
    padding-right: 50px;
    margin-bottom: 30px;
}


.home-section-two {
}

.home-section-two .sec2Wrap {
    padding-right: 15px;
}

.home-section-two .sec2Wrap figure {
}

.home-section-two .sec2Wrap figure img {
    width: 100%;
}

.home-section-two .sec2Wrap figure h3, .home-section-two .sec2Wrap figure figcaption h4, .home-section-two .sec2Wrap figure figcaption p, .home-section-two .sec2Wrap figure figcaption ul li, .home-section-two .sec2Wrap figure figcaption .postSocial a {
    color: #fff;
}

.home-section-two .sec2Wrap figure h3, .home-section-two .sec2Wrap figure figcaption h4 {
    font-family: 'Raleway';
}

.home-section-two .sec2Wrap figure h3, .home-section-two .sec2Wrap figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px;
}

.home-section-two .sec2Wrap figure h3 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
}

.home-section-two .sec2Wrap figure figcaption {
    bottom: 00;
    top: auto;
}

.home-section-two .sec2Wrap figure figcaption h4 {
    font-size: 32px;
}

.home-section-two .sec2Wrap figure figcaption p {
    font-size: 20px;
    font-weight: 300;
}

.home-section-two .sec2Wrap figure figcaption ul {
    float: left;
}

ul.heartWrp li:first-child {
    display: none;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 10px;
}

ul li {
    display: inline-block;
    vertical-align: middle;
}

ul li svg {
    margin-right: 5px;
}

.home-section-two .sec2Wrap figure figcaption .postSocial {
    float: right;
}

.home-section-two .sec2Wrap figure figcaption .postSocial a {
    padding: 2px;
    background: #fff;
    color: #000000;
    font-size: 14px;
    min-width: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 1px;
    margin-left: 5px;
}

.home-section-two .sec2Wrap2 {
    padding-left: 15px;
}

.home-section-two .sec2Inr {
    margin-bottom: 25px;
}

.home-section-two .sec2Inr figure, .home-section-two .sec2Inr figcaption {
    vertical-align: middle;
    display: inline-block;
}

.home-section-two .sec2Inr figure {
    width: 40%;
}

.home-section-two .sec2Inr figcaption {
    width: 55%;
    margin-left: 15px;
}

.home-section-two .sec2Inr figcaption h3 {
    font-size: 26px;
    color: #000;
}

.home-section-two .sec2Inr figcaption p {
}

.home-section-two .sec2Inr figcaption ul {
}

.home-section-two .sec2Inr figcaption ul li {
    font-size: 15px;
    border-color: #000;
}

.home-section-two .sec2Inr figcaption ul li:last-child {
    display: block;
}

.home-section-two .sec2Inr figcaption ul li:last-child a {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

.home-section-two .sec2Inr figcaption ul li svg {
    color: #FF7575;
}

.home-section-two .sec2Wrap2 a {
    font-size: 22px;
    color: #886444;
    text-transform: capitalize;
    font-weight: 700;
    border-bottom: 2px solid #886444;
}


.home-section-three {
}

.home-section-three .sec3Wrap {
    border-radius: 12px;
}

.home-section-three .sec3Wrap figure {
    height: 379px;
    overflow: hidden;
}

.home-section-three .sec3Wrap figure img {
    width: 100%;
}

.home-section-three .sec3Wrap figcaption {
}

.home-section-three .sec3Wrap figcaption h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}

.home-section-three .sec3Wrap figcaption p {
    font-size: 15px;
    line-height: 24px;
}

.home-section-three .sec3Wrap figcaption a.btn:hover {
    background: #886444;
    color: #fff;
    border-color: #886444;
}


.home-section-four {
    background: #f2f2f2;
}

.home-section-four ul li {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    margin: 24px 10px 0;
}

.home-section-four ul li a {
    display: block;
    overflow: hidden;
}

.home-section-four ul li a figure {
    background: #000; /*padding: 2px;*/
    border: 3px solid #886444;
    overflow: hidden;
    box-shadow: 0 1px 4px #000;
    height: 140px;
    overflow: hidden;
}

.home-section-four ul li a figure img {
    transition: 0.4s;
}

.home-section-four ul li a:hover figure img {
    transform: scale(1.2);
}


.home-section-five {
    background: url(../../assets/images/ctaBg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.home-section-five h3 {
    font-size: 40px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    text-transform: none;
}


/*=== FOOTER CSS ===*/


.footer {
    border-top: 2px solid #886444;
}

.footer .footerLogo {
    text-align: center;
    margin-top: 150px;
}

.footer .footerLogo img {
    width: 150px;
}

.footer .topFootr {
    padding: 50px 0;
}

.footer .topFootr .footWrp {
}

.footer .topFootr .footWrp h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Raleway';
    margin-bottom: 35px;
}

.footer .topFootr .footWrp .postWrp {
    margin-bottom: 15px;
}

.footer .topFootr .footWrp .postWrp figure.fbPostWrp, .footer .topFootr .footWrp .postWrp figure.fbPostWrp iframe {
    width: 100%;
    height: 410px;
}

.footer .topFootr .footWrp .postWrp figure, .footer .topFootr .footWrp .postWrp figcaption {
    display: inline-block;
    vertical-align: middle;
}

.footer .topFootr .footWrp .postWrp figure {
    margin-right: 15px;
    width: 35%;
}

.footer .topFootr .footWrp .postWrp figcaption {
    width: 59%;
}

.footer .topFootr .footWrp .postWrp figcaption p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
}

.footer .topFootr .footWrp .postWrp figcaption p span {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}

.footer .topFootr .mapWrp {
}

.footer .topFootr .mapWrp figure {
    margin-bottom: 15px;
}

.footer .topFootr .mapWrp p {
    font-size: 16px;
    font-weight: 300;
    margin: 3px 0;
}

.footer .topFootr .mapWrp p svg {
    color: #886444;
    margin-right: 6px;
}

.footer .topFootr .mapWrp p strong {
    font-size: 19px;
    color: #8E6A4A;
}

.footer .topFootr .mapWrp ul {
    margin-top: 6px;
}

.footer .topFootr .mapWrp ul li {
    margin-right: 10px;
}

.footer .topFootr .mapWrp ul li a {
    font-size: 22px;
    transition: 0.4s;
    display: block;
}

.footer .topFootr .mapWrp ul li a:hover {
    transform: translateY(5px);
}

.footer .topFootr .mapWrp ul li a svg {
    margin: 0;
}


.footer .copy {
    padding: 15px 0;
    margin: 0 40px;
    border-top: 1px solid #707070;
}

.footer .copy p {
    margin: 0;
}

.footer .copy p, .footer .copy p a {
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 300;
}

.footer .copy p a:hover {
    color: #8E6A4A;
    text-decoration: underline;
}

.footer .copy p.termPriWrp {
    text-align: right;
}

.footer .copy p.termPriWrp a {
}


.inrBanner {
    position: relative;
}

.inrBanner figure {
    height: 400px;
    overflow: hidden;
}

.inrBanner figure img {
    width: 100%;
}

/*.inrBanner figure h3 { position: absolute; right: 25px; bottom: -25px; font-size: 130px; color: #fff; margin: 0;letter-spacing: -6px;text-shadow: 0 2px 4px #000;}*/

.inrBanner figure h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #000000;
    font-size: 62px;
    padding: 15px 100px;
    color: #fff;
    margin: auto;
    z-index: 2;
}

.inrBanner figure h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #886444;
    width: 92%;
    display: block;
    z-index: -1;
    right: 0;
    transform: skew(50deg);
    margin: auto;
}


.aboutus-content-one {
    border-bottom: 2px solid #886444;
}


.aboutInrWrp {
}

.aboutInrWrp p {
    line-height: 24px;
    margin-bottom: 15px;
}

.aboutInrWrp .meetTeamWrp {
    padding-top: 70px;
}

.aboutInrWrp .meetTeamWrp h2 {
}

.aboutInrWrp .meetTeamWrp {
}

.aboutInrWrp .meetTeamWrp h3 {
}

.aboutInrWrp .meetTeamWrp figure {
    border: 5px solid transparent; /*overflow: hidden;*/
    padding: 10px;
    transition: 0.4s;
}

.aboutInrWrp .meetTeamWrp figure:hover {
    border-color: #886444;
}

.aboutInrWrp .meetTeamWrp figure::before {

    content: '';

    position: absolute;

    border: 5px solid #000;
    transition: 0.4s;

    top: -20px;

    left: 20px;

    right: -20px;

    bottom: 20px;

    z-index: -1;

    width: 0px;

    height: 0px;
    opacity: 0;

}

.aboutInrWrp .meetTeamWrp figure:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.aboutInrWrp .meetTeamWrp figure img {
    width: 100%;
    transition: 0.4s;
}

/*.aboutInrWrp .meetTeamWrp figure:hover img{transform: scale(1.2);}*/

.aboutInrWrp .meetTeamWrp p {
}


.contact-content {
}

.contact-content .form-start, .contcInfoWrp {
    padding: 40px;
    border: 5px solid #886444;
    box-shadow: inset 0 0 50px #dcdcdc;
    margin-top: 30px;
}

.contact-content .form-start .form-group {
    margin-bottom: 25px;
}

.contact-content .form-start label {
}

.contact-content .form-start .form-control {
    border-radius: 0;
    height: 45px;
    border: 2px solid #886444;
    padding: 6px 10px;
}

.contact-content .form-start textarea.form-control {
    height: 200px;
}

.contcInfoWrp {
    padding: 40px 25px;
}

.contcInfoWrp h3 {
    font-size: 25px;
    border-bottom: 2px solid #886444;
    padding-bottom: 5px;
}

.contcInfoWrp ul {
}

.contcInfoWrp .contact-info {
    margin-bottom: 30px;
}

.contcInfoWrp ul li {
    margin: 15px 0px 0;
    display: block;
}

.contcInfoWrp ul.contact-info li {
    padding-left: 25px;
    font-weight: 700;
    position: relative;
}

.contcInfoWrp ul.contact-info li svg {
    position: absolute;
    top: 2px;
    left: 0;
    min-width: 16px;
}

.contcInfoWrp ul li a {
    color: #886444;
    font-weight: 400;
}

.contcInfoWrp ul li img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#map {
    margin-top: 70px !important;
}


.gallerySec {
}

.gallerySec ul {
    display: inline-block;
    width: 72%;
    vertical-align: top;
}

.gallerySec ul li {
    width: 22.2%;
}

.gallerySec iframe {
    width: 27%;
    display: inline-block;
    margin-top: 24px;
    border: 3px solid #886444;
    padding: 2px;
    background: #000;
    box-shadow: 0 1px 4px #000;
}


.myNews {
    min-height: 615px;
    margin: 0 0 30px;
}

.myNews figure {
    border-radius: 10px;
    overflow: hidden;
}

.myNews figure .date-tag, .news-detail-section figure .date-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #886444;
    padding: 10px 25px;
    font-size: 15px;
}

.myNews figure a {
    display: block;
}

.myNews .blog-detial { /*margin-bottom: 30px;*/
}

.myNews .blog-detial h5 a, .news-detail-section h5 a {
    padding: 15px;
    display: block;
    font-size: 20px;
    background: #000000;
    font-weight: 700;
    border-radius: 8px;
    color: #fff;
}

.myNews .blog-detial p { /*min-height: 165px;*/
}


.news-detail-section {
    border-bottom: 2px solid #886444;
}

.news-detail-section .category-div { /*border: 2px solid #886444; padding: 15px; background: #fafafa; box-shadow: 0 1px 4px #9a9a9a;*/
}

.news-detail-section .media {
    border-top: 1px dotted #886444;
    padding-top: 15px;
}

.news-detail-section .media-body {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}

.news-detail-section .media-img {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 8px;
}

.news-detail-section .media-body h4 a {
    font-weight: 700;
    display: block;
}

.news-detail-section .media-body h4 {
    margin-top: 0;
}


.overlay {
    display: none;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
}

.overlay .innerOverlay {
    display: none;
    position: absolute;
    background: #fff;
    width: 800px;
    padding: 50px;
    z-index: 20000;
    top: 10%;
    right: 0px;
    left: 0px;
    margin: auto;
    border-radius: 0;
}

.overlay .toClose {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 9px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    background: #a58632;
}

.menuWrap {
    text-align: center;
}

.menuWrap figcaption {
    padding: 65px 65px 50px;
    background: #2a2a2a;
}

.menuWrap figcaption p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.infoMenu {
    margin-top: 40px;
}

.eventSecWrap .form-start {
    margin: 0;
}


.myhome-section-one {
    position: relative;
}

.myhome-section-one .row {
    display: flex;
    justify-content: center;
}

.myhome-section-one h2 {
    font-size: 38px;
    text-transform: none;
}

.myhome-section-one figcaption {
    text-align: center;
}

.myhome-section-one figcaption p {
    line-height: 28px;
}

.myhome-section-one figcaption a.btn { /* font-size: 14px; background: #886444; border-color:#886444;*/
    margin-top: 15px;
}

.myhome-section-two {
    position: relative;
    padding-top: 20px;
}

.myhome-section-two .upcoming-parent {
    position: relative;
}

.myhome-section-two .upcoming-parent .upcoming-pagination {
    position: absolute;
    top: 8px;
    right: 0;
}

.myhome-section-two .main-heading {
    text-align: center;
}

.myhome-section-two .main-heading h2 { /*font-size: 38px;*/
}

.myhome-section-two .upcoming-date li {
    margin-right: 25px;
}

.myhome-section-two .upcoming-date li h6 {
    font-size: 18px;
    font-weight: 700;
}

.myhome-section-two .upcoming-date li .date-picker svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0px 10px;
}

.myhome-section-two .upcoming-pagination {
    text-align: right;
}

.myhome-section-two .upcoming-pagination ul li {
    display: inline-block;
}

.myhome-section-two .upcoming-pagination ul li a {
    margin-left: 15px;
}

.myhome-section-two .upcoming-pagination ul li svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.myhome-section-two .upcoming-pagination ul li span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 14px;
    color: #CCCCCC;
    text-transform: capitalize;
}

.myhome-section-two .upcoming-card {
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.myhome-section-two figcaption {
    width: 51%;
    position: relative; /*top: 50%;transform: translateY(-50%);*/
}

.myhome-section-two figcaption ul {
    display: inline-block;
    margin: 10px 0;
}

.myhome-section-two figcaption ul li {
    position: relative;
    display: inline-block;
    width: 49%;
}

.myhome-section-two figcaption ul li.my-li {
    padding-left: 25px;
}

.myhome-section-two figcaption ul li.my-li svg {
    position: absolute;
    left: 0;
    top: 5px;
}

.myhome-section-two figcaption ul li a {
    color: #000;
    font-size: 13px;
}

.myhome-section-two figcaption h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.myhome-section-two figcaption h4 {
    font-size: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.myhome-section-two figcaption p {
    font-size: 14px;
    line-height: 26px;
    color: #5F6368;
}

.myhome-section-two figure {
    margin-right: 30px;
    width: 41%;
}

.myhome-section-two figure img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
}

.myhome-section-two .upcoming-export a {
    background: #F5F5F5;
    color: #886444;
    font-style: italic;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 18px;
    min-width: 155px;
    padding: 9px 20px;
    font-weight: 500;
}

.myhome-section-two .upcoming-top {
    margin: 50px 0 40px;
}

/*.myhome-section-two .col-md-7{ height: 420px; }*/


.date-picker {
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    margin: 0px auto;
    cursor: pointer;
    user-select: none;
    padding: 7px 11px 7px 11px;
}

.date-picker .event-label {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
    font-style: italic;
    color: #886444;
}

.date-picker .selected-date {
    color: #AAAAAA;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.date-picker .dates {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    z-index: 999;
    width: 260px;
    top: 100%;
}

.date-picker .dates.active {
    opacity: 1;
    visibility: visible;
}

.date-picker .dates .month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #EEE;
}

.date-picker .month .arrows {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313131;
    font-size: 20px;
}

.date-picker .month .arrows:hover {
    background-color: #F3F3F3;
}

.date-picker .month .arrows:active {
    background-color: #886444;
}

.date-picker .dates .day {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.date-picker .dates .day .day--days {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 12px;
}

.date-picker .dates .days {
    height: 200px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 5px;
}

.date-picker .dates .days .date {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #313131;
}

.date-picker .dates .days .date.selected {
    background-color: #886444;
    color: #fff;
}


.sneaker-banner {
}

.sneaker-banner {
}

.sneaker-banner .parallax-banner-text {
    padding: 50px;
}

.sneaker-banner .parallax-banner-text > .parallax-banner-text {
    text-align: center;
    background: rgb(136 100 68 / 35%);
}

.sneaker-banner .parallax-banner-text h2 {
    color: #fff;
    font-size: 55px;
    text-shadow: 0px 1px 3px #000;
    margin-bottom: 0;
    line-height: 1;
}

.sneaker-banner .parallax-banner-text h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    margin: 10px 0 35px;
}

.sneaker-banner .parallax-banner-text h4 .hover-link a {
}

.sneaker-banner .parallax-banner-text .hover-link a {
    padding: 16px 40px;
    font-size: 15px;
}

.menusBarPage ul.devTab {
    justify-content: center;
    gap: 4vw;
    display: flex;
    margin: 1vw 0vw 3vw;
}

.menusBarPage p.price {
    font-size: 19px;
    color: #886444;
    font-weight: 500;
}

.menusBarPage .menuTab {
    background: #fcfcfc;
}

.menusBarPage .menuTab figcaption {
    padding: 0 20px;
}

.menusBarPage .menuTab figcaption .col-md-8 p {
    margin-right: -50px;
}

.menusBarPage .tabsSec li:last-child {
    border: none;
    margin: 0;
}

.menusBarPage .tabsSec img {
    width: 100%;
}

.menusBarPage ul.devTab .active {
    border-bottom: 6px solid #886444;
    padding-bottom: 1vw;
}

.menusBarPage li.active.first {
    border: none;
}

.menusBarPage ul.devTab li {
    border: none;
}

.menusBarPage h2 {
    margin: 20px 0px 20px;
    display: block;
    font-size: 24px;
}

.menusBarPage h3 {
    font-size: 20px;
}

.menusBarPage ul li {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
}

.main-section p {
    font-size: 15px;
}

.home-section-one {
    padding-bottom: 70px;
}

.menusBarPage ul.devTab li a {
    font-weight: 700;
}

.menusBarPage ul.devTab li a:hover {
    color: #000;
}

.menusBarPage ul.devTab .active {
    color: #000;
}

@media screen and (max-width: 991px) {
    .menusBarPage ul.devTab li a {
        font-size: 14px;
    }

    .menusBarPage h2 {
        font-size: 22px;
        margin: 15px 0px 0px 0px;
    }

    .menusBarPage p.price {
        font-size: 17px;
    }

    .menusBarPage ul li {
        margin: 16px 0px;
        width: 100%;
    }
}


@media only screen and (min-width: 991px) and (max-width: 1200px) {

    .menusBarPage p.price {
        font-size: 14px !important;
    }

    .menusBarPage h3 {
        font-size: 17px;
    }

    .menusBarPage h2 {
        margin-bottom: 16px;
        display: block;
        font-size: 21px;
        margin-top: 14px;
    }

    .menusBarPage p.price {
        font-size: 19px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {


    .btn {
        font-size: 12px;
        min-width: 100px;
        padding: 8px 15px;
    }

    .main-section .header-section h2 {
        font-size: 38px;
    }

    .main-section p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 5px;
    }

    .main-section {
        padding: 35px 0;
    }

    .main-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }


    .header {
    }

    .header .navigation a#pull {
        display: inline-block;
    }

    .header::before, .phoneInfo, .header .topBar {
        display: none;
    }

    .header .logo {
        width: 100px;
    }

    .header .logoBar .btn {
        position: absolute;
        top: -68px;
        right: 65px;
        margin: 0;
        min-width: 120px;
        font-size: 14px;
        padding: 8px;
        width: auto;
    }


    .header .logoBar {
        padding: 8px 0;
    }

    .header .navigation #topMenu {
        text-align: left;
        background: #000000c7;
        border-top: 2px solid #886444;
        padding: 10px;
        display: none;
        position: absolute;
        top: 10px;
        z-index: 9999;
        left: 0;
        right: 0;
        border-bottom: 2px solid #886444;
    }

    .header .navBar {
        padding: 10px 0;
    }

    .header .navigation {
        margin: 0 -15px;
        padding: 0;
    }

    .header .navigation ul li, .header .navigation ul li:first-child {
        display: block;
        margin: 2px 10px;
    }

    .header .navigation ul li a {
        font-size: 13px;
        color: #fff;
        display: inline-block;
        border: none;
    }


    /*.banner ul.cycle-slideshow, .banner ul.cycle-slideshow li.cycle-slide{width: 100% !important;margin: 0;}*/
    .banner ul.cycle-slideshow li figure figcaption {
        bottom: 2%;
        padding: 0 10px;
    }


    .home-section-one .sec1Wrap {
        padding-bottom: 25px;
    }

    .home-section-one .sec1Wrap p {
        padding: 0;
        margin: 0 0 10px;
    }

    .home-section-one .sec1Wrap figure {
        margin-top: 15px;
    }


    .home-section-two .sec2Wrap {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .home-section-two .sec2Wrap figure h3 {
        font-size: 26px;
    }

    .home-section-two .sec2Wrap figure h3, .home-section-two .sec2Wrap figure figcaption {
        padding: 10px;
    }

    .home-section-two .sec2Wrap figure figcaption h4 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .home-section-two .sec2Wrap figure figcaption ul li, .home-section-two .sec2Inr figcaption ul li {
        font-size: 13px;
        padding-right: 8px;
        line-height: 1;
        margin-right: 4px;
    }

    .home-section-two .sec2Wrap figure figcaption .postSocial a {
        font-size: 12px;
        min-width: 21px;
    }

    .home-section-two .sec2Wrap2 {
        padding: 0 15px;
    }

    .home-section-two .sec2Inr {
        margin: 0 0 15px;
    }

    .home-section-two .sec2Wrap2 a {
        font-size: 16px;
    }


    .home-section-three .sec3Wrap {
        max-width: 360px;
        margin: 0 auto 15px;
    }

    .home-section-three .sec3Wrap figcaption h4 {
        font-size: 18px;
        margin: 8px 0;
    }


    .home-section-four ul {
        text-align: center;
    }

    .home-section-four ul li {
        width: 30.3%;
        margin: 10px 3px 0;
    }


    .home-section-five h3 {
        font-size: 22px;
        line-height: 1.3;
    }


    .footer .topFootr {
        padding: 35px 0;
    }

    .footer .footerLogo {
        width: 100px;
        margin: 0 auto 15px;
    }

    .footer .topFootr .footWrp {
        margin-bottom: 15px;
    }

    .footer .topFootr .footWrp h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .footer .topFootr .footWrp .postWrp {
        margin-bottom: 10px;
    }

    .footer .topFootr .footWrp .postWrp figure {
        margin-right: 8px;
    }

    .footer .topFootr .footWrp .postWrp figcaption p {
        font-size: 14px;
        line-height: 16px;
    }

    .footer .topFootr .footWrp .postWrp figcaption p span {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer .topFootr .mapWrp p strong {
        font-size: 16px;
    }

    .footer .topFootr .mapWrp p {
        font-size: 13px;
    }

    .footer .topFootr .mapWrp ul li a {
        font-size: 18px;
    }

    .footer .copy {
        margin: 0 15px;
        padding: 8px 0;
        text-align: center;
    }

    .footer .copy p.termPriWrp {
        text-align: center;
    }


    .inrBanner figure {
        height: auto;
    }

    .inrBanner figure h3 {
        font-size: 20px;
        padding: 8px;
    }

    .aboutInrWrp .meetTeamWrp {
        padding-top: 35px;
    }

    .gallerySec ul {
        width: 100%;
        display: block;
    }


    .gallerySec video {
        display: block;
        width: 70%;
        padding: 2px;
        margin: 15px auto 0;
    }


    .contact-content .form-start, .contcInfoWrp {
        padding: 15px;
        margin-top: 15px;
    }

    .contact-content .form-start .form-group {
        margin-bottom: 6px;
    }

    .contact-content .form-start label {
        font-size: 13px;
        margin: 0;
    }

    .contact-content .form-start .form-control {
        height: 35px;
        font-size: 13px;
        padding: 0 5px;
    }

    .contact-content .form-start textarea.form-control {
        height: 100px;
    }

    .contcInfoWrp h3 {
        font-size: 20px;
    }

    .contcInfoWrp .contact-info {
        margin-bottom: 15px;
    }

    .contcInfoWrp ul li {
        margin: 8px 0px 0;
        font-size: 13px;
    }

    .contcInfoWrp ul.contact-info li {
        padding-left: 20px;
    }

    .contcInfoWrp ul li a {
        font-size: 13px;
    }


    .contLog {
        width: 150px;
        margin: 0 auto;
    }

    .myNews {
        margin-bottom: 15px;
        min-height: auto;
    }

    .myNews .blog-detial h5 a, .news-detail-section h5 a {
        font-size: 16px;
        padding: 10px;
    }

    .news-detail-section .category-div {
        margin: 30px 0;
    }

    .news-detail-section .media-img {
        margin-right: 5px;
    }

    .news-detail-section .media-body h4 a {
        font-size: 13px;
    }

    .post-date {
        font-size: 12px;
    }

    .menuWrap {
        margin: 0 0 30px;
    }

    .popWrap {
        width: 95% !important
    }

    .popWrap .modal-body {
        padding: 30px !important;
    }

    .menusBarPage p.price {
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 15px !important;
    }

    .menusBarPage h3 {
        font-size: 18px;
    }

    .menusBarPage h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .menusBarPage .menuTab {
        margin-bottom: 20px;
    }

    .menusBarPage .menuTab figcaption .col-md-8 p {
        margin-right: 50px;
    }

    /*
    .modalContent__image{ min-height: 120px;}
    .strictContent h2 {
        font-size: 16px;
    }
    .modalContent--mobile .modalContent__content {
        padding: 100px 50px 22px 22px;
    }
    .field-wrapper {
        margin: 0 0 8px;
    }
    */
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .sneaker-banner .parallax-banner-text h2 {
        font-size: 30px;
    }

    .sneaker-banner .parallax-banner-text h4 {
        font-size: 18px;
        margin: 10px 0 20px;
    }

    .sneaker-banner .parallax-banner-text .hover-link a {
        padding: 8px 16px;
        font-size: 13px;
    }

    .sneaker-banner .parallax-banner-text {
        padding: 20px;
    }

    .menusBarPage ul.devTab {
        flex-wrap: wrap;
        gap: 0px 40px;
        text-align: center;
    }

    .menusBarPage ul li {
        margin: 5px 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .menusBarPage ul.devTab {
        gap: 0px 20px;
        text-align: center;
    }

}

@media only screen and (min-width: 0px) and (max-width: 479px) {

    .home-section-two .sec2Wrap2 {
        max-width: 360px;
        margin: 0 auto;
    }

    .home-section-two .sec2Inr figure, .home-section-two .sec2Inr figcaption {
        width: 100%;
    }

    .home-section-two .sec2Inr figcaption {
        margin: 5px 0 0;
    }

    .home-section-two .sec2Inr figcaption h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }


}

@media only screen and (min-width: 0px) and (max-width: 639px) {


    .banner figcaption h1 {
        font-size: 20px;
    }

    .banner figcaption h3 {
        font-size: 16px;
    }


}


@media only screen and (min-width: 320px) and (max-width: 359px) {


}


@media only screen and (min-width: 360px) and (max-width: 479px) {


}


@media only screen and (min-width: 480px) and (max-width: 639px) {


    .home-section-two .sec2Inr figure {
        width: 36%;
    }

    .home-section-two .sec2Inr figcaption {
        width: 61%;
        margin-left: 5px;
    }

    .home-section-two .sec2Inr figcaption h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .footer .topFootr .footWrp .postWrp figcaption p {
        font-size: 12px;
    }

}


@media only screen and (min-width: 480px) and (max-width: 767px) {


    .footer .topFootr .footWrp .postWrp {
        display: inline-block;
        vertical-align: middle;
        width: 47%;
        margin: 0 10px 10px 0px;
    }

}


@media only screen and (min-width: 640px) and (max-width: 767px) {


}

@media only screen and (min-width: 0) and (max-width: 767px) {

    .myhome-section-two .upcoming-top {
        margin: 35px 0 0px;
    }

    .myhome-section-two .upcoming-date li {
        margin-right: 5px;
    }

    .myhome-section-two .upcoming-date li h6 {
        font-size: 14px;
    }

    .date-picker .event-label {
        margin-right: 10px;
    }

    .date-picker .event-label, .date-picker .selected-date {
        font-size: 13px;
    }

    .myhome-section-two .upcoming-parent .upcoming-pagination {
        position: relative;
        top: auto;
        right: auto;
    }

    .myhome-section-two .upcoming-pagination {
        margin: 25px 0;
        text-align: center;
    }

    .myhome-section-two .upcoming-pagination ul li a {
        margin: 0 5px;
    }

    .myhome-section-two figcaption ul li a {
        font-size: 12px;
        display: inline-block;
    }

    .myhome-section-two .upcoming-pagination ul li svg {
        margin: 0 6px;
        width: 20px;
    }

    .myhome-section-two .upcoming-pagination ul li span {
        font-size: 16px;
    }

    .myhome-section-two .upcoming-pagination ul li:first-child a span, .myhome-section-two .upcoming-pagination ul li:last-child a span {
        display: none;
    }

    .myhome-section-two figure {
        width: 100%;
        margin: 0;
    }

    .myhome-section-two figure img {
        height: auto;
    }

    .myhome-section-two figcaption {
        width: 100%;
        position: relative;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .myhome-section-two figcaption h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .myhome-section-two figcaption h4 {
        font-size: 13px;
        margin: 5px 0;
    }

    .myhome-section-two figcaption ul {
        margin: 10px 0;
    }

    .myhome-section-two figcaption ul li.my-li {
        padding-left: 20px;
    }

    .myhome-section-two figcaption ul li.my-li svg {
        width: 15px;
    }

    .myhome-section-two .col-md-7 {
        height: auto;
    }

    .myhome-section-two .upcoming-card {
        margin-bottom: 0;
    }

    .myhome-section-two .upcoming-export a {
        font-size: 14px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .header .topBar {
        display: none;
    }

    .header .topBar .leftTopBar ul li {
        margin-left: 15px;
    }

    .header .logo {
        width: 98px;
    }

    .header .navigation {
        margin-top: 40px;
    }

    .header .navigation ul li {
        margin: 0 12px 0 0;
    }

    .header .navigation ul li a {
        font-size: 13px;
    }

    .header .logoBar .btn {
        margin-top: 28px;
        padding: 10px;
        font-size: 14px;
        min-width: auto;
    }


    .home-section-one, .home-section-one .sec1Wrap p {
        margin-bottom: 15px;
    }

    .home-section-one .sec1Wrap p {
        line-height: 24px;
        padding-right: 0;
    }


    .home-section-two .sec2Wrap {
        margin-bottom: 25px;
    }

    .home-section-three .sec3Wrap figcaption h4 {
        font-size: 19px;
        margin: 10px 0;
    }

    .home-section-three .sec3Wrap figcaption p {
        font-size: 13px;
        line-height: 20px;
    }

    .home-section-three .sec3Wrap figcaption .btn {
        font-size: 13px;
        padding: 8px;
        min-width: 120px;
    }

    .home-section-four ul li {
        margin: 14px 5px 0;
    }

    .home-section-five {
        padding: 50px 0;
    }

    .home-section-five h3 {
        font-size: 32px;
        line-height: 50px;
    }

    .footer .topFootr .footWrp .postWrp figure {
        margin-right: 6px;
    }

    .footer .topFootr .footWrp .postWrp figcaption {
        width: 60%;
    }

    .footer .topFootr .footWrp .postWrp figcaption p {
        line-height: 16px;
        font-size: 14px;
    }

    .footer .topFootr .footWrp .postWrp figcaption p span {
        font-size: 13px;
        margin-top: 6px;
    }

    .footer .topFootr .mapWrp p {
        font-size: 14px;
    }

    .contLog {
        width: 150px;
        margin: 0 auto;
    }

    .myNews {
        margin-bottom: 15px;
    }

    .news-detail-section .blog-area h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .news-detail-section .media-img {
        margin-right: 4px;
    }

    .news-detail-section .media-body h4 a {
        line-height: 1;
        font-size: 13px;
    }

    .post-date {
        font-size: 12px;
    }


    .myhome-section-two .upcoming-date li {
        margin-right: 4px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {


    .inrBanner figure {
        height: auto;
    }

    .inrBanner figure h3 {
        font-size: 40px;
        padding: 12px 50px;
    }


    .myNews .blog-detial h5 a, .news-detail-section h5 a {
        font-size: 18px;
    }

}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {

    .header .navigation ul li {
        margin: 0 22px 0 0;
    }

    .header .navigation ul li a {
        font-size: 16px;
    }

    .home-section-one .sec1Wrap p {
        line-height: 30px;
        padding-right: 0;
    }

    .home-section-two .sec2Wrap figure h3, .home-section-two .sec2Wrap figure figcaption {
        padding: 15px;
    }

    .home-section-two .sec2Inr figcaption {
        margin-left: 5px;
        width: 57%;
    }

    .home-section-two .sec2Inr figcaption h3 {
        font-size: 18px;
    }

    .home-section-two .sec2Inr figcaption p {
        font-size: 14px;
        margin-bottom: 5px;
    }


    .home-section-four ul li {
        margin: 20px 8px 0;
    }


    .home-section-five {
        padding: 80px 0;
    }


    .footer .topFootr .footWrp .postWrp figure {
        margin-right: 12px;
    }

    .contcInfoWrp {
        padding: 40px 15px;
    }

    .contcInfoWrp ul.contact-info li {
        font-size: 14px;
        padding-left: 20px;
    }

    .contcInfoWrp ul li a {
        font-size: 14px;
    }

    .news-detail-section .blog-area h2 {
        font-size: 40px;
    }


    .header .topBar .leftTopBar ul li {
        margin-left: 6px;
        margin: 0 4px 0 0;
    }

    .header .topBar .rightTopBar {
        margin-top: 12px;
    }


}


@media only screen and (min-width: 1200px) {

    .banner ul.cycle-slideshow li.cycle-slide {
        width: 800px !important;
        margin: 0 10px;
    }

    .banner ul.cycle-slideshow {
        width: 800px;
        margin: 0 auto;
        overflow: visible !important;
    }

}


/*====================
wine club
============================
 */
#banner-section {
    min-height: 530px;
    background: rgb(45 105 109);
}

#banner-section .hero-content {
    display: grid;
    align-items: center;
    padding: 24px 16px;
    color: #fff;
}

#banner-section .hero-content h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#banner-section .hero-content .varieties-div {
    text-align: center;
    color: #140303;
    margin-top: 75px;
    width: 74%;
    margin: 0 auto;
    display: block;
    padding: 21px 0px;
    background: #fff;
    height: 205px;
    margin-top: 26px;
    border-radius: 5px;

}

#banner-section .hero-content .wine-btn {
    display: inline-block;
    outline: none;
    border: 1px solid #3c797d;
    padding: 12px;
    width: 90px;
    align-items: center;
    margin: 19px 9px;
    background: #3c797d;
    color: #fff;
}


#banner-section .hero-image {
    background-size: cover;
    min-height: 530px;
    background-position: center center;
}

#about-us-section{
    min-height: 270px;
    background: #fff;
    font-size: 16px;
    margin-top: 40px;
}

#about-us-section h1{
    text-align: center;
}

#about-us-section article{
    line-height:  40px;
}
#award-section{

}
#award-section .award-div{
    border: 1px solid #ddd;
    margin: 7px;
    width: 32%;
    padding: 9px 8px;
}

#award-section .award-div img{
    width: 89%;
    margin-top: 11px;
    margin-left: 14px;
}
#award-section .award-div h2{
    font-size: 21px;
}

#award-section .award-div p{
    font-size: 14px;
}

#club-details{
    margin-top: 33px;
    margin-bottom: 39px;
}
#club-details .image-section{}
#club-details .image-section img{}
#club-details .club{}
#club-details .club h2{}
#club-details .club article{}

#membership-benefits{
    margin-top: 60px;
    margin-bottom: 21px;
}
#membership-benefits .membership-img{}
#membership-benefits .membership-img img{}
#membership-benefits .membership-text{}
#membership-benefits .membership-text h2{}
#membership-benefits .membership-text article{}
#membership-signup-action{
    min-height: 150px;
    background: #2d696d;
    text-align: center;
}

#membership-signup-action h2{
    color: #fff;
    margin-top: 26px;
}
#membership-signup-action a{
    cursor: pointer;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 5px;
    margin-top: 23px;
    display: block;
    width: 100px;
    align-items: center;
    display: block;
    margin: 0 auto;
}
#membership-signup-action a:hover{
    cursor: pointer;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 5px;
    margin-top: 23px;
    display: block;
    width: 100px;
    align-items: center;
    display: block;
    margin: 0 auto;
    transition: .6s;
}

@media only screen and (max-width: 1200px) {
    /*Tablets [1001px -> 1200px]*/
    #banner-section .hero-content .varieties-div {
        text-align: center;
        color: #140303;
        margin-top: 75px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 21px 0px;
        background: #fff;
        height: 205px;
        margin-top: 26px;
        border-radius: 5px;
    }

    #award-section .award-div {
        border: 1px solid #ddd;
        margin: 7px;
        width: 32%;
        padding: 9px 8px;
        min-height: 125px;
    }
}
@media only screen and (max-width: 1000px) {
    /*Big smartphones [601px -> 1000px]*/
    #banner-section .hero-content .wine-btn {
        display: inline-block;
        background: #3c797d;
        color: #fff;
        outline: none;
        border: 0;
        padding: 9px;
        width: 90px;
        align-items: center;
        margin: 17px 6px;
    }

    #banner-section .hero-content .varieties-div {
        text-align: center;
        color: #140303;
        margin-top: 75px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 21px 0px;
        background: #fff;
        height: 205px;
        margin-top: 26px;
        border-radius: 5px;
    }

    #award-section .award-div {
        border: 1px solid #ddd;
        margin: 7px;
        width: 100%;
        padding: 7px 8px;
        min-height: 137px;
    }

    #award-section .award-div img {
        width: 180px;
        margin-top: 11px;
        margin-left: 14px;
        margin: 0 auto;
        display: block;
    }
    #award-section .award-div h2 {
        font-size: 19px;
        text-align: center;
    }

    #award-section .award-div p {
        text-align: center;
    }

    #club-details .club h2 {
        text-align: center;
    }
    #membership-benefits .membership-text h2 {
        margin-top: 20px;
        text-align: center;
    }

}
@media only screen and (max-width: 600px) {
    /*Big smartphones [426px -> 600px]*/
    #banner-section .hero-content .varieties-div {
        text-align: center;
        color: #140303;
        margin-top: 75px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 21px 0px;
        background: #fff;
        height: 194px;
        margin-top: 13px;
        border-radius: 4px;
    }

    #banner-section .hero-content .wine-btn {
        display: inline-block;
        background: #3c797d;
        color: #fff;
        outline: none;
        border: 0;
        padding: 7px;
        width: 81px;
        align-items: center;
        margin: 17px 3px;
    }

    #award-section .award-div {
        border: 1px solid #ddd;
        margin: 7px;
        width: 100%;
        padding: 7px 8px;
        min-height: 137px;
    }

    #award-section .award-div img {
        width: 36%;
        margin-top: 11px;
        margin-left: 14px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    #award-section .award-div h2 {
        font-size: 22px;
        text-align: center;
    }
    #award-section .award-div p {
        font-size: 16px;
        text-align: center;
    }
    #membership-benefits .membership-text h2 {
        margin-top: 12px;
        text-align: center;
    }
}
@media only screen and (max-width: 425px) {
    /*Small smartphones [325px -> 425px]*/
    #banner-section .hero-content .varieties-div {
        text-align: center;
        color: #140303;
        margin-top: 75px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 21px 0px;
        background: #fff;
        height: 205px;
        margin-top: 13px;
        border-radius: 4px;
    }
    #banner-section .hero-content .wine-btn {
        display: inline-block;
        background: #3c797d;
        color: #fff;
        outline: none;
        border: 0;
        padding: 3px;
        width: 65px;
        align-items: center;
        margin: 17px 3px;
    }
}


