/*--------------Start of fonts css-------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
/* font-family: 'Poppins', sans-serif; */

@font-face {
  font-family: 'superstar-x';
   src: url('../fonts/Superstar_X.eot');
   src: url('../fonts/Superstar_X.woff') format('woff'),url('..fonts/superstar.otf') format('opentype'); 
  font-weight: bold;
}
/* font-family: 'superstar-x'; */

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*--------------End of fonts css-------------*/

/*--------------Start of global css-------------*/

body {
  color: #231f20;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  font-style: italic;
}
.join-now-form .form-control::-webkit-input-placeholder {
  font-style: normal;
}
.join-now-form .form-control::-moz-placeholder {
  font-style: normal;
}
.join-now-form .form-control:-ms-input-placeholder {
  font-style: normal;
}
.join-now-form .form-control:-moz-placeholder {
  font-style: normal;
}
.area {
  width: 100%;
  float: left;
}
a {
  color: #6e6e6e;
}
a:hover,
a:focus {
  color: #ff0000;
  outline: none !important;
  text-decoration: none;
}
a,button,input,textarea {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.font-superstar{
	font-family: 'superstar-x';
}
a.btn-cta,
.btn-cta a,
button.btn-cta,
.btn-cta button,
input.btn-cta,
.btn-cta input {
  color: #ffffff !important;
  background: #ff0000 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  padding: 2px 15px !important;
  border: none !important;
  border-radius: 4px !important;
  display: inline-block !important;
}
a.btn-cta:hover,
.btn-cta a:hover,
button.btn-cta:hover,
.btn-cta button:hover,
input.btn-cta:hover,
.btn-cta input:hover,
a.btn-cta:focus,
.btn-cta a:focus,
button.btn-cta:focus,
.btn-cta button:focus,
input.btn-cta:focus,
.btn-cta input:focus {
  color: #ffffff !important;
  background: #c90000 !important;
  text-decoration: none !important;
}
a.btn-white,
.btn-white a,
button.btn-white,
.btn-white button,
input.btn-white,
.btn-white input {
  color: #ff0000 !important;
  background: #ffffff !important;
}
a.btn-white:hover,
.btn-white a:hover,
button.btn-white:hover,
.btn-white button:hover,
input.btn-white:hover,
.btn-white input:hover,
a.btn-white:focus,
.btn-white a:focus,
button.btn-white:focus,
.btn-white button:focus,
input.btn-white:focus,
.btn-white input:focus {
  color: #ff0000 !important;
  background: #e0e0e0 !important;
}
a.btn-clear,
.btn-clear a,
button.btn-clear,
.btn-clear button,
input.btn-clear,
.btn-clear input {
  color: #ff0000 !important;
  background: none !important;
  padding: 2px 20px !important;
  border: 2px solid #ff0000 !important;
  border-radius: 50px !important;
}
a.btn-clear:hover,
.btn-clear a:hover,
button.btn-clear:hover,
.btn-clear button:hover,
input.btn-clear:hover,
.btn-clear input:hover,
a.btn-clear:focus,
.btn-clear a:focus,
button.btn-clear:focus,
.btn-clear button:focus,
input.btn-clear:focus,
.btn-clear input:focus {
  color: #ffffff !important;
  background: #ff0000 !important;
}
.page-title {
  color: #ffffff;
  font-family: 'superstar-x';
  font-size: 52px;
  line-height: 56px;
  text-align: right;
  margin: 0;
}
.section-title {
  color: #000000;
  font-family: 'superstar-x';
  font-size: 30px;
  line-height: 30px;
  letter-spacing: .50px;
  text-align: center;
  margin: 0 0 38px;
}
main {
	margin-top: 80px;
}

@media (max-width:1199px) {
  main {
  	margin-top: 77px;
  }
  .section-title {
  	font-size: 26px;
  	line-height: 26px;
  }
}
@media (max-width:991px) {
  main {
  	margin-top: 128px;
  }
  .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width:767px) {
  main {
  	margin-top: 136px;
  }
}

/*--------------End of global css-------------*/

/*--------------Start of header css-------------*/

.header {
  background: #ffffff;
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
}
.header .col-sm-8 {
  position: relative;
}
.search-bar {
  background: #ffffff;
  padding: 15px 150px 15px 15px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.search-bar-show {
  bottom: 0;
}
.top-search-form {
  position: relative;
}
.top-search-form::after {
	content: "";
  height: 25px;
  width: 25px;
  background: url(../img/search-icon-red.png);
  background-size: 100%;
  position: absolute;
	top: 12px;
	right: 5px;
}
.top-search-form .form-control {
  color: #141414;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 50px 12px 0;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.top-search-form .form-control:hover,
.top-search-form .form-control:focus {
  border: none;
  border-bottom: 1px solid #141414;
}
.btn-search {
  width: 50px;
  height: 100%;
  background: none;
  padding: 0;
  border: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
.search-bar-hide {
	position: absolute;
	top: 20px;
	right: 106px;
}
.btn-search-bar-hide {
  color: #141414;
  font-size: 24px;
  line-height: 24px;
  padding: 3px 14px;
}
.navbar-brand {
  height: auto;
  padding: 0;
  float: none;
}
.site-logo {
  background: #0d0d0d;
  position: relative;
  padding: 24px 0 14px;
  margin-right: 45px;
  z-index: 1;
}
.site-logo::before {
  content: "";
  background: #0d0d0d;
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}
.site-logo::after {
	content: "";
  border-style: solid;
  border-color: transparent transparent transparent #0d0d0d;
  border-width: 0 0 80px 45px;
  position: absolute;
  left: 100%;
	top: 0;
	height: 0;
	width: 0;
}
.navbar-nav > li {
  margin-left: 25px;
}
.navbar-nav > li > a {
  color: #141414;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
  padding: 8px 0 28px 0;
  position: relative;
}
.navbar-nav > li > a::after {
  content: "";
  height: 2px;
  width: 0;
  background: #ff0000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .current-menu-item > a,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #ff0000;
  background: none;
}
.nav > li > a:focus::after,
.nav > li > a:hover::after,
.nav .current-menu-item > a::after,
.nav .open > a::after,
.nav .open > a:focus::after,
.nav .open > a:hover::after {
  width: 100%;
}
.right-action .btn-cta {
  margin-left: 20px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0;
  left: 0 !important;
  right: auto !important;
}
.dropdown-menu li a {
  color: #ffffff;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  background: rgba(255, 0, 0, 0.8);
}
.right-action ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-action ul li {
  display: inline-block;
}
.navbar-collapse {
  margin-top: 18px;
  margin-right: 195px;
}
.right-action {
  position: absolute;
  top: 23px;
  right: 15px;
}

@media (max-width:1199px) {
  .navbar-collapse {
  	margin-top: 18px;
  	margin-right: 180px;
  }
  .navbar-nav > li {
  	margin-left: 11px;
  }
  .navbar-nav li:first-child {
    margin-left: 0;
  }
  .navbar-nav > li > a {
  	font-size: 13px;
    padding: 8px 0 25px 0;
  }
  .navbar-nav > li > a::after {
  	bottom: 16px;
  }
  .right-action .btn-cta {
  	margin-left: 15px;
  }
  .site-logo::after {
  	border-width: 0 0 77px 45px;
  }
  .search-bar {
    padding: 15px 50px 15px 15px;
  }
  .search-bar-hide {
  	right: 6px;
  }
  .top-search-form .form-control {
  	font-size: 20px;
  	line-height: 20px;
  }
}
@media (max-width: 991px) {
  .header .row .col-sm-4,
  .header .row .col-sm-8 {
    width: 100%;
  }
  .site-logo {
    text-align: center;
    z-index: 11;
  }
  .site-logo::after {
    background: #0d0d0d;
    border: none;
    width: 1000px;
    height: 100%;
    left: 100%;
    top: 0;
  }
  .navbar-brand {
    float: none;
    display: inline-block;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-collapse {
    margin-top: 0;
  }
  .navbar-nav > li > a {
  	padding: 8px 0 9px 0;
  }
  .navbar-nav > li > a::after {
  	bottom: 7px;
  }
  .right-action {
  	top: 6px;
  }
  .search-bar {
  	padding: 5px 50px 5px 15px;
  }
  .search-bar-show {
  	bottom: 3px;
  }
  .top-search-form .form-control {
  	font-size: 14px;
  	line-height: 14px;
    padding: 5px 50px 5px 0;
  }
  .top-search-form::after {
  	height: 18px;
  	width: 18px;
  	position: absolute;
  	top: 3px;
  	right: 5px;
  }
  .search-bar-hide {
  	top: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
  	float: left;
    border: 1px solid #141414;
  }
  .icon-bar {
    background: #141414;
  }
  .right-action {
  	top: 10px;
  }
  .navbar-header {
    border-bottom: 1px solid #f5f5f5;
  }
  .navbar-collapse {
  	margin-right: 0;
    max-height: 350px;
  }
  .navbar-nav > li {
    margin: 0;
  }
  .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-nav > li > a::after {
  	display: none;
  }
  .navbar-nav .open .dropdown-menu,.dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin: -10px 0 0 !important;
    background-color: #f5f5f5;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .search-bar {
  	padding: 13px 50px 13px 15px;
    top: -55px;
    bottom: auto;
  }
  .search-bar-show {
    top: 0;
  }
  .search-bar-hide {
  	top: 6px;
  }
}

/*--------------End of header css-------------*/

/*--------------Start of hero-section css-------------*/

.hero-section {
  height: 420px ;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.hero-img {
  width: 100%;
  height: 420px !important;
  object-fit: cover;
  filter: saturate(.64);
  position: absolute;
  top: 0;
  left: 0;
}
/* hero-section-slider */
.hero-section-single-slide img {
  position: static;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.blend-box {
  width: 50%;
  height: 100%;
  background-color: #ff0000;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: -120px;
  transform: skew(-30deg);
}
.hero-slider-wrap {
  width: calc(50% + 63px);
  height: 100%;
  position: absolute;
  top: 0;
  right: -120px;
  transform: skew(-30deg);
  overflow: hidden;
}
.hero-slider {
  width: 565px;
  position: relative;
  z-index: 1;
}
.hero-slider .slick-list {
  margin-left: 63px;
}
.hero-single-slide {
  text-align: right;
  height: 420px;
  transform: skew(30deg);
  position: relative;
  left: -63px;
  padding-left: 95px;
}
.hero-single-slide-content {
  height: 420px;
  display: table-cell;
  vertical-align: middle;
}
.hero-slider-title {
  color: #ffffff;
  font-family: 'superstar-x';
  font-size: 36px;
  line-height: 42px;
  margin: 26px 0;
}
.hero-slider .slick-arrow {
  height: 40px;
  width: 40px;
  opacity: 1;
  top: auto;
  bottom: 100px;
  transform: skew(30deg);
}
.hero-slider .slick-arrow::before {
  content: "";
  color: #ff0000;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.hero-slider .slick-prev {
  right: auto;
  left: 13px;
}
.hero-slider .slick-prev::before {
  content: "\f104";
  background: #ffffff;
}
.hero-slider .slick-prev::after {
	content: "";
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	border-width: 40px 22px 0 0;
	position: absolute;
	right: -21px;
	top: 0;
	height: 0;
	width: 0;
}
.hero-slider .slick-next {
  right: auto;
  left: 73px;
}
.hero-slider .slick-next::before {
  content: "\f105";
  background: #000000;
}
.hero-slider .slick-next::after {
	content: "";
	border-style: solid;
	border-color: transparent transparent #000000 transparent;
	border-width: 0 0 40px 23px;
	position: absolute;
	left: -21px;
	top: 0;
	height: 0;
	width: 0;
}

@media (max-width: 1199px) {
  .blend-box {
  	width: 58%;
  }
  .hero-slider-wrap {
    width: calc(58% + 63px);
  }
}
@media (max-width: 991px) {
  .blend-box {
  	width: 64%;
  }
  .hero-slider-wrap {
    width: calc(64% + 63px);
  }
  .hero-slider {
  	width: 500px;
  }
  .hero-slider-title {
  	font-size: 26px;
  	line-height: 32px;
  }
}
@media (max-width: 768px) {
  .blend-box {
  	width: 68%;
  }
  .hero-slider-wrap {
  	width: calc(68% + 63px);
  }
}
@media (max-width: 767px) {
  .blend-box {
  	width: 100%;
  }
  .hero-slider-wrap {
  	width: calc(100% + 63px);
  }
}
@media (max-width: 480px) {
  .hero-slider-title {
  	font-size: 16px;
  	line-height: 23px;
  }
  .hero-slider {
  	width: 375px;
  }
}

/*--------------End of hero-section css-------------*/

/*--------------Start of service css-------------*/

.services {
  margin-top: 50px;
}
.service-box {
  background-color: transparent;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 250px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.service-box::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.35);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.service-box:hover::after {
  background-color: rgba(255,0,0,1);
  mix-blend-mode: multiply;
}
.service-box-title {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 27px;
  left: 0;
  transition: all 0.3s;
}
.service-box:hover .service-box-title {
  bottom: 102px;
}
.service-box .btn-cta {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.service-box:hover .btn-cta {
  bottom: 30px;
}

@media (max-width: 1199px) {
  .service-box {
    height: 200px;
  }
  .service-box-title {
  	font-size: 22px;
  	line-height: 30px;
  }
  .service-box:hover .service-box-title {
  	bottom: 80px;
  }
}
@media (max-width: 991px) {
  .service-box {
    height: 150px;
  }
  .service-box-title {
  	font-size: 18px;
  	line-height: 26px;
  }
  .service-box:hover .service-box-title {
    bottom: 60px;
  }
  .service-box:hover .btn-cta {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-box {
  	height: 200px;
  }
}

/*--------------End of service css-------------*/

/*--------------Start of special-item css-------------*/

.special-item {
  margin-top: 40px;
}
.special-item-box {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.special-item-box::after {
  content: "";
  width: 100%;
  height: 195px;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.special-item-box .section-title {
  color: #ffffff;
  text-align: left;
  float: left;
  margin: 0;
}
/* .special-item-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.25);
  margin: 33px 0 11px;
} */
.special-item-box .btn-cta {
  margin-left: 20px;
}
.special-item-box p {
  text-align: center;
}
.product-slider {
  margin: 30px -30px;
}
.product-single-slide {
  text-align: center;
  margin: 0 30px;
}
.product-single-slide-img {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.25);
  position: relative;
}
.product-single-slide-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255,0,0,0);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.product-single-slide:hover .product-single-slide-img::after {
  background: rgba(255,0,0,1);
  mix-blend-mode: multiply;
}
.product-single-slide-img img {
  max-width: 100%;
  height: 135px;
  object-fit: cover;
}
.product-name {
  color: #231f20;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
.product-single-slide p {
  font-weight: 700;
}
.product-single-slide .btn-cta {
  margin: 0;
}
.product-slider .slick-arrow {
  height: 30px;
  width: 30px;
  opacity: 1;
  top: auto;
  bottom: 100px;
}
.product-slider .slick-arrow::before {
  content: "";
  color: #ff0000;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 25px;
  height: 30px;
  width: 30px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}
.product-slider .slick-arrow:hover::before {
  color: #ffffff;
  background: #ff0000;
}
.product-slider .slick-prev {
	right: 68px;
	left: auto;
	top: -45px;
}
.product-slider .slick-prev::before {
  content: "\f104";
  padding-right: 2px;
}
.product-slider .slick-next {
	right: 28px;
	left: auto;
	top: -45px;
}
.product-slider .slick-next::before {
  content: "\f105";
  padding-left: 2px;
}

@media (max-width: 1199px) {
  .special-item-box .section-title {
  	font-size: 20px;
  }
  .special-item-img {
    height: 115px;
  }
  .product-single-slide-img img {
  	height: 100px;
  }
  .latest-blog-title, .latest-blog-title a {
  	font-size: 13px;
  	line-height: 22px;
  }
}
@media (max-width: 991px) {
  .special-item-box .section-title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-single-slide-img img {
  	height: 125px;
  }
  .special-item-box .btn-cta {
  	margin-left: 0;
  }
  .latest-blog-title, .latest-blog-title a {
  	font-size: 13px;
  	line-height: 22px;
  }
}
@media (max-width: 767px) {
  .product-single-slide {
  	margin: 0 50px;
  }
  .product-single-slide-img {
    max-width: 150px;
    margin: 0 auto;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*--------------End of special-item css-------------*/

/*--------------Start of latest-blog css-------------*/

.latest-blog-box {
  position: relative;
  margin-bottom: 30px;
}
.latest-blog-box::after {
  content: "";
  background-color: rgba(0,0,0,0.2);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  box-shadow: 0 -80px 40px -10px rgba(0,0,0,0.85)inset;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.latest-blog-box:hover::after {
  background-color: rgba(255,0,0,1);
  mix-blend-mode: multiply;
  box-shadow: 0 -80px 40px -10px rgba(0,0,0,0)inset;
}
.latest-blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.latest-blog-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.latest-blog-content .media-left {
  background: #ffffff;
  padding: 14px 20px;
}
.latest-post-date {
  color: #0d0d0d;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0;
}
.latest-post-date span {
  display: block;
}
.latest-post-date .day {
  font-size: 30px;
  line-height: 26px;
  font-weight: 500;
}
.latest-post-date .month {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.latest-post-date .year {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.latest-blog-content .media-body {
  padding-left: 30px;
}
.latest-blog-title,
.latest-blog-title a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.latest-blog-title {
  margin: -4px 0 0 0;
}
.latest-blog-title a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
.latest-blog-author {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.latest-blog-author img {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .latest-blog .row .col-sm-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .latest-blog .row .col-sm-4 {
    width: 100%;
  }
}

/*--------------End of latest-blog css-------------*/

/*--------------Start of home-contact-section css-------------*/

.g-map-wrap iframe {
  height: 500px;
}
.home-contact {
  margin: 50px 0 30px;
}
.home-contact-form-box {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
/*   padding: 62px 70px 70px 100px; */
  height: 500px;
  position: relative;
  z-index: 1;
}
.home-contact-form-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(24,24,24,0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block !important;
}
.home-contact-form-box .section-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 18px;
}
.home-contact-form {
  max-width: 270px;
  text-align: right;
}
.form-control {
  color: #000000;
  background: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 1px 22px;
  border: 1px solid #b0afaf;
  border-radius: 4px;
  margin-bottom: 20px;
  height: auto;
}
.home-contact-form .form-control {
  color: #ffffff;
  border-color: #ffffff;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #ff0000;
}
textarea.form-control {
  max-height: 120px;
}

@media (max-width:1199px) {
  .home-contact-form-box {
  	padding: 62px 70px 70px 30px;
  }
}
@media (max-width:991px) {
  .home-contact-form-box {
  	padding: 30px 15px;
    height: 420px;
  }
  .home-contact-form {
  	max-width: 248px;
  }
  .g-map-wrap iframe {
    height: 420px;
  }
}
@media (max-width:767px) {
  .home-contact-form-box {
  	padding: 30px 15px;
    height: auto;
  }
  .home-contact-form {
  	max-width: 100%;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*--------------End of home-contact-section css-------------*/

/*--------------Start of footer css-------------*/

footer {
  background: #121212;
  margin-top: 50px;
}
.footer-top {
  padding: 30px 0;
  border-bottom: 2px solid #3f3f3f;
}
.footer-top a img {
  display: inline-block;
}
.footer-menu ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0 12px;
}
.footer-menu ul li a {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.footer-menu ul li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.footer-social ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social ul li {
  display: inline-block;
  padding: 0 8px;
}
.footer-social ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}
.footer-social ul li a:hover {
  color: #ff0000;
}
.copywrite-section p {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.40px;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

@media (max-width:991px) {
  .footer-social ul li {
  	padding: 0 4px;
  }
}
@media (max-width:767px) {
  .footer-top {
    text-align: center;
  }
  .footer-menu,
  .footer-social {
    margin-top: 40px;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of footer css -------------*/

/*-------------- Start of service-page css -------------*/

.innerpage-hero-section .container {
  position: relative;
  height: 420px;
}
.innerpage-hero-section .page-title {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.innerpage-hero-section .hero-img {
  filter: saturate(.36);
}
.blend-black {
  background-color: rgba(0,0,0,0.75);
}
.services-wrap .service-box-title {
  font-weight: 500;
  padding: 0 30px;
}
.sidebar .section-title {
  text-align: left;
  padding-bottom: 19px;
  border-bottom: 3px solid #c2c2c2;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .innerpage-hero-section,
  .innerpage-hero-section .hero-img,
  .innerpage-hero-section .container {
    height: 300px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .services-wrap .section-title {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of service-page css -------------*/

/*-------------- Start of contact css -------------*/

.contact {
  padding: 53px 0 0;
}
.contact-blurb-text {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  max-width: 570px;
}
.contact-form-name {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  margin: 20px 0;
}
.contact-form {
  margin-bottom: 52px;
}
.contact-form .form-control {
  color: #000000;
  border-color: #b0afaf;
}
.contact-form textarea.form-control {
	min-height: 195px !important;
}
.contact-form .form-control:hover,
.contact-form .form-control:focus {
  border-color: #ff0000;
}
.contact-map iframe {
  height: 409px;
  margin-top: 17px;
}

@media (max-width: 991px) {
  .contact-map iframe {
    height: 200px;
  }
}

/*-------------- End of contact css -------------*/

/*-------------- Start of Join Now css -------------*/

.join-now-blurb-text {
  color: #141414;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
.join-now-group-name {
  color: #131313;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.field-with-seperator [class^="col-"] {
  position: relative;
}
.field-with-seperator [class^="col-"]::after {
  content: "/";
  color: #969494;
  font-size: 16px;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0;
}
.field-with-seperator [class^="col-"]:last-child::after {
  display: none;
}
.form-small-text {
  color: #969494;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
}
.form-label {
  color: #131313;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox label {
  color: #181818;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  padding-left: 35px;
  margin: 0;
  position: relative;
}
.custom-checkbox label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: 0;
}
.custom-checkbox label::after {
  content: "\f00c";
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  height: 18px;
  width: 18px;
  background: #ff0000;
  border-radius: 2px;
  position: absolute;
  top: 9px;
  left: 1px;
  transform: scale(0,0);
  transition: all 0.3s;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
  transform: scale(1,1);
}

@media (max-width: 767px) {
  .field-with-seperator [class^="col-"]::after {
    display: none;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of Join Now css -------------*/

/*-------------- Start of blog css -------------*/

.blog-box {
  margin-bottom: 60px;
}
.blog-box-img {
  position: relative;
  margin-bottom: 25px;
}
.blog-box-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0.0);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.blog-box:hover .blog-box-img::after {
  background: rgba(255, 0, 0, 1);
}
.blog-box .latest-post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
  padding: 14px 20px;
}
.blog-box-img img {
  height: 250px;
  object-fit: cover;
}
.blog-title {
  margin: 0 0 16px;
}
.blog-title,
.blog-title a {
  color: #141414;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: justify;
}
.blog-title:hover,
.blog-title a:hover {
  color: #ff0000;
}
.blog-author {
  color: #191919;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px;
}
.blog-author img {
  margin-right: 8px;
}
.blog-box-details p {
  text-align: justify;
}

@media (max-width: 991px) {
  .blog-box-img img {
  	height: 150px;
  }
}
@media (max-width: 767px) {
  .blog-box-img img {
  	height: auto;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of blog css -------------*/

/*-------------- Start of promotion css -------------*/

.promotion {
  margin-bottom: 30px;
}
.promotion .media-left,
.promotion .media-body {
  vertical-align: middle;
}
.promotion .media-left {
  padding-right: 30px;
}
.promotions-img {
  width: 420px;
  height: 250px;
  object-fit: cover;
}
.promotion-title {
  color: #141414;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: justify;
  margin: 0 0 24px;
}

@media (max-width:1199px) {
  .promotions-img {
  	width: 320px;
  	height: 200px;
  }
}
@media (max-width:991px) {
  .promotions-img {
  	width: 220px;
  	height: 150px;
  }
}
@media (max-width:767px) {
  .promotion .media-left {
  	width: 100%;
  	display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .promotions-img {
  	width: 100%;
  	height: auto;
  }
  .promotion .media-body {
  	width: 100%;
  	display: block;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of promotion css -------------*/

/*-------------- Start of team css -------------*/

.team-member {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-member a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.team-member img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.team-member::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.team-member::after {
  content: url(../img/plus-circle-icon.png);
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}
.team-member:hover::before {
  background: rgba(255, 0, 0, 1);
}
.team-member:hover::after {
  top: 50%;
}

@media (max-width: 1199px) {
  .team-member img {
  	height: 213px;
  }
}
@media (max-width: 991px) {
  .team-member img {
  	height: 158px;
  }
}
@media (max-width: 767px) {
  .team-member {
    width: 270px;
    margin: 0 auto 30px;
  }
  .team-member img {
  	height: 270px;
  }
}

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'superstar-x';
*/

/*-------------- End of team css -------------*/
/*--------(Single Page) post details css start -------------*/

.cla_post-details .cla_single-post-img {
  width: 100%;
  float: none;
}
.cla_post-details .cla_single-post-text {
  padding: 20px 0 0;
}
/*------- comments css start -----------*/
.cla-comments {
  width: 100%;
  float: left;
}
.cla-comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cla-comments .children {
  list-style: none;
}
.cla-comments .comment-body {
  box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
  margin: 15px 0;
  padding: 15px;
}
.cla-comments .comment-meta {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.cla-comments .avatar {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cla-comments .fn {
  text-transform: uppercase;
}
.cla-comments .comment-metadata a {
  color: inherit;
}
.cla-comments .comment-content {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.cla-comments .reply .comment-reply-link {
  background: #0094D8;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 10px;
  border-radius: 5px;
}
.cla-comments .reply {
  display: inline-block;
}
.cla-comments .reply .comment-reply-link:hover {
  background: #333333;
}
.cla-comments .comment-form label {
  width: 100%;
  margin: 15px 0 5px;
}
.cla-comments .comment-form input, .comment-form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px 15px;
}
.cla-comments .comment-form .submit {
  margin: 15px 0 0;
  background: #3498DB;
  color: #ffffff;
  transition: all 0.4s;
}
.cla-comments .comment-form .submit:hover {
  background: #256E9F;
}
.cla-comments .comment-form input:focus, .comment-form textarea:focus {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
/*------- comments css end -----------*/

/*--------(Single Page) post details css end -------------*/

.prev.page-numbers, .next.page-numbers {
    color: #FF000C !important;
    font-weight:  700;
    font-size:  14px;
    line-height: 20px !important;
    padding: 5px 10px !important;
    border: 1px solid !important;
    width: auto !important;
    border-radius: 5px !important;
    height: auto !important;
    transition: all 0.4s;
}
.page-numbers {
    color: #000000 !important;
    border: none !important;
    font-size:  14px;
    line-height: 20px !important;
    border-radius: 50% !important;
    padding: 5px 10px !important;
    margin: 0 5px !important;
    width: 30px !important;
    height: 30px !important;
    font-weight:  700;
    transition:  all 0.4s;
}
.page-numbers:hover {
    color: #DB171A !important;
    background: transparent !important;
}
.page-numbers.current, .page-numbers.current:hover {
    background: #FE0002 !important;
    color:  #ffffff !important;
}
.prev.page-numbers:hover, .next.page-numbers:hover {
    background:  #FF000C !important;
    color:  #ffffff !important;
    border:  1px solid #FF000C;
}
