/** 
	* Filename:     global.css
	* Version:      1.0.0 (2018-10-12)
	* Website:      http://www.zymphonies.com
	* Description:  Global Styles
	* Author:		support Team
					support@zymphonies.com
**/
/*Variables*/
/*Header*/
/*Menu Color*/
/*Mixins*/
/**
 * @file
 * Styles for system messages.
 */
@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.messages {
  background: no-repeat 10px 17px; /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0; /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px; /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages + .messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent; /* LTR */
  -webkit-box-shadow: -8px 0 0 #77b259;
          box-shadow: -8px 0 0 #77b259; /* LTR */
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent; /* LTR */
  color: #734c00;
  -webkit-box-shadow: -8px 0 0 #e09600;
          box-shadow: -8px 0 0 #e09600; /* LTR */
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent; /* LTR */
  -webkit-box-shadow: -8px 0 0 #e62600;
          box-shadow: -8px 0 0 #e62600; /* LTR */
}

.messages--error p.error {
  color: #a51b00;
}

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em; /*LTR*/
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

/*TABS*/
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #143bcb;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: inherit;
  color: #fff;
}

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px;
}

caption {
  text-align: left; /* LTR */
}

th {
  text-align: left; /* LTR */
  padding: 10px 12px;
}

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead > tr {
  border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff;
}

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 10px 12px;
  text-align: left; /* LTR */
}

th > a {
  position: relative;
  display: block;
}

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px; /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

th.is-active > a {
  color: #004875;
}

th.is-active img {
  position: absolute;
  right: 0; /* LTR */
  top: 50%;
}

th.is-active > a:after {
  border-bottom-color: #004875;
}

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none;
}

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6;
}

td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px;
}

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em;
}

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) { /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}
@media screen and (max-width: 60em) { /* 920px */
  th.priority-low,
  td.priority-low {
    display: none;
  }
}
p {
  margin: 0 0 20px 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Poppins", sans-serif;
  color: #143bcb;
  font-weight: 400;
  margin: 10px 0;
  line-height: 120%;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 1.2em;
}

h4, .h4 {
  font-size: 1.1em;
}

img {
  max-width: 100%;
}

em {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

h2.title {
  color: #143bcb;
}

.custom-block-title {
  text-align: center;
}
.custom-block-title h2 {
  font-size: 1.2em;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #e8e5e5;
  padding-bottom: 5px;
}

.pricing-card-title {
  color: #008000;
}

a {
  color: #143bcb;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
ol li, ul li {
  list-style: outside;
}

.list-unstyled li {
  list-style: none;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}
ul.links.inline li {
  list-style: none;
}

.form-email,
.form-text,
.form-textarea {
  border: 1px solid none;
  background: transparent;
}

.block {
  margin-bottom: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #435a6b;
  overflow-x: hidden;
  font-weight: 300;
  background: #f9f9f9;
  text-align: left;
}

/*Page title*/
.region-page-title h1 {
  margin: 30px 0;
}

/*Footer Widget*/
.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}
.footerwidget h2.title {
  color: #fff;
}
.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  background: #efefef;
  text-align: center;
}

/*Google Map*/
.map-and-address h2.title {
  display: none;
}

.google_map p, .google_map .block {
  margin: 0;
}
.google_map iframe {
  display: block;
}

/*Social Media*/
.footer-menu {
  margin: 0;
  border: 0;
  background: image-url("social-media-bg.png");
  color: #fff;
  background-size: cover;
  padding: 80px 0;
}

.social-media {
  padding: 10px 0;
  text-align: center;
}
.social-media a {
  line-height: 100%;
  font-size: 1em;
  display: inline-block;
  padding: 4px 8px;
  width: 26px;
}
.social-media a:hover {
  color: inherit;
}

/*Form*/
input, button, select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
}

.contact-message-form label {
  display: block;
}

.btn,
.node-readmore a,
.flexslider .more-link,
input[type=submit] {
  background: #143bcb;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 12px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  border: 3px solid #143bcb;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type=submit]:hover {
  border: 3px solid #143bcb;
  background: none;
  color: #143bcb;
  background: #fff;
}

/*Comment*/
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Sidebar Block*/
.sidebar {
  background: #fff;
  padding: 15px;
}
.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}
.sidebar .region .content {
  padding: 10px 0;
}

.region-content {
  min-height: 300px;
}

.path-frontpage .region-content {
  min-height: auto;
}

/*Markup generated by Form API.*/
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.7em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

.team,
.topwidget,
.footer,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.footer,
.features,
.services,
.price-table,
.copyright {
  padding: 20px 0;
}

.main-content {
  padding: 0 0 50px 0;
}

.team,
.features,
.products,
.price-table {
  background: #f6f6f6;
  text-align: center;
}

.services {
  text-align: center;
}

/* Testimonials */
.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: 0.75em;
  color: #555;
}

/*Price*/
.price-table .card-header {
  border: 0;
  padding: 20px 0;
}
.price-table ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/*Front Page*/
.path-frontpage .feed-icon {
  display: none;
}

/*team*/
.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
}

/*Bottom Widgets*/
.bottom-widget {
  background: #fff;
}
.bottom-widget h2.title, .bottom-widget * {
  color: #7964ad;
}

.path-frontpage .bottom-widgets {
  padding: 20px 0;
}

/*Header*/
.top-nav {
  background: #143bcb;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -webkit-box-shadow: 1px 1px 8px #b1b1b1;
  box-shadow: 1px 1px 8px #b1b1b1;
}
.top-nav * {
  color: #fff;
}
.top-nav .region-message,
.top-nav .region-email {
  display: inline-block;
}
.top-nav .fa {
  padding: 0 5px;
}
.top-nav .block, .top-nav p {
  margin: 0;
}

.header {
  padding: 7px 0;
  text-align: left;
  background: #fff;
}

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  border-radius: 0;
}
.main-header .region {
  position: relative;
  padding: 25px 0;
}
.main-header .block {
  margin: 0;
}
.main-header p, .main-header .block {
  margin: 0;
}

/*Region Header*/
.site-branding {
  margin: 0;
}

.region-header {
  padding: 12px 0;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}
.region-header .brand a {
  color: #143bcb;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
}
.region-header .brand a img {
  vertical-align: middle;
}
.region-header .brand .site-branding__slogan {
  font-size: 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}

/*Search Form*/
.search-block-form {
  margin: 0 auto;
}

.region-search {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle;
}

#search-block-form {
  display: table;
  width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
}
#search-block-form .form-actions {
  width: 30px;
}
#search-block-form input.form-submit {
  background: image-url("search.png") no-repeat center #143bcb;
  font-size: 0;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  vertical-align: top;
  border-radius: 0 20px 20px 0;
}
#search-block-form input.form-submit:hover {
  background-color: inherit;
  border-color: inherit;
}
#search-block-form input {
  width: 100%;
  height: 30px;
  border-radius: 20px 0 0 20px;
}

/*Breadcrumb*/
.breadcrumb {
  font-size: 0.85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
}
.breadcrumb ul, .breadcrumb ol {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li, .breadcrumb ol li {
  display: inline-block;
  padding: 0 8px;
}
.breadcrumb ul li:after, .breadcrumb ol li:after {
  content: " >";
  padding-left: 15px;
}
.breadcrumb ul li:last-child:after, .breadcrumb ol li:last-child:after {
  display: none;
}

/*Flexslider*/
.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px #b1b1b1;
  box-shadow: 1px 1px 8px #b1b1b1;
}
.flexslider .slider-caption {
  display: none;
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 99;
  width: 35%;
  text-align: left;
  font-size: 1.2em;
  line-height: 150%;
  color: #fff;
  padding: 20px;
  background: #000;
  border-radius: 5px;
}
.flexslider .slider-title {
  font-size: 2em;
  font-weight: 200;
  color: #fff;
}
.flexslider .slider-description {
  display: inline-block;
  clear: both;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.flexslider .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}
.flexslider .flex-direction-nav li {
  list-style: none;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  padding: 10px;
}
.flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav a:after {
  color: #fff;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #143bcb;
}
.flexslider .flex-control-nav {
  bottom: 0;
}

/*Menu*/
.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 0;
  position: relative;
  z-index: 999;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .fas {
  font-size: 2em;
  color: #000;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #212020;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}

.menu-base-theme {
  background: none;
}
.menu-base-theme ul {
  background: none;
}
.menu-base-theme li ul > li a:hover {
  background: #1845eb;
}
.menu-base-theme li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-bottom: 1px solid #383737;
  line-height: 100%;
  padding: 24px 20px;
  font-size: 1.1em;
}
.menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
  background: none;
  color: #143bcb;
  line-height: 100%;
  padding: 24px 20px;
}
.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
}
.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

.region-primary-menu {
  display: none;
  width: 100%;
  background: #143bcb;
  margin-bottom: 15px;
  border-radius: 5px;
}

/*Footer Menu*/
.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}
.region-footer-menu nav li {
  display: inline-block;
}
.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}

/*Top Menu*/
.top-menu {
  font-size: 0.75em;
  background: #313d48;
  color: #fff;
}
.top-menu .top-blocks {
  overflow: hidden;
}
.top-menu .top-blocks .region {
  padding: 10px 10px 10px 0;
}
.top-menu .top-blocks .social-media {
  padding: 9px 0;
}
.top-menu p, .top-menu .block {
  margin: 0;
}
.top-menu a {
  color: #fff;
}

.region-top-menu ul {
  margin: 0;
  padding: 0;
}
.region-top-menu nav li {
  display: inline-block;
}
.region-top-menu nav li a {
  padding: 2px 10px;
  text-transform: uppercase;
  line-height: 100%;
}

/*Demo Typography*/
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec;
}

.highlight {
  padding: 20px;
  background-color: #ffffff;
}
.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0;
}
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.topwidget {
  text-align: left;
  background: #f6f6f6;
}
.topwidget .fa {
  font-size: 4em;
  color: #143bcb;
}
.topwidget .topwidget-list .region {
  position: relative;
  background: #fff;
  padding: 20px;
}
.topwidget ul {
  margin: 0;
  padding: 0;
}
.topwidget ul li {
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2588235294);
}

/*----------------------------
	Contact page
-----------------------------*/
.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid none;
  padding: 20px 30px;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*----------------------------
	User Login Form
-----------------------------*/
.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #999;
  font-style: italic;
}

/*----------------------------
	Maintainance
-----------------------------*/
.maintenance-page {
  background: image-url("maintenance-bg.png") #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-page .site-name a {
  color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: rgb(242, 244, 207);
  background: rgba(242, 244, 207, 0.88);
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff;
}
.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

/*----------------------------
	Profile Page
-----------------------------*/
.path-user .profile > div {
  display: inline-block;
}
.path-user .profile .label {
  display: block;
  color: #333;
}

.flexslider .slides li:after {
  background: none !important;
}

.home-about-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-about-block video{
    width:100%;
    margin-top:30px;
    background:#d1e9ff;
}

.views-news {
    background: white;
    padding: 30px 20px 20px 20px;
}

.views-news .views-row{
    position: relative;
    padding-bottom: 50px;
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.views-news .views-row:hover{
    opacity: .8;
    transition: all .2s ease-in-out;
    transform: scale(1.07);
}

.views-news .views-row .views-field-view-node{
    position: absolute;
    bottom: 10px;
    /* padding-bottom: 20px; */
    text-align: center;
    width: 100%;
}

.views-news img {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-page-block .views-row {
  clear: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-page-block .views-row img {
  float: left;
  margin-right: 20px;
}

/*
.news-page-block{
    .item{
        margin-bottom:20px;

        > div{
            display: none;
        }
        .views-field-field-news-img,
        .views-field-title{
            display:block !important;
        }

        .views-field-field-news-img{
            marign-bottom:20px;
            img{
                width:100%;
                margin-bottom:10px;
                height:220px;
                object-fit:cover;                
            }
        }
        .views-field-title{
                //height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
        }
    }
}

*/
.nash-colectuv2 .views-row {
  clear: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.nash-colectuv2 .views-row img {
  float: left;
  margin-right: 20px;
}

.our-progres .views-row {
  clear: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.our-progres .views-row img {
  float: left;
  margin-right: 20px;
}

.edu-proces .views-row {
  clear: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.edu-proces .views-row img {
  float: left;
  margin-right: 20px;
}

.groups-page .views-row {
  margin-bottom: 20px;
}
.groups-page .views-row img {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.node--type-pro-nas .field__item img {
  float: left;
  margin-right: 20px;
}*/

.field--name-field-dodatkovyy-kontent .field__items {
  display: block;
}

#block-rezhimroboti {
    background-color: #143bcb;
}

#block-rezhimroboti h2{
    color:#fff;
    padding-bottom: 2px;
}

#block-rezhimroboti h2.title{
    font-size: 1.7em;
    font-weight: 600;
    padding-top: 15px;
    
}

#block-laskavoprosimo{
    background-color: #80E019;
    
}

#block-laskavoprosimo h1{
    font-size: 2.8em;
    padding-bottom: 25px;
}

#block-nashaadresa {
    background-color: #E04519
}

#block-nashaadresa h2 {
    color: #fff;
    padding-bottom: 10px;
}

#block-nashaadresa h2.title{
    font-size: 1.7em;
    font-weight: 600;
    padding-top: 15px;
}

#block-views-block-news-block-1 h2.title {
    font-size: 1.7em;
    font-weight: 600;
    
}

#block-banner .logo {
    width: 200px;
}

.footer #block-banner a{
    display:block;
    width: fit-content;
}

.footer #block-banner img{
    float:none;
    width: 250px;
    margin-bottom:20px;
    filter: grayscale(100%);
}

.footer #block-banner img:hover{
    filter: grayscale(0);
}

.video-pro-nas .video-embed-field-provider-youtube{
    padding:15px;
    width: 100%;
}

.video-pro-nas,
.video-pro-nas iframe{
    width: 100%;
}

.path-frontpage .features{
    background: #d1e9ff; 
    position:relative;  
}

.path-frontpage .features .region{
    position:relative; 
    transition:all .25s;
    top: 0;
}

.path-frontpage .features .region:hover{
    top:-15px;
}

.path-frontpage .features:before{

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23d1e9ff' fill-opacity='1' d='M0,64L60,53.3C120,43,240,21,360,37.3C480,53,600,107,720,117.3C840,128,960,96,1080,80C1200,64,1320,64,1380,64L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
   
    content: '';
    background-color: #f9f9f9;
    position:absolute;
    display:block;
    top:0;
    left:0;
    width: 100%;
    height: 50px;
}


.path-frontpage .features:after{

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23d1e9ff' fill-opacity='1' d='M0,64L60,53.3C120,43,240,21,360,37.3C480,53,600,107,720,117.3C840,128,960,96,1080,80C1200,64,1320,64,1380,64L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
   
    transform: rotate(180deg); 
    content: '';
    background-color: #f9f9f9;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    width: 100%;
    height: 50px;
}

#footer{
	background: #d1e9ff;
    position:relative;
	
}

#footer:before{

background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23d1e9ff' fill-opacity='1' d='M0,64L60,53.3C120,43,240,21,360,37.3C480,53,600,107,720,117.3C840,128,960,96,1080,80C1200,64,1320,64,1380,64L1440,64L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
   
    content: '';
    background-color: #f9f9f9;
    position:absolute;
    display:block;
    top:0;
    left:0;
    width: 100%;
    height: 50px;
}

.img_body_news{
	margin-bottom: 20px;
}

.node__content img{
	height: auto;
	padding:10px;
}

/*.node--type-pro-nas .field__item img*/

.facebook_video,.news_video_you{
	text-align:center;	
}



.gr_img_gall{
	text-align:center;
} 

.z_gr_img_gall {
	text-align:center;
	font-size:1.5em;
    font-family: "Poppins", sans-serif;
    color: #143bcb;
    font-weight: 400;
    margin: 10px 0;
    line-height: 120%;
	
}

.gr_img_gall > div.field__item:not(:first-child){
	display:none;
}


.logo-top {
    text-align: center;
}

.logo-top img {
    width: 140px;
}

.img_group {
	text-align:center;
}
.img1_manu{
	text-align:center;
}


.dmenu .item img{
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.dmenu .item img:hover{
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.path-news .views-row{
    transition: all .2s ease-in-out;
}

.path-news .views-row:hover{
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.img-center-dosag{
	display:flex;
	justify-content: center;
}


