/*
Theme Name: Reforms
Author: VECTO
Author URI: https://vecto.digital/
Description:  Wordpress theme created GEGstyle for reforms.am
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

@font-face {
    font-family: 'Nicolo';
    src: url('assets/fonts/Nicolo-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Nicolo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nicolo';
    src: url('assets/fonts/Nicolo-Italic.woff2') format('woff2'),
        url('assets/fonts/Nicolo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nicolo';
    src: url('assets/fonts/Nicolo-Bold.woff2') format('woff2'),
        url('assets/fonts/Nicolo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nicolo';
    src: url('assets/fonts/Nicolo-Regular.woff2') format('woff2'),
        url('assets/fonts/Nicolo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mardoto';
    src: url('assets/fonts/Mardoto-Bold.woff2') format('woff2'),
        url('assets/fonts/Mardoto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mardoto';
    src: url('assets/fonts/Mardoto-Light.woff2') format('woff2'),
        url('assets/fonts/Mardoto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mardoto';
    src: url('assets/fonts/Mardoto-Regular.woff2') format('woff2'),
        url('assets/fonts/Mardoto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #48A366 #EAEBF6;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #EAEBF6;
}

*::-webkit-scrollbar-thumb {
  background-color: #48A366;
  border-radius: 0px;
  border: 6px solid #48A366;
}
body {
  margin: 0;
  font-family: "Nicolo", sans-serif;
  -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;
  text-decoration: none;
  color: #479D79;
}

a:active,
a:hover {
  outline: 0;
  color: #112C5B;
  transition: all 0.3s;
}

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;
}
.text br {
    margin-bottom: 12px;
    display: block;
    /* overflow: hidden; */
    /* width: 100%; */
    line-height: 20px;
    content: "";
}

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;
  text-transform: uppercase;
  color: #112C5B;
}
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: 1em;
}
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;
}
body .rs-layer {
    font-family: Mardoto !important;
}
body .rs-layer {
    font-family: Mardoto !important;
}
a:focus {
    outline: none;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  background: #fff;
  overflow-x: hidden;
}

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 ***********/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: .74rem 0rem;
  z-index: 99;
  position: absolute;
  width: 100%;
}
header#masthead::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}

header#masthead.fixed {
  position: absolute !important;
  top: -800px;
  width: 100%;
  display: block;
  transition: top 0.8s;
}
header#masthead.fixed.slideDown {
  top: 0;
  position: fixed !important;
  transition: top 0.8s;
}
.navbar-brand img {
    width: 250px;
}
.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: #112C5B;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  background-image: url('assets/img/menu-active.svg');
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-100deg);
  top: 5px;
  left: -15px;
  transition: all 0.5s;
  opacity: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before {
  transform: rotate(0deg);
  top: -8px;
  left: -5px;
  opacity: 1;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #48A366;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #48A366;
  position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  background-image: url('assets/img/menu-active.svg');
  background-size: cover;
  background-repeat: no-repeat;
  top: -6px;
  left: -3px;
  transform: rotate(0deg);
  opacity: 1;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: .9rem;
  padding-left: .9rem;
}
.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%;
}

.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;
}

.header_search {
	margin-left: 5rem;
}

body .header_search {
	float: right;
	position: relative;
	margin-top: 2px;
	margin-left: 27px;
	padding: 1px 20px 4px 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.pop-search-box_form {
	position: relative;
}
.pop-search-box {
	position: absolute;
	right: 4px;
	top: 100%;
	width: 300px;
	padding: 16px;
	margin-top: 7px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 5;
}
body .header_search.active .pop-search-box {
	visibility: visible;
	opacity: 1;
}
.pop-search-box_form .form-control {
	width: 100%;
	height: auto;
	padding: 11px 55px 11px 15px;
	background: #eee;
	border: none;
	font-size: 13px;
	color: #222831;
	transition: all 0.3s ease;
  border-radius: 0;
}
.pop-search-box_form button, #searchform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	background: #48A366;
	border: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* fix ham button when menu opened - prevents scrolling issue */
.hamburger-button {
  position: absolute;
  height: 27px;
  width: 30px;
  z-index: 15;
  top: 17px;
  right: 85px;
  cursor: pointer;
}
.hamburger-button.nt-mm1-button-open {
  position: fixed;
  top: 40px;
  right: 40px;
}
.hamburger-button:hover {
    cursor: pointer;
}
.hamburger-button .hamburger-bar-top {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-middle {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 8px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hamburger-button .hamburger-bar-bottom {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0e0e0e;
    border-radius: 1px;
    top: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nt-mm1-button-open .hamburger-bar-top {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background: #000;
}
.nt-mm1-button-open .hamburger-bar-middle {
    opacity: 0;
}
.nt-mm1-button-open .hamburger-bar-bottom {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    -moz-transform: rotate(-45deg) translate(7px, -7px);
    -ms-transform: rotate(-45deg) translate(7px, -7px);
    -o-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
    top: 21px;
    background: #000;
}


/**
 * Main wrapper
 */
.nt-mm1-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
    background-size: cover;
    background-position: center top;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
}
.nt-mm1-show-menu {
    background: #fff;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}

.mobile-menu {
    margin: 35px 30px 80px 30px;
    padding: 0;
    position: relative;
    text-align: center;
}
.mobile-menu li > a {
    color: #000;
    font-size: 18px;
    position: relative;
    font-family: 'Mardoto', 'sans-serif';
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.mobile-menu .menu-item-has-children {
    position: relative;
}
.mobile-menu .menu-item-has-children .sub-menu {
    display: none;
    padding-top: 10px;
}


/**
 * Submenu arrow
 */
.dropdown-menu-ul .nt-responsive-toggle-subarrow {
    display: block;
    color: #999999;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 7px 20px 10px 20px;
    z-index: 10;
    font-size: 22px;
}
.mobile-menu li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
.mobile-menu li span i {
    width: 10px;
    font-size: 16px;
    height: auto;
    color: #000;
    padding: 0;
    margin: 0 0 0 0;
    fill: #8C9093;
    vertical-align: middle;
}
.mobile-menu li span.nt-mm1-submenu-active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nt-mm1-chevron i {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.nt-mm1-chevron i:hover {
    opacity: 1;
}


/**
 * Submenu
 */
.dropdown-menu-ul .sub-menu {
    transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropdown-menu-ul .sub-menu li {
    font-size: 12px;
}
.dropdown-menu-ul .sub-menu li:first-child {
    padding-top: 20px;
}
.dropdown-menu-ul li {
    padding: 10px 0 10px 18px;
}

/* menu */
.mobile-menu li {
    list-style: none;
    padding: 7px;
}
.mobile-login {
    position: absolute;
    top: 30px;
    right: 100px;
}
#social-links .social-likes {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
}
#social-links .button-style.button-style_extra {
  border-radius: 0;
  margin-right: 15px;
}
#social-links .button-style.button-style_extra:last-child {
	margin: 0;
}
#social-links .news-reference__button_in svg {
  width: 18px;
  height: 19px;
}
#social-links .news-reference__button_tw svg {
  width: 17px;
}
/*--------------------------------------------------------------
# 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;
}
footer .nav > li > a:focus, footer .nav > li > a:hover {
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #48A366 !important;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
	padding: 5.5rem 0 20px 0;
	min-height: 500px;
}

.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;
}
.shape-right {
  background-image: url('assets/img/shape.png');
  background-position: 118% 98%;
  background-repeat: no-repeat;
  background-size: 280px 280px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comments-back {
  background: #EAEBF6;
  box-shadow: 0 0 18px rgba(0,0,0,0.25);
  padding: 30px;
  margin: 80px 0;
}
.comments-back h2 {
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #112C5B;
  font-weight: 900;
}
.comment-content.card-block {
  padding: 20px;
}
.comment .avatar.avatar-50.photo, .pull-left img {
  border-radius: 50%;
  /* width: 50px; */
}
.user-header {
  display: flex;
  flex-wrap: wrap;
}
.comment-author {
  font-size: 20px;
  color: #112C5B;
}
.comment-list .profesion {
  margin-left: 15px;
  color: #0D0D0D;
  font-family: Mardoto, sans-serif;
  line-height: 16px;
  font-size: 14px;
}
.comment-meta time{
  margin-right: 15px;
}
.comment-meta span{
  margin-right: 10px;
}
.comment-meta svg {
  margin-top: -5px;
   transition: all 0.4s;
}
.comment-meta svg:hover path{
  fill: #112C5B;
  transition: all 0.4s;
}
.comment-list .profesion {
  margin-left: 15px;
  line-height: 20px;
}
.comment-list .card-header, .media-body-wrap.card {
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
.comment .media {
	flex-wrap: wrap;
	background: #FFFFFF;
	border-radius: 25px;
	padding: 25px;
	/* min-height: 240px; */
	height: 350px;
	position: relative;
}
.comment-list .reform-comment-buttons.row {
	position: absolute;
	bottom: 10px;
	width: 100%;
	margin: 0;
	/* padding: a; */
	left: 0;
}
.comment-meta time span {
  margin: 0;
}
.comment .comment-content.card-block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.comment-content.card-block {
  color: #0D0D0D;
  font-size: 16px;
  font-family: Mardoto, sans-serif;
  margin-top: 10px;
  font-weight: 400;
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

.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;
}
.comment-text {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
.comment-text span {
  display: block;
  color: green;
}
.nav-links {
    display: flex;
    justify-content: right;
    justify-content: flex-end;
    display: flex;
    flex: 1 1 auto;
}
.nav-links .page-numbers {
  font-size: 20px;
  color: #0D0D0D;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 15px;
  padding-top: 4px;
}
.nav-links .page-numbers.current, .page-numbers:hover {
  width: 36px;
  height: 36px;
  background: #48A366;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
.nav-links .next.page-numbers, .nav-links .prev.page-numbers {
  font-size: 0;
  text-indent: -99999999999px;
  background: url('assets/img/next-previous.svg');
  transform: rotate(180deg);
  position: relative;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.nav-links .next.page-numbers:hover, .nav-links .prev.page-numbers:hover {
  background: url('assets/img/next-previous-hover.svg');
    background-repeat: no-repeat;
  background-position: center;
}
.nav-links .next.page-numbers {
  transform: rotate(180deg);
  margin-right: 0;
}
.nav-links .prev.page-numbers {
  transform: rotate(0deg);
}
.nav-links .next.page-numbers:hover, .nav-links .prev.page-numbers:hover {
  background-color: #48A366;
  color: #fff;
  transition: all 0.4s;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 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;
}

.reforms-grid {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  min-height: 180px;
  transition: all 0.3s;
    position: relative;
  overflow: hidden;
  transition: color 0.25s;
}
.reforms-grid a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.reforms-grid::before,
.reforms-grid::after {
    border: 6px solid transparent;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-radius: 14px;
  }

.reforms-grid::before {
    top: 0;
    left: 0;
  }

.reforms-grid::after {
    bottom: 0;
    right: 0;
  }
  
.reforms-grid:hover {
    color: #48A366;
  }

.reforms-grid:hover::before,
.reforms-grid:hover::after {
    width: 100%;
    height: 100%;
  }

.reforms-grid:hover::before {
    border-top-color: #48A366; 
    border-right-color: #48A366;
    transition:
      width 0.25s ease-out, 
      height 0.25s ease-out 0.25s; 
  }

.reforms-grid:hover::after {
    border-bottom-color: #48A366;
    border-left-color:#48A366;
    transition:
      border-color 0s ease-out 0.5s,
      width 0.25s ease-out 0.5s,
      height 0.25s ease-out 0.75s;
}

.reforms-block {
    height: 65px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    width: 100%;
    justify-content: center;
}

.reforms-grid-name {
  color: #29246A;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.reforms-grid-img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.social-likes {
  position: fixed;
  left: 0;
  top: 45%;
  width: 50px;
  height: 150px;
  z-index: 99;
}
.button-style.button-style_extra {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.button-style.button-style_extra svg {
	width: 18px;
	height: 18px;
}
.button-style.button-style_extra:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.news-reference__button_fb {
  background: #0084FF;
}
.news-reference__button_tw {
  background: #1DA1F2;
}
.news-reference__button_in {
  background: #2072C4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  position: relative;
}
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #FFF;
  background-color: #3C3E60;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 30px 1rem 20px;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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

.flex-md-2, .flex-sm-2 {
  width: 20%;
  padding: 0 15px 0 15px;
  flex: 0 0 20%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #48A366;
}
.swiper-pagination {
	width: 100%;
	margin-top: 20px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.swiper-pagination-bullet:focus {
  /* background: none; */
  border: none !important;
  outline: none;
}
.clients {
  position: relative;
}
.client {
	min-height: 160px;
	display: flex;
	align-items: center;
}
.client a {
	display: flex;
	align-items: center;
}
.client-name {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	/* background: #3C3E60; */
	display: block;
	padding: 10px 0;
	color: #333333;
	text-align: left;
}
.news-container, .swiper-clients {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
	top: 50%;
	/* transform: translate(0%, -50%); */
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -65px;
  background: url("assets/img/nav.png");
  width: 62px;
  height: 62px;
  background-size: cover;
  font-size: 0px;
  text-indent: -999999px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -65px;
  background: url("assets/img/nav.png");
  width: 62px;
  height: 62px;
  background-size: cover;
  transform: rotate(180deg);
  font-size: 0px;
  text-indent: -999999px;
  outline: none;
  background-repeat: no-repeat;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}
body .swiper-pagination {
  position: relative;
}
.contact-back .vc_column-inner {
  /*  background: url('assets/img/contact.png'); */
  background-size: cover;
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-position: right;
  color: ;
}
.contact-back .contacts {
  list-style: none;
  color: #fff;
  padding: 75px;
  min-height: 260px;
}
.contact-back .contacts li {
  margin-bottom: 10px;
}
.contact-back .contacts li span {
  width: 120px;
  display: inline-table;
}
.wpcf7-submit.btn-primary {
  color: #fff;
  background-color: #65749B;
  border-color: #65749B;
  border-radius: 30px;
  padding: 5px 20px;
  transition: all 0.4s;
}
.wpcf7-submit.btn-primary:hover {
  background-color: #48A366;
  border-color: #48A366;
  transition: all 0.4s;
}
.form-control {
  border-radius: 25px;
}
#cont {
  padding-bottom: 20px;
  position: relative;
}
.back h2 {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
}
.back .tab-content h2 {
  font-size: 32px;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #112C5B;
  margin-top: 30px;
}
.news-grid-name {
	background: rgba(101, 116, 154,0.5);
	padding: 10px 20px;
	min-height: 75px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	bottom: 0;
	text-align: right;
	/* align-self: flex-end; */
	width: 100%;
}
.news-block a {
	height: 180px;
	position: relative;
	display: block;
}
.swiper-slide a .news-grid-name {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}
.news-grid-img {
  overflow: hidden;
	position: relative;
	height: 180px;
}
.news-block img {
	width: 100%;
	min-width: 180px;
}
.swiper-slide  a .news-grid-img img {
  transition: transform .5s;
}
.swiper-slide a:hover .news-grid-img img {
  transform: scale(1.1);
}
.swiper-slide a:hover .news-grid-name {
  color: #48A366;
}
.news-block img {
    width: 100%;
    max-height: 200px;
}
.no-results.not-found {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 150px;
  min-height: 350px;
}
footer .contacts span {
	margin-right: 30px;
	width: 90px;
	display: inline-table;
}
.footer-elipse {
  background: url('assets/img/footer-elipse.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}
.logo-brands {
  vertical-align: middle;
  position: absolute;
  right: 70px;
  top: 42%;
}
.vecto-logo svg {
  width: 90px;
  height: 35px;
  transition: fill .4s ease;
  fill: red;
}
footer .contacts {
	list-style: none;
	padding: 25px 0 0 0;
}
footer .menu li:first-child .nav-link {
	padding-left: 0;
}
footer #text-2 {
	margin-bottom: -10px;
}
.tags-list {
  height: 90px;
  overflow-x: hidden;
}
.mr-5 {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
.relative {
  position: relative;
}
.site-main {
  width: 100%;
  display: block;
  padding: 0;
}
.back {
  background-color: #65749a !important;
  padding: 40px 0;
}
.block {
  background: #F3F3F3;
  border-radius: 20px;
  margin-bottom: 25px;
}
.reform-header {
  padding: 30px 30px 0 30px;
}
#cont .block {
  border-radius: 20px;
  margin-bottom: 0;
}
.block-tabs {
  background: #fff;
}
#reformtab {
  padding: 0 30px;
}
.tab-content {
  padding: 5px 30px 30px 30px;
}
.tab-content p, .tab-content #home {
	font-family: Mardoto, sans-serif;
	font-size: 16px;
	line-height: 32px;
}
#cont .nav-tabs {
  background: #F3F3F3;
}
.block-tabs {
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.header-icon {
  flex: 0 0 10%;
  max-width: 10%;
  -ms-flex: 0 0 10%;
}
.header-text {
  flex: 0 0 90%;
  max-width: 90%;
  -ms-flex: 0 0 90%;
}
#header h1 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112C5B;
  margin-top: 15px;
  margin-left: -35px;
}
.header-text a {
  font-size: 16px;
  text-transform: uppercase;
  color: #48A366;
}
.refolrm-excrept {
  font-size: 16px;
  color: #112C5B;
  font-family: Mardoto, sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.nav-tabs .nav-item {
  margin-right: 10px;
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  background: #48A366;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.nav-tabs .nav-link:hover {
  background: #112C5B;
  color: #fff;
  transition: all 0.4s;
}
.nav-tabs .nav-link.active:hover {
  border-color: #112C5B #BCBCBC #fff;
  background: #fff;
  color: #112C5B;
  transition: all 0.4s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #48A366 #BCBCBC #fff;
  border-top-width: 4px;
  border-bottom-width: 1px;
  margin-bottom: -2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-radius: 0;
}
.block-tabs .nav-tabs {
  border-bottom: 2px solid #BCBCBC;
}
.tab-content ul {
  padding: 10px;
  list-style-image: url('assets/img/li.png');
  font-family: Mardoto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-left: 21px;
}
.tab-content ul li {
  position: relative;
  margin-bottom: 7px;
}
.tab-content ul.links {
  list-style: none;
}

.tab-content ul.documents li::before, .tab-content ul.links li::before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-table;
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url('assets/img/pdf.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-right: 24px; */
}
.tab-content ul.documents {
  list-style: none;
}
.tab-content ul.documents li::before {
  background-image: url('assets/img/pdf.png');
}
.tab-content ul.documents li a::after {
    content: "";
    background-image: url(assets/img/download.svg);
    right: -35px;
    width: 22px;
    height: 18px;
    position: absolute;
    display: inline-table;
    bottom: 2px;
}
.tab-content ul.links li::before {
  background-image: url('assets/img/link.png');
}
.tab-content ul.documents a, .tab-content ul.links a {
    color: #0D0D0D;
    text-decoration: underline;
    position: relative;
}
.overflow {
  height: 630px;
  overflow-x: hidden;
	margin-top: 30px;
}
.client a img:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.sidebar a:hover {
  color: #48A366;
  text-decoration: none;
  transition: all 0.3s;
}
.tags-list a:hover {
  background-color: #48A366;
  color: #fff;
  transition: all 0.3s;
}
.sidebar-content {
  padding: 15px 20px 20px 20px;
  position: relative;
}
.post-container {
  position: absolute;
  top: 0;
  left: -400px;
  width: 600px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  z-index: 5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.bt-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
#close-popup {
  float: right;
}
#project-content h1.entry-title {
  margin-top: 5px;
  border: none;
}
#project-content img {
  width: 160px;
  height: 160px;
  max-width: 160px;
}
.modal-header .profesion {
  margin-top: -10px;
  margin-left: 25px;
}
.modal-content {
  border-radius: 20px !important;
}
.modal-content .btn-close {
  margin-top: -16px;
}
.no-exec #userdata {
  text-align: center;
  width: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #112C5B;
  opacity: 0.5;
}

.no-exec {
  height: 395px;
  background: url('assets/img/mask.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
}
.two .no-exec {
  height: 240px;
  background: url('assets/img/mask2.png');
}
.post-container .entry-content {
  font-size: 16px;
  font-family: Mardoto, sans-serif;
  color: #0D0D0D;
}
.post-container span {
  display: block;
  color: #5D5D5D;
  margin: -20px 0 30px;
}
.post-container span.exec-list {
  font-size: 14px;
  color: #112C5B;
  line-height: 22px;
  font-family: Mardoto, sans-serif;
}
#userdata #project-content img {
  border-radius: 50%;
}
.list-executives.active, .sidebar-items.active {
  opacity: 0.2;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%)
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #112C5B;
  border-color: #112C5B transparent #112C5B transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sidebar-title {
  padding: 20px 20px 15px 20px;
  font-family: Nicolo, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  color: #112C5B;
}
.sidebar-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 170px;
  overflow-x: hidden;
  position: relative;
}
.sidebar-items li {
  width: 50%;
  text-align: center;
  flex: 0 0 50%;
  line-height: 12px;
  margin-bottom: 20px;
}
.sidebar-items a {
  color: #112C5B;
  font-size: 12px;
  font-family: Mardoto, sans-serif;
  font-weight: bold;
  line-height: 12px;
}
.list-image {
  margin-bottom: 5px;
}
.list-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.list-executives {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  height: 292px;
  overflow-x: hidden;
  position: relative;
}
.list-executives li {
  max-width: 50%;
  flex: 0 0 50%;
  line-height: 14px;
  margin-bottom: 20px;
}
.list-executives li a{
  color: #112C5B;
  font-weight: bold;
  font-size: 14px;
  font-family: Nicolo, sans-serif;
}

.list-executives span {
  font-family: Mardoto, sans-serif;
  font-size: 12px;
  color: #5D5D5D;
  text-align: center;
  margin-top: 7px;
  display: block;
}
.list-tag {
	display: inline-table;
	padding: 5px 10px;
	font-size: 12px;
	color: #000;
	background: #EAEBF6;
	border-radius: 25px;
	margin-bottom: 15px;
	margin-right: 5px;
	text-transform: uppercase;
}

.shape {
  background-image: url('assets/img/elipse.png');
  width: 230px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: -85px;
  margin: 20px 0 0 0;
}
h3.widget-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #29246A;
  margin-bottom: 20px;
  line-height: 34px;
}
.reform-widget {
  padding-top: 40px;
}
.reforms-grid-img img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 70px;
  height: auto;
}
.reforms-grid:hover .reforms-grid-img img {
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s linear;
}
#slack {
  width: 16px;
  height: 16px;
  fill: #112C5B;
}

.reforms-list a {
  display: block;
  width: 100%;
  padding: 23px;  
}
.reforms-list a:hover svg, .reforms-list a:hover h1 {
  fill: #48A366 !important;
  color: #48A366;
  transition: all 0.3s;
}
.reforms-list h1.entry-title {
   border: none;
}
.nt-mobile-wrapper-spacer {
  display: none;
}
.reforms-list {
  border-radius: 35px;
  background: rgb(19,49,91);
  background: -moz-linear-gradient(90deg, rgba(19,49,91,1) 0%, rgba(95,111,150,1) 82%, rgba(101,116,155,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,49,91,1) 0%, rgba(95,111,150,1) 82%, rgba(101,116,155,1) 100%);
  background: linear-gradient(90deg, rgba(19,49,91,1) 0%, rgba(95,111,150,1) 82%, rgba(101,116,155,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13315b",endColorstr="#65749b",GradientType=1);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.reforms-list a span {
  position: relative;
  line-height: 26px;
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
}
.reforms-list .more-reform {
  position: absolute;
  right: 120%;
  top: 5px;
  margin-top: 0;
  transition: all 500ms;
}
.reforms-list .more-link {
  padding: 18px 24px;
  color: #fff;
  background-color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  border-radius: 50%;
  transition: all 500ms;
  display: inline-table;
  text-align: center;
  right: 0;
}
.reforms-list:hover .more-reform {
  right: 5px;
  transition: all 500ms;
}
.more-link svg {
  position: relative;
  right: -3px;
}
.text-block {
  position: relative;
}
.text-block .text {
	font-size: 0.875rem;
	font-weight: normal;
}
.text-block img {
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 0;
}
.text-block .text, .text-block .text-block-title {
	z-index: 2;
	position: relative;
	line-height: 18px;
}
.text br {
	margin-bottom: 12px;
}
.pl-8 {
  padding-left: 60px;
}
/*________________ video popup ________________*/

.popup-video, .openVideo {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
	border-radius: 10px;
	text-align: center;
	max-height: 400px;
	overflow: hidden;
}
.mfp-content .video-popup {
  height: auto;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.video-popup video {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}
.search-form .search-field.form-control {
	border-radius: 25px 0 0 25px;
	margin-left: 5px;
	/* margin-top: 25px; */
	position: relative;
	top: 0.5px;
}

.popup-video::after, .openVideo::after {
  content: "";
  background: url('assets/img/play.png');
  position: absolute;
  width: 60px;
  height: 60px;
  right: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.section.backgraund .row-fluid {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  background-color: #65749a !important;
  z-index: 2;
  position: relative;
  margin-left: 0;
}
.section.backgraund .row.row-fluid.row-no-padding {
  background-color: #fff !important;
  z-index: 1;
  position: absolute !important;
  width: 40% !important;
  height: 100px !important;
}
.section.backgraund .row.row-fluid.bottom.row-no-padding {
  bottom: 0px;
}
.section.backgraund::after {
  content: "";
  background: rgb(239,239,239);
  background: -moz-linear-gradient(90deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(101,116,154,1) 50%, rgba(101,116,154,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(101,116,154,1) 50%, rgba(101,116,154,1) 100%);
  background: linear-gradient(90deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(101,116,154,1) 50%, rgba(101,116,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efefef",endColorstr="#65749a",GradientType=1);
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translate(0,50%);
}
.more-link svg path {
    fill: #13305c;
}
.more-link:hover svg path {
    fill: #48A366 !important;
}
.widget-area .widget {
    background: #f5f5f5;
    padding: 0 0 20px 0;
    /* margin-top: -22px; */
}
.widget-area .widget .widget-title {
    text-align: center;
    background: #eee;
    margin: 0;
    padding: 30px 0;
    font-size: 28px;
}
.openvideoiframe::after {
  content: "";
  background: url('assets/img/play.png');
  position: absolute;
  width: 60px;
  height: 60px;
  right: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
/* .openvideoiframe.active{
  display: none;
} */
.reform-video {
  position: relative;
  overflow: hidden;
}
#playvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#playvideo.active {
  display: block;
}
.view.video.btn.btn-success {
  text-align: center;
  margin: 6px 0;
  display: block;
  font-size: 13px;
}
.popup-video.view::after {
    display: none;
}
.modals.view.video {
    border-radius: 10px;
}
.section.about-section::after {
  content: "";
  background: #65749a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.section.about-section .row-fluid {
  position: relative;
  z-index: 7;
}
.about-section::before {
  content: "";
  width: 7.7%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  top: 0;
}

.position-relative::before {
  content: "";
  width: 110%;
  height: 80%;
  background: #fff;
  display: block;
  border-radius: 150%;
  position: absolute;
  left: -35%;
  top: 10%;
  z-index: 4;
}
.reforms-custom-heading.about-title.position-absolute {
	transform: translate(0, -50%);
	top: 48%;
	left: 16%;
}
.section.backgraund::before {
  content: "";
  width: 220px;
  height: 220px;
  background: url("assets/img/shape.png");
  position: absolute;
  right: -9%;
  top: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-1%, 20%);
  z-index: 5;
}
.section.backgraund .vc_column-inner {
   z-index: 7;
}
.header-icon {
  display: inline;
}
.header-icon img {
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover;
}
footer .menu {
	margin-top: 20px;
}
.openvideoiframe {
	display: none;
}
/*--------------------------------------------------------------
## 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%;
  }
  .footer-elipse {
    display: none;
  }
  .logo-brands {
    position: relative;
    right: 0;
    top: 0;
  }

body:not(.theme-preset-active) footer#colophon {
  margin-top: 20px;
}
}
.comment-author {
	line-height: 24px;
}
/*--------------------------------------------------------------
## 4K
--------------------------------------------------------------*/
@media only screen and (min-width: 1921px) and (max-width: 2600px) {
/* .section.backgraund::after {
  width: 24%;
} */
.reforms-custom-heading.about-title.position-absolute {
  transform: translate(-100%, -50%);
  left: -40%;
}
section.about-section {
  padding: 30px 0;
}
/* .about-section::before {
  width: 24%;
} */
.section.backgraund::before {
  right: -4%;
}
.reforms-custom-heading.about-title.position-absolute {
	transform: translate(-50%, -50%);
	left: 70%;
	width: 100%;
	z-index: 8;
}
.contact-back .contacts {
  padding: 85px;
}
.contact-back .vc_column-inner {
  height: 315px;
}
}
/*--------------------------------------------------------------
## 1920
--------------------------------------------------------------*/
@media only screen and (max-width: 1920px) {
  .container {
    max-width: 1640px;
  }

  .section.backgraund {
    background-position: left top;
    position: relative;
  }
.reforms-custom-heading.about-title.position-absolute {
  transform: translate(0, -50%);
  font-size: 42px !important;
  z-index: 8;
}
.contact-back .vc_column-inner {
  height: auto;
}
.contact-back .contacts {
	padding: 100px 15px 100px 150px;
}
}
@media only screen and (max-width: 1900px) {
  .container-fluid {
    /* padding: 0 60px; */
  }
  .container {
    max-width: 96%;
  }
.section.backgraund::before {
  right: -5%;
}
  footer .footer-elipse {
    width: 100px;
    height: 100px;
  }
  .shape-right {
    background-position: 111% 92%;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -80px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -80px;
  }
}
/*--------------------------------------------------------------
## Screen
--------------------------------------------------------------*/
@media only screen and (min-width: 1445px) and (max-width: 1650px) {
.reforms-custom-heading.about-title.position-absolute {
    font-size: 36px !important;
}
.contact-back .vc_column-inner {
  height: 315px;
	height: auto;
}
	.contact-back .contacts {
	padding: 35px 200px 35px 35px;
}
.contact-back .contacts {
	padding: 35px 100px 35px 100px;
}
}
@media only screen and (max-width: 1444px) {
    .container {
        max-width: 92%;
    }
  .comment-list .profesion {
    margin-left: 10px;
  }
.comment-author {
	font-size: 18px;
	line-height: 24px;
}
  .section.backgraund::before {
  right: -10%;
}
.reforms-custom-heading.about-title.position-absolute {
    font-size: 34px !important;
}
section.about-section {
    background-position: 125px center !important;
}
.contact-back .vc_column-inner {
  height: 300px;
}
.contact-back .contacts {
	padding: 35px 100px 35px 100px;
}
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1240px;
  }

.section.backgraund::before {
  right: -11%;
}
.contact-back .vc_column-inner {
  height: 320px;
}
.reforms-custom-heading.about-title.position-absolute {
	font-size: 26px !important;
}
}
@media only screen and (max-width: 1200px) {
.nt-mobile-wrapper-spacer {
  display: block;
}
.post-container {
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
}
@media only screen and (max-width: 1024px) {
/* .section.backgraund .row-fluid {
  margin-left: 120px;
} */
.section.backgraund::before {
    display: none;
}
.contact-back .contacts {
  padding: 50px;
}
.contact-back .vc_column-inner {
  height: 200px;
}
.reforms-custom-heading.about-title.position-absolute {
    font-size: 20px !important;
}
footer .footer-elipse {
	width: 80px;
	height: 80px;
}
	*::-webkit-scrollbar {
  width: 6px;
}
.tab-content {
  padding: 5px 5px 30px 15px;
}
.overflow {
	padding-right: 15px;
	z-index: 4;
	position: relative;
}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.section.backgraund .row-fluid {
    margin-left: -15px;
    margin-right: 0 !important;
}
section.about-section {
  background-position: center;
}
.clients {
    position: relative;
    font-size: 26px !important;
    line-height: 26px !important;
}
.reforms-custom-heading.about-title.position-absolute {
  transform: translate(0, 0);
  position: relative !important;
  text-align: center;
  top: 0;
  color: #fff !important;
}
.backgraund .wpb_single_image.wpb_content_element.vc_align_left {
  text-align: center;
}
section.about-section {
  background-position: 0 !important;
}
.position-relative::before, .about-section::before {
  display: none;
}
.reforms-custom-heading.about-title.position-absolute {
  transform: translate(0, 0);
  position: relative !important;
  text-align: center;
  top: 0;
  color: #fff !important;
  left: 0;
}
.section.about-section {
  background: #65749a !important;
}
.nav-tabs .nav-link {
  font-size: 10px;
}
.contact-back .vc_column-inner {
  height: 210px;
}
	.navbar-light .navbar-brand {
	text-align: center;
}
footer .contacts {
  display: inline-table;
  margin: 0 auto;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  padding: 0;
}
footer .ps-5, .text-block .pl-8 {
  padding: 15px !important;
}
	footer #text-2 {
  text-align: center;
}
#menu-menu-3 {
  justify-content: center;
}
.post-container {
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.reforms-grid {
  min-height: 150px;
}
.reforms-grid-img {
  margin-bottom: 10px;
}
.reforms-grid-img img {
  width: 45px;
}
.tab-content p, .tab-content #home {
  font-size: 14px;
  line-height: 24px;
}

.reforms-custom-heading.cat {
	font-size: 30px !important;
}
.list-executives {
	position: relative;
	z-index: 4;
}

.back .tab-content h2 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.block-tabs .nav-tabs {
	justify-content: center;
}
.comment .media {
	height: auto;
	position: relative;
}
.comment-list .reform-comment-buttons.row {
	position: relative;
	bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
	top: 63%;
}
.back {
	padding: 10px 0;
}
.swiper-wrapper {
	align-items: center;
}
.mobile-img-none .text-block img {
	display: none;
}
#header.reform-header h1 {
	margin-top: 0;
}
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  #header h1 {
    font-size: 22px;
  }
  h1 {
    font-size: 24px;
  }
.tab-pane h1 {
    margin-bottom: 0px;
  }
  .reforms-custom-heading.clients.title, .reforms-custom-heading.about-title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .comment-author {
    font-size: 14px;
  }
  .comments-area .comments-back {
    padding: 0;
  }  
  .shape {
    margin: 50px 0 0 0;
  }
  .reform-widget {
    padding-top: 10px;
  }
  .back h2 {
    font-size: 28px;
  }
  .nav-tabs .nav-link {
    font-size: 10px;
    padding: 5px;
  }
  .nav-tabs .nav-item {
    margin-right: 4px;
  }
  .nav-tabs .nav-item {
    margin-right: 4px;
  }
  .button-style.button-style_extra {
    width: 40px;
    height: 40px;
  }
  .news-reference__button_fb svg {
    width: 10px;
  }
  .news-reference__button_tw svg {
    width: 20px;
  }
  .news-reference__button_in svg {
    width: 18px;
    height: 24px;
  }
.contact-back .contacts {
    list-style: none;
    color: #fff;
    padding: 25px;
    min-height: 16px;
  }
.post-container {
    left: 0;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.comments-back h2 {
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}
.comments-area .comments-back {
  margin: 20px 0;
}

.nt-mm1-show-menu .navbar-brand {
  margin-top: 100px;
  display: block;
  width: 100%;
  text-align: center;
}
.section.vc_custom_1610436467593.section-has-fill {
  background: none !important;
}
/* #homeslider {
  margin-top: 70px;
} */
.section.backgraund .row-fluid.mr-5{
  margin-right: -10px;
}
.popup-video::after, .openVideo::after, .openvideoiframe::after {
  content: "";
  background: url('assets/img/play.png');
  position: absolute;
  width: 60px;
  height: 60px;
  right: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.reform-video {
  position: relative;
}
#playvideo {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#playvideo.active {
  display: block;
}
.header-text a {
  font-size: 10px;
}
.swiper-button-next, .swiper-button-prev {
  width: 45px;
  height: 45px;
}
.tab-content ul.documents a, .tab-content ul.links a {
	font-size: 14px;
	line-height: 24px;
}

#reformtab {
  padding: 0 5px;
}
.nav-links {
    padding-bottom: 20px;
}
.reforms-list .more-reform {
    right: 5px;
}
.text-block img {
  max-width: 70px;
}
.section.backgraund::before {
  display: none;
}
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }

.reforms-custom-heading.about-title.position-absolute {
  transform: translate(0, 0);
  position: relative !important;
  text-align: center !important;
  /* top: 0; */
  color: #fff !important;
  left: 0;
  display: block;
  width: 100%;
}
section.about-section {
  background-position: 0 !important;
  background-color: #65749a;
}
.section.backgraund .row-fluid {
  margin-left: -10px;
}
.post-container {
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#header h1 {
  font-size: 18px;
  margin-left: -10px;
}
.comment .comment-content.card-block {
  max-height: 100%;
}

.hamburger-button {
  top: 10px;
}
.contact-back .vc_column-inner {
  height: 160px;
}
.reforms-grid-name {
	font-size: 15px;
	letter-spacing: -1px;
}
footer .menu {
	margin-top: 20px;
}
}

@media only screen and (max-width: 414px) {
.contact-back .contacts {
  padding: 13px;
}
.list-executives li {
  max-width: 44%;
  flex: 0 0 44%;
  line-height: 14px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.sidebar-items a {
  font-size: 10px;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  padding: 5px;
}
.contact-back .vc_column-inner {
  height: 105px;
}
}

@media only screen and (max-width: 375px) {
.contact-back .contacts {
  padding: 6px;
}
.section.backgraund::before {
  right: -57%;
}
.contact-back .contacts {
  padding: 30px;
  height: auto;
}
#reformtab {
  padding: 0;
}
.nav-tabs .nav-link {
  font-size: 9px;
  padding: 4px;
}
.contact-back .vc_column-inner {
  height: auto;
}
.contact-back .contacts li span {
	width: 80px;
}
.contact-back .contacts {
	padding: 10px 30px 30px 10px;
}
.contact-back .vc_column-inner {
	background-color: #3C3E60;
}
}
@media only screen and (max-width: 360px) {
.nav-tabs .nav-link {
  font-size: 8px;
  padding: 4px;
}

}
@media only screen and (max-width: 300px) {
.navbar-brand img {
    max-width: 130px;
}
.reforms-grid-name {
    font-size: 12px;
}
}




@media only screen and (min-width: 1900px) {
  .shape-right {
    background-position: 108% 98%;
  }
.section.backgraund .row-fluid {
  margin-left: 0;
}
.section.backgraund::before {
  right: -16%;
}
}

@media only screen and (min-width: 1600px) {
.section.backgraund::before {
  right: -8%;
}
#header h1 {
  margin-left: -100px;
}
}
@media only screen and (min-width: 1400px) {
#header h1 {
  margin-left: -80px;
}

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 480px) {
}
@media only screen and (max-height: 330px) {
.mobile-menu {
	margin: 5px 30px 30px 30px;
}#social-links .social-likes {
	margin-top: 0;
	position: relative;
	top: 0;
}	
.reforms-grid-name {
	font-size: 12px;
	line-height: 14px;
}
	#header h1 {
	font-size: 16px;
}
	.back h2 {
	font-size: 18px;
}
	h3.widget-title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}
.list-executives li {
	margin-right: 10px;
}
}