@font-face {

  font-family: 'Avenir Next Thin';

  src: url('../webfonts/AvenirNextCyr-Thin.eot');

  src: local('Avenir Next Cyr Thin'), local('AvenirNextCyr-Thin'),

      url('../webfonts/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Thin.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Thin.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;

}

@font-face {

  font-family: 'Avenir Next Light';

  src: url('../webfonts/AvenirNextCyr-Light.eot');

  src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),

      url('../webfonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Light.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Light.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

}

@font-face {

  font-family: 'Avenir Next Regular';

  src: url('../webfonts/AvenirNextCyr-Regular.eot');

  src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),

      url('../webfonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Regular.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Regular.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'Avenir Next Medium';

  src: url('../webfonts/AvenirNextCyr-Medium.eot');

  src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),

      url('../webfonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Medium.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Medium.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

}

@font-face {

  font-family: 'Avenir Next Bold';

  src: url('../webfonts/AvenirNextCyr-Bold.eot');

  src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),

      url('../webfonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Bold.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Bold.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

}

@font-face {

  font-family: 'Avenir Next Extra Bold';

  src: url('../webfonts/AvenirNextCyr-Heavy.eot');

  src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'),

      url('../webfonts/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),

      url('../webfonts/AvenirNextCyr-Heavy.woff2') format('woff2'),

      url('../webfonts/AvenirNextCyr-Heavy.woff') format('woff'),

      url('../webfonts/AvenirNextCyr-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;

}



*{

    margin:0;

    padding:0;

    font-family: 'Avenir Next Regular', sans-serif;

    outline:none !important;

}

:root{

  --primary-color:#ff0000;

  --primary-color-hover:#d30202;

  --secondary-color:#05AEEF;

  --secondary-color-hiver:#1896c7;

}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  vertical-align: baseline;

  background: transparent;

  font-family: 'Avenir Next Regular', sans-serif;

}

html{

  width: 100%;

}

body, html {

  line-height: 120%;

  color: #000;

  font-size: 16px;

}
body{
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {

  display: block;

}

nav ul, ul {

  list-style-type: none;

  list-style: none;

}

blockquote, q {

  quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

  content: '';

  content: none;

}

a {

  margin: 0;

  padding: 0;

  font-size: 100%;

  vertical-align: baseline;

  background: transparent;

}

button {

  vertical-align: middle;

}

.bullets, .t-content, .testimonials{

  background: #f1f0f0;

}

.about-us{

  background: #ff1c00;

}



.about-us img{

  color: #f9f9f9;

}

.bg-primary-custom{

  background:var(--primary-color);

}

.bg-primary-custom2{

  background:#ea402c ;

}

.bg-primary-custom3{

  background: #ff0000;

}

.btn-primary-custom{

  background:var(--primary-color);

}

.btn-primary-custom:hover, .btn-primary-custom:active, .btn-primary-custom:focus{

  background:var(--primary-color-hover) !important;

}

.btn-primary-custom2{

  background:var(--secondary-color);

}

.btn-primary-custom2:hover, .btn-primary-custom2:active, .btn-primary-custom2:focus{

  background:var(--secondary-color-hover) !important;

}

.text-primary-custom{

  color:var(--primary-color);

}

.text-primary-custom2{

  color:#ea402c;

}

.fs-13{font-size: 13px;}.line-height-150{line-height: 150%;}.mt-n1{margin-top:-5px;}.ff-thin{font-family: 'Avenir Next Thin';}.ff-light{font-family: 'Avenir Next Light';}.ff-medium{font-family: 'Avenir Next Medium';}.ff-bold{font-family: 'Avenir Next Bold';}.ff-extra-bold{font-family: 'Avenir Next Extra Bold';}



.nav-pills .nav-link{

  border-bottom:2px solid #666;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{

  background: none;

  border-bottom:2px solid #fdd467;

}

.bullets ul li span{

  width: 60px;

  height: 60px;

  line-height: 40px;

}

.play-btn{

  width:70px;

  padding-top: 18px;

  height: 70px;

}

@media (min-width:768px) and (max-width:991px){

  .btn.w-50{

    font-size:20px !important;

  }

  .nav-pills{

    flex-direction: row !important;

  }

  .nav-pills .nav-item{

    width: auto;

  }

  .nav-pills .nav-link{

    padding: 10px 5px !important;

    font-size:20px !important;

  }

  .t-content{

    padding-top:0 !important;

  }

  .py-5.bg-black{

    padding: 0 !important;

  }

  iframe{

    height:200px;

  }

}

@media(max-width:767px){

  p, strong{

    line-height: 130%;

  }

  .bullets ul li span{

    width: 45px;

    height: 45px;

    line-height: 27px;

    text-indent: -5px;

  }

  .btn.w-50{

    width:75% !important;

    font-size:22px !important;

  }

  .nav-pills{

    flex-direction: row !important;

  }

  .nav-pills .nav-item{

    width: auto;

  }

  .nav-pills .nav-link{

    padding: 10px 5px !important;

    font-size:14px !important;

  }

  .t-content{

    padding-top:0 !important;

  }

  .py-5.bg-black{

    padding: 0 !important;

  }

  header.py-4{

    padding:8px 0 !important;

  }

  .banner, .contact-us{

    padding: 20px 0px 0px 0px !important;

  }

  

  .banner h1{

    font-size:45px !important;

  }

  .banner .btn{

    display: none;

  }

  .banner img{

    width:50%;

    margin: auto !important;

    display:block;

  }

  .empty-bar{

    margin-top:-1px;

    padding: 18px !important;

  }

  .bullets{

    padding: 20px 0px 0px 0px !important;

  }

  .container, .t-content .container, .about-us{

    padding-top:0 !important;

    padding-bottom:0 !important;

  }

  .bullets ul li strong{

    font-size:17px !important;

  }

  .bullets img{

    margin-top:0 !important;

  }

  .bullets ul, .testimonials{

    padding: 15px 0 !important;

  }

  .t-content img{

    margin-bottom:0 !important;

  }

  .about-us{

    text-align: center;

  }

  .about-us p{

    font-size: 15px !important;

  }

  .about-us p.pb-5, .testimonials p.pb-5{

    padding-bottom: 10px !important;

  }

  

  .testimonials .carousel p{

    padding: 0 25px;

  }

  .testimonials .carousel i.fa-user-circle{

    margin-top:20px !important;

  }

  .contact-us p{

    padding-top:0 !important;

  }
  
  .founder p, .about-us p{
    text-align: justify;
    font-size: 18px;
  }

}

@media(max-width:574px){
.founder img{
height:auto !important;
}
  p, strong{

    line-height: 130%;

  }

  .bullets ul li span{

    width: 40px;

    height: 40px;

    line-height: 23px;

    text-indent: -6px;

  }

  .btn.w-50{

    width:100% !important;

    font-size:18px !important;

  }

  .footer ul li img{

    width:40px;

  }

  .footer ul li strong{

    font-size:18px !important;

  }

  .nav-pills{

    flex-direction: row !important;

  }

  .nav-pills .nav-item{

    width: auto;

  }

  .nav-pills .nav-item{

    width: 25%;

  }

  .nav-pills .nav-link {

    padding: 10px 4px !important;

    font-size: 13px !important;

    text-align: left !important;

}

  .t-content{

    padding-top:0 !important;

    padding-bottom:25px !important;

  }

  .py-5.bg-black{

    padding: 0 !important;

  }

  .container{

    padding:0 30px;

  }

  header.py-4{

    padding:8px 0 !important;

  }

  header.py-4 .logo{

    margin-left:-15px;

  }

  header.py-4 .btn{

    margin-right:-15px;

  }

  .banner h1{

    font-size:29px !important;

  }

  .banner h3 {

    margin-top: 5px !important;

    font-size: 13px !important;

}

  .banner .btn{

    display: none;

  }

  .banner img{

    width:50%;

    margin: auto !important;

    display:block;

  }

  .empty-bar{

    margin-top:-1px;

    padding: 12px !important;

  }

  .container, .t-content .container, .about-us{

    padding-top:0 !important;

    padding-bottom:0 !important;

  }

  .about-us{

    padding: 20px 0 !important;

  }

  .bullets ul li{

    gap:15px !important;

    padding: 10px 0 !important;

  }

  .bullets ul li strong{

    font-size:16px !important;

  }

  .bullets img{

    margin-top:0 !important;

    margin-bottom:20px;

  }

  .play-btn {

    width: 70px;

    padding: 0;

    height: 70px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: -15px;

    opacity:0.8;

}

  .bullets ul, .testimonials, footer.py-5, footer ul.py-5{

    padding: 15px 0 !important;

  }

  .t-content img{

    margin-bottom:0 !important;

  }

  .t-content img.img-2{

    margin-top:15px !important;

  }

  .about-us{

    text-align: center;

  }

  .about-us p{

    font-size: 15px !important;

  }

  .about-us p.pb-5, .testimonials p.pb-5, .contact-us p{

    padding-bottom: 10px !important;

  }

  .testimonials .carousel p{

    padding: 0 25px;

  }

  .testimonials .carousel i.fa-user-circle{

    margin-top:20px !important;

  }

  .contact-us p{

    padding-top:0 !important;

  }

  .bullets .row .col-lg-6:first-child{

    order:2;

  }

  .three-icons-box{

    margin:10px 0 !important;

  }

  footer small{

    display: block;

    margin-top:-20px;

    font-size:14px !important;

  }

  iframe{

    height:200px;

  }
}