@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../fonts/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/gilroy-bold.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/gilroy-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/gilroy-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gilroy-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/gilroy-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/gilroy-medium.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/gilroy-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/gilroy-medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/gilroy-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/gilroy-medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/gilroy-medium.svg#gilroy-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}
body {
    margin: 0;
    background-color: #FFF;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: #ffffff !important; 
    _min-height: 100vh;
}

.section {
    padding: 50px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #1E2123; /*#194957;*/
    font-family: 'Gilroy-Bold', sans-serif;
}
h1, .h1 {
    font-size: 80px;
    color: #253D67;
    margin: 75px 0;
}
h2, .h2 {
    font-size: 60px;
    color: #1E2123;
    margin: 75px 0;
}
@media (max-width: 480px) {
.section {
    padding: 15px 0;
}
h1, .h1 {
    margin: 15px 0;
}
h2, .h2 {
    margin: 15px 0;
}
  .col-group {
     margin-right: 0px;
     margin-left: 0px;
     padding: 0;
  }
}
h3, .h3 {
    font-size: 28px;
    color: #194B83;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 20px;
    color: #0C5786;
}
h6, .h6 {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 16px;
}
.small, small {
  font-size: 70%;
}
.medium {
  font-size: 90%;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 70px;
  }
  h2, .h2 {
    font-size: 60px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
}

.muted {
  color: #6e9797;/*647276; */
}
p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}           
strong {
   font-size: 120%;
}
/* menu */
.top-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 30px;
  padding-top: 10px; 
}
a, a:link, a:visited, a:hover, a:active { 
  text-decoration: none; 
  font-family: 'Gilroy-Regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #5D686E;
}
a:hover {
  color: #1E83C2;
  text-decoration: underline;
} 
a:active {
  color: #253C66;
  text-decoration: underline;
}
a.phone, a.phone:link, a.phone:visited, a.phone:hover, a.phone:active {
      color: #1E83C2;
}

.top-menu li {
  display: inline-block;
  padding: 0 10px;
}
.top-menu {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: white;
}
@media (max-width: 767px) {
  .top-menu .nav * {
    text-align: center;
  }
  .top-menu li {
    display: block;
    padding: 0;
  }
  .top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    line-height: 200%;
  }
  .top-menu img {
    padding-bottom: 10px;
  }
}
.bottom {
  background-color: #253C66;
}
.rck-background-theme {
   width: 100%;
   background: #1E83C2;
   background:  linear-gradient(to top, rgba(30, 131, 194, 1) 0%, rgba(30, 131, 194, 0.60) 70%, rgba(30, 131, 194, 0.17) 90%, rgba(30, 131, 194, 0) 100%), url('../images/rck-background-theme.png') 50% 0% no-repeat #1E83C2;
   background-size: cover;
   -moz-background-size: 100%; 
   -webkit-background-size: 100%;
   -o-background-size: 100%;  
}
@media (max-width: 480px) {
  .rck-background-theme {
     background:  linear-gradient(to top, rgba(30, 131, 194, 1) 0%, rgba(30, 131, 194, 0.60) 100%), url('../images/rck-background-theme.png') no-repeat center center #1E83C2;
     background-size: auto 100%;
  }
}
.contact-form {
  _background-color: #1E83C2;
  background: linear-gradient(to top, rgba(30, 131, 194, 0.60) 0%, rgba(30, 131, 194, 0.60) 100%), url('../images/contact_form_background.png') 50% 0% no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.center {
  text-align: center;
}
.poster {
  height: 40vw;
  display: table-cell;
  vertical-align: middle;
}
.poster p {
  font-weight: 500;
  font-size: 31px;
  line-height: 150%;
}
@media (max-width: 480px) {
  .poster p {
    font-size: 26px;
  }
}

.white {
  color: white;
}                                                                    
.title {
  padding-left: 20px;
  border-left: 8px solid #253D67;
}
.service {
  padding: 0;
}
.service-1 {
 background: url('../images/service1.png') 50% 50% no-repeat;
}
.service-2 {
 background: url('../images/service2.png') 50% 50% no-repeat;
}
.service-3 {
 background: url('../images/service3.png') 50% 50% no-repeat;
}
.service-4 {
 background: url('../images/service4.png') 50% 50% no-repeat;
}
.service-5 {
 background: url('../images/service5.png') 50% 50% no-repeat;
}
.service-6 {
 background: url('../images/service6.png') 50% 50% no-repeat;
}
.service-box {
    min-height: 350px;
    margin: 5px 5px;
    background-size: cover;
}
.service-box {
  padding: 30px 50px;
  color: white;
}
@media (max-width: 480px) {  
  .service-box {
    padding: 15px 25px;
    height: auto;  
    background-size: cover;
  }
  .our-motto {
    display: none;
  }
}
.service-title {
  color: #BADDF3;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service  ul {
 padding-top: 20px;
}
.service  ul li {
  list-style-type: none;
  line-height: 150%;
}
.service  ul  li:before {
    color: #1E83C2;
    content: "■"; 
    font-size: 10px;
    vertical-align: 3px;
    padding-right: 15px; 
}
.project {
  _height: 300px;
  padding:0;
}
.project-box {
 background-color: #EFF4F8;
 _background: url('../images/service1.png') 50% 50% no-repeat;
}
.project-box:hover {
 background: url('../images/project_background.png') 50% 50% no-repeat;
 background-size: cover;
 background-color: rgba(30, 131, 194, 0.9);

}
.project-box {
  min-height: 350px;
  margin: 5px 5px;
  padding: 30px 20px;
  color: #1E2123;
  background-size: cover;
}
.project-box h3 {
  color: #1E2123;
}
.project-title {
  margin-top: 10px;
  color: #94A3AD;
}
.project-box:hover, .project-box:hover  h3, .project-box:hover .project-title {
  color: white;
}
.project-box img {
  display: block;
}
.project-box:hover img {
  -webkit-filter: contrast(0) brightness(100);
  filter: contrast(0) brightness(100);
}
.btn, a.btn {  
    display: inline-block;
    position: relative;
    overflow: visible;
    clear: both;
    margin: 0 0px 16px 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    transition: all 200ms ease;
    cursor: pointer;

    min-width: 200px;
    border-width: 0;
    height: 64px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 64px;


    background-color: #1F85C5;
    border-color: #1F85C5;

    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-align: center;
    color: white;
   
}
.btn.is-disabled, .is-disabled .btn, .btn[disabled] {
}
.btn:hover, .btn.is-hover, .btn:focus, .btn.is-focus {
    background-color: #08B2EB;
    border-color: #08B2EB;
    text-decoration: none;
}
.btn:active, .btn.is-active {
    background-color: #253D67;
    border-color: #253D67;
}
.btn:visited, .btn.is-visited {
    background-color: #1F85C5;
    border-color: #1F85C5;
}
.btn_white, a.btn_white {
    background-color: white;
    border-color: white;
    color: #1F85C5;
}
input, input.form-control {
background-color: #fff;
    font-family: inherit;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.1);
    color: #262626;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding: .75em;
    height: 64px;
    _width: 40%;
    box-sizing: border-box;
    line-height: 64px;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
}
.contact-form label {
  display:none;
}
.field-wrapper {
  display: inline-block;
  position: relative;
  width: 40%;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .field-wrapper {
    display: block;
    width: 100%;
  }
}
.field-wrapper input {
   width: 100%;
}
.field-wrapper .help-block {
  position:absolute;
  color: red;
  top: 64px;
  left: 30px
}
.contacts .col-6 {
    padding-right: 50px;

}
.contacts  ul {
    font-size: 38px;
    color: #08B2EB
}
.contacts  ul li {
  list-style-type: none;
  line-height: 150%;
}
.contacts ul .phone {
  line-height: 200%;
  color: #1E83C2;
}
.contacts  ul  li:before {
    color: #08B2EB;
    content: "■"; 
    font-size: 38px;
    vertical-align: 3px;
    padding-right: 15px; 
}
@media (max-width: 480px) {
  .contacts  ul {
      font-size: 24px;
  } 
  .contacts  ul  li:before {
      font-size: 24px;
  } 
}
.inner-top {
    _background-color: #1E83C2;
    background: linear-gradient(0, rgba(8, 27, 48, 0.7), rgba(8, 27, 48, 0.7)), url(../images/inner_top.png) 50% 0% no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    color: white;
}
.inner-top .subtitle { 
    color: #BADDF3 !important; 
    font-weight: normal; 
    margin: -50px 0 50px 0; 
}
@media (max-width: 480px) {
    .inner-top .subtitle { 
        margin: 0px 0 50px 0;
    }
}
.center { 
   text-align: center;
}
.submenu-block {
   background: #1E83C2;
}
.submenu-box {
   background-color: #EFF4F8;
   height: 100px;
   margin: 5px 5px;
   padding: 25px;
}
.submenu-box * {
   color: #1E83C2;
}
.submenu-box.active {
  background-color: #1E83C2;
}
.submenu-box.active * {
   color: white;
}
@media (max-width: 480px) {
  .col-group {
     padding: 0 10px !important;
  }
  .logo-wrapper {
     text-align:center;
  }
}
.project a, .project a:hover, .service a, .service a:hover, 
.project a:active, .service a:active, .project a:visited, .service a:visited {
  text-decoration: none;
}
.project {
  margin-bottom: 10px;
}
.project-box {
  margin-bottom: 10px;
}
.project h3 {
  min-height: 75px;
}