body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-family: FuturaBT-Book, sans-serif;
  font-family: "roboto", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 100px; 
}
@font-face {
  font-family: "FuturaBT-Light";
  src: url("../fonts/30E29C_0_0.eot");
  src: url("../fonts/30E29C_0_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_0_0.woff2") format("woff2"),
    url("../fonts/30E29C_0_0.woff") format("woff"),
    url("../fonts/30E29C_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-LightItalic";
  src: url("../fonts/30E29C_1_0.eot");
  src: url("../fonts/30E29C_1_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_1_0.woff2") format("woff2"),
    url("../fonts/30E29C_1_0.woff") format("woff"),
    url("../fonts/30E29C_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-Book";
  src: url("../fonts/30E29C_2_0.eot");
  src: url("../fonts/30E29C_2_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_2_0.woff2") format("woff2"),
    url("../fonts/30E29C_2_0.woff") format("woff"),
    url("../fonts/30E29C_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-Medium";
  src: url("../fonts/30E29C_3_0.eot");
  src: url("../fonts/30E29C_3_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_3_0.woff2") format("woff2"),
    url("../fonts/30E29C_3_0.woff") format("woff"),
    url("../fonts/30E29C_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-MediumItalic";
  src: url("../fonts/30E29C_4_0.eot");
  src: url("../fonts/30E29C_4_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_4_0.woff2") format("woff2"),
    url("../fonts/30E29C_4_0.woff") format("woff"),
    url("../fonts/30E29C_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-Bold";
  src: url("../fonts/30E29C_5_0.eot");
  src: url("../fonts/30E29C_5_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_5_0.woff2") format("woff2"),
    url("../fonts/30E29C_5_0.woff") format("woff"),
    url("../fonts/30E29C_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-Heavy";
  src: url("../fonts/30E29C_6_0.eot");
  src: url("../fonts/30E29C_6_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_6_0.woff2") format("woff2"),
    url("../fonts/30E29C_6_0.woff") format("woff"),
    url("../fonts/30E29C_6_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-HeavyItalic";
  src: url("../fonts/30E29C_7_0.eot");
  src: url("../fonts/30E29C_7_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_7_0.woff2") format("woff2"),
    url("../fonts/30E29C_7_0.woff") format("woff"),
    url("../fonts/30E29C_7_0.ttf") format("truetype");
}
@font-face {
  font-family: "BauerBodoniBT-Roman";
  src: url("../fonts/30E29C_8_0.eot");
  src: url("../fonts/30E29C_8_0.eot?#iefix") format("embedded-opentype"),
    url("../fonts/30E29C_8_0.woff2") format("woff2"),
    url("../fonts/30E29C_8_0.woff") format("woff"),
    url("../fonts/30E29C_8_0.ttf") format("truetype");
}

.main-header {
  position: relative;
  z-index: 99;
}
.main-header .navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-header .navbar-expand-md .navbar-nav .nav-link:hover {
  color: #51ac47;
  text-decoration: underline;
}
}
.main-header .navbar-expand-md .navbar-nav {
  margin-left: 50px;
}

#mainNavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 1298px;
  margin: 0 auto;
  background: transparent;
  z-index: 99999;
  padding: 30px 0;
  transition: background 0.4s ease, transform 0.4s ease;
}

#mainNavbar.scrolled {
  background: #fff;
  transform: translateY(0);
  -webkit-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  padding: 10px 0;
}

#mainNavbar a:hover,
#mainNavbar.scrolled a:hover {
  color: #51ac47 !important;
  text-decoration: underline;
}

#mainNavbar a {
  color: #fff;
  transition: color 0.4s ease;
  margin: 0 0 0 0;
}

#mainNavbar.scrolled a {
  color: #000 !important;
}
#mainNavbar {
  transform: translateY(-10px);
}

#mainNavbar.scrolled {
  transform: translateY(0);
}

#logoDark {
  display: none;
}

#logoLight,
#logoDark {
  transition: opacity 0.3s ease;
}

/* Scroll par logo switch */
#mainNavbar.scrolled #logoLight {
  display: none;
}

#mainNavbar.scrolled #logoDark {
  display: block;
}

#logoLight,
#logoDark {
  position: relative;
}

#mainNavbar.scrolled #logoLight {
  opacity: 0;
}

#mainNavbar.scrolled #logoDark {
  opacity: 1;
}

#logoLight {
  opacity: 1;
}

#logoDark {
  opacity: 0;
}

#mainNavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#mainNavbar .nav-bg {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

#mainNavbar .nav-inner {
  position: relative;
  z-index: 2;
}

#mainNavbar.scrolled .nav-bg {
  opacity: 1;
}

#mainNavbar a {
  color: #fff;
  transition: color 0.3s ease;
}

#mainNavbar .nav-bg {
  backdrop-filter: blur(6px);
}

#mainNavbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header-slider {
  padding: 80px 15px 15px;
  text-align: center;
  border-bottom: #eaeaea 1px solid;
}
.header-slider .full-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 485px;
  top: 0px;
  object-fit: cover;
  object-position: center;
}
.header-slider .slide-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 h1 {
  font-size: 50spx;
  text-transform: uppercase;
  color: #fff;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 h1 span {
  display: block;
  font-weight: 100;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 p {
  margin-bottom: 60px;
  color: #fff;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 .btn-default {
  border: none;
  background: #51ac47;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 .btn-default:hover {
  background: #fff;
  color: #51ac47;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 .btn-default2 {
  border: none;
  border: #fff 1px solid;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.header-slider .slide-content .col-lg-12 .col-sm-12 .btn-default2:hover {
  color: #fff;
  background: #51ac47;
  border: #51ac47 1px solid;
}

.ev-brands {
  padding: 80px 15px 90px;
}
.ev-brands .col-lg-8 {
  text-align: center;
  margin-bottom: 50px;
}
.ev-brands .col-lg-8 img {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ev-brands .col-lg-8 h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #303133;
  font-weight: 800;
}
.ev-brands .col-lg-8 h3 span {
  font-weight: 100;
}
.ev-brands .col-lg-3 .col-sm-12 {
  text-align: center;
  -webkit-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  padding: 20px 20px;
  border: solid 1px #f0f4f6;
  color: #262626;
  border-radius: 3px;
  transition: all 500ms ease;
}
.ev-brands .col-lg-8 p {
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-family: FuturaBT-Book, sans-serif !important;
  color: #666;
}
.ev-brands .col-lg-3 .col-sm-12:hover {
  transform: translateY(-10px);
  border: #51ac47 1px solid;
}
.ev-brands .col-lg-3 .col-sm-12 img {
  margin: 0 auto;
}
.ev-brands .col-lg-3 .col-sm-12 h4 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
}
.ev-brands .col-lg-3 .col-sm-12 h5 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 14px;
}

.ev-about {
  padding: 80px 15px;
  background: #f9f9f9;
}
.ev-about .col-lg-12 {
  box-shadow: 0 30px 60px #eee;
  padding: 40px 50px;
  background: #fff;
}
.ev-about .col-sm-6 img {
  margin: 0 auto;
  width: 100%;
}
.ev-about .col-sm-6 {
  padding: 0px 30px;
}
.ev-about .col-sm-6 .btn {
  backface-visibility: hidden;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition: 0.3s;
  transition-property: color;
  background: #df2a2b;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  margin-top: 30px;
  box-shadow: 0 8px 25px #df2a2b;
}
.ev-about .col-sm-6 h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}
.ev-about .col-sm-6 h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "roboto", sans-serif;
  font-size: 32px;
  margin-top: 5px;
  color: #000;
  margin-bottom: 20px;
}
.ev-about .col-sm-6 h4 {
  color: #666;
  text-transform: uppercase;
  margin-top: 20px;
}
.ev-about .col-sm-6 h3 span {
  color: #2a5775;
  font-weight: 100;
}
.ev-about .col-sm-6 p {
  letter-spacing: 1px;
  color: #666;
  line-height: 24px;
}
.ev-about .col-sm-6 ul {
  list-style: none;
  padding: 0px;
}
.ev-about .col-sm-6 ul li {
  background: url(../images/about-arrow.png) no-repeat left center;
  padding: 7px 20px;
}

.ev-events {
  padding: 80px 15px 90px;
}
.ev-events a {
  color: #000;
  text-align: left;
  text-decoration: none;
}
.ev-events .col-lg-8 {
  text-align: center;
  margin-bottom: 50px;
}
.ev-events .col-lg-8 img {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ev-events .col-lg-8 h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #303133;
  font-weight: 800;
}
.ev-events .col-lg-8 h3 span {
  font-weight: 100;
}
.evnt{margin-left: 220px;}
.ev-events .col-lg-4 .col-sm-12 {
  text-align: center;
  -webkit-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 29px 53px -27px rgba(0, 0, 0, 0.29);
  padding: 35px;
  border: solid 1px #f0f4f6;
  color: #262626;
  border-radius: 3px;
  transition: all 500ms ease;
}
.ev-events .col-lg-8 p {
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-family: FuturaBT-Book, sans-serif !important;
  color: #666;
}
.ev-events .col-lg-4 .col-sm-12:hover {
  transform: translateY(-10px);
  border: #51ac47 1px solid;
}
.ev-events .col-lg-4 .col-sm-12 img {
  margin: 35px 0;
}
.ev-events .col-lg-4 .col-sm-12 h3 {
  color: #0d5539;
  font-size: 25px; margin-bottom: 20px;
  font-weight: 300;
}
.ev-events .col-lg-4 .col-sm-12 h4 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.ev-events .col-lg-4 .col-sm-12 h4 span {
  color: #54af3a;
  font-weight: 800;
}
.ev-events .col-lg-4 .col-sm-12 h5 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 14px;
}

.ev-insights {
  padding: 80px 15px 60px;
}
.ev-insights a {
  color: #000;
  text-align: left;
  text-decoration: none;
}
.ev-insights .col-lg-8 {
  text-align: center;
  margin-bottom: 50px;
}
.ev-insights .col-lg-8 img {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ev-insights .col-lg-8 h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #303133;
  font-weight: 800;
}
.ev-insights .col-lg-8 h3 span {
  font-weight: 100;
}
.ev-insights .col-lg-4 {
  margin-bottom: 30px;
}
.ev-insights .col-lg-4 .col-sm-12 {
  -webkit-box-shadow: 0px 10px 30px -27px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 10px 30px -27px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 10px 30px -27px rgba(0, 0, 0, 0.29);
  border: solid 1px #f0f4f6;
  color: #262626;
  border-radius: 3px;
  transition: all 500ms ease;
}
.ev-insights .col-lg-4 .col-sm-12 .col-sm-12 {
  padding: 35px;
  text-align: left;
}
.ev-insights .col-lg-8 p {
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-family: FuturaBT-Book, sans-serif !important;
  color: #666;
}
.ev-insights .col-lg-4 .col-sm-12 img {
  margin: 0 auto;
}
.ev-insights .col-lg-4 .col-sm-12 h3 {
  line-height: 24px;
}
.ev-insights .col-lg-4 .col-sm-12 h3 a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px !important;
}
.ev-insights.col-lg-4 .col-sm-12 h4 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.ev-insights .col-lg-4 .col-sm-12 h4 span {
  color: #54af3a;
  font-weight: 800;
}
.ev-insights .col-lg-4 .col-sm-12 h5 a {
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 16px;
  color: #0d5539;
}
.ev-insights .col-lg-4 .col-sm-12 h5 a:hover,
.ev-insights .col-lg-4 .col-sm-12 h3 a:hover {
  text-decoration: underline;
  color: #0d5539;
}

.newsletter {
  padding: 0 15px 60px;
}
.newsletter .col-lg-12 {
  background:url("../images/newsletter-bg.jpg"); 
	box-shadow: rgba(24, 32, 61, 0.15) 0px 17px 46px 0px;
  border-radius: 20px;
  padding: 40px 0;
}


.newsletter .col-lg-12 .content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.newsletter .col-lg-12 p {
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: FuturaBT-Book, sans-serif !important;
  color: #666;
}
.newsletter .col-lg-12 .content h3 {
  font-size: 36px;
  color: #303133;
  font-weight: 700;
}
.newsletter .col-lg-12 .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 25px 0 0 25px; box-shadow: rgba(24, 32, 61, 0.15) 0px 10px 30px 0px;
}
.newsletter .col-lg-12 .my-input-form:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}
.newsletter .col-lg-12 .btn {
  min-height: 50px;
  border-radius:0 25px 25px 0;
  background: #df2a2b;
  color: #fff;
  font-weight: 600;
}
.newsletter .col-lg-12 .btn:hover {
  color: #fff;
  background: #51ac47;
}

.footer {
  background: #222;
  padding: 30px 15px 20px;
  color: #818181;
  font-family: FuturaBT-Book, sans-serif !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:485px;
    background: rgba(0, 0, 0, 0.55); /* overlay darkness */
    z-index: 1;
}
.off-menu-cs .offcanvas-menu {
  list-style:circle;  margin:0; padding: 0; 
  padding: 0; margin-top: 50px;
}

.off-menu-cs .offcanvas-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 15px; list-style:disc;
}

.off-menu-cs .offcanvas-menu .menu-item.open > .sub-menu {
  max-height: 500px; /* enough height for items */
}

.off-menu-cs .offcanvas-menu .arrow {
  float: right;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  margin-top: 15px;
}

.off-menu-cs .offcanvas-menu .menu-item.open > .menu-link .arrow {
  transform: rotate(45deg);
}

.off-menu-cs .offcanvas-menu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}


.off-menu-cs{padding: 15px 30px;}
.off-menu-cs h3{margin-top: 50px; font-size: 32px; font-weight: 700; margin-bottom: 40px;} 
.off-menu-cs ul{list-style:circle; list-style: inside; margin:0; padding: 0; }
.off-menu-cs ul li a{text-decoration:none; color: #000; line-height: 30px;}
.off-menu-cs ul li a:hover{color: #0d5539;}

.thanku-ev {
  padding: 80px 15px;
  background: #f9f9f9;
}
.thanku-ev .col-lg-12 {
  box-shadow: 0 30px 60px #eee;
  padding: 40px 50px;
  background: #fff; text-align: center;
}
.thanku-ev .col-sm-12 img {
  margin: 0 auto 30px;
}
.thanku-ev .col-sm-12 {
  padding: 0px 30px;
}
.thanku-ev .col-sm-12 .btn {
  backface-visibility: hidden;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition: 0.3s;
  transition-property: color;
  background: #df2a2b;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  margin-top: 30px;
  box-shadow: 0 8px 25px #df2a2b;
}
.thanku-ev .col-sm-12 h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}
.thanku-ev .col-sm-12 h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "roboto", sans-serif;
  font-size: 50px;
  margin-top: 5px;
  color: #000;
  margin-bottom: 20px;
}
.thanku-ev .col-sm-12 h4 {
  color: #666;
  text-transform: uppercase;
  margin-top: 20px;
}
.thanku-ev .col-sm-12 h3 span {
  color: #2a5775;
  font-weight: 100;
}
.thanku-ev .col-sm-12 p {
  letter-spacing: 1px;
  color: #666;
  line-height: 24px;
}



@media (min-width:120px) and (max-width:767px){
	.header-slider .slide-content .col-lg-12 .col-sm-12 h1{font-size: 32px;}
	.header-slider{padding: 50px 15px 15px;}
	.header-slider .slide-content .col-lg-12 .col-sm-12 .btn-default{margin-bottom: 15px; margin-right: 0px;}
	.header-slider .full-image{height: 560px;}
	.ev-events .col-lg-8 h3, .ev-brands .col-lg-8 h3, .ev-insights .col-lg-8 h3, .newsletter .col-lg-12 .content h3{font-size: 24px;}
	.ev-events .col-lg-4 .col-sm-12 img{margin: 15px 0 20px 0}
	.ev-events .col-lg-4 .col-sm-12{padding: 20px; box-shadow: 0px 3px 15px #eaeaea}
	.ev-events .col-lg-4 {margin-bottom: 15px;}
	.ev-events, .ev-brands, .ev-about, .ev-insights{padding: 40px 15px;}
	.ev-brands .col-lg-3{margin-bottom: 20px;}
	.ev-about .col-lg-12{padding: 15px 20px}
	.newsletter .col-lg-12 .form-control{width:100%; display: block;}
	.newsletter .col-lg-12 input-group-btn{width: 100%; margin-top: 15px;}
	.newsletter .col-lg-12 .btn{width: 100%; margin-top: 15px;}
	.newsletter .col-lg-12{padding: 15px;}
	.input-group{display: inherit !important;
        width: 100% !important;}
	.newsletter{background-color: #f9f9f9; border-radius: 10px; padding: 40px 0;}
	.navbar-toggler{border:none!important;}
	.navbar-toggler-icon{color: #fff !important;}
	.navbar-toggler-icon{padding-top: 10px; }
	.evnt{margin-left: 0px!important;}
	.main-header .navbar-expand-md .navbar-nav{margin-left: 0px; background: #fff; color: #000 !important; padding: 15px;}
	#mainNavbar a{color: #000 !important;}
	.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(81,172,71,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
	
	.video-overlay {
		height:560px;}
	
}

@media (min-width:768px) and (max-width:991px){
	.evnt{margin-left: 0px!important;}
}
	

