@charset "utf-8";
/* CSS Document */

/*---1. IdxHeader Bg,InnerHeader Bg---*/
/*---2. Header Menu css---*/
/*---3. Responsive Menu CSS---*/
/*---4. Footer CSS ---*/
/*---4.1 social icons---*/
/*---4.2 FooterLinks,copy,developedby---*/

/*---1. IdxHeader Bg,InnerHeader Bg---*/
.IdxVideoWrap,
.IdxHeaderBg {
    position: relative;
    z-index: 0;
}
.IdxHeaderBg img {
    width: 100%;
    max-width: 100%;
}
.IdxHeaderBg .slides li {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.IdxHeaderBg .slides li .ImgWrap{
    position: relative;
}
.InnerHeaderBg::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.InnerHeaderBg::before {
    background-color: rgba(0, 0, 0, 0.3);
}
.InnerHeaderBg {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
    min-height: 295px;
    height: 295px;
    background-size: cover;
    width: 100%;
}
.InnerHeaderBg .Wrapper {
    position: absolute;
    width: 100%;
    bottom: 80px;
    text-align: center;
}
.InnerHeaderBg .Wrapper .PageTitle {
    color: var(--white);
    font-size: 67px;
    line-height: 1.2;
    font-family: var(--playfair-d-r);
}
.Header {
   /* width: 100%;
    position: absolute;
    left: 0px;
    bottom: 60px;
    text-align: center;
    z-index: 11;*/
    background-color: var(--light-brown-1);
    padding: 10px 0px 40px;
    text-align: center;
}
.IdxHeaderBg .flex-control-nav{
    bottom: 0;
}
.Header h2.Title {
    color: var(--white);
    font-size: 55px; 
    line-height: 1.2;
    font-family: var(--playfair-d-r);
    margin-bottom: 15px;
}
.HeaderImgText {
    /*position: absolute;
    left: 0;
    width: 100%; 
    bottom: 40px;*/
    background-color:var(--purple);
    padding: 10px 0px;
}
.HeaderImgText .TextCol {
    width: 49.8%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.HeaderImgText .TextCol h3.Title {
    color: var(--white);
    font-size: 30px;
    line-height: 1.2;
    font-family: var(--playfair-d-r);
}
.TopHeader .HeaderImgText {
    background-color: #edddcf;
    color: #000;
    text-align: center;
    padding: 12px 0px;
}
.TopHeader .HeaderImgText .TextCol {
    width:100%;
    display: block;
    vertical-align: middle;
} 
.TopHeader .HeaderImgText .TextCol h3.Title,.TopHeader .HeaderImgText .TextCol h3.Title a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-family:var(--gotham-htf-book);
}
.TopHeader .HeaderImgText .TextCol h3.Title a{
    text-decoration: underline;
}
.TopHeader .HeaderImgText .TextCol h3.Title a:hover{
    text-decoration: none;
}
#my-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/*---2. Header Menu css---*/
.ResponsiveLogo {
    display: none;
    line-height: 0;
    background-color: var(--orange);
    padding: 8px 0px;
}
.ResponsiveLogo .ResLogo {
    display: inline-block;
    width: 80px;
}

.Logo {
    float: left;
    width: 135px;
}
.Logo a {
    display: block;
    width: 135px;
    height: 150px;
    background: url(../images/imgs/main-logo.png) no-repeat left top;
    text-indent: -999999px;
    background-size: 100%;
}
.TopMainRight {
    float: right;
    text-align: right;
    margin-top: 30px;
}
.TopHeader .TopMainWrapper {
    padding: 10px 0px;
}

.PhoneImg {
    display: none;
}
.PhoneImg i {
    color: #d79c89;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0px 0px;
}
.PhoneImg a {
    color: #333;
}
.StateWrap a {
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: var(--gotham-htf-book);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.StateWrap a img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
a.menu-link {
    color: #000;
    display: block;
    text-decoration: none;
    text-align: right;
    float: right;
    margin: 15px;
}

.menu-link span {
    height: 4px;
    margin: 0px 0px 4px;
    width: 30px;
    background-color: #000;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
}
.menu-link span:last-child {
    margin: 0px 0px 0px;
}

.menu-link.active span:first-child {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.menu-link.active span:nth-child(2n) {
    transform: rotate(0deg) translate3d(-25.71429px, 0px, 0);
    opacity: 0;
}
.menu-link.active span:last-child {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.menu-link:hover span {
    border-color: #666;
}

.js .menu > ul ul.active,
.menu.active {
    max-height: 880px;
}
.menu > ul {
    padding: 0;
}

.js .menu > ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border: none;
}

nav li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
    background-image: none;
    padding: 0;
    line-height: 34px;
    vertical-align: middle;
}

nav li img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
nav li:first-child {
    margin-left: 0px;
}
nav li:last-child {
    margin-right: 0px;
}

.menu li a {
    color: var(--white);
    display: block;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: var(--gotham-htf-book);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.has-subnav {
    display: block;
    font-size: 18px;
    line-height: 42px;
    position: absolute;
    right: 10px;
    padding: 0 0;
    top: 0;
    width: 30px;
    text-align: center;
}
span.has-subnav.active {
    transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
    .TopHeader {
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 0;
        background-color: transparent;
        background-image: url(../images/bg/header-shadow.png);
        background-repeat: repeat-x;
    }

    .HomeTop {
        position: fixed;
        z-index: 999;
        background-color: transparent;
        width: 100%;
        top: 50px;
        left: 0;
        background-image: none;
    }
    .HomeTop .TopMainWrapper {
        background-color: var(--light-brown-4);
        border-radius: 50px;
        padding: 22px 10px;
    }
    .HomeTop .LinkWrap ul li, 
    .HomeTop .LinkWrap,
    .HomeTop .TextLogo {
        display: inline-block;
        vertical-align: middle;
    }
    .HomeTop .TextLogo {
        padding-left: 40px; /*20px*/
        float: left;
    }
    .HomeTop .TextLogo sup{
        font-size: 17px;
        vertical-align: top;
    }
    .HomeTop .TextLogo a {
        color: #444444;
        font-size: 25px;
        line-height: 1.2;
        font-family: var(--playfair-d-r);
    }
    .HomeTop .LinkWrap {
        float: right;
    }
    .HomeTop .LinkWrap ul li {
        margin: 0px 15px;
    }

    .HomeTop .LinkWrap ul li li {
        margin: 0px 0px;
        display: block;
    }
    .HomeTop .LinkWrap ul li ul {
        padding-top: 12px;
    }
    .HomeTop .LinkWrap ul li a {
        color: var(--black-2);
        font-size: 13px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: var(--gotham-htf-book);
        text-transform: uppercase;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .HomeTop .LinkWrap ul li a:hover {
        color: var(--light-brown-1);
    }
    .HomeTop .LinkWrap ul li li a {
        padding: 12px 8px;
    }
    .HomeTop .LinkWrap ul li.PhoneLI a {
        font-size: 14px;
        font-family: var(--gotham-htf-bold);
    }

    a.menu-link {
        display: none;
    }

    .js .menu > ul li:hover > ul,
    .js .menu > ul li ul li:hover > ul {
        display: block;
    }

    .menu ul {
        display: block;
        vertical-align: top;
    }
    .menu ul li ul {
        visibility: hidden;
        opacity: 0;
        transition-property: opacity, visibility;
        transition-duration: 0.2s, 0s;
        transition-delay: 0s, 0.2s;
        margin: 0;
        overflow: inherit;
        position: absolute !important;
        top: 34px !important;
        left: 0px !important;
        line-height: initial;
        text-align: left;
        background-color: var(--light-brown-4);
        width: 180px;
    }
    .menu ul li ul li ul {
        top: 0px !important;
        left: 180px !important;
    }
    .menu ul li ul li {
        display: block;
        vertical-align: top;
        background-image: none;
        padding: 0px;
        margin: 0px;
        position: relative;
        border-bottom: 1px solid var(--light-brown-1);
        box-sizing: border-box;
    }
    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .menu li ul li:hover ul {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .menu li ul li a:hover {
       /* color: var(--white);
        background-color: var(--orange);*/
    }

    .menu span.has-subnav {
        display: none;
    }

    .StateWrap a:hover,
    .menu li a:hover {
        color: var(--orange);
    }

    .menu li li a:hover {
       /* background: rgba(164, 208, 94, 0.1);*/
        color: #000;
    }

    .menu ul ul li a {
        display: block;
        padding: 8px;
        color: var(--black-2);
    }

    .TebSliderWrap {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .TopHeader .HeaderImgText {
        padding: 5px 0px;
    }
    body .uwy.userway_p1 .uai {
        top:45px !important;
        right: 7px !important;
    }
    .TopHeader .TopMainWrapper {
        width: 100% !important;
        padding: 0px 0px;
    }
    .PhoneImg {
        color: var(--black-1);
        font-size: 18px;
        line-height: 30px;
        font-family: var(--gotham-bold);
        padding: 10px 0px 10px 15px;
        box-sizing: border-box;
        float: left;
        display: block;
    }
    .TopHeader .StateWrap {
        margin-bottom: 0px;
        padding: 10px 15px 0;
        text-align: left;
    }
    .StateWrap a {
        color: var(--black-1);
    }
    .Logo {
        display: none;
    }
    .TopMainRight {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .menu,
    .menu > ul ul {
        overflow: hidden; 
        max-height: 0;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        position: absolute;
        z-index: 9999;
        top: 50px;/*100px*/
    }
    .menu li {
        border-bottom: 1px solid #c17d67;
        margin: 0px 0px;
        display: block;
        background-color: var(--orange);
    }
    .menu li.PhoneLI {
        display: none;
    }
    .menu li a {
        padding: 7px 20px;
        border-bottom: 1px solid #c17d67;
    }
    .menu li li {
        padding: 0px 0px;
        border-bottom: 0px solid #c17d67;
        border-top: 1px solid #c17d67;
    }
    .menu li li a {
        padding-left: 40px;
    }
    .menu li li li a {
        padding-left: 60px;
    }
    .menu li a,
    .menu li:last-child a {
        border: none;
    }

    .FeaturedProTabWrap {
        display: none;
    }
    .TebSliderWrap {
        display: block;
    }
}

/*---4.2 FooterLinks,copy,developedby---*/
.FooterWrap .InnerContainWrapper {
    width: 1220px;
    padding: 25px 0px;
}
.FooterOrangeText ul {
    display: flex;
}
.FooterOrangeText ul li {
    width: 33.3%;
    color: var(--orange);
}
.FooterOrangeText ul li:nth-child(2) .Col,
.FooterOrangeText ul li:nth-child(2) {
    text-align: center;
    justify-content: center;
}
.FooterOrangeText ul li:last-child .Col,
.FooterOrangeText ul li:last-child {
    text-align: right;
    justify-content: flex-end;
}
.FooterOrangeText ul li .Col {
    display: flex;
    align-items: center;
    color: var(--orange);
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--gotham-bold);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.FooterOrangeText ul li a:hover .Col {
    color: var(--purple);
}
.FooterOrangeText ul li .Col img {
    margin-right: 5px;
}

.FooterWrap .FooterInnerWrap {
    position: relative;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin: 25px 0px;
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap,
.FooterWrap .FooterInnerWrap .LinkWrap {
    width: 46.9%;
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .PaddingCol,
.FooterWrap .FooterInnerWrap .LinkWrap .PaddingCol {
    padding: 15px 0px;
}
.FooterWrap .FooterInnerWrap .LinkWrap,
.FooterWrap .FooterInnerWrap .LinkWrap .Col,
.FooterWrap .FooterInnerWrap .FSocialIcon,
.FooterWrap .FooterInnerWrap .StayUpToDateWrap {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.FooterWrap .FooterInnerWrap .LinkWrap .Col {
    margin-right: 50px;
}
.FooterWrap .FooterInnerWrap .LinkWrap ul li a {
    color: var(--black-2);
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: var(--gotham-book);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.FooterWrap .FooterInnerWrap .LinkWrap ul li a:hover {
    color: var(--orange);
}
.FooterWrap .FooterInnerWrap .LinkWrap ul li:first-child a {
    font-family: var(--gotham-htf-bold);
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap h5.Title {
    color: var(--black-2);
    font-size: 24px;
    line-height: 1.2;
    font-family: var(--playfair-d-r);
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap {
    width: 490px;
    margin: 10px auto 0px;
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap .Col2 {
    width: 330px;
    padding: 5px 2px;
    position: relative;
}
/*.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap .Col2::before {
    content: "";
    position: absolute;
    background: url(../images/icons/email-icon.png) no-repeat top left;
    width: 19px;
    height: 12px;
    top: 50%;
    left: 22px;
    z-index: 1;
    margin-top: -5px;
}*/
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap .Col3 {
    width: 155px;
    padding: 5px 2px;
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap .FillOrangeBtn a {
    line-height: 27px;
    padding: 10px 40px;
}
.FooterWrap .FooterInnerWrap .StayUpToDateWrap .FormWrap input {
    border-radius: 50px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 47px;
    padding-left: 22px;
    position: relative;
}

.copy,
.DevelopedBy,
.DevelopedBy a {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px;
    background-image: none;
    font-size: 11px;
    line-height: 15px;
    color: #444444;
    font-family: var(--gotham-book);
    box-sizing: border-box;
}
.CopyRightCol {
    display: flex;
    align-items: center;
}
.copy {
    width: 85%;
    text-align: left;
}
.copy a {
    text-decoration: none;
}
.copy a:hover {
    text-decoration: underline;
}
.DevelopedBy {
    width: 38%;
    text-align: right;
}
.DevelopedBy a:hover {
    color: var(--orange);
}
.copy,
.DevelopedBy {
    display: block;
    line-height: 20px;
}
.copy br {
    display: none;
}
.DevelopedBy i {
    vertical-align: middle;
    margin-left: 8px;
}
.DevelopedBy i img {
    vertical-align: middle;
}
/*---4.1 social icons---*/
.FSocialIcon {
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.FSocialIcon .PaddingCol {
    padding: 15px 12px;
}
.FSocialIcon li {
    background-image: none;
    padding: 0px;
    margin: 5px 0px;
    display: block;
    vertical-align: top;
}
.FSocialIcon .fa-stack {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.FSocialIcon .fa-stack-2x {
    top: 0px;
    font-size: 35px;
}
.FSocialIcon .fa-lg {
    font-size: 20px;
    line-height: 35px;
}
.FSocialIcon a {
    color: #444444;
    transition: all ease 0.5s;
}
.FSocialIcon a:hover {
    color: var(--orange);
}
.FSocialIcon a .fa-inverse {
    color: var(--white);
}
.FSocialIcon a:hover .fa-inverse {
    color: #fff;
}