/*------------- 
[Table of contents]

[ DEFAULT INDEX NUMBER ]
0. IMPORT FONTS AND FONT VARIABLES 
1. IMPORT RESET STYLES
2. THEME COLORS
3. DEFAULT STYLES
4. SECTION ABOUT
5. SECTION SERVICES
6. SECTION PRICING
7. SECTION ADS BAR
8. SECTION FAQ
9. SECTION OUR TEAM
10. SECTION PRODUCT
11. SECTION GALLERY
12. SECTION CV
13. SECTION COUNTERS
14. SECTION TESTIMONIALS
15. SECTION CAREERS 
16. SECTION STEPS
17. SECTION TIMELINE
18. SECTION SPONSORS 
19. SECTION CONTACTS
20. FOOTER
21. BACK TO TOP STYLES 
22. PRELOADER STYLES
-------------------------------------------------------------------*/
/*------------------------------------------------------------------*
*/
/* 0. IMPORT FONTS AND FONT VARIABLES */
/* IMPORT FONTS */
/* CREATING FONT VARIABLES */
.opensans-regular {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.opensans-iregular {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.montserrat-ibold {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.oswald-medium {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
}
/* 1. IMPORT RESET STYLES */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}
b,
strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 2. THEME COLORS */
/* THEME COLORS */
/* 3. DEFAULT STYLES */
body {
  height: 100%;
  color: #6c6a6a;
  background: #ffffff;
}
body *:focus {
  outline: none;
}
input:hover,
button:hover,
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
p,
span,
h2,
a {
  display: block;
  transition: .3s;
}
p,
span,
h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  transition: .3s;
  outline: 0;
}
img {
  max-width: 100%;
}
.wow {
  visibility: hidden;
}
.tc {
  text-align: center;
}
.jfe {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.tl {
  text-align: left;
}
.jc {
  -ms-flex-pack: center;
      justify-content: center;
}
.tr {
  text-align: right;
}
/* DEFAULT BUTTON STYLES */
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 21px;
  transition: .3s;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  /* Button size classes */
}
.btn:focus {
  box-shadow: none;
}
.btn-sm {
  font-size: 14px;
  padding: 14px 10px;
  min-width: 184px;
}
.btn-md {
  font-size: 16px;
  padding: 15px 10px;
  min-width: 196px;
}
.btn-lg {
  font-size: 17px;
  padding: 19px 10px;
  min-width: 220px;
}
.btn--preset-1 {
  color: #ffffff;
  background: #11467c;
  border-color: #11467c;
}
.btn--preset-1:hover,
.btn--preset-1:focus {
  color: #ffffff;
  background: #af6e33;
  border-color: #af6e33;
}
.btn--preset-2 {
  color: #ffffff;
  background: #af6e33;
  border-color: #af6e33;
}
.btn--preset-2:hover,
.btn--preset-2:focus {
  color: #ffffff;
  background: #11467c;
  border-color: #11467c;
}
.btn--preset-3 {
  color: #ffffff;
  background: #af6e33;
  border-color: #af6e33;
}
.btn--preset-3:hover,
.btn--preset-3:focus {
  color: #af6e33;
  background: #ffffff;
  border-color: #af6e33;
}
.btn--preset-4 {
  color: #af6e33;
  background: #ffffff;
  border-color: #af6e33;
}
.btn--preset-4:hover,
.btn--preset-4:focus {
  color: #af6e33;
  background: #11467c;
  border-color: #11467c;
}
.btn-icon {
  min-width: 0;
  border: none;
  padding: 0;
  line-height: 21px;
  font-size: 14px;
  color: #af6e33;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.btn-icon-arrow {
  font-size: inherit;
  display: inline-block;
  line-height: 20px;
  transition: .3s;
  position: relative;
  margin-left: 10px;
  float: right;
}
.btn-icon-arrow:before {
  content: "\f061";
  transition: .3s;
  color: #11467c;
  font-family: 'FontAwesome';
}
.btn-icon:hover,
.btn-icon:focus {
  color: #af6e33;
}
.btn-icon:hover .btn-icon-arrow:before,
.btn-icon:focus .btn-icon-arrow:before {
  color: #af6e33;
}
/* DEFAULT SOCIAL BUTTON STYLES */
.socials li {
  display: inline-block;
}
.socials li:not(:first-child) {
  margin-left: 12px;
}
.socials li a {
  color: #af6e33;
  font-size: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #11467c;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
}
.socials li a:hover,
.socials li a:focus {
  color: #ffffff;
}
.section_popup {
  display: none;
  position: fixed;
  z-index: 1040;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
.section_popup .table {
  padding: 0px 15px;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section_popup .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0px;
}
.section_popup__image {
  display: inline-block;
}
.section_popup__close {
  position: absolute;
  top: -30px;
  right: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: .3s;
}
.section_popup__close i {
  color: #fff;
}
.section_popup__close:hover {
  opacity: 1;
}
.section_popup__content {
  max-width: 600px;
  display: block;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 30px;
}
.section_popup__form {
  width: 100%;
  text-align: center;
}
.section_popup__form-title {
  font-weight: 700;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #262626;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.section_popup__form-text {
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.section_popup__form-group {
  position: relative;
}
.section_popup__form-group:not(:last-child) {
  margin-bottom: 20px;
}
.section_popup__form-field {
  border: 1px solid #cccccc;
  height: 55px;
  line-height: normal;
  width: 100%;
  font-size: 16px;
  padding: 15px 16px;
  color: #6c6a6a;
  background: #ffffff;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
}
.section_popup__form-field.form-control {
  box-shadow: none;
}
.section_popup__form-field.form-control:focus {
  box-shadow: none;
  border-color: #ff3232;
}
.section_popup__form-error {
  border-color: #ff3232;
}
.section_popup__form-group label {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  position: absolute;
  color: #ff3232;
  top: 1px;
  right: 5px;
  transition: .3s;
  border: none;
}
.section_popup__form ::-webkit-input-placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section_popup__form :-ms-input-placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section_popup__form ::placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section_popup__form :-ms-input-placeholder {
  color: #6c6a6a;
}
.section_popup__form ::-ms-input-placeholder {
  color: #6c6a6a;
}
.section_popup__form-btn {
  margin-top: 20px;
}
.section_popup__form .result-success {
  color: #46c646;
  position: relative;
  padding: 10px 0;
}
.section_popup__form .result-error {
  color: #ff3232;
  position: relative;
  padding: 10px 0;
}
.dropdown-toggle::after {
  display: inline-block;
  content: "\f107";
  position: relative;
  font-family: 'FontAwesome';
  color: inherit;
  margin-left: 3px;
  border: none;
  vertical-align: 0;
  top: -1px;
}
.dropdown-menu {
  border: none;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
  transition: .3s;
  top: calc(100% + 10px);
  margin: 0;
  padding: 15px 0;
  border-radius: 0;
  background: #ffffff;
  min-width: 170px;
  left: 0px;
}
.dropdown-menu:before {
  position: absolute;
  top: -18px;
  height: 18px;
  left: 0;
  width: 100%;
  content: "";
}
.dropdown-menu li {
  width: 100%;
  margin: 0;
}
.dropdown-menu li a {
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #af6e33;
  padding: 5px 10px 5px 20px;
  position: relative;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  color: #11467c;
}
/* DEFAULT NAVBAR STYLES */
.navbar {
  padding: 0;
  transition: .3s;
}
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
  background: #ffffff;
  border-radius: 0;
  transition: .3s;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #11467c;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
.navbar-toggler-invert {
  background: #ffffff;
}
.navbar .lnr-menu {
  display: none;
}
.navbar-expand-md .navbar-nav li {
  position: relative;
}
.navbar-expand-md .navbar-nav li:not(:last-child) {
  margin-right: 63px;
}
.navbar-expand-md .navbar-nav li .nav-link {
  padding: 3px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: .3s;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav li .nav-link:hover,
.navbar-expand-md .navbar-nav li .nav-link:focus {
  color: #11467c;
}
.navbar-expand-md .navbar-nav li .nav-link.active {
  color: #6c6a6a;
}
.navbar-expand-md .navbar-nav li .dropdown-toggle {
  padding: 3px 12px 3px 0;
}
/* DEFAULT WRAPPER STYLES */
.wrapper {
  background: #ffffff;
}
/* HEADER STYLES */
.header {
  background-image: url(../images/header-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background: rgba(14, 14, 14, 0.85);
  transition: .3s;
  padding: 15px 0;
}
.header-top_logo {
  display: inline-block;
  transition: .3s;
}
.header-top_socials {
  margin-left: 45px;
}
.header-top .navbar {
  position: relative;
  z-index: auto;
}
.header-top_sticky {
  background: rgba(14, 14, 14, 0.85);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(14, 14, 14, 0.3);
}
.header-top_sticky .header-top_logo {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.header-bottom {
  padding-top: 349px;
  padding-bottom: 250px;
  text-align: left;
}
.header-bottom__subtitle {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-left: 86px;
}
.header-bottom__subtitle:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 45px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #11467c;
}
.header-bottom__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 82px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.header-bottom__text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.header-bottom__btn {
  margin-top: 50px;
}
/* 4. SECTION ABOUT */
.section-about {
  padding: 150px 0;
}
.section-about__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.section-about__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.section-about ul {
  text-align: left;
}
.section-about ul li {
  padding: 0 0 0 22px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #af6e33;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.section-about ul li:not(:last-child) {
  margin-bottom: 13px;
}
.section-about ul li:before {
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 0;
  z-index: 0;
  font: 14px/18px FontAwesome;
  color: #11467c;
  content: "\f061";
  text-align: center;
}
/* 5. SECTION SERVICES */
.section-services {
  padding: 150px 0;
  overflow: hidden;
  text-align: center;
  background: #11467c;
}
.section-services__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-services__box_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: 30px;
}
.section-services__box_text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fffff;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}
/* 6. SECTION PRICING */
.section-pricing {
  text-align: center;
  padding: 150px 0;
}
.section-pricing__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-pricing__box {
  border-width: 2px;
  border-style: solid;
  border-color: #af6e33;
  padding-bottom: 55px;
  transition: .3s;
}
.section-pricing__box_top {
  background: #af6e33;
  padding: 15px 15px;
  transition: .3s;
}
.section-pricing__box_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.section-pricing__box_center {
  padding: 15px;
  background: #333333;
  transition: .3s;
}
.section-pricing__box_price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.section-pricing__box_price span {
  font-size: 28px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.section-pricing__box_per {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.section-pricing__box ul {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.section-pricing__box ul li {
  display: block;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  border-bottom: 2px;
  border-style: solid;
  border-color: #eeeeee;
}
.section-pricing__box ul li:not(:last-child) {
  margin-bottom: 15px;
}
.section-pricing__box.act .section-pricing__box_top {
  background: #11467c;
}
.section-pricing__box.act .section-pricing__box_center {
  background: #11467c;
}
.section-pricing__box.act .section-pricing__box_title {
  color: #af6e33;
}
.section-pricing__box.act .section-pricing__box_price {
  color: #af6e33;
}
.section-pricing__box.act .section-pricing__box_price span {
  color: #af6e33;
}
.section-pricing__box.act .section-pricing__box_per {
  color: #af6e33;
}
.section-pricing__box.act:hover .section-pricing__box_top {
  background: #11467c;
}
.section-pricing__box.act:hover .section-pricing__box_center {
  background: #ffffff;
}
.section-pricing__box.act:hover .section-pricing__box_title {
  color: #af6e33;
}
.section-pricing__box.act:hover .section-pricing__box_price {
  color: #af6e33;
}
.section-pricing__box.act:hover .section-pricing__box_price span {
  color: #af6e33;
}
.section-pricing__box.act:hover .section-pricing__box_per {
  color: #af6e33;
}
.section-pricing__btn {
  margin-top: 30px;
}
/* 7. SECTION ADS BAR */
.section-adsbar:not(:root:root) {
  background-attachment: initial;
}
.section-adsbar {
  padding: 150px 0;
  background-image: url(../images/section-adsbar-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.section-adsbar__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 33px;
}
.section-adsbar__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.section-adsbar__btn {
  margin-top: 50px;
}
/* 8. SECTION FAQ */
.section-faq {
  padding: 150px 0;
  text-align: center;
}
.section-faq__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-faq__accordion_block:not(:last-child) {
  margin-bottom: 30px;
}
.section-faq__accordion_header {
  transition: .3s;
}
.section-faq__accordion_link {
  padding: 15px 38px 15px 38px;
  position: relative;
  content: "\f068";
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #af6e33;
  font-size: 23px;
  text-align: left;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.07);
}
.section-faq__accordion_link i {
  width: 26px;
  margin-right: 6px;
  text-align: center;
}
.section-faq__accordion_link:after {
  position: absolute;
  content: '\f106';
  right: 45px;
  top: 50%;
  font-family: 'FontAwesome';
  font-size: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #11467c;
  transition: .3s;
  font-weight: 100;
}
.section-faq__accordion_link.collapsed {
  background: #ffffff;
  color: #af6e33;
}
.section-faq__accordion_link.collapsed:after {
  content: "\f107";
}
.section-faq__accordion_link.collapsed:hover,
.section-faq__accordion_link.collapsed:focus {
  background: #ffffff;
  color: #af6e33;
}
.section-faq__accordion_link:hover,
.section-faq__accordion_link:focus {
  color: #af6e33;
}
.section-faq__accordion_content {
  padding: 30px 32px 0 32px;
  text-align: left;
}
.section-faq__accordion_content hr {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #eeeeee;
  margin: 30px 0;
}
.section-faq__accordion_content p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.section-faq__accordion_content .btn {
  margin-top: 15px;
}
/* 9. SECTION OUR TEAM */
.section-ourteam {
  background-image: url(../images/section-ourteam-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #11467c;
  padding: 150px 0;
  overflow: hidden;
  text-align: center;
}
.section-ourteam__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 33px;
}
.section-ourteam__box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section-ourteam__caption {
  padding: 25px 35px;
  background: #ffffff;
  width: 100%;
}
.section-ourteam__name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.section-ourteam__job {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.section-ourteam__socials li a {
  background: transparent;
  color: #11467c;
}
.section-ourteam__socials li a:hover,
.section-ourteam__socials li a:focus {
  color: #af6e33;
  background: #11467c;
}
/* 10. SECTION PRODUCT */
.section-product {
  padding: 125px 0;
  overflow: hidden;
}
.section-product__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
.section-product__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.section-product__price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 40px;
  line-height: 1.2;
}
.section-product__btn {
  margin-top: 30px;
}
.section-product .jc {
  -ms-flex-align: center;
      align-items: center;
}
/* 11. SECTION GALLERY */
.section-gallery {
  padding: 150px 0;
  overflow: hidden;
  background: #af6e33;
  text-align: center;
}
.section-gallery__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 31px;
}
.section-gallery .row-space {
  margin-bottom: 30px;
}
.section-gallery__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: .3s;
  cursor: pointer;
}
.section-gallery__item a {
  line-height: 0;
}
.section-gallery__item:hover .section-gallery__caption {
  opacity: 1;
}
.section-gallery__caption {
  padding: 22px 30px;
  background: rgba(14, 14, 14, 0.7);
  opacity: 0;
  transition: .3s;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  pointer-events: none;
}
.section-gallery__caption-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0px;
}
/* 12. SECTION CV */
.section-cv {
  overflow: hidden;
  padding: 115px 0 0;
}
.section-cv__image {
  text-align: center;
  line-height: 0;
}
.section-cv__content {
  overflow: hidden;
  text-align: left;
  padding-top: 64px;
}
.section-cv__content-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
}
.section-cv__content-job {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #af6e33;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 41px;
}
.section-cv__content-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.section-cv-bar {
  background: #eeeeee;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.section-cv-progress {
  height: 15px;
  width: 0;
  border-radius: 10px;
  background: #11467c;
  transition: .5s ease;
}
.section-cv-percentCount {
  position: absolute;
  right: 0;
  top: -26px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #af6e33;
  font-size: 14px;
  line-height: 1.2;
}
.section-cv-progressbar {
  position: relative;
}
/* 13. SECTION COUNTERS */
.section-counters:not(:root:root) {
  background-attachment: initial;
}
.section-counters {
  padding: 150px 0 150px;
  overflow: hidden;
  background-image: url(../images/counters-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.section-counters__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-counters__timer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 100px;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-counters__timer label {
  font-size: 20px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-counters__timer span {
  background: #11467c;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 40px;
  line-height: normal;
  position: relative;
}
.section-counters__timer span:not(:last-child) {
  margin-right: 60px;
}
.section-counters__timer span:not(:last-child):before {
  left: calc(100% + 30px);
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: ":";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
}
/* 14. SECTION TESTIMONIALS */
.section-testimonials {
  padding: 150px 0;
  text-align: center;
}
.section-testimonials__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-testimonials__box {
  background: #eeeeee;
  padding: 40px 30px 40px 24px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.section-testimonials__box-image {
  margin-right: 20px;
  min-width: 23.5%;
  text-align: center;
}
.section-testimonials__box-image img {
  border-radius: 50%;
}
.section-testimonials__box-icon {
  font-size: 28px;
  line-height: 1.6;
  color: #11467c;
  margin-bottom: 16px;
}
.section-testimonials__box-quote {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6c6a6a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.section-testimonials__box-name {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: 0px;
}
/* 15. SECTION CAREERS */
.section-careers {
  padding: 150px 0;
  background: #af6e33;
  text-align: center;
}
.section-careers__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-careers__content {
  text-align: left;
}
.section-careers__content-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-careers__content-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ebe7e7;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
.section-careers__content ul {
  display: block;
}
.section-careers__content ul li {
  display: block;
}
.section-careers__content ul li:not(:last-child) {
  margin-bottom: 25px;
}
/* 16. SECTION STEPS */
.section-steps {
  padding: 150px 0;
  text-align: center;
}
.section-steps__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-steps__box {
  display: -ms-flexbox;
  display: flex;
}
.section-steps__box-number {
  min-width: 60px;
  height: 60px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 40px;
  line-height: 60px;
  background: #11467c;
  border-radius: 50%;
  margin-right: 30px;
}
.section-steps__box-caption {
  text-align: left;
}
.section-steps__box-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-steps__box-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #868383;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
/* 17. SECTION TIMELINE */
.section-timeline {
  background: #11467c;
}
.section-timeline__box {
  background: #ffffff;
  padding: 40px 0;
  text-align: center;
}
.section-timeline__box-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-timeline__box-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #868383;
  font-size: 16px;
  line-height: 1.6;
}
.section-timeline ul {
  width: 100%;
}
.section-timeline ul li {
  display: block;
  width: 100%;
  position: relative;
}
.section-timeline ul li:not(:last-child) {
  margin-bottom: 76px;
}
.section-timeline ul li:not(:last-child):before {
  top: calc(100% + 13px);
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  content: "\f107";
  font-size: 48px;
  color: #af6e33;
  position: absolute;
  font-family: fontAwesome;
  font-weight: 100;
  line-height: 1;
}
/* 18. SECTION SPONSORS */
.section-sponsors {
  padding: 100px 0;
}
/* 19. SECTION CONTACTS */
.section-contacts {
  padding: 150px 0;
  background: #eeeeee;
  text-align: center;
}
.section-contacts__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 50px;
}
.section-contacts .jc {
  -ms-flex-pack: center;
      justify-content: center;
}
.section-contacts__box {
  text-align: left;
}
.section-contacts__box-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 7px 0;
  font-size: 36px;
  color: #11467c;
  margin-bottom: 16px;
}
.section-contacts__box-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #af6e33;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-contacts__box-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #868383;
  font-size: 16px;
  line-height: 1.6;
}
.section-contacts__box-text a {
  color: #868383;
  display: inline-block;
}
.section-contacts__box-text a:hover,
.section-contacts__box-text a:focus {
  color: #11467c;
}
.section-contacts ul li:not(:last-child) {
  margin-bottom: 16px;
}
.section-contacts__form {
  width: 100%;
  text-align: left;
}
.section-contacts__form-group {
  position: relative;
}
.section-contacts__form-group:not(:last-child) {
  margin-bottom: 20px;
}
.section-contacts__form-field {
  border: 1px solid transparent;
  height: 55px;
  line-height: normal;
  width: 100%;
  font-size: 16px;
  padding: 15px 16px;
  color: #6c6a6a;
  background: #ffffff;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
}
.section-contacts__form-field.textarea {
  min-height: 160px;
  resize: none;
}
.section-contacts__form-field.form-control {
  box-shadow: none;
}
.section-contacts__form-field.form-control:focus {
  box-shadow: none;
  border-color: #ff3232;
}
.section-contacts__form-error {
  border-color: #ff3232;
}
.section-contacts__form-group label {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  position: absolute;
  color: #ff3232;
  top: 1px;
  right: 5px;
  transition: .3s;
  border: none;
}
.section-contacts__form ::-webkit-input-placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section-contacts__form :-ms-input-placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section-contacts__form ::placeholder {
  color: #6c6a6a;
  opacity: 1;
}
.section-contacts__form :-ms-input-placeholder {
  color: #6c6a6a;
}
.section-contacts__form ::-ms-input-placeholder {
  color: #6c6a6a;
}
.section-contacts__form-btn {
  margin-top: 20px;
}
.section-contacts__form .result-success {
  color: #46c646;
  position: relative;
  padding: 10px 0;
}
.section-contacts__form .result-error {
  color: #ff3232;
  position: relative;
  padding: 10px 0;
}
/* 20. FOOTER */
.footer {
  padding: 100px 0;
  background: #af6e33;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ebe7e7;
  font-size: 15px;
  line-height: 1.6;
}
.footer__links {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ebe7e7;
  font-size: 15px;
  line-height: 2;
}
.footer__links a {
  display: inline-block;
  color: #11467c;
}
.footer__links a:hover,
.footer__links a:focus {
  color: #ebe7e7;
}
.footer__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 43px;
}
.footer__socials {
  margin-bottom: 15px;
}
.footer__socials li a {
  background: transparent;
  color: #11467c;
}
.footer__socials li a:hover,
.footer__socials li a:focus {
  background: #11467c;
  color: #af6e33;
}
/* 21.BACK TO TOP STYLES */
.to-top {
  width: 58px;
  height: 58px;
  line-height: 56px;
  font-size: 26px;
  position: fixed;
  right: 30px;
  bottom: 25px;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  background: #11467c;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  border-radius: 10px;
}
.to-top:before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 400;
  color: #ffffff;
}
.to-top:hover,
.to-top:focus {
  text-decoration: none;
  background: #af6e33;
}
.to-top:hover:before,
.to-top:focus:before {
  color: #ffffff;
}
.to-top-visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
/* 22. PRELOADER STYLES */
.page-load {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: #000000;
  text-align: center;
  transition: .3s;
}
.page-load .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.page-load .loader span {
  position: absolute;
  width: 60px;
  height: 60px;
  animation: animate 6s infinite ease-in-out;
  border-radius: 5px;
}
.page-load .loader span:nth-child(1) {
  background: #11467c;
  left: -64px;
  top: -64px;
}
.page-load .loader span:nth-child(2) {
  background: #ffffff;
  left: 0;
  top: -64px;
}
.page-load .loader span:nth-child(3) {
  background: #ffffff;
  left: -64px;
  top: 0;
}
.page-load .loader span:nth-child(4) {
  background: #11467c;
  left: 0;
  top: 0;
}
@keyframes animate {
  0% {
    transform: rotateX(90deg);
  }
  20% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(180deg);
  }
  60% {
    transform: rotateX(180deg);
  }
  80% {
    transform: rotateX(90deg);
  }
}
