
/*
COLORS
Red = #AA0010
Gold = #d29556
Yellow = #FFC217
*/

@font-face {
  font-family: 'Titles';
  src: URL('/assets/vendor/fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Body';
  src: URL('/assets/vendor/fonts/HPSimplified_Lt.ttf') format('truetype');
}

@font-face {
  font-family: 'LogoTxt';
  src: URL('/assets/vendor/fonts/tt0586m_.ttf') format('truetype');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Body";
  color: #444444;
  background:black;
  overflow-x:hidden !important;
}

a {
  color: #01b1d7;
}

a:hover {
  color: #0dd3fe;
  text-decoration: none;
}

h1, h2{
  font-family: "Titles";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #d29556;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #AA0010;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  font-family: "LogoTxt";
  background: black;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .topText {
  font-family: "LogoTxt";
  color: white;
}

#topbar .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#topbar .btn-get-started:hover {
  background: #d29556;
  color: white;
}

.logoText{
	font-family: "LogoTxt";
	letter-spacing:6px;
	font-size:30px;
}

.verticalLine {
  border-left: solid white;
  padding-left:10px;
}

/*--------------------------------------------------------------
# Header1
--------------------------------------------------------------*/
#header1 {
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: black;
  border-bottom: 5px solid #d29556;
}

/*////////////////////// hide Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#header1 {
	  background: black;
	}

}
	

#header1.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header1 .logo h1 {
  font-size: 23px;
  margin: 0;
  line-height: 1;
  font-weight: 0;
  letter-spacing: 1px;
}

#header1 .logo h1 a, #header1 .logo h1 a:hover {
  color: #d29556;
  text-decoration: none;
}

#header1 a {
  color: white;
  text-decoration: none;
}

#header1 a:hover {
  color: #d29556;
  text-decoration: none;
}

#header1 .logo h1 a span, #header1 .logo h1 a:hover span {
  color: #01b1d7;
}

#header1 .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 35px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #f2ede1;
  border-bottom: 5px solid #d29556;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 23px;
  margin: 0;
  line-height: 1;
  font-weight: 0;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: black;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #01b1d7;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# Header 2
--------------------------------------------------------------*/
#header2 {
  height: 35px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #f2ede1;
  border-bottom: 5px solid #d29556;
}

#header2.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header2 .logo h1 {
  font-size: 23px;
  margin: 0;
  line-height: 1;
  font-weight: 0;
  letter-spacing: 1px;
}

#header2 .logo h1 a, #header2 .logo h1 a:hover {
  color: black;
  text-decoration: none;
}

#header2 .logo h1 a span, #header2 .logo h1 a:hover span {
  color: #01b1d7;
}

#header2 .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #354144;
  padding: 5px 20px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "LogoTxt";
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #AA0010;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #354144;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #AA0010;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 12px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: white;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  transition: ease-in-out 0.2s;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  font-family: "LogoTxt";
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #AA0010;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 38, 39, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# HeroG Section
--------------------------------------------------------------*/
#heroG {
  width: 100%;
  height: 60vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#heroG .carousel-itemT {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	#heroG {
	  height: auto;
	}
	#heroG .carousel-itemT {
	  height: auto;
	}
}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#heroG {
	  height: auto;
	}
	#heroG .carousel-itemT {
	  height: auto;
	}
}

#heroG .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#heroG .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroG .carousel-content {
  text-align: center;
}



#heroG h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#heroG p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#heroG .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#heroG .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #01b1d7;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#heroG .btn-get-started:hover {
  background: #019cbe;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 95vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel-itemT {
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-itemT:hover {
    transform: scale(1.1);
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.7), 0 0px 30px 0 rgba(0, 0, 0, 0.7);
}

#hero .carousel-itemT:hover:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/*
#hero :hover > *,
#hero :focus-within > * {
  opacity: 0.4;
}

#hero :hover > :hover,
#hero :focus-within > :focus {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.7), 0 0px 30px 0 rgba(0, 0, 0, 0.7);
}
*/
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 90px;
  font-size: 100px;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#hero .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#hero .btn-get-started:hover {
  background: #d29556;
  color: white;
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .carousel-item {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Hero3 Section
--------------------------------------------------------------*/

#hero3 {
  width: 100%;
  height: 75vh;
  background-color: rgba(31, 38, 39, 0.5);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero3 .carousel-itemT {
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero3 .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero3 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero3 .carousel-content {
  text-align: center;
}

#hero3 h2 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 90px;
  font-size: 100px;
}

#hero3 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero3 .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#hero3 .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#hero3 .btn-get-started:hover {
  background: #d29556;
  color: white;
}


/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	#hero3 {
	  width: 100%;
	  height: 600px;
	  background-color: rgba(31, 38, 39, 0.5);
	  overflow: hidden;
	  position: relative;
	  padding: 0;
	}
	
	#hero3 .btn-get-started {
	}
	
	#hero3 h2 {
		font-size: 35px;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#hero3 {
	  width: 100%;
	  height: 60vh;
	  background-color: rgba(31, 38, 39, 0.5);
	  overflow: hidden;
	  position: relative;
	  padding: 0;
	}
	
	#hero3 .btn-get-started {
	}
	
	#hero3 h2 {
		font-size: 35px;
	}

}

/*--------------------------------------------------------------
# Hero4 Section
--------------------------------------------------------------*/

#hero4 {
  width: 100%;
  height: 75vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero4 .carousel-itemT {
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero4 .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero4 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero4 .carousel-content {
  text-align: center;
}

#hero4 h2 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 90px;
  font-size: 100px;
}

#hero4 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero4 .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#hero4 .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#hero4 .btn-get-started:hover {
  background: #d29556;
  color: white;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	#hero4 {
	  height: 250px;
	}
	#hero4 h2 {
	  margin-top: -200px;
	  font-size: 60px;
	}
}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#hero4 {
	  height: 20vh;
	}
	#hero4 h2 {
	  font-size: 60px;
	}
}
/*--------------------------------------------------------------
# HeroPhone Section
--------------------------------------------------------------*/
#heroPhone {
  width: 100%;
  height: 30vh;
  background-color: rgba(31, 38, 39, 0.2);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#heroPhone .carousel-itemT {
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#heroPhone .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#heroPhone .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroPhone .carousel-content {
  text-align: center;
}

#heroPhone h2 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 5vh;
  font-size: 100px;
}

#heroPhone p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#heroPhone .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#heroPhone .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#heroPhone .btn-get-started:hover {
  background: #d29556;
  color: white;
}

/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: auto;
  background-color: rgba(31, 38, 39, 0.2);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero2 .carousel-itemT {
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero2 .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 .carousel-content {
  text-align: center;
}

#hero2 h2 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 90px;
  font-size: 100px;
}

#hero2 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero2 .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#hero2 .btn-get-started {
  font-family: "Titles";
  font-size: 50px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 5vh;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  background: black;
  cursor: pointer;
  border: 2px solid black;
}

#hero2 .btn-get-started:hover {
  background: white;
  color:black;
  border: 2px solid white;
}

@media (max-width: 768px) {
  #hero2 {
  }
  #hero2 .carousel-item {
  }
  #hero2 h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero2 p {
  }

}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	#hero2 {
	  height: 600px;
	}
	#hero2 h2 {
	  margin-top: ;
	  margin-bottom: ;
	}
	
	#hero2 .carousel-itemT {
	  width: 100%;
	  height: 600px;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#hero2 {
	  height: 600px;
	}
	#hero2 h2 {
	  margin-top: 0px;
	  margin-bottom: 10px;
	}
	#hero2 .carousel-itemT {
	  width: 100%;
	  height: 600px;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}

}

/*--------------------------------------------------------------
# Hero5 Section
--------------------------------------------------------------*/
#hero5 {
  width: 100%;
  height: 60vh;
  background-color: rgba(31, 38, 39, 0.2);
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero5 .carousel-itemT {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero5 .carousel-itemT::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero5 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero5 .carousel-content {
  text-align: center;
}

#hero5 h2 {
  color: #fff;
  margin-top: -50px;
  margin-bottom: 90px;
  font-size: 100px;
}

#hero5 p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero5 .carousel-inner .carousel-itemT {
  transition-property: opacity;
  background-position: center top;
}

#hero5 .btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

#hero5 .btn-get-started:hover {
  background: #d29556;
  color: white;
}

@media (max-width: 768px) {
  #hero5 {
    height: 90vh;
  }
  #hero5 .carousel-item {
    height: 90vh;
  }
  #hero5 h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero5 p {
    width: 60%;
  }

}


/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	#hero5 {
	  height: 30vh;
	}
	#hero5 h2 {
	  margin-top: -50px;
	  margin-bottom: 20px;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	#hero5 {
	  height: 80vh;
	}
	#hero5 h2 {
	  margin-top: 0px;
	  margin-bottom: 10px;
	  font-size:8vh;
	}

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #b2b2b2;
}

.section-bg2 {
  background-color: #dfdddb;
}



.section-bgD {
  background-color: #767373;
}

/*////////////////////// hide Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.section-bgD {
	  background-color: #fff;
	}
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #354144;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  font-family: "Body";
  padding-left:200px;
  padding-right:200px;
}

.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
}

.about .content h3 {
  font-weight: 700;
  line-height: 45px;
  font-size: 40px;
}

.about .content h1 {
  line-height: 35px;
}
/*
.about .content h4 {
  font-weight: 700;
  line-height: 45px;
  font-size: 20px;
}
*/
.about .content p {
  font-size: 16px;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #01b1d7;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.about{
	  font-family: "Body";
	  padding-left:0px;
	  padding-right:0px;
	}
}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.about{
	  font-family: "Body";
	  padding-left:0px;
	  padding-right:0px;
	}
}



/*--------------------------------------------------------------
# Times
--------------------------------------------------------------*/
.times{
  font-family: "Logo";
  padding-left:200px;
  padding-right:200px;
}

.times .content h5 {
  font-family: "Body";
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.times .content p span {
  font-family: "LogoTxt";
  font-weight: 500;
  font-size: 22px;
}

.times .content p {
  font-family: "LogoTxt";
  font-size: 16px;
}


/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.times{
	  padding-right:0px;
	  padding-left:0px;
	}
	.times .content p span {
	  font-size: 22px;
	}

	.times .content p {
	  font-size: 16px;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.times{
	  padding-right:0px;
	  padding-left:0px;
	}
	.times .content p span {
	  font-size: 20px;
	}

	.times .content p {
	  font-size: 14px;
	}

}

/*--------------------------------------------------------------
# Times2
--------------------------------------------------------------*/
.times2{
  font-family: "Logo";
}

.times2 .content h5 {
  font-family: "LogoTxt";
  font-size: 33px;
  line-height: 60px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.times2 .textAlignment{
	padding-left:150px;
}

.times2 .content p span {
  font-family: "LogoTxt";
  font-weight: 500;
  font-size: 22px;
}

.times2 .content p {
  font-family: "LogoTxt";
  font-size: 16px;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.times2 .textAlignment{
		padding-left:150px;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.times2 .textAlignment{
		padding-left:0px;
	}

}

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}

.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #01b1d7;
}

.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #AA0010;
  background-size: cover;
  padding: 20px 0 60px 0;
  position: relative;
  overflow:visible;
  height: 45vh;
}

.counts::before {
  content: "";
  position: absolute;
  /*background: rgba(0, 0, 0, 0.7);*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #01b1d7;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.counts {
	  padding: 0px 0 0px 0;
	  height: 45vh;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.counts {
	  padding: 0px 0 0px 0;
	  height: 45vh;
	}

}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.services{
		overflow-x:hidden !important;
	}
}

.services  {
  width:100% !important;
}

.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #01b1d7;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #354144;
  transition: 0.3s;
}

.services .icon-box:hover h4 a {
  color: #01b1d7;
}

.services .icon-box p {
  font-family:;
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .galleryTitle{
	padding-top:20px;
	font-size: 20px;
	color:white;
}

.services .galleryText{
	font-family:"LogoTxt";
	font-size: 23px;
	color:#d29556;
	position: absolute;
    bottom: 0;
	padding-left:10px;
}

.services .galleryText span{
	padding-left:30px;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {

	.services  {
	  width:100% !important;
	}

	.services .icon-box {
	  margin-bottom: 20px;
	  padding: 30px;
	  border-radius: 6px;
	  background: #fff;
	}

	.services .icon-box i {
	  float: left;
	  color: #01b1d7;
	  font-size: 40px;
	}

	.services .icon-box h4 {
	  margin-left: 70px;
	  font-weight: 700;
	  margin-bottom: 15px;
	  font-size: 18px;
	}

	.services .icon-box h4 a {
	  color: #354144;
	  transition: 0.3s;
	}

	.services .icon-box:hover h4 a {
	  color: #01b1d7;
	}

	.services .icon-box p {
	  font-family:;
	  margin-left: 70px;
	  line-height: 30px;
	  font-size: 14px;
	}

	.services .galleryTitle{
		padding-top:20px;
		font-size: 20px;
		color:white;
	}

	.services .galleryText{
		font-family:"LogoTxt";
		font-size: 23px;
		color:#d29556;
		position: absolute;
		bottom: 0;
		padding-left:10px;
	}

	.services .galleryText span{
		padding-left:30px;
	}

}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.spiceBG{
  background: black;
  background: url("../img/spiceBG.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  background: black;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #d29556;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}



.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(53, 65, 68, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links {
  display: flex;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
  color: #d29556;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a i {
  font-size: 18px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
  background: #d29556;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

/*//////////////////////hide Desktop Version/////////////////////////////////*/
@media (min-width: 1050px) {

	.cardManBG{
	  background: black;
	  background: url("../img/cardBG.jpg") no-repeat;
	  background-position: center center;
	  background-size: cover;
	}
	
	.portfolio .portfolio-wrap:hover img {
	  transform: scale(1.1);
	}

	.portfolio .portfolio-wrap img {
	  transition: 0.3s;
	}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #354144;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b4c1c4;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #01b1d7;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/review.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height:400px;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.testimonials {
	  padding: 20px 0;
	  height:300px;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.testimonials {
	  padding: 20px 0;
	  height:300px;
	  overflow-y:hidden;
	}

}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(8, 10, 11, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #01b1d7 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 24px;
  color: #01b1d7;
  float: left;
  width: 48px;
  height: 48px;
  background: #e2faff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #354144;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #62787d;
}

.contact .info:hover i {
  background: #01b1d7;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: 44px;
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  font-family: "Titles";
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 70px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  cursor: pointer;
  background: black;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d29556;
  color: white;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.contact .info-wrap {
	  padding: 30px;
	}
	.contact .php-email-form {
	  padding-left: 0px;
	  padding-right: 0px;
	}


}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.contact .info-wrap {
	  padding: 30px;
	}
	.contact .php-email-form {
	  padding-left: 0px;
	  padding-right: 0px;
	}

}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f7f8;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4b5c61;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #01b1d7 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: black;
  border-bottom: 1px solid #354144;
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color:#d29556;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #d29556;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #AA0010;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #d29556;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #40dcfe;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #27d8fe;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: black;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: black;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: black;
}

#footer .copyright {
  text-align: center;
  margin-top: 0px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


/*##################################################################*/

.poligono, .poligono div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.poligono {
    transform: rotate(45deg) translateY(10px);
}
.poligono .los1 {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
}
.poligono .los1 img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.poligono:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/*##################################################################*/

.birthdayImage{
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {

	.birthdayImage{
	  height: 50vh;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
	}

}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {

	.birthdayImage{
	  height: 55vh;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
	}

}

.birthdayImage .text-block{
	margin-top:130px;
}

.text-block {
  font-family: "LogoTxt";
  color:white;
  font-size:2.5vh;
  line-height:4vh;
  padding:0px 0.2vh;
}

.text-blockSpan {
  font-family: "Body";
  font-size:3vh;

}

.birthdayImage h2{
	margin-top:2vh;
	color:white;
	font-size:7vh;
}


.birthdayImage .btn-get-started {
  font-family: "Titles";
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2vh 10vh;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  cursor: pointer;
  background: #d29556;
  box-shadow: 5px 2px 20px black;
}

.birthdayImage .btn-get-started:hover {
  background: #d29556;
  color: white;
  box-shadow: 5px 2px 20px black;
}

.btn-get-startedSP {
  font-family: "Titles";
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 17px 70px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  cursor: pointer;
  background: #d29556;
  box-shadow: 5px 2px 20px black;
}

.btn-get-startedSP:hover {
  background: #d29556;
  color: white;
  box-shadow: 5px 2px 20px black;
}


.btn-get-startedSP3 {
  font-family: "Titles";
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 17px 70px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: red;
  cursor: pointer;
  background: #d29556;
  box-shadow: 5px 2px 20px black;
}

.btn-get-startedSP3:hover {
  background: #d29556;
  color: white;
  box-shadow: 5px 2px 20px black;
}



.btn-get-startedPO {
  font-family: "Titles";
  font-size: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 17px 70px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  cursor: pointer;
  background: #AA0010;
  box-shadow: 5px 2px 20px #AA0010;
}

.btn-get-startedPO:hover {
  background: #d29556;
  color: white;
  box-shadow: 5px 2px 20px #d29556;
}

.btn-get-startedSP2 {

  display: inline-block;
  padding: 5px 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  cursor: pointer;
  background: #d29556;
  box-shadow: 5px 2px 20px black;
}

.btn-get-startedSP2:hover {
  background: #d29556;
  color: white;
  box-shadow: 5px 2px 20px black;
}

.logoTXTfont{
	font-family: "LogoTxt";
}

.btn-get-started {
  font-family: "Titles";
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #d29556;
  cursor: pointer;
}

.btn-get-started:hover {
  background: #d29556;
  color: white;
}

.btn-get-startedN {
  font-family: "Titles";
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 64px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: white;
  background: black;
  cursor: pointer;
  border: 2px solid black;
}

/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.btn-get-startedN {
	  font-size: 5vh;
	  padding: 1vh 5vh;
	}
}

.btn-get-startedN:hover {
  background: white;
  color:black;
  border: 2px solid white;
}
/*
.specialTitle{
 text-align:center;
 text-decoration: 3px underline #d29556;
 font-size:35px;
}	
*/
.specialTitle{
  font-size:35px;
  display:inline-block;
  height:38px;
  box-shadow: 0 19px 0 -17px #d29556;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.specialTitle{
	  font-size:35px;
	  display:inline-block;
	  height:38px;
	  box-shadow: 0 19px 0 -17px #d29556;
	}
}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.specialTitle{
	  font-size:32px;
	  display:inline-block;
	  height:38px;
	  box-shadow: 0 19px 0 -17px #d29556;
	}
}

#myVideo{
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
	
	
/*##############################################################################*/


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 410px;
  perspective: 1000px;
}

/*//////////////////////Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.flip-card {
	}
}


/*//////////////////////Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.flip-card {
	}
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: black;
  color: black;
}

.flip-card-front span {
  font-size:25px;
}

.flip-card-front .card-text {
  margin-top:-10px;
}


.flip-card-back {
  background-color: black;
  color: white;
  transform: rotateY(180deg);
}

/*################################################################################*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  z-index:999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
}

.instagram:hover {
  background-color: white;
}

.tiktok {
  background: white;
}

/*######################################################################################3*/

.wrap {
  position:fixed;
  width:100px;
  height:100px;
  bottom:30px;
  left:10px;
  z-index:999;
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 0.8s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 0.8s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 0.8s infinite ease-in-out; /* IE */
    animation: blink normal 0.8s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.blink-image img{
	border-radius: 1000px;
    box-shadow: 0px 0px 30px #d29556;
}
	
/*######################################################################################3*/

/* Three image containers (use 25% for four, and 50% for two, etc) */
.portfolio .column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.portfolio .row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
.portfolio .column {
    width: 100%;
  }
}

/*######################################################################################33*/

.jackpot__counter {
  font-size: 40px;
  font-weight: 600;
  color: #128d99;
}


.jackpot__counter2 {
  font-size: 25px;
  font-weight: 600;
  color: #128d99;
}


.linespacing {
  font-size:15px;
  margin-bottom: 10px;
  line-height:20px;
  }
  
.advert p {
	font-size:13px;
	line-height:15px;
}

.advert li {
	font-size:13px;
	line-height:20px;
}

.advert h4 {
	font-size:15px;
	line-height:20px;
	margin-bottom:-1px;
}

/*######################################################################################33*/


/*//////////////////////hide Desktop Version/////////////////////////////////*/
@media (min-width: 1050px) {
	.hidePC{
		display:none !important;
	}
	
}



/*////////////////////// hide Tablet Version/////////////////////////////////*/

@media (min-width: 480px) and (max-width: 1049px) {
	.hideTABLET{
		display:none!important;
	}
	.spaceleftTablet{
			margin-left:100px;
	}
	.spacetopTablet{
			margin-top:50px;
	}
}


/*////////////////////// hide Mobile Version /////////////////////////////////*/
@media screen and (max-width: 479px) {
	.hidePHONE{
		display:none!important;
	}
	.spaceleftPhone{
			margin-left:100px;
	}
	.spacetopPhone{
			margin-top:50px;
	}

}

.shadowed {
	-webkit-filter: drop-shadow(5px 5px 5px black);
	filter: drop-shadow(5px 5px 5px black);
}

.bg-custom{
background-color:#130f40;
}
.button-fixed{
bottom: 0;
position: fixed;
right: 0;
border-radius: 4px;
}
.fas{
cursor: pointer;
font-size: 24px;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.hoverPointer:hover {
    cursor: pointer;
}


.titlesFont{
	font-family: "Titles";
}

.inner-border {
	outline: 5px solid #d5b89a;
    outline-offset: -40px ;
}

.fullsizeVideo {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
	
	