/* Add here all your CSS customizations */

/* fonts style */
.Prompt_extralight {
    font-weight: 200;
}
.Prompt_regular {
    font-weight: 400;
}
.Prompt_medium {
    font-weight: 500;
}
.Prompt_bold {
    font-weight: 700;
}

/*---------------------------------*/
.t_inline {
    display: inline-block;
}
.col_centered {
    float: none;
    margin: 0 auto;
}
.clear_all {
    clear: both;
    height: 0px;
    line-height: 0px;
}
/*---------------------------------*/
/* color theme */
.color_primary {
    color: #4da3de;
}
.color_secondary {
    color: #0166ac;
}
/* 
.color_tertiary {
    
}
.color_quaternary {
    
} */

.pos {
    position: absolute;
    z-index: 5;
}

/* flower animation */
@keyframes float1 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.fw_ani_1 {
	transform: translatey(0px);
	animation: float1 6s ease-in-out infinite;
}
.fw_ani_2 {
	transform: translatey(0px);
	animation: float2 6s ease-in-out infinite;
}



body,
html {
    font-family: 'Prompt', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
header,
content,
footer,
section {
    max-width: 100%;
    display: block;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    width: auto;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.5;
    font-weight: 400;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 19px;
}
h4 { 
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
p {
    color: #1b1a19;
}

.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow:none !important;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #0088CC;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #00699E;
    /* text-decoration: none !important; */
}
.img_hover {
    position: relative;
    top:0px;
    transition:all .3s ease-in-out;
    cursor: pointer;
    z-index: 1;
}
.img_hover:hover {
    top:-5px;
}
.img_radius {
    border-radius: 15px;
}
.img_radius_2 {
    border-radius: 20rem;
}
.img_radius_bt_none {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.banner {
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
.banner:hover {
    transform: scale(1.01);
}
.btn {
    border-radius: 8px;
}


/* header */
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, 
#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #fff;
}
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover, 
#header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a:hover {
    color: #fff;
    background: none !important;
}
#header .tip-dark {
    background: #4698CE !important;
}
#header .tip-dark:before {
    border-right-color: #4698CE !important;
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    /* background: #4698CE !important; */
    /* background: #055e99 !important; */
    background: #f2f2f2 !important;
}
#header .bg-dark {
    /* background: #4798ce !important; */
    /* background: #055e99 !important; */
    background: #f2f2f2 !important;
}
#header .btn_apply {
    font-size: 18px;
    font-weight: 700;
    background: #00699E;
    color: #fff;
    padding: 10px 15px 10px 5px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s all ease-in-out;
    
}
#header .btn_apply:hover {
    background: #4da3de;
}
#header .header-nav-main {
    background: #00699E;
}
#header.header-transparent .header-body.bg-dark .header-nav-main:before, 
#header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
    background: #00699E !important;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2) !important;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li:last-child {
    border-bottom: 0px !important;
}
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a,
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, 
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, 
#header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
    background: none !important;
    color: #fff !important;
    /* font-size: 15px !important; */
    /* color: #055e99 !important; */
    font-size: 16px !important;
    padding: 12px 10px 12px 10px !important;
}
#header .toggle.toggle-simple .toggle > label:before, 
#header .toggle.toggle-simple .toggle > .toggle-title:before {
    top:20px;
}
#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    display: block !important;
}
#header .header-logo {
    margin: 0.3rem 0 !important;
}

/* footer */
#footer {
    background: #4798ce !important;
}
#footer .bg-color-scale-overlay-wrapper {
    background: #4798ce !important;
}

.owl-carousel.dots-inside .owl-dots {
    width: 100%;
}

/* herobanner home */
.herobanner_home_alt_section {
    margin-bottom: 0px;
}

.main_other {
    padding-top: 100px;
}

.breadcrumb_section {
    padding-top: 100px;
}

/* testimonial home */
.testimonial_home_section .testimonial blockquote p {
    font-family: 'Prompt', sans-serif !important;
}
.testimonial_home_section .testimonial.testimonial-style-2 .testimonial-author img {
    max-width: 100px;
    max-height: 100px;
}
.testimonial_home_section .owl-carousel.nav-style-2 .owl-nav .owl-next:before, 
.testimonial_home_section .owl-carousel.nav-style-2 .owl-nav .owl-next:after, 
.testimonial_home_section .owl-carousel.nav-style-2 .owl-nav .owl-prev:before, 
.testimonial_home_section .owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
    border-color: #fff !important;
}

/* contact home section */
.contact_home_section {
    text-align: left;
    color: #fff;
}
.contact_home_section a {
    color: #fff;
}
.contact_home_section section.section.section-height-5 {
    padding: 4.6153846154rem 0;
}

/* past conference all section */
.pastconference_all_section {
    display: block;
    margin-bottom: 50px;
}
.pastconference_all_block {
    display: block;
    text-align: center;
    margin:0px 5px 40px 5px;
    box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.20);
}

.pastconference_all_block .thumb-info.thumb-info-bottom-info .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background: rgba(0, 136, 204, 0.8);
}

/* gallery home section */
.gallery_home_section {
    display: block;
}

/* gallery all section */
.gallery_all_section {
    display: block;
}

.gallery_home_section .thumb-info-action,
.gallery_all_section .thumb-info-action {
    display:none;
}

/* title block section */
.title_block_section {
    display: block;
}

/* news all section */
.news_all_section {
    display: block;
}

/* news detail section */
.news_detail_section {
    display: block;
}

.btn_back:hover {
    text-decoration: none !important;
}

/* gallery detail section */
.gallery_detail_section {
    display: block;
}

.gallery_detail_section .gallery-thumb-info {
    border-radius: 4px;
}

.table td.tbl_header {
    background: #0166ac; 
    color:#fff;
}


/* call to action section */
.call_to_action_section {
    display: block;
}
.call_to_action_section .call-to-action {
    border-radius:10px; 
    padding: 10px 20px;
}
.call_to_action_section .call-to-action a {
    color:#fff;
    width:100%;
    display:block;
}
.call_to_action_section .call-to-action-tertiary {
    background: #2BAAB1;
}

.btn_registration,
.btn_registration:focus {
    font-size: 18px;
    font-weight: 700;
    background:#4da3de;
    color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s all ease-in-out;
    display:block;
    width:100%;
    text-align:center;
    
}
.btn_registration:hover {
    background: #0166ac;
    color: #fff;
    text-decoration:none !important;
}

/* Responsive */
@media (min-width: 360px) {

}
@media (min-width: 390px) {

}
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    body {
        background-size: 100% auto;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 { 
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }

    .herobanner_home_alt_section {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu,
    #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu:hover {
        border-radius: 10px !important;
        overflow: hidden !important;
        padding: 0px !important;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }
    #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu a {
        color: #000 !important;
    }
    #header .header-nav-main.header-nav-main-dropdown-border-radius nav > ul > li.dropdown .dropdown-menu a:hover {
        color: #fff !important;
        /* background: #00699E !important; */
        background: #4da3de !important;
    }
    #header .header-nav-main {
        background: none;
    }
    #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a:hover, 
    #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a:hover {
        color: #000 !important;
        /* color: #fff !important; */
    }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
        border-bottom: 0px !important;
    }
    #header .tip-dark {
        background: #126ca7 !important;
    }
    #header .tip-dark:before {
        border-right-color: #126ca7 !important;
    }
    #header .header-container {
        max-width: 100% !important;
    }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a,
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
        font-size: 13px !important;
        color: #055e99 !important;
    }
    .contact_home_section section.section.section-height-5 {
        padding: 9.2307692308rem 0;
    }

    .pastconference_all_block {
        margin:0px 5px 80px 5px;
    }
}
@media (min-width: 1024px) {
    #header .header-container {
        max-width: 1140px !important;
    }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a,
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
        font-size: 14px !important;
    }
}
@media (min-width: 1200px) {
    .pastconference_all_block .thumb-info.thumb-info-bottom-info .thumb-info-title {
        transform : translate3d(0, 100%, 0);
        opacity : 0;
    }
    .pastconference_all_block .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        transform: translate3d(0, 0, 0);
        opacity: 1;
     }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a,
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, 
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
        font-size: 16px !important;
    }
    
}
@media (min-width: 1281px) {
    
}
@media (min-width: 1400px) {
    
}
@media (min-width: 1600px) {
    
}
@media (min-width: 1920px) {
   
}