/*============================

    General CSS Starts Here   

=============================*/

*,
*:focus,
input:focus,
textarea:focus,
form-control:focus {
    /*outline: 0px auto -webkit-focus-ring-color;*/
}

 :focus {
    outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

@media(min-width: 2560px) {
    body {
        font-size: 18px;
    }
    .my_container {
        max-width: 1640px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1920px) {
    body {
        font-size: 16px;
    }
    .my_container {
        max-width: 1640px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1919px) {
    body {
        font-size: 14px;
    }
    .my_container {
        max-width: 1298px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1440px) {
    body {
        font-size: 13px;
    }
    .my_container {
        max-width: 1230px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1366px) {
    body {
        font-size: 13px;
    }
    .my_container {
        max-width: 1168px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1280px) {
    body {
        font-size: 12px;
    }
    .my_container {
        max-width: 1094px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 1194px) {
    body {
        font-size: 10px;
    }
    .my_container {
        max-width: 1019px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 834px) {
    .titletag {
        font-size: 14px !important;
    }
    body {
        font-size: 11.5px;
    }
    .my_container {
        max-width: 712px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media(max-width: 767px) {
    body {
        font-size: 10px;
    }
}

body {
    position: relative;
}

.img-circle {
    border-radius: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 0.625em;
    height: 0.625em;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    transition: 0.3s ease;
    background: #818181;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    height: 4px;
    width: 28px;
    border-radius: 15px;
    transition: 0.3s ease;
    background: #818181;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10px;
    margin-bottom: 5px;
}

.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.marquee_strip {
    background: #00000012;
    font-size: 1.250em;
    padding: 1.100em 3.000em;
    color: #F5F5F5;
    /* text-transform: uppercase; */
    font-family: Helvetica-Bold;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.marquee_strip span {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 53%, rgba(249, 249, 249, 0) 100%);
    padding: 0.5em;
    margin: 0 25%;
}


/*============================

    General CSS Ends Here    

============================*/


/*============================

    Desktop CSS Starts Here   

=============================*/


/*=====================================

        Header - Footer CSS Starts Here    

    =====================================*/

header .navbar {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #545454;
}

header .navbar-brand {
    max-width: 10.000em;
    max-width: 7.000em;
}

header a.nav-link {
    font-size: 1.125em;
    font-size: 1.000em;
    color: #441c35;
    font-family: Helvetica;
    letter-spacing: 0.24px;
    margin: 0 0.5em;
    transition: 0.3s ease;
}

header a.nav-link:hover {
    color: #5b4d12;
    transition: 0.3s ease;
}

.login_btn_box a {
    background: #441c35;
    font-size: 1.250em;
    font-size: 1.000em;
    padding: 1.100em 3.000em;
    border-radius: 12px;
    color: #F5F5F5;
    border: 1px solid #441c35;
    text-transform: uppercase;
    font-family: Helvetica-Bold;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.login_btn_box a:hover {
    background: #F5F5F5;
    color: #441c35;
    border: 1px solid #441c35;
    text-decoration: none;
    transition: 0.3s ease;
}

footer {
    background-color: #441c35;
    color: #a68d49;
    text-align: center;
    font-size: 1.000em;
    font-family: Helvetica-Light;
    padding: 1em 0;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: #441c35;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


/*=====================================

        Header - Footer CSS Ends Here    

    =====================================*/


/*============================

        Home page CSS Start Here    

    ============================*/

.homesection.homesection1 {
    margin-top: 95px;
}

.event_dates_box {
    padding: 0 8.750em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.events_date_box {
    font-size: 2.500em;
    font-family: Helvetica;
    letter-spacing: 0.25px;
    color: #6B6B6B;
    padding: 1.750em 2.875em 1.750em 1.125em;
}

.homesection2_links {
    padding: 1.875em 8.125em 5.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homesection2_links a {
    background: #565656;
    color: #F5F5F5;
    max-width: 17.429em;
    max-width: 20%;
    width: 100%;
    min-height: 6.143em;
    display: flex;
    padding: 0.571em 1.071em;
    text-align: center;
    margin-right: 3.036em;
    font-size: 1.500em;
    font-family: Montserrat-Medium;
    border-left: 10px solid #A3A3A3;
    justify-content: center;
    align-items: center;
    box-shadow: 13px 13px 15px #00000029;
    transition: 0.3s ease;
    text-decoration: none;
}

.homesection2_links a:hover {
    box-shadow: 0px 0px 0px #00000029;
    transition: 0.3s ease;
    text-decoration: none;
}

.homesection2_links a:nth-child(2) {
    background: #441c35;
}

.homesection2_links a:last-child {
    margin-right: 0;
    background: #6D6D6DEB;
}

.homesection3_content_box {
    font-size: 1.75em;
    font-size: 1.35em;
    font-family: PlayfairDisplay-Italic;
    /*font-family: Montserrat-Medium;*/
    color: #666666;
    letter-spacing: 0.25px;
    line-height: 1.333em;
    text-align: left;
    max-width: 837px;
    max-width: 90.75%;
    width: 100%;
    margin: 0 auto;
    /*padding: 1.800em 0 0;*/
}

.homesection3_content_box1 {
    font-size: 1.75em;
    font-size: 1.35em;
    /*font-family: PlayfairDisplay-Italic;*/
    font-family: Helvetica;
    color: #666666;
    letter-spacing: 0.25px;
    line-height: 1.333em;
    text-align: left;
    max-width: 837px;
    max-width: 90.75%;
    width: 100%;
    margin: 0 auto;
    padding: 1.800em 0 0;
}

.homesection4_top {
    position: relative;
}

.homesection4_top_img_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.homesection4_top_img {
    position: relative;
}

.homesection4_top_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 356px;
    height: 49.17%;
    height: 100%;
    background: rgb(255 255 255 / 0.84);
}

.homesection4_top_img_content_line1 {
    font-size: 7.750em;
    font-size: 6.250em;
    color: #929191;
    color: #545454;
    font-family: Helvetica-Bold;
    width: 100%;
    padding-top: 1.000em;
    line-height: 1;
}

.homesection4_top_img_content_line2 {
    font-size: 3.750em;
    color: #B68D40;
    font-family: Helvetica;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0.833em 0;
}

.homesection4_top_img_content_line2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -95%;
    width: 90%;
    height: 2px;
    background: #999999;
    transform: translateY(-50%);
}

.homesection4_top_img_content_line2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -95%;
    width: 90%;
    height: 2px;
    background: #999999;
    transform: translateY(-50%);
}

.homesection4_top_content_logo img {
    transform: scale(0.85);
}

.homesection4_middle {
    font-size: 1.5em;
    text-align: left;
    color: #777777;
    line-height: 1.417em;
    font-family: PlayfairDisplay-Regular;
    font-family: Helvetica;
    max-width: 95.25%;
    margin: 2em auto;
}

.homesection4_middle b {
    font-family: Helvetica-Bold;
    color: #5b4d12;
}

.homesection4_bottom {
    /*background: #F2F2F2;*/
    position: relative;
    z-index: 0;
    padding-bottom: 3.750em;
}

.homesection4_bottom_inner {
    text-align: center;
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
}

.homesection4_bottom_img_box {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 3em;
}

.homesection4_bottom_img_box:before {
    content: '';
    position: absolute;
    top: -6%;
    left: -4%;
    background: url(../images/b1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: top left;
    z-index: -1;
}

.homesection4_bottom_img_box:after {
    content: '';
    position: absolute;
    bottom: -6%;
    right: -4%;
    background: url(../images/b2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: bottom right;
    z-index: -1;
}

.homesection.homesection5 {
    background: #ffffff;
}

.homesection5 .homepagetabs_content_inner {
    background: url(../images/homepagetabs_content_inner_bg.jpg);
    /*background-repeat: no-repeat;*/
    background-position: top center;
    padding: 6.250em 0 10.938em;
    padding-top: 0;
}

.homepagetabs_content_box {
    background: rgb(255 255 255 / 0.76);
    text-align: center;
    height: 100%;
    padding-bottom: 7.500em;
    padding-bottom: 0em;
}

.homepagetabs_content_inner .col-sm-4:nth-child(even) .homepagetabs_content_box {
    background: rgb(191 172 136 / 0.76);
    text-align: center;
}

.homepagetabs_content_box_img {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 17.500em;*/
    padding-top: 1.5em;
}

.homepagetabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.750em 6.250em;
    padding: 3.75em 6.250em;
    background: #ffffff;
    flex-wrap: wrap;
}

.homepagetabs a {
    background: #f5f5f5;
    color: #000000;
    text-decoration: none;
    font-size: 1.875em;
    font-size: 1.250em;
    border-left: 10px solid #C6AF13;
    letter-spacing: 0.25px;
    font-family: Montserrat-Medium;
    max-width: 23%;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0.600em 0;
    min-height: 4.200em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 1.000em;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.homepagetabs a:last-child {
    margin-right: 0em;
}

.homepagetabs a span {
    padding: 0 5px;
    font-family: Montserrat-Medium;
    font-weight: bold;
}

.homepagetabs .active_tabs,
.homepagetabs a:hover {
    text-transform: none;
    transition: 0.3s ease;
    background: #B4B4B5;
    text-transform: uppercase;
}

.homepagetabs_content {
    background: #D4D4D4;
    overflow: hidden;
    display: none;
}

.homepagetabs_content.active_tab {
    display: block;
}

.homepagetabs_content_title_box {
    display: block;
    position: relative;
    font-size: 5.313em;
    font-size: 2.313em;
    padding: 1.176em 0;
    font-family: Montserrat-Medium;
    text-align: center;
    letter-spacing: 0.24px;
    background: #D4D4D4;
}

.homepagetabs_content_title_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/speakers-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.homepagetabs_content_title {
    /*font-size: 5.313em;*/
    /*margin: 1.176em 0;*/
    position: relative;
}

.homepagetabs_content_title:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 69%;
    height: 5px;
    background: rgb(107, 82, 22);
    background: linear-gradient(90deg, rgba(107, 82, 22, 1) 0%, rgba(121, 97, 15, 1) 14%, rgba(170, 138, 20, 1) 30%, rgba(232, 220, 147, 1) 41%, rgba(218, 188, 80, 1) 50%, rgba(199, 166, 52, 1) 58%, rgba(163, 133, 34, 1) 67%, rgba(137, 115, 37, 1) 78%, rgba(201, 168, 46, 1) 92%, rgba(235, 222, 142, 1) 97%);
}

.homepagetabs_content_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 100px;
    left: 5%;
    width: 69%;
    height: 5px;
    background: rgb(107, 82, 22);
    background: linear-gradient(90deg, rgba(107, 82, 22, 1) 0%, rgba(121, 97, 15, 1) 14%, rgba(170, 138, 20, 1) 30%, rgba(232, 220, 147, 1) 41%, rgba(218, 188, 80, 1) 50%, rgba(199, 166, 52, 1) 58%, rgba(163, 133, 34, 1) 67%, rgba(137, 115, 37, 1) 78%, rgba(201, 168, 46, 1) 92%, rgba(235, 222, 142, 1) 97%);
}

.homepagetabs_content_box_title {
    font-size: 4.125em;
    font-size: 2.125em;
    background: rgb(0 0 0 / 0.48);
    display: inline-block;
    color: #ffffff;
    font-family: PlayfairDisplay;
    font-weight: bolder;
    line-height: 1;
    padding: 0.455em 1.167em;
    position: relative;
    margin-top: 0.227em;
    margin-bottom: 0.909em;
}

.homepagetabs_content_box_title:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #C7C7C6;
    left: 5px;
    top: 5px;
}

.homepagetabs_content_box_reason_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepagetabs_content_box_reason_left_box {
    font-size: 9.063em;
    font-family: Montserrat-Bold;
    color: #474747;
    line-height: 1;
}

.homepagetabs_content_box_reason_right_box_inner {
    padding-left: 1.250em;
}

.homepagetabs_content_box_reason_right_box_inner1 {
    display: block;
    color: #4B4B4B;
    font-size: 3.750em;
    font-family: Montserrat-Bold;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 1;
    text-align: left;
    position: relative;
    padding-bottom: 0.333em;
}

.homepagetabs_content_box_reason_right_box_inner1:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 75px;
    height: 5px;
    background: rgb(107, 82, 22);
    background: linear-gradient(90deg, rgba(107, 82, 22, 1) 0%, rgba(121, 97, 15, 1) 14%, rgba(170, 138, 20, 1) 30%, rgba(232, 220, 147, 1) 41%, rgba(218, 188, 80, 1) 50%, rgba(199, 166, 52, 1) 58%, rgba(163, 133, 34, 1) 67%, rgba(137, 115, 37, 1) 78%, rgba(201, 168, 46, 1) 92%, rgba(235, 222, 142, 1) 97%);
}

.homepagetabs_content_box_reason_right_box_inner2 {
    font-family: Montserrat-Medium;
    color: #514F0F;
    font-size: 2.500em;
    line-height: 1;
    text-transform: uppercase;
}

.homepagetabs_content_box_days_content_line {
    background: transparent linear-gradient(90deg, #D8D8D8 0%, #767676 16%, #757171 39%, #7E7E7E 70%, #969191 84%, #D2D2D2 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    font-size: 2.000em;
    color: #ffffff;
    padding: 0.312em 1em;
    font-family: Montserrat-Medium;
    margin: 0.781em 0;
}

.homepagetabs_content_box_content_title {
    font-size: 1.75em;
    line-height: 1.455em;
    font-family: Helvetica;
    font-weight: bold;
    color: #434343;
    letter-spacing: 0.24px;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.homepagetabs_content_box_content_title span {
    font-family: PlayfairDisplay-Italic;
}

.homepagetabs_content_box_days_content ul {
    padding: 0;
}

.homepagetabs_content_box_days_content li {
    font-size: 1.75em;
    line-height: 1.455em;
    font-family: Helvetica;
    font-weight: bold;
    color: #434343;
    letter-spacing: 0.24px;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0.857em 0 0.571em;
}

.homepagetabs_content_box_days_content li img {
    padding-right: 0.571em;
}

.homepagetabs_content_box_divider {
    padding-top: 6.250em;
}

.homepagetabs_content_inner .col-sm-4:nth-child(even) .homepagetabs_content_box_content_title {
    max-width: 50%;
}

#dh .homepagetabs_content_inner {
    background: url(../images/dh_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 6.250em 4.063em;
}

.homepagetabs_content_inner_ul ul {
    padding: 0;
    position: relative;
    z-index: 0;
}

.homepagetabs_content_inner_ul ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background: rgb(255 255 255 / 0.76); */
    font-size: 1.25em;
    margin-bottom: 1.250em;
    list-style: none;
    color: #7D7463;
    color: #5b4d12;
    font-family: PlayfairDisplay-Regular;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    padding: 0.300em 0;
}

#fotf .homepagetabs_content_inner_ul ul li {
    margin-bottom: 0;
}

.homepagetabs_content_inner_ul ul li img {
    max-width: 4%;
    width: 100%;
}

.homepagetabs_content_inner_ul ul li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 99%;
    height: 100%;
    background: rgb(255 255 255 / 0.76);
    z-index: -1;
}

.homepagetabs_content_inner_ul ul li span {
    padding-left: 0.625em;
}

#wsya .homepagetabs_content_inner {
    background: url(../images/wsya_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 6.250em 4.063em;
    background-size: cover;
}

#wsa .homepagetabs_content_inner {
    background: url(../images/wsa_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 6.250em 4.063em;
    background-size: cover;
}

.homesection6_title {
    text-align: center;
    font-size: 4.125em;
    font-size: 2.125em;
    color: #978617;
    font-family: PlayfairDisplay-Italic;
    letter-spacing: 1px;
    padding: 0.833em 0;
}

.homesction6_img {
    /*padding: 2em;*/
}

.homesection {
    /*background: #f2f2f2;*/
    overflow: hidden;
}

#boats .homepagetabs_content_inner {
    background: url(../images/boats_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 6.250em 4.063em;
}

#fotf .homepagetabs_content_inner {
    background: url(../images/fotf_bg.jpg);
    /*background-repeat: no-repeat;*/
    background-position: top center;
    padding: 6.250em 4.063em;
}

#faqs .homepagetabs_content_inner {
    background: url(../images/faqbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 6.250em 4.063em;
}

#fotf {
    background: #ffffff;
}

.fotf_line {
    background: #ffffff;
    text-align: center;
    color: #7D7463;
    font-size: 2.625em;
    font-size: 1.9em;
    line-height: 1.238em;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    font-family: PlayfairDisplay-Regular;
    font-weight: bolder;
    letter-spacing: 0.50px;
    padding-bottom: 1.000em
}

.fotf_line span {
    font-size: 2em;
    line-height: 1;
}

.daywise_breakup_ul {
    background: rgb(255 255 255 / 0.67);
    margin-bottom: 4.500em;
}

.daywise_breakup_ul_title {
    font-weight: bold;
    background: rgb(191 172 136 / 0.85);
    text-align: center;
    font-size: 2.125em;
    font-size: 1.75em;
    font-family: PlayfairDisplay-Italic;
    font-family: Helvetica;
    color: #5D5D5D;
    letter-spacing: 0.5px;
    line-height: 1.200em;
    padding: 0.400em 1.000em;
}

.homepagetabs_content_inner_ul .daywise_breakup_ul ul li:before {
    background: none;
}

.daywise_breakup_ul_box {
    padding: 4.375em;
    padding: 1.375em;
}

.daywise_breakup_ul_bottom_box {
    background: rgb(255 255 255 / 0.76);
    padding: 1.333em;
    font-size: 1.5em;
    font-family: PlayfairDisplay-Regular;
    color: #6C6C6C;
    line-height: 1.333em;
    font-family: Helvetica;
}

.daywise_breakup_ul_box img.img-fluid {
    transform: scale(0.75);
}

.faq_boxes {
    background: rgb(255 255 255 / 0.77);
    padding: 1.875em 5.625em;
    margin: 3.15em;
    margin: 1.15em;
    height: 100%;
    position: relative;
}

.faq_boxes:before {
    content: '';
    position: absolute;
    top: -3.125em;
    left: -3.125em;
    width: 6.938em;
    height: 6.938em;
    display: inline-block;
    background: url(../images/faqs_icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.faq_question {
    font-size: 1.875em;
    line-height: 1.400em;
    color: #5E4C24;
    font-family: PlayfairDisplay-Regular;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 1.400em;
    padding-bottom: 0.700em;
}

.faq_answer {
    font-size: 1.5em;
    line-height: 1.344em;
    color: #6C6C6C;
    font-family: PlayfairDisplay-Regular;
    letter-spacing: 1px;
    font-family: Helvetica;
}

#faqs .homepagetabs_content_inner_ul .col-sm-6 {
    margin-bottom: 6.15em;
}

.timings_box {
    background: #ffffff;
    padding-bottom: 3.750em;
}

.day_title {
    text-align: center;
    font-size: 11.000em;
    font-size: 6em;
    color: #ACA494;
    font-family: PlayfairDisplay-Italic;
    text-transform: uppercase;
}

.day_no {
    font-size: 13.188em;
    font-size: 7.188em;
    color: #5E4C24;
    font-family: PlayfairDisplay-Italic;
    text-align: center;
    position: relative;
}

.day_no:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    width: 50%;
    height: 6px;
    background: #707070;
    display: inline-block;
}

.day_timings {
    font-size: 1.75em;
    text-align: center;
    color: #ACA494;
    font-family: Montserrat-Regular;
    padding: 0.500em 0;
}

.aab_box {
    background: #ffffff;
    padding-top: 8.125em;
    padding-top: 4.125em;
}

.aab_box_inner {
    max-width: 88.5%;
    width: 100%;
    margin: 0 auto;
}

.aab_box .homepagetabs_content_inner_ul ul li {
    /* background: #EBEBEB; */
    border-radius: 19px;
    overflow: hidden;
    padding: 0.698em 0;
    font-size: 2.688em;
    font-size: 1.25em;
    font-family: PlayfairDisplay-Italic;
    font-family: Helvetica;
    margin-bottom: 0.250em;
}

.aab_box .homepagetabs_content_inner_ul ul li:before {
    background: #EBEBEB;
    border-radius: 19px;
}

#homesection10 .aab_ctas {
    padding-bottom: 1em;
}

.aab_ctas {
    text-align: center;
    padding: 4.375em 0 8.750em;
}

.aab_ctas a {
    font-size: 2.500em;
    font-size: 1.875em;
    background: transparent radial-gradient(closest-side at 50% 50%, #B8B8B8 0%, #939393 56%, #5C5C5C 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    padding: 0.5em 0.625em;
    margin: 0 0.5em;
    border-radius: 19px;
    display: inline-block;
    font-family: Montserrat-Regular;
}

.ceo_desk_box {
    background: #ffffff;
    text-align: center;
    padding: 6.250em 0;
    /*height: 100%;*/
    /*border-right: 2px solid #441c35;*/
    position: relative;
}

.ceo_desk_box:before {
    content: '';
    position: absolute;
    top: 50%;
    /* bottom: 50%; */
    right: 0;
    border-right: 2px solid #777777;
    display: inline-block;
    width: 2px;
    height: 90%;
    transform: translateY(-50%);
}

#homesection11 .col-sm-6:last-child .ceo_desk_box:before {
	content: none;
}

#homesection11 .col-sm-6:last-child .ceo_desk_box {
    border-right: none;
}

.ceo_name {
    font-size: 3.563em;
    font-size: 1.563em;
    color: #7D7463;
    font-family: PlayfairDisplay-Regular;
    font-weight: bolder;
    border-bottom: 2px solid;
    display: inline-block;
}

.ceo_desg {
    font-size: 1.25em;
    color: #494949;
    font-family: Montserrat-Medium;
    padding: 0.667em 0 1em;
}

.ceo_desc {
    font-size: 2.188em;
    font-size: 1.25em;
    color: #777777;
    font-family: PlayfairDisplay-Italic;
    line-height: 1.343em;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica;
}

.ceo_desc b {
    font-family: Helvetica-Bold;
    color: #5b4d12;
}

.ceo_img {
    position: relative;
    display: inline-block;
    padding-bottom: 3em;
}

.ceo_img img {
    max-width: 40%;
}

.ceo_img:before {
    /*content: '';*/
    position: absolute;
    top: -8%;
    left: -5%;
    width: 6px;
    height: 146px;
    background: #707070;
    display: inline-block;
}

.ceo_img:after {
    /*content: '';*/
    position: absolute;
    bottom: 0%;
    left: -45%;
    width: 100%;
    height: 100%;
    background: url(../images/ceo_quote.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.contact_us_box {
    background: #ffffff;
    padding: 3.438em 0;
}

.contact_us_left {
    text-align: center;
}

.contact_us_title {
    font-size: 3.000em;
    color: #706F6F;
    font-family: Helvetica-Bold;
    margin-bottom: 1.458em;
}

.contact_person_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.contact_person_details_left {
    font-size: 2em;
    color: #706F6F;
    font-family: Helvetica-Bold;
    padding-right: 1.250em;
}

.contact_person_details_right {
    border-left: 1px solid #706f6f;
    padding-left: 2.500em;
}

.contact_person_details_right a {
    color: #706F6F;
    font-size: 1.5em;
    font-family: Helvetica;
    letter-spacing: 0.5px;
    padding-left: 1em;
    margin-bottom: 1.667em;
    display: inline-block;
}

.contact_us_cta {
    text-align: center;
}

.contact_us_cta a {
    background: #565656;
    color: #F5F5F5;
    max-width: 17.429em;
    max-width: 43%;
    width: 100%;
    display: flex;
    padding: 0.571em 1.071em;
    text-align: center;
    margin: 1em auto;
    font-size: 1.500em;
    font-family: Montserrat-Medium;
    border-left: 10px solid #A3A3A3;
    justify-content: center;
    align-items: center;
    box-shadow: 13px 13px 15px #00000029;
    transition: 0.3s ease;
    text-decoration: none;
}

.speaker_main_box {
    background: #ffffff;
    padding: 4.063em 0;
}

.speaker_slider_box {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    background: #F1F0F0;
}

.speaker_main_title {
    text-align: center;
    font-size: 3.625em;
    font-size: 2.225em;
    color: #494949;
    font-family: PlayfairDisplay-Italic;
    padding: 0 1em 1.207em;
}

.speaker_box {
    /*background: #F1F0F0;*/
    padding: 3.125em 7.813em;
}

.speaker_name span {
    font-size: 4.688em;
    font-size: 2.688em;
    color: #7D7463;
    padding: 0 15px;
    font-family: PlayfairDisplay-Regular;
    border-bottom: 1px solid #7D7463;
    display: inline-block;
}

.speaker_desg {
    font-size: 1.875em;
    font-size: 1.25em;
    color: #494949;
    line-height: 1.233em;
    font-family: Montserrat-Medium;
    padding: 0.667em 0.5em 2.5em;
}

.speaker_desc {
    font-size: 2.188em;
    font-size: 1.75em;
    font-size: 1.46em;
    font-family: PlayfairDisplay-Italic;
    line-height: 1.343em;
    letter-spacing: 0.5px;
    color: #777777;
    font-family: Helvetica;
}

.readmore {
    font-size: 2.500em;
    font-size: 1.75em;
    color: #5b4d12;
    font-family: PlayfairDisplay-Italic;
}

.speaker_swiper .swiper-button-prev,
.speaker_swiper .swiper-button-next {
    background-image: none !important;
}

.homepagetabs_content_title_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/speakers-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.exhibitors_groups {
    padding-bottom: 2em;
}

.exhibitors_title {
    font-size: 2.313em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: Montserrat-Medium;
    text-align: center
}

.exhibitors_title span {
    position: relative;
}

.exhibitors_title span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6.875em;
    width: 6.250em;
    height: 1px;
    background: #000000;
    transform: translateY(-50%);
}

.exhibitors_title span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6.875em;
    width: 6.250em;
    height: 1px;
    background: #000000;
    transform: translateY(-50%);
}

.exhibitors_logo_box .col-sm-2 {
    border-right: 1px solid #000000;
}

.exhibitors_logo_box .col-sm-2:last-child {
    border-right: none;
}

#homesection11 {
    background: #D4D4D4;
}

/*==========================

        Home page CSS Ends Here    

    ==========================*/


/*==========================

        Modal CSS Starts Here    

    ==========================*/

.modal_cta:hover,
.modal_cta:focus {
    text-decoration: underline;
}

.modal_cta:hover,
.modal_cta:focus,
.modal_cta {
    background: #5B4D12;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    border: none;
    padding: 0.625em 3.125em;
    font-size: 1.250em;
    margin: 1em 1em;
}

div#modalLoginForm .modal-dialog {
    max-width: 84.5%;
}

.new_user_box a,
.new_user_box a:hover {
    text-align: center;
    color: #A6A6A6;
    font-family: Montserrat-Light;
    transition: 0.3s ease;
}

.new_user_box {
    text-align: center;
    font-size: 1.5em;
    color: #A6A6A6;
    font-family: Montserrat-Light;
}

.form-control,
.input-group-text {
    font-family: Montserrat-Regular;
}

.input-group-text {
    background: #5B4D12;
    font-family: Montserrat-Regular;
    color: #fff;
}

.modal_login_title {
    text-align: center;
    font-size: 2.500em;
    color: #A6A6A6;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    padding: 1em 0;
}

.modal-content {
    border-radius: 15px;
}

.modalimg_box img {
    max-width: 80%;
}

#viewexpoliveevent .modal-dialog {
    max-width: 40%;
}

.listedprojecttext {
    margin: 1.176em 0;
    font-family: Montserrat-Medium;
    font-size: 1.25em;
    text-align: center;
    position: relative;
}

#listedprojectmodal .modal-dialog {
    max-width: 60%;
}

.listedprojecttext:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #441c35;
    transform: translateX(-50%);
}

.listedprojecttext:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #441c35;
    transform: translateX(-50%);
}


/*==========================

        Modal CSS Ends Here    

    ==========================*/


/*============================

    Desktop CSS Ends Here   

=============================*/


/*================================

    Ipad/Mobile CSS Starts Here   

================================*/

@media(max-width: 1194px) {
    header .navbar-brand {
        max-width: 6em;
    }
    header a.nav-link {
        font-size: 1.5em;
        text-align: center;
    }
    .navbar-collapse {
        border-top: 1px solid #000;
        padding-top: 1em;
        margin-top: 1em;
    }
    .navbar-collapse .login_btn_box {
        display: none;
    }
    .homesection.homesection1 {
        margin-top: 85px;
    }
    .event_dates_box {
        padding: 0 1.5em;
    }
    .event_dates_box img {
        transform: scale(0.5);
    }
    .events_date_box {
        font-size: 1.8em;
        padding: 0.75em 1.125em;
    }
    .homesection2_links {
        padding: 1.875em 2.125em 0.625em;
    }
    .homesection2_links a {
        padding: 0.571em 1.071em;
        margin-right: 0;
        margin-bottom: 2em;
        max-width: 34%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    .homesection2_links a:last-child {
        margin-right: auto;
    }
    .homesection3 .col-lg-6:first-child {
        order: 1;
    }
    .homesection3_content_box {
        padding-bottom: 1.8em;
        padding-top: 1.8em;
        max-width: 95.75%;
    }
    .homesection4 {
        /*display: none;*/
    }
    .homesection4_top_content_logo img {
        max-width: 35%;
    }
    .homesection4_top_img_content_line1 {
        font-size: 7.750em;
        font-size: 2em;
        color: #929191;
        color: #545454;
        font-family: Helvetica-Bold;
        width: 100%;
        padding-top: 1.000em;
        line-height: 1;
    }
    .homesection4_top_img_content_line2 {
        font-size: 1em;
    }
    .homesection4_top_content_logo img {
        max-width: 35%;
    }
    #faqs .homepagetabs_content_inner {
        background: url(../images/faqbg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        padding: 6.250em 0;
    }
    .faq_boxes {
        background: rgb(255 255 255 / 0.77);
        padding: 1.875em 5.625em;
        margin: 1.15em;
        height: 100%;
        position: relative;
    }
    .faq_boxes {
        background: rgb(255 255 255 / 0.77);
        padding: 1.875em 2.625em;
        margin: 1.15em;
        height: 100%;
        position: relative;
    }
    .faq_boxes:before {
        content: '';
        position: absolute;
        top: -3.125em;
        left: -2.125em;
        width: 5.938em;
        height: 6.938em;
        display: inline-block;
        background: url(../images/faqs_icon.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain;
    }
    .homepagetabs {
        padding: 3.25em;
    }
    .homepagetabs a {
        font-size: 1.40em;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
        padding: 0 1em;
    }
    .homepagetabs_content_title_box {
        font-size: 2.000em;
    }
    .ceo_desk_box:before {
    	content: none;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .day_title {
        text-align: center;
        font-size: 5em;
    }
    .day_no {
        font-size: 7.188em;
    }
    .day_timings {
        font-size: 2.75em;
    }
    .aab_box .homepagetabs_content_inner_ul ul li {
        /* background: #EBEBEB; */
        border-radius: 19px;
        overflow: hidden;
        padding: 0.698em 0;
        font-size: 2em;
        font-size: 1.5em;
    }
    .aab_ctas a {
        margin: 0.25em 0.5em;
        font-size: 1.5em;
    }
    .speaker_main_title {
        font-size: 2.625em;
    }
    .speaker_box {
        background: #F1F0F0;
        padding: 2.125em 1.813em;
    }
    .speaker_name span {
        font-size: 2.688em;
    }
    .speaker_desg {
        font-size: 1.275em;
        color: #494949;
        line-height: 1.233em;
        font-family: Montserrat-Medium;
        padding: 0.667em 15px 1em;
    }
    .speaker_desc {
        font-size: 1.8em;
        padding: 1em 0;
    }
    .ceo_name {
        font-size: 2.563em;
    }
    .ceo_desg {
        font-size: 1.35em;
    }
    .ceo_desc {
        font-size: 1.58em;
        text-align: left;
    }
    .contact_person_details {
        display: block;
    }
    .contact_us_title {
        font-size: 2em;
        text-align: center;
    }
    .contact_person_details_left {
        font-size: 2em;
        color: #706F6F;
        font-family: Helvetica-Bold;
        padding-right: 0;
        padding-bottom: 1.250em;
        text-align: center;
    }
    .contact_person_details_right {
        border-left: 0px solid #706f6f;
        padding-left: 0;
        padding-left: 0;
        text-align: center;
    }
    .contact_person_details_right img {
        transform: scale(0.5);
    }
    .contact_us_cta a {
        background: #565656;
        color: #F5F5F5;
        max-width: 17.429em;
        max-width: 65%;
    }
    .ceo_img:after {
        /*content: '';*/
        position: absolute;
        bottom: 0%;
        left: -27%;
    }
    .homepagetabs_content_box_title {
        font-size: 3.125em;
    }
    .homepagetabs_content_box_content_title {
        max-width: 85%;
    }
    .exhibitors_logo_img_box {
        text-align: center;
    }
    #viewexpoliveevent .modal-dialog {
        max-width: 100%;
    }
    #listedprojectmodal .modal-dialog {
        max-width: 100%;
    }
    .homesection3_content_box1 {
        font-size: 1.75em;
        font-size: 1.35em;
        /* font-family: PlayfairDisplay-Italic; */
        font-family: Helvetica;
        color: #666666;
        letter-spacing: 0.25px;
        line-height: 1.333em;
        text-align: left;
        max-width: 837px;
        max-width: 95.75%;
        width: 100%;
        margin: 0 auto;
        padding: 1.800em 0;
    }

    div#modalLoginForm .modal-dialog {
        max-width: 100%;
    }
}

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

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

@media(max-width: 767px) {
    .homesection2_links a {
        max-width: 100%;
    }
    .homepagetabs_content_box_img img {
        transform: scale(0.75);
    }
    .homepagetabs_content_inner_ul ul li img{
        max-width: 20%;
    }
    .exhibitors_title span:before {
        left: -2.875em;
        width: 2.25em;
    }
    .exhibitors_title span:after {
        right: -2.875em;
        width: 2.25em;
    }
    .exhibitors_logo_img_box {
        text-align: center;
        margin-bottom: 3em;
    }
    .exhibitors_logo_img_box img {
        max-width: 50%;
    }
    .exhibitors_title {
        font-size: 1.8em;
        padding-bottom: 1em;
        font-family: Montserrat-Medium;
        text-align: center;
        margin: 0px 1em;
    }
    .homesction6_img {
        padding: 0;
    }
}


/*================================

    Ipad/Mobile CSS Ends Here   

================================