body {
  font-family: 'Raleway', Arial;
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
  background-color: #FFF;

}
body{
  background-image: url("../images/bg-1.png");
  background-repeat: no-repeat;
  background-position: 0% 110%;
  background-size: contain;
  background-attachment: fixed;
}



a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
a,
input,
button {
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Raleway', Arial;
  line-height: 1.15;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 2em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 2em;
}
h5,
.h5 {
  font-size: 1em;
}
img {
  max-width: 100%;
}
form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
form label.error {
  display: none !important;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 0px;
  line-height: 42px;
  height: 44px;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #333;
}
form input.error,
form textarea.error,
form select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
@media (max-width: 767px) {
  form input,
  form textarea,
  form select {
    line-height: 36px;
    height: 36px;
  }
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.section-serv-text {
  padding: 2em 0;
}
@media (min-width: 992px) {
  .section-serv-text .container {
    max-width: 860px;
  }
}
.text-bg {
  display: inline-block;
  padding: 0 7px;
  background: #e2e6ea;
  color: #222;
}
.text-bg.c-green {
  background: #FF111D;
  color: #FFF;
}
.cl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 44px;
  text-decoration: none;
  color: #212121;
  padding: 0 15px;
  border: none;
  border-radius: 2px;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #e2e6ea;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.cl-btn:hover,
.cl-btn:active,
.cl-btn:focus {
  text-decoration: none;
}
.cl-btn.big {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 58px;
  text-decoration: none;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 5px;
}
.cl-btn.c-red {
  background: #d01818;
  color: #FFF;
}
.cl-btn.c-red:hover,
.cl-btn.c-red:active,
.cl-btn.c-red:focus {
  background: #ab1414;
  color: #FFF;
}
@media (max-width: 767px) {
  .cl-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 36px;
    text-decoration: none;
    padding: 0 15px;
  }
}
.title {
  font-weight: 700;
  font-size: 1.75em;
}
.title.big {
  font-size: 3.75em;
}
@media (max-width: 767px) {
  .title {
    font-size: 1.45em;
  }
  .title.big {
    font-size: 2.25em;
  }
}
.sub-title {
  font-size: 1.25em;
}
.sub-title.big {
  font-size: 2.25em;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 1.125em;
  }
  .sub-title.big {
    font-size: 1.85em;
  }
}
.sec-pd {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec-pd {
    padding: 40px 0;
  }
}
.line-divider-solid {
  background: #EBEBEB;
  height: 2px;
  width: 100%;
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  .line-divider-solid {
    margin: 15px 0 30px;
  }
}
.line-divider {
  width: 100%;
  max-width: 80px;
  height: 3px;
  background: #555;
  position: relative;
  margin: 25px auto 60px;
}
.line-divider::before {
  content: '';
  width: 15px;
  height: 3px;
  background: #555;
  position: absolute;
  left: -25px;
  top: 0;
}
.line-divider::after {
  content: '';
  width: 15px;
  height: 3px;
  background: #555;
  position: absolute;
  right: -25px;
  top: 0;
}
.line-divider.c-green {
  background: #FF111D;
}
.line-divider.c-green::before,
.line-divider.c-green::after {
  background: #FF111D;
}
@media (max-width: 767px) {
  .line-divider {
    margin: 20px auto 30px;
  }
}
.header {
  padding: 10px 0;
}
.header .contact-line {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
  color: #444;
}
.header .contact-line a {
  color: #666;
}
.header .contact-line .divd {
  border-bottom: 1px dotted #ededed;
  margin: 5px 0;
}
.header .contact-line .flag {
  margin-right: 15px;
}
.header .contact-line .flag img {
  width: 20px;
}
.header .contact-line .email {
  margin-left: 25px;
}
.header .contact-line i {
  margin-right: 3px;
  color: #444;
}
@media (max-width: 767px) {
  .header .contact-line {
    font-size: 12px;
  }
  .header .contact-line .flag {
    margin-right: 7px;
  }
  .header .contact-line .flag img {
    width: 16px;
  }
  .header .contact-line .email {
    margin-left: 8px;
  }
}
.header .logo img {
  max-height: 40px;
}
.header nav a {
  margin: 0 1px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.81em;
  font-weight: 600;
  display: inline-block;
}
.header nav a:hover {
  background: #d01818;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header .logo {
    text-align: center;
    width: 100%;
    display: block;
  }
  .header .logo img {
    max-width: 120px;
  }
  .header nav {
    margin: 10px 0 0;
  }
}
.sec-1 {
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 64px);
  background: #000;
  color: #FFF;
  text-align: center;
}
.sec-1 .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-1 .video-bg video {
  width: 100%;
}
.sec-1 .container {
  position: relative;
  z-index: 2;
}
.sec-1 .sub-title {
  margin: 0 0 70px;
}
.sec-1 .note {
  font-size: 1em;
  max-width: 500px;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .sec-1 {
    min-height: auto;
    padding: 40px 0;
  }
  .sec-1 .sub-title {
    margin: 10px 0 40px;
  }
}
.sec-2 .title {
  text-align: center;
}
.sec-2 .box {
  padding: 40px 30px;
  box-shadow: 0 0 37.74px 13.26px rgba(0,0,0,0.07);
  color: #222;
  font-size: 0.88em;
  margin-bottom: 30px;
  align-items: center;
}
.sec-2 .box .icn {
  color: #d01818;
  font-size: 4em;
  margin-right: 20px;
}
.sec-2 .box-m {
  padding: 20px 30px;
  max-width: 820px;
  background: rgba(255,255,0,0.2);
  color: #222;
  font-size: 1.125em;
  margin: 35px auto 0;
  align-items: center;
}
.sec-2 .box-m .icn {
  color: #d01818;
  font-size: 3em;
  margin-right: 20px;
}
.sec-2 .sub-title {
  text-align: center;
  margin: 30px 0 30px;
}
.sec-2 .controls {
  text-align: center;
  margin: 0 0 20px;
}
.sec-2 .note {
  background: #F4F4F4;
  padding: 10px 15px;
  font-size: 1.25em;
  margin: 0 0 25px;
  box-shadow: 0 0 5px #FF111D;
  text-align: center;
}
.sec-2 .t1 {
  font-size: 1.45em;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-2 .t1 {
    font-size: 1.25em;
  }
  .sec-2 .box {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
.sec-3 {
  background: url(../images/bg-log.jpg) no-repeat center center #F9F9F9;
  padding: 70px 0;
}
.sec-3 .line-divider {
  margin-left: 25px;
  margin-bottom: 40px;
}
.sec-3 .txt {
  font-size: 0.88em;
  line-height: 1.5;
}
.sec-3 .txt .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #d01818;
  font-size: 1.5em;
  color: #d01818;
  margin-right: 15px;
  font-family: Arial;
}
.sec-3 .t2 {
  font-weight: 600;
  font-size: 1.225em;
  margin-top: 40px;
}
.sec-3 .controls {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec-3 {
    background: #F9F9F9;
  }
}
.sec-4 {
  text-align: center;
}
.sec-5 {
  background: #F1F1F1;
  text-align: center;
}
.sec-5 .row > div {
  margin-bottom: 30px;
}
.sec-5 .txt {
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  margin: 15px 0 0;
}
@media (min-width: 860px) {
  .sec-5 .container {
    max-width: 860px;
  }
}
.sec-6 .title {
  text-align: center;
  margin: 0 0 10px;
}
.sec-6 .sub-title {
  text-align: center;
}
.sec-6 .logo {
  width: 160px;
}
.sec-6 .t1 {
  text-align: center;
  font-size: 1.225em;
  margin: 0 0 40px;
  font-weight: 600;
}
.sec-6 .t2 {
  font-size: 1.125em;
  margin: 40px 0 0px;
  font-weight: 600;
}
.sec-6 .map {
  background: url(../images/map.png) no-repeat center center;
  background-size: 100% auto;
  height: 340px;
}
.sec-6 .txt ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
  font-weight: 600;
}
.sec-6 .txt ul li {
  position: relative;
  line-height: 1.8;
}
.sec-6 .txt ul li:before {
  content: '-';
  font-weight: 700;
  color: #d01818;
  margin: 0 10px 0 0;
}
.sec-6 .controls {
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .sec-6 .map {
    height: 190px;
  }
}
.sec-7 {
  background: #F9F9F9;
  text-align: center;
}
.sec-7 .logos {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.sec-7 .logos img {
  height: 50px;
  margin: 15px 0;
  filter: grayscale(100%);
  transition: 0.3s all;
}
.sec-7 .logos img:hover {
  filter: grayscale(0);
}
.footer {
  padding: 20px 0;
  background: #222;
  color: #FFF;
  font-size: 0.88em;
}
.footer a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}
.sec-th-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
.sec-th-1 .logo {
  margin: 0 0 40px;
}
.sec-th-1 .logo img {
  max-width: 170px;
}
.sec-th-1 .title {
  margin-bottom: 15px;
}
.modal .modal-dialog {
  max-width: 400px;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #222;
  opacity: 1;
  z-index: 99;
  font-size: 20px;
}
.modal .modal-body {
  padding: 40px 20px;
  text-align: center;
}
.modal .modal-body p {
  margin: 0 0 15px;
  font-size: 1.125em;
}
.modal .modal-body .inputblock {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 30px 10px;
  }

}
@media (max-width: 1199px) {
  body,
  html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 13px;
  }
}
@media (max-width: 767px) {


  body,
  html {
    font-size: 13px;
  }
  body.modal-open .wrapper {
    display: none;
  }
  .container {
    max-width: 320px !important;
  }
}


.media-body p{
  font-family: Arial !important;
  padding: 0 !important;
  margin: 5px 0 !important;
}

#flag img{ margin: .5rem .3rem 3.5rem .3rem; display: inline-block; width: 1.7rem; height: 1.7rem}
*{
  outline: none !important;
}



.blog-text a img{

  height: 88px;
  overflow: hidden;
}
