/* CSS Document */

body, html{
    height: 100%;
}
*{
font-family: 'Inter', sans-serif !important;
	}
h2{
    font-weight:700;
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 0px !important;
    color:#285ae8;
}
p{
	font-size:18px;
	line-height: 1.5em;
	margin-bottom: 12px;	
font-family: 'Inter', sans-serif;
	}
ul{
	margin-top: 0px;
	padding-top: 0px;
}
li{
    	font-size:18px;
	line-height: 1.5em;

	font-weight:300;
font-family: 'Inter', sans-serif;

	padding-top: 5px;
	padding-bottom: 5px;
}


minh-100{
    min-height:100;
}

b, strong {
    font-weight: bold;
}
header{
    background-color: #000;
    padding-top: 20px;
    height: 100px;
    padding-bottom:20px;
}

header .logo{
    max-width:120px;
}

footer .logo{
    max-width:100px;
}

.bg-container{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width:100%;
    z-index: 0;
}
.background{
    background-image:url("images/background2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.title-block{
    padding-bottom:30px;
    padding-top: 6vh;
    color:#FFFFFF;
}
.content-block{
    padding-top:5px;
    padding-bottom:50px;
    color:#FFFFFF;
}
.xtitle-block h1{
    padding-top:40px;
    position: relative;
}
.xtitle-block h1:before{
    content: '';
    position: absolute;
    width: 54px;
    top:10px;
    height: 10px;
    background-color: #a560ff;
}

ul {
  list-style: none; 
}

ul li::before {
  content: "\25AA"; 
  color: #a560ff; 
  font-weight: bold; 
  display: inline-block;
  width: 1em;
    font-size: 20px;
  margin-left: -1em;
}

ul.fa-ul{
    margin-top: 25px;
    list-style: none !important;
}
ul.fa-ul li:before{
    display: none;
}
ul.fa-ul .fa-li{
    top: 9px;
}

footer {
    padding-top:40px;
    padding-bottom: 0px;
    background-color: #212121;
    overflow: hidden;
}
.followus{
    float:right;
}

footer .followus li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 7px 5px;
}
footer ul li {
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 32px;
    line-height: 2rem;
    color: #fff;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li:before{
    display: none;
}
footer .imp_phone_bottom {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .01em;
    color: #fff;
}
footer .copyright-holder {
    margin-top: 30px;
    background-color: #fff;
    font-size: 12px;
    line-height: 15px;
    height: 35px;
    color: #606a73;
    letter-spacing: 0;
    padding: 10px;
}
footer .copyright p{
    font-size:12px;
}
h1{
    font-size: clamp(32px, 4vw, 44px);
    font-weight:700;
    line-height: 1.1em; 
    letter-spacing: -0.025em;
    margin-bottom: 40px;
}
h1 span{
    font-weight:400;
}
.fa{
    font-family:'FontAwesome' !important;
}

.date{
    font-size: 19px;
    font-weight:500;
}

.form-block{
    background-color:#FFFFFF;
    padding:3vw 3vw;
    padding-top:5vh;
    height: 80vh;
}

.mktoForm.mktoHasWidth.mktoLayoutLeft{
    width:100%!important;    
}

.mktoForm .mktoFieldWrap, .mktoFieldDescriptor.mktoFormCol{
    width:100%
}
.mktoLabel,.mktoButtonRow{
    display:block;
    width: 100%;
    margin-top: 10px !important;
    
}
.mktoField{
    width:100% !important;
    padding:9px 8px !important; 
    margin-top: 5px !important;
    border-radius:5px !important;
    border:solid 1px #919aa3 !important ;
}
.mktoButtonRow{    padding-top: 0px !important;
}
.mktoOffset{ display:none !important}
.mktoOffset
.mktoButtonWrap{
    margin-left:0px !important;
}
.mktoFormCol{
    margin-bottom: 0px !important;
}
.mktoButton,.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    font-weight:800!important; 
    font-size:22px !important;
    padding:15px !important;
    width: 100% !important;
    display: block !important;
    border-radius: 10px !important;
    background: none;
    background-image: none !important;
    border: none !important;
}

.speaker{
    padding-top:90px;
    padding-bottom: 50px;
    background-color:#42484e;
    color: #fff;
}
.speaker-info{
    padding:
    20px;
}
.speaker .name{ font-weight:700;font-size:20px; margin-bottom: 0px; line-height: 1.125em;}
.speaker .title{ font-weight:300; font-size:16px; color:#b3b3b3}
.speaker .bio{ font-weight:300; font-size:16px;}
.speaker .photo{
    max-width:200px;
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
}










	