/*-------------------------------------
    
	Author: sporteyz
	Copyright © 2019
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	line-height: 23px;
	background: #f9f9f9;
	padding-right:0 !important;
	overflow-x:hidden;
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a {
	color: #797979;
	text-decoration: none;
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
	padding:0;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}

.red-state{
  filter: hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);
}

.green-state{
  filter: hue-rotate(85deg) saturate(80%) brightness(0.85);
}

.color-green{
  color:green;
}

.color-red{
  color: red;
}

.read-more-state {
  display: none;
  }
  
.read-more-target {
opacity: 0;
visibility: hidden;
max-height: 0;
transition: .50s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
opacity: 1;
max-height: 220px;
visibility: visible;
}

.read-more-state ~ .read-more-trigger:before {
content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
content: 'Show less';
}

.read-more-trigger {
cursor: pointer;
display: inline-block;
padding: 0 .5em;
color: forestgreen;
border-radius: 8px;
line-height: 2;
transition: .25s ease;
border: 1px solid forestgreen;
border-radius: 8px;
}

/*-- Marquee start --*/
.marquee {
	overflow: hidden;
  top: 0em !important;
  margin-bottom: 5px;
	position: relative;
	mask-image: linear-gradient(
		var(--mask-direction, to right),
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 10%,
		hsl(0 0% 0% / 1) 90%,
		hsl(0 0% 0% / 0)
	);
}

.marquee__ctn {
	display: flex;
	width: 100%;
}

.marquee__track {
	display: flex;
}

.marquee__item {
	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;

	width: 120px;
	margin-inline-end: 3rem;

	img {
		height: 60px;
		width: 100%;
		object-fit: contain;
		backface-visibility: hidden;
		filter: brightness(100%);
	}
}


/*-- Preloader css start --*/
#preloader {
	background-color: #172027;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#return-to-top {
    position: absolute;
    bottom: 110px;
    right: 80px;
    background: #81b441;
    width: 50px;
    height: 50px;
    display: block;
	text-align:center;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: none;
	    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.float_left{
	float:left;
	width:100%;
}

/* ------------------------------------ Click on login and Sign Up to  changue and view the effect
---------------------------------------
*/

#backgroundShopVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

@media (max-width: 430px) {
  #backgroundShopVideo {
    right: -400px;
  }
}

.hs_navi_cart_wrapper {
  position: relative;
    left: -9px;
    top: 0;
    float: right;
}

.hs_navi_cart_wrapper .menu-button{
	position:relative;
	margin-top:12px;
	padding-bottom:30px;
}
.hs_navi_cart_wrapper .drop-menu{
	top: 100%;
    right: 0;
    width: 342px;
}
.hs_navi_cart_wrapper a i:before{
	color:#fff;
	margin-left:0;
}
.hs_navi_cart_wrapper .dropdown-wrapper:hover > .menu-button{
	background:transparent;
}
.hs_navi_cart_wrapper:hover > .menu-button{
	background:transparent;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_navi_cart_wrapper a i{
	position:relative;
}
.hs_navi_cart_wrapper a span{
	    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f93e11;
    text-align: center;
    line-height: 15px;
    float: left;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    margin-top: -8px;
    margin-left: -8px;
}
.cc_cart_img_wrapper{
	float:left;
	width:auto;
	padding-right:25px;
}
.drop-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: max-height .4s, opacity .3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position:absolute;
  padding:20px;
  padding-top:10px;
  padding-bottom:0;
  background:#fff !important;
  box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.drop-menu > .menu-button {
  height: 100%;
  transition: transform .4s;
  transform: translateY(-300%);
  background: #fff;
  float: left;
   width: 100%;	
}
.drop-menu > .menu-button:hover .cc_cart_cont_wrapper h4 a{
  color: #0b6a43; 
      -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-wrapper .drop-menu{
	width:350px;
}
.dropdown-wrapper:hover .drop-menu{
  max-height: 500px;  
  opacity: 1;
  z-index: 1000;
}
.dropdown-wrapper:hover > .drop-menu .menu-button {
  transform: translateY(0%); 
  padding-bottom:25px;
}



.cotn_principal {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfd8dc+0,607d8b+100,b0bec5+100 */
  background: #cfd8dc; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #cfd8dc 0%, #607d8b 100%, #b0bec5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #cfd8dc 0%,#607d8b 100%,#b0bec5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #cfd8dc 0%,#607d8b 100%,#b0bec5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd8dc', endColorstr='#b0bec5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin-top: 60%;
  }

  .cont_centrar {
    position: relative;
    text-align: center;
    float: left;
     width: 100%;
  }
  
  @media (min-width: 992px) {
    .cotn_principal {
      margin-top: 30%;
    }
  }
  
  @media (min-width: 1200px) {
    .cotn_principal {
      margin-top: 22%;
    }

    .cont_centrar {
      margin-top: -9%;
    }
  }
  
  .cont_login {
    position: relative;
    width: 640px;
  left: 50%;
  margin-left: -320px;
    
  }
  
  .cont_back_info {  
  position: relative;
    float: left;
    width: 640px;
    height: 280px;
  overflow: hidden;
    margin-top: 100px;
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
  }
  
  .cont_forms {
    position: absolute;
    overflow: hidden;
    top:100px;
  left: 0px;
    width: 320px;
    height: 280px;
    background-color: rgba(230, 230, 230, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
  
  .cont_forms_active_login {
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
    height: 330px;  
  top:25%;
  position: fixed;
  left: 5%;
  z-index: 10000000;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
  }
  
  .cont_forms_active_sign_up {
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
    height: 330px;  
  top:25%;
  position: fixed;
  left: 5%;
  z-index: 10000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }

  @media (max-width: 768px) and (min-width: 300px){
    .cont_forms_active_login {
      height: 370px;
      left: 0;
      top: 14%;
    }

    .cont_forms_active_sign_up {
      height: 370px;
      left: 0;
      top: 14%;
    }

    .cont_centrar {
      margin-top: -65%;
    }
  }

  @media (max-width: 768px) and (min-width: 350px){
    .cont_forms_active_login {
      height: 370px;
      left: 5%;
    }

    .cont_forms_active_sign_up {
      height: 370px;
      left: 5%;
    }

    .cont_centrar {
      margin-top: -40%;
    }
  }
  
  @media (max-width: 768px) and (min-width: 370px){
    .cont_forms_active_login {
      height: 370px;
    }

    .cont_forms_active_sign_up {
      height: 370px;
    }

    .cont_centrar {
      margin-top: -30%;
    }
  }

  @media (max-width: 768px) and (min-width: 400px){
    .cont_forms_active_login {
      height: 370px;
      left: 10%;
    }

    .cont_forms_active_sign_up {
      height: 370px;
      left: 10%;
    }

    .cont_centrar {
      margin-top: -50%;
    }
  }

  @media (max-width: 992px) and (min-width: 767px){
    .cont_forms_active_login {
      top: 35%;
      left: 30%;
      height: 370px;
    }

    .cont_forms_active_sign_up {
      top: 35%;
      left: 30%;
      height: 370px;
    }
  }
  
  @media (min-width: 1000px) {
    .cont_forms_active_login {
      height: 420px;  
      top:20px;
      position: absolute;
      left: 0px;
    }
  
    .cont_forms_active_sign_up {
      height: 420px;  
      top:20px;
      position: absolute;
      left: 320px;
    }
  }
  
  .cont_img_back_grey {
    position: absolute;
    width: 950px;
  top:-80px;
    left: -116px;
  }
  
  .cont_img_back_grey > img {
    width: 100%;
   -webkit-filter: grayscale(100%);     filter: grayscale(100%);
  opacity: 0.2;
  animation-name: animar_fondo;
    animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  
  }
  
  .cont_img_back_ {
    position: absolute;
    width: 950px;
  top:-80px;
    left: -116px;
  }
  
  .cont_img_back_ > img {
    width: 100%;
  opacity: 0.3;
  animation-name: animar_fondo;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  }
  
  .cont_forms_active_login > .cont_img_back_ {
  top:0px;  
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
  
  .cont_forms_active_sign_up > .cont_img_back_ {
  top:0px;  
  left: -435px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
   
  
  .cont_info_log_sign_up {
  position: absolute;
    width: 380px;
    margin-left: 23%;
    height: 280px;
    top: 120px;
    z-index: 1;
  } 
  
  @media (min-width: 1000px) {
    .cont_info_log_sign_up {
      width: 640px;
      margin-left: 0;
      top: 100px;
    }
  }
  
  .col_md_login {
    position: relative;
    float: left;
    width: 50%;
  }
  
  .col_md_login > h2 {
    font-weight: 400;
  margin-top: 70px;
      color: #757575;
  }
  
  .col_md_login > p {
   font-weight: 400;
  margin-top: 15px;
  width: 80%;
      color: #37474F;
  }
  
  .btn_login { 
  background-color: #26C6DA;
    border: none;
    padding: 10px;
  width: 120px;
  border-radius:3px;
  box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
    color: #fff;
  margin-top: 10px;
  cursor: pointer;
  }
  
  @media (min-width: 1000px) {
    .btn_login {
      width: 200px;
    }
  }
  
  .col_md_sign_up {
    position: relative;
    float: left;
    width: 50%;  
  }
  
  .cont_ba_opcitiy > h2 {
    font-weight: 400;
    color: #fff;
  }
  
  .cont_ba_opcitiy > p {
   font-weight: 400;
  margin-top: 15px;
   color: #fff;
  }
  
  /* ----------------------------------
  background text    
  ------------------------------------
   */
  .cont_ba_opcitiy {
    position: relative;
    background-color: rgba(120, 144, 156, 0.55);
    width: 80%;
    border-radius:3px ;
  margin-top: 60px;
  padding: 15px 0px;
  }
  
  @media (min-width: 1000px) {
    .cont_ba_opcitiy {
      margin-left:  10%;
    }
  }
  
  .btn_sign_up { 
  background-color: #ef5350;
    border: none;
    padding: 10px;
  width: 120px;
  border-radius:3px;
  box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
    color: #fff;
  margin-top: 10px;
  cursor: pointer;
  }
  
  @media (min-width: 1000px) {
    .btn_sign_up {
      width: 200px;
    }
  }
  
  
  @-webkit-keyframes animar_fondo {
    from { -webkit-transform: scale(1) translate(0px);
  -moz-transform: scale(1) translate(0px);
  -ms-transform: scale(1) translate(0px);
  -o-transform: scale(1) translate(0px);
  transform: scale(1) translate(0px); }
    to { -webkit-transform: scale(1.5) translate(50px);
  -moz-transform: scale(1.5) translate(50px);
  -ms-transform: scale(1.5) translate(50px);
  -o-transform: scale(1.5) translate(50px);
  transform: scale(1.5) translate(50px); }
  }
  @-o-keyframes identifier {
    from { -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
    to { -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }
  
  }
  @-moz-keyframes identifier {
    from { -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
    to { -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }
  
  }
  @keyframes identifier {
    from { -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
    to { -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }
  }
  .cont_form_login {
    position: absolute;
    opacity: 0;
  display: none;
    width: 320px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
  
  .cont_forms_active_login  >.cont_form_login {
  }
  
  .cont_form_sign_up {
    position: absolute;
    width: 320px;
  float: left;
    opacity: 0;
  display: none;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
  
    
  .cont_form_sign_up > input {
  text-align: left;
    padding: 15px 5px;
  margin-left: 10px;
  margin-top: 20px;
    width: 260px;
  border: none;
      color: #757575;
  }
  
  .cont_form_sign_up > h2 {
  margin-top: 30px; 
  font-weight: 400;
    color: #757575;
  }
  
  
  .cont_form_login > input {
    padding: 15px 5px;
  margin-left: 10px;
  margin-top: 20px;
    width: 260px;
  border: none;
  text-align: left;
    color: #757575;
  }
  
  .cont_form_login > h2 {
  margin-top: 70px; 
  font-weight: 400;
    color: #757575;
  }
  .cont_form_login > a,.cont_form_sign_up > a  {
    color: #757575;
      position: relative;
      float: left;
      margin: 10px;
  margin-left: 30px;
  }
  


.web_top_header_main_wrapper{
	width:100%;
	    position: relative;
    z-index: 1;
}
.web_top_header_img_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:7px;
	background:rgba(0,0,0,0.4);
}
/*----- scroll Down  --------*/
.web_scroll_down {
  position: absolute;
    width: 24px;
    height: 24px;
    bottom: 130px;
    z-index: 100000;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.web_top_header_main_wrapper{
	position:relative;
	    margin-top: -115px;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.js .pieces-slider__canvas{
	    margin-top: 80px;
}
.pieces-slider{
	z-index:1;
}
/*------ portfolio css start ----*/
#portfolio{
	    position: relative !important;
    left: 0;
    top: 100%;
}
.pseudo-scroller{
	height:0 !important;
}
.ws_comm_lequid_wrapper {
    position: absolute;
    z-index: -30;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    margin: auto;
}
.content{
	position:absolute;
	bottom: -95px;
	width: 100%;
    text-align: center;
}
.wd_single_index_menu h3{
	font-size:100px;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	display:inline-block;
	    font-style: italic;
		    top: 75px;
}
.wd_single_index_menu h3:after{
	    content: '';
    border: 1px solid #f7e82d;
    width: 280px;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    margin: 0px auto;
}
.wd_single_index_menu h3:before{
	content: '';
    border: 1px solid #f7e82d;
    width: 158px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px auto;
}
.wd_single_index_menu h1{
	color:#fff;
	font-size:50px;
	    padding-top: 110px;
}
.wd_single_index_menu h1 a{
	color:#f7e82d;
	font-style:italic;
}
#myVideo{
	height:100%;
}
@media (min-width: 768px) {
  #myVideo{
    width:100%;
  }
}

.ywSubtitle {
  min-height: 253px;
}

@media (max-width: 768px) {
  .ywTitle {
    font-size: 50px !important;
  }

  .ywTitle2 {
    font-size: 48px !important;
  }

  .ywSubtitle {
    margin-top: 50px !important;
  }
}

.web_bottom_div{
	float:left;
	width:100%;
	min-height:500px;
}
.isolayer--scroll1 {
    height: calc(68vh - 280px) !important;
}
.web_top_header_wrapper{
	    position: relative;
    z-index: 10;
}
.web_logo_left_wrapper{
	float:left;
	width:50%;
}
.web_buy_right_wrapper{
	float:left;
	width:50%;
	    padding-top: 30px;
}
.hs_btn_wrapper{
	position: relative;
	left: -9px;
    top: 0;
   width:140px;
    padding: 19px 43px 14px 32px;
    border: 2px solid #f7e82d;
	float:right;
}
.hs_btn_wrapper li {
	float: left;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f7e82d;
    color: #002398;
	font-weight:500;
    font-size: 14px;
	position:absolute;
	top:5px;
	left:5px;
	box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hs_btn_wrapper li:hover {
	top:-1px;
	left:-1px;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_btn_wrapper:hover{
	padding:19px 43px 14px 35px;
	border:2px solid #f7e82d;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.try_center_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:80px;
}
.try_center_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:60px;
}
.try_center_heading_wrapper h3{
	font-size:40px;
	font-weight:500;
	color:#002398;
	text-transform:uppercase;
	display:inline-block;
	padding: 15px;
}
.try_center_heading_wrapper p{
	font-size: 16px;
	color:#797979;
}
.portfolio_image_wrapper {
    position: relative;
    overflow: hidden;
	box-shadow:5px 0 15px rgba(0,0,0,0.05);
}
img.portfolio_img{
    max-width: 100%;
    height: auto;
}
.portfolio_image_frame .portfolio_image_wrapper img{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio_image_frame .portfolio_image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio_image_link {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
	background:#002398;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio_image_frame .portfolio_image_wrapper .portfolio_image_link a {
	display: block;
    font-size: 25px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
	color: #FFF;
}
.portfolio_image_frame .portfolio_image_wrapper .portfolio_image_link a:before {
    content: "Preview";
    display: block;
}
.portfolio-wrapper .admin_demo_btn{
	padding: 20px;
    display: block;
}
.portfolio_image_frame:hover .portfolio_image_wrapper .portfolio_image_link{
    bottom: 0;
}
.portfolio_image_frame:hover .portfolio_image_wrapper img {
    top: -15px;
}
.portfolio-wrapper:hover .admin_demo_btn{
	color:#4385f5;
}
.sport_inner_pages_section{
	padding-bottom:100px;
}
.web_page_inner_bottom_heading{
	text-align:center;
	padding-top:20px;
}
.web_page_inner_bottom_heading a{
	font-size:18px;
	color:#797979;
}
.web_page_inner_bottom_heading a:hover{
	color:#002398;
}
.try_center_heading_wrapper_bott{
	margin-bottom:20px;
}
.portfolio_image_frame{
	margin-top:40px;
}
.landing-item-inner{
	position:relative;
}
.web_label{
	position:absolute;
	top:0;
	left:0;
	    width: 100%;
    height: 50px;
	line-height:50px;
	background:#002398;
	text-align:center;
}
.web_label p{
	color:#fff;
	font-size:18px;
}
/* newsletter_section start*/

.newsletter_section{
	float:left;
	width:100%;
	background:#002398;
	position: relative;
    margin-top: -75px;
    padding-top: 100px;
}
.newsletter_section .newsletter_content{
    float: left;
    width: 100%;
	text-align:center;
}
.newsletter_content h2{
	color:#fff;
	font-size: 40px;
    line-height: 52px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-bottom:40px;
	margin:0;
	text-transform: capitalize;
}
.newsletter_img {
	float:left;
	width:100%;
	text-align:center;
	    padding-top: 60px;
}
.newsletter_img img {
	width:75%;
	display:inline-block;
}
.newsletter_btn{
	float:left;
	width:100%;
	margin-bottom: 60px;
	text-align:center;
}
.buy_now_btn{
	padding: 24px 35px;
	top:0;
	min-width: 315px;
	color: #fff;
	background:transparent;
	border-radius:50px;
	border:2px solid #fff;
	font-size: 20px;
    font-weight: 400;
	text-transform: uppercase;
	overflow:hidden;
	display:inline-block;
}
.buy_now_btn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.buy_now_btn:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}


/** newsletter_section end **/


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4385f5;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.lr_banner_content_inner_wrapper {
    position: absolute;
    top: 140px;
    width: 100%;
    text-align: center;
}

.subMessage_1 {
  color: white;
  padding-top: 120px;
  font-size: 14px;
  position: absolute;
  left: 10%;
}

.subMessage_11 {
  color: white;
  padding-top: 120px;
  font-size: 14px;
  position: absolute;
  left: 10%;
}

.subMessage_2 {
  color: white;
  position: absolute;
  padding-top: 140px;
  left: 30%;
}

.smoothScroll {
  position: absolute;
  top:78%; 
  left:50%;
}

@media (min-width: 410px) {
  .subMessage_1 {
    left: 12%;
  }

  .subMessage_11 {
    left: 12%;
  }

  .subMessage_2 {
    left: 31%;
  }

  .smoothScroll {
    top:78%; 
  }
}

@media (min-width: 768px) {
  .subMessage_1 {
    left: 26%;
    font-size: 16px;
    padding-top: 300px;
  }

  .subMessage_11 {
    left: 20%;
    font-size: 16px;
    padding-top: 300px;
  }

  .subMessage_2 {
    left: 39%;
    font-size: 12px;
    padding-top: 320px;
  }

  .smoothScroll {
    top:88%; 
  }
}

@media (min-width: 992px) {
  .subMessage_1 {
    left: 38%;
    font-size: 18px;
  }

  .subMessage_11 {
    left: 37%;
    font-size: 18px;
  }

  .subMessage_2 {
    left: 44%;
    font-size: 14px;
  }

  .smoothScroll {
    top:74%; 
  }
}

/*    Footer
----------------*/

.footer {
	float: left;
    width: 100%;
    background: #111111;
    padding:50px 0px;
}
.footer-social {
  text-align: right;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  display: inline-flex;
  text-align: center;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-social li a:hover i{
  background:#f7e82d;
  color:#002398;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-social li a i {
 background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.51);
    border-radius: 50px;
    height: 40px;
    line-height: 23px;
    margin: 0 5px;
    padding: 9px;
    width: 40px;
    font-size: 16px;
}
.copy-right p {
  color: #909090;
  margin: 0px;
  font-size:16px;
}
.copy-right{
 margin-top: 8px;
}
.copy-right p a{
	color:#f7e82d;
}
.hs_btn_bot_wrapper{
	position: relative;
	left: -9px;
    top: 0;
   width:260px;
    height:50px;
    border: 2px solid #f7e82d;
	display:inline-block;
}
.hs_btn_bot_wrapper li a {
	    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f7e82d;
    color: #002398;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hs_btn_bot_wrapper li a:hover {
	top:-1px;
	left:-1px;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_btn_bot_wrapper:hover{
	padding:19px 43px 14px 35px;
	border:2px solid #f7e82d;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio_image_wrapper img{
	width:100%;
}
#staticText{
  font-size: 50px;
  font-weight: 500;
  text-transform:capitalize;
  padding-top:110px;
}


#typeline, #businessTypeline, #cryptoTypeline, #artistTypeline {
  font-size: 50px;
  color: #f7e82d;
   font-style:italic;

}

#topOfContent a {
    padding-top: 80px;
  }
  #topOfContent a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
  }
  #topOfContent a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  #topOfContent a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  #topOfContent a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }
em {
	border-right: 2px solid #f7e82d;
	width: 20ch;
	white-space: nowrap;
	overflow: hidden;
  	margin-top: 0;
  	color: #3295dd;
	-webkit-animation: typing 3s steps(21, end),
	blink-caret .5s step-end infinite alternate;
}

