/* line 5, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*media queries*/
/* line 1, ../scss/header.scss */
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
/* line 5, ../scss/header.scss */
header .bottom-header {
  background: white;
}
/* line 8, ../scss/header.scss */
header .top-header {
  background: #18364a;
  color: white;
  font-weight: bold;
  height: 50px;
  padding: 12px 0px;
}
/* line 14, ../scss/header.scss */
header .top-header .contact:nth-child(2) {
  padding: 0px 16px;
}
/* line 18, ../scss/header.scss */
header .top-header div div {
  width: 50%;
}
/* line 20, ../scss/header.scss */
header .top-header div div div {
  width: 100%;
}
/* line 22, ../scss/header.scss */
header .top-header div div div ul {
  display: flex;
}
/* line 24, ../scss/header.scss */
header .top-header div div div ul li {
  margin-left: 2px;
}
/* line 32, ../scss/header.scss */
header .top-header .c-information {
  width: 75%;
}
/* line 35, ../scss/header.scss */
header .top-header .justify-content-end {
  width: 25%;
}
/* line 37, ../scss/header.scss */
header .top-header .justify-content-end .links {
  justify-content: flex-end !important;
}
/* line 41, ../scss/header.scss */
header .top-header .justify-content-end .links li a {
  opacity: 0;
}
/* line 45, ../scss/header.scss */
header .top-header .justify-content-end .links li[hreflang="en"] {
  background-image: url("../../images/en_US.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 50, ../scss/header.scss */
header .top-header .justify-content-end .links li[hreflang="ka"] {
  background-image: url("../../images/ka_GE.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 55, ../scss/header.scss */
header .top-header .justify-content-end .links li[hreflang="ru"] {
  background-image: url("../../images/ru_RU.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 65, ../scss/header.scss */
header .main-menu {
  padding: 9px 0px;
}
/* line 67, ../scss/header.scss */
header .main-menu div {
  width: 70%;
}
/* line 70, ../scss/header.scss */
header .main-menu ul {
  padding: 10px 0px;
  font-size: 19px;
  font-weight: bold;
}
/* line 75, ../scss/header.scss */
header .main-menu ul li a {
  color: #424242;
}

/* line 83, ../scss/header.scss */
.logo {
  width: 30%;
}
/* line 85, ../scss/header.scss */
.logo img {
  width: 21%;
}

/* line 89, ../scss/header.scss */
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
}
/* line 92, ../scss/header.scss */
.bx-wrapper img {
  width: 100%;
}

/* line 1, ../scss/footer.scss */
footer {
  background: #18364a;
  padding: 20px 0px 20px;
  color: white;
}

/* line 2, ../scss/contact.scss */
.contact h3 {
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 700px) {
  /* line 2, ../scss/responsive.scss */
  .top-header {
    height: 115px !important;
  }
  /* line 4, ../scss/responsive.scss */
  .top-header .contact:nth-child(2) {
    padding: 0px !important;
  }
  /* line 7, ../scss/responsive.scss */
  .top-header .links {
    flex-flow: column;
  }
  /* line 9, ../scss/responsive.scss */
  .top-header .links li {
    margin-top: 10px;
  }

  /* line 15, ../scss/responsive.scss */
  .aboutus img {
    width: 55% !important;
  }

  /* line 20, ../scss/responsive.scss */
  .logo span {
    font-size: 11px !important;
    margin-left: 2px !important;
  }

  /* line 25, ../scss/responsive.scss */
  header .main-menu ul {
    font-size: 9px !important;
  }
  /* line 27, ../scss/responsive.scss */
  header .main-menu ul a {
    padding: 0.5rem 9px !important;
  }
}
@font-face {
  font-family: 'BPG Banner';
  src: url("../../fonts/bpg-banner-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/bpg-banner-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bpg-banner-webfont.woff2") format("woff2"), url("../fonts/bpg-banner-webfont.woff") format("woff"), url("../fonts/bpg-banner-webfont.ttf") format("truetype"), url("../fonts/bpg-banner-webfont.svg#bpg_bannerregular") format("svg");
  /* Legacy iOS */
}
/* line 18, ../scss/gen-style.scss */
html[lang="ka"] a, html[lang="ka"] p, html[lang="ka"] h1, html[lang="ka"] h2, html[lang="ka"] h3, html[lang="ka"] h4, html[lang="ka"] h5, html[lang="ka"] h6, html[lang="ka"] span {
  font-family: "BPG Banner", sans-serif !important;
}

/* line 21, ../scss/gen-style.scss */
section {
  margin: 50px 0px 50px;
}

/* line 24, ../scss/gen-style.scss */
p {
  color: #424242;
}

/* line 27, ../scss/gen-style.scss */
.m-heading {
  color: #18364a;
}

/* line 30, ../scss/gen-style.scss */
.r-more {
  padding: 13px 30px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  background: #2691e4 !important;
  color: white !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/* line 39, ../scss/gen-style.scss */
.aboutus {
  text-align: center;
}
/* line 41, ../scss/gen-style.scss */
.aboutus p {
  padding: 23px 0px 47px;
}

/* line 45, ../scss/gen-style.scss */
.services {
  background: #233fb4;
  height: 434px;
  padding: 30px 0px 32px;
}
/* line 49, ../scss/gen-style.scss */
.services h3 {
  text-align: center;
  color: white;
  margin-bottom: 41px !important;
}
/* line 54, ../scss/gen-style.scss */
.services .service {
  width: 33% !important;
  margin-top: 26px;
  margin: auto;
}
/* line 58, ../scss/gen-style.scss */
.services .service .front {
  width: 90% !important;
  height: 231px !important;
}
/* line 61, ../scss/gen-style.scss */
.services .service .front img {
  width: 100%;
  height: 100%;
}
/* line 65, ../scss/gen-style.scss */
.services .service .front h6 {
  text-align: center;
  background: #18364a;
  color: white;
  padding: 10px 0px;
}
/* line 72, ../scss/gen-style.scss */
.services .service .back {
  width: 90% !important;
  height: 231px !important;
  background: #18364a;
  text-align: center;
  padding: 30px 10px 30px 10px;
}
/* line 78, ../scss/gen-style.scss */
.services .service .back img {
  width: 100%;
  height: 100%;
}

/* line 87, ../scss/gen-style.scss */
.faq h3 {
  text-align: center;
  padding-bottom: 30px;
}
/* line 91, ../scss/gen-style.scss */
.faq .card {
  border: 1px solid #18364a !important;
  margin-bottom: 16px;
}
/* line 94, ../scss/gen-style.scss */
.faq .card button {
  color: #2691e4 !important;
}

/* line 100, ../scss/gen-style.scss */
.accordion {
  background-color: #e7eaf7;
  color: #1531a6;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-transform: uppercase;
  text-align: center;
}

/* line 115, ../scss/gen-style.scss */
.active, .accordion:hover {
  background-color: #ccc;
}

/* line 119, ../scss/gen-style.scss */
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  text-align: center;
}

/* line 127, ../scss/gen-style.scss */
.contact .container .row .col-md-6 div:nth-child(4) {
  display: none !important;
}

/* line 133, ../scss/gen-style.scss */
.contact .field--type-string {
  width: 45%;
  float: left;
  margin-left: 2%;
}
/* line 137, ../scss/gen-style.scss */
.contact .field--type-string div {
  width: 100%;
}
/* line 139, ../scss/gen-style.scss */
.contact .field--type-string div input {
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* line 154, ../scss/gen-style.scss */
.contact .field--type-email {
  width: 45%;
  float: left;
  margin-left: 2%;
}
/* line 158, ../scss/gen-style.scss */
.contact .field--type-email div {
  width: 100%;
}
/* line 160, ../scss/gen-style.scss */
.contact .field--type-email div input {
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* line 175, ../scss/gen-style.scss */
.contact .field--type-string-long {
  width: 45%;
  float: left;
  margin-left: 2%;
}
/* line 179, ../scss/gen-style.scss */
.contact .field--type-string-long div {
  width: 100%;
}
/* line 181, ../scss/gen-style.scss */
.contact .field--type-string-long div textarea {
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* line 196, ../scss/gen-style.scss */
.contact .form-submit {
  padding: 13px 44px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  background: #2691e4 !important;
  color: white !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  position: relative;
  top: -61px;
  left: 8px;
}

/* line 212, ../scss/gen-style.scss */
.scroll-to-block {
  margin-bottom: 108px;
}
