:root {
	--blue: #5c87b0;
}
:root {
  --font-family: "Source Sans 3", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.4s all;
}
body {
  font-family: 'Montserrat', serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 115%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Montserrat';
}
p {
  margin-top: 0;
  margin-bottom: 0;
 
}
p:not(:last-child) {
 margin-bottom: 20px;
}
ol,
ul,
dl {
  padding:0;
  margin: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bold;
}

a {
  color: #A57A61;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
    width: auto;
    margin: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
.single-image-product img{
	width:100%;
	height:auto
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-full{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* align-content: flex-end; */
  /* align-items: flex-end; */
}

.container-full .row {
  margin-right: 0;
  margin-left: 0;
}
.container-full .row .col-6 {
    padding: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-0 {
    display: none;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 880px;
    }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1641px;
  }
	.container-lg{
    max-width: 1467px;
	}
	.container-md{
    max-width: 1050px;
	}
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

img{
  max-width: 100%;
  height: auto
}
*, *::before, *::after {
    box-sizing: border-box;
}





.align-items-center{
    align-items: center;
}
/**HEADER**/
.navbar-collapse{
    vertical-align: middle;
}
header{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
    transition: 0.4s all;
    padding: 0px 0;
    background: none;
    margin-top: 0;
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    /* gap: 15px; */
    /* width: 874px; */
}
.menu-item a{
    transition: all 0.4s;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

@media(max-width: 1300px) {
	.menu-item a {
		font-size: 16px;
	}
}
.single .hero-title {
    font-size: 40px;
    line-height: 120%;
}
	
.single .container{
	max-width: 1050px;
}
.header_top nav {
  display: block;
}
.header_top nav ul {
  margin: 0;
  padding: 0;
  list-style: none;

}
@media (min-width: 768px) {
	.header_top nav ul {
		gap: 40px;
	}
}
.header_top nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.wpcf7 .wpcf7-submit:hover,
.btn-investor-login:hover{
	background: #fff;
	color: #000
}
header .navbar-nav > li {
  float: left;
  position: relative;
    padding: 15px 20px;
		cursor: pointer;
}
header #menu-main .sub-menu>.menu-item{
    background: #3B3F45;
    padding: 6px 22px;
}
header #menu-main .sub-menu>.menu-item a {
  line-height: 26px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
header #menu-main .sub-menu>.menu-item:nth-child(1){
    padding-top: 25px;
}
header #menu-main .sub-menu>.menu-item:nth-last-child(1)	{
    padding-bottom: 25px;
}
.navbar-nav li ul.sub-menu {
	position: absolute;
  z-index: 999;
  left: -99999em;
  display: flex;
  flex-direction: column;
  gap: 0;
    width: 300px;
}

.navbar-nav > li:hover > ul.sub-menu {
  left: auto;
  padding-top: 24px;
  min-width: 100%;
}

.navbar-nav > li li:hover > ul.sub-menu {
  left: 100%;
  margin-left: 1px;
  top: -1px;
}

.navbar-nav > li.menu-item-has-children > a::after {
  content: '';
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6' stroke='white' stroke-linecap='round' /%3E%3Cpath d='M11 1L6 6' stroke='white' stroke-linecap='round' /%3E%3C/svg%3E");
	background-size: cover;
	transition: all 0.4s;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 2px;
}

.navbar-nav > li.menu-item-has-children :hover > a:before {
	 transform: rotate(180deg);
}
.hero .container{
	z-index: 3
}
.hero:after{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0, 0, 0, 0.27);
}
.hero img.heroimage{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	z-index: 1
}
.hero video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	z-index: 2
}
.btn-shadow:hover{
	box-shadow: inset 0 -7px 16px 0 #cbdded;
}
header .menu-item-type-post_type.current-menu-item>a,
header .menu-item>a:hover,
header .menu-item:hover>a{
	text-decoration: none;
}
header .menu-item{
    position: relative;
    transition: all 0.4s;
    display: inline-block;
}
/**END HEADER**/
.input-flex{
	display: flex;
	gap:30px
}
.input-flex .input-block{
	width: 49%;
}
.input-flex .input-block input {
    background: #fff;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #727272;
    border: 1px solid #2f608e;
    border-radius: 4px;
    padding: 6px 13px;
    width: 100%;
    height: 55px;
    box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
}

.openpopup .wpcf7 .wpcf7-submit,
.section-form  .wpcf7 .wpcf7-submit {
    min-height: 40px;
    background: #000;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 14px 48px;
    width: 408px;
    height: 56px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.openpopup textarea,
.section-form textarea{
	    background: #fff;
	    font-family: var(--font-family);
	    font-weight: 600;
	    font-size: 16px;
	    color: #727272;
	    border: 1px solid #2f608e;
	    border-radius: 4px;
	    padding: 6px 13px;
	    height: 220px;
	    box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.openpopup .title,
.section-form .title {
  max-width: 900px;
  margin: auto;
	text-align: center;
	line-height: 111%;
	margin-bottom: 40px
}
.section-form .title {
	font-size: 40px;
	max-width: 1200px;
}
.openpopup .title{
	font-size: 25px
}
.openpopup label span,
.section-form label span{
	color: red
}
.openpopup label,
.section-form label{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 22px;
	line-height: 136%;
	text-transform: capitalize;
	color: #000;
	}
/***FOOTER**/
footer{
  padding: 70px 0 70px;
  background: #3b3f45;
  color: #fff;
}
footer .logo{
    padding: 0;
    width: 270px;
    margin-right: 0;
}
footer .inn{
    text-align: right;
    margin-top: 60px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.footer-menu-title{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
    margin-bottom: 7px;
}
footer .navbar-nav {
    list-style-type: none;
    margin: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    max-width: 521px;
    flex-wrap: wrap;
    column-count: 2;
    gap: 84px;
    flex-direction: column;
}
footer .navbar-nav li{
    margin-bottom: 17px;
}
.footer-contact{
    margin-left: 55px;
}
.footer-form{
  margin-top: 18px;
}
@media(min-width: 1240px) {
	.footer-menu-title {
		font-size: 25px;
		margin-bottom: 16px;
	}
	.footer-menu .menu-item a {
    	font-size: 20px;
	}
	.footer .logo a img {
        width: 270px;
    }
}
/**END FOOTER**/
section {
    padding: 70px 0;
    background-size: cover;
    position: relative;
}
.button, .btn {
    border: none;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 16px 48px;
    width: max-content;
    height: 56px;
    background: var(--blue);
}
.btn-shadow{
    box-shadow: inset 0 0 16px 0 #cbdded;
}
.button:hover,
.btn:hover{
  text-decoration: none;
  color: #000000;
  background: #fff;
}
.btn.white:hover {
	background: var(--blue);
  color: #fff;
}
p {
  color: #000;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 115%;
}
input {
  outline: none;
  border: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
h1{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #414042;

}
h5{
  font-weight: 500;
  font-size: 14px;
  margin: 12px 0px;
}
.section-all-horses h2{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #414042;
    margin-bottom: 40px;
    margin-top: 40px;
}
.section-all-horses .mtb {
    margin: 10px 0;
}
.wpcf7 input {
    background: #FFFFFF;
    width: 100%;
    min-height: 47px;
    margin-bottom: 5px;
    background: #4a535e;
    border-radius: 43px;
    padding: 8px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.wpcf7 textarea {
    width: 100%;
    margin-bottom: 10px;
}
.section-form h1 {
    margin-bottom: 42px;
}

.our-team-section {
  padding: 40px 0;
  margin: auto;
}

.tabs {
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    justify-content: center;
    width: 100%;
}

.tab {
    background: none;
    border: none;
    font-size: 18px;
    margin: 0 15px;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
    box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
    background: #ffffff;
    border-radius: 15px;
    padding: 19px 67px;
    width: 327px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #000;border: 1px solid #cbdded;
}

.tab.active {
    background: #cbdded;
    box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
    background: #cbdded;
}

.team-members {
    display: flex;
    gap: 30px;
    transition: all 0.5s ease;
    flex-wrap: wrap;
}

.team-member {
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: calc(33% - 20px);
    background: var(--blue);
    border-radius: 30px;
}
.team-image{
  position: relative;
  z-index: 2;
}
.team-member::after{
		content: '';
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
		background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 7%) 55%, rgb(0 0 0 / 94%) 100%);
}
.team-member.executive {

}

.team-image img {
  width: 100%;
  height: auto;
  display: block;
    object-position: top;
}

.team-content {
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 3
}
.team-content h3{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 80%;
  text-align: center;
  color: #fff;
}
.team-content p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 108%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.team-image img{
  width: 100%;
  height: 630px;
  object-fit: cover;
  border-radius: 30px;
}
.hero_button{
  border-bottom: 1px solid #fff;
  text-align: right;
  padding-bottom: 23px;
    margin-bottom: 16px;
}
.hero_button a{
	margin-right: 0;
	margin-left: auto;
}
.wpcf7 .wpcf7-submit{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 48px;
    width: 210px;
    height: 40px;
		background: none;
    min-height: 40px;
}
.justify-content-center{
	 justify-content: center;
}
.post_image img{
  width: 100%
}
.post_image{
  margin-bottom: 30px;
  transition: 0.4s all;
  display: inline-block;
}
.post_text{
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.d-flex{
  display: flex;
}
.logo{
  margin-right: 40px
}
.logo a img{
/*   width: 130px; */
	width: 150px;
}
.btn-investor-login {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 6px 17px;
    max-width: 210px;
    height: 40px;
    width: 100%;
}
.justify-content-end{
  justify-content: flex-end;
}
.header_top{
    padding: 17px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.4s;
}
.header_top.active {
    background: rgba(0, 0, 0, 1);
}
.header_top .menu-item a {
	font-weight: 600;
}
@media(min-width: 1200px) {
/* 	.logo a img {
		width: 97px;
	} */
	.logo {
		margin-right: 40px;
	}
	.header_top .menu-item a {
		font-size: 22px;
	}
	header #menu-main .sub-menu>.menu-item a {
		font-size: 25px;
	}
	header #menu-main .sub-menu>.menu-item {
		padding: 12px 22px;
	}
}
@media(min-width: 1780px) {
	.header_top .container {
		max-width: 1748px;
	}
	.header_top .menu-item a {
		font-size: 30px;
	}
	
	header .navbar-nav > li {
		padding: 15px 12px;
	}
}

@media(max-width: 1300px) {
	.menu-item a {
		font-size: 18px;
	}
}

.header_top__row {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;

}
.hero{
    min-height: 740px;
	display: flex;
    align-items: flex-end;
}
.hero .row{
    min-height: 615px;
    align-items: flex-end;
}
.hero_title{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    line-height: 79px;
}
.about_us_block{
  border-radius: 32px;
  padding: 54px;
  display: flex;
  gap:30px;
  align-content: flex-start;
  /* align-items: center; */
      align-items: stretch;
	position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;

}
.page-id-13 .hero-logo {
    max-width: 359px;
    width: 100%;
    margin-top: -69px;
    padding-left: 47px;
}
.page-id-13 .section-text h3{

    font-family: var(--font-family);
}
/* .page-id-13 .text-image-section .section-text {
    margin-top: 10px;
}
.page-id-13 .text-image-section .image {
    margin-top: -34px;
}
.page-id-13 .image-text .image.left {
    margin-top: -28px;
} */
.page-id-13 .image-text .text-content.rightcontent {
    margin-left: 33px;
    margin-top: 20px;
}
.about_us_block::before{
		content: '';
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
		background: rgba(0, 0, 0, 0.59);
}
.about_us_block::after{
		content: '';
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		left: 0;
		top:0;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.about_us_block_left{
  width: 59%;
	z-index: 3;
    padding-right: 21px;
}
h3{
    font-size: 35px;
}
.assets_classes h3{
    margin-bottom: 54px;
}
.about_us_block_right{
  width: 50%;
  background: var(--blue);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
	z-index: 3;
  padding: 70px 20px;
  gap: 35px 0;
}
.about_us_block_left h3.title{
  color: #fff;
    font-size: 40px;
    margin-bottom: 25px;
}
.about_us_block_left .text p {
	color: #fff;
   
    text-align: justify;
}
.about_us_block_left .text p:not(:last-child) {
 margin-bottom: 24px;
}
@media(min-width: 1570px) {
	.about_us_block_left .text p {
		font-size: 30px;
		line-height: 1.06;
	}
}
.about_us_block_left .btn {
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 42px;
    height: 53px;
		margin-top: 25px;
}
.digit-item {
    width: 50%;
    display: flex;
    align-items: center;
	gap: 19px;
    height: auto;
}
.digit-item .icon {
	box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
	border-radius: 15px;
}
.about_us_block_right .digit{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.about_us_block_right .digit-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
}
.center{
	text-align: center;
}
.mobilebnt{
	display: none;
}
.assets_classes {
    padding: 25px 0 70px 0;
}
@media(min-width: 1440px) {
	.assets_classes h3 {
		font-size: 40px;
	}
}
.features-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
		margin-left: 40px
}
.features-content .item-text {
    line-height: 136%;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000;
}
.our_values-section.type2 .our_values-content {
    gap: 60px 55px;
}
.digit-block sup{
    font-size: 14px;
    font-family: 'Montserrat', serif;
}
.features-content .item-content{
    padding: 0 14px;
}
.features-section .btns{
	padding-left: 40px;
	margin-top: 40px
}
.features-content .feature-div{
	width: 47%
}
.features-content .item-div {
    width: calc(50% - 23px);
}
.assets_classes-image{
  border-radius: 20px;
	transition: 0.4s all;
	overflow: hidden;
}
.assets_classes-div img{
	border-radius: 20px;
	width: 100%;
	height: 334px;
	object-fit: cover;
	transition: 0.4s all;
	overflow: hidden;
}
.page-id-29 .section-text {
    margin-bottom: 35px;
}
.page-id-29 .btns .btn.black {
    width: 408px;
}
.page-id-29 .text-image-section {
    padding: 102px 0 102px;
}
.assets_classes-image:hover img{
	transform: scale(1.1);
}
.btn.black:hover{
	box-shadow: inset 0 -7px 16px 0 var(--blue);
	color: #fff
}
.right-blocks{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.assets_classes-div .title{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 26px;
	color: #000;
	display: flex;
	margin-top: 22px;
    margin-bottom: 29px;
    justify-content: space-between;
}

.btn.black{
    box-shadow: inset 0 0 16px 0 var(--blue);
	background: #000
}
.assets_classes .btn.black {
    min-width: 380px;
		margin: auto;
}
.news-section .btn{
	margin-left: auto;
	margin-right: 0
}
.page-id-11 .prefooter {
    display: block;
}
.btn.white{
	background: #fff;
	color: #000
}
.assets_classes-div .title span{
    width: calc(100% - 30px);
}
.assets_classes-div svg{
	width: 30px;
}
.news-section .title {

}
.text-right{
	text-align: right;
}

.news-section {
    padding: 76px 0 90px;

}

.page-id-23 .section-text p {
    
    text-align: justify;
	/* font-size: 22px;
    line-height: 26px;
	margin-bottom: 25px; */
}
@media(min-width: 1440px) {
	.page-id-23 .section-text p {
		font-size: 30px;
		line-height: 1.2;
    	
	}
	.page-id-23 .section-text p:not(:last-child) {
		margin-bottom: 54px;
	}
}
.page-id-23 .section-text {
    margin-bottom: 25px;
}
.our_values-section.type2 .item-div {
    border-radius: 19px;
    padding: 20px 15px;
	    height: auto !important;
	}
.mb-5{

    margin-bottom: 44px;
}
.news-card {
    background-size: cover;
    background-position: center;
		border-radius: 30px;
		height: 378px;
		position: relative;
		overflow: hidden;
		display: flex;
		padding: 50px 34px;
    align-items: flex-end;
}
.news-card::before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
  background: rgba(0, 0, 0, 0.5);
}
.news-card::after{
	content: '';
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: linear-gradient(202deg, rgba(59, 63, 69, 0) 74%, #3b3f45 100%);
}
.news-card-content {
	z-index: 4
}
.news-date {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	text-transform: uppercase;
	color: #fff;
}
.news-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
    margin-top: 7px;
    margin-bottom: 7px;
}
.read-more {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: var(--blue);
	text-transform: uppercase;
}
.posts{
	display: flex;
    flex-wrap: wrap;
	gap:22px
}
.posts .post{
	width: 26%
}
.posts .post-0{
	width: 44%
}
.news-section .btn{
    padding: 16px 30px;
}
.posts-section .news-card {
    border-radius: 30px;
    height: 340px;
    padding: 40px;
}
.pagination{
    display: flex;
    list-style: none;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.pagination .page-item a{
	color: #000;
}
.pagination .page-item.disabled.svg{
  background: #bbbcbe;
  border: none;
  border-radius: 50%;
}
.pagination .page-item.svg{
  background:  var(--blue);
  border: none;
  border-radius: 50%;
}
.pagination .page-item{
	border: 1px solid #cbdded;
	border-radius: 4px;
	padding: 0;
	width: 35px;
	height: 35px;
	box-shadow: 0 4px 13px 0 rgba(58, 58, 58, 0.1);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	display: flex;
    align-items: center;
    justify-content: center;
}
.page-item.active{
	background: #cbdded;
}
.posts-section  .news-title {
    margin: 0;
		font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #fff;
}
.posts-section .news-card::after {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(183deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 57%) 46%, #3b3f45 100%);
    opacity: 0.7;
}
.posts-section .news-card::before{
	display: none;
}
.investment-section {
    background-size: cover;
    background-position: center;
    padding: 76px 0 38px;

}

.investment-section p,
.investment-section>*{
	color: #fff
}
.section-title {
    margin-bottom: 55px;
	}
.section-text {
    margin-bottom: 47px;
}


.right-blocks .block-item {
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 120%;
	border: 4px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	width: 100%;
	/* max-width: 361px; */
}
.block-content {
	font-weight: 700;
	font-size: 23px;
	line-height: 120%;
	/* color: #2e3946;
	border-radius: 16px;
	width: 100%;
	padding: 25px 30px;
	height: 82px;
	background: linear-gradient(180deg, #cbdded 0%, #5c87b0 100%); */
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: var(--second-family);
}
.block-content svg {
  flex-shrink: 0;
}
.investment-section .block-item {
	border: none
}
@media(min-width: 768px) {
	.investment-section .right-blocks {
		padding-left: 3vw;
	}
}

.prefooter{
	background: var(--blue);
	padding: 17px 0
}
.prefooter p{
	font-family: var(--font-family);
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
	margin: 0
}
.text-image-section {
    padding: 98px 0 52px;
}
.text-image-section.image-text {
	padding: 0px 0 130px;
}
.text-image-section .section-text {
	margin: 0;
}
.text-image-section+.text-image-section.image-text{
	padding-bottom: 0
}
.text-item-block {
	display: flex;
	align-items: center
}
.mt-4{
	margin-top: 40px
}
.text-content {

}

.text-image-section .row {
	align-items: stretch
}
.text-image-section .image,
.text-image-section .image img {
	height: 100%;
}

.hero-banner__typeLogo {
	flex-wrap: nowrap;
	gap: 75px;
	max-width: 1200px;
    margin: 0 auto;
}
.hero-banner__typeLogo .hero-content {
	max-width: 100%;
}
@media(max-width: 768px) {
	.hero-banner__typeLogo  {
		flex-direction: column;
		    gap: 25px
	}
}
.banner__logo {

}
.banner__logoContent {

}
.type3.hero-banner{
	min-height: 666px;
}
.btns{
	display: flex;
	gap:15px
}
.section-image {
    border-radius: 20px;
    /*max-width: 713px;*/
    min-height: 387px;
    width: 100%;
    object-fit: cover;
}
.section-image.right {
	margin-right: 0;
	display: block;
}
.text-content.rightcontent {
    margin-left: 40px;
}
.button-section{
    padding: 57px 0 94px;
}
.button-section .btn{
    min-width: 400px;
		margin: auto;
}
.hero-banner {
    background-size: cover;
    background-position: center;
    padding: 87px 0 39px 0;
    color: #fff;
		position: relative;
    min-height: 410px;
}
.hero-banner .container .row {
    min-height: 284px;
    align-items: center;
}
.hero-text{
    max-width: 1200px;
    margin: auto;
}
.page-id-19 .hero-banner .container .row {
    min-height: 460px;
}
.footer-menu{
    margin-left: 64px;
}
.features-section .image.left,
.image-text .image.left {
    margin-left: 0;
    margin-right: 58px;
}
.image-text .text-content.rightcontent {
    margin-left: 0;
}
.section-text h3{
    font-family: var(--second-family);
	font-weight: 700;
	font-size: 35px;
	line-height: 111%;
	color: #000;
}
.our_values-section.type2{
  padding-bottom: 90px;
	padding-top: 0;
}
.section-text ul{
  margin: 0;
  padding: 0;
  margin-left: 40px;
  margin-top: 10px;
}
.section-text ul li{
    margin-bottom: 8px;
    line-height: 37px;
}
.btns .btn.black {
    width: 50%;
    padding: 15px;
}
.get_in_touch-content .btns .btn.black {
    max-width: max-content;
    box-shadow: inset 0 0 16px 0 var(--blue);
		padding: 16px 22px
}
.posts-section .posts .post {
    width: 32%;
}
.posts-section .read-more {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
}
.posts-section .news-card-content {
    z-index: 4;
    max-height: 50px;
    overflow: hidden;
		transition: 0.4s all
}
.posts-section .news-card:hover .news-card-content{
	max-height: 72px;
}
.prefooter{
	display: none;
}
.home .prefooter{
	display: block;
}
.hero-banner::before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0, 0, 0, 0.4);
}
.hero-banner::after{
	content: '';
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	/* background: rgba(92, 135, 176, 0.8); */
	background: rgba(0, 0, 0, 0.27);
	
}
.background_type1.hero-banner::before{
	background: rgba(0, 0, 0, 0.27)
}
.background_type1 .hero-banner-shadow{
	display: none;
}
.our-mission-section,
.get_in_touch-section{
	background: var(--blue);
}
.our-mission-content,
.get_in_touch-content{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
.our_values-section.type1 h3{
	margin-bottom: 35px
}
@media(min-width: 1440px) {
	.our_values-section.type1 h3 {
		font-size: 50px;
		line-height: 1.2;
	}
}
.our-mission-content{
    max-width: 100%;
    line-height: 120%;
	}
.our-mission-content h3{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 60px;
	line-height: 123%;
	text-align: center;
	color: #fff;
	margin-bottom: 20px
}
.get_in_touch-content h2{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 53px;
	line-height: 123%;
	text-align: center;
	color: #fff;
}
.our-mission-section{
    padding: 83px 0 ;
}

.get_in_touch-content .get_in_touch-text{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	color: #fff;
  margin: 20px 0 30px;
}

.our-mission-content .our-mission-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin: 19px 0 0;
	color: #fff;
}
.our-mission-content .our-mission-text span{
  
    display: block;
}
.background_type1.hero-banner::after{
	background: linear-gradient(180deg, rgba(92, 135, 176, 0.6) 0%, rgb(27 40 52 / 24%) 14.63%, rgb(41 59 77 / 23%) 56.13%, rgba(92, 135, 176, 0.6) 92.13%)
}
.hero-banner .row{
	z-index: 5;
  position: relative;
}/*
.hero-banner-shadow{
	z-index: 4;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	display: block;
  position: absolute;
	background: linear-gradient(180deg, rgba(92, 135, 176, 0.6) 0%, rgba(92, 135, 176, 0.6) 14.63%, rgba(92, 135, 176, 0.6) 56.13%, rgba(92, 135, 176, 0.6) 92.13%)
}*/
.hero-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 70px;
	line-height: 85%;
	text-transform: uppercase;
	color: #fff;
  /* max-width: 1287px; */
  min-width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
/* .page-id-13 .hero-banner.type2 .hero-content {
    text-align: left;
    margin-left: 82px;
}
.page-id-13 .hero-banner.type2 .hero-content .hero-title{
    margin-bottom: 20px;
} */
.page-id-13 .hero-banner.type2{
    padding: 125px 0 62px 0;
}
.page-id-15 .text-image-section .section-text {
    margin-bottom: 0;
}
.page-id-15 .image-text .text-content.rightcontent {
    margin-left: 40px;
}
.hero-banner.background_type0 .key-features {
    padding: 25px 16px 10px;
}
.hero-banner.background_type0 .key-features .features-list {
  gap: 20px;
  margin-top: 20px;
}
.hero-banner.background_type0 .key-features .feature-item {
    width: calc(50% - 20px);
    gap: 10px;
}
.hero-banner.background_type0.type3  .hero-text p {
  line-height: 34px;
}
.KeyFeatures {
    display: flex;
    align-items: center;
    gap: 2.5%;
    z-index: 9;
    position: relative;
    min-height: calc(666px - 87px - 39px);
}
.KeyFeatures-left{
	width: 44%
}
.KeyFeatures-right{
	width: 52%
}
.hero-text p{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #fff;
    margin-bottom: 29px;
}
.page-id-19 .hero-title{

    max-width: 1000px;
}

@media(min-width: 1440px) {
	.text-image-section .section-text h3{
		font-size: 40px;
		margin-bottom: 32px;
	}
	.text-image-section .section-text ul li {
		font-size: 30px;
	}
}
.page-id-17 .text-image-section {
    padding: 98px 0;
}
.text-image-section .image{

    margin-left: 58px;
}
.hero-banner.type3 .container .row{

    min-height: calc(666px - 87px - 39px);
}
.hero-content {
    max-width: 97%;
    margin: auto;
}
.hero-logo {}
.investment-section .section-title {
    margin-bottom: 50px;
}
.investment-section .section-text p{
    font-size: 30px;
		line-height: 30px;
    margin-bottom: 29px;
}
.investment-section .section-text {
    max-width: 900px;
}

@media(min-width: 1440px) {
	.investment-section .block-content {
		font-size: 30px;
	}
	.page-id-29 .text-image-section .section-text p {
		font-size: 30px;
	}
}

.key-features {
    background: #4a535e;
    border-radius: 20px;
    padding: 46px 16px 10px;
}
.section-text p{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 26px;
    line-height: 39px;
}
.page-id-29 .section-text p:not(:last-child) {
    margin-bottom: 45px;
}
.section-text h5{
    font-size: 30px;
    font-family: var(--font-family);
}
.features-title {
    padding-left: 27px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 35px;
    line-height: 186%;
    /* text-align: center; */
    color: #fff;
    margin-bottom: 15px;
}
.hero-banner.type3 .hero-text{

	margin-bottom: 32px;
    margin-left: 0;
}
.hero-banner+.text-image-section.image-text{

    padding: 98px 0 98px;
}
.hero-banner.type3 .hero-title {
    margin-bottom: 30px;
}
.features-list {
    display: flex;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
}
.feature-item {
    width: 48%;
    display: flex;
    align-items: center;
}

.feature-icon {
	width: 75px;
}

.feature-item span{
	width: 100%;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 26px;
	line-height: 1;
    text-transform: capitalize;
    color: #fff;
}
.our_values-content{
	display: flex;
	gap:37px 30px;
  flex-wrap: wrap;
    margin-bottom: 40px;
}
.our_values-content .item-div{
    width: calc(33% - 17px);
    height: 340px;
}

.our_values-section .btns .btn.black{
width: 408px;
}
.our_values-content .item-4,
.our_values-content .item-3,
.our_values-content .item-2,
.our_values-content .item-1{
    width: calc(25% - 23px);
    height: 400px;
}
.type2 .our_values-content .item-4,
.type2 .our_values-content .item-3,
.type2 .our_values-content .item-2,
.type2 .our_values-content .item-1 {
    width: calc(49% - 23px);
    background: #cbdded;
    height: 371px;
}
.type2 .item-title {
    font-size: 40px;
    color: #000;
    margin-bottom: 19px;
    font-family: var(--second-family);
    font-weight: 600;
}
@media(min-width: 1440px) {
	.type2 .item-text p{
		font-size: 30px;
	}
}

.type2 .item-div .item-content {
    padding: 14px;
    padding-top: 10px;
}
.item-div{
	border-radius: 14px;
	padding: 10px;
	width: 100%;
	height: 400px;
	background: rgba(92, 135, 176, 0.15);
}
.item-div .icon{
}
.item-div .item-content {
    padding: 20px;
}
.item-title {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	color: #000;
	margin-bottom: 10px
}
.item-text p{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	  line-height: 28px;
	color: #000;
}
.table-section{
	/* background: var(--blue); */
	background: #3b3f45;
	border-bottom: 10px solid #fff;
}
.our_values-section.type1 .our_values-content .item-div {
  padding: 20px 15px;
      flex: 0 1 calc((100% - 2 * 30px) / 3);
	      height: auto;
}
.our_values-section.type1 .item-div .item-content {
    padding: 6px 15px;
}
.our_values-section.type1 .item-title {
    margin-bottom: 5px;
}
.our_values-section.type1 .our_values-content {
	max-width: 1143px;
    margin: 0 auto 40px;
	justify-content: center;
}
.table-section h3{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 30px;
	line-height: 111%;
	text-align: center;
	color: #fff;
}

.table-section .table-content{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 34px;
    margin-top: 40px;
    line-height: 44px;
}
.table-section .table-row {
    display: flex;
    gap: 17px;
		position: relative;
}
.table-section .table-row::after{
	z-index: 1;
	position: absolute;
	content: '';
	width: 100%;
	height: 3px;
	background: #cbdded;
	bottom: 0;
	left: 0
}
.table-section .table-row:nth-last-child(1)::after{
	display: none;
}
.table-title {
    color: #fff;
    width: 24%;
    padding: 20px 10px;
}
.table-competition {
    color: #000;
    width: 38%;
    background: #cbdded;
    padding: 30px 20px;
		z-index: 3;
    border-bottom: 3px solid var(--blue);
}
.table-storage_king_usa {
    color: #000;
    width: 38%;
    padding: 30px 20px;
    background: #fed600;
	z-index: 3;
    border-bottom: 3px solid var(--blue);
}

.table-title,
.table-storage_king_usa,
.table-competition {
	padding: 26px 33px;
}
.table-title {
    color: #fff;
    width: 24%;
    padding: 20px 10px;
}
.table-row-0 .table-competition,
.table-row-0 .table-storage_king_usa{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 35px;
	color: #000;
}
.two-column-text-section .btn,
.hero-banner .btn.white{
	margin: auto;
}
.type3.hero-banner .btn.white,
.page-id-13 .hero-banner .btn.white{
	margin-left: 0
}
.openpopup{
	display: none;
  padding: 20px;
  max-width: 700px;
  font-size: 16px;
}
.floating_button {
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 10;
}
.text_block {
	padding: 60px 0 20px;
}
.text_block__content {
	padding: 0 7vw;
}
.text_block__content p {
	font-size: 30px;
	font-weight: 500;
}

@media (max-width : 1600px) {
	.footer-menu {
	    margin-left: 0;
	}
	.logo {
	    margin-right: 28px;
	}
	header .navbar-nav > li {
	    padding: 15px 7px;
	}
	.header_top nav {
	    width: 100%;
	}
	.navbar-nav {
	    width: 100%;
	}
	.hero {
	    min-height: 563px;
	    height: 90vh;
	}
	.hero .row {
	    min-height: 440px;
	}
	.hero_title {
	    font-size: 44px;
	    line-height: 48px;
	}
	.hero_button {
	    margin-bottom: 9px;
	}
	.investment-section .section-text p{

		    font-size: 22px;
	}
	.section-text p,
	body,
	.item-text p,
	.features-content .item-text,
	.assets_classes-div .title,
	p {
	    font-size: 18px;
			line-height: 1.2
	}

	.about_us_block_right {
	    border-radius: 20px;
	    z-index: 3;
	    padding: 20px 10px;
	    gap: 40px 0;
	}
	.item-title {
    font-size: 20px;
	}
	.section-text {
		    margin-bottom: 20px;
		}
	.about_us_block_right .digit {
	    font-size: 30px;
	}
	.about_us_block_right .digit-text {
	    font-size: 18px;
	}
	.assets_classes-div img {
    height: 250px;
	}
	.btn-investor-login{
	    font-size: 16px;
      padding: 10px 17px;
	          white-space: nowrap;
	}
	.btns .btn.black,
	.button, .btn {
	    font-size: 16px;
	    padding: 13px 37px;
	    height: 48px;
        width: max-content;
	}
	.page-id-17  .btns .btn.black{
		width: 50%;
    	padding: 13px 7px;
	}
	.block-content {
		font-size: 18px;
		/* padding: 25px 30px;
		height: 60px; */
	}
	.assets_classes h3 {
	    margin-bottom: 30px;
	}
	.news-section .btn {
	    padding: 10px 30px;
	}
	.hero-title {
    font-size: 46px;
	}
	.features-content {
	    gap: 10px 10px;
	    margin-left: 20px;
	}
	.text-image-section {
    padding: 50px 0 50px;
	}
	.page-id-19 .hero-banner .container .row {
	    min-height: 284px;
	}
	.hero-text p {
	    font-size: 18px;
	    margin-bottom: 20px;
    line-height: 25px;
	}
	.hero-banner.background_type0.type3 .hero-text p{
line-height: 25px;

	}
	.section-text ul li {
	    margin-bottom: 8px;
	    line-height: 25px;
	}
	.section-text h3 {
    font-size: 26px;
	}
	.features-title {
	    padding-left: 16px;
	    font-size: 26px;
	    line-height: 1;
	    margin-bottom: 0;
	}
	.key-features {
	    background: #4a535e;
	    border-radius: 20px;
	    padding: 20px 5px 10px;
	}
	.features-list {
    gap: 10px;
	}
	.feature-item span {
    font-size: 18px;
	}
	.feature-icon {
	    width: 65px;
	}
	.two-column-text-section.section-text {
	    margin-bottom: 0;
	}
	.type2 .item-title {
    font-size: 26px;
    margin-bottom: 10px;
	}
	.type2 .our_values-content .item-4, .type2 .our_values-content .item-3, .type2 .our_values-content .item-2, .type2 .our_values-content .item-1 {
	    height: 310px;
	}
	.table-row-0 .table-competition,
	.table-row-0 .table-storage_king_usa {
	    font-size: 26px;
	}
	.table-title, .table-storage_king_usa, .table-competition {
	    padding: 15px 25px;
	}
	.table-section .table-content {
	    font-size: 26px;
	    margin-top: 30px;
	    line-height: 29px;
	}
	.get_in_touch-content .get_in_touch-text {
    font-size: 20px;
	}
	.team-image img {
    height: 490px;
	}
	.team-content h3 {
    font-size: 26px;
	}
	.team-content p {
    font-size: 18px;
	}
	.our-mission-content .our-mission-text {
	    font-size: 23px;
	    margin: 10px 0 0;
	    line-height: 1.2;
	}
	.item-div .item-content {
	    padding: 0 20px;
	}
	.our_values-content .item-div {
	    width: calc(33% - 17px);
	    height: 310px;
	}
	.our_values-content .item-4, .our_values-content .item-3, .our_values-content .item-2, .our_values-content .item-1 {
	    height: 330px;
    width: calc(25% - 23px);
	}
}

@media (max-width : 1200px) {
	header .navbar-nav > li {
	    /* padding: 15px 10px; */
	}
	.tab {
    font-size: 18px;
    padding: 11px 40px;
    width: 280px;
	}
	.menu-item a {
    font-size: 12px;
	}
	header #menu-main .sub-menu>.menu-item a {
	    line-height: 18px;
	    font-size: 12px;
	}
	.hero {
			height: auto;
	}
	.hero_title {
      font-size: 35px;
      line-height: 40px;
  }
	.about_us_block {
    padding: 30px;
	}
	.about_us_block_right {
			padding: 10px 10px;
	    flex-direction: column;
			/* gap:0 */
	}
	
	.digit-item {
	    width: 100%;
	}
	.about_us_block_left .btn {
	    height: 42px;
	}
	.assets_classes-div img {
      height: 200px;
  }
	.section-title {
	    margin-bottom: 20px;
	}
	.block-content {
      /* padding: 10px 10px;
      height: 60px; */
  }
	.investment-section .section-text p{
	      font-size: 16px;
	}
	.posts .post,
	.posts .post-0 {
	    width: 31%;
	}
	.footer-menu {
	    margin-left: 0;
	}
	.footer-contact {
	    margin-left: 0;
	}
	footer {
	    padding: 40px 0 40px;
	}
	.news-section .btn {
			padding: 14px 30px;
	}
	.hero-title {
			font-size: 40px;
	}
	.hero-banner {
	    min-height: 350px;
	}
	.hero-banner .container .row {
	    min-height: 220px;
	}
	.features-content {
			gap: 10px 10px;
			margin-left: 0;
	}
	.features-content .feature-div {
	    width: 100%;
	}
	.features-section .image.left,
	.image-text .image.left {
	    margin-left: 0;
	    margin-right: 0;
	}
	.text-image-section .btns {
	    gap: 10px;
	    flex-direction: column-reverse;
	}
	.text-image-section .image {
	    margin-left: 0;
	}
	.hero-banner.type3 .container .row {
	    min-height: calc(500px - 87px - 39px);
	}
	.type3.hero-banner {
	    min-height: 500px;
	}
	.hero-banner+.text-image-section.image-text {
	    padding: 50px 0;
	}
	.section-text p, body, .item-text p, .features-content .item-text, .assets_classes-div .title, p {
      font-size: 16px;
      line-height: 1.2;
  }
	.table-title, .table-storage_king_usa, .table-competition {
			padding: 10px 15px;
	}
	.table-section .table-content {
			font-size: 20px;
			margin-top: 30px;
			line-height: 20px;
	}
	.posts-section .posts .post {
	    width: 31%;
	}
	.posts-section .news-card {
	    height: 290px;
	    padding: 25px;
	}
	.posts-section .news-card-content {
    max-height: 40px;
	}
	.posts-section .news-title {
	    font-size: 18px;
	}
	.get_in_touch-content h2 {
    font-size: 40px;
	}
	h3 {
	    font-size: 30px;
	}
	.team-image img {
	    height: 330px;
	}
	.team-content h3 {
    font-size: 18px;
	}
	.team-content p {
    font-size: 18px;
	}
	section {
    padding: 50px 0;
	}
	p {
	    margin-top: 0;
	    margin-bottom: 10px;
	}
	.our_values-content {
	    gap: 10px;
	}
	.item-div .item-content {
			padding: 0 5px;
	}
	.item-div img{
    width: 70px;
	}
	.our_values-content .item-div {
			width: calc(33% - 5px);
			height: auto;
	}
	.btn-investor-login {
			font-size: 14px;
			padding: 9px 12px;
			height: 36px;
			max-width: 180px;
	}
	.our_values-content .item-4, .our_values-content .item-3, .our_values-content .item-2, .our_values-content .item-1 {
			height: auto;
			width: calc(25% - 8px);
	}
	.section-form .wpcf7 .wpcf7-submit {
	    min-height: 40px;
	    font-size: 18px;
	    border-radius: 30px;
	    padding: 12px 30px;
	    width: 260px;
	    height: 45px;
	}
	footer .logo {
	    width: 100%;
	}
}
@media (max-width: 1000px) {
	header .navbar-nav > li {
			padding: 15px 6px;
	}
	.navbar-nav > li.menu-item-has-children > a::after {
	    right: 0px;
	    width: 8px;
	    height: 5px;
	}

	.navbar-nav > li:hover > ul.sub-menu {
		padding-top: 15px;
	}
	.btn-investor-login {
			font-size: 13px;
			padding: 9px 8px;
			height: 36px;
	}
	.feature-item span {
			font-size: 14px;
	}
	.menu-item a {
			font-size: 10px;
	}
	.posts-section .news-card:hover .news-card-content {
	    max-height: 80px;
	}
}
@media(max-width: 1200px) and (min-width: 768px) {
	.logo a img {
		width: 90px;
	}
}
@media (min-width : 1440px)  {
	.hero-banner.type3 .KeyFeatures .hero-title {
		font-size: 70px;
	}
	.hero-banner.type3 .KeyFeatures .hero-text p {
		font-size: 30px;
	}
	.hero-banner.type3 .KeyFeatures {
		justify-content: space-between;
	}
	.hero-banner.type3 .KeyFeatures-left {
		width: 40%;
	}
}

@media(min-width: 1440px) {
	.two-column-text-section.section-text h3{
		font-size: 40px;
	}
	.two-column-text-section.section-text ul li {
		font-size: 30px;
	}
}
@media (max-width : 768px) {
	.digit-item {
		gap: 11px;
	}
	.text_block__content p {
		font-size: 20px;
	}
	.KeyFeatures {
	    align-items: center;
	    z-index: 9;
	    position: relative;
	    min-height: auto;
	    flex-direction: column;
	}
	.KeyFeatures-left {
	    margin-bottom: 35px;
	}
	.KeyFeatures .btn.white {
	    min-width: 255px;
	}
	.hero-banner.background_type0 .key-features .feature-item {
	    width: 100%;
	    gap: 19px;
	}
	.hero-banner.background_type0 .key-features	.feature-item span {
			font-size: 20px;
	}
	.hero-banner.background_type0 .key-features .feature-icon {
        width: 55px;
    }
	.hero-banner.background_type0 .key-features .features-title {
			padding-left: 7px;
			font-size: 30px;
			line-height: 1;
			margin-bottom: 20px;
	}
	.section-text h3 {
			font-size: 30px;
			line-height: 39px;
	}
	.our-mission-content h3 {
		font-size: 40px;
	}
	.section-text ul {
	    margin: 0;
	    padding: 0;
	    margin-left: 30px;
	    margin-top: 10px;
        font-size: 22px;
        line-height: 30px;
	}
	.hero-banner.type3 .hero-title {
	    text-align: center;
	}
	.KeyFeatures-right,
	.KeyFeatures-left {
	    width: 100%;
	}
	.btn-investor-login{
		display: none;
	}
	.navbar {
		box-shadow: 0 0 30px #ccc;
	}
	body {
	    line-height: 1.2;
	}
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-0 {
        display: block;
    }
		.header_top nav {
			width: 80%;
	}
	.navbar {
	    background: #fff;
	    position: fixed;
	    width: 300px;
	    height: 100vh;
	    left: -200vw;
	    transition: 0.4s all;
	    padding: 100px 40px;
	    top: 0;
	}
  .toggle-mnu{
        margin-top: -19px;
        display: block;
        width: 40px;
  }
	.navbar-collapse {
	    width: 100%;
	}
	.navbar.active{
	  left: 0;
  }
  section {
      padding: 30px 0;
  }
	.text_and_image{
		margin-top: 53px;
	}
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
  .text p, .text {
      font-size: 16px;
      line-height: 22px;
  }
  .text li {
      position: relative;
      margin-bottom: 20px;
      padding-left: 0px;
  }
  h2.title, .text h2{
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 49px;
  }
  .swiper_horses-div.text h4,
  .swiper_horses-div.text p, .swiper_horses-div.text {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px;
  }
  .swiper_horses {
      padding-bottom: 60px;
      margin-bottom: 60px;
  }
  .single h1.title {
      font-size: 35px;
      line-height: 43px;
  }
  .gallery-div {
      height: 300px;
  }
  .single .row {
      align-items: flex-start;
  }
  .wpcf7 .wpcf7-submit {
      width: 100%;
      height: 50px;
      font-size: 18px;
      line-height: 22px;
  }
  .contacts-email {
      display: none;
  }
  .section-instagram h2.title{
      font-size: 30px;
      line-height: 30px;
  }
  .order2{
    order:2
  }
  .order1{
    order:1
  }
  .name-team{
    font-weight: bold;
  }
  .team-div>img{
    width: 100%
  }
  .team-div.item-3, .team-div.item-6, .team-div.item-9,
  .team-div.item-2, .team-div.item-5, .team-div.item-8,
  .team-div{
    margin: 0;
    margin-bottom: 60px;
    max-width: 100%
  }
  .footer_socials {
      margin-top: 30px;
      margin-bottom: 80px;
  }
  a.social {
      margin-right: 30px;
      height: 35px;
      display: inline-block;
      width: 35px;
  }
  footer .inn {
      text-align: center;
  }
  .text blockquote::before{
    display: none;
  }
  .text blockquote {
      margin-left: 0;
  }
  .text blockquote p {
      font-size: 30px;
      line-height: 37px;
  }
  a.social svg{
    width: 35px;
    height: 35px;
  }
  .section-all-horses h2.title{
    font-size: 32.6151px;
    line-height: 40px;
  }

  header {
    height: auto;
    margin-bottom: 0;
  }
	.navbar-nav {
    display: flex;
    padding: 100px 0 0;
    width: 100%;
    flex-direction: column;
	}
	.menu-item a {
			font-size: 20px;
	}
  header .menu-item {
    display: block;
    margin-bottom: 10px;
  }
	header  .menu-item a {
		color: #414042;
	}
	.toggle-mnu span:after, .toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
	}
	.toggle-mnu span:after {
	  top: 18px;
	}
	.toggle-mnu span {
	  position: relative;
	  display: block;
	}
	.openpopup {
		width: 100%;
	}
	.openpopup .wpcf7 .wpcf7-submit, .section-form .wpcf7 .wpcf7-submit {
    width: 100%;
	}
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
        background-color: #fff;
	}
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	  width: 100%;
	  height: 3px;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
  .toggle-mnu span:before {
      width: 100%;
      right: 0;
      left: auto;
  }
  .hero_block-div img {
      width: 246px;
  }
	.toggle-mnu.on span {
	  background-color: transparent;
	}
	.toggle-mnu.on span:before {
	  transform: rotate(45deg) translate(-1px, 0px);
	}
	.toggle-mnu.on span:after {
	  transform: rotate(-45deg) translate(6px, -7px);
	}
	.toggle-mnu.on span:after, .toggle-mnu.on span:before {
	  background-color: #fff;
    width: 100%;
	}
  .home header .menu-item a{
    color: #414042;
  }
  .home .toggle-mnu.on span:after,.home  .toggle-mnu.on span:before {
    background-color: #fff;
    width: 100%;
  }
  .col-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
	}
  .col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	}
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
	}
	.col-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
	.col-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
  footer {
      padding: 70px 0 30px;
      text-align: center;
  }
	.hero_title {
			font-size: 40px;
			line-height: 40px;
	}
	.btns .btn.black, .button, .btn {
			font-size: 20px;
			padding: 16px 16px;
			height: 56px;
			width: max-content;
			min-width: 250px
	}
	.news-section .title {
    text-align: center;
}
	section.about_us{

    padding-top: 60px;
	}
	footer .navbar-nav li {
    margin-bottom: 30px;
	}
	footer .wpcf7 .wpcf7-submit {
      height: 41px;
      width: max-content;
      min-width: 210px;
      font-size: 16px;
      margin-top: 5px;
  }
	.hero_button {
	    border-bottom: none;
	    text-align: left;
	    padding-bottom: 0;
	    margin-bottom: 16px;
	    padding-top: 25px;
	}
	.hero .container {
	    z-index: 3;
	    height: max-content;
	    position: absolute;
	    bottom: 20px;
	}
	.hero {
			height: 700px;
	}
	.hero_title{
		position: relative;
        margin-bottom: 20px;
	}
	.hero_title::after {
			content: '';
			position: absolute;
			z-index: 2;
			width: 111px;
			height: 1px;
			left: 0;
			bottom: -12px;
			background: #fff;
	}
	.hero .row {
		min-height: auto;
			height: max-content;
			display: block;
	}
	.about_us_block {
			padding: 34px 24px;
			flex-direction: column;
        gap: 41px;
        border-radius: 24px;
    }
	.about_us_block_left {
	    width: 100%;
	    padding-right: 0;
	}
	.about_us_block_left h3.title {
	    color: #fff;
	    font-size: 30px;
	    margin-bottom: 15px;
	}
	.home .assets_classes {
			padding-top: 48px;
			padding-bottom: 73px;
	}
	.assets_classes h3 {
			margin-bottom: 40px;
	}
	.investment-section {
	    padding: 67px 0 49px;
	}
	.investment-section .section-text p {
			font-size: 16px;
        line-height: 21px;
        margin-bottom: 16px;
	}
	.news-card {
    border-radius: 19px;
	}
	.investment-section .btn {
        width: 100%;
  }
	.news-section {
    padding: 88px 0 69px;
	}
	.mb-5 {
	    margin-bottom: 25px;
	}
	.investment-section .section-title {
	    margin-bottom: 18px;
	}
	.assets_classes-image,
	.assets_classes-div img {
    border-radius: 9px;
	}
	.about_us_block_left .text p {
	    color: #fff;
	    margin-bottom: 22px;
	    text-align: justify;
	    line-height: 20px;
	}
	.assets_classes .btn.black {
    min-width: 100%;
}
	.about_us_block_left .btn {
			height: 52px;
			padding: 16px 41px;
        min-width: 196px;
			margin-top: 0
	}
	.about_us_block_right {
    width: 100%;
	}
	.about_us_block_right .digit {
		font-size: 35px;
	}
	.digit-item .icon img{
    width: 45px;
	}
	.about_us_block_right {
			flex-direction: row;
			gap: 0;
	}
	.digit-item {
    width: 50%;
    display: flex;
    align-items: flex-start;
    height: auto;
    flex-direction: column;
	}
	.about_us_block_right {
			flex-direction: row;
			gap: 20px 0;
	}
	.digit-block{
    max-width: 80%;
    padding-left: 5px;
	}
	.assets_classes-div img {
			height: 145px;
	}
	.assets_classes .col-md-6 {
      padding: 5px;
  }
	.assets_classes {
	    padding: 25px 10px 30px 10px;
	}
	.assets_classes-div .title {
      font-size: 18px;
      line-height: 1.2;
        margin-top: 16px;
        margin-bottom: 18px;
  }
	.assets_classes-div svg {
	    width: 25px;
	    height: 25px;
	}
	.right-blocks{
    margin-top: 33px;
	}
	.block-content {
			/* padding: 15px 20px; */
			font-size: 18px;
			/* height: 82px; */
	}
	.news-section .text-right{
		display: none;
	}
	.news-card {
	    height: 300px;
	    padding: 26px 25px;
	}
	footer .logo {
	    margin-right: 0;
	    margin: auto;
	}
	.footer-menu {
			margin-left: 0;
			text-align: left;
			margin-top: 80px;
	}
	.footer-menu-title {
	    margin-bottom: 16px;
	}
	footer .navbar-nav {
	    column-count: 1;
        padding: 0;
	}
	.menu-item a {
			font-size: 16px;
	}
	.footer-contact {
			text-align: left;
	}
	.footer-contact{
		margin-top: 40px
	}
	.wpcf7 .wpcf7-submit {
		height: 50px;
	}
	.navbar-nav > li.menu-item-has-children > a::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M11 1L6 6' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E");
	}
	header #menu-main .sub-menu>.menu-item {
	    background: none;
	    padding: 6px 22px;
	}
	.navbar-nav > li:hover > ul.sub-menu {
	    left: auto;
	    padding-top: 0;
	    min-width: 100%;
	    background: #f9f9f9;
			padding: 30px 0;
	}
	header #menu-main .sub-menu>.menu-item {
    background: none;
    padding: 6px 15px;
	}
	header #menu-main .sub-menu>.menu-item:nth-child(1) {
	    padding-top: 0;
	}
	header #menu-main .sub-menu>.menu-item a {
	    color: #000000;
	}
	.hero-title {
    margin-bottom: 13px;
		line-height: 100%;
	}
	.section-image {
    min-height: auto;
	}
	.feature-div img{
		width: 50px;
		height: 50px
	}
	.features-content {
			gap: 20px 9px;
			margin-left: 0;
			margin-top: 30px;
	}
	.features-content .item-content {
	    padding: 0px 8px;
	}
	.item-title {
			font-size: 22px;
	}
	.features-section .btns {
	    padding-left: 0;
	    margin-top: 40px;
	}
	.section-image {
			min-height: 300px;
	}
	.text-image-section .image {
			margin-bottom: 30px;
	}
	.button-section .btn {
	    min-width: 100%;
	}
	header #menu-main .sub-menu>.menu-item:nth-last-child(1) {
	    padding-bottom: 0;
	}
	.button-section {
	    padding: 30px 0 90px;
	}
	footer .navbar-nav li:nth-child(4){
/* 		margin-top: 60px */
	}
	.hero-content {
	    max-width: 100%;
	    margin: auto;
	}
	.page-id-13 .hero-logo {
		max-width: 217px;
		width: 100%;
		margin: auto;
		padding-left: 0;
		padding-bottom: 10px;
		margin-top: -20px;
	}
	.hero-text {
	    padding: 0 10px;
	}
  .hero-text p {
      margin-bottom: 9px;
		}
		.page-id-13 .text-image-section .image {
    margin-top: 0;
		margin-bottom: 0
}
	.page-id-13 .hero-banner.type2 .hero-content {
	    text-align: left;
	    margin-left: 0;
	}
	.hero-banner .container .row{
		text-align: center;
	}
	.text-image-section .section-text ul li {
      margin-bottom: 9px;
      line-height: 25px;
      line-height: 28px;
  }
	.page-id-13 .text-image-section .section-text {
	    max-width: 330px;
	}
	.page-id-13 .image-text .text-content.rightcontent {
	    margin-left: 0;
	    margin-top: 20px;
}
	.logo {
			width: 66px;
			margin-right: 0;
	}
	.hero-text p {
		font-size: 18px;
		margin-bottom: 20px;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 20px;
		line-height: 130%;
		letter-spacing: -0.01em;
		text-align: justify;
		color: #fff;
	}
	.page-id-13 .hero-banner.type2 .hero-content {
			text-align: center;
			margin-left: 0;
	}
	.page-id-13 .hero-banner.type2 {
	    padding: 80px 0 111px 0;
	}
	.order1{
		order:1
	}
	.order2{
		order:2
	}
	.features-list {
	    gap: 20px;
	    list-style: none;
	    flex-wrap: wrap;
	    flex-direction: column;
	}
	.feature-item {
	    width: 100%;
	    display: flex	;
	    align-items: center;
	    text-align: left;
	}
	.text-content {
	    margin-top: 30px;
	}
	.type2 .our_values-content .item-4, .type2 .our_values-content .item-3, .type2 .our_values-content .item-2, .type2 .our_values-content .item-1 {
			height: auto;
	}
	.type2 .our_values-content .item-4, .type2 .our_values-content .item-3, .type2 .our_values-content .item-2, .type2 .our_values-content .item-1 {
	    width: 100%;
	}
	.type2 .item-title {
			font-size: 22px;
	}
	.type2 .item-div .item-content {
	    padding: 10px;
	    padding-top: 10px;
	}
	.table-section h3 {
	    font-size: 30px;
	    line-height: 130%;
	}
	.table-row-0 .table-competition,
	.table-row-0 .table-storage_king_usa {
		font-size: 18px;
        min-height: 75px;
        display: flex;
        align-items: center;
        padding: 8px 4px;
        word-break: normal;
	}
	.table-row-0 .table-competition{
		font-size: 15px
	}
	.table-section .table-content {
			font-size: 16px;
			margin-top: 10px;
			line-height: 23px;
	}
	.table-section .table-row {
	    gap: 7px;
	}
	.table-title, .table-storage_king_usa, .table-competition {
			padding: 15px 10px;
	}
	.table-title{
		padding-left: 0
	}
	.get_in_touch-section .btns {
	    display: flex;
	    gap: 15px;
	    flex-direction: column;
	    align-items: center;
	}
	.tab {
		font-size: 26px;
		padding: 20px 40px;
		width: 100%;
			margin: 0;
	}
	.tabs {
	    margin-bottom: 30px;
	    justify-content: center;
	    width: 100%;
	    flex-direction: column;
	    gap: 10px;
	}
	.team-members {
	    gap: 5px;
	    transition: all 0.5s ease;
	    flex-wrap: wrap;
	}
	.team-member {
	    width: calc(50% - 3px);
	    border-radius: 20px;
	}
	.team-image img {
			height: 230px;
			border-radius: 20px;
	}
	.team-content p {
		font-size: 12px;
	}
	.team-content h3 {
			font-size: 16px;
	}
	.team-content {
	    padding: 10px 10px;
	    text-align: center;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: 72px;
	    z-index: 3;
	}
	.our_values-content .item-div,
	.our_values-content .item-4, .our_values-content .item-3, .our_values-content .item-2, .our_values-content .item-1 {
			height: auto;
			width: 100%;
			padding: 25px;
	}
	.our_values-section.type1 .our_values-content .item-div {
		flex: 0 1 100%;
	}
	.posts-section .posts .post {
			width: 100%;
	}
	.posts {
	    gap: 15px;
	}
	.posts-section .news-title {
			font-size: 16px;
	}
	.posts-section .news-card-content {
			max-height: 100%;
	}
	.posts-section .news-card {
    border-radius: 10px;
    height: 230px;
    padding: 15px;
	}
	.section-form .title {
	    font-size: 20px;
	}
	.input-flex {
	    display: flex;
	    gap: 0px;
	    flex-direction: column;
	}
	.input-flex .input-block {
	    width: 100%;
	}
	.section-form label {
	    font-family: var(--font-family);
	    font-weight: 600;
	    font-size: 22px;
	    line-height: 136%;
	    text-transform: capitalize;
	    color: #000;
	    font-family: var(--font-family);
	    font-weight: 400;
	    font-size: 22px;
	    line-height: 136%;
	    text-transform: capitalize;
	    color: #000;
	}
	.posts .post,
	.posts .post, .posts .post-0 {
			width: 100%;
	}
	.posts {
		gap: 0px;
    flex-wrap: nowrap;
	}
	.right-blocks .block-item {
	    max-width: 100%;
	}
	.about__posts-slider{

	    width: 100%;
	    overflow: hidden;
	}
	.mobilebnt{
		display: block;
		text-align: center;
        margin-top: 22px;
	}
	.mobilebnt .btn{
    min-width: max-content;
	}
	.text-image-section .image {
			margin-bottom: 24px;
	}
	.features-section .features-content {
			margin-top: 0;
	}
	.features-section .feature-div img {
			width: 60px;
			height: 60px;
	}
	.features-section .item-title {
			font-size: 22px;        margin-bottom: 16px;
			font-family: var(--second-family);
	}
	.features-section 	.features-content {
			gap: 17px 9px
		}
		.hero-banner.background_type0.type3  .key-features .features-list {
		    gap: 16px 0px;
		}
		.hero-banner.background_type0.type3  .key-features {
	    padding: 39px 10px 8px;
	}
	.hero-banner.background_type0.type3  .key-features .feature-icon {
		width: 62px;
	}
	.two-column-text-section .btn.black {
	    min-width: 100%;
	}
	.page-id-15 .image-text .text-content.rightcontent {
    margin-left: 0;
	}
	.text-image-section .btns .btn.black {
		min-width: 100%;
		width: auto;
		height: auto;
		padding: 15px 16px;
		min-height: 56px;
		display: flex;
		align-content: center;
		align-items: center;border-radius: 39px;
		justify-content: center;
}
.text-image-section .btns {
        gap: 20px;
        flex-direction: column-reverse;
    }
	.image-text .text-content.rightcontent {
	    margin-top: 12px;
	}
	.page-id-23 .section-text p {
    font-size: 20px;
    text-align: justify;
    line-height: 29px;
    margin-bottom: 25px;
    line-height: 30px;
    margin-bottom: 35px;
	}
	.page-id-23 .section-text h3 {
			font-size: 30px;
			line-height: 39px;
			text-align: center;
	}
	.our_values-section.type2 .item-div img {
			width: 62px;
	}
	.our_values-section.type2 .item-div {
	    border-radius: 19px;
	    padding: 24px 22px;
	}
	.our_values-section.type2 .item-div .item-content {
			padding: 8px;
			padding-top: 17px;
	}
	.our_values-section.type2 .item-text p {
	    font-size: 16px;
	    line-height: 22px;
	}
	.our_values-section.type2 .our_values-content {
	    gap: 10px 0;
	}
	.page-id-29 .btns .btn.black {
    width: 100%;
	}
	.our-mission-content .our-mission-text span {
	    line-height: 16px;
	    display: inline;
	    font-family: var(--font-family);
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 34px;
	    color: #fff;
	}
	.our-mission-text span::after{
		display: none;
	}
	.our-mission-content .our-mission-text {
			text-align: left;
	}
	.get_in_touch-content .btns .btn.black {
	    max-width: 100%;
	    padding: 16px 22px;
	    width: 100%;
	}
	.page-id-29 .section-text p {
	    margin-bottom: 30px;
	    font-size: 20px;
	    line-height: 30px;
	}
	.posts-section .posts {
        flex-direction: column;
				gap:15px
			}
}


@media (max-width : 350px) {
	.about_us_block_right .digit {
			font-size: 26px;
	}
	.digit-block {
			max-width: 90%;
			padding-left: 5px;
	}
}

@media (min-width: 768px) {
	#menu-main>.menu-item::after {
		content: "";
		border-bottom-width: 2px;
		position: absolute;
        bottom: 0px;
		left: 25%;
		right: 25%;
		z-index: -1;
		width: 50%;
		height: 2px;
		background-color: rgb(183 183 183);
	}
}
