:root {
    --main-color-blue: #255A82;
    --main-color-black: #000000;
    --main-color-gray: #D9D9D9;
}

body {
    font-family: 'Source Sans Pro', 'PT Serif';
}

.btn ,a.btn, a.wp-element-button, .inner_page section a.wp-element-button, .inner_page section a.btn{
    color: #ffffff;
    border-radius: 15px;
    padding: 10px 35px;
    background: var(--main-color-blue);
    letter-spacing: 2px;
}

.btn:hover,a.btn:hover ,
a.wp-element-button:hover,
.inner_page section a.wp-element-button:hover, 
.inner_page section a.btn:hover {
    color: #ffffff;
    background: #000000;
}

h1 {
    font-size: 90px;
    line-height: 90px;
    font-family: 'PT Serif';
    font-weight: 600;
    margin-bottom: 0;
   
}

h2 {
    font-size: 42px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    color: var(--main-color-black);
    font-family: 'PT Serif';
    font-weight: bold;
    margin-bottom:15px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
    color: var(--main-color-blue);
    font-weight: bold;
    letter-spacing: 2px;
}

p {
    font-size: 20px;
    line-height: 30px;
}

a:focus,
input:focus,
.btn,
button {
    outline: none !important;
    box-shadow: none !important;
}
.full-content{
   min-height: calc(100vh - 250px);
}
/* header start */

header {
   /* background: linear-gradient(90deg, rgba(0, 64, 93, 1) 0%, rgba(4, 154, 223, 1) 100%);*/
    padding: 20px 0;	 
   margin-bottom: -125px;
   position: relative;
   z-index: 999;
}

header a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navik-menu>ul>li>a:hover, .navik-menu>ul>li.current-menu-item>a {
    color: #56B1DA;
}

header a.btn {
   background: #56B1DA;
   z-index: 99999;
   position: relative;

}

header a.btn:hover {
    background: #000000;
    color: #ffffff;
}
.navik-header{

   display: flex;
   justify-content: end;
}
.navik-menu{
   margin-right:50px;
}
.navik-menu li>ul{
   padding:5px 0;
}
.navik-menu ul ul li>a {
   padding: 5px 15px 7px!important;
   color: #000000;
   text-transform: uppercase;
   font-style: normal;
}
/* banner section start */

.home_page_banner {
    /* background-image: linear-gradient(90deg, rgba(0, 64, 93, 0.8), rgba(4, 154, 223, 0.8)), url('../images/home-banner.png'); */
    background: linear-gradient(90deg, rgba(0, 64, 93, 1) 0%, rgba(4, 154, 223, 1) 100%);
    color: #ffffff;
    position: relative;
   
}

.home_page_banner_bg {
    object-fit: cover;
    width: 100%;
}

.home_page_banner span.salt {
    font-weight: 900;
    color: #ffffff40;
    font-family: 'Source Sans Pro';
    letter-spacing: -55px;
   font-size: 316px;
   line-height: 190px;
   letter-spacing: -49px;
   display: block;
   margin-left: 60px;

}
.home_page_banner_content h1,
.home_page_banner_content h2{
       font-weight: 700;
   color: #ffffff80;
   font-family: 'Source Sans Pro';
   font-size: 160px;
   line-height: 145px;
   text-transform: uppercase;
   letter-spacing: -13px;
}
.home_page_banner_content h1{	
   display: flex;
   justify-content: end;
}
.home_page_banner_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
        background: linear-gradient(90deg, rgba(0, 64, 93, 0.9) 0%, rgba(4, 154, 223, 0.9) 100%);
    height:100%;
       padding-top:210px;
}

.home_page_banner h3 {
    /*font-family: 'PT Serif';*/
     font-family: 'Source Sans Pro';
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #ffffff;
    font-weight: 500;	 
   margin: 75px 0;
   display: flex;
   justify-content: end;
}



.home_page_banner a {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 5px;
    
   margin-bottom: 130px;
   display: block;
}

.home_page_banner a:hover {
    opacity: 0.6;
}
/* welcome section start */
.home_page .page_welcome {
    padding: 80px 0 80px 0;
}
.page_welcome {
    padding: 100px 0 150px 0;
}
.page_welcome p{
   width:85%;
}
.page_welcome_bg {
   background-color: var(--main-color-blue);
    width: 455px;
    height: 85%;
    margin-top: 47px;
}
.page_welcome .container>.row:last-child .page_welcome_bg{
	height: 93%;
}
.home_page .page_welcome_bg img{
	box-shadow:none !important;
}
.page_welcome_bg img {
	margin: -46px 0px 0px 50px;	
 box-shadow: 3px 0px 13px 0px #cacacc;
}
.page-template-template-about .page_welcome .container .row:last-child{
   margin-top:100px;
}

/* welcome section end */

/* about section start */

.page_about {
    background: var( --main-color-gray);
    padding: 70px 0;
}
/* about section end */
/* testimonial section start */

.page_testimonial {
    padding: 60px 0;
    text-align: center;
}

.page_testimonial .swiper {
    background: -webkit-linear-gradient(right, #255A82 80%, white 20%);
    background: -moz-linear-gradient(right, #255A82 80%, white 20%);
    background: -ms-linear-gradient(right, #255A82 80%, white 20%);
    background: linear-gradient(right, #255A82 80%, white 20%);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    max-width:1100px;
    width:100%;
    margin:auto;
}

.page_testimonial .swiper h4 {
    color: #ffffff;
}

.page_testimonial .swiper-horizontal>.swiper-pagination-bullets,
.page_testimonial .swiper-pagination-bullets.swiper-pagination-horizontal,
.page_testimonial .swiper-pagination-custom,
.page_testimonial .swiper-pagination-fraction {
    left: unset;
    width: 35%;
    right: 0;
    bottom: 8%;
}

.page_testimonial .swiper-pagination-bullet {
    border: 2px solid #ffffff;
    background: transparent;
    opacity: 1;
    width: 12px;
   height: 12px;

}

.page_testimonial .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.page_testimonial h5 {  
    margin-bottom: 0;
   font-family: 'PT Serif';
   font-size: 190px;
   line-height: 6px;

}

.page_testimonial p {
    font-size: 24px;
    line-height: 44px;
    padding:0 5px;
}
/* testimonial section end */
/* join us section start */
.page_join_us .container{
   max-width:1100px;
   width:100%;
   margin:auto;
}
.page-template-template-register h3 {
    text-align: center;
}

.page_join_us {
    padding: 40px 0 40px;
}

.page_join_us_content {
    text-align: center;
    box-shadow: 1px 1px 13px 1px #dddddd;
    padding: 30px 15px 40px 15px;
}
.page_join_us_content p{
   font-weight:600;
}
.page_join_us .row>div:first-child .page_join_us_content {
    margin-right: 10px;
}

.page_join_us .row>div:last-child .page_join_us_content {
    margin-left: 10px;
}
.page_join_us_content a.btn{
   margin-top:5px;
   min-width:250px;


}
/* join us section end */
/* newsletter section start */

.page_newsletter {
    background: var(--main-color-gray);
    padding: 85px 0;
}

.page_newsletter h2 {
    font-weight: bold;
    font-family: 'PT Serif';
}

.page_newsletter input.form-control {
    max-width: 560px;
    margin: 20px auto;
    border: 1px solid #00000083;
    background: transparent;
    border-radius: 0;
    height:62px;
}

.page_newsletter input.form-control,
.page_newsletter input.form-control::placeholder {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
}

.page_newsletter .btn {
    margin-top: 20px;
}
.page_newsletter p{
   font-size: 23px;
   line-height: 30px;   
   margin-bottom: 28px;
}
/* newsletter section end */
/* footer section start */

footer {
    background: var(--main-color-black);
    color: #ffffff;
    padding: 40px 0;
}

footer img {
    max-width: 400px !important;
    width: 100%;
}

footer a,
footer h3,
footer h4 {
    color: #ffffff !important;
    text-decoration: none !important;
}

footer a:hover {
    opacity: 0.8;
}

footer h4 {
    font-family: 'PT Serif';
    margin-bottom: 0;
}

footer h3 {
    font-size: 60px;
    line-height: 50px;
    margin: 0;
    font-weight: bold;
}

footer p {
    font-size: 15px;
    line-height: 30px;
}

footer hr {
    margin-top: 20px;
   background:#787878;
   opacity:1;
}
p.footer_logo_text{
	display:inline-block;
	margin-bottom:0;
}
/* footer section end */
/* about page start */

.inner_page_banner {
    position: relative;
    color: #ffffff;
}
.inner_page_banner_content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 64, 93, 0.9) 0%, rgba(4, 154, 223, 0.9) 100%);
    height: 100%;
}
.inner_page_banner h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_page_banner_bg {
    object-fit: cover;
    width: 100%;
	max-height:500px;
}



.learn {
    padding: 80px 0;
    background: var(--main-color-blue);
    color: #ffffff;
}

.learn h3 {
    color: #ffffff;
}

.learn h4 {
    color: #AAAAAA;
}
/* about page end */
/* register page start */

.join_us {
    padding: 70px 0 100px 0;
}

.register_form {
    max-width: 1000px;
    width: 100%;
    margin: 10px auto;
}

.register_form a {
    color: #888888;
    border: 1px solid #707070;
    display: block;
    padding: 10px;
    text-decoration: none;
    margin: 15px 0;
}

.register_form a:hover {
    color: var(--main-color-blue);
    border: 1px solid var(--main-color-blue);
}
/* register page end */
/* travel page start */

.travel h1 {
    /* font-size: 57px;
               line-height: 100px; */
}

.travel_slider {
    text-align: center;
    max-width:405px;
    margin:auto;
}

.travel_slider img {
    width: 100%;
}

.travel_slider .mySwiper1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.travel_slider .mySwiper1 img {
    width: 125px;
    height: 85px;
    border: 2px solid transparent;
}

.travel_slider .mySwiper1 .swiper-slide-thumb-active img {
    border: 2px solid var(--main-color-black);
}

.travel_slider .mySwiper2 {
    margin-bottom: 20px;
    position: relative;
}


.travel_slider .swiper-button-prev:after,
.travel_slider .swiper-button-next:after {
    background: #00000070;
    border-radius: 50%;
    padding: 0px 13px;
    width: 50px;
    height: 37px;
    font-size: 23px;
    line-height: 37px;
}

.travel_slider .swiper-button-prev:hover:after,
.travel_slider .swiper-button-next:hover:after {
    background: #000000;
}

.travel_slider .swiper-button-next {
    right: 25px;
}

.travel_slider .swiper-button-prev{
    left:25px;
}
.travel_slide .swiper-button-prev {
    left: 25px;
}
.travel_location p{
   max-width:430px;
   text-align:center;
   margin:auto;
}
/* travel page end */
/* sponsorship inner page start */

.inner_page_Sponsor {
    padding: 70px 0 120px 0;
}
.inner_page_Sponsor h3{
   text-align:center;
   margin-bottom:22px;
}
.inner_page_Sponsor p a,
.inner_page_faqs_content p a,
.page_welcome p a,.inner_page p a,.inner_page section a {
    font-weight: bold;
    color: #255a82;
    text-decoration: none;
}

.inner_page_Sponsor p a:hover,
.inner_page_faqs_content p a:hover,
.page_welcome p a:hover,.inner_page p a:hover,.inner_page section a:hover {
    opacity: 0.8;
}

.inner_page_Sponsor ul {
    text-align: center;
    list-style: none;
    justify-content: space-evenly;
    padding-left: 0;
    align-items: center;
    margin-bottom:25px;
}
blockquote {
   background: var(--main-color-gray);
   border-left: 10px solid var(--main-color-blue);
   margin: 1.5em 10px;
   padding: 0.5em 10px;
   quotes: "\201C""\201D""\2018""\2019";
   font-style: italic;
}
blockquote:before {
   color: var(--main-color-black);
   content: open-quote;
   font-size: 4em;
   line-height: 0.1em;
   margin-right: 0.25em;
   vertical-align: -0.4em;
}
blockquote p{
padding-left: 30px;
}
/* sponsorship inner page end */
/* speaker inner page start */

.inner_page_Sponsor {
    padding-bottom: 100px;
}

.inner_page_Sponsor_content {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 20px auto 20px auto;
    max-width: 305px;
    object-fit: cover;
}

.inner_page_Sponsor_content:hover {
    border: 1px solid #00000050;
   box-shadow: 1px 1px 13px 1px #dddddd;
}
.inner_page_Sponsor_content img{
   margin-bottom:20px;
}

.Sponsor_content_detail {
    position: relative;
    width: 94%;
    margin: auto;
    z-index: 9;
    background: #fff;
    display: none;
    text-align: left;
    padding: 50px 50px;
    margin: auto;
    left: 0;
    right: 0;
}

.Sponsor_content_detail.show {
    display: block;
}

.btn-close {    
       position: absolute;
   right: 49px;
   border: 2px solid #000000;
   padding: 8px;
   font-size: 10px;
   border-radius: 50%;
   top: 0;
   font-weight: 800;
}

/* speaker inner page start */

.inner_page_faqs {
    padding: 70px 0 200px 0;
}
.inner_page_Sponsor .speaker_pop h3 {
   text-align: center;
   margin-bottom: 5px;
}
/* faq innerpage section start */

.inner_page_faqs .accordion-item,
.inner_page_faqs .accordion-button,
.inner_page_faqs .accordion-item:last-child {
    border: 0px solid transparent;
}

.inner_page_faqs .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}
.inner_page_faqs_content h3{
   text-align:center;
   margin-bottom:30px;
}
.inner_page_faqs .accordion-item {
    border-bottom: 1px solid #707070;
    padding: 5px 0;
}

.inner_page_faqs .accordion-button::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\2b";
    font-size: 25px;
    color: #000000;
    background-image: none;
}

.inner_page_faqs .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
}

.inner_page_faqs .accordion-button {
    font-family: 'PT Serif';
    font-size: 18px;
    line-height: 25px;
    color: var(--main-color-black);
    font-weight: bold;
}

.inner_page_faqs .accordion-body {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
/* faq innerpage section start */
/*agenda innerpage section start */

.inner_page_agenda {
    padding: 50px 0 200px;
    font-family: 'Source Sans Pro' !important;
}
.inner_page_agenda a.btn{
   height: 45px;
}
.inner_page_agenda .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border: none;
    padding: 20px 45px;
    box-shadow: none; 
    background: #E8F0F2;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-color-black);
    min-height: 85px;
    border-radius:0;
}
.inner_page_agenda .accordion-item:first-of-type .accordion-button{ border-radius:0;}
.inner_page_agenda .accordion-button p {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin-top: 7px;
    margin-bottom: 0;
    margin-left: 15px;
}

.inner_page_agenda .accordion-item:nth-child(even) .accordion-button {
    background: #ffffff;
    box-shadow: none;
}

.inner_page_agenda .accordion-button::after {
    position: absolute;
    left: 20px;
    top: 22px;
    color: var(--main-color-black);
    background-image: none;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f105";
    font-size: 22px;
}

.inner_page_agenda .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    color: var(--main-color-black) !important;
    content: "\f107";
}

.inner_page_agenda .accordion-item {
    border: none;
    border-top: 1px solid #707070;
}

.inner_page_agenda .accordion-item:last-child {
    border-bottom: 1px solid #707070;
}

.inner_page_agenda .accordion-body>div,.inner_page_agenda .accordion-body>p {
    padding-left: 40px;
}
.inner_page_agenda_content{
   margin:40px  0 0 0;
}
.inner_page_agenda .inner_page_agenda_content p{
   margin-left:20px;
}
.inner_page_agenda ul li {
    font-size: 20px;
    line-height: 30px;
}
.inner_page_agenda p:empty {
   display:none;
}
#agenda_accordion_1 ul{
       padding-left: 60px;
}
#wpadminbar{
   z-index: 99999999 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed,.accordion-item:last-of-type,.accordion-item:first-of-type {
   border-bottom-right-radius: 0 !important;
   border-bottom-left-radius: 0 !important;
   border-radius:0 !important;
}
/*.inner_page_agenda .container>.row:last-child,.inner_page_agenda .container>.row:nth-child(3) {
   display:none;
}*/
.wForm input, .wForm input[type=text], .wForm input[type=time], .wForm input[type=number], .wForm input[type=url], .wForm input[type=email], .wForm input[type=password], .wForm textarea{
	height:48px !important;
}
.home_page .page_welcome_bg {
    background-color: var(--main-color-blue);
    width: 455px;
    height: 310px;
    margin-top: 47px;
}
.home_page .page_welcome .container>.row:last-child .page_welcome_bg{
	   height: 310px;
}
.inner_page section.learn a{
	color:#000000;
	
}
.inner_page section.learn a:hover{
	opacity:0.8;
	
}
