/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* My Styles */

@font-face {
    font-family: 'Calibri';
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.eot');
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.woff2') format('woff2'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.woff') format('woff'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.ttf') format('truetype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri Bold';
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.eot');
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.woff2') format('woff2'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.woff') format('woff'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.ttf') format('truetype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri Light';
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.eot');
    src: url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.woff2') format('woff2'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.woff') format('woff'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.ttf') format('truetype'),
        url('/wp-content/themes/wp-bootstrap-starter/fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/** {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}*/
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	font-size: 14px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	overflow-y: scroll;
}
body.modal-open {
	overflow-y: scroll;
	padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	line-height: 1;
}
p, li, dt, dd {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	font-size: 21px;
	color: #000;
	font-weight: 300;
	line-height: 1.2;
	margin: 10px 0;
}
p {
	margin: 0 0 10px;
}
dl, ol, ul {
    margin-bottom: 0;
}
dt, dd {
	margin: 0px 0;
	padding: 10px;
	border-top: 1px solid #f1f1e6;
}
a {
	color: #7286ff;
}
a:hover {
	color: #f0c63d;
	text-decoration: none;
}
.table {
	border-bottom: 1px solid #dee2e6;
}
.table-hover tbody tr:hover {
    background-color: #f9f9f9;
}
.table thead th {
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}
.table tr > th {
	font-size: 16px;
    font-weight: 500;
}
.table tr > th, .table tr > td {
	 line-height: 1.2;
	 padding: 10px;
}
.table tr > th:last-child, .table tr > td:last-child {
    text-align: center;
}
.table tr > th small {
	font-size: 13px;
	color: #aab2bd;
}
.table tr > td span {
	font-size: 18px;
	color: #e31e24;
	font-weight: 700;
	padding: 0 5px;
}
.btn {
	position: relative;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 20px;
	padding: 14px 25px;
    border-radius: 0px;
}
.btn-sm {
	font-size: 11px;
    padding: 4px 10px;
}
.btn:hover {
	text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(255 255 255 / 0%);
}
.btn-primary {
	color: #f0c63d;
	background-color: #7286ff;
    border-color: #7286ff;
}
.btn-primary:hover, .btn-primary:focus, .btn-danger:hover, .btn-danger:focus {
	color: #7286ff;
    background-color: #f0c63d;
    border-color: #f0c63d;
}
.btn-info {
	color: #f0c63d;
	background-color: #06276c;
    border-color: #06276c;
}
.btn-info:hover, .btn-info:focus {
	color: #f0c63d;
	background-color: #7286ff;
    border-color: #7286ff;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #f0c63d;
	background-color: #7286ff;
    border-color: #7286ff;
}
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgb(255 255 255 / 0%) !important;
}
.btn-warning {
	color: #06276c;
	background-color: #f0c63d;
    border-color: #f0c63d;
}
.btn-warning:hover, .btn-warning:focus {
	color: #f0c63d;
	background-color: #7286ff;
    border-color: #7286ff;
}
.btn-link {
	color: #7286ff;
	padding-right: 45px;
}
.btn-link:hover, .btn-link:focus {
    color: #7286ff;
	border: 1px solid #7286ff;
}
.btn-link:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-blue.svg) no-repeat center center;
}
.badge-success {
	background-color: #f38220;
	border-radius: 0;
}
.display-1 {
	position: relative;
    font-size: 80px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 0.9;
	margin: 0;
}
.display-2 {
	position: relative;
    font-size: 48px;
	color: #06276c;
	font-weight: 700;
	text-transform: uppercase;
    line-height: 1.1;
}
.display-3 {
	position: relative;

  font-family: 'Bebas Neue Pro', sans-serif; 

	font-size: 36px;
	color: #334861;
	font-weight: 400;
	padding: 15px 0;
}
.display-4 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.1;
}
.display-5 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.display-6 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
}
.h1, .h2 {
	position: relative;
	font-size: 48px;
	font-weight: 300;
	padding: 20px 0;
}
.h3 {
	font-size: 30px;
	font-weight: 300;
}
.h4 {
	font-size: 24px;
	font-weight: 300;
}
.h5 {
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
}
.h6 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.title, .more {
	padding-right: 10px;
    padding-left: 10px;
}
.title .lead {
	position: relative;
	padding: 60px 0 30px;
	overflow: hidden;
}
.title .lead:before {
	content: '';
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	font-size: 200px;
	color: rgba(177,196,217,.25);
    position: absolute;
    top: 0px;
	left: 0px;
    line-height: 140px;
    width: 140px;
    height: 140px;
	text-align: left;
}
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -120px;
}

/* Header */
header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0rem 0rem rgb(0 0 0 / 0%), inset 0 0px 0 rgb(0 0 0 / 0%);
    padding: 5px 15px;
}
header .container {
	position: relative;
}
header .container .top-block {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: +1;
}
.navbar-brand {
	width: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-right: 10px;
}
.navbar-brand > a {
    display: block;
}
header p {
	font-size: 14px;
    color: #06276c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
	padding: 3px 0 0 30px;
	margin-bottom: 0px;
}
header p a {
	font-size: 18px;
	text-transform: none;
}
header .location p {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-location.svg) no-repeat top left;
}
header .phone p {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-phone.svg) no-repeat top left;
}
header .email p {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-email.svg) no-repeat top left;
}
header .prozorro {
    position: absolute;
}
header .prozorro a {
	display: block;
}
header .prozorro .btn {
	padding: 0px 15px 0px 0px;
}
.dropdown-menu {
    min-width: 150px;
    padding: 10px 10px;
    margin: 0;
    font-size: 14px;
    color: #06276c;
    background-color: #f1f1e6;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
}
.dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-weight: 400;
    color: #06276c;
	text-transform: uppercase;
	line-height: 15px;
}	
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
	color: #7286ff;
	background-color: #fff;
}
.navbar-light .navbar-toggler {
	padding: 10px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #06276c;
    border-color: transparent;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
	line-height: 50px;
    margin: 0px 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #06276c;
    padding: 13px 10px 7px;
    font-weight: 700;
    font-size: 18px;
	text-transform: uppercase;
	line-height: 27px;
	border-bottom: 3px solid #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #f0c63d;
    font-weight: 700;
	border-bottom: 3px solid #f0c63d;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
}
.home .entry-header {
	display: none;
}
.content-area.col-sm-12 {
	padding-right: 0px;
    padding-left: 0px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

/* Jumbotron */
.jumbotron {
	position: relative;
	padding: 150px 0 80px;
	margin-bottom: 0px;
	background: #dce6e8 url(/wp-content/themes/wp-bootstrap-starter/image/bg-header.jpg) no-repeat center center;
	background-size: auto 100%;
	border-radius: 0px;
	border: 0px solid #f0f0f0;
    -webkit-box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%);
}
.jumbotron:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.jumbotron:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
.jumbotron .container {
	position: relative;
	z-index: +1;
}
.jumbotron .container .qr {
	position: absolute;
	top: 0px;
	right: 10px;
}
.jumbotron .display-1 {
	text-shadow: 1px 1px 20px rgba(0,0,0,.7);
}
.jumbotron .lead {
	text-shadow: 3px 3px 10px rgba(0,0,0,.9);
}
.jumbotron .display-1 small {
	font-size: 36px;
	font-weight: 700;
}
.jumbotron .lead {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.jumbotron .lead small {
	font-size: 24px;
	font-weight: 700;
}

/* About */
.about {
	position: relative;
	padding: 20px 0;
}
.home .about {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/bg-certificates.jpg) no-repeat center center;
	-webkit-backgound-size: cover;
    -o-backgound-size: cover;
    -moz-backgound-size: cover;
    background-size: cover;
}
/*.about:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.about:after {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}*/
.about .container {
	position: relative;
	z-index: +1;
}
.home .about .display-2 {
	color: #f0c63d;
	position: relative;
}
.home .about p, .home .about li {
	color: #fff;
}
.home .about ul li:before {
    background-color: #fff;
}
.home .about .btn-link {
	color: #f0c63d;
}
.home .about .btn-link:hover, .home .about .btn-link:focus {
    color: #f0c63d;
	border: 1px solid #f0c63d;
}
.home .about .btn-link:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-yellow.svg) no-repeat center center;
}
.numbers {
	padding: 0px;
}
.numbers .col {
	position: relative;
	padding-right: 20px;
    padding-left: 20px;
}

.number {
	position: relative;
    padding: 20px 20px;
	height: 200px;
	background-color: #F9F9F9;
	overflow: hidden;
}
.number p {
  font-family: 'Bebas Neue Pro', sans-serif;

	line-height: 1;

  display: flex;
  flex-direction: column;
}
.number p span {
	font-size: 54px;
	color: #f0c63d;
	font-weight: 700;
}
.number p small,
.number p small a {
	font-size: 24px;
	color: #334861;
	font-weight: 700;
	text-transform: uppercase;
}

/* prozorro */
article .prozorro {
	position: relative;
	padding: 100px 50px;
	margin: 100px 0px;
	background-color: #f1f1e6;
    -webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	overflow: hidden;
}
article .prozorro > div {
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
article .prozorro:before {
	content: '';
	position: absolute;
	top: -100px;
	right: 50%;
	width: 50%;
	height: 200px;
	background-color: #f0c63d;
	-webkit-transform: skew(0deg, -20deg);
	transform: skew(0deg, -20deg);
}
article .prozorro:after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 50%;
	height: 200px;
	background-color: #fff;
	-webkit-transform: skew(0deg, -20deg);
	transform: skew(0deg, -20deg);
}
article .prozorro .display-3 {
    line-height: .9;
}
article .prozorro .display-3 img {
	margin-top: 20px;
}
article .prozorro .btn {
	margin: 10px;
	width: 280px;
	padding: 14px 5px;
}

/* Values */
.values {
	position: relative;
	padding: 50px 0 100px;
	background: url(/wp-content/themes/wp-bootstrap-starter/image/bg-values.jpg) no-repeat center center;
	-webkit-backgound-size: cover;
    -o-backgound-size: cover;
    -moz-backgound-size: cover;
    background-size: cover;
}
.values:before {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(241,241,230,.5);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.values:after {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(241,241,230,.5);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
.values .display-2 {
	color: #f0c63d;
	position: relative;
}
.values .container {
    max-width: 900px;
	position: relative;
    z-index: +1;
}
.values .row {
	margin-top: 180px;
}
.values .value p.lead {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}
.value {
	position: relative;
	overflow: hidden;
	padding: 40px 0px 0px;
	margin-top: 0px;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.value-01, .value-03, .value-07 {
	background-color: #f1f1e6;
}
.value-02, .value-04, .value-06 {
	background-color: #eaead9;
}
.value-05 {
	background-color: #fff;
}
.value-02, .value-05, .value-07 {
	margin-top: -150px;
}
.value-04, .value-06 {
	margin-top: -1px;
}
.value:before {
	content: '';
	position: absolute;
	top: -52px;
	left: 50%;
	width: 50%;
	height: 80px;
	background-color: #f0c63d;
	border: 0px solid rgba(220,220,220,0);
	border-radius: 0%;
	box-shadow: 0 0 0 0px rgba(112,115,130,.5);
	z-index: +1;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: skew(0deg, 20deg);
	transform: skew(0deg, 20deg);
}
.value .card {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.value .card .card-title {
	padding: 90px 0px 50px;
	font-size: 30px;
	color: #06276c;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.value p:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border: 0px solid rgba(220,220,220,0);
	border-radius: 0%;
	box-shadow: 0 0 0 0px rgba(112,115,130,.5);
	z-index: +1;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.value.value-01 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-01.svg) no-repeat center center;
}
.value.value-02 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-02.svg) no-repeat center center;
}
.value.value-03 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-03.svg) no-repeat center center;
}
.value.value-04 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-04.svg) no-repeat center center;
}
.value.value-05 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-05.svg) no-repeat center center;
}
.value.value-06 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-06.svg) no-repeat center center;
}
.value.value-07 p:before {
	background: url(/wp-content/themes/wp-bootstrap-starter/image/value-07.svg) no-repeat center center;
}

/* Certificates */
.certificates {
	position: relative;
	background-color: #fff;
}
/*.certificates:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,247,95,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.certificates:after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,247,95,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}*/
.certificates .container {
	position: relative;
	z-index: +1;
}
.certificates .display-2 {
	position: relative;
}
.certificate .card {
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 60px;
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
   
.certificate .card:before {
    content: '';
    position: absolute;
    bottom: 64px;
	left: 30px;
    right: 50%;
    width: calc(50% - 30px);
    height: 80px;
    background-color: #7286ff;
    z-index: +1;
    -webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.certificate .card .card-img-top {
    width: auto;
	max-width: 100%;
}
.certificate .card-body {
	display: -ms-flexbox;
    display: flex;
	height: 120px;
	background-color: #fff;	
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: +1;
}
.certificate .card-title {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

/* prozorro-block */
.prozorro-block {
	position: relative;
	padding: 50px 0 150px;
	background-color: #fff;
}
.home .prozorro-block:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	z-index: 0;
}
.home .prozorro-block:after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
.prozorro-block .container {
    position: relative;
    z-index: +1;
}

/* Services */
.services {
	position: relative;
	padding: 50px 0 150px;
	background-color: #f1f1e6;
}
.home .services {
	/* background: url(/wp-content/themes/wp-bootstrap-starter/image/bg-certificates.jpg) no-repeat center center;
	background-attachment: fixed; */
}
.services:before {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.services:after {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
/* .home .services:before, .home .services:after {
	top: auto;
	bottom: -40px;
	background-color: rgba(241,241,230,.5);
} */
.home .services:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.home .services:after {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
.services .container-fluid {
	position: relative;
	max-width: 1600px;
	z-index: +1;
}
.service {
	margin-top: 15px;
	margin-bottom: 15px;
}
.service .card {
	position: relative;
	margin-bottom: 60px;
	background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0;
}
.service .card:before {
	content: '';
	position: absolute;
	bottom: 100px;
	left: -1px;
	width: 101%;
	height: 80px;
	background-color: #f1f1e6;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.full .service .card:before {
	top: 215px;
	bottom: auto;
}
.service .card-body {
	display: -ms-flexbox;
    display: flex;
	height: 180px;
	background-color: #fff;	
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	z-index: +1;
}
.full .service .card-body {
	display: block;
	height: auto;
}
.service .card-body:hover {
	background-color: #f0c63d;	
}
.service .card-body .card-title {
	padding: 10px 0px;
	margin: 0;
	font-size: 20px;
	color: #06276c;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.full .service .card-body .card-title {
	text-align: start;
}
.full .service .card-body ul {
	padding-inline-start: 0px;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.full .service .card-body ul li {
	font-size: 18px;
}
article ul li {
    position: relative;
    list-style-type: none;
    padding: 3px 30px;
    line-height: 1.1;
}
article ul li:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #7286ff;
}
.service p a {
    color: #06276c;
}
.service p a:hover {
	color: #7286ff;
}
.service li a {
	color: #7286ff;
}
.service li a:hover {
	color: #06276c;
}

/* News */
.news, .last-news {
	position: relative;
	padding: 50px 0 150px;
	background-color: #fff;
}
.news:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.news:after {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
.news .container {
	position: relative;
	z-index: +1;
}
.last-news .card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}
.last-news .card .card-body {
	position: relative;
	padding: 20px 30px 80px;
	background-color: #f1f1e6;
}
.last-news .card .card-body:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.last-news .card a.image {
    position: relative;
    display: block;
}
.last-news .card a.image:before {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.last-news .card a.image:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #f1f1e6;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.last-news .date span {
	font-size: 16px;
    color: #06276c;
    padding: 5px 15px;
    margin: 0;
    background-color: #f0c63d;
}
.last-news .card-title a {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 20px;
    color: #06276c;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}
.last-news .card-body p {
	color: #656d78;
}

article.post.hentry {
    background-color: #f1f1e6;
}
.archive article.post.hentry {
	position: relative;
    width: calc(33.333333% - 30px);
	margin-right: 15px;
    margin-left: 15px;
	background-color: #f1f1e6;
}
.archive article.post.hentry:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.archive article.post.hentry .post-thumbnail {
    position: relative;
    display: block;
	overflow: hidden;
}
.archive article.post.hentry .post-thumbnail:before {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.archive article.post.hentry .post-thumbnail:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #f1f1e6;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
article.post.hentry .entry-header {
	position: relative;
}
.single .content-area .post-thumbnail {
	position: relative;
	text-align: center; 
	margin-top: 340px;
}
.single .content-area .post-thumbnail img {
	margin-top: -300px;
	width: 100%;
}
.archive article.post.hentry .entry-header {
    padding: 0px 30px;
}
article.post.hentry h2.entry-title {
    font-size: 20px;
    color: #06276c;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 20px;
	padding: 0px;
    border-bottom: 0px solid #eaecef;
}
article.post.hentry .entry-meta {
	font-size: 0px;
}
article.post.hentry .entry-meta .posted-on a {
    font-size: 16px;
    color: #06276c;
    padding: 5px 15px;
	margin: 0;
    background-color: #f0c63d;
}
.archive article.post.hentry .entry-content {
	padding: 10px 30px 80px;
}
.single article.post.hentry .entry-content {
	padding: 10px 50px 50px;
}
article.post.hentry .entry-content, article.post.hentry .entry-content p, article.post.hentry .entry-content li {
	font-size: 20px;
	color: #656d78;
}

.display-posts-listing {
	padding-inline-start: 0px;
	list-style-type: none;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.display-posts-listing .listing-item {
	position: relative;
    width: calc(33.333333% - 30px);
	margin-right: 15px;
    margin-left: 15px;
	padding: 0px;
	background: #fff;
}
.display-posts-listing .listing-item:before {
    display: none;
}
.display-posts-listing .listing-item .image {
	position: relative;
	display: block;
}
.display-posts-listing .listing-item .image:before {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.display-posts-listing .listing-item .image:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0%;
	width: 100%;
	height: 80px;
	background-color: #f1f1e6;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.display-posts-listing .listing-item .title {
	position: relative;
	display: block;
	max-width: 100%;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    font-size: 20px;
    color: #06276c;
    font-weight: 600;
	text-transform: uppercase;
    line-height: 20px;
	padding: 20px 30px 10px;
	background-color: #f1f1e6;
	overflow-wrap: break-word;
  	word-wrap: break-word;
  	hyphens: auto;
}
.display-posts-listing .listing-item .date {
	position: absolute;
    font-size: 18px;
    color: #fff;
    padding: 15px 25px;
	margin: 0;
    background-color: #b43c00;
	top: 190px;
    left: -20px;
}
.display-posts-listing .listing-item .excerpt-dash {
	display: none;
}
.display-posts-listing .listing-item .excerpt {
	position: relative;
	display: block;
	color: #656d78;
	padding: 10px 30px 80px;
	background-color: #f1f1e6;
	overflow-wrap: break-word;
}
.display-posts-listing .listing-item .excerpt:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.page article .entry-header {
	position: relative;
	padding: 100px 0 175px;
	background: url(/wp-content/themes/wp-bootstrap-starter/image/bg-page.jpg) no-repeat center center;
}
/*.page article .entry-header:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.page article .entry-header:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}*/
.page article .entry-header h1.entry-title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
    border-bottom: 0px solid #eaecef;
	text-shadow: 1px 1px 20px rgb(0 0 0 / 70%);
}
.single article .entry-header {
	padding: 20px 50px;
}
.single article .entry-header h1.entry-title {
	font-size: 30px;
    color: #06276c;
    font-weight: 700;
	text-transform: uppercase;
	border-bottom: 0px solid #eaecef;
}
article .entry-footer {
	display: none;
}

/* image-gallery */
#image-gallery .modal-dialog {
	width: 80%;
	max-width: 900px;
    margin-top: 50px;
}
#image-gallery .modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}
#image-gallery .modal-header {
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}
#image-gallery button.close {
	position: absolute;
	top: -25px;
	right: -25px;
    padding: 10px;
	font-size: 24px;
	color: #06276c;
	height: 50px;
	width: 50px;
	background-color: #f0c63d;
	border-radius: 0px;
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
	z-index: +10;
}
#image-gallery button.close:hover, #image-gallery button.close:focus {
	color: #fff;
	background-color: #7286ff;
}
#image-gallery .modal-title {
    display: none;
}
#image-gallery .modal-body {
    padding: 0px;
}
#image-gallery .modal-footer {
    display: none;
}
#show-previous-image, #show-next-image {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	font-size: 24px;
	color: #06276c;
	padding: 12px 18px;
	background-color: #f0c63d;
	border-radius: 0px;
}
#show-previous-image:hover, #show-next-image:hover, #show-previous-image:focus, #show-next-image:focus {
	color: #fff;
	background-color: #7286ff;
}
#show-previous-image {
	left: -25px;
}
#show-next-image {
	right: -25px;
}

/* accordion */
.accordion .card {
	margin-bottom: 20px;
	background-color: #f0c63d;
	border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0px;
}
.accordion .card .card-header {
    padding: 0px;
	margin-bottom: 0px;
    background-color: #e4e4d1;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.accordion .card .card-body p a {
	text-decoration: underline;
}
.accordion .card .card-body p a:hover {
	color: #fff;
}
.btn-light {
	font-size: 21px;
	color: #7286ff;
	background-color: #f0c63d;
    border-color: #f0c63d;
}
.btn-light:hover, .btn-light:focus {
	color: #7286ff;
	background-color: #f0c63d;
    border-color: #f0c63d;
}
.btn-light:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-blue-up.svg) no-repeat center center;
}
.btn-light.collapsed {
	color: #06276c;
    background-color: #fff;
    border-color: #fff;
}
.btn-light.collapsed:hover, .btn-light.collapsed:focus {
    color: #06276c;
    background-color: #f0c63d;
    border-color: #f0c63d;
}
.btn-light.collapsed:before {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/arrow-blue-down.svg) no-repeat center center;
}
.accordion .card-body {
	position: relative;
    padding: 15px 25px;
	background-color: #f0c63d;
}
.accordion .card-body:after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 50%;
    width: 51%;
    height: 100px;
    background-color: #7286ff;
    -webkit-transform: skew(0deg, -20deg);
    transform: skew(0deg, -20deg);
}

/* Form */
.about .wpcf7 {
	margin: 20px 0 50px;
	padding: 30px 30px 0;
	background-color: rgba(241,241,230,.5);
}
.about .col-form-label {
    font-size: 20px;
}
.about .form-control {
    height: 40px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: #000;
	background-color: transparent;
    border: 0px solid #f1f1e6;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
}
textarea.form-control {
    height: 150px;
}

/* Footer */
#footer-widget {
	background-color: transparent !important;
}
#footer-widget {
	position: relative;
	margin-top: -180px !important;
	padding: 200px 0 0;
	overflow: hidden;
}
#footer-widget:before {
	content: '';
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
#footer-widget:after {
	content: '';
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: rgba(241,241,230,1);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	z-index: 0;
}
#footer-widget .container {
	position: relative;
	z-index: +1;
}
#footer-widget .row {
	-ms-flex-align: center!important;
    align-items: center!important;
}
#footer-widget .row > div {
	padding: 30px 15px;
	border-left: 1px solid #d5d7c8;
}
#footer-widget .row > div:first-child {
	border-left: 0px solid #d5d7c8;
}
#footer-widget .widget {
    margin: 0px;
}
body:not(.theme-preset-active) footer#colophon {
	padding: 20px 0;
	background-color: rgba(241,241,230,1);
}
#footer-widget p, .site-info {
	font-size: 21px;
    color: #555;
    font-weight: 300;
    line-height: 25px;
	padding: 0px 0 0 30px;
	margin: 0px;
}
#footer-widget p a, .site-info a.credits {
	color: #7286ff;
}
#footer-widget p.location {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-location.svg) no-repeat left center;
}
#footer-widget p.phone {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-phone.svg) no-repeat -8px center;
}
#footer-widget p.email {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-email.svg) no-repeat -8px center;
}
#footer-widget p.social a img {
	background-color: #fff;
	border-radius: 50%;
}
#footer-widget p.social a:hover img {
	background-color: #f0c63d;
}

.scrollToTopBtn {
  background-color: #06276c;
  border: none;
  color: #f0c63d;
  cursor: pointer;
  font-size: 16px;
  line-height: 38px;
  width: 40px;
  border-radius: 20px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 10px;
  right: 25px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.scrollToTopBtn.showBtn:hover, .scrollToTopBtn.showBtn:focus {
    background-color: #7286ff;
	outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
	opacity: 1;
}

/* Modal */
body {
    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
	padding-right: 0px !important;
}
.contact-block {
    z-index: 1000000;
    position: fixed !important;
	right: 10px;
	bottom: 60px;
	width: 70px;
    height: 70px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.modal-open .contact-block {
	right: 10px;
}
.contact-block .btn, .close {
	width: 70px;
    height: 70px;
	padding: 15px;
	border-radius: 50px;
	background: rgba(6,39,108,1);
	border-width: 0px;
}
.contact-block .btn {
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: .4s;
	-webkit-animation-duration: .4s;
	animation-iteration-count: 5;
	-webkit-animation-iteration-count: 5;
}
@keyframes tossing {
  0% {transform: rotate(0deg);}
  25% {transform: rotate(-10deg);}
  75% {transform: rotate(10deg);}
  100% {transform: rotate(0deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(0deg);}
  25% {-webkit-transform: rotate(-10deg);}
  75% {-webkit-transform: rotate(10deg);}
  100% {-webkit-transform: rotate(0deg);}}
.circle-fill{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color:#06276c;
	width:70px;
	height:70px;
	bottom:0px;
	right:0px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: circle-fill-anim 2.3s 1 ease-in-out;
	-moz-animation: circle-fill-anim 2.3s 1 ease-in-out;
	-ms-animation: circle-fill-anim 2.3s 1 ease-in-out;
	-o-animation: circle-fill-anim 2.3s 1 ease-in-out;
	animation: circle-fill-anim 2.3s 1 ease-in-out;
	z-index: -1;
	opacity: .1;
}
@-moz-keyframes circle-fill-anim {
  0% {opacity: 1;}
  100% {opacity: .1;}}
@-webkit-keyframes circle-fill-anim {
  0% {opacity: 1;}
  100% {opacity: .1;}}
@-o-keyframes circle-fill-anim {
  0% {opacity: 1;}
  100% {opacity: .1;}}
@keyframes circle-fill-anim {
  0% {opacity: 1;}
  100% {opacity: .1;}}
	
.contact-block .btn:hover, .contact-block .btn:focus {
	background-color: #7286ff !important;
	opacity: 1;
}
.modal {
	z-index: 2000000;
}
.modal-backdrop {
	background-color: rgba(6,39,108,.5);
}
.modal-dialog {
	position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
	min-width: 250px;
	margin-top: auto;
    margin-right: 10px;
	margin-bottom: 130px;
}
.modal-dialog:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0px;
    right: 50%;
    width: 50%;
    height: 80px;
    background-color: #f0c63d;
    z-index: 0;
    -webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.modal-content {
	position: relative;
	padding: 10px 0 15px;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.modal-footer {
    padding: 0;
    border-top: 0px solid #dee2e6;
}
.modal-header, .modal-body, .modal-footer {
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.close {
	position: absolute;
	right: 0;
	bottom: -85px;
	margin: 0px !important;
    color: #f0c63d;
	background-color: #06276c !important;
    text-shadow: 0 0px 0 none;
    opacity: 1;
}
.close:hover, .close:focus {
    background-color: #7286ff !important;
	opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;;
}
.modal-body p {
	font-size: 14px;
    color: #06276c;
    font-weight: 500;
    text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px;
}
.modal-body .phone p, .modal-body .email p {
	padding: 12px 0 0px 40px;
}
.modal-body p a {
	display: block;
	font-size: 18px;
	line-height: 20px;
}
.modal-body p a:hover {
	background-color: #f1f1e6 !important;
}
.modal-body .phone p {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-phone.svg) no-repeat top left;
}
.modal-body .email p {
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-email.svg) no-repeat top left;
}
.modal-body .viber p a {
	padding: 10px 0 10px 45px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-viber.svg) no-repeat top left;
}
.modal-body .whatsapp p a {
	padding: 10px 0 10px 45px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-whatsapp.svg) no-repeat top left;
}
.modal-body .telegram p a {
	padding: 10px 0 10px 45px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-telegram.svg) no-repeat top left;
}
.modal-body .facebook p a {
	padding: 10px 0 10px 45px;
    background: url(/wp-content/themes/wp-bootstrap-starter/image/ico-facebook.svg) no-repeat top left;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.display-1 {
		font-size: 48px;
		padding: 20px 0 0;
	}
	.navbar-brand {
    	/* width: 100px; */
	    width: 60px;
	}
	header .container .top-block {
		padding-left: 190px;
		top: 15px;
		right: 65px;
	}
	header .prozorro {
		top: 5px;
		right: 70px;
	}
	.jumbotron {
		padding: 30px 0 50px;
		background: #dce6e8 url(/wp-content/themes/wp-bootstrap-starter/image/bg-header-xs.jpg) no-repeat center center;
	}
	.jumbotron .display-1 small {
		font-size: 24px;
	}
	.number-one {
		max-width: 150px;
	}
	.cert-signs {
		margin-top: 30px;
	}
	.numbers .col {
		margin-bottom: 50px;
	}
	.numbers .col:before {
	    top: -13px;
		right: 20px;
    	width: calc(50% - 20px);
		height: 100px;
	}
	.number:after {
		bottom: -61px;
		height: 90px;
	}
	article .prozorro:before {
		top: -168px;
	}
	article .prozorro:after {
	    bottom: -168px;
	}
	article .prozorro {
	    padding: 50px 15px;
	}
	.values .row {
		margin: 0px 0px;
	}
	.value {
		margin-top: -1px;
	}
	.value-01, .value-03, .value-05 {
		background-color: #f1f1e6;
	}
	.value-02, .value-04, .value-07 {
		background-color: #eaead9;
	}
	.value-06 {
		background-color: #fff;
	}
	.certificate .card:before {
		bottom: 61px;
		left: 0px;
		width: 50%;
	}
	article .entry-header h1.entry-title, .page article .entry-header h1.entry-title {
    	font-size: 40px;
	}
	.display-2 {
	    font-size: 36px;
	}
	.display-posts-listing .listing-item, .archive article.post.hentry {
	    width: calc(100% - 30px);
	}
	article .prozorro .btn {
		margin: 10px 5px;
		width: 250px;
	}
	#footer-widget .row > div {
		padding: 10px 15px;
		border-left: 0px solid #d5d7c8;
	}
	.site-info {
		font-size: 16px;
		line-height: 16px;
		padding: 0px 50px 0 30px;
	}
	.contact-block {
	    bottom: 80px;
	}
	.modal-dialog {
	    margin-bottom: 150px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.display-1 {
	    font-size: 60px;
	}
	header#masthead {
		padding: 5px 0px;
	}
	.navbar-brand {
	    width: 60px;
	}
	header .container {
		max-width: none;
	}
	header .container .top-block {
		padding-left: 225px;
		top: 10px;
		right: 80px;
	}
	header .container .top-block .col {
		padding-right: 5px;
    	padding-left: 5px;
	}
	header .prozorro {
		top: 5px;
		right: 70px;
	}
	.jumbotron {
		padding: 40px 0 60px;
		background: #dce6e8 url(/wp-content/themes/wp-bootstrap-starter/image/bg-header-sm.jpg) no-repeat center center;
	}
	.number-one {
		max-width: 150px;
	}
	.cert-signs {
		margin-top: 30px;
	}
	.numbers .col {
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 50px;
	}
	.numbers .col:before {
	    top: -11px;
		right: 10px;
    	width: calc(50% - 10px);
		height: 100px;
	}
	.number:after {
		bottom: -66px;
		height: 90px;
	}
	.number p span {
		font-size: 48px;
	}
	article .prozorro:before {
		top: -152px;
	}
	article .prozorro:after {
	    bottom: -152px;
	}
	.value:before {
		top: -62px;
	}
	.value .card .card-title {
		padding: 70px 0px 30px;
		font-size: 20px;
	}
	.value p:before {
	    top: 0px;
	}
	.certificate .card:before {
		bottom: 61px;
		left: 0px;
		width: 50%;
	}
	.display-posts-listing .listing-item, .archive article.post.hentry {
		width: calc(50% - 30px);
	}
	#footer-widget .row > div {
		padding: 10px 15px;
		border-left: 0px solid #d5d7c8;
	}
}

@media (max-width: 767.98px) {
	.service .card:before {
	    bottom: 110px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.display-1 {
	    font-size: 72px;
	}
	header#masthead {
		padding: 5px 0px;
	}
	header .container {
		max-width: none;
	}
	header .container .top-block {
		padding-left: 245px;
		top: 10px;
		right: 80px;
	}
	header .container .top-block .col {
		padding-right: 5px;
    	padding-left: 5px;
	}
	header .prozorro {
		top: 15px;
		right: 70px;
	}
	.jumbotron {
		padding: 40px 0 60px;
		background: #dce6e8 url(/wp-content/themes/wp-bootstrap-starter/image/bg-header-md.jpg) no-repeat center center;
	}
	.number-one {
		max-width: 175px;
	}
	.cert-signs {
		margin-top: 20px;
	}
	.numbers .col {
		margin-bottom: 50px;
	}
	.numbers .col:before {
		top: -13px;
		right: 20px;
    	width: calc(50% - 20px);
		height: 100px;
	}
	.number {
		padding: 20px 5px;
	}
	.number:after {
		bottom: -41px;
		height: 70px;
	}
	.number p span {
    	font-size: 48px;
	}
	article .prozorro:before {
		top: -138px;
	}
	article .prozorro:after {
	    bottom: -138px;
	}
	.value:before {
		top: -57px;
	}
	.value .card .card-title {
		font-size: 24px;
	}
	.service .card:before {
	    bottom: 110px;
	}
	.certificate .card:before {
		bottom: 64px;
		left: 0px;
		width: 50%;
	}
	.display-posts-listing .listing-item, .archive article.post.hentry {
		width: calc(50% - 30px);
	}
	#footer-widget .row > div {
		padding: 30px 0px 30px 15px;
	}
	#footer-widget p, .site-info {
    	font-size: 17px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	header#masthead {
		padding: 5px 0px;
	}
	header .container .top-block {
		padding-left: 265px;
		top: 45px;
		right: 120px;
	}
	header .prozorro {
		top: 15px;
		right: 70px;
	}
	.jumbotron {
		padding: 70px 0 70px;
		background: #dce6e8 url(/wp-content/themes/wp-bootstrap-starter/image/bg-header-lg.jpg) no-repeat center center;
	}
	.cert-signs {
		margin-top: 50px;
	}
	.numbers .col {
		padding-right: 10px;
		padding-left: 10px;
	}
	.numbers .col:before {
		top: -9px;
		right: 10px;
		width: calc(50% - 10px);
	}
	.number:after {
	    bottom: -59px;
	}
	.number p {
		line-height: 1;
	}
	.number p span {
    	font-size: 46px;
	}
	.number p small {
    	font-size: 16px;
	}
	article .prozorro:before {
		top: -124px;
	}
	article .prozorro:after {
	    bottom: -124px;
	}
	.service .card:before {
	    bottom: 110px;
	}
	.certificate .card {
		padding: 10px 10px;
	}
	.certificate .card:before {
		bottom: 61px;
		left: 10px;
		width: calc(50% - 10px);
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1679.98px) { 
	header#masthead {
	    padding: 10px 15px;
	}
	.navbar-brand {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	header .container .top-block {
		padding-left: 165px;
	}
	header .prozorro {
		top: 15px;
		right: 0;
	}
	/* header .prozorro img {
		margin: 10px 0 0;
	}
	header .navbar-nav {
		margin-top: 70px;
	} */
	.cert-signs {
		margin-top: 120px;
	}
	.certificate .card {
		padding: 10px 30px;
	}
	.service .card:before {
	    bottom: 110px;
	}
	.full .service .card:before {
		top: 205px;
		bottom: auto;
	}
	.contact-block {
	    bottom: 90px;
	}
	.modal-dialog {
	    margin-bottom: 160px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1680px) { 
	header#masthead {
	    padding: 10px 15px;
	}
	.navbar-brand {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	header .container .top-block {
		padding-left: 165px;
	}
	header .prozorro {
		top: 15px;
		right: 0;
	}
	header .navbar-nav {
		/* margin-top: 70px; */
	}
	.cert-signs {
		margin-top: 120px;
	}
	.certificate .card {
		padding: 10px 30px;
	}
	.contact-block {
	    bottom: 90px;
	}
	.modal-dialog {
	    margin-bottom: 160px;
	}
}
.grecaptcha-badge { 
    visibility: hidden;
}
.carousel-control-next, .carousel-control-prev {
    width: 90px;
    opacity: .7;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
	padding: 10px;
	border-radius: 50%;
}
.carousel-control-prev-icon {
    background: #f0c63d url(/wp-content/themes/wp-bootstrap-starter/image/arrow-prev-blue.svg) no-repeat center center;
}
.carousel-control-next-icon {
    background: #f0c63d url(/wp-content/themes/wp-bootstrap-starter/image/arrow-next-blue.svg) no-repeat center center;
}