/* Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

/* Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);

/* Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,240,216,1) 100%);
  font-family: "Onest", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 500; }

p {
  font-family: "Onest", sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 500;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

  /* Extras */
@media (min-width: 768px) {
  html{
    justify-self: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  }

  body{
    width: 370px;
    max-width: 370px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .bg__login{
    background: #fff url(img/bg_login_phone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;
  }

  .single-testimonial-slide img {
    width: 70% !important;
  }

  .img__logo--footer{
    width: 60% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bg__login{
    background-image: url(img/bg_login_phone.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
  }
}

@media (min-width: 1024px) {
  .bg__login{
    background: #fff url(img/bg_login_web.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
  /*  background-image: url(img/bg_login_web.jpg);
    background-repeat: no-repeat;
    background-size: 300vh;
    background-position: center center;*/
  }
}

.bg__splash{
  background-color: transparent;
  height: 100vh;
  align-content: center;
}

.img__splash{
  width: 300px;
}

.img__slide{
  background-color: #ccc;
  height: 250px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.title__login{
  color: #404040;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.form__login{
  color: #404040 !important;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 40px;
}

.link__password, .link__password:hover, .link__password:focus{
  background-color: transparent;
  border: 0;
  color: #763774;
  font-size: 16px;
  font-weight: 700;
}

.btn__login, .btn__login:hover, .btn__login:focus{
  background-color: #3b7d23;
  border: 1px solid #3b7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 7px 0px;
  font-weight: 600; 
  width: 100%;
}

.text__account{
  font-size: 16px;
  color: #404040;
  text-align: center;
  line-height: 130%;
  margin-top: 15px;
  margin-bottom: -5px;
}

.link__account, .link__account:hover, .link__account:focus{
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #763774;
  font-weight: 700;
}

.img__logo--footer{
  width: 60%;
}

.link__footer, .link__footer:hover, .link__footer:focus{
  background-color: transparent;
  border: 0;
  color: #777 !important;
  font-size: 14px;
  font-weight: 600;
}

input:focus{
    box-shadow: 0 0 10px #3b7d23 !important;
    border: 1px solid #3b7d23 !important;
}

.img__logo--recovery{
  width: 70%;
  margin-bottom: 30px;
}

.title__recovery{
  color: #404040;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.text__recovery{
  color: #777;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
  margin-bottom: 50px;
}

.form__password--recovery{
  color: #404040 !important;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 40px;
}

.btn__recovery, .btn__recovery:hover, .btn__recovery:focus{
  background-color: #3b7d23;
  border: 1px solid #3b7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 9px 0px;
  font-weight: 600; 
  width: 100%;
}

.link__recovery, .link__recovery:hover, .link__recovery:focus{
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #763774;
  font-weight: 700;
}

.img__logo--sent{
  width: 70%;
  margin-bottom: 10px;
}

.img__mail{
  width: 35%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(75%) saturate(492%) hue-rotate(59deg) brightness(96%) contrast(84%);
  margin-bottom: 20px;
}

.title__mail{
  color: #404040;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text__mail{
  color: #777;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
  margin-bottom: 50px;
}

.btn__mail, .btn__mail:hover, .btn__mail:focus{
  background-color: #3b7d23;
  border: 1px solid #3b7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 9px 0px;
  font-weight: 600; 
  width: 100%;
}

.img__logo--password{
  width: 70%;
  margin-bottom: 70px;
}

.title__password{
  color: #404040;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 40px;
}

.btn__password, .btn__password:hover, .btn__password:focus{
  background-color: #3b7d23;
  border: 1px solid #3b7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 9px 0px;
  font-weight: 600; 
  width: 100%;
}

.text__privacy{
  color: #707070;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 50px;
}

.text__terms{
  color: #707070;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 50px;
}

/* Acceso */
.btn__menus{
  background-color: #3b7d23;
  border: 1px solid #3b7d23;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  transition: .5s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: 70%;
}

.btn__menus:hover, .btn__menus:focus{
  background-color: #d08704;
  border: 1px solid #d08704;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  transition: .5s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  width: 70%;
}

/* Colaborador */
.align__header{
  justify-content: space-between;
  display: flex;
}

.align__header--notification{
  display: grid;
  position: relative;
  bottom: 10px;  
}

.circle__notification{
  background-color: #ff0000;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  width: 23px;
  text-align: center;
  justify-self: center;
  position: relative;
  top: 15px;
  font-size: 15px;  
}

.icon__letter{
  font-size: 40px !important;
}

.icon__notification--position{
  align-content: center;
}

.icon__notification{
  width: 50px;
}

.logo__welbin--mini{
  width: 240px;
  height: 106px;
  /*width: 140px;
  height: 53px;*/
}

.logo__cohe--mini{
  width: 50px;
  height: 41px;
  position: relative;
  top: 5px;  
}

.align__menus{
  border-radius: 15px;
  padding: 15px 40px 5px 40px;
  display: flex;
  justify-content: space-between;
}

.bg__menu--single{
  text-align: center;
}

.circle__icon--credito{
  display: inline-block;
  background-color: #3a7d23;
  padding: 17px;
  border-radius: 50px;
}

.circle__icon--solicitud{
  display: inline-block;
  background-color: #3a7d23;
  padding: 17px;
  border-radius: 50px;
}

.circle__icon--historial{
  display: inline-block;
  background-color: #3a7d23;
  padding: 17px;
  border-radius: 50px;
}

.img__menu--credit{
  width: 30px;
}

.img__menu--solicitud{
  width: 30px;
}

.img__menu--historial{
  width: 30px;
}

.text__menu{
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  margin-top: 7px;
  margin-bottom: 0px;
}

.bg__credit--active{
  background: #fff url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 20px;
  margin: 15px 0;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
}

.text__credit--simple{
  color: #595959;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin-bottom: -15px;
  letter-spacing: 0px;
}

.date__credit{
  color: #595959;
  font-size: 14px;
  text-align: left;
  margin-bottom: -10px;
}

.quantity__credit{
  color: #3a7d23;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: -10px;
}

@media (max-width: 361px) {
	.text__since{
	  line-height: 110% !important;
	  margin-bottom: 5px !important;
	}

	.text__required{
	  line-height: 110% !important;
	  margin-bottom: 15px !important;
	}
	
	.block-buttons{
		display: inline-flex;
		gap: 10px;
	}

	.btn__simulate{
		padding: 5px 20px !important;
	}

	.btn__simulate:hover, .btn__simulate:focus{
		padding: 5px 20px !important;
	}

	.btn__request{
		padding: 5px 20px !important;
	}

	.btn__request:hover, .btn__request:focus{
		padding: 5px 20px !important;
	}	
}

.text__since{
  color: #595959;
  text-align: left;
  font-size: 12px;
  margin-bottom: -10px;
}

.text__required{
  color: #595959;
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
}

.btn__simulate{
  background-color: #3a7d23;
  border: 2px solid #3a7d23;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.btn__simulate:hover, .btn__simulate:focus{
  background-color: #649952;
  border: 2px solid #649952;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.btn__request{
  background-color: #3b7d23;
  border: 2px solid #3b7d23;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.btn__request:hover, .btn__request:focus{
  background-color: #649952;
  border: 2px solid #649952;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.bg__credit--inactive{
  background: #b9b9b9 url(img/bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 20px;
  margin: 15px 0;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
}

.text__credit--others{
	white-space: nowrap;     /* Evita el salto de línea */
  color: #464646;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0px;
  line-height: 110%;
}

.date__credit--others{
  color: #464646;
  font-size: 14px;
  text-align: left;
  margin-bottom: -10px;
}

.quantity__credit--others{
  color: #464646;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  margin-bottom: -10px;
}

.text__since--others{
  color: #464646;
  text-align: left;
  font-size: 12px;
  margin-bottom: -10px;
}

.text__required--others{
  color: #464646;
  text-align: left;
  font-size: 12px;
  margin-bottom: 15px;
}

.btn__simulate--inactive{
  background-color: #464646;
  border: 2px solid #464646;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.btn__simulate--inactive:hover, .btn__simulate--inactive:focus{
  background-color: #649952;
  border: 2px solid #649952;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: .5s ease-in-out;
}

.bg__contract{
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 20px 50px 20px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

.title__contract{
  color: #000;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px;
}

.text__contract{
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 140%;
}

.bg__sign{
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);  
}

.img__firma{
  padding: 50px 10px;
  position: relative;
  top: 5px;
}

.btn__firmar, .btn__firmar:hover, .btn__firmar:focus{
    background-color: #3b7d23;
    color: #fff;
    border-radius: 15px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.bg__docs{
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 20px 50px 20px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

.title__documents{
  color: #3a7d23;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;  
}

.text__document{
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: -5px;
}

.align__docs{
  display: inline-flex;
  margin-bottom: 20px;
}

.input__docs{
  border: 1px solid #7f7f7f;
  border-radius: 12px;
}

.btn__docs, .btn__docs:hover, .btn__docs:focus{
    background-color: #3a7d23;
    border: 1px solid #3a7d23;
    color: #fff;
    border-radius: 15%;
    padding: 8px 12px;
    margin: 10px;
}

.btn__enviar--docs, .btn__enviar--docs:hover, .btn__enviar--docs:focus{
  background-color: #3b7d23;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  padding: 5px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}

.align__records{
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.btn__records--actuales, .btn__records--actuales:hover, .btn__records--actuales:focus{
  background-color: #595959;
  color: #fff;
  border: 2px solid #595959;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0 5px;
}

.btn__records--anteriores, .btn__records--anteriores:hover, .btn__records--anteriores:focus{
  background-color: #fff;
  color: #595959;
  border: 2px solid #595959;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0 5px;
}

.bg__record--credit{
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

.title__credit--simple{
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.img__graphic{
  width: 90%;
}

.table__credit{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  right: 15px;
}

.left{
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.right{
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text__yellow{
  color: #d08704;
  font-weight: 600;
}

.text__payment{
  color: #404040;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.table__payment{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
  right: 15px;
}

.text__green{
  color: #3b7d23;
  font-weight: 600;
}

.align__buttons--actions{
  display: flex;
  grid-gap: 20px;
  justify-content: center;
  padding-top: 15px;
}

.block__action{
  text-align: center;
}

.btn__actions{

}

.circle__icon--anticipado{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.circle__icon--documentos{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.circle__icon--refinanciar{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.img__menu--anticipado{
  width: 50px;
  transition: .5s ease-in-out;
}

.img__menu--anticipado:hover, .img__menu--anticipado:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.img__menu--documentos{
  width: 50px;
  position: relative;
  left: 5px;
  transition: .5s ease-in-out;
}

.img__menu--documentos:hover, .img__menu--documentos:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.img__menu--refinanciar{
  width: 50px;
  transition: .5s ease-in-out;
}

.img__menu--refinanciar:hover, .img__menu--refinanciar:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.text__menu--pagos{
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #595959;
  margin-top: 7px;
  margin-bottom: 0px;
  text-align: center;
}

.img__icon--pay{
  background-color: #fff;
  border: 0px solid #000;
  border-radius: 100%;
  width: 70px;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

.text__icon--pay{
  color: #000;
  text-align: center;
  line-height: 130%;
  margin-bottom: 0px;
}

.bg__early{
  background: #fff url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 0px;
  padding: 15px 15px 40px 15px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
}

.img_anticipado{
  margin-top: 30px;
  width: 280px;
  margin-left: -15px;
}

.title__early{
  color: #3a7d23;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.text__early{
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
}

.btn__close, .btn__close:hover, .btn__close:focus{
    background-color: #3b7d23;
    color: #fff;
    border-radius: 15px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.bg__simulator{
  background: #fff url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 0px;
  padding: 15px 20px 20px 20px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
}

.header__simulator{
  color: #595959;
  font-weight: 700;
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;  
}

.title__simulator{
  color: #3a7d23;
  font-weight: 700;
  line-height: 80%;
  margin-top: 16px;
  margin-bottom: 25px;
  text-align: center;
}

.subtitle__simulator{
  color: #595959;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  text-transform: initial;
  margin-bottom: 0px;
}

.number__range{
  font-size: 30px;
  font-weight: 700;
  color: #3b7d23;
  text-align: center;
  margin-bottom: 30px;
}

.align__range--text{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.text__range{
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}

.text__simulator{
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 140%;  
}

.text__green02{
  font-size: 18px;
  color: #3b7d23;
  font-weight: 600;
}

.message__simulator{
  color: #000;
  font-size: 13px;
  text-align: justify;
  text-transform: uppercase;
  line-height: 130%;
  margin-top: 50px;
  margin-bottom: 0px;
}

.align__buttons--actions02{
  display: flex;
  grid-gap: 25px;
  justify-content: center;
  padding-top: 40px;
}

.circle__icon--terminos{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.circle__icon--contratos{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.circle__icon--solicitar{
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}

.img__menu--activar{
	filter: brightness(0) saturate(100%) invert(39%) sepia(43%) saturate(661%) hue-rotate(59deg) brightness(95%) contrast(99%);
}

.img__menu--terminos{
  width: 50px;
  position: relative;
  left: 5px;  
  transition: .5s ease-in-out;
}

.img__menu--terminos:hover, .img__menu--terminos:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.img__menu--contratos{
  width: 50px;
  transition: .5s ease-in-out;
}

.img__menu--contratos:hover, .img__menu--contratos:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.img__menu--solicitar{
  width: 50px;
  transition: .5s ease-in-out;
}

.img__menu--solicitar:hover, .img__menu--solicitar:focus{
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3349%) hue-rotate(61deg) brightness(102%) contrast(76%);
  width: 50px;
  transition: .5s ease-in-out;
  color: #3c8026;
}

.text__menu--creditos{
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
  color: #595959;
  margin-top: 7px;
  margin-bottom: 0px;
  text-align: center;
}

.bg__simular--error{
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 25px 40px 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}

.text__error{
  color: #000;
  font-size: 16px;
  text-align: justify;
  line-height: 140%;
}

.text__error--green{
  color: #3b7d23;
  font-size: 20px;
  font-weight: 700;
}

.btn__validar, .btn__validar:hover, .btn__validar:focus{
    background-color: #d08704;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 35px;
    margin-top: 15px;
    width: 200px;
}

.btn__validado, .btn__validado:hover, .btn__validado:focus{
    background-color: #3b7d23;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 5px 35px;
    margin-top: 15px;
    width: 200px;
}

.btn__regresar, .btn__regresar:hover, .btn__regresar:focus{
    background-color: #3b7d23;
    color: #fff;
    border-radius: 15px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.bg__solicitar{
  background: #fff url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 0px;
  padding: 15px 15px 40px 15px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
}

.title__solicitar{
  color: #3a7d23;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.text__solicitar{
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
}

.img_solicitar{
  margin-top: 30px;
  width: 150px;
}

.btn__status--account, .btn__status--account:hover, .btn__status--account:focus{
  background-color: #3b7d23;
  color: #fff;
  border-radius: 15px;
  padding: 5px 0;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
}

.btn__contract--signed, .btn__contract--signed:hover, .btn__contract--signed:focus{
  background-color: #3b7d23;
  color: #fff;
  border-radius: 15px;
  padding: 5px 0;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
}

.bg__confirm{
  background: url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 0px;
  padding: 15px 15px 0px 15px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
}

.title__confirm{
  color: #3a7d23;
  font-weight: 700;
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
}

.subtitle__confirm{
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-transform: initial;
  margin-bottom: 0px;
}

.img_refinaciamiento{
  margin-top: 30px;
  width: 150px;
}

.bg__refinanciamiento{
  background: #fff url(img/bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  border-radius: 0px;
  padding: 15px 15px 40px 15px;
  margin-top: 30px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);*/
}

.title__refinanciamiento{
  color: #3a7d23;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.text__refinanciamiento{
  color: #595959;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
}

.btn__cancel{
  width: 35px;
}

.logo__simple{
  width: 50px;
}

/* Range input */
  .value {
    color: #3b7d23;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 100%;
    height: 5px;
    border-radius: 15px;
    margin: 0 auto;
    outline: 0;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #3b7d23;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0px solid white;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  ​ input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #e74c3c;
  }
  input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
  }
/* Range input */

/* Show and hide password */
  .user-box {
    position: relative;
    margin-bottom: 20px;
  }

  .password-box {
    position: relative;
    margin-bottom: 10px;
  }

  a.eye {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 2px;
    border-radius: 5px;
  }

  a.eye:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
  }

  a.eye span {
    position: absolute;
    display: block;
  }

  a.eye span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #333;
    animation: animate1 1s linear infinite;
  }

  @keyframes animate1 {
    0% {
      left: -100%;
    }
    50%,
    100% {
      left: 100%;
    }
  }

  a.eye span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #333;
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
  }

  @keyframes animate2 {
    0% {
      top: -100%;
    }
    50%,
    100% {
      top: 100%;
    }
  }

  a.eye span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background-color: #333;
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
  }

  @keyframes animate3 {
    0% {
      right: -100%;
    }
    50%,
    100% {
      right: 100%;
    }
  }

  a.eye span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #333;
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
  }

  @keyframes animate4 {
    0% {
      bottom: -100%;
    }
    50%,
    100% {
      bottom: 100%;
    }
  }

  .password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .password-toggle-icon i {
    font-size: 22px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 0;
  }

  .password-toggle-icon i:hover {
    color: #000;
  }

  .confirm-password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .confirm-password-toggle-icon i {
    font-size: 22px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 0;
  }

  .confirm-password-toggle-icon i:hover {
    color: #000;
  }
/* Show and eye password */


/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-70{
  padding-top: 70px;
  padding-bottom: 70px; }

.section-padding-50{
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-50-20{
  padding-top: 50px;
  padding-bottom: 20px; }

.section-padding-30{
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-20{
  padding-top: 20px;
  padding-bottom: 20px; }

.section-padding-30-20{
  padding-top: 30px;
  padding-bottom: 20px; }

.section-padding-30-20{
	padding-top: 30px;
	padding-bottom: 0px; }

.section-padding-30-10{
  padding-top: 30px;
  padding-bottom: 10px; }

.section-padding-0-30{
  padding-top: 0px;
  padding-bottom: 30px; }

.section-padding-70-30{
  padding-top: 70px;
  padding-bottom: 30px; }

.section-padding-70-0{
  padding-top: 70px;
  padding-bottom: 0px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Preloader */
.preloader {
  background-color: #3b7d23;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ffffff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

/* Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .section-heading h2 {
    font-size: 48px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #969696; }
  .section-heading p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #ff7902;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #ff7902; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f8f8f8; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* ScrollUp */
#scrollUp {
  display: none !important;
  background-color: #688bfe;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #ff7902;
    color: #ffffff; }

/* Pixel Button */
.pixel-btn {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #ff7902;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 170px;
  height: 48px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 35px 0 20px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase; }
  .pixel-btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    z-index: 1; }
  .pixel-btn:hover, .pixel-btn:focus {
    font-size: 14px;
    font-weight: 600;
    background-color: #688bfe;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-2 {
    background-color: #688bfe;
    color: #ffffff; }
    .pixel-btn.btn-2:hover, .pixel-btn.btn-2:focus {
      background-color: #ff7902;
      color: #ffffff;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-3 {
    background-color: transparent;
    color: #688bfe;
    border: 2px solid #688bfe;
    line-height: 44px; }
    .pixel-btn.btn-3:hover, .pixel-btn.btn-3:focus {
      background-color: transparent;
      color: #ff7902;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
      border: 2px solid #ff7902; }

/* Header Area CSS */
.header-area {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }
  .header-area .pixel-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 35px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .header-area .pixel-main-menu {
        padding: 0; } }
    .header-area .pixel-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .pixel-main-menu .classy-navbar {
      height: 100px;
      padding: 0;
      background-color: transparent; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar .nav-brand {
          width: 80px;
          margin-right: 10px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 18px;
        padding: 0 10px;
        color: #ffffff; }
        .header-area .pixel-main-menu .classy-navbar .classynav ul li a:hover, .header-area .pixel-main-menu .classy-navbar .classynav ul li a:focus {
          color: #ff7902; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            font-size: 16px;
            padding: 0 5px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 14px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 10px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 10px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.has-down > a::after {
        color: #212121; }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li a {
        color: #212121;
        font-size: 14px;
        padding: 0 20px; }
  .header-area .top-social-info {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; } }
    .header-area .top-social-info a {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 18px;
      border: 2px solid #ffffff;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      .header-area .top-social-info a:hover, .header-area .top-social-info a:focus {
        border-color: #ff7902;
        color: #ff7902; }
  .header-area .is-sticky .pixel-main-menu {
    background-color: #688bfe;
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff; }

/* Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    left: 50px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 20px;
        font-size: 16px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      color: #ff7902; }
  .hero-area .owl-next {
    left: auto;
    right: 50px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 20px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 900px;
  background-color: #ffffff;
  overflow: hidden; }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-slide .welcome-text h2 {
      font-size: 72px;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #ffffff;
        font-weight: 300; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text h4 {
      font-size: 24px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h4 {
          font-size: 18px; } }
      .single-slide .welcome-text h4 span {
        font-weight: 300; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 550px; } }

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

/* Catagory Area CSS */
.top-catagory-area {
  position: relative;
  z-index: 1; }
  .top-catagory-area .single-catagory {
    position: relative;
    z-index: 1;
    @flex (0 0 50%);
    max-width: 50%;
    width: 50%;
    height: 960px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .top-catagory-area .single-catagory {
        height: 300px;
        @flex (0 0 100%);
        max-width: 100%;
        width: 100%; } }
    .top-catagory-area .single-catagory a {
      display: inline-block;
      font-size: 72px;
      margin: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-catagory-area .single-catagory a {
          font-size: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-catagory-area .single-catagory a {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .top-catagory-area .single-catagory a {
          font-size: 24px; } }
      .top-catagory-area .single-catagory a:hover {
        color: #ff7902; }

/* Newsletter Area CSS */
.nl-area {
  position: relative;
  z-index: 3;
  background-color: #688bfe; }
  .nl-area .nl-form {
    position: relative;
    z-index: 1; }
    .nl-area .nl-form h4 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .nl-area .nl-form h4 {
          font-size: 18px; } }
    .nl-area .nl-form form {
      width: 100%;
      position: relative;
      z-index: 1; }
      .nl-area .nl-form form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid #ffffff;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        color: #ffffff;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
        .nl-area .nl-form form input:focus {
          border-bottom-color: #ff7902; }

/* Portfolio Area CSS */
.pixel-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .pixel-projects-menu .btn {
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #969696;
    border-radius: 50px;
    border: 2px solid transparent; }
    .pixel-projects-menu .btn.active, .pixel-projects-menu .btn:focus {
      box-shadow: none;
      color: #ff7902;
      border-color: #ff7902; }

.single_gallery_item {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3333334%;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (max-width: 767px) {
    .single_gallery_item {
      width: 100%; } }
  .single_gallery_item img {
    width: 100%;
    -webkit-transition-duration: 2000ms;
    -o-transition-duration: 2000ms;
    transition-duration: 2000ms; }
  .single_gallery_item .hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 121, 2, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single_gallery_item .hover-content .zoom-img {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      font-size: 20px;
      margin-bottom: 30px;
      color: #ffffff;
      line-height: 46px;
      margin-top: -15px;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single_gallery_item .hover-content h4 {
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_gallery_item .hover-content h4 {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
  .single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single_gallery_item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
    .single_gallery_item:hover .hover-content .zoom-img {
      margin-top: 0;
      opacity: 1; }

/* Feature Area CSS */
.pixel-feature-area {
  position: relative;
  z-index: 1; }
  .pixel-feature-area .feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .pixel-feature-area .feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 300px; } }
  .pixel-feature-area .feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 200px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pixel-feature-area .feature-content {
        padding: 100px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pixel-feature-area .feature-content {
        padding: 100px 30px; } }
    @media only screen and (max-width: 767px) {
      .pixel-feature-area .feature-content {
        padding: 50px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .pixel-feature-area .feature-content h1 {
      font-size: 36px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pixel-feature-area .feature-content h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .pixel-feature-area .feature-content h1 {
          font-size: 24px; } }
    .pixel-feature-area .feature-content p {
      font-weight: 300;
      font-size: 24px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }

/* Team Member Area CSS */
.single-team-member {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-team-member img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .single-team-member .hover-text {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 121, 2, 0)), to(#ff7902));
    background-image: -webkit-linear-gradient(top, rgba(255, 121, 2, 0), #ff7902);
    background-image: -o-linear-gradient(top, rgba(255, 121, 2, 0), #ff7902);
    background-image: linear-gradient(to bottom, rgba(255, 121, 2, 0), #ff7902);
    opacity: 0;
    visibility: hidden; }
    .single-team-member .hover-text h4 {
      margin-bottom: 5px;
      color: #ffffff; }
    .single-team-member .hover-text h6 {
      font-size: 14px;
      margin-bottom: 15px;
      color: #ffffff;
      display: block; }
    .single-team-member .hover-text .social-info a {
      display: inline-block;
      width: 25px;
      height: 25px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      font-size: 12px;
      color: #ffffff;
      line-height: 23px;
      margin: 0 5px; }
      .single-team-member .hover-text .social-info a:hover, .single-team-member .hover-text .social-info a:focus {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .single-team-member:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .single-team-member:hover .hover-text {
    opacity: 1;
    visibility: visible; }

/* Testimonial Area CSS */
.testimonial-slides {
  position: relative;
  z-index: 1; }
  .testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .testimonial-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    margin: 0 0 20px 0;
    background-color: #fff;
    width: 100%; }
  .single-testimonial-slide img.coins {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0);
    border-radius: 0px;
    margin: 0 0 0 0;
    background-color: transparent;
    width: 100% !important; }
  .single-testimonial-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-testimonial-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-testimonial-slide h5 {
    font-size: 22px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }

/* Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #688bfe;
  padding-left: 35px;
  padding-right: 35px; }
  @media only screen and (max-width: 767px) {
    .footer-area {
      padding-left: 0;
      padding-right: 0; } }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .footer-area .single-footer-widget {
        margin-bottom: 50px !important; } }
    .footer-area .single-footer-widget .widget-title {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .footer-area .single-footer-widget .widget-title {
          font-size: 20px; } }
    .footer-area .single-footer-widget p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-area .single-footer-widget p i {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
    .footer-area .single-footer-widget .footer-social-info {
      position: relative;
      z-index: 1; }
      .footer-area .single-footer-widget .footer-social-info a {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .footer-area .single-footer-widget .footer-social-info a:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        .footer-area .single-footer-widget .footer-social-info a:hover, .footer-area .single-footer-widget .footer-social-info a:focus {
          border-color: #ff7902;
          color: #ff7902; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 2px solid #ffffff;
    padding: 20px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 13px;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px; } }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px;
          margin-bottom: 15px; } }
    .footer-area .copywrite-area .footer-nav {
      position: relative;
      z-index: 1;
      text-align: right; }
      .footer-area .copywrite-area .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .footer-area .copywrite-area .footer-nav ul li a {
          display: inline-block;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          padding: 0 10px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 5px;
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 4px;
              font-size: 11px; } }
        .footer-area .copywrite-area .footer-nav ul li:last-child a {
          padding-right: 0; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul li:first-child a {
            padding-left: 0; } }

/* Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  padding: 0 35px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
      height: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      height: 280px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 250px; } }
  .breadcrumb-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.75); }
  .breadcrumb-area .breadcrumb-content {
    text-align: center; }
    .breadcrumb-area .breadcrumb-content h2 {
      color: #ffffff;
      font-size: 60px;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 0;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 24px; } }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #9a9a9a;
    padding: 0;
    border: 2px solid #9a9a9a;
    text-align: center;
    margin: 0 3px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #ff7902;
      border-color: #ff7902; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #ff7902;
    border-color: #ff7902; }

/* Service Area CSS */
.single-service-cata {
  position: relative;
  z-index: 1;
  height: 640px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33334%;
  flex: 0 0 33.33334%;
  max-width: 33.33334%;
  width: 33.33334%;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-cata {
      height: 480px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-cata {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .single-service-cata {
      height: 300px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  .single-service-cata::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.5); }
  .single-service-cata:hover::after {
    background-color: rgba(255, 121, 2, 0.9); }
  .single-service-cata a {
    font-size: 48px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-cata a {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-cata a {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .single-service-cata a {
        font-size: 30px; } }

.single-service-block {
  position: relative;
  z-index: 1; }
  .single-service-block h4 {
    text-transform: uppercase; }
  .single-service-block p {
    margin-bottom: 0; }

.pixel-prices-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pixel-prices-area {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-prices-area {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .pixel-prices-area {
      padding-top: 0; } }

.single-price-table-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 70px 50px;
  background-color: #efefef;
  text-align: center;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area {
      padding: 50px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-price-table-area {
      padding: 50px 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      margin-bottom: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .single-price-table-area {
      padding: 50px 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 0 !important; } }
  .single-price-table-area .price-value {
    margin-bottom: 20px; }
    .single-price-table-area .price-value h2 {
      font-size: 72px;
      margin-bottom: 0;
      line-height: 1;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-price-table-area .price-value h2 {
          font-size: 52px; } }
      @media only screen and (max-width: 767px) {
        .single-price-table-area .price-value h2 {
          font-size: 52px; } }
      .single-price-table-area .price-value h2 span:last-child {
        font-size: 14px;
        color: #969696; }
      .single-price-table-area .price-value h2 span:first-child {
        position: relative;
        z-index: 1; }
        .single-price-table-area .price-value h2 span:first-child::after {
          content: '$';
          font-size: 30px;
          position: absolute;
          top: 23px;
          right: -16px;
          z-index: 1; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .single-price-table-area .price-value h2 span:first-child::after {
              top: 12px; } }
          @media only screen and (max-width: 767px) {
            .single-price-table-area .price-value h2 span:first-child::after {
              top: 12px; } }
  .single-price-table-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .single-price-table-area h2 {
        font-size: 24px; } }
  .single-price-table-area p {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area p {
        font-size: 12px; } }
  .single-price-table-area .price-desc {
    position: relative;
    z-index: 1;
    margin: 50px 0; }
    .single-price-table-area .price-desc li {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-bottom: 1px solid #dfdfdf;
      padding: 10px 0;
      color: #969696;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-price-table-area .price-desc li {
          font-size: 13px; } }
      .single-price-table-area .price-desc li img {
        margin-right: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-price-table-area .price-desc li img {
            margin-right: 10px; } }
  .single-price-table-area.active, .single-price-table-area:hover {
    z-index: 100;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #688bfe; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media only screen and (max-width: 767px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    .single-price-table-area.active .price-value h2, .single-price-table-area:hover .price-value h2 {
      color: #ffffff; }
      .single-price-table-area.active .price-value h2 span, .single-price-table-area:hover .price-value h2 span {
        color: #ffffff; }
    .single-price-table-area.active h2,
    .single-price-table-area.active p,
    .single-price-table-area.active .price-desc li, .single-price-table-area:hover h2,
    .single-price-table-area:hover p,
    .single-price-table-area:hover .price-desc li {
      color: #ffffff; }

/* Contact Area CSS */
.contact-form-area input,
.contact-form-area textarea {
  background-color: #f6f6f6;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #969696;
  text-align: center;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition-duration: 500ms; }
  .contact-form-area input:focus,
  .contact-form-area textarea:focus {
    background-color: #f6f6f6;
    box-shadow: none;
    border-bottom-color: #ff7902; }
.contact-form-area textarea {
  height: 170px;
  padding-top: 20px;
  margin-bottom: 50px; }

.map-area {
  position: relative;
  z-index: 2;
  height: 690px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 320px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }

.single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-contact-content:last-child {
    margin-bottom: 0; }
  .single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #969696;
    color: #688bfe;
    text-align: center;
    line-height: 28px;
    margin-right: 20px; }
  .single-contact-content .text {
    position: relative;
    z-index: 1; }
    .single-contact-content .text h6 {
      font-size: 18px;
      margin-bottom: 10px; }
    .single-contact-content .text p {
      margin-bottom: 0; }

/* Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title h2 {
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .elements-title h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elements-title h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .elements-title h2 {
        font-size: 24px; } }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area img {
    display: block;
    margin: 0 auto 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area h5 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area p {
    font-size: 14px; }
  .single-service-area a {
    display: block;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ff7902; }
    .single-service-area a:hover, .single-service-area a:focus {
      color: #688bfe; }
  .single-service-area:hover img, .single-service-area:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-service-area:hover h5, .single-service-area:focus h5 {
    color: #ff7902; }

.single-cool-fact {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ff7902;
    font-weight: 500; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text h6 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #969696; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #688bfe;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 70px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ff7902;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #ff7902;
      font-weight: 600; }
    .single-skils-area .skills-text p {
      margin-bottom: 0;
      color: #969696; }

.pixel-tabs-content {
  position: relative;
  z-index: 1; }
  .pixel-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .pixel-tabs-content .nav-tabs .nav-link {
      background-color: #ff7902;
      padding: 0 20px;
      height: 48px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .pixel-tabs-content .nav-tabs .nav-link {
          padding: 0 5px;
          height: 40px;
          line-height: 40px;
          font-size: 12px; } }
      .pixel-tabs-content .nav-tabs .nav-link.active {
        background-color: #688bfe;
        color: #ffffff; }
  .pixel-tabs-content .pixel-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .pixel-tabs-content .pixel-tab-text p {
      margin-bottom: 0; }
  .pixel-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #688bfe;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #ffffff; }
  .single-icons span {
    display: block;
    color: #ffffff; }

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.jump {
    display: inline-block;
    animation: jump 0.5s infinite ease-in-out;
}