@font-face {
    font-family: 'abril_displayregular_';
    src: url('../fonts/abril-display-regular-webfont.woff2') format('woff2'), url('../fonts/abril-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --text-white: #fff;
    --font-abril: 'abril_displayregular_';
    --bg-primary: #D9B989;
    --text-dark: #241F21;
}

.text-white {
    color: var(--text-white);
}

.text-dark {
    color: var(--text-dark);
}

.font-abril {
    font-family: var(--font-abril);
}

.fs-09 {
    font-size: .938em;
}

.fs-08 {
    font-size: .850em;
}

.lh-1-1 {
    line-height: 1.1;
}

.bgcolor-primary {
    background: var(--bg-primary);
}

.textcolor-primary {
    color: #9C7944;
}

body {
    font-family: "Poppins", serif;
    color: #000000;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.h3, h3{
    font-size: 3.125rem;
}

h2 {
    color: #241F21;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
}

h6 {
    font-weight: 700;
    font-size: 18px;
    color: #241F21;
}

p {
    margin-bottom: 0;
    font-size: 15px;
}

.py-6{
    padding-top: 6em;
    padding-bottom: 6em;
}
/* Header Block Starts */

.header-block .logo {
    width: 130px;
}
.scroll-to{
    font-family: var(--font-abril);
    background: rgb(255 113 72);
    color: #000;
    padding: 8px 20px 6px;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}
.right-logo{
    width: 125px;
}
/* Header Block Ends */

/* Form Section Starts */
.contact-block{
    background: rgb(46 49 146);
    color: #fff;
}
h1{
    line-height: 1.2;
    position: relative;
    font-size: 1.75rem;
    margin-bottom: 1.25em;
}
h1 span{
    color: rgb(255 113 72);
    font-size: 28px;
    font-weight: bold;
}
h1 span.white{
    color: #fff;
    margin-top: 8px;
}
.meta-block{
    padding-left: 1.25em;
    position: relative;
    margin-bottom: 2em;
}
.meta-block:after{
    position: absolute;
    content: "";
    background:rgb(255 113 72);
    width: 2px;
    height: 90%;
    left: 0;
    top: 2px;
}
.meta-block h4{
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0;
    color: rgb(255 113 72);
}
.meta-block ul{
    margin-top: 10px;
}
.meta-block ul li{
    font-size: 21px;
}
.meta-block ol li{
    font-size: 21px;
}
.form-block{
    background:rgb(255 113 72);
    padding: 2em;
    border-radius: 10px;
}

label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1px;
}

input[type="text"] {
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
}

input[type="text"]:focus {
    outline: none;
}

input::placeholder {
    opacity: .4;
}

button {
    background: #000;
    border: 1px solid #000;
    color: #FFFFFF;
    padding: 10px 48px;
    text-transform: capitalize;
    font-size: 17px;
    margin: 1em 0 0;
    border-radius: 5px;
    font-weight: 500;
}

.subhead{
    font-size: 26px;
}
/* Form Section Ends */

/* Topics Section */
h3{
    background: rgb(255 113 72 / 90%);
    color: #fff;
    /* font-family: var(--font-abril); */
    padding: 15px 10px 12px;
    text-transform: uppercase;
    font-size: 1.45em;
    line-height: 1;
    margin: 0 auto 1em;
    font-weight: bold;
}

ul{
    margin-top: 1em;
}
ul li{
    font-family: var(--font-abril);
    font-size: 18px;
    margin-bottom: 10px;
}
ol li{
    font-family: var(--font-abril);
    font-size: 18px;
    margin-bottom: 10px;
}
/* Speakers Block Starts */
.speakers{
    background-color: rgb(255 242 163);
}
.speakers .first-items{
    padding: 1.5em 0;
}
.speakers .first-item{
    height:auto!important;
}
.speakers .first-item span{
    font-size: 1.45rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: rgb(255 113 72);
    text-transform: uppercase;
}
.speakers .speaker-img {
    width: 270px;
    margin: 0 auto 1em;
    border-radius: 50%;
}
.speakers h5{
    border: 2px solid #000;
    padding: 8px;
    display: inline-block;
    margin: 1em 0;
    font-size: 18px;
}
.speakers h5 span{
    text-transform: uppercase;
    color: rgb(255 113 72);
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #000;
    color: transparent;
    margin-top: 1em;
    opacity: .3;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.single-slide-items .slick-dots{
    margin-top: 0;
}
.single-slide-items .single-slide-item{
    height: auto!important;
}
.single-slide-items img{
    display: block;
    margin: auto;
}
/* Footer Block Starts */

.footer-block small {
    font-size: .8em;
    color: #84857E;
}


/* Footer Block Ends */

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 767.98px) {
    .footer-block{
        text-align: center;
    }
    .py-6{
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .header-block small{
        font-size: 12px;
    }
    .right-logo{
        width: 100px;
    }
    h1 span{
        font-size: 1.5rem;
    }
    .form-block{
        margin-top: 1em;
    }
    .meta-block h4{
        font-size: 1.45rem;
    }
    .meta-block ul li{
        font-size: 20px;
    }
    .meta-block ol li{
        font-size: 20px;
    }
    .speakers .speaker-img {
        width: 200px;
    }
    h1 span.white{
        margin-top: 20px;
    }
}