/* 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;
}


@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;}

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

}

.logo {
  display: inline-block;
}

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

.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;
}

@media screen and (max-width: 400px){
  .logo-header{
    padding-left: 0px;
    height: 40px;
  }

  h3{
    font-size: 20px;
  }
}



.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;
}

.privacy {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0px;
}

.privacy h3{
  color: #fff;
}

@media screen and (max-width: 320px){
   .privacy{
   padding-top: 40px; 
  }
}

@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;
}

/* 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;
}

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

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

/* 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 (min-width: 575px) 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;
  }
}

.privacy-body{
  padding: 50px 35px;
  color: #444;
  line-height: 25px;
}

.info-privacy p{
margin: 15px 0;
}

.info-privacy ol{
  list-style: none ;
  counter-reset: li;
}

.info-privacy li::before{
  content: counter(li);
  color: #AD0034;
  font-family:Futura BT Medium, sans-serif ;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.info-privacy li{
margin: 15px 0;
counter-increment: li;

}

