
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #ac065f;
	color: #fff;
}

a.filled-button {
	background-color: #ac065f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.products-heading {
	background-image: url(../images/about-heading.jpg);
}

.about-heading {
	background-image: url(../images/about-heading.jpg);
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #ac065f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.services_text{
	color: #fff;
	font-size: 22px !important;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
  overflow: hidden;
  background: #ac065f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: #fed211;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fed211!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #ac065f!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #ac065f;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 11px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #000;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ac065f;
	/*padding-bottom: 25px;*/
	border: 3px solid #ac065f;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #ac065f;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banner-item-01 {
	padding: 235px 0px;
	background-image: url(../images/slide-img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 235px 0px;
	background-image: url(../images/slide-img2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 235px 0px;
	background-image: url(../images/slide-img3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-item-04 {
	padding: 235px 0px;
	background-image: url(../images/slide-img4.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #ac065f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #000;
    /*opacity: 0.5;*/
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #ac065f;
}

.product-item {
	border: 1px solid #eee;
	margin-bottom: 30px;
	    height: 424px;
}

.product-item .down-content {
	padding: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
	text-transform: capitalize;
    text-align: justify;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #ac065f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #ac065f;
	font-weight: 500;
}




/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

.best-features img {
	width: 100%;
	overflow: hidden;
}

.best-features h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	margin-bottom: 25px;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #ac065f;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #ac065f;
}

.best-features .filled-button {
	margin-top: 20px;
}





/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #ac065f;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 100px;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #ac065f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #ac065f;
	border-color: #ac065f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #ac065f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #ac065f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #ac065f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: justify;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #ac065f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #ac065f!important;
}

.accordion a.active {
  color: #ac065f!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03,
	.banner-item-04, {
		padding: 180px 0px;
	}
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
		text-align:center;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #ac065f!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
}






.legal__actions:before, .legal__actions:after {
  display: table;
  content: " ";
}
.legal__actions:after {
  clear: both;
}

* {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #0275d8;
}



.alert {
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 12px;
}

.alert-info {
  background: #daeeff;
  border-color: #a8d6fe;
  color: #0275d8;
}


.title {
  margin: 0 0 12px 0;
  font-weight: 400;
  text-align: center;
  color: #141419;
}
@media (min-width: 360px) {
  .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .title {
    font-size: 28px;
  }
}

.subtitle {
  font-weight: 300;
  text-align: center;
  color: #777;
}
@media (min-width: 360px) {
  .subtitle {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .subtitle {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 26px;
  }
}

.legal {
  background: #fff;
  border-radius: 3px;
}
@media (min-width: 360px) {
  .legal {
    margin: 0 0 60px 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .legal {
    margin: 0 0 80px 0;
    border: 1px solid #ddd;
  }
}
.legal sup {
  color: #d9534f;
}
@media (min-width: 360px) {
  .legal__instructions {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .legal__instructions {
    padding: 20px 20px 0;
  }
}
.legal__instructions alert {
  margin: 0;
}
.legal__navigation {
  position: relative;
  padding: 15px 20px 20px;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 360px) {
  .legal__navigation {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .legal__navigation {
    margin: 20px;
  }
}
.legal__navigation ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: lower-roman;
  color: #0275d8;
}
.legal__terms {
  position: relative;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: s-resize;
}
/*@media (min-width: 360px) {
  .legal__terms {
    height: 180px;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .legal__terms {
    height: 280px;
    margin: 20px;
  }
}*/
.legal__terms strong, .legal__terms p {
  font-size: 12px;
  line-height: 20px;
}
.legal__terms-scroll {
  padding: 20px;
}
.legal__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #ddd;
}
.legal__rule {
  font-size: 12px;
}
@media (min-width: 360px) {
  .legal__rule {
    padding: 15px 0;
    border: none;
  }
}
@media (min-width: 768px) {
  .legal__rule {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
  }
}
.legal__rule:last-child {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 360px) {
  .legal__rule:last-child {
    border: none;
  }
}
@media (min-width: 768px) {
  .legal__rule:last-child {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}
.legal__actions {
  padding: 0px 20px 20px;
  font-size: 12px;
}

#terms-and-conditions,
#privacy-notice {
  padding-top: 20px;
  margin: -20px 0 20px 0;
}

.toggle--checkbox,
.toggle--buttons {
  position: relative;
}
.toggle--checkbox input,
.toggle--buttons input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.toggle--checkbox .toggle__agree,
.toggle--checkbox .toggle__disagree,
.toggle--buttons .toggle__agree,
.toggle--buttons .toggle__disagree {
  cursor: pointer;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}

.toggle--checkbox {
  padding: 0 0 0 30px;
}
.toggle--checkbox .toggle__agree input:checked ~ .control-indicator,
.toggle--checkbox .toggle__agree:hover .control-indicator {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBCYXNpYy8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS1iYXNpYy5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBiYXNlUHJvZmlsZT0iYmFzaWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIwIDIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTt9LnN0MntmaWxsOiMxNTE1MUE7fS5zdDN7ZmlsbDojRkZGRkZGO30uc3Q0e2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzAxMDEwMTt9LnN0NXtmaWxsOiM3MEMxNjk7fS5zdDZ7ZmlsbDojMzFBM0RDO308L3N0eWxlPjxnIGlkPSJCYWNrZ3JvdW5kIiBjbGFzcz0ic3QwIj48ZyBjbGFzcz0ic3QxIj48cmVjdCBpZD0iX3gzMV8iIHk9IjAiIGNsYXNzPSJzdDIiIHdpZHRoPSIzMjAiIGhlaWdodD0iMjI0Ii8+PC9nPjwvZz48ZyBpZD0iSnVkZF9GYXJyaXMiPjxnIGlkPSJMaWdodF9JY29ucyI+PHBhdGggaWQ9IkNoZWNrIiBjbGFzcz0ic3QzIiBkPSJNMjgyLjMsMzYuNGwtMTIuNi0xMi42Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMTIyLjgsMTYyLjFMNTguOSw5OC40Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMzcuNywxMTFjLTIuNCwyLjQtMi40LDYuMiwwLDguNmw4MSw4MC42YzIuNCwyLjQsNi4yLDIuNCw4LjYsMEwyODIuMyw0NUMyODQuNyw0Mi42LDI4NC43LDM4LjgsMjgyLjMsMzYuNHoiLz48L2c+PGcgaWQ9IkRhcmtfSWNvbnMiIGNsYXNzPSJzdDAiPjxwYXRoIGlkPSJDaGVja18xXyIgY2xhc3M9InN0MSIgZD0iTTI4Mi4zLDM2LjRsLTEyLjYtMTIuNmMtMi40LTIuNC02LjItMi40LTguNiwwTDEyMi44LDE2Mi4xTDU4LjksOTguNGMtMi40LTIuNC02LjItMi40LTguNiwwTDM3LjcsMTExYy0yLjQsMi40LTIuNCw2LjIsMCw4LjZsODEsODAuNmMyLjQsMi40LDYuMiwyLjQsOC42LDBMMjgyLjMsNDVDMjg0LjcsNDIuNiwyODQuNywzOC44LDI4Mi4zLDM2LjR6Ii8+PC9nPjwvZz48ZyBpZD0iQnJhbmRfTGFiZWxzIj48L2c+PGcgaWQ9Ik1hc3Rlcl9MYWJlbHMiPjwvZz48L3N2Zz4=");
  transition: all 0.15s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 45%;
}
.toggle--checkbox .toggle__agree input:checked ~ .control-indicator {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.toggle--checkbox .toggle__agree:hover .control-indicator {
  background-color: #8fcafe;
  border-color: #75bffe;
}
.toggle--checkbox .control-indicator {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -moz-user-select: none;
  border: 1px solid #8fcafe;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 52%;
  transition: all 0.1s;
}

.toggle--buttons {
  padding: 0 0 8px;
}
.toggle--buttons .toggle__label {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
}
.toggle--buttons .toggle__button {
  margin: 0 3px 0 0;
  padding: 5px 12px;
  color: #43a7fd;
  background-color: #fff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30px 35%;
  transition: all 0.15s;
  border-radius: 4px;
  border: 1px solid #75bffe;
  -moz-user-select: none;
}
.toggle--buttons .toggle__button:hover {
  color: #fff;
  background-color: #8fcafe;
  transition: all 0.15s;
}
.toggle--buttons input:checked ~ .toggle__button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBCYXNpYy8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS1iYXNpYy5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBiYXNlUHJvZmlsZT0iYmFzaWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIwIDIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTt9LnN0MntmaWxsOiMxNTE1MUE7fS5zdDN7ZmlsbDojRkZGRkZGO30uc3Q0e2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzAxMDEwMTt9LnN0NXtmaWxsOiM3MEMxNjk7fS5zdDZ7ZmlsbDojMzFBM0RDO308L3N0eWxlPjxnIGlkPSJCYWNrZ3JvdW5kIiBjbGFzcz0ic3QwIj48ZyBjbGFzcz0ic3QxIj48cmVjdCBpZD0iX3gzMV8iIHk9IjAiIGNsYXNzPSJzdDIiIHdpZHRoPSIzMjAiIGhlaWdodD0iMjI0Ii8+PC9nPjwvZz48ZyBpZD0iSnVkZF9GYXJyaXMiPjxnIGlkPSJMaWdodF9JY29ucyI+PHBhdGggaWQ9IkNoZWNrIiBjbGFzcz0ic3QzIiBkPSJNMjgyLjMsMzYuNGwtMTIuNi0xMi42Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMTIyLjgsMTYyLjFMNTguOSw5OC40Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMzcuNywxMTFjLTIuNCwyLjQtMi40LDYuMiwwLDguNmw4MSw4MC42YzIuNCwyLjQsNi4yLDIuNCw4LjYsMEwyODIuMyw0NUMyODQuNyw0Mi42LDI4NC43LDM4LjgsMjgyLjMsMzYuNHoiLz48L2c+PGcgaWQ9IkRhcmtfSWNvbnMiIGNsYXNzPSJzdDAiPjxwYXRoIGlkPSJDaGVja18xXyIgY2xhc3M9InN0MSIgZD0iTTI4Mi4zLDM2LjRsLTEyLjYtMTIuNmMtMi40LTIuNC02LjItMi40LTguNiwwTDEyMi44LDE2Mi4xTDU4LjksOTguNGMtMi40LTIuNC02LjItMi40LTguNiwwTDM3LjcsMTExYy0yLjQsMi40LTIuNCw2LjIsMCw4LjZsODEsODAuNmMyLjQsMi40LDYuMiwyLjQsOC42LDBMMjgyLjMsNDVDMjg0LjcsNDIuNiwyODQuNywzOC44LDI4Mi4zLDM2LjR6Ii8+PC9nPjwvZz48ZyBpZD0iQnJhbmRfTGFiZWxzIj48L2c+PGcgaWQ9Ik1hc3Rlcl9MYWJlbHMiPjwvZz48L3N2Zz4=");
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff;
  padding-right: 30px;
}

.legal__rule.is-required .toggle--buttons .toggle__agree input:checked ~ .toggle__button,
.legal__rule.is-required .toggle--buttons .toggle__disagree input:checked ~ .toggle__button {
  color: #fff;
  padding-right: 30px;
}
.legal__rule.is-required .toggle--buttons .toggle__agree input:checked ~ .toggle__button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBCYXNpYy8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS1iYXNpYy5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBiYXNlUHJvZmlsZT0iYmFzaWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIwIDIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTt9LnN0MntmaWxsOiMxNTE1MUE7fS5zdDN7ZmlsbDojRkZGRkZGO30uc3Q0e2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzAxMDEwMTt9LnN0NXtmaWxsOiM3MEMxNjk7fS5zdDZ7ZmlsbDojMzFBM0RDO308L3N0eWxlPjxnIGlkPSJCYWNrZ3JvdW5kIiBjbGFzcz0ic3QwIj48ZyBjbGFzcz0ic3QxIj48cmVjdCBpZD0iX3gzMV8iIHk9IjAiIGNsYXNzPSJzdDIiIHdpZHRoPSIzMjAiIGhlaWdodD0iMjI0Ii8+PC9nPjwvZz48ZyBpZD0iSnVkZF9GYXJyaXMiPjxnIGlkPSJMaWdodF9JY29ucyI+PHBhdGggaWQ9IkNoZWNrIiBjbGFzcz0ic3QzIiBkPSJNMjgyLjMsMzYuNGwtMTIuNi0xMi42Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMTIyLjgsMTYyLjFMNTguOSw5OC40Yy0yLjQtMi40LTYuMi0yLjQtOC42LDBMMzcuNywxMTFjLTIuNCwyLjQtMi40LDYuMiwwLDguNmw4MSw4MC42YzIuNCwyLjQsNi4yLDIuNCw4LjYsMEwyODIuMyw0NUMyODQuNyw0Mi42LDI4NC43LDM4LjgsMjgyLjMsMzYuNHoiLz48L2c+PGcgaWQ9IkRhcmtfSWNvbnMiIGNsYXNzPSJzdDAiPjxwYXRoIGlkPSJDaGVja18xXyIgY2xhc3M9InN0MSIgZD0iTTI4Mi4zLDM2LjRsLTEyLjYtMTIuNmMtMi40LTIuNC02LjItMi40LTguNiwwTDEyMi44LDE2Mi4xTDU4LjksOTguNGMtMi40LTIuNC02LjItMi40LTguNiwwTDM3LjcsMTExYy0yLjQsMi40LTIuNCw2LjIsMCw4LjZsODEsODAuNmMyLjQsMi40LDYuMiwyLjQsOC42LDBMMjgyLjMsNDVDMjg0LjcsNDIuNiwyODQuNywzOC44LDI4Mi4zLDM2LjR6Ii8+PC9nPjwvZz48ZyBpZD0iQnJhbmRfTGFiZWxzIj48L2c+PGcgaWQ9Ik1hc3Rlcl9MYWJlbHMiPjwvZz48L3N2Zz4=");
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}
.legal__rule.is-required .toggle--buttons .toggle__disagree input:checked ~ .toggle__button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBCYXNpYy8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS1iYXNpYy5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBiYXNlUHJvZmlsZT0iYmFzaWMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIwIDIyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2Rpc3BsYXk6bm9uZTt9LnN0MXtkaXNwbGF5OmlubGluZTt9LnN0MntmaWxsOiMxNTE1MUE7fS5zdDN7ZmlsbDojRkZGRkZGO30uc3Q0e2Rpc3BsYXk6aW5saW5lO2ZpbGw6IzAxMDEwMTt9LnN0NXtmaWxsOiM3MEMxNjk7fS5zdDZ7ZmlsbDojMzFBM0RDO308L3N0eWxlPjxnIGlkPSJCYWNrZ3JvdW5kIiBjbGFzcz0ic3QwIj48ZyBjbGFzcz0ic3QxIj48cmVjdCBpZD0iX3gzMV9fMV8iIHk9IjAiIGNsYXNzPSJzdDIiIHdpZHRoPSIzMjAiIGhlaWdodD0iMjI0Ii8+PC9nPjwvZz48ZyBpZD0iSnVkZF9GYXJyaXMiPjxnIGlkPSJMaWdodF9JY29ucyI+PHBhdGggaWQ9IlRpbWVzXzFfIiBjbGFzcz0ic3QzIiBkPSJNMTc3LDExMmw4MS42LTgxLjZjMS45LTEuOSwxLjktNSwwLTYuOWwtMTAuMS0xMC4xYy0xLjktMS45LTUtMS45LTYuOSwwTDE2MCw5NUw3OC40LDEzLjRjLTEuOS0xLjktNS0xLjktNi45LDBMNjEuNCwyMy41Yy0xLjksMS45LTEuOSw1LDAsNi45TDE0MywxMTJsLTgxLjYsODEuNmMtMS45LDEuOS0xLjksNSwwLDYuOWwxMC4xLDEwLjFjMS45LDEuOSw1LDEuOSw2LjksMEwxNjAsMTI5bDgxLjYsODEuNmMxLjksMS45LDUsMS45LDYuOSwwbDEwLjEtMTAuMWMxLjktMS45LDEuOS01LDAtNi44TDE3NywxMTJ6Ii8+PC9nPjxnIGlkPSJEYXJrX0ljb25zIiBjbGFzcz0ic3QwIj48cGF0aCBpZD0iVGltZXMiIGNsYXNzPSJzdDEiIGQ9Ik0xNzcsMTEybDgxLjYtODEuNmMxLjktMS45LDEuOS01LDAtNi45bC0xMC4xLTEwLjFjLTEuOS0xLjktNS0xLjktNi45LDBMMTYwLDk1TDc4LjQsMTMuNGMtMS45LTEuOS01LTEuOS02LjksMEw2MS40LDIzLjVjLTEuOSwxLjktMS45LDUsMCw2LjlMMTQzLDExMmwtODEuNiw4MS42Yy0xLjksMS45LTEuOSw1LDAsNi45bDEwLjEsMTAuMWMxLjksMS45LDUsMS45LDYuOSwwTDE2MCwxMjlsODEuNiw4MS42YzEuOSwxLjksNSwxLjksNi45LDBsMTAuMS0xMC4xYzEuOS0xLjksMS45LTUsMC02LjhMMTc3LDExMnoiLz48L2c+PC9nPjxnIGlkPSJCcmFuZF9MYWJlbHMiPjwvZz48ZyBpZD0iTWFzdGVyX0xhYmVscyI+PC9nPjwvc3ZnPg==");
  background-color: #d9534f;
  border: 1px solid #d9534f;
}

 #gallery {
              margin-bottom: 20px;
            }
            /*@media screen and (min-width: 991px) {
              #gallery {
                padding: 60px 30px 0 30px;
              }
            }*/

            .img-wrapper {
              position: relative;
              margin-top: 15px;
                  margin-bottom: 15px;
            }
            .img-wrapper img {
              width: 100%;
            }

            .img-overlay {
              background: rgba(0, 0, 0, 0.7);
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              display: flex;
              justify-content: center;
              align-items: center;
              opacity: 0;
            }
            .img-overlay i {
              color: #fff;
              font-size: 3em;
            }

            #overlay {
              background: rgba(0, 0, 0, 0.7);
              width: 100%;
              height: 100%;
              position: fixed;
              top: 0;
              left: 0;
              display: flex;
              justify-content: center;
              align-items: center;
              z-index: 999;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none;
            }
            #overlay img {
              margin: 0;
              width: 80%;
              height: auto;
              -o-object-fit: contain;
                 object-fit: contain;
              padding: 5%;
            }
            @media screen and (min-width: 768px) {
              #overlay img {
                width: 60%;
              }
            }
            @media screen and (min-width: 1200px) {
              #overlay img {
                width: 50%;
              }
            }

            #nextButton {
              color: #fff;
              font-size: 2em;
              transition: opacity 0.8s;
            }
            #nextButton:hover {
              opacity: 0.7;
            }
            @media screen and (min-width: 768px) {
              #nextButton {
                font-size: 3em;
              }
            }

            #prevButton {
              color: #fff;
              font-size: 2em;
              transition: opacity 0.8s;
            }
            #prevButton:hover {
              opacity: 0.7;
            }
            @media screen and (min-width: 768px) {
              #prevButton {
                font-size: 3em;
              }
            }

            #exitButton {
              color: #fff;
              font-size: 2em;
              transition: opacity 0.8s;
              position: absolute;
              top: 15px;
              right: 15px;
            }
            #exitButton:hover {
              opacity: 0.7;
            }
            @media screen and (min-width: 768px) {
              #exitButton {
                font-size: 3em;
              }
              
            }

            .image{
            	    flex: 0 0 10.666667% ;
    				max-width: 10.666667% ;
            }






            awards////
.about-awardsbox {
		margin: 20px;
		color:black;
	}
.grid2 {
    border-radius:8px;
 background: url(http://api.thumbr.it/whitenoise-361x370.png?background=d6d6d6ff&noise=626262&density=18&opacity=36);
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
}
.grid2 figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	width: 350px;
	height: 350px;
	text-align: center;
}
.grid2 figure img {
	position: relative;
	display: block;
	margin:0 auto;
}
.grid2 figure figcaption {
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}
.grid2 figure figcaption,
.grid2 figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid2 figure h2 {
	font-weight: 300;
}
.grid2 figure h2 span {
	font-weight: 800;
}
.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}
.grid2 figure p {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: 1.2px;
	font-size: 72.5%;
  font-weight: bold;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  	cursor: pointer; 
}
figure.effect-oscar img {
	top:50%;
}
figure.effect-oscar figcaption {
	/*-webkit-transition: background-color 0.75s;
	transition: background-color 0.75s;*/
  	-webkit-transition: all 0.75s;
	transition: all 0.75s;
  background: rgba(90,90,90,0.1);
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #e0e0e0;
	content: '';
}
figure.effect-oscar h2 {
  transform: scale(0);
  font-size:3.438em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h2 {
  transform: scale(0);
  font-size:large;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
  margin-top:-180px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
   background-color: rgba(255, 255, 255, .75);
  -webkit-transition: all 0.75s;
	transition: all 0.75s;
  transform:scale(1);
}
figure.effect-oscar:hover .trophy {
	opacity: 0.1;
}
@media screen and (max-width: 41.5em) {
	.grid figure {
		width: 100%;
	}
}
/*===---trophy---===*/
.cup {
  height:50px;
  width:60px;
  background:#000;
  border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
}
.stand {
  margin:0 auto;
  height:30px;
  width:10px;
  background:#000;
}
.lefthand {
  margin-top:-48px;
  margin-left:-20px;
  height:35px;
  width:45px;
  border:5px solid black;
  background:rgba(255,255,255,0);
  -moz-border-radius:  0 0 0 35px;
  -webkit-border-radius:  0 0 0 35px;
  border-radius: 0 0 0 35px;
}
.righthand {
  margin-top:-46px;
  margin-left:25px;
  height:36px;
  width:45px;
  border:5px solid black;
  background:rgba(255,255,255,0);
  -moz-border-radius: 0 0 35px 0;
  -webkit-border-radius: 0 0 35px 0;
  border-radius: 0 0 35px 0;
}
.base {
  margin-top:2px;
  height:20px;
  width:60px;
  background:#000;
}
.circle {
  background: #e0e0e0;
  width: 20px;
  height: 10px;
  margin:-15px auto;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
}
/*===---end trophy---===*/



.owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
.owl-prev {
  display:block;
  float: left;
  margin-left: -50px;
  width: 50px;
  height: 50px;
}
.owl-next {
  float:right;
  margin-right: -50px;
  display:block;
  height: 50px;
  width: 50px;
}

.card-title {  color: #ffffff !important; }

.card-img-top img { max-height: 70px; max-width: 70px; margin: auto; }

.card_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 28px;
  grid-gap: 30px;
  align-items: stretch;
}

.card {
  display: block;
  transition: transform 0.3s cubic-bezier(0.374, 0.019, 0.035, 1.861);
  background-color: skyblue;
  border-radius: 4px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  
}
.card_height{
	height: 150px !important;
}
.card:hover {
  transform: scale(1.03);
}



#footersection {
  width: 82%;
   margin: 15px auto 0 auto;
    padding: 2%;
    }