body{
	font-family: 'BentonSans-Regular';
}
a:focus{
	outline: none;
}
.main_nav{
	background: #000000;
	min-height: 64px;
	padding: 0px 0;
	border-bottom: none !important;
	position: fixed;top: 0px;
	width: 100%;
	z-index: 999999;
	border-radius: 0px;
}
.main_nav .navbar-brand.logo-group{
	display: inline-flex;
	align-items: flex-end;
	padding-left: 0px;
	padding-right: 0px;
}
.main_nav .navbar-brand.logo-group .sap-logo{
	padding-right: 20px;
	/* border-right: 1px solid #ffffff; */
}
.main_nav .navbar-brand.logo-group .partner-logo{
	padding-left: 20px;
}
.nav-left-flex-elements{
	display: inline-flex;
	align-items: center;
}
.navbar-brand img {
    width: 85%;
}
/*.navbar-brand>img {
    display: block;
    width: 90%;
}*/
.navbar_links{
	float: right;
	justify-content: flex-end;
	padding-right: 0px;
	padding-top: 20px;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle {
    border-color: #ddd;
}
.btn-warning{
	display: inline-block;
	position: relative;
	margin: 0em;
	padding: 1em;
	cursor: pointer;
	background: #008fd3 !important;
	color: white;
	padding: 9px 15px !important;
	z-index: 0;
	border-radius: 4px !important;
	border: none !important;
	font-size: 18px !important;
	font-family: 'BentonSans-Book';
}
.btn-warning::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEA236 !important;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
    padding: 2px 40px !important;
    border-radius: 4px !important;
    border: none !important;
}
.navbar-brand{
	margin-left: 0px!important;
	height: auto;
	/*padding: 15px 15px 20px;*/
}
.btn-warning:hover::before {
    transform: scaleX(1);
}
.btn-warning:hover{
	color: #fff;
	text-decoration: none;
}
.btn-warning {
    cursor: pointer;
    color: white;
    font-size: 16px !important;
    font-family: 'BentonSans-Book';
    outline: none;
}

.nav-heading{
	font-size: 16px !important;
	font-family: 'BentonSans-Medium';
	font-weight: 600;
	margin-right: 30px;
	color: #f0ab00 !important;
	margin-top: -3px;
}
.navbar-nav>li.nav-heading a{
	padding: 0px;
}
.navbar-nav>li a:focus{
	outline: none;
}
.navbar-nav>li.nav-heading a:hover, .navbar-nav>li.nav-heading a:focus{
	background-color: transparent;
}
.nav-heading img{
	width: 220px!important;
}
.starting-margin{
	margin-top: 75px;
}
.banner-block {
    background: url(../images/meet-our-council-banner.jpg) #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
        position: absolute;
    z-index: 0;
    width: 100%;
}
.registration-modal{
	/*background: url(../images/insights-banner.jpg) #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
        display: table;
    position: relative;
    width: 100%;
    background-size: 100%;*/
}
.banner-block .banner-content-wrapper{
	display: table;
	height: 300px;
	width: 50%;
}
.banner-content-wrapper .banner-content{
	/*width: 38%;
	position: absolute;
	top: 59%;
	transform: translate(0%, 70%) !important;*/
	display: table-cell;
	vertical-align: middle;
}
.banner-content h1{
	font-size: 50px;
	color: #fff;
	font-family: 'BentonSans-Light';
	margin-bottom: 20px;
}
.banner-content h3{
	font-size: 18px;
	color: #fff;
	font-family: 'BentonSans-Light';
	line-height: 24px;
}

#sticky_navbar {
	overflow: hidden;
	background-color: #343433;
}

.sticky {
	position: fixed;
	top: 77px;
	width: 100%;
	z-index: 9;
}
.f-left{
	float: left;
}
.sticky_navbar{
	padding: 20px 0px;
}
.sticky_navbar h2{
	font-size: 18px;
	color: #fff;
	font-family: 'BentonSans-Light';
	/*padding-top: 20px;*/
	margin-bottom: 0px;
	margin-top: 0px;
}
.sticky_nav_item a:hover{
	text-decoration: none;
}
.sticky_nav_item:hover h2 span{
	border-bottom: 1px solid #f0ab00 !important;
	text-decoration: none;
	color: #f0ab00;
}
.sticky_nav_item.about:hover h2 span{
	border-bottom: 0px solid #f0ab00 !important;
	text-decoration: none;
	color: #f0ab00;
}
.sticky_nav_item.about:hover h2{
	border-bottom: 1px solid #f0ab00 !important;
	text-decoration: none;
	color: #f0ab00;
}
.sticky_nav_item img{
	margin-bottom: 10px;
	opacity: 1;
	max-height: 500px;
	transition: 0.5s;
}
.sticky .sticky_nav_item img{
	/*display: none;*/
	opacity: 0;
	margin-bottom: 0px;
	max-height: 0px;
	transition: 0.5s;
}
/*.sticky_nav_item.about a:hover{
	text-decoration: none!important;
}*/
.sticky .sticky_nav_item h2{
	margin-top: -20px;
}
.p-l-r-0{
	padding-left: 0px;
	padding-right: 0px;
}
.sticky_navbar .sticky_nav_item{
	text-align: center;
	border-right: 1px solid #fff; 
	cursor: pointer;
	/*height: 125px;*/
}
.sticky_navbar.sticky .sticky_nav_item{
	/*height: 40px;*/
	/*display: table-cell;*/
	/*float: none;*/
	vertical-align: middle;
}
.sticky_navbar .sticky_nav_item:first-child{
	border-left: 1px solid #fff; 
}
.latest_events {
	padding: 30px 0px 20px;
	float: left;
}
.section h3{
	font-size: 40px;
	font-family: 'BentonSans-Medium';
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
.latest_events .overviewTxt{
	text-align: center;
}
.section p{
	font-size: 14px;
	font-family: 'BentonSans-Regular';
	margin-bottom: 8px;
	color: #000;
}
.latest_events .carousel-image{
	padding-right: 30px;
}
.latest_events .carousel-content{
	padding-left: 0px;
}
.latest_events ul li{
	font-size: 14px;
	font-family: 'BentonSans-Regular';
	margin-bottom: 0px;
	line-height: 1;
	padding-top: 5px;
	color: #000;
	/*padding-bottom: 15px;*/
}
.latest_events ul {
	padding-left: 2px;
	list-style: none;
}
#latest_events_carousel{
	margin-top: 30px;
}
.latest_events ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	top: 0;
	margin-right: 10px;
	background: #777777;
}
.btn-warning:hover{
	text-decoration: none;
}
.btn-warning:focus{
	text-decoration: none;
	outline: none;
}
.news_updates_bg .news-box a:focus{
	text-decoration: none;
	outline: none;
}
.on-demand .video-box a:focus{
	text-decoration: none;
	outline: none;
}
.latest_events .btn-warning{
	border-radius: 0px!important;
	padding: 5px 24px;
	/*height: 40px;*/
	margin-top: 15px;
}
.latest_events .btn-warning:before{
	border-radius: 0px!important;
}

.sticky + .content_space {
  padding-top: 78px;
}
#latest_events_carousel .owl-dots{
	display: none;
}

.news_updates_bg{
	background-color: #666666;
}
.news_updates{
	padding: 40px 0px;
}
.news_updates_bg h3{
	color: #fff;
}

.news-box{
	border: 1px solid #fff;
	box-shadow: 4px 4px 7px #424040;
	border-radius: 7px;
	padding: 20px;
	min-height: 400px;
}
.news_updates_bg .item{
	padding: 10px 10px;
}
.news_updates_bg .news-box h5{
	font-size: 23px;
	font-family: 'BentonSans-Bold';
	color: #fff;
}
.news_updates_bg .news-box p{
	font-size: 14px;
	font-family: 'BentonSans-Regular';
	color: #fff;
}
.news_updates_bg .news-box a{
	font-size: 18px;
	font-family: 'BentonSans-Medium';
	color: #f0ab00 !important;
	position: absolute;
	bottom: 30px;
	left: 30px;
}
#news_updates_carousel .owl-dots{
	display: none;
}
.on-demand{
	padding: 60px 0px 0px;
	width: 95%;
	margin: 0 auto;
	float: none;
	max-width: 94%;
}

.on-demand h5{
	font-size: 20px;
	font-family: 'BentonSans-Medium';
	color: #f0ab00;
}
.on-demand p{
	font-size: 14px;
	font-family: 'BentonSans-Regular';
	color: #000;
}
.on-demand .video-box-content{
	padding-top: 20px;
	padding-right: 40px;
}
.on-demand .video-box img{
	box-shadow: 6px 6px 7px #9f9c9c;
	border-radius: 5px;
}
.on-demand .video-box {
	padding-top: 15px;
}
.resources_bg{
	background-color: #666666;
	margin-top: 40px;
}
.resources_bg h3{
	color: #fff;
}
.resources{
	padding: 40px 0px;
}
#resources_carousel .item{
	padding: 0px 50px;
}
#resources_carousel {
	margin-top: 45px;
}
.resources h5{
	font-size: 20px;
    line-height: 26px;
	font-family: 'BentonSans-Bold';
	color: #ffffff;
	padding-bottom: 10px;
}
.resources p{
	font-size: 14px;
	font-family: 'BentonSans-Regular';
	color: #ffffff;
}
.resources_carousel_content{
	padding-top: 20px; 
}

.resources-box{
	min-height: 480px;
}
.resources-box a.readthereport{
	font-size: 18px;
	font-family: 'BentonSans-Medium';
	color: #f0ab00 !important;
	position: absolute;
	bottom: 0px;
	left: 50px;
}
.resources-box .resources_carousel_content a:hover{
	text-decoration: none;
}
#resources_carousel .owl-dots{
	display: none;
}
.footer-bg{
	background-color: #222222;
	padding: 20px 0px;
}
.social_media_icons span{
	background-color: #fff;
	width: 25px;
	height: 25px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 3px;
	margin-left: 5px;
}
.social_media_icons span i{
	color: #000;
}
.social_media_icons p{
	color: #fff;	
	display: inline-flex;
	align-items: center;
}
.social_media_icons{
	text-align: right;
}

.fa-2x {
    font-size: 3.5em!important;
    font-weight: bold!important;
}
#latest_events_carousel .owl-prev{
	margin-right: 20px;
	position: absolute;
	left: 45%;
}
#latest_events_carousel .owl-next{
	margin-left: 20px;
	position: absolute;
	right: 45%;
}
#latest_events_carousel .fa-2x {
	color: #666666;
}
#latest_events_carousel .fa-2x:hover{
	color: #008fd3 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	background-color: transparent!important;
	color: #666;
}
#latest_events_carousel .owl-nav{
	margin-top: 25px;
}
#news_updates_carousel .fa-2x{
	color: #777777;
}
#news_updates_carousel .fa-2x:hover{
	color: #008fd3 !important;
}

#news_updates_carousel .owl-prev{
	position: absolute;
	left: -5%;
	top: 35%;
}
#news_updates_carousel .owl-next{
	position: absolute;
	right: -5%;
	top: 35%;
}
#resources_carousel .owl-prev{
	position: absolute;
	left: -3%;
	top: 25%;
}
#resources_carousel .owl-next{
	position: absolute;
	right: -3%;
	top: 25%;
}
#resources_carousel .fa-2x{
	color: #777777;
}
#resources_carousel .fa-2x:hover{
	color: #008fd3 !important;
}

.blue-arrow-left{
	display: none;
}
.blue-arrow-right{
	display: none;
}
.owl-prev:hover .gray-arrow-left{
	display: none;
}
.owl-prev:hover .blue-arrow-left{
	display: block;
}

.owl-next:hover .gray-arrow-right{
	display: none;
}
.owl-next:hover .blue-arrow-right{
	display: block;
}
.floating_button.Subscribe{
    display: flex;
    align-items: center;
    filter: drop-shadow(-1px 3px 4px #666);
    /*box-shadow: 5px 3px 5px #666;*/
}
.floating_button.Subscribe:hover span{
	text-decoration: underline;
}
.floating_button{
	position: fixed;
	right: 0px;
	top: 50%;
	padding: 20px 7px 20px 12px;
	background: #008fd4;
	color: #fff;
	font-size: 17px;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer;
	z-index: 9;
	font-family: 'BentonSans-Regular';
}
.floating_button span img{
	width: 80%;
}
.floating_button  span{
	padding: 0px 0px;
	font-family: 'BentonSans-Regular';
}
.floating_button span:last-child{
	margin-top: 5px;
}
.floating_button.main-box{
	width: 430px;
	padding: 40px 30px 40px;	border-radius: 5px 0px 0px 5px;
	top: 40%;
	transition: 0.5s;
	right: -100%;
}
.floating_button.main-box.active{
	right: 0%;
	transition: 0.5s;
}
.floating_button.main-box p{
	font-size: 12px;
}
.floating_button.main-box h4{
	font-family: 'BentonSans-Bold';
	font-size: 20px;
	line-height: 24px;
}
.floating_button.main-box input{
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 18px;
	padding: 8px 10px;
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	font-family: 'BentonSans-Regular';
}
.submit_btn{
	background-color: transparent;
	border: 1px solid #fff!important;
	font-size: 14px;
	padding: 7px 20px;
	border-radius: 0px!important;
	font-family: 'BentonSans-Regular';
}
.floating_button.main-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff!important;
	opacity: 1; /* Firefox */
}

.floating_button.main-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff!important;
}

.floating_button.main-box input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff!important;
}
.floating_button.main-box input:focus{
	outline: none;
}
.video-box a:hover{
	text-decoration: none;
}
.owl-next{
	outline: none;
}
.owl-prev{
	outline: none;
}
.sticky_navbar .mob{
	display: none;
}
.box-close-button:hover{
	text-decoration: none;
	color: #fff;
}
.box-close-button{
	    position: absolute;
    top: 2px;
    right: 15px;
    margin-top: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    padding: 0;
    outline: 0;
    z-index: 1000;
    text-decoration: none;
}
.floating_button a, .floating_button a:focus{
	color: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	ul.list-unstyled li{
		font-size: 16px!important;
	}
	.floating_button span img {
	    width: 100%;
	}
	.navbar-brand>img {
	    display: block;
	    width: 85%;
	}
	.main_nav .navbar-header{
		width: 100%;
		padding: 0px 20px;
		margin: 0;
	}
	.navbar-toggle{
		margin-right: 0px;
		margin-top: 14px;
	}
	.navbar_links {
	    margin: 0 !important;
	}
	.main_nav .navbar-toggler.icon{
		float: right;
		padding-right: 0px;
		font-size: 30px;
		color: #a4a4a4;
	}
	.main_nav{
		min-height: auto;
		padding: 10px 0px;
	}
	.owl-theme .owl-nav{
		display: none;
	}
	.main_nav .navbar-nav{
		text-align: right;
		padding: 20px;
		margin: 0;
		display: block;
	}
	.navbar_links {
	    padding-top: 0px;
	    width: 100%;
	}
	.navbar-brand {
	    height: auto;
	    padding: 10px 0px;
	}
	.main_nav .nav-heading{
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.main_nav .btn-warning {
		float: right;
	    font-size: 13px !important;
	}
	.banner-block .banner-content-wrapper {
    	width: 100%;
    	padding: 20px 21px;
	}
	.banner-content h1 {
	    font-size: 43px;
	}
	.banner-content h3 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.sticky_navbar.sticky{
		/*position: static;*/
	}
	.sticky + .content_space {
	    padding-top: 82;
	}
	.sticky_navbar .sticky_nav_item:first-child {
	    border-left: 0px solid #fff;
	}
	.sticky_navbar .sticky_nav_item {
	    border-right: 0px solid #fff;
	    border-bottom: 1px solid #fff;
	    padding: 20px 0px;
	}
	.sticky_navbar .sticky_nav_item:last-child {
	    border-bottom: 0px solid #fff;
	}
	.sticky_navbar {
	    padding: 0px 0px;
	}
	.section h3 {
	    font-size: 30px;
	}
	.section{
		padding: 0px 20px;
	}
	.latest_events .carousel-image {
	    padding-right: 0px;
	}
	.latest_events .carousel-content {
	    padding-left: 0px;
	    padding-top: 30px;
	}
	.latest_events ul li{
		padding-left: 20px;
		position: relative;
		line-height: 20px;
	}
	.latest_events ul li::before {
	    position: absolute;
	    top: 10px;
	    left: 0;
	}
	.news_updates_bg .news-box h5 {
	    font-size: 20px;
	}
	.news-box {
	    padding: 20px 20px 60px;
	    min-height: auto;
	}
	.on-demand .video-box-content {
	    padding-right: 30px;
	}
	.on-demand h5 {
	    font-size: 20px;
	}
	.video-box{
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.on-demand {
	    width: 100%;
	    max-width: 100%;
	}
	#resources_carousel .item {
	    padding: 0px 0px;
	}
	.resources h5 {
	    font-size: 24px;
	}
	.resources-box {
	    min-height: auto;
	    padding-bottom: 45px;
	}
	.resources-box a {
	    left: 0px;
	}
	.social_media_icons{
		padding: 0px 20px;
	}
	#latest_events_carousel .owl-nav {
	    display: block;
	}
	#latest_events_carousel .owl-nav {
	    margin-top: 25px;
	}
	#news_updates_carousel .owl-dots {
	    display: block;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	    background: #008fd3 !important;
	}
	.news_updates_bg .news-box a, .resources-box a {
	    font-size: 16px;
	}
	#resources_carousel .owl-dots {
	    display: block;
	    margin-top: 30px;
	}
	.second-span{
		display: none;
	}
	.floating_button {
	    padding: 20px 10px 20px;
	}
	.floating_button.main-box{
		right: -125%;
	}
	.floating_button.main-box{
		width: 90%;
	}
	#latest_events_carousel .owl-next {
	    right: 35%;
	}
	#latest_events_carousel .owl-prev {
	    left: 35%;
	}
	.on-demand .video-box img {
	    width: 100%;
	}
	.sticky_navbar .mob{
		display: block;
	}
	.sticky_navbar .desk{
		display: none;
	}
	.sticky {
	    top: 80px;
	}
	#on-demand_carousel .owl-dots {
	    display: block!important;
	}
	.success_bodel .modal-body {
	    padding: 30px!important;
	}
	.success_bodel .modal-content {
	    margin-top: 60%!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.banner-content {
	    width: 60%;
	}
	.sticky_navbar .sticky_nav_item{
		width: 33%;
	}
	.sticky_navbar{
		padding: 28px 15px;
	}
	.sticky_navbar h2 {
	    font-size: 16px;
	}
	.banner-content {
	    padding-left: 10px;
	}
	.main_nav .container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section h3{
		font-size: 40px;
	}
	.latest_events .carousel-image {
	    padding-right: 15px;
	    width: 50%;
	}
	.latest_events .carousel-content {
	    padding-left: 15px;
	    width: 50%;
	}
	.latest_events ul li{
		padding-left: 20px;
		position: relative;
		line-height: 20px;
	}
	.latest_events ul li::before {
	    position: absolute;
	    top: 10px;
	    left: 0;
	}
	#news_updates_carousel .owl-dots{
		display: block;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	    background: #008fd3 !important;
	}
	.video-box{
		/*width: 33.333%;*/
		float: left;
	}
	.on-demand .video-box-content {
	    padding-top: 20px;
	    padding-right: 10px;
	}
	.on-demand h5 {
	    font-size: 20px;
	}
	#resources_carousel .item {
	    padding: 0px 30px;
	}
	#resources_carousel{
		width: 90%;
		margin:0 auto;
		float: none;
	}
	#news_updates_carousel{
		width: 93%;
		margin:0 auto;
		float: none;
	}
	.news_updates_bg .news-box h5 {
	    font-size: 19px;
	}
	.news-box {
	    padding: 15px;
	}
	.floating_button {
	    padding: 20px 11px 20px;
		background: #008fd4;
		color: #fff;
		font-size: 16px;
	}
	.floating_button a, .floating_button a:focus{
		color: #ffffff;
	}
	.floating_button span {
	    padding: 0px 5px;
	    font-family: 'BentonSans-Regular';
	}
	.resources h5 {
	    font-size: 24px;
	}
	.resources-box a {
	    left: 30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#news_updates_carousel .owl-prev {
	    left: -3%;
	}
	#news_updates_carousel .owl-next {
	    right: -3%;
	}
	.on-demand .video-box-content {
	    padding-top: 20px;
	    padding-right: 45px;
	}
	#resources_carousel{
		width: 95%;
		margin: 0 auto;
	}
	.floating_button.Subscribe{
		font-size: 17px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.floating_button.Subscribe{
	    font-size: 16px;
    padding: 16px 5px 16px 12px;
}
.floating_button span {
    padding: 0px 0px;
    font-family: 'BentonSans-Regular';
}
.floating_button span img{
	width: 80%;
}
.news_updates {
    padding: 40px 0px;
    width: 95%;
    margin: 0 auto;
    float: none;
}
}

ul.list-unstyled { 
    width: 100%;
    margin-bottom: 0px;
}
ul.list-unstyled li { 
	padding: 15px 20px; z-index: 2; color: #fff;
	width: 100%;
	font-size: 18px;
	font-family: 'BentonSans-Regular';
}
ul.list-unstyled li span{
	display: table-cell;
	vertical-align: middle;
}
ul.list-unstyled li span:first-child{
	width: 10%;
	margin-right: 20px;
}
ul.list-unstyled li span:last-child{
	width: 90%;
	padding-left: 20px;
}
ul.list-unstyled li span img{
	width: 100%;
}
ul.list-unstyled li:not(.init) { float: left; width: 100%; display: none; background: #4d4d4d; }

ul.list-unstyled li:not(.init):hover, ul.list-unstyled li.selected:not(.init) { background: #4d4d4d; }
li.init { cursor: pointer; }

a#submit { z-index: 1; }
ul.list-unstyled img.arrow_img{
	    position: absolute;
    right: 20px;
    top: 45%;
    transform: rotate(180deg);
}

ul.list-unstyled img.arrow_img.open{
	transform: rotate(0deg);
}
ul.list-unstyled li.hiddenLi{
	display: none!important;
}
ul.list-unstyled li.hiddenLi.not-hidden{
	display: none;
}

.section p.event_headline{
	font-size: 17px;
	font-family: 'BentonSans-Medium';
}
.latest_events ul li span{
	    width: 1px;
    background: #000;
    height: 13px;
    display: inline-block;
    margin-bottom: -1px;
}

#on-demand_carousel .owl-prev{
	position: absolute;
	left: -5%;
	top: 20%;
}
#on-demand_carousel .owl-next{
	position: absolute;
	right: -5%;
	top: 20%;
}
#on-demand_carousel .owl-dots{
	display: none;
}
.owl-theme .owl-dots .owl-dot{
	outline: none!important;
}

/*style for video modal start*/
.video-modal.modal.fade .modal-dialog {
  	transform: translate3d(0, 100vh, 0);
  	transition: -webkit-transform .5s ease-out .4s, opacity .5s .4s;
    transition: transform .5s ease-out .4s, opacity .5s .4s;
    transition: transform .5s ease-out .4s,-webkit-transform .8s ease-out, opacity .5s .4s;
    opacity: 0;
}
.video-modal.modal.show .modal-dialog{
  	transform: translate3d(0, 0, 0);
  	opacity: 1;
}
.modal-backdrop{
	opacity: 0;
    background: rgba(0,0,0,0.85098);
    transition: opacity 0.5s;
}
.modal-backdrop.show{
	opacity: 1;
}
.video-modal .modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.video-modal .modal-body {
	position: relative;
	padding: 0px;
}
.video-modal .close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	right: 20px;
	top: 20px;
}
.video-modal .close img{
	width: 20px;
}
.video-modal .modal-content{
	border: none;
    border-radius: 0px;
        margin-top: 160px;
    background-color: transparent;
}
.video-modal.show{
	opacity: 1;
	z-index: 99999999999;
	    background-color: rgba(0, 0, 0, 0.7)
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
.video-modal .modal-content{
        margin-top: 100px;
}
}
/*style for video modal end*/

.error{
    color:red;
    font-size: 12px;
    font-family: 'BentonSans-Regular';
}
label.error, p.error{
	padding-top: 8px;
    margin-bottom: 0px;
}

.footer_links span{
  padding: 0px 15px;
}
.footer_links span a{
  color: #d2d2d2;
  font-size: 12px;
  font-family: 'BentonSans-Regular';
}
.footer_links p{margin-bottom: 0px;}

.Privacy_statement{
	margin-top: 100px;
}
.Privacy_statement h5{
	color: #000000;
  font-size: 16px;
  font-family: 'BentonSans-Medium';
  margin-bottom: 20px;
  margin-top: 30px;
}
.Privacy_statement p b{
	font-family: 'BentonSans-Bold';
}
.Privacy_statement p{
	margin-bottom: 20px;
}
.success_bodel.show{
	opacity: 1;
	}
	.success_bodel .modal-content{
	margin-top: 40%;
	}
	.success_bodel .close{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 35px;
	font-weight: 100;
	font-family: 'BentonSans-Light';
	color: #000;
	opacity: 0.8;
	}
	
	.success_bodel .modal-body {
		position: relative;
		padding: 70px;
	}
	.success_bodel .modal-body h3{
	font-size: 25px;
	font-family: 'BentonSans-Regular';
	color: rgb(79, 184, 28);
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	.success_bodel .modal-body p{
	font-size: 16px;
	font-family: 'BentonSans-Regular';
	color: #000;
	text-align: center;
	}


.play_icon{
	position: absolute;
width: auto!important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#video-modal{
	padding-right: 0px;
}

.play_icon img{
	transform: scale(1);
	/*transform-origin: center;*/
	transition: 0.5s;
}
.carousel-image .video-btn:hover .play_icon img{
	transform: scale(1.1);
	/*transform-origin: center;*/
	transition: 0.5s;
}

.video-box .play_icon img{
	box-shadow: none!important;
}
.video-box:hover .play_icon img{
	transform: scale(1.1);
	/*transform-origin: center;*/
	transition: 0.5s;
}

@media only screen and (min-width: 0px) and (max-width: 340px){
	.banner-content h1 {
	    font-size: 37px!important;
	}
	.banner-content h3 {
	    font-size: 14px!important;
	    line-height: 21px!important;
	}
}

.item_nav.active span{
	color: #f0ab00;
}