/*
Theme Name:   Hello Elementor Child
Theme URI:    https://github.com/elementor/hello-theme/
Description:  Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:       Elementor Team
Author URI:   https://elementor.com/
Template:     hello-elementor
Version:      1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/*================ Var ====================*/
:root {
    --black_color: #000000;
    --dark_blue_color: #25408F;
    --orange_color: #F68F1E;
    --white_color: #FFFFFF;
    --bg-color: #f8f7fa;
    --body_text_color: #333333;
    --dm_sans_font: 'DM Sans', sans-serif;
    --Work_sans_font: 'Work Sans', sans-serif;
    --desktop_pd_100: 100px;
    --mobile_pd_50: 50px;
    --large_device_pd_80: 80px;
}
/*============================================
= Body CSS
=============================================]*/
* {
    outline: none !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    z-index: 1;
    background-color: var(--white_color);
    color: var(--body_text_color);
}
span {
    display: inline-block;
    vertical-align: top;
}
a{
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease 0s;
    color: var(--orange_color);
}
a:hover {
    color: var(--orange_color);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body,a,p,li {
    font-family: var(--dm_sans_font);
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--Work_sans_font);
    color: var(--black_color);
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
body p:not(:last-of-type) {
    margin-bottom: 12px;
}
p a, li a{
    word-break: break-word;
    white-space: normal;
    display: inline;
}
.row>*, .container, .container-fluid, .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 991px) {
    body p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px){
   body .container{
        max-width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container{
        max-width: 920px;
    }
}
@media only screen and (min-width: 992px){
    body .container{
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px){
    body .container{
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1700px){
    body .container{
        max-width: 1280px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl,
    .elementor-section.elementor-top-section > .elementor-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.default-cta {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60px;
    transition: all 0.4s;
    padding: 14px 40px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background: var(--orange_color);
    color: var(--white_color);
    border: 1px solid var(--orange_color);
}
.default-cta:hover {
    background: transparent;
    color: var(--orange_color);
}
@media only screen and (max-width: 991px) {
    .default-cta {
        font-size: 14px;
        padding: 13px 25px;
    }
}
@media only screen and (max-width: 575px) {
    .default-cta span {
        display: none;
    }
    .default-cta {
        width: 100%;
        padding: 13px;
    }
}
a:not([href]):not([tabindex]) {
    color: var(--orange_color);
}
a.default-cta:not([href]):not([tabindex]):focus,
a.default-cta:not([href]):not([tabindex]):hover {
    color: var(--white_color);
}
.default-heading h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.default-heading h3 {
    font-size: 24px;
    line-height: 1.39;
    margin-bottom: 15px;
    font-weight: 700;
}
.light_bg_color{
    background-color: #ECF5FA;
}
@media only screen and (max-width: 1199px) {
    .default-heading h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 991px) {
    .default-heading h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .default-heading h2 {
        font-size: 25px;
    }
    .default-heading h3 {
        font-size: 20px;
    }
    .padding-box-left{
        padding-right: 0px;
    }
    .padding-box-right{
        padding-left: 0px;
    }
}
.section_padding {
    padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
    .section_padding {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}
.wi-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/*============================================
= Start Header CSS
===============================================*/

/* top-bar */
.top-bar {
    text-align: center;
    background-color: var(--dark_blue_color);
    padding: 15px 0;
}
.top-bar-conetnt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    color: var(--white_color);
    text-transform: uppercase;
}
.top-bar p a{
    color: var(--white_color);
	font-weight: 700;
	text-decoration: underline !important;
}
.top-bar p a:hover {
    color: var(--orange_color);
}
@media only screen and (max-width: 767px){
    .top-bar-conetnt{
        flex-direction: column;
    }
    .top-bar p {
	    font-size: 12px;
        padding-top: 8px;
	}
}
/* End top-bar */
.header-bg {
    background-color: var(--white_color);
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
.site-branding {
    max-width: 205px;
    width: 100%;
}
.site-navigation-main .menu{
    margin-bottom: 0;
}

.header-bottom {
    width: 100%;
    z-index: 999;
    padding: 18px 0;
    position: relative;
    box-shadow: rgb(100 100 111/10%) 0 7px 29px 0;
}
.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
}
.header-bottom.sticky {
    box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}
.sticky .header-bottom {
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    background-color: var(--white_color);
    transition: all 0.5s;
}
.site-navigation-main{
   -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}
body .site-navigation{
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
body .site-navigation ul.menu li a {
    font-size: 17px;
    line-height: 1.17;
    font-weight: 600;
    letter-spacing: 0.1px;
    transition: all 0.3s;
    padding: 12px 8px;
    font-family: var(--Work_sans_font);
    color: #39364f;
    text-transform: uppercase;
}
body .site-navigation .custom-menu-class ul.menu li a{
	color: #3E3E40;
}
body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
body .site-navigation ul.menu li.menu-item-has-children::after {
    display: none;
}
/* submenu design */
body .site-navigation ul.menu li ul.sub-menu {
    background: var(--white_color);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    min-width: 250px;
}
body .site-navigation ul.menu li ul.sub-menu li{
    margin: 0;
}
body .site-navigation ul.menu li ul.sub-menu li a {
    font-size: 16px;
    line-height: 1.17;
    color: #6E717C;
    font-weight: 500;
    transition: all 0.3s;
    padding: 12px 12px;
    width: 100%;
}
.header_right_inner{
	display: flex;
	align-items: center;
}
.custom-menu-class{
	margin-right: 14px;
}
.header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-btn .default-cta:not(:last-child){
    margin-right: 24px;
}
.header-top{
    background: #4E8CC7;
    padding: 16px 0;
}
.header-top p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    text-transform: uppercase;
}
.header-top p a{
    color:var(--white_color);
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: underline !important;
}
.header-top p a:hover{
    color: #204265;
}
body .site-navigation ul.menu li.menu-item-has-children i::before {
    content: "\f107" !important;
}
body .site-navigation ul.menu li.menu-item-has-children i {
    color: #6E717C;
}
body .site-navigation ul.menu>li.current-menu-item>a,
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item > a {
    color: var(--black_color) !important;
    font-weight: 700 !important;
}
body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover + i {
    color: var(--black_color);
}
body .site-navigation ul.menu>li.current-menu-item>i,
body .site-navigation ul.menu li ul.sub-menu>li.current-menu-item>i {
    color: var(--black_color) !important;
}
@media only screen and (min-width: 1441px) and (max-width: 1590px){
    .header_right_inner a.header-call-button {
        font-size: 14px;
        padding-right: 15px;
    }
    .header-btn .default-cta {
        padding: 10px 10px;
    }
    body .site-navigation ul.menu li a, .default-cta {
        font-size: 14px;
    }
    body .site-navigation ul.menu li a {
        padding: 12px 3px;
    }
}
@media only screen and (max-width: 1440px){ 
    .header-bottom .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    body .site-navigation ul.menu li a{
        padding: 12px 3px;
    }
    body .site-navigation ul.menu li a, .default-cta{
        font-size: 13px;
    }
    .header_right_inner a.header-call-button {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1341px) and (max-width: 1440px){
    .header-btn .default-cta {
        padding: 10px 24px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1340px){
    .header-btn .default-cta {
        padding: 10px 13px;
    }
}
@media only screen and (min-width: 1200px){
	.site-branding {
	    margin: auto;
	    padding: 10px 0px 25px 0px;
	}
}
@media only screen and (max-width: 1199px){
	.top-bar{
		padding: 10px 0;
	}
	.top-bar p{
		font-size: 14px;
	}
	.site-header-wrap{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
    .site-navigation-main {
        flex: inherit;
    }
    .site-main-header .col-12,
    body .site-navigation{
        position: unset;
        flex-grow: inherit;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        top: 42px;
        left: 0;
        width: 100%;
        height: 0;
        display: inline-block;
        transition: height 0.3s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    #navbarSupportedContent.menu-active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .menu-primary-menu-header-menu-container > ul.menu > li > a {
        color: #6E717C;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i{
        color: #6E717C!important;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container {
        background: var(--white_color);
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
        box-shadow: 0px 0px 10px 0px #ededed;
    }
    .site-main-header:not(.site-main-header.sticky) #navbarSupportedContent .menu-primary-menu-header-menu-container {
        height: calc(100% - 71px) !important;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--orange_color);
        margin: 0 0 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: var(--orange_color);
        height: 2px;
        width: 100%;
        line-height: 0;
        vertical-align: top;
        margin: 2px 0;
        transition: all 0.3s;
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3 {
        transform: translate(0, 0) rotate(0);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2 {
        opacity: 1;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon1,
    .site-navigation .menu-active + .navbar-toggler span.icon1 {
        transform: translate(0, 6px) rotate(225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2,
    .site-navigation .menu-active + .navbar-toggler span.icon2 {
        opacity: 0;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3,
    .site-navigation .menu-active + .navbar-toggler span.icon3 {
        transform: translate(0, -6px) rotate(-225deg);
    }
    body .site-navigation ul.menu{
        margin: 0;
    }
    body .site-navigation ul.menu li{
        margin: 0;
        display: inline-block;
    }
    body .site-navigation ul.menu li.current-menu-item{
        /* background: #F0F1F4; */
        color: #515153;
    }
    body .site-navigation ul.menu li ul.sub-menu{
        position: unset;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i {
        content: '';
        position: absolute;
        right: 13px;
        top: 11px;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active{
        transform: rotate(180deg);
        right: 17px;
    }
    body .site-navigation ul.menu li ul.sub-menu li{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li a{
        padding: 12px 30px;
        width: auto;
    }
    body .site-navigation ul.menu li{
        color:#6E717C;
        width: 100%;
    }
    body .site-navigation ul.menu li > a {
        width: auto;
        padding: 10px 15px;
        display: inline-block;
        margin-left: 15px;
    }
    body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
        color: #6E717C;
        width: auto;
        display: inline-block;
        background: transparent;
    }
    .toggle-menu-open {
        overflow: hidden;
    }
    .header-bottom {
        padding: 10px 0;
    }
    .site-header-wrap .site-navigation .header-mrg{
        margin: 0 25px;
    }
    .custom-menu-class{
    	display: none;
    }
    body .site-navigation ul.menu li a, body .site-navigation ul.menu li ul.sub-menu li a{
        font-size: 14px;
    }
    .navbar-collapse{
		flex-basis: 100% !important;
	}
	.navbar-expand-xl .navbar-toggler{
		display: block !important;
	}
}
@media only screen and (max-width: 767px){
    .header-bottom .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .top-bar p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1300px){
    body .site-navigation ul.menu li.menu-item-has-children i {
        font-weight: 900;
    }
    .navbar-expand-xl .navbar-collapse {
	    display: flex!important;
	    flex-basis: auto;
	}
    .header_hide_menu{
    	display: none !important;
    }
    body .site-navigation ul.menu li:not(:last-child) {
	    margin-right: 8px;
	}
}

/*============================================
= End Header CSS
===============================================*/
/*============================================
= footer CSS
===============================================*/
/* .site-main-footer {
    background: #2b2b2b;
    padding: 60px 0px;
}
.main-footer-bottom {
    background-color: #202020;
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.footer-bottom-info p {
    color: var(--white_color);
}
.footer_logo {
    filter: brightness(0) invert(1);
}
.site-footer-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    margin: 0 0 16px;
    color: var(--white_color);
}
.site-footer-content li, .site-footer-content li a {
    color: rgba(255, 255, 255, 0.7);
}
.site-footer-content .footer-menu li:not(:last-child) {
    margin: 0 0 8px;
}
.site-footer-content a:hover, .site-footer-bottom a:hover {
    color: var(--orange_color);
} */
/*============================================
= End footer CSS
===============================================*/

/*===============================================
= Start Footer CSS
===============================================*/
footer.site-main-footer {
    background-color: var(--dark_blue_color);
    padding: 90px 0 62px;
    position: relative;
    z-index: 1;
}
.footer_logo {
    filter: brightness(0) invert(1);
}
.site-main-footer::before {
    content: '';
    background-image: url('/wp-content/uploads/2023/04/working-line.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.site-footer-content p,
.site-footer-content a,
.site-footer-bottom p,
.site-footer-bottom a,
.site-footer-content li {
    font-weight: 300;
    color: var(--white_color);
}
.site-footer-content a:hover,
.site-footer-bottom a:hover {
    color: var(--orange_color);
}
.footer-content,
.footer-content>* {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.site-footer-top h2 {
    color: var(--white_color);
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 40px;
}
.site-footer-content {
    padding-bottom: 43px;
}
.menu-footer-menu-container li,
.menu-footer-social-container li,
.menu-privacy-menu-container li {
    display: inline-block;
    vertical-align: top;
}
.menu-footer-menu-container li:not(:last-child) {
    margin: 0 30px 0 0;
}
.menu-footer-social-container li:not(:last-child) {
    margin: 0 16px 0 0;
}
.menu-footer-menu-container {
    margin: 46px 0 0;
}
.menu-footer-social-container {
    margin: 24px 0 0;
}
.location li {
    display: inline-flex;
    align-items: start;
}
.location li img {
    margin: 3px 8px 0 0;
}
.location li:not(:last-child) {
    margin: 0 0 10px;
}
.site-footer-content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px;
    color: var(--white_color);
}
.office-address-info li {
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
}
.hours li:not(:last-child) {
    margin: 0 0 6px;
}
.site-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 43px;
    border-top: 2px solid rgb(255 255 255 / 20%);
}
.menu-privacy-menu-container li {
    padding: 0 25px;
}
.footer-bottom-info p,
.footer-bottom-info a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.footer-bottom-info a:hover {
    color: var(--orange_color);
}
@media only screen and (max-width: 1440px) {
    .site-footer-top h2 {
        font-size: 40px;
        margin: 0 0 30px;
    }
}
@media only screen and (max-width: 1366px) {
    .site-footer-content p, .site-footer-content a, .site-footer-bottom p, .site-footer-bottom a {
        font-size: 14px;
    }
    .menu-privacy-menu-container li {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1199px) {
    footer.site-main-footer {
        padding: 60px 0 40px;
    }
    .menu-footer-menu-container li:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .footer-bottom-info {
        width: 100%;
        text-align: center !important;
    }
    .footer-bottom-info:not(:last-child) {
        margin: 0 0 10px;
    }
    .footer-bottom-info .float-left {
        float: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .default-cta {
        font-size: 15px;
    }
    .menu-footer-menu-container {
        margin: 35px 0 0;
    }
    .site-footer-top h2 {
        font-size: 30px;
        margin: 0 0 25px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
    .menu-footer-menu-container li {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    ul.location {
        margin: 24px 0 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
    .hours, .location {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .site-footer-top h2 {
        font-size: 24px;
    }
    .site-footer-content>*>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-footer-menu-container li:not(:last-child) {
        margin: 0 12px 5px;
    }
    .menu-footer-menu-container li:last-child {
        margin: 0 12px;
    }
    .hours {
        margin: 24px 0 0;
    }
    .footer-content, .footer-content>*, figure.wp-block-image.size-large, .menu-footer-social-media-container .menu {
        text-align: center;
    }
    .menu-footer-social-media-container .menu, .location li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*===============================================
= End Footer CSS
===============================================*/

/*=============================================
= Home Page Css
=============================================*/

/*==========venue CSS==========*/

div#venue-info .general_info_img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.image_bottom img {
    margin-bottom: 30px;
}
.general_info_img iframe {
    border-radius: 10px;
}
.room_box {
    display: flex;
    box-shadow: 0px 0px 15px 0px #6464643d;
    margin-top: 40px;
    align-items: center;
}
.room_img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.room_content {
    padding: 25px 30px 30px 30px;
	width: 100%;
    max-width: fit-content;
}
.room_img {
    max-width: 50%;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .room_box {
        display: block;
    }
    .room_img {
        max-width: 100%;
        width: 100%;
    }
    .room_img img {
        height: 260px;
    }
    .room_content {
        padding: 20px 20px 28px 20px;
    }
}
/*==========end venue CSS==========*/
/*==========Photo From CSS==========*/
.photos_from_box .photos_from_img img {
    margin-bottom: 25px;
    border-radius: 10px;
}
.photos_from_box .photos_from_img img {
    margin-bottom: 25px;
    border-radius: 10px;
    min-height: 265px;
    object-fit: cover;
    width: 100%;
}
.gallery_section {
    margin-top: 35px;
    padding: 0px 10px;
}
.gallery_section .elementor-container {
    padding: 0px !important;
}
div#photos-from-info .item {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery-block.grid-gallery a:hover {
    filter: brightness(0.5);
}
.gallery-block.grid-gallery .item img {
    transition: 0.4s;
    height: 265px;
    object-fit: cover;
    width: 100%;
}
div#photos-from-info .item a.lightbox {
    height: 100%;
    width: 100%;
}
.gallery-block.grid-gallery .item{
  margin-bottom: 10px;
}
#baguetteBox-overlay .full-image{
    padding: 0px 30px;
}
@media only screen and (max-width: 1199px) {
    .gallery-block.grid-gallery .item img {
        height: 230px;
    }
}
@media only screen and (max-width: 991px) {
    .photos_from_sec .col-12:not(:last-child) .photos_from_box {
        margin-bottom: 30px;
    }  
}
@media only screen and (max-width: 767px) {
    .photos_from_box .photos_from_img img {
        min-height: 190px;
    }
    .gallery_section {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 565px){
    .gallery-block.grid-gallery .item img {
        height: 155px;
    }
}
/*==========End Photo From CSS==========*/
div#general-info .default-btn {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.info_banner_img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    position: relative;
}
.info_banner_img img,
.general_info_img img{
    border-radius: 10px;
}
.general_info_desc h2 {
    margin-bottom: 30px;
}
.general_info_desc p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--body_text_color);
}
.register_btn {
    width: 100%;
    max-width: 180px;
    margin: 0px auto;
    padding: 30px 0px 0px;
}
@media only screen and (min-width: 992px){
    .max_content{
        max-width: 1130px;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 991px){
    .general_info_img{
        padding-top: 30px;
    }
    .general_info_img > img {
        width: 100%;
        height: 100%;
        max-height: 470px;
        object-fit: cover;
    }
    .info_banner_img {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px){
    .info_banner_img img {
        min-height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .info_banner_img {
        margin-bottom: 30px;
    }
    .register_btn {
        padding-bottom: 0px;
    }
    div#general-info .default-btn {
        position: relative;
        margin: 25px 0px 0px;
    }
}
/*==========Event Css==========*/
.event_info_sec{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.events_tabs_info{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-top: 30px;
}
.events_detail_grid{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.event_detail_inner{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.event-details-slotPreview,
.event-details_content{
    padding: 0px 15px;
}
.event_detail_content{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.event_detail_icon .eds-vector-image{
    background: #f8f7fa;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.eds-vector-image svg{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: #F58F21;
}
.event_detail_content h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--body_text_color);
    margin-bottom: 5px;
}
.event_detail_content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #6F7287;
}
.event-details_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ECF5FA;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.event-details_content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.event-details-slotPreview p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #6f7287;
}
.event-details_content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #39364f;
    margin-bottom: 5px;
}
.event-details_content p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #6f7287;
}
@media only screen and (max-width: 991px){
    .event-details_info{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .event-details-slotPreview, .event-details_content{
        padding: 0px 0px;
    }
    .event-details-slotPreview {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px){
    .events_detail_grid{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .events_detail_grid .event_detail_inner:not(:last-child) {
        margin-bottom: 20px;
    }
    .events_tabs_info,
    .event-details_info{
        padding: 15px;
    }
    .event-details-slotPreview {
        margin-bottom: 5px;
    }
}

/*==========Registration Css==========*/
.defult_listing{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.defult_listing li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
}
.defult_listing li:not(:last-child){
    margin-bottom: 15px;
}
.defult_listing li:before{
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    display: inline-block;
    vertical-align: top;
}
.appropriate_sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
}
.appropriate_sec h3 {
    font-weight: 600;
}
.booking_btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}
.booking_btn a img{
    width: 100%;
    max-width: 200px;
}
.booking_btn > a:not(:last-child){
    margin-right: 50px;
}
.inst_sec_info p em {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #F68E1D;
}
.inst_sec_info h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.inst_sec_info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
@media only screen and (max-width: 767px){
    .booking_btn{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px){
    .booking_btn a img{
        max-width: 140px;
    }
    .booking_btn > a{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 400px){
    .booking_btn > a:not(:last-child){
        margin-right: 20px;
    }
    .booking_btn a img{
        max-width: 110px;
    }
}

/*=============================================
= End Home Page Css
=============================================*/
/*=============================================
= speaker section Css
=============================================*/
.speaker-item_box {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin: 0 0 30px;
    height: calc(100% - 30px);
    position: relative;
}
/* .speaker-item_box .modal_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */
.speaker-item_box .modal_link {
    margin-top: 10px;
    font-weight: 600;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    background: transparent;
}
#our-speaker .speakers-content {
    padding: 20px 20px;
}
.speakers-content h4 {
    margin-bottom: 15px;
    font-weight: 600;
}
.speaker-item_box .img-wrapper img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
div#our-speaker .default-heading h2 {
    margin-bottom: 30px;
}
.speakers-content h6 {
    margin-bottom: 20px;
    color: var(--orange_color);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.speaker-slider.slick-initialized .slick-slide {
    padding: 0 15px;
}
.speaker-slider .slick-track {
    display: flex;
    height: 100% !important;
}
.speaker-slider .slick-track > div {
    height: auto;
    display: flex;
}
.slick-prev:before, .slick-next:before {
    color: var(--orange_color);
}
@media only screen and (max-width: 767px){
    .speaker-slider {
        /* margin-left: -30px;
        margin-right: -30px; */
        margin-bottom: 0px;
    }
    .speaker-slider  .slick-dots {
        bottom: -7px;

    }
    .speaker-slider.slick-initialized .slick-slide {
        padding: 0 0px;
    }
    /* .speaker-slider.slick-initialized .slick-slide {
        padding: 0 30px;
    } */
}
/*=============================================
= end speaker section Css
=============================================*/
/*=============================================
= Modal Css
=============================================*/

.modal .modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100%;
}
.modal-body {
    position: relative;
    padding: 0px!important;
    border-radius: 20px;
}
.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FEF1E2;
    /* padding: 30px; */
}
.close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
button.close span {
    font-size: 2rem;
    right: 15px;
    position: relative;
    top: 15px;
    font-weight: 400;
    color: var(--white_color);
    width: 35px;
    height: 35px;
    background: var(--orange_color);
    line-height: 35px;
    border-radius: 50%;
}
.close:hover {
    opacity: 1!important;
    background: transparent!important;
    border: none!important;
    outline: none!important;
    color: #BC8452!important;
}
.modal-body .speakers-content {
    padding: 30px;
}
.modal-body button:focus {
    background: transparent !important;
}
@media only screen and (max-width: 864px) {
    .modal .modal-dialog {
        margin-right:30px;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 767px){
    /* .modal .modal-content {
        padding: 30px 30px;
    } */
    .modal-body .speakers-content {
        padding: 20px;
        height: 500px;
        overflow: scroll;
    }
    button.close span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 1.5rem;
    }
}


/*=============================================
= End Modal Css
=============================================*/
.sponsors-heading{
    text-align: center`;
}
.logo-image img {
    transition: all 0.4s;
    margin: 0 auto;
    filter: grayscale(1);
}
.logo-image img:hover {
    filter: none;
}