body{
	margin:0;
	padding:0;


}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
	margin:0;
	padding:0;
	list-style:none;
}
.header-area {
	overflow: hidden;
	padding: 40px 0;
	background: url(../images/bg.png) no-repeat 0 0 / 100% 100%;
	height: calc(100vh - 90px);
}
.logo img {
	width: auto;
	height: 55px;
}
.banner-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* min-height: 100%; */
	/* height: calc(100vh - 200px); */
	padding: 60px 0 60px;
}
.banner-area .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-content h4 {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #B5B5B5;
	font-weight: 300;
}
.banner-content h2 {
		font-size: 45px;
		color: #2F2F2F;
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
		width: 100%;
		max-width: 380px;
		line-height: 55px;
		position: relative;
		padding: 20px 0 10px 0;
		margin-bottom: 20px;
	}
.banner-content h2:after {
	position:absolute;
	content:"";
	width:166px;
	height:2px; 
	background:linear-gradient(to left,#D4D4D4,#ABABAB);
	bottom:0;
	left:0;
}
.banner-content p {
	font-size: 14px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	width: 72%;
	line-height: 21px;
	padding-top:15px;
}
.banner-content a {
	font-size: 16px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	width: 72%;
	line-height: 20px;
	padding-top: 60px;
	display: block;
	text-decoration:none;
	outline:0 !important;
}
.banner-content a img {
	width: 14px !important;
	vertical-align: middle;
	margin-left: 15px;
	position: relative;
	top: -1px;
	display:inline-block !important;
	outline:0 !important;
}
.banner-img {
	width: 500px;
	margin: auto;
	height: auto;
	-webkit-box-shadow: 0 0 20px 3px #B5B5B5;
	        box-shadow: 0 0 20px 3px #B5B5B5;
}
.banner-img img {
	width: 100%;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: red;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	right: 3%;
	top: 45%;
	bottom: 0;
	margin: auto;
}
.slick-dots li {
	display: block;
	margin: auto;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #767676;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 0.50;
	color: #767676;
}
.active {
	display: none !important;
}
.slick-current .show {
	display: none !important;
}
.slick-current .active {
	display: block !important;
}
.banner-img.webinar-image {
	-webkit-box-shadow: inherit;
	        box-shadow: inherit;
}
.register-button a {
	padding: 10px 0;
	background: -webkit-gradient(linear,left top, right top,from(#79E0FF),to(#092B71));
	background: -o-linear-gradient(left,#79E0FF,#092B71);
	background: linear-gradient(to right,#79E0FF,#092B71);
	color: #FFF;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	width: 300px;
	text-transform:uppercase;
	outline:0 !important; 
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
/**
 * Simple fade transition,
 */
.banner-img .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.banner-img .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.banner-img .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.banner-img .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-o-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.banner-img .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.banner-img .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.slick-slide{
	outline:0 !important;
}

.footer-area {
	overflow: hidden;
	-webkit-box-shadow: 0 -4px 30px -9px #CCC;
	        box-shadow: 0 -4px 30px -9px #CCC;
}
.footer-area ul li {
	/*width: 25% !important;*/
	float: left;
	text-align: center;
	border-right: 2px solid #CCCCCC;
}
.footer-area ul li:last-child {
	border-right: 0;
}
.footer-area .slick-current { 
	/* background: linear-gradient(to left,#D4D4D4,#ABABAB); */
	background: linear-gradient(to left,#000,#ABABAB);
	display: block;
	color:#FFF;
	border-right:2px solid #ABABAB
} 
.footer-area .slick-current a{
	color:#FFF !important;
}
.footer-are .slick-current{
}
.footer-area span {
	display: block;
}
.footer-area ul li a {
	font-size: 16px;
	color: #B9B9B9;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	position: relative;
	text-decoration:none;
	padding:15px 0;
	display:block;
	outline:0 !important;
}
.footer-area img {
	width: auto;
	height: 35px;
	margin: auto;
	padding-bottom: 6px;
}
.footer-area .slick-track {
	-webkit-transform: inherit !important;
	    -ms-transform: inherit !important;
	        transform: inherit !important;
	/*width:100% !important;*/
}


.slick-initialized .slick-slide {
	display: block !important;
	height: auto;
}

.for_mobile {
	display: none;
}

.banner-img iframe {
	width: 100%;
	height: 280px;
}

.banner-img iframe.testimonial {
	width: 100%;
	height: 560px;
}


.footer_linst_area p a {
	font-weight: 700;
}
.footer_linst_area ul {
	display: flex;
}

.footer_linst_area ul li p, .footer_linst_area  p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #2f2f2f;
	padding-right: 4px;
	padding-top: 2px;
}
.footer_linst_area {
	padding: 15px 0;
}
.footer_linst_area ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #2f2f2f;
	border-left: 1px solid #2f2f2f;
	padding-left: 4px;
	margin-left: 4px;
}

.footer_linst_area p a {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	color: #000;
}
.footer_linst_area ul li a:hover{
	color:#0C3075;
}


/*popups*/

.me_area {
	background: #FFF;
	color: #000;
	text-align: center;
	padding: 0 20px 20px 20px;
}
.close {
	position: absolute;
	right: 10px;
	z-index: 99;
}

.me_area h2 {
    font-weight: 500;
    border-bottom: 2px solid #27adfb;
    padding: 20px;
}
.me_Boxs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.me_left {
    margin-right: 20px;
}
.me_left img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.me_right {
    margin-left: 20px;
}
.me_right h3 {
    margin: 0;
    font-size: 22px;
}
.me_right p {
    margin: 0;
    padding: 10px 0;
}

.regi_2 {
	display: flex;
	justify-content: space-between;
}
.regi_2 a {
	width: 220px !important;
}
.top_info {
	text-align: right;
}
.top_info p {
	font-size: 15px;
	color: #222;
}


@media all and (max-width: 767px){
	.top_info {
		text-align: center;
		padding-top: 10px;
	}
	.register-button a {
		width: 230px !important;
	}
}
@media all and (max-width: 500px){
   .buttons_list{
        display: flex;
        flex-direction: column;
        width:85%;
    }
    .buttons_list a{
        margin-right: 0px;
        margin-bottom: 10px;
    } 
    .regi_2 {
		display: flex; 
		flex-direction: column;
	}
	.separetor {
		display: none;
	}
	.top_text_me {
		display: block;
	}
	.banner-area{
		padding-top: 20px;
	}
}