/* small reset */
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, input, select, legend, textarea, fieldset {
  margin: 0;
  padding: 0;
}

/* body */
body {
  width: 100%;
  position: relative;
  font: 16px/1.75 'Futura BT Book', sans-serif;
  background: #fff;
  color: #888;
}

html, body {
  scroll-behavior: smooth;
}

 @font-face {
    font-family: 'Futura BT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura BT Book'), url('../fonts/futura/webfonts/futura-book-bt.ttf') format('woff');
    }

     @font-face {
    font-family: 'Futura BT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura BT Medium'), url('../fonts/futura/webfonts/futura-medium-bt.ttf') format('woff');
    }

     @font-face {
    font-family: 'Futura BT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura BT Heavy'), url('../fonts/futura/webfonts/futura-heavy-bt.ttf') format('woff');
    }

    @font-face {
    font-family: 'Futura BT Extra Black';
    font-style: normal;
    font-weight: normal;
    src: local('Futura BT Extra Black'), url('../fonts/futura/webfonts/futura-extra-black-bt.ttf') format('woff');
    }
    

 


::selection {
  color: #fff!important;
  background: #AD0034!important;
}

.font-heading-primary {
  font-family: 'Futura BT Book', sans-serif;
}

.font-heading-secondary {
  font-family: 'Futura BT Book', sans-serif;
}

#full-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  background-color: #fff;
}

html.scroll-lock {
  overflow: hidden;
}

/* custom default content width */
/* boxed width */
body.boxed {
  background-color: #eee;
}

body.boxed #full-container,
body.boxed .header-bar,
body.boxed .header-bar-wrap,
body.boxed #scroll-progress {
  width: 1300px;
}

body.boxed .header-bar-wrap {
  margin: auto;
}

body.boxed #full-container {
  margin: 60px auto;
  border-radius: 5px;
  box-shadow: 0 9px 30px 5px rgba(136, 136, 136, 0.2);
}

body.boxed #full-container .header-bar,
body.boxed #full-container #scroll-progress {
  margin: auto;
}

body.boxed #full-container .header-bar {
  width: 100%;
}

@media (max-width: 1300px) {
  body.boxed #full-container {
    margin: 0;
    border-radius: 0;
  }
  body.boxed #full-container,
  body.boxed .header-bar,
  body.boxed .header-bar-wrap,
  body.boxed #scroll-progress {
    width: auto;
  }
}

/* space between bootstrap columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* removing last element margin bottom in column */
[class*="col-"] p:last-child,
[class*="col-"] .img-preview:last-child,
[class*="col-"] .video-preview:last-child,
[class*="col-"] .entry:last-child,
[class*="col-"] .list:last-child,
[class*="col-"] .connect-box:last-child {
  margin-bottom: 0;
}

/* general links */
a,
a img {
  outline: none !important;
  border: none;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
}

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

a:focus {
  color: #fff;
  text-decoration: none;
}

p a {
  border-bottom: 1px dotted transparent;
}

p a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #05d561;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 13px;
  font-family: 'Futura BT Book', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
}

h1.capitalized,
h2.capitalized,
h3.capitalized,
h4.capitalized,
h5.capitalized,
h6.capitalized {
  text-transform: capitalize !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #222;
  transition: all 0.15s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #05d561;
}

h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 600;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

span.bold800 {
  font-weight: 800!important;
}

span.bold800italic {
  font-style: italic;
  font-weight: 800!important;
}

span.size122em {
  font-size: 1.22em;
}

.size-15{
  font-size: 15px;
}
.size-36{
  font-size: 36px;
}



.size-50{
  font-size: 50px;
}
.size60{
  font-size: 60px;
}

.size70{
  font-size: 70px;
}

.size80{
  font-size: 80px;
  margin: auto;
}

@media screen and (max-width: 530px){
  .size70{
  font-size: 50px;
}
}

/* heading weights */
.heading-200 {
  font-weight: 300;
}

.border-1{
position: relative;
}

.border-1:after{
  content: '';
  height: 50%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 20%;
  background-color: rgba(255, 255, 255, 0.5);

}

@media (max-width: 991px){
  .border-1:after{
    display: none;
  }
}


@media (max-width: 1400px) {
  h1 {
    font-size: 37.8px;
  }
  h2 {
    font-size: 32.4px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 21.6px;
  }
  h5 {
    font-size: 16.2px;
  }
  h6 {
    font-size: 14.4px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 35.7px;
  }
  h2 {
    font-size: 30.6px;
  }
  h3 {
    font-size: 25.5px;
  }
  h4 {
    font-size: 22.8px;
  }
  h5 {
    font-size: 17.1px;
  }
  h6 {
    font-size: 15.2px;
  }
}

/* paragraphs */
p {
  margin-bottom: 22px;
}

.dark p {
  color: #fff;
}

/* images */
img {
  max-width: 100%;
}

/* strong */
strong {
  /*color: #222;*/
  font-weight: 600;
}

/* texts highlighting delection */
::-moz-selection {
  background: #c0eaf5;
  color: #222;
}

::selection {
  background: #c0eaf5;
  color: #222;
}

/* text colored */
.color-red {
  color: #AD0034;
}

.color-blue {
  color: #001c38;
}

.color-gray{
  color: #444444;
}

.font-heavy{  font-family:'Futura BT Heavy', sans-serif!important;}
.font-book{  font-family:'Futura BT Book', sans-serif!important;}
.font-medium{  font-family:'Futura BT Medium', sans-serif!important;}
.font-black{  font-family:'Futura BT Extra Black', sans-serif!important;}

/* form settings */
form {
  position: relative;
  font-family: 'Futura BT Book', sans-serif!important;
}

form [class*="col-"]:last-child .form-group:last-child {
  overflow: hidden;
  margin-bottom: 0 !important;
}

form .form-group {
  position: relative;
  margin-bottom: 0;
}

form .form-group + .form-group {
  margin-top: 20px;
}

form.form-inline .form-group + .form-group {
  margin-top: 0;
}

input,
input.form-control,
button[type="submit"],
button[type="submit"].form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  padding: 0 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  box-shadow: inset 0px 0 0 2px #eee;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.2s;
  color: #888;
  background-color: transparent;
}

input[type=checkbox] {
  position: relative;
  border: 2px solid #AD0034;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #001C38;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}


input::placeholder{
  color: #444 !important;
}

select option{
  color: #444;
}


textarea,
textarea.form-control {
  height: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 27px !important;
  border-radius: 15px;
  resize: vertical;
}

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #444;
  /*box-shadow: inset 0 0 0 2px #ccc;
  background: #fff;
  color: #222;*/
}

button:focus,
button.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.field-icon {
  position: absolute !important;
  left: 20px;
  top: 7px;
  font-size: 18px;
  color: #7a7a7a;
}

.field-icon + input[type="text"],
.field-icon + input[type="email"],
.field-icon + textarea {
  text-indent: 28px;
}

.field-icon + select {
  text-indent: 25px;
}

select,
select option {
  color: #222;
}

select:invalid,
{
  color: #888!important;
}

.form-inline .form-control {
  width: 100%;
}

abbr {
  cursor: help;
}

label {
  vertical-align: top;
  margin-bottom: 0;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

label.error {
  display: block;
  margin: 5px 0 0;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #f33;
}

input.error, input.error:focus,
textarea.error,
textarea.error:focus,
select.error,
select.error:focus {
  box-shadow: 0 0 0 2px #f33;
  background: #fff;
}

input[type="submit"],
input[type="submit"].form-control,
button[type="submit"],
button[type="submit"].form-control {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  transition: all 0.2s;
  color: #fff !important;
  background-color: #AD0034;
}

@media (max-width: 480px) {
  input[type="submit"],
  input[type="submit"].form-control,
  button[type="submit"],
  button[type="submit"].form-control {
    padding: 0 30px;
  }
}

input[type="submit"]:not(.btn),
input[type="submit"].form-control:not(.btn),
button[type="submit"]:not(.btn),
button[type="submit"].form-control:not(.btn) {
  box-shadow: none;
}

input[type="submit"].icon,
input[type="submit"].form-control.icon,
button[type="submit"].icon,
button[type="submit"].form-control.icon {
  position: absolute;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  padding: 0;
  width: 80px;
  height: 52px;
  font-size: 17px;
  border-radius: 0 999px 999px 0;
  box-shadow: 0px 15px 15px 4px rgba(0, 0, 0, 0.1);
}

.form-inline .form-control[type="submit"] {
  width: auto;
}

input[type="submit"]:hover,
input[type="submit"].form-control:hover,
button[type="submit"]:hover,
button[type="submit"].form-control:hover {
  background-color: #001C38;
}

input[type="submit"]:focus,
input[type="submit"].form-control:focus {
  box-shadow: none;
}

.btn-send{
  max-width: 30%;
}
.section-captcha{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g-recaptcha{
  padding: 20px 0;
}

/* section flat */
.section-flat {
  width: 100%;
  position: relative;
}

.section-flat .section-content {
  width: 100%;
  padding: 90px 0 60px;
  position: relative;
  clear: both;
}

.section-flat .section-content > .container-fluid {
  padding: 0;
}

/* section title */
.section-title {
  margin-top: -5px;
}

.section-title h2 {
  margin-top: -1em!important;
}

.section-title h5 {
  margin-bottom: 12px;
  font-weight: 500;
  color: #05d561;
}

.section-title p {
  padding-top: 5px;
  font-size: 18px;
}

.section-title.text-white h5 {
  opacity: 0.8;
  color: #fff;
}

.section-title.text-white h1 {
  color: #fff;
}

.section-title.text-white p {
  opacity: 0.7;
  color: #fff;
}

.col-md-8 .section-title.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-md-8 .section-title.text-center h2 {
  width: 80%;
}

@media screen and (min-width: 710px) and (max-width: 869px) /* motorola 710-869px landscape */ {
  .section-title h2 {
    margin-top: -2em;
    text-align: center;
  }  
}

@media screen and (min-width: 479px) {
  .section-title h2 {
    margin-top: -3em;
    text-align: center;
  }
}

@media screen and (max-width: 479px) /* Mobile MotoG8 Plus portrait 412px */ {
  .section-title h2 {
    margin-top: -80px;
    font-size: 28px;
    text-align: center;
  }

  span.size122em {
    font-size: 1.24em;
  }  
}

@media (max-width: 768px) {
  .col-md-8 .section-title.text-center h2 {
    width: 100%;
  }
}

.col-md-8 .section-title.text-center p {
  width: 75%;
}

@media (max-width: 768px) {
  .col-md-8 .section-title.text-center p {
    width: 100%;
  }
}

/* section parallax */
.section-parallax {
  width: 100%;
  position: relative;
  background-color: #ccc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-parallax .section-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 120px 0;
  z-index: 2;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-parallax .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
}

.section-parallax .bg-element + img {
  display: none;
}

@media (max-width: 992px) {
  /*.section-parallax > .bg-element {
    background-position: initial !important;
  }*/
}

/* image bg */
.img-bg {
  overflow: hidden;
  position: relative;
  display: block;
  height: 330px;
  border-radius: 4px;
  background: no-repeat center / cover;
  background-color: #ddd;
  transition: all 0.5s;
}

.img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  transition: all 0.4s ease;
}

.img-bg > a {
  position: relative;
  display: block;
  height: 100%;
}

.img-bg > a img {
  display: block;
}

.img-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.img-bg .overlay,
.img-bg .overlay .overlay-inner {
  transition: all 0.3s ease;
}

.img-bg .overlay .overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.2s 0.2s;
}

.img-bg .overlay .overlay-inner > * {
  position: relative;
  z-index: 10;
}

.img-bg .overlay .overlay-inner .sub-title {
  color: #05d561;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

.img-bg .overlay .overlay-inner h1, .img-bg .overlay .overlay-inner h2, .img-bg .overlay .overlay-inner h3, .img-bg .overlay .overlay-inner h4, .img-bg .overlay .overlay-inner h5, .img-bg .overlay .overlay-inner h6 {
  color: #fff;
}

.img-bg .overlay .overlay-inner h1:last-child, .img-bg .overlay .overlay-inner h2:last-child, .img-bg .overlay .overlay-inner h3:last-child, .img-bg .overlay .overlay-inner h4:last-child, .img-bg .overlay .overlay-inner h5:last-child, .img-bg .overlay .overlay-inner h6:last-child {
  margin-bottom: 0;
}

/* slider image bg */
.slider-img-bg .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  transition: all 0.4s ease;
}

.slider-img-bg .slide > img {
  display: none;
}

/* image preview */
.img-preview {
  position: relative;
}

.img-preview img {
  max-width: 100%;
}

/* box info */
.box-info {
  position: relative;
}

.box-info.text-white {
  color: #fff;
}

.box-info.text-white p {
  color: rgba(255, 255, 255, 0.5);
}

.box-info .box-icon {
  float: left;
  margin: 0 20px 0 0;
}

.box-info .box-icon img {
  margin-top: 6px;
}

.box-info .box-icon i {
  margin-top: 1px;
}

.box-info .box-content h5 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .reversed .box-icon {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .reversed .box-content {
    text-align: right;
  }
}

/* divider space */
[class*="divider-"] {
  display: block;
  overflow: hidden;
  clear: both;
}

.divider-140 {
  height: 140px;
}

.divider-130 {
  height: 130px;
}

.divider-120 {
  height: 120px;
}

.divider-110 {
  height: 110px;
}

.divider-100 {
  height: 100px;
}

.divider-90 {
  height: 90px;
}

.divider-80 {
  height: 80px;
}

.divider-70 {
  height: 70px;
}

.divider-60 {
  height: 60px;
}

.divider-50 {
  height: 50px;
}

.divider-40 {
  height: 40px;
}

.divider-30 {
  height: 30px;
}

.divider-20 {
  height: 20px;
}

.divider-10 {
  height: 10px;
}

@media (max-width: 992px) {
  [class*="divider-"].divider-md-0 {
    height: 0;
  }
  [class*="divider-"].divider-md-10 {
    height: 10px;
  }
  [class*="divider-"].divider-md-20 {
    height: 20px;
  }
  [class*="divider-"].divider-md-30 {
    height: 30px;
  }
  [class*="divider-"].divider-md-40 {
    height: 40px;
  }
  [class*="divider-"].divider-md-50 {
    height: 50px;
  }
  [class*="divider-"].divider-md-60 {
    height: 60px;
  }
  [class*="divider-"].divider-md-70 {
    height: 70px;
  }
  [class*="divider-"].divider-md-80 {
    height: 80px;
  }
  [class*="divider-"].divider-md-90 {
    height: 90px;
  }
  [class*="divider-"].divider-md-100 {
    height: 100px;
  }
  [class*="divider-"].divider-md-110 {
    height: 110px;
  }
  [class*="divider-"].divider-md-120 {
    height: 120px;
  }
  [class*="divider-"].divider-md-130 {
    height: 130px;
  }
  [class*="divider-"].divider-md-140 {
    height: 140px;
  }
}

@media (max-width: 768px) {
  [class*="divider-"].divider-sm-0 {
    height: 0;
  }
  [class*="divider-"].divider-sm-10 {
    height: 10px;
  }
  [class*="divider-"].divider-sm-20 {
    height: 20px;
  }
  [class*="divider-"].divider-sm-30 {
    height: 30px;
  }
  [class*="divider-"].divider-sm-40 {
    height: 40px;
  }
  [class*="divider-"].divider-sm-50 {
    height: 50px;
  }
  [class*="divider-"].divider-sm-60 {
    height: 60px;
  }
  [class*="divider-"].divider-sm-70 {
    height: 70px;
  }
  [class*="divider-"].divider-sm-80 {
    height: 80px;
  }
  [class*="divider-"].divider-sm-90 {
    height: 90px;
  }
  [class*="divider-"].divider-sm-100 {
    height: 100px;
  }
  [class*="divider-"].divider-sm-110 {
    height: 110px;
  }
  [class*="divider-"].divider-sm-120 {
    height: 120px;
  }
  [class*="divider-"].divider-sm-130 {
    height: 130px;
  }
  [class*="divider-"].divider-sm-140 {
    height: 140px;
  }
}

@media (max-width: 480px) {
  [class*="divider-"].divider-xs-0 {
    height: 0;
  }
  [class*="divider-"].divider-xs-10 {
    height: 10px;
  }
  [class*="divider-"].divider-xs-20 {
    height: 20px;
  }
  [class*="divider-"].divider-xs-30 {
    height: 30px;
  }
  [class*="divider-"].divider-xs-40 {
    height: 40px;
  }
  [class*="divider-"].divider-xs-50 {
    height: 50px;
  }
  [class*="divider-"].divider-xs-60 {
    height: 60px;
  }
  [class*="divider-"].divider-xs-70 {
    height: 70px;
  }
  [class*="divider-"].divider-xs-80 {
    height: 80px;
  }
  [class*="divider-"].divider-xs-90 {
    height: 90px;
  }
  [class*="divider-"].divider-xs-100 {
    height: 100px;
  }
  [class*="divider-"].divider-xs-110 {
    height: 110px;
  }
  [class*="divider-"].divider-xs-120 {
    height: 120px;
  }
  [class*="divider-"].divider-xs-130 {
    height: 130px;
  }
  [class*="divider-"].divider-xs-140 {
    height: 140px;
  }
}

/*  divider space with Line */
.divider-container {
  display: flex;
  position: relative;
}

.divider-line {
  display: inline-block;
  clear: both;
  margin: 90px auto 80px;
  width: calc(100% - 30px);
  border-top: 1px solid;
  border-top-color: #eee;
}

[class*="col-"] .divider-line {
  width: 100%;
}

/* Divider Space with two lines */
.divider-two-lines {
  height: 4px;
  margin-bottom: 70px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  display: block;
  position: relative;
  top: 60px;
  clear: both;
}

/* ppp fade effect */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*  icons */
.icon {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* sizes */
  /* colors */
  /* spaced */
}

i {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* sizes */
  /* colors */
  /* spaced */
}

.icon i,
.icon img {
  display: block;
}

i {
  display: block;
}

.icon img {
  max-width: 100%;
  max-height: 100%;
}

.icon.x5 {
  width: 70px;
  height: 70px;
  font-size: 70px;
}

.icon.white i {
  color: #fff;
}

.icon.spaced {
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  /* sizes */
  /* rounded */
  /* colors */
}

.icon.spaced.x5 {
  width: 70px;
  height: 70px;
  font-size: 28px;
}

.icon.spaced.rounded {
  border-radius: 100%;
}

.icon.spaced.colorful-bg {
  background-color: #05d561;
}

/* buttons */
.btn {
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 3px;
  /*font-weight: 700;*/
  letter-spacing: 0.3px;
  text-align: center;
  border: 1px solid;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Futura BT Book', sans-serif;
  transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  /* sizes */
  /* position */
  /* styles */
}

.btn button.btn {
  box-shadow: none;
}

.btn.rounded {
  border-radius: 999px;
}

.btn.with-icon.medium i {
  margin-left: 8px;
  font-size: 16px;
}

.btn.with-icon.small i {
  margin-left: 6px;
  font-size: 16px;
}

.btn.x-small {
  padding: 5px 16px;
  font-size: 12px;
}

.btn.small {
  padding: 4px 24px;
  font-size: 16px;
}

.btn.medium {
  padding: 11px 30px;
  font-size: 16px;
}

@media (max-width: 480px) {
  .btn.medium {
    padding: 8px 20px;
    font-size: 12px;
  }
}

.btn.large {
  padding: 7px 35px;
  font-size: 18px;
  border-width: 3px;
}

@media (max-width: 480px) {
  .btn.large {
    padding: 6px 32px;
    font-size: 16px;
  }
}

.btn.x-large {
  padding: 5px 44px;
  font-size: 20px;
  border-width: 3px;
}

@media (max-width: 480px) {
  .btn.x-large {
    padding: 5px 40px;
    font-size: 21px;
  }
}

.btn.xx-large {
  padding: 18px 57px;
  font-size: 20px;
  border-width: 3px;
}

.btn.position-right {
  margin-left: auto;
}

.btn.colorful {
  background-color: #AD0034;
  color: #fff;
  border-color: #AD0034;
}


.btn.colorful, .btn.hover-colorful:hover {
  background-color: #AD0034;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #AD0034;
}

.btn.colorful-2, .btn.hover-colorful-2:hover {
  background-color: #001C38;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #04b753;
}

.btn.white, .btn.hover-white:hover {
  background: #fff;
  color: #222;
  text-shadow: none;
  border-color: #fff;
}

.btn.grey, .btn.hover-grey:hover {
  background: #eee;
  color: #222;
  text-shadow: none;
  border-color: #eee;
}

.btn.dark, .btn.hover-dark:hover {
  background: #001C38;
  color: #fff;
  text-shadow: none;
  border-color: #001C38;
}

.btn.colorful-darken, .btn.hover-colorful-darken:hover {
  background-color: #04b753;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #04b753;
}

.btn.gradient-1 {
  border: none;
  color: #fff;
  background-color: #05d561;
  background-image: -webkit-linear-gradient(235deg, #05d561 0%, #04b753 100%);
  background-image: -moz-linear-gradient(235deg, #05d561 0%, #04b753 100%);
  background-image: -o-linear-gradient(235deg, #05d561 0%, #04b753 100%);
  background-image: linear-gradient(235deg, #05d561 0%, #04b753 100%);
}

.btn.gradient-1::before {
  background-color: #04b753;
  background-image: -webkit-linear-gradient(190deg, #04b753 0%, #05d561 100%);
  background-image: -moz-linear-gradient(190deg, #04b753 0%, #05d561 100%);
  background-image: -o-linear-gradient(190deg, #04b753 0%, #05d561 100%);
  background-image: linear-gradient(190deg, #04b753 0%, #05d561 100%);
}

.btn.gradient-2 {
  border: none;
  color: #fff;
  background-color: #ef8405;
  background-image: -webkit-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -moz-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: -o-linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  background-image: linear-gradient(90deg, #ef8405 0%, #ff991f 100%);
  box-shadow: 0 7px 32px 0 rgba(166, 165, 165, 0.34);
}

.btn.gradient-2::before {
  background-color: #ff991f;
  background-image: -webkit-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: -moz-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: -o-linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
  background-image: linear-gradient(0deg, #ff991f 0%, #ef8405 100%);
}

.btn.gradient-2:hover {
  box-shadow: 0 7px 10px 0 rgba(166, 165, 165, 0.6);
}

.btn[class*="gradient-"]:hover::before {
  opacity: 1;
}

.btn[class*="gradient-"]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.btn.move-top {
  transform: translateY(0);
}

.btn.move-top:hover {
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .btn.xx-large {
    padding: 6px 45px;
    font-size: 20px;
  }
}

/* social icons */
.social-icons {
  position: relative;
  display: flex;
  list-style: none;
  margin-bottom: -5px;
  font-size: 0;
  /* sizes */
  /* animated */
  /* colors */
}

.social-icons li {
  display: inline-block;
  margin-bottom: 5px;
}

.social-icons li + li {
  margin-left: 10px;
}

.social-icons li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.social-icons li a i {
  position: relative;
  top: 50%;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.social-icons li a i:first-child, .social-icons li a i:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons li a i:last-child {
  opacity: 0;
}

.social-icons.x3 li a {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.social-icons.x3 li i:first-child, .social-icons.x3 li i:last-child {
  width: 16px;
  height: 16px;
}

.social-icons.x4 li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.social-icons.x4 li i:first-child, .social-icons.x4 li i:last-child {
  width: 26px;
  height: 26px;
}

.social-icons.icon-only li + li {
  margin-left: 2px;
}

.social-icons.icon-only.x4 li a {
  width: 30px;
  height: 30px;
}

.social-icons.rounded a {
  border-radius: 999px;
}

.social-icons.animated li a:hover i:last-child {
  opacity: 1;
}

.social-icons.animated li a:hover i:first-child {
  opacity: 0;
}

.social-icons.animated.x4 li a:hover i:first-child {
  margin-top: -26px;
}

.social-icons.animated.x5 li a:hover i:first-child {
  margin-top: -28px;
}

.social-icons.white li a,
.social-icons.grey li a,
.social-icons.hover-colorful li a:hover {
  background: transparent;
}

.social-icons.grey li a i:first-child {
  color: #888;
}

.social-icons.white li a i:first-child {
  color: #fff;
}

.social-icons.hover-colorful li a i:last-child,
.social-icons.hover-colorful:not(.animated) li a:hover i:first-child {
  color: #05d561;
}

.social-icons.hover-white li a i:last-child,
.social-icons.hover-white:not(.animated) li a:hover i:first-child {
  color: #fff;
}

.social-icons.white-bg a {
  background-color: #fff;
}

.social-icons.white-bg a i:first-child {
  color: #222;
}

.social-icons.grey-bg a {
  background-color: #eee;
}

.social-icons.grey-bg a i:first-child {
  color: #222;
}

.social-icons.white-transparent-bg a {
  background-color: #fff;
  border: 1px solid #eee;
}

.social-icons.white-transparent-bg a i:first-child {
  color: #222;
}

.social-icons.hover-white-bg a:hover {
  background-color: #fff !important;
}

.social-icons.hover-white-bg a:hover i:first-child {
  color: #000;
}

.social-icons.hover-dark-bg a:hover {
  background-color: #222;
}

.social-icons.hover-dark-bg a:hover i:first-child {
  color: #fff;
}

.social-icons.hover-colorful-bg a:hover {
  background-color: #05d561;
  border-color: #05d561;
}

.social-icons.hover-colorful-bg a:hover i:first-child {
  color: #fff;
}

.social-icons.hover-colorful-bg a:hover i:last-child {
  color: #fff;
}

.social-icons.colorful-bg li a i:first-child {
  color: #fff;
}

.social-icons.colorful-bg li a.si-facebook {
  background-color: #3b5999;
}

.social-icons.colorful-bg li a.si-twitter {
  background-color: #55acee;
}

.social-icons.colorful-bg li a.si-instagramorange {
  background-color: #f77737;
}

.social-icons.colorful-bg li a.si-linkedin {
  background-color: #007bb5;
}

/* scroll top icon */
.scroll-top-icon {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  background-color: #AD0034;
  position: fixed;
  bottom: -50px;
  right: 40px;
  z-index: 15;
}

.scroll-top-icon.show {
  bottom: 40px;
}

.scroll-top-icon:hover {
  background-color: #F5004A;
  color: #fff;
}

.scroll-top-icon:focus {
  color: #fff;
}

@media (max-width: 768px) {
  .scroll-top-icon {
    display: none !important;
  }
}

/* page title */
#page-title {
  position: relative;
  background-color: #fafafa;
}

#page-title #page-title-wrap {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

#page-title .container,
#page-title .row,
#page-title [class*="col-"] {
  height: 100%;
}

#page-title > h2 {
  margin-bottom: 6px;
}

#page-title h4 {
  margin: 15px 0 0;
}

#page-title > h5 {
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0;
  font-family: 'Futura BT Book', sans-serif;
  font-size: 18px;
  display: none;
}

/* breadcrumb */
.breadcrumb {
  list-style: none;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-weight: 500;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li::before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  padding: 0 10px;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #fff;
}

.breadcrumb li.active {
  color: #ff991f;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb i {
  margin-left: 5px;
  font-size: 16px;
}

/* tables */
table {
  width: 100%;
}

table h5 {
  margin-bottom: 0;
}

table thead {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #222;
}

table thead th {
  padding: 15px 20px;
  text-align: right;
  font-weight: 600;
}

table thead th + th {
  border-right: 1px solid #ddd;
}

table tbody {
  color: #222;
}

table tbody tr {
  background: #fff;
}

table tbody tr + tr {
  border-top: 1px solid #ddd;
}

table tbody td {
  padding: 25px 20px;
  font-size: 14px;
}

table tbody td + td {
  border-right: 1px solid #ddd;
}

table tbody td:first-child {
  padding-right: 0;
}

/* loading progress */
#loading-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#loading-progress::before, #loading-progress::after {
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

#loading-progress::before, #loading-progress::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#loading-progress::before {
  background: #001C38;
}

#loading-progress::after {
  background: #AD0034;
}

#loading-progress.hide-it {
  visibility: hidden;
  transition-delay: 1.5s;
}

#loading-progress.hide-it::before, #loading-progress.hide-it::after {
  transform: translateY(-100%);
}

#loading-progress.hide-it::before {
  transition-delay: 1.1s;
}

#loading-progress .logo {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  transition: all 0.4s 0.3s;
}

#loading-progress .lp-content {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 0.4s;
}

#loading-progress .lp-counter {
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Futura BT Book', sans-serif;
  color: #888;
}

#loading-progress .lp-counter #lp-counter {
  display: inline-block;
  width: 33px;
  font-weight: 600;
  text-align: left;
  color: #222;
}

#loading-progress .lp-bar {
  position: relative;
  margin: auto;
  width: 150px;
  background: #eee;
}

#loading-progress .lp-bar #lp-bar {
  height: 2px;
  background: #001C38;
  width: 0;
}

/* bg gradients */
/* opacity values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/* bg gradients */
/* opacity values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/* header */
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

}

.logo {
  display: inline-block;
}

.logo img {
  max-height: 190%;
}

.logo h3,
.logo h3 + span {
  display: none;
}

.logo.text-white h3,
.logo.text-white span {
  color: #fff;
}

.logo.logo-text img {
  display: none;
}

.logo.logo-text h3,
.logo.logo-text h3 + span {
  display: block;
}

.logo.logo-text h3 {
  position: relative;
  margin-bottom: -1px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.logo.logo-text h3 + span {
  font-size: 11px;
  color: #888;
}

.logo-header {
  position: relative;
  height: 43px;
  margin-right: 20px;
  transition: color 0.2996s, top 0.3s;
  padding-left: 30px;
  margin-top: 10px;
}

.title-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 23px;
}

.title-header p {
  color: #fff;
  font-size: 2em;
  font-weight: 900;
}

.button-header {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 28px 26px 0px 0px;
}

@media screen and (max-width: 991.5px){
  .button-header{
    padding: 0px;
    margin-top: -20px;
  }
}

.button-header i {
  margin-right: 10px;
}

@media screen and (min-width: 869px) and (max-width: 869px) /* Motorola Moto G8 Plus landscape 869px */ {
  .title-header p {
    display:block;
    margin-top: -140px;
  }


  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }  
}

@media screen and (min-width: 710px) and (max-width: 710px) /* Motorola Moto G8 Plus landscape 710px */ {
  .title-header p {
    display:block;
    margin-top: -140px;
  }

  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }  
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .title-header p {
    display:block;
    margin-top: -145px;
  }


  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }    
}

@media screen and (min-width: 710px) and (max-width: 992px) /* tablet and large mobiles */ {
  .title-header p {
    display:block;
    margin-top: -140px;
  }


}


@media screen and (min-width: 575px) and (max-width: 709px) /* tablet and large mobiles */ {
  .title-header p {
    display:block;
    margin-top: -140px;
  }

  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }  
}

@media screen and (min-width: 481px) and (max-width: 575px) /* Mobile*/ {
  .title-header p {
    display:block;
    margin-top: -140px;
  }

  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }
} 

@media screen and  (max-width: 480px) /* Mobile*/ {
  .title-header p {
    display:none;
  }

  .btn.x-large {
    padding: 5px 25px;
    font-size: 15px;
  }
} 

@media (max-width: 480px) {}

.logo-header.logo-text {
  text-align: left;
}

.header-bar,
.header-bar-wrap {
  background: #001C38;
  transition: height 0.3s, background 0.3s;
}

.header-bar-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header-bar .container,
.header-bar .row,
.header-bar [class*="col-"] {
  height: 100%;
}

.header-bar .col-md-12 {
  width: 100%;
}

.header-bar .hb-content {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.2s;
}

#header-bar-1 {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}

#header-bar-1 .hb-content {
  margin-left: auto;
}

#header-bar-1,
#header-bar-1 .header-bar-wrap {
  height: 110px;
}

#header-bar-1 .header-bar-wrap {
  z-index: 1;
}

#header-bar-1.is-sticky,
#header-bar-1.is-sticky .header-bar-wrap {
  height: 90px;
}

@media (max-width: 480px) {
  #header-bar-1.is-sticky,
  #header-bar-1.is-sticky .header-bar-wrap {
    height: auto;
  }
}

#header-bar-1.is-sticky .header-bar-wrap {
  background-color: #222;
}

@media (max-width: 480px) {
  #header-bar-1.is-sticky .hb-content {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  #header-bar-1,
  #header-bar-1 .header-bar-wrap {
    height: 110px;
  }

  #header-bar-1 .logo-header {
    margin: 0;
  }
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/* banner */
#banner {
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg/colegio-cultural-puebla-secundaria.webp);
  background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px){
  #banner {
    background-position: left;
  }
}

@media screen and (max-width: 991.5px){
  #banner {
    background-size: contain;
    background-position: top !important;
  }
}

#banner.fullscreen .banner-parallax,
#banner.fullscreen .banner-parallax .row > [class*="col-"] {
  min-height: auto;
}

.margin-auto{
  margin: 0 auto;
}

/* banner parallax */
.banner-parallax {
  position: relative;
  /*background-color: #fff;*/
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-parallax.blured-bg > .bg-element {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.banner-parallax > .bg-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  opacity: 0;
  transition: opacity 1s, filter 1s;
}

@media (max-width: 992px) {
  .banner-parallax > .bg-element {
    background-position: initial !important;
  }
}

.banner-parallax > .bg-element.appeared {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.banner-parallax > .bg-element + img {
  display: none;
}

.banner-parallax > .overlay-pattern {
  opacity: 0;
  transition: opacity 0.5s;
}

.banner-parallax > .overlay-pattern.appeared {
  opacity: 1;
}

.banner-parallax,
.banner-parallax .row > [class*="col-"] {
  min-height: 800px;
}

@media (max-width: 1400px) {
  .banner-parallax,
  .banner-parallax .row > [class*="col-"] {
    height: auto !important;
    min-height: auto !important;
  }
}

.banner-parallax .row {
  display: flex;
  align-items: center;
}

.banner-parallax .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

.banner-parallax .container,
.banner-parallax .row,
.banner-parallax .row > [class*="col-"] {
  height: 100%;
  z-index: 1;
}

.overlay-colored,
.overlay-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-colored {
  z-index: 1;
}

.overlay-pattern {
  z-index: 2;
  background-image: url("#");
  background-repeat: repeat;
  background-position: top left;
}

@media (min-width: 992px) {
  .fullscreen .banner-parallax,
  .fullscreen .banner-slider {
    height: 100% !important;
  }
}

.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

/* slide content */
.slide-content {
  height: 55vh;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.slide-content img {
  display: inline-block !important;
}

.slide-content h4 {
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0.8;
}

.slide-content .subheading {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slide-content h1 {
  position: relative;
  font-size: 70px;
}


@media screen and (max-width: 992px) {
 .slide-content h1{
  font-size: 50px;
    

  }


}


@media (max-width: 480px) {
  .slide-content p {
    font-size: 18px;
  }
}

.slide-content .text-center h1,
.slide-content .text-center h4 {
  margin-left: auto;
  margin-right: auto;
}

.slide-content .text-center h1 {
  width: 85%;
}

.slide-content .text-right h1 {
  margin-left: auto;
}

.slide-content .text-right .description {
  margin-left: auto;
}

@media (max-width: 992px) {
  .slide-content [class*="text-center"] h1,
  .slide-content [class*="text-center"] h4 {
    width: 100%;
  }
  .slide-content [class*="text-center"] .description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .slide-content .col-md-10 .text-center h1,
  .slide-content .col-md-10 .text-center .description {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slide-content h1,
  .slide-content p,
  .slide-content .description {
    /*width: 100%;*/
  }
  .slide-content [class*="text-center"] .description {
    margin-top: 0;
    width: 100%;
  }
}

.btn-row {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.btn-row.style-2 {
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .btn-row.style-2 {
    flex-direction: row;
  }
}

.btn-row small {
  margin-left: 20px;
  opacity: 0.4;
  transition: all 0.2s;
}

.text-white .btn-row small {
  color: #fff;
}

.style-2.btn-row small {
  margin: 20px 0 0;
  text-align: center;
}

@media (max-width: 992px) {
  .style-2.btn-row small {
    margin: 0 0 0 20px;
    text-align: left;
  }
}

.btn-row .btn:hover + small {
  opacity: 0.6;
}

/* banner center box */
.banner-center-box {
  padding: 160px 0 160px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  perspective: 1000px;
  backface-visibility: hidden;
}

@media (max-width: 480px) {
  .banner-center-box {
    padding: 130px 0;
  }
}

.banner-center-box span {
  margin-top: -14em;
}


@media screen and (min-width: 869px) and (max-width: 869px) /* Motorola Moto G8 Plus landscape 869px */ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .banner-center-box span {
    margin-top: 0em;
  }  
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 710px) and (max-width: 992px) /* Motorola Moto G8 Plus landscape 710px */ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 710px) and (max-width: 710px) /* Motorola Moto G8 Plus landscape 710px */ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 575px) and (max-width: 709px) /* tablet and large mobiles */ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 480px) and (max-width: 574px) {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 412px) and (max-width: 479px) /* Mobile MotoG8 Plus portrait 412px */ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

@media screen and (min-width: 320px) and (max-width: 411px) /* Mobile*/ {
  .banner-center-box span {
    margin-top: 0em;
  }
}

.banner-center-box > * {
  position: relative;
}

.banner-center-box.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-center-box.text-white h1,
.banner-center-box.text-white .subheading,
.banner-center-box.text-white .description,
.banner-center-box.text-white .btn-row small {
  color: #001C38;
}

.banner-center-box.text-white .description {
  font-weight: 300;
  opacity: 1;
}

.banner-center-box.text-white .description p{
  font-size: 25px;
}

.banner-center-box.bottom-position {
  margin-top: auto;
  padding-bottom: 0;
}

.banner-center-box h1:last-child,
.banner-center-box h2:last-child,
.banner-center-box h3:last-child,
.banner-center-box h4:last-child,
.banner-center-box h5:last-child,
.banner-center-box h6:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-center-box img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  /* column with helper classes optimization */
  [class*="col-"][class*="pl-"] {
    padding-left: 15px;
  }
  [class*="col-"][class*="pr-"] {
    padding-right: 15px;
  }
  /* banner parallax */
  .banner-parallax,
  .banner-parallax .row > [class*="col-"] {
    height: auto !important;
    min-height: auto !important;
  }
  .banner-parallax .row {
    flex-direction: column;
  }
  .banner-parallax .row > [class*="col-"] {
    align-self: auto;
    flex-grow: 1;
  }
  .banner-parallax [class*="col-"]:not(:first-child) .banner-center-box {
    padding-top: 0 !important;
    margin-top: -80px;
  }
  .banner-center-box {
    display: block;
    top: 0;
    width: 100%;
    transform: translateY(0);
  }
  /* slider */
  .fullscreen {
    height: auto !important;
  }
  .banner-slider {
    min-height: auto !important;
  }
}

/* slick default settings */
.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-slide {
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
  float: left;
}

/* slick dots */
.slick-dotted .slick-dots {
  list-style: none;
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 0;
}

.slick-dotted .slick-dots li {
  margin: 0 5px;
}

.slick-dotted .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transition: all 0.2s;
  background-color: #aaa;
}

.slick-dotted .slick-dots li.slick-active button {
  background-color: #05d561;
}

/* slick arrows */
.slick-arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.slick-arrows a {
  margin: 0 5px;
}

.slick-arrows a:hover {
  color: #000;
}

.slick-arrows a.slick-disabled {
  opacity: 0.5;
}

.slick-arrows a.slick-disabled:hover {
  color: #05d561;
}

.slick-arrows i {
  display: block;
}

/* slider banner */
.slider-banner {
  position: relative;
}

.slider-banner .slide {
  width: 100%;
}

@media (max-width: 1400px) {
  .slider-banner a img {
    max-height: 400px;
  }
}

.slider-banner .slick-slide {
  display: flex;
  justify-content: flex-end;
}

.slider-banner .slick-arrows {
  justify-content: space-between;
  font-size: 25px;
  margin: 0;
  width: 100%;
}

.slider-banner .slick-arrows a {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 70px;
  height: 70px;
  opacity: 0.6;
  border-radius: 999px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.slider-banner .slick-arrows a.slick-arrow i {
  position: relative;
  top: -2px;
  transform: rotate(90deg);
}

.slider-banner .slick-arrows a.slick-next {
  right: 40px;
}

.slider-banner .slick-arrows a.slick-next i {
  right: -2px;
}

.slider-banner .slick-arrows a.slick-next:hover {
  margin-right: -3px;
}

.slider-banner .slick-arrows a.slick-prev {
  left: 40px;
}

.slider-banner .slick-arrows a.slick-prev i {
  left: -2px;
}

.slider-banner .slick-arrows a.slick-prev:hover {
  margin-left: -3px;
}

.slider-banner .slick-arrows a:hover {
  background-color: #05d561;
}

.slider-banner .slick-arrows a.slick-disabled {
  opacity: 0.5;
}

.slider-banner .slick-arrows a.slick-disabled:hover {
  background-color: #05d561;
  color: #fff;
}

.slider-banner .slick-dots {
  position: absolute;
  bottom: 50px;
  margin-top: 0;
  width: 100%;
}

.slider-banner:hover .slick-arrow {
  opacity: 1;
}

/* box form */
.box-form {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .box-form {
    padding: 30px;
  }
}

.box-form .box-title {
  position: relative;
  padding-bottom: 30px;
}

.box-form .box-title h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 480px){
  .box-form .box-title h3{
    font-size: 24px !important;
  }
}

.box-form .box-title p {
  margin-bottom: 0;
  font-size: 16px;
}

.box-form .box-title .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  font-size: 30px;
  background-color: rgba(5, 213, 97, 0.15);
  color: #222;
}

/* subscribe notif */
.cs-notifications {
  display: none;
  margin-bottom: 20px;
  text-align: left;
}

.cs-notifications a {
  text-decoration: underline;
  color: #fff;
}

.cs-notifications a:hover {
  color: #fff;
  text-decoration: none;
}

select option[disabled] {
  color: #ddd;
}

.cs-notifications-content {
  padding: 15px 20px 15px 48px;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #ff3333;
  position: relative;
}

.cs-notifications-content.sent {
  background-color: #3aae39;
}

.cs-error-icon,
.cs-success-icon {
  color: #fff;
  font-size: 12px !important;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  background-color: rgba(0, 0, 0, 0.2);
  left: 15px;
  position: absolute;
  top: 13px;
  border-radius: 50%;
  text-align: center;
}

/* animate.css used code */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* form cta subscribe 1 */
#form-cta-subscribe-1 .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.body-form{
  border-radius: 50px; 
  border: 1px solid #232323;
  padding: 15px 15px 15px 7px;
}

.character-form img {
     position: absolute;
    z-index: 99;
    /* bottom: -130%; */
    left: 0.2%;
    max-height: 30%;
    width: auto;
}

@media screen and (max-width: 1199.5px){
  .character-form img{
    left: -1.3%;
  }
}

@media screen and (max-width: 991.5px){
  .character-form img{
    left: -3.9%;;
  }
}

@media screen and (max-width: 750px ){
  .character-form img{
    width: auto;
    max-height: 25%;
    /*left: -1.3%;
    top: 27%;*/
    left:0%;
    top: 30%;
  }
}

@media screen and (max-width: 680px ){
  .character-form img{
    width: auto;
    max-height: 25%;
    left: -3%;
  }

  .body-form{
    margin: 0 0% 0 0% ;
  }

  .btn-send{
    max-width: 60%;
  }
}


@media screen and (max-width: 650px ){
  .body-form{
    margin: 0 0% 0 1% ;
  }
}

@media screen and (max-width: 580px ){
  .body-form{
    margin: 0 0% 0 2% ;
  }
}

@media screen and (max-width: 550px ){
  .body-form{
    margin: 0 0% 0 4% ;
  }
}

@media screen and (max-width: 480px ){
  .character-form img{
    top: 28%; ;
    max-width: 25%;
  }
  .body-form{
    margin: 0 0% 0 9% ;
  }
}


@media screen and (max-width: 426px ){
  .body-form{
    margin: 0 -12% 0 7% ;
  }
}

@media screen and (max-width: 400px ){
 .character-form img{
  top: 35%;
 }

}

@media screen and (max-width: 380px){
  .body-form{
    margin: 0 -12% 0 6% ;
  }
}

@media screen and (max-width: 360px){
  .body-form{
    margin: 0 -12% 0 7% ;
  }
}

@media screen and (max-width: 321px){
  .body-form{
    margin: 0 -12% 0 4% ;
  }
}

.character-header{
  text-align: left;
}



.character-header img {
    height: 44vh;
}
@media screen and (max-width: 1251px){
.character-header img {
    height: 68vh;
    max-width: 75%;
    object-fit: contain;
}
}


@media screen and (max-width: 991.5px){
  .character-header img{
  height: 35vh;
  margin-top: -100px;
  object-fit: contain;
  max-width: 100%;
}
}

@media screen and (max-width: 676px){
.character-header img {
    height: 30vh;
    margin-top: -80px;
    object-fit: contain;
    max-width: 70%;
}
}

@media screen and (max-width: 480px){
  .character-header img{
    max-width: 100%;
  }
}

/* center horizontal */
.center-horizontal {
  position: relative;
  display: inline-block;
  right: -50%;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  .xs-center-horizontal {
    position: relative;
    display: inline-block;
    left: -50%;
    transform: translateX(50%);
  }
}

@media (max-width: 992px) {
  .md-no-center-horizontal {
    right: 0;
    transform: translateX(0);
  }
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}


#content {
  position: relative;
  line-height: 1.8;
  background-color: #fff;
  z-index: 5;
  /* important 4 icons animations */
}

#content-wrap {
  position: relative;
}

/* content */
.content.sidebar-left {
  padding: 0 0 0 10px;
}

.page-single .section-content {
  padding-top: 0 !important;
  background-color: #fafafa;
}

.page-single .page-single-content {
  padding: 0 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.page-single .page-single-content .content {
  padding: 50px 0;
}

.page-single .content {
  padding: 30px;
}

.page-single.with-sidebar .content {
  padding-right: 40px;
  border-right: 1px solid #ccc;
}

@media (max-width: 992px) {
  .page-single.with-sidebar .content {
    padding-right: 0;
    border-right: none;
  }
}

/* video section */
#video-section {
  height: 650px;
}

#video-section {
  background-color: #f7f7f7;
}

#video-section h2 {
  color: #AD0034;
}

#video-section h2.blue {
  color: #001C38;
}

#video-section .pl-55 {
  padding-left: 55px !important;
}

.character-video img {
  position: absolute;
  max-width: 70%;
  /*z-index: 99;*/
  top: 4.8em;
  right: 7em;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .character-video img {
    max-width: 70%;
    right: 16%;
  } 
}

@media screen and (min-width: 869px) and (max-width: 869px) /* Motorola Moto G8 Plus landscape 869px */ {
  .character-video img {
    max-width: 50%;
    right: 25%;
  }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  .character-video img {
    max-width: 50%;
    right: 25%;
  } 
}

@media screen and (min-width: 710px) and (max-width: 710px) /* Motorola Moto G8 Plus landscape 710px */ {
  .character-video img {
    max-width: 50%;
    right: 25%;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px) /* tablet and large mobiles */ {
  .character-video img {
    max-width: 50%;
    right: 25%;
  }
}

@media screen and (min-width: 480px) and (max-width: 574px) {
  .character-video img {
    right:5.5em;
  }
}

@media screen and (min-width: 412px) and (max-width: 479px) /* Mobile MotoG8 Plus portrait 412px */ {
  .character-video img {
    top: 4em;
    right:4em;
  }
}

@media screen and (min-width: 320px) and (max-width: 411px) /* Mobile*/ {
  .character-video img {
    top: 4em;
    right:60px;
  }
}

@media (max-width: 768px) {
  #video-section .pl-55 {
    padding-left: 15px !important;
  }
}

/* video preview */
#video {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 425px;
  border-radius: 10px;
  box-shadow: 5px 15px 28px 5px rgba(0, 0, 0, 0.18);
  background-color: #000;
  cursor: pointer;
  top: -2em;
}

/*.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio 
    padding-top: 30px; /* IE6 workaround
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 50px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  #video {
    max-width: 500px;
    right: 10%;
    top: -3em;
  }

  #video-section {
    height: 530px;
  } 
}


@media screen and (min-width: 869px) and (max-width: 869px) /* motorola 869px landscape */ {
  #video {
    max-width: 500px;
    margin: 330px auto;
  }    

  #video-section {
    height: 920px;
  } 
}

@media (max-width: 992px) {
  #video {
    min-height: 400px;
  }
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  #video {
    max-width: 700px;
    margin: 477px auto;  
  }  

  #video-section {
    height: 1150px;
  } 
}

@media (max-width: 768px) {
  #video {
    min-height: 350px;
  }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  #video {
    max-width: 500px;
    margin: 325px auto;
  }

  #video-section {
    height: 900px;
  }  
}

@media screen and (min-width: 710px) and (max-width: 710px) /* motorola 710px landscape */ {
  #video {
    max-width: 500px;
    margin: 330px auto;
  }    

  #video-section {
    height: 920px;
  } 
}

@media screen and (min-width: 710px) and (max-width: 991px)  {
    #video {
      min-height: 400px;
    max-width: 90%;
    margin: 280px auto;
  } 

  .image-offer img{
    margin-top: 100px;
  }
}

@media screen and (min-width: 575px) and (max-width: 709px) /* tablet and large mobiles */ {
  #video {
    max-width: 500px;
    margin: 240px auto;
  }

  #video-section {
    height: 900px;
  } 
}

@media screen and (min-width: 480px) and (max-width: 574px) {
  #video {
    max-width: 450px;
    margin: 270px auto;
  }
}

@media screen and (min-width: 412px) and (max-width: 479px) /* Mobile MotoG8 Plus portrait 412px */ {
  #video {
    max-width: 370px;
    margin: 280px auto;
  }

  #video-section {
    height: 777px;
  } 
}

@media screen and (min-width: 320px) and (max-width: 411px) /* Mobile*/ {
  #video {
    max-width: 100%;
    /*right: 5px;*/
    top: 125px;
  }
}

#video .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-preview .btn-video {
  position: absolute;
  z-index: 2;
}

.video-preview .overlay-colored {
  transition: all 0.2s;
}

.video-preview:hover .overlay-colored {
  opacity: 0.6;
}

/* offer section */
.image-offer img {
  border-radius: 10px;
}

.character-offer img {
  position: absolute;
  max-width: 40%; 
  /*z-index: 99;*/
  bottom: -4em;
  right: -10em;
}

.offer-title {
  color: #fff;
  text-align: center !important;
    background-color: #AD0034;
    padding: 0px;
    border-radius: 10px;
    max-width: 50%;
    margin: auto;
    margin-top: -50px;
}

@media screen and (max-width: 1199.5px){
.offer-title{
   max-width: 60%;
   }
}

@media screen and (max-width: 991.5px){
.offer-title{
   max-width: 90%;
   }
}

@media screen and (max-width: 480px){
.offer-title{
   max-width: 99%;
   }
}

.offer-title h2{
  color: #fff !important;
}

.offer-title p{
  color: #fff !important;
  font-family: 'Futura BT Book';
  font-size: 36px;

}

.offer-title span{
  font-family: 'Futura BT Extra Black';
}

.offer-title a:hover{
  color: #fff !important;
}

.offer-info{
  margin-top: -30px;
}

/*.offer-title a {
  position: relative;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  top: 50px;
  left: 299px;
}*/

.offer-button {
  color: white;
  background-color: #AD0034;
  transition: .2s ease;
  border-radius: 10px;
}

.offer-button:hover {
  color: #fff;
  background-color: #001C38;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .image-offer img {
    margin-top: -18%;
  }

  /*.offer-title a {
    left:43%;  
  }*/

  .character-offer img {
    max-width: 40%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) /* motorola 869px landscape */ {
  /*.offer-title a{
   left: 170px;

 }*/
}

@media screen and (min-width: 300px) and (max-width: 991px) /* motorola 869px landscape */ {
  .offer-title{
   text-align: center !important;
    background-color: #AD0034;
    padding: 15px;
    border-radius: 10px;
 }

 .offer-title h2{
  color: #FFF !important;
 }
/* .offer-title a{
   left:  0px;

 }*/

 .offer-title h2{
   text-align: center !important;

 }
}

@media screen and (min-width: 869px) and (max-width: 869px) /* motorola 869px landscape */ {
  .image-offer img {
    margin-top: -10%;
  }

  .offer-title h2 {
    text-align: center;
    line-height: 1em;
  }

  .offer-title a {
    /*left:33%; */ 
  }  

  .character-offer img {
    display: none;
  }
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .image-offer img {
    margin-top: -9%;
  }  

  .offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }

  .offer-title a {
    /*left:32%; */ 
  }

  .character-offer img {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  .image-offer img {
    margin-top: -14%;
  }

  .offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }

  .offer-title a {
    /*left:33%;  */
  }
}

@media screen and (min-width: 710px) and (max-width: 710px) /* motorola 710px landscape */ {
  .image-offer img {
    margin-top: -10%;
  }

  .offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }

  .offer-title a {
    /*left:33%;  */
  }  

  .character-offer img {
    display: none;
  }
}

@media screen and (min-width: 575px) and (max-width: 709px) /* tablet and large mobiles */ {
  .image-offer img {
    margin-top: -35%;
  }

  .offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }

  .offer-title a {
    /*left:27%;  */
  }

  .character-offer img {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 574px) {
  .image-offer img {
    margin-top: 50px;
  }

  .offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }

  /*.offer-title a {
    padding: 15px 20px;
    letter-spacing: 2px;
    top: 35px;
    
  }*/

  .character-offer img {
    display: none;
  }
}

@media screen and (max-width: 530px){
  .offer-title h2{
    margin-top: 10px;
    font-size:25px ;
  }

  .offer-title p{
    margin-bottom: 5px;

  }
  }

  @media screen and (max-width: 350px){
  .offer-title h2{
    margin-top: 10px;
    font-size:22px ;
  }

  .offer-title p{
    margin-bottom: 5px;
    font-size: 30px;

  }

  .offer-title{
    width: 100% !important;
  }

  .container .offer-title{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 412px) and (max-width: 479px) /* Mobile MotoG8 Plus portrait 412px */ {
  .image-offer img {
    margin-top: -70px;
  }

  /*.offer-title h2 {
    margin-top: 30px;
    text-align: center;
    line-height: 1em;
  }*/

 /* .offer-title a {
    padding: 15px 20px;
    letter-spacing: 2px;
    top: 35px;
    
  }*/

  .character-offer img {
    display: none;
  }
}


/* whatsapp floating button */
.float {
  position: fixed;
  width:60px;
  height:60px;
  top:250px;
  right:5px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  z-index:100;
}

.float:hover {
  background-color:#11BA50;
  color:#FFF;  
}

.my-float{
  margin-top:4px;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .float {
    right: 10px;
  }  
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .float {
    right: 10px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767.98px) /* tablet and large mobiles */ {
  .float {
    right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) /* Mobile*/ {
  .float {
    right: 10px;
  }
}

/* telephone floating button */
.float-telephone {
  position: fixed;
  width:60px;
  height:60px;
  top:180px;
  right:5px;
  background-color:#AD0034;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  z-index:100;
}

.float-telephone:hover {
  background-color:#001C38;
  color:#FFF;  
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .float-telephone {
    right: 10px;
  }  
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .float-telephone {
    right: 10px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767.98px) /* tablet and large mobiles */ {
  .float-telephone {
    right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) /* Mobile*/ {
  .float-telephone {
    right: 10px;
  }
}

/* footer */
#footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-bar {
  padding: 100px 0;
  background: #001C38;
}

.footer-bar .fb-row + .fb-row {
  padding-top: 50px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .footer-bar .fb-row {
    flex-direction: column;
  }
}

/* footer bar 1 */
#footer-bar-1 {
  padding: 0;
}

#footer-bar-1 .footer-bar-wrap {
  width: 100%;
}

#footer-bar-1.footer-bar .fb-row {
  display: flex; /* adjusted */
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0 10px 0;
}

@media (max-width: 768px) {
  #footer-bar-1.footer-bar .fb-row {
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
  }
}

#footer-bar-1 .address-school {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  #footer-bar-1 .social-icons {
    margin-left: 0;
    margin-top: 15px;
  }
}

.sep-code {
  color: #fff;
  font-size: 1.5em;
  /*font-weight: 900;*/
}

.copyright {
  color: #fff!important;
  font-size: 1em!important;  
}

.copyright  a {
  color: #fff;
  font-weight: 900;
}

.copyright  a:hover {
  color: #AD0034;
  font-weight: 900;
}

.address-school {
  color: #fff!important;
  font-size: 1.2em!important;
}

.legals a:hover{
color:#AD0034;
}

.social-media-brands {
  padding: 15px 0 10px 0;
}

.social-media-brands ul{
   list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-brands ul li {
  margin: 0 5px;
}

.social-media-brands ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}

.social-media-brands ul li a i {
  font-size: 20px;
}

.social-media-brands a:hover{
  color:#AD0034;

}

.social-media-brands li{
  display: inline-block;
  padding: 5px;
  font-size: 1em;
  

}



@media (max-width: 480px) {
  .address-school {
    font-size: 16px;
  }
}

.address-school a {
  opacity: 1;
  font-weight: 700;
  color: #222;
}

@media screen and (min-width: 767px) {
  .sep-code {
    font-size: 1.3em!important;
    line-height: 1.2em;
    text-align: center;
  }

  .address-school {
    font-size: 1em!important;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
  }

  .copyright {
    font-size: 0.9em!important;
    text-align: center;
    margin-bottom:30px ;
  } 
}

@media screen and (max-width: 767px) /* tablet and large mobiles */ {
  .sep-code {
    font-size: 1.3em!important;
    line-height: 1.2em;
    text-align: center;
  }

  .address-school {
    font-size: 1em!important;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
  }

  .copyright {
    font-size: 0.7em!important;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) /* Mobile*/ {
  .sep-code {
    font-size: 1.3em!important;
    line-height: 1.2em;
    text-align: center;
  }

  .address-school {
    font-size: 1em!important;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
  }

  .copyright {
    font-size: 0.7em!important;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px){
  .padding-resp{
    padding: 0 20px;
  }
}

/* bg gradients */
/* ppacity values */
.opacity-05 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}


/*nuevos estilos*/
@media screen and (max-width: 991.5px){
.none-banner{
  min-height:400px ;
}
}

@media screen and (max-width: 767px){
  .none-banner{
  max-height:300px !important;
  min-height: 280px;
}
}

@media screen and (max-width: 481px){
  .none-banner{
  max-height:250px !important;
  min-height: 250px;
}
}

.img-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
}

.img-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 993px){

  .img-banner{
    width: 100%;
  }

  .img-banner img {
  position: relative;
  max-height:100% ;
  width: 100%;
}
}


.text-banner span{
  color: #AD0034;
  font-weight: 400;
  font-family: 'Futura BT Heavy';

}

.title-banner h1{
  text-align: center;
    color: #001c38;
    font-weight: 800;
    font-family: 'Futura BT Extra Black';
    margin: 20px 0 !important;
}

.text-banner p{
  font-size: 25px;
  color: #001c38;
  font-weight: 600;
  line-height: 30px;
  margin: 0 35px;
  text-align: justify;
}


@media screen and (max-width: 993px){


 /* .text-banner p{
    font-size:2em !important ;
    padding: 5px;

  }*/
}

@media screen and (max-width: 699px){
  .text-banner{
    padding: 5px !important;
  }
  .text-banner p{
    line-height: 22px;
    margin: 0px !important;
    font-size: 22px;
  }
}

@media screen and (max-width: 480px ){
   .text-banner p{
    font-size: 19px;
   }
}

.info-banner{
  display: grid;
  align-items: center;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.9) 5%,rgba(255,255,255,0.95) 8%, rgba(255,255,255,1) 100%);
  height: 55.2vh;
  padding-left: 25px;
}

@media screen and (max-width: 991.5px){
  .info-banner{
    background-color: #fff !important;
  }
}


/*skill section*/

#skill-section{
  background-color: #e2e0e1;
}

#skill-section h2 {
  color: #AD0034;
  font-family: 'Futura BT Heavy';

}

#skill-section h2.blue {
  color: #001C38;
  font-family: 'Futura BT Extra Black';
}

/*cards*/

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    /*max-width: 80%;*/
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
}

.card.hovercard .cardheader {
    background: url("");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -70px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5) ;
    box-shadow: 5px 6px 10px rgba(0, 28, 56, 0.2);
    background-color: #fff;
}

.card.hovercard .info {
    padding: 0px 25px 30px 25px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color: #001C38;
    text-overflow: ellipsis;
}

.card.hovercard .info .desc p{
  font-size: 20px;
  color: #001C38 !important;
}


.card.hovercard .info .desc span{
  font-family: 'Futura BT Extra Black';
  font-size: 20px;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

#offer-section{
  margin-bottom: 150px;
}

.text-offer{
      position: relative;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0px auto;
    font-family: 'Futura BT Medium';
}


.text-offer p{
  font-size: 30px;
  color: #001C38;
  line-height: 30px;
}

@media screen and (max-width: 480px){
  .text-offer{
    padding: 10px;
  }
  .text-offer p{
    margin-top: 15px;
    font-size: 25px;
    line-height: 30px;
  }
}

.form-offer h3{
  color:  #001C38;
  font-weight: 600;
}

form#leads-form{
  width: 85%;
  margin: auto;
  /*border-radius: 50px;
  border: 1px solid #232323;
  padding: 15px 15px 15px 7px;*/


}

@media screen and (max-width: 710px ){
  form#leads-form{
  min-width: 80%;

}
}


.floating-arrow {
    position: absolute;
    max-width: 122px;
    top: 6%;
    right: 26%;
    rotate: 39deg;
    z-index: 120;
}

@media screen and (min-width: 1920px){
  .floating-arrow {
    position: absolute;
    max-width: 160px;
    top: 6%;
    right: 29%;
    rotate: 39deg;
    z-index: 120;
}
}

@media screen and (max-width: 1365px){
  .floating-arrow {
    position: absolute;
    max-width: 122px;
    top: -12%;
    right: 29%;
    rotate: 39deg;
    z-index: 120;

}
}

@media screen and (max-width:1200px ){
  .floating-arrow {
    position: absolute;
    max-width: 122px;
    top: -12%;
    right: 16%;
    rotate: 39deg;
    z-index: 120;
}
}

@media screen and (max-width: 1023px){
  .floating-arrow {
    position: absolute;
    max-width: 122px;
    top: 7%;
    right: 14%;
    rotate: 39deg;
    z-index: 120;
}
}

@media screen and (max-width: 992px){
  .floating-arrow {
    display: none;
  }
}

@media screen and (max-height: 600px ){
  .slide-content{
    height: auto;
  }

  .text-banner{

  }
}

@media screen and (max-width: 992px){
  .slide-content{
    height: auto;
  }
}

.slogan-section{
  padding: 25px 0;
  background-color:#AD0034 ;
  color: #fff;
  text-align: center;
}

.slogan-section h4{
  color: #fff;
  font-size: 2em;
}


.desk{
  display: block;
}
.movil{
  display: none;
}

@media screen and (max-width: 991.5px){
  .desk{
    display: none;
  }

  .movil{
    display: block;
  }

}

@media screen and (max-width: 991.5px){
    .movil h1{
    margin: 0px !important;
  }

  .info-banner{
    height: 35vh;
  }
}

@media screen and (max-width: 480px){
.movil h1{
  font-size: 13vw;
}
}

@media screen and (max-width: 360px){

.info-banner{
  padding-left: 0px;
}

.none-banner {
    max-height: 220px !important;
    min-height: 200px;
}
}

@media (max-width: 900px ) and (max-height: 450px ){
  .info-banner {
    height: 68vh;
}
}

.dir-sec{
  padding: 25px;
}