@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Poppins:wght@300;400&display=swap');
*
{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Common */
.yellow_btn
{
	background: linear-gradient(#FFDE00 ,#FFEF89);
    color: #2B2727;
    padding: 13px 42px 13px 42px;
    border-radius: 5px;
    margin: 0px auto;
    display: table;
    font-weight: 600;
}

.yellow_btn:hover
{	
    text-decoration: none;
    color: #2B2727;	
}

html {
  scroll-behavior: smooth;
}

body, p
{	
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700 !important;
}

section h2
{
	font-size: 45px;
	margin-bottom: 30px;
	line-height: 61px;
}

.hide 
{
  display: none;
}




/* Section 1 */
.header_main {
    background: url(../images/header-bg.webp) no-repeat center;
    background-size: cover;
    height: 93vh;
    width: 100%;
    position: relative;
}

.header_main:after 
{
    content: '';
    width: 577px;
    height: 302px;
    background: url(../images/blue.svg) no-repeat right -100px bottom -25px;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: 99;
    background-size: 100%;
}


.speakinlogo
{
	padding-top: 40px;
}

.speakinlogo .yellow_btn 
{
    margin: 0;
}

.header_text h1
{
	font-size: 80px;
    font-weight: bold !important;
    line-height: 90px;
    color: #ffffff;
}

.header_main .row
{
    text-align: center;
    padding-top: 108px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.network_list 
{
    display: flex;
    margin-top: 50px;
}

.network_list span
{
    float: left;
    display: ;
}

.network_txt 
{
    display: table;
    padding-left: 15px;
    text-align: left;
}
.network_list li
{
    display: flex;
    align-items: center;
    list-style: none;
}

.network_list li:not(:last-child) 
{
    margin-right: 40px;
}

.network_txt h3
{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 30px;
}

.network_txt p
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.yellow_txt
{
    color: #FFDE00;
}



/* Section 2 */
.steps
{
	padding-top: 70px;
	padding-bottom: 70px;
    position: relative;
}

.steps:after 
{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/blue.svg) no-repeat left -100px bottom -25px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: -49;
    background-size: 35%;
}

.easy_steps
{
    padding-top: 40px;
}

.step_item
{
    text-align: left;
    padding: 45px 20px 45px 20px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 16%);
    border-radius: 10px;
    min-height: 270px;
    margin-bottom: 40px;
    position:relative;
    transition: ease.4s;
    border-bottom: 10px solid #FFDE00;
    background: #ffffff;
}
.step_item img
{
    margin-top: 20px;
}

/* .step_item:hover {
    background: linear-gradient(#538DD7, #A1C8FC);
    border-bottom: 10px solid #FFDE00;
    color: #ffffff;
} */

.step_item p
{
    font-size: 15px;  
}

.number{
	content: '';
	display: flex;
	position: absolute;
	height: 50px;
	width: 50px;
	background: linear-gradient(#FFDE00 ,#FFEF89);
	border-radius: 100%;
	top: -25px;
	right: 20px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #2B2727;
}

.step_h3
{
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
    font-weight: bold;	
}

.step_item p {
    padding-top: 10px;
    margin: 0;
}
.expert_speaker h2, .expert_speaker p
{
    color: #000 !important;
}

/* Section 3 */
.next_event
{
	background: url(../images/dot-circle.svg) no-repeat #2B2727 center;
	background-size: 50% ;
	padding-top: 70px;
    padding-bottom: 70px;
}

.next_event h2, .next_event p
{
    color: #ffffff;
}

.slick-wrapper {
  width: 100%;
}

.slide-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slick-slide img {
    display: block;
    padding: 8px;
    width: 100%;
}

button.slick-prev.slick-arrow:after {
    content: '';
    background: url(../images/left-arrow.png) no-repeat center;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 99999;
    background-size: 50%;
    top: 12px;
}

button.slick-next.slick-arrow:after 
{
    content: '';
    background: url(../images/right-arrow.png) no-repeat center;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    left: -15px;
    right: 0;
    z-index: 99999;
    background-size: 50%;
    top: 12px; 
}

.slick-prev, .slick-next
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2;
}

.slick-next 
{
    right: 0px;
}

.slick-prev {
    left: -45px;
}

.expert_speaker
{
    padding-left: 65px;
}

.expert_speaker h2
{
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 22px;	
    color: #ffffff;
}

.expert_speaker p
{
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
}

/* Section 4 */

.topic
{
	padding: 70px 0;
    position: relative;
}

.topic:after
{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/blue.svg) no-repeat right -100px bottom -25px;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: -1;
    background-size: 35%;
}



.topic h2
{
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 22px;	
    color: #2B2727;
}

.topic p
{
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #2B2727;
}

.topic_h3
{
    font-size: 18px;
    line-height: 28px;  	
    min-height: 85px;
}

.topic_item i
{
	color: #538DD7;
    font-size: 25px;
    margin: 10px 0 15px 0;
}


.topic_item:hover i
{
	color: #ffffff;
}

.step_item p {
    padding-top: 10px;
    margin: 0;
    color: #2B2727;
}

.all_topics
{
	padding-top: 40px;
}

.topic_item
{
    padding: 20px 20px 15px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 10px;
    min-height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
    margin-bottom: 40px;
    transition: ease .4s;
    background: url(../images/dot-circle-light.svg) no-repeat #ffffff center;
	background-size: 100% ;
	border-bottom: 10px solid transparent;
    border-bottom: 10px solid #FFDE00;
}

.topic-1:hover {
    background: url(../images/img3.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-2:hover {
    background: url(../images/img1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-3:hover {
    background: url(../images/img12.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-4:hover {
    background: url(../images/img11.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-5:hover {
    background: url(../images/img10.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-6:hover {
    background: url(../images/img8.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-7:hover {
    background: url(../images/img7.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-8:hover {
    background: url(../images/img9.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-9:hover {
    background: url(../images/img5.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-10:hover {
    background: url(../images/img6.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-11:hover {
    background: url(../images/img4.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}

.topic-12:hover {
    background: url(../images/img2.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    border-bottom: 10px solid #FFDE00;
}




/* Section 5 */

.client_slider
{
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/dot-circle.svg) no-repeat #2B2727 center;
	background-size: 50% ;
}
.client_slider h2
{
    color: #ffffff;
}

.client_slider p
{
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
}

.client_static:nth-child(2) 
{
    margin-top: 20px;
}

.logos
{
	margin-top: 20px;
    display: none;
}

#client-logos .item {
    margin: 1px;
}
.cover-wrapper {
    padding: 75px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
}
.client-inners {
    height: 85px;
    text-align: center;
    padding: 8px;
}
.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

#client-logos .owl-nav.disabled {
    display: block;
}

/* Section 6 */

.testimonials
{
	padding: 70px 0 140px;
    position: relative;
}

.testimonials:after
{
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/blue.svg) no-repeat left -100px bottom -25px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: -49;
    background-size: 35%;
}


.testimonial-item .testi_text
{
	padding-top: 35px;
    text-align: center;
}

.testimonial-item span img 
{
    border-radius: 100%;
    width: auto !important;
    margin: -80px auto 0 auto;
    box-shadow: 0 10px 15px rgb(0 0 0 / 16%);
}


.testi_text p
{
	font-size: 17px;
    margin: 0;
    font-weight: bold;
    line-height: 27px;
}

.testimonials .item
{
    box-shadow: 0 5px 10px rgb(0 0 0 / 11%);
    padding: 30px 44px;
    margin: 18px;
    margin-top: 60px;
    border-radius: 10px;
    min-height: 392px;
    transition: ease .6s;
    border-bottom: 10px solid transparent;
    background: #ffffff;
}

.testimonials .item:hover
{
	background: linear-gradient(#2C2828 ,#7A7A7A);
    border-bottom: 10px solid #FFDE00;
    color: #ffffff;
}

.testimonials .item:hover i
{
	color: #FFDE00;
}

#testimonials-logos
{
	margin-top:30px;
}

.testimonials .testi_dis
{
    display: table;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.testimonials .item i
{
	color: #538DD7;
    font-size: 25px;
    margin: 25px 0 10px 0;
}

/* Section 7 */

.footer_main
{
	background-color: #2B2727;
	padding: 50px 0 30px;
    border-top: 10px solid #ffde00;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.footer_left p
{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 0;
    margin-top: 30px;
}


ul.soical_icon {
    margin-left: 0px !important;
    padding-left: 0px;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

ul.soical_icon li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
}

ul.soical_icon li i {
    font-size: 22px;
    color: #000;
    height: 40px;
    background: #FFDE00;
    border-radius: 100px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.copyright
{
	color: #ffffff !important;
    font-size: 15px !important;
}

.separate
{
    color: #ffffff;
    padding: 0 10px;
}

.footer_left
{
    margin-top: 30px;
}


.copyright-links
{
    margin-top: 20px;
}


.copyright-links li {
    display: inline-block;
}

.copyright-links li a {
    color: #ffffff;
}

.copyright-links li a:hover 
{
    text-decoration: none;
}

.footer-copy
{
	padding:50px 0 20px 0;
}


/* .c-forms-form-body
{
    display: flex;      
} */

/* .cognito .c-span-24 .c-span-5, .cognito .c-span-24 .c-span-4 {
    width: 20% !important;
} */

.cognito #c-submit-button {
    width: 144px;
    position: relative;
    float: right;
    cursor: pointer;
    height: 42px;
    color: #ffffff;
    border: none;
    background: linear-gradient(180deg, #2B2727, #545454);
    font-weight: 600;
}
.cognito #c-submit-button:hover
{
    background: linear-gradient(180deg, #545454, #2B2727);
}

.cognito {
    background: linear-gradient(#FFDE00 ,#FFEF89);
    border-radius: 5px;
    padding: 20px 20px 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin-top: -100px !important;
}

.cognito .c-forms-form
{
    background: transparent !important;
}

.c-forms-error {
    padding: 0 !important;
}

.footer_line
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 ;
    border-top: 1px solid rgba(255,255,255,.18) !important;
    width: 40%;
    margin: 0px auto;
}

.cognito h2
{
    margin-bottom: 7px !important;
    text-align: center;
}



/* Thnak You Page */

.thnaks_header
{
    background: #2B2727;
}

.thnaks_header .speakinlogo
{
    padding: 25px 0;
    margin: 0px auto;
    display: table;
}

.thanks_txt
{
    height: 50vh;
    display: flex;
    align-items: center;
}

.thanks_txt .row
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.thanks_txt h1
{
    font-size: 50px;
    margin-bottom: 10px;
}

.thanks_txt p
{
    font-size: 27px;
}

.thanks_txt i
{
    font-size: 70px;
    color: #538DD7;
    margin: 10px 0 15px 0;
}


/* Responsive */

@media (max-width: 1024px) 
{
    .header_text h1
    {
        font-size: 50px;
        line-height: 60px;
    }
    .header_main .row
    {
        padding-top: 50px;
    }
    .header_main:after
    {
        background-size: 85%;
    }
    .topic_h3
    {
        font-size: 15px;
    }
    .testimonials .item
    {
        min-height: 445px;
    }
    .step_item
    {
        min-height: 295px;
    }
}

@media (max-width: 768px) 
{
    section h2 
    {
        font-size: 29px;
        margin-bottom: 30px;
        line-height: 40px;
    }
    
    .header_main:after
    {
        background: url(../images/blue.svg) no-repeat right -60px bottom -25px;
        background-size: 50%;
    }
    .steps:after
    {
        background: url(../images/blue.svg) no-repeat left -60px bottom -25px;
        background-size: 35%;
    }
     .topic:after
    {
        background: url(../images/blue.svg) no-repeat right -60px bottom -25px;
        background-size: 35%;
    }
    .testimonials:after 
    {
        background: url(../images/blue.svg) no-repeat left -60px bottom -25px;
        background-size: 35%;
    }
    .yellow_btn
    {
        padding: 7px 15px 7px 15px;
        font-size: 13px;
    }
   
    .header_text h1
    {
        font-size: 45px;
        line-height: 55px;
    }
    .testimonials .item
    {
        padding: 30px 40px;
    }
    .expert_speaker
    {
        padding-left: 0px;
        margin-top:20px;
    }
    .next_event .offset-2
    {
        margin-left: 0;
    }
    .cognito .c-span-24 .c-span-5, .cognito .c-span-24 .c-span-4 
    {
        width: 100% !important;
    }
    .c-forms-form-body 
    {
        display: block;
    }
    .step_item
    {
        min-height: 220px;
    }
    button.slick-prev.slick-arrow:after,
    button.slick-next.slick-arrow:after
    {
       top: 15px; 
    } 
    .step_h3 
    {
        font-size: 20px;
        line-height: 26px;
    }   
    .testimonials .item
    {
        min-height: 300px;
    }
    .logos
    {
        display: block;
    }
    .client_static
    {
        display: none;
    }
    .cognito
    {
        margin-top: 0px !important;
    }
    .client_slider
    {
        padding-bottom: 60px;
    }
    .testimonials 
    {
        padding: 70px 0 70px;
    }
}

@media (max-width: 600px) 
{
    img.slickarrow-left.slick-arrow 
    {
        position: absolute;
        top: 50%;
        left: -20px;
        height: 30px;
        width: 30px;
    }
    img.slickarrow-right.slick-arrow 
    {
        position: absolute;
        bottom: 43%;
        right: -20px;
        height: 30px;
        width: 30px;
    }
    .thanks_txt 
    {
        height: 40vh;
    }
    .expert_speaker h2
    {
       font-size: 40px; 
       line-height: 50px;
    }
    .topic .offset-2
    {
        margin-left: 0;
    }
}



@media (max-width: 426px) 
{
     nav.navbar a 
    {
        margin: 0px auto !important;
        margin-bottom: 20px !important;
    }
    .header_text h1 
    {
        font-size: 30px;
        line-height: 40px;
    }
    .header_main .row 
    {
        padding-top: 20px;
    }
    .network_list 
    {
        display: table;
        margin-top: 10px;
    }
    .network_list li:not(:last-child) 
    {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #testimonials-logos .owl-prev img
    {
        left: -20px;
    }
    #testimonials-logos .owl-next img
    {
        right: -20px;
    }
    #client-logos .owl-prev img
    {
        left: 0;
    }
    #client-logos .owl-next img
    {
        right: -17px;
    }    
    .topic_item
    {
        margin-bottom: 20px;
    }
    .expert_speaker h2 
    {
        font-size: 30px;
        line-height: 40px;
    }
    .header_main:after
    {
        background: url(../images/blue.svg) no-repeat right -40px bottom -25px;
        background-size: 30%;
    }
}

@media (max-width: 376px) 
{
    .network_txt h3
    {
        font-size: 22px;
    }    
    /* #client-logos .owl-prev img 
    {
        left: -20px;
    } */
    #client-logos .owl-next img 
    {
        right: 3px;
    }
    .expert_speaker h2 
    {
        font-size: 22px;
        line-height: 34px;
    }
    .expert_speaker p 
    {
        font-size: 14px;
        line-height: 26px;
    }
}
