@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.eot');
    src: url('../fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff'),
        url('../fonts/Gotham-Thin.ttf') format('truetype'),
        url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    padding: 0;
    margin: 0;
    letter-spacing:normal;
    font-weight: normal;
    font-style: normal;
    font-family: 'Gotham';
    color: #393939;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
	background-color: #b0b0b0;
}

h1,h2,h3,h4,h5,h6{
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #393939;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Gotham';
}

h1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1 {
    font-size: 50px;
    line-height: 56px;
}
h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2  {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 34px;
    margin-top: 40px;
}
h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3  {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 34px;
}
h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4 {
    font-size: 30px;
    line-height: 40px;
}
h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5 {
    font-size: 26px;
    line-height: 32px;
}
h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6 {
    font-size: 24px;
    line-height: 30px;
}
p {
    margin:0 0 20px;
}
strong {
    font-weight: bold;
}
ul,ol {
    padding:0 0 0 40px;
    margin: 16px 0px;
}
ul li,ol li {
    margin: 0;
    padding: 0px;
}
a { 
    color: #4a69a3;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover, a:visited, a:focus{
    text-decoration: none;
    outline: none;
} 
a:hover {
    color: #cccccc;
}  
img {
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
    resize: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 80px 0px;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-up {
    text-transform: uppercase;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;
    overflow-x: auto;
}
td , th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
th,tr{  
    border: 1px solid #e1e1e1;
}
button:focus {
    outline: none;
}

.max-title-1 h1,
.max-title-1 h2,
.max-title-1 h3,
.max-title-1 h4,
.max-title-1 h5,
.max-title-1 h6 {
    font-size: 70px;
    line-height: 81px;
}

.max-title-2 h1,
.max-title-2 h2,
.max-title-2 h3,
.max-title-2 h4,
.max-title-2 h5,
.max-title-2 h6 {
    font-size: 48px;
    line-height: 60px;
}
.max-title-2 h1.maxtitle-2,
.max-title-2 h2.maxtitle-2,
.max-title-2 h3.maxtitle-2,
.max-title-2 h4.maxtitle-2,
.max-title-2 h5.maxtitle-2,
.max-title-2 h6.maxtitle-2  {
    font-size: 70px;
    line-height: 94px;
}
.max-title-3 h1,
.max-title-3 h2,
.max-title-3 h3,
.max-title-3 h4,
.max-title-3 h5,
.max-title-3 h6 {
    font-size: 36px;
    line-height: 44px;
}

.max-title-4 h1,
.max-title-4 h2,
.max-title-4 h3,
.max-title-4 h4,
.max-title-4 h5,
.max-title-4 h6 {
    font-size: 32px;
    line-height: 36px;
}

.max-title-5 h1,
.max-title-5 h2,
.max-title-5 h3,
.max-title-5 h4,
.max-title-5 h5,
.max-title-5 h6 {
    font-size: 32px;
    line-height: 1;
}

.max-title-6 h1,
.max-title-6 h2,
.max-title-6 h3,
.max-title-6 h4,
.max-title-6 h5,
.max-title-6 h6 {
    font-size: 28px;
    line-height: 1;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-outer.right-align {
    text-align: right;
}
.btn-outer.right-align .main-btn {
    float: right;
}
.btn-outer.center-align {
    text-align: center;
}
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 11px 15px 11px;
    /* background-color: #3861A2;
	background-color: #72b33c;*/
    box-shadow: none;
    border-radius: 0px;
    border: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
	background-image: radial-gradient(rgba(71, 110, 177, 0.89) 19%,rgba(71, 110, 177, 0.95)30%,rgb(9, 9, 9) 450%);
}
.main-btn:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 15px;
    min-width: 15px;
    height: 24px;
    background:  url(../images/btn-angle.svg) no-repeat center;
    background-size: contain;
    margin-left: 16px;
}
.main-btn.white-btn {
  background-color: #ffffff;
  color: #314d79;
}
.main-btn.white-btn:after {
    background:  url(../images/btn-blue-angle.svg) no-repeat center;
    background-size: contain;
}
.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #393939;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn:hover {
  color: #ffffff;
}
.main-btn.white-btn:hover {
    color: #ffffff;
}
.main-btn.white-btn:hover:after {
    background:  url(../images/btn-angle.svg) no-repeat center;
    background-size: contain;
}
.main-btn:focus {
    outline: none;
}
.main-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.content-img.center-align,
.content-info.center-align,
.content-title.center-align {
    text-align: center;
}
.content-img.right-align,
.content-info.right-align,
.content-title.right-align {
    text-align: right;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-35 .row {
    margin: 0 -35px;
}
.grid-35 .row > [class^="col-"]{
    padding: 0 35px;
}
.grid-50 .row {
    margin: 0 -50px;
}
.grid-50 .row > [class^="col-"]{
    padding: 0 50px;
}
.grid-25 > .row {
    margin: 0 -25px;
}
.grid-25 > .row > [class^="col-"]{
    padding: 0 25px;
} 
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color {
    color: #ffffff;
}
.black-color {
    color: #000000;
}
.bg-skeen {
    background-color: #F3F3F3;
}
/*---------header-part---------*/

.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}
.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 20px 0;
}
.header-part.sticky {
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    background-color: #999999;
    padding: 15px 0;
}
body.logged-in.admin-bar .header-part {
    top:32px;
}
.header-logo {
    position: relative;
    display: inline-block;
}
.header-logo img {
    width: 180px;
    height: auto;
}
.header-part.sticky .header-logo img {
    width: 120px;
    height: auto;
}
.main-menu {
    display: flex;
    align-items: center;
    float: left;
    padding: 0;
    margin: 0;
}

.main-menu {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}

.main-menu > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0px;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main-menu li {
  position: relative;
  display: inline-block;
  padding: 0px 0;
  margin: 0 26px;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-menu > li > a {
    display: inline-block;
    position: relative;
    color: #393939;
    font-size: 18px;
    line-height: 1;
    padding: 17px 20px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.main-menu > li > a {
    text-transform: uppercase;
}

.main-menu > li > a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  padding: 6px 0;
  float: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
a, a:visited, a:focus {
  text-decoration: none;
  outline: none;
}


.main-menu li a:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    bottom: 0px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
}
.main-menu > li:hover a,
.main-menu > li.current-menu-item a,
.main-menu > li.active a{
    color: #ffffff;
}
.main-menu > li:hover a:after,
.main-menu > li.current-menu-item a:after,
.main-menu > li.active a:after{
    width: 97px;
}

/* .main-menu > li:hover > a,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a{
    color: #0f84d1;
    background-color: #ffffff;
}*/

.main-menu > li > ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 0px;
    min-width: 359px;
    background-color: #ffffff;
    padding: 0;
    list-style-type: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 0.35s;
}
.main-menu > li:hover > ul{
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    height: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-menu > li li {
    padding: 0;
    margin: 0;
}
.main-menu > li li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #393939;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    padding: 14px 22px 13px 29px;
    text-decoration: none;
}
.main-menu > li li.current-menu-item a,
.main-menu > li li:hover a {
    color: #ffffff;
    background-color: #0f84d1;
}
/*------mobile-menu-------*/
body.sk-hidden  {
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.dropdown-toggle {
    width: 36px;
    height: 22px;
    position: relative;
    display: inline-block;
}
.dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 9px;
    height: 4px;
    background-color: #0f84d1;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:before {
    position: absolute;
    content: '';
    left: 0;
    top: -9px;
    width: 100%;
    height: 4px;
    background-color: #0f84d1;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 100%;
    height: 4px;
    background-color: #0f84d1;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(9px,-9px,0);
    opacity: 0;
}
.dropdown-toggle.open span:after {
    transform: translate3d(0,-9px,0) rotate(-90deg);
    width: 100%;
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background-color: #ffffff;
    border-top: 1px solid #314d79;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    top: 165px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.logged-in.admin-bar .sk-offcanvas-content.open {
    top: 197px;
}
.header-part.sticky .sk-offcanvas-content.open {
    top: 113px;
}
.logged-in.admin-bar .header-part.sticky .sk-offcanvas-content.open {
    top: 145px;
}
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    margin: auto;
    max-width: 960px;
    padding: 30px 15px;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0;
}
ul.sk-mobile-menu > li {
    position: relative !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    padding: 15px 0 11px;
}
ul.sk-mobile-menu > li > a {
    color: #393939;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    display: block;
    text-transform: uppercase;
    max-width: 960px;
    padding: 13px 0px;
    margin: auto;
    text-decoration: none;
}
ul.sk-mobile-menu > li:hover > a,
ul.sk-mobile-menu > li.current-menu-item > a,
ul.sk-mobile-menu > li.current-menu-ancestor > a {
    color: #0f84d1;
}
ul.sk-mobile-menu > li.menu-item-has-children .caret {
    border: none;
    position: absolute;
    top: 19px;
    right: 0px;
    width: 30px;
    height: 40px;
    z-index: 9;
    background:transparent;
    cursor: pointer;
}
ul.sk-mobile-menu > li.menu-item-has-children .caret:after {
    position: absolute;
    content: '';
    background: url(../images/angle-right.svg) no-repeat center;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 30px;
    height: 30px;
}
ul.sk-mobile-menu > li.menu-item-has-children.menu-active .caret:after {
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -moz-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
}
ul.sk-mobile-menu > li ul.sub-menu {
    list-style: none;
    margin: auto;
    -webkit-transition: 0s;
    transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    display: none;
    width: 100%;
    padding: 10px 15px;
    max-width: 960px;
    padding-left: 30px;
}
ul.sk-nav-menu > li .sub-menu li {
    padding: 10px 0;
    display: block;
    border-bottom: none;
}
ul.sk-mobile-menu > li li a {
    padding: 10px 0;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-transform: initial;
    color: #393939;
    position: relative;
    display: block;
    letter-spacing: normal;
    box-shadow: none;
    text-decoration: none;
}
ul.sk-nav-menu > li ul li:hover a,
ul.sk-nav-menu > li ul li.current-menu-item a{
    color: #0f84d1;
}



/*-------------end-----------------*/

/*---------main-part---------*/

body.sk-hidden {
    overflow: hidden;
}
.hero-banner {
    padding: 318px 0 0;
    min-height: 1100px;
    margin-bottom: -130px;
    background-position: bottom;
}
.hero-banner-caption {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.hero-banner-caption h1 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.65);
    color: #ffffff;
    margin-bottom: 36px;
}
.hero-banner-caption h1 span {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 13px;
}
.maxwidth-702 {
    max-width: 1000px;
}
.grid-layout {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.news-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    height: 311px;
	background-image: radial-gradient(rgba(71, 110, 177, 0.89) 19%,rgba(71, 110, 177, 0.95)30%,rgb(9, 9, 9) 400%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.news-blog-info {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 26px 5px 0 26px;
}
.news-blog-info h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 42px;
}
.news-blog-info h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 17px;
}
.news-blog-info h2 a,
.news-blog-info h3 a {
    color: #ffffff;
    text-decoration: none;
}
.news-blog-info p {
    color: #ffffff;
}
.news-blog .main-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 28px;
    padding: 9px 12px 7px;
}
.news-blog .main-btn.left-news-meta {
    right: auto;
    left: 0;
}
.news-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #3861A2;
background-color: #0f84d1;
    padding: 9px 16px 7px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
}
.two-col-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
}
.col-list {
    position: relative;
    display: block;
    padding: 0 26px;
}
.news-blog-info ul {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0px;
}
.news-blog-info ul li {
    color: #ffffff;
    line-height: 34px;
}
.news-blog.left-news-meta .news-meta {
    width: 68%;
    left: 0;
}
.contact-address {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 38px 20px 38px;
    background-color: #F3F3F3;
    height: 100%;
}
.contact-address h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 34px;
}
.contact-address p {
    margin-bottom: 30px;
}
.btn-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-row > .row {
    margin: 0 -5px;
}
.btn-row > .row > [class^="col-"]{
    padding: 0 5px;
}
.btn-row .main-btn {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 12px 11px 17px;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.contact-left {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.btn-row-outer {
    position: relative;
    display: inline-flex;
    width: 100%;
    float: left;
    height: 100%;
    align-items: flex-end;
}
.reference-title {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.reference-title h2 {
    font-size: 22px;
    line-height: 27px;
    color: rgba(57, 57, 57, 0.9);
    margin-bottom: 45px;
}
.reference-title h2 a {
    font-weight: normal;
    color: #324E7B;
    margin-left: 25px;
}
.reference-title h2 a:hover {
    text-decoration: underline;
}
.reference-slider.owl-carousel .owl-item,
.reference-slider.owl-carousel .owl-stage {
    display: flex;
}
.reference-slider.owl-carousel .owl-item {
    align-items: center;
    justify-content: center;
}
.reference-slider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
.reference-slider.owl-carousel .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
}
.reference-slider.owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #969696;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    transition: all 0.3s ease-out;
}
.reference-slider.owl-carousel .owl-dot.active {
    background-color: #0f84d1;
}
/*-------------end------------*/

/*--------footer--------*/

.footer {
  background-image: url("https://mikrohaus.com/wp-content/uploads/2025/11/mikrohaus_footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-part,
.footer-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-top {
    background-image: url("https://mikrohaus.com/wp-content/uploads/2025/11/mikrohaus_footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 45px;
}
.footer-row {
    position: relative;
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.footer-logo img {
    width: 220px;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-blog p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.1;
    margin-bottom: 25px;
}
.footer-blog a {
  color: #476eb1;
	}
.footer-blog a:hover {
  color: #e3f0d8;
	}

span.heading-3 {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-top: 45px;
}
.footer-menu {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    position: relative;
    display: inline-block;
    color: #e3f0d8;
    font-size: 18px;
    line-height: 28px;
}
.footer-menu li a:hover {
    color: #b9d99e;
}
.footer-tuv {
    position: relative;
    display: flex;
    padding: 0;
    margin: 5px 0 0;
    align-items: center;
}
.footer-tuv li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0 15px 15px 0;
}
.footer-tuv li:last-child {
    margin-right: 0;
}
.footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #333333;
    box-shadow: 6px 0 6px rgba(0, 0, 0, 0.16);
}
.footer-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.footer-bottom-inner p,
.footer-bottom-inner ul li a {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}
.footer-bottom-inner ul {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}
.footer-bottom-inner ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.footer-bottom-inner ul li:before {
    position: relative;
    display: block;
    content: '|';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 5px;
}
.footer-bottom-inner ul li a:hover {
    text-decoration: underline;
}
/*-------------end------------*/

.post-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.post-blog-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-image: linear-gradient(to right,#3861A2,#314D79);
    background-image: linear-gradient(to right,#0f84d1,#3997d8);
    padding: 16px 15px 10px 18px;
}
span.post-date {
    display: block;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.post-blog-info h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.post-blog-info h2 a {
    color: #ffffff;
}
.post-blog-info h2 a:hover {
    text-decoration: underline;
}
.read-more {
    position: relative;
    display: inline-block;
    color: #ffffff;
}
.read-more:hover {
    color: #ffffff;
    text-decoration: underline;
}
.tgb-space {
    float: left;
    width: 100%;
}
.single.single-post .hero-banner {
	margin-bottom: 0px;
}
.vc-hero-banner {
	overflow: inherit !important;
}
.vc-hero-banner-after .wpb_column,
.vc-hero-banner-after {
	z-index: 9;
}
.post-blog-info .post-content * {
	color: #ffffff;
}
.post-blog img {
	width: 100%;
}

.vl {
  border-left: 1px solid #ffffff;
  height: 120px;
}

.vlb {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 120px;
}

.site-sidebar {
	position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    gap: 2px;
    display: flex;
    flex-direction: column;
	align-items: flex-end;
	z-index: 9;
}
.site-sidebar li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.site-sidebar li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	gap: 11px;
}
.site-sidebar li a i {
	position: relative;
	display: flex;	
	margin: 0;
}
.site-sidebar li.sidebar-shop-link a {
	background-color: #69A437;
}
.site-sidebar li.sidebar-shop-link a span {
	transition: all 0.3s ease-out;
	right: 50px;
    display: inline-flex;
    position: absolute;
    white-space: nowrap;
    z-index: -1;
	height: 50px;
	background-color: #69A437;
	padding: 0 11px 0 18px;
	align-items: center;
	justify-content: center;
}
.site-sidebar li.sidebar-shop-link.close a span { 
	right: -137px;
}
.site-sidebar li.sidebar-shop-link a {
	width: auto;
}
.site-sidebar li.sidebar-facebook a {
	background-color: #3B5998;
}
.site-sidebar li.sidebar-instagram a {
	background-color: #D800B9;
}
.site-sidebar li.sidebar-youtube  a {
	background-color: #FF0033;
}
.site-sidebar li.sidebar-tiktok  a {
	background-color: #000;
}
.site-sidebar li.sidebar-shop-link a i {
	width: 50px;
	height: 50px;
	background: url(https://gruenwand.com/wp-content/uploads/2025/06/Logo_Gruenwand_weiss.svg) no-repeat center;
	background-size: 28px;
}
.site-sidebar li.sidebar-facebook a i {
	width: 16px;
	height: 30px;
	background: url(https://mikrohaus.com/wp-content/uploads/2025/06/facebook.svg) no-repeat center;
	background-size: contain;
}
.site-sidebar li.sidebar-instagram a i {
	width: 30px;
	height: 30px;
	background: url(https://mikrohaus.com/wp-content/uploads/2025/06/instagram.svg) no-repeat center;
	background-size: contain;
}
.site-sidebar li.sidebar-youtube a i {
	width: 30px;
	height: 21px;
	background: url(https://mikrohaus.com/wp-content/uploads/2025/06/youtube.svg) no-repeat center;
	background-size: contain;
}
.site-sidebar li.sidebar-tiktok a i {
	width: 30px;
	height: 24px;
	background: url(https://mikrohaus.com/wp-content/uploads/2025/06/tiktok.svg) no-repeat center;
	background-size: contain;
}