 

@font-face {
	font-family: "Inter-Regular";
    src: url("../fonts/inter/Inter-Regular.woff") format("woff"),
      url("../fonts/inter/Inter-Regular.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
}

@font-face {
	font-family: "Inter-Medium";
    src: url("../fonts/inter/Inter-Medium.woff") format("woff"),
      url("../fonts/inter/Inter-Medium.woff2") format("woff2");
    font-display: swap;
    font-weight: 500;
}

@font-face {
	font-family: "Inter-SemiBold";
    src: url("../fonts/inter/Inter-SemiBold.woff") format("woff"),
      url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
    font-display: swap;
    font-weight: 600;
}

@font-face {
	font-family: "Inter-Bold";
    src: url("../fonts/inter/Inter-Bold.woff") format("woff"),
      url("../fonts/inter/Inter-Bold.woff2") format("woff2");
    font-display: swap;
    font-weight: 700;
}

@font-face {
	font-family: "Inter-ExtraBold";
    src: url("../fonts/inter/Inter-ExtraBold.woff") format("woff"),
      url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2");
    font-display: swap;
    font-weight: 800;
}

:root {
	--theme-white: #ffffff;
	--theme-black: #121212;
	--theme-gray-600: #636363;
	--theme-primary-700: #fe6d00;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1.1rem;
	font-family: "Inter-Regular";
	background-color: var(--theme-white);
	color: var(--theme-black);
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  p {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-family: "Inter-SemiBold";
	letter-spacing: -0.02rem;
	line-height: 130%;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.8rem;
}

h3,
  .h2-min {
	font-size: 2.5rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.125rem;
}

a,
  *::before,
  *::after,
  img,
  span,
  input,
  button,
  .navbar,
  .fixedmenu,
  .tp-bullet {
	transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
}

.btn.focus,
  .btn:focus,
  .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a,
  a:link,
  a:visited,
  a:hover,
  a:active {
	outline: none;
    /* text-decoration: none; */
	color: var(--theme-primary-700);
	font-family: "Inter-Bold";
}

p {
	word-wrap: break-word;
	word-break: break-word;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-family: "Inter-Regular";
	margin-bottom: 1rem;
	letter-spacing: -0.05rem;
    /* -webkit-hyphens: auto;
    hyphens: auto; */;
}

li,
  p,
  span,
  b,
  strong {
	color: var(--theme-gray-600);
}

strong,
  b {
	font-family: "Inter-SemiBold";
}

ul,
  ol {
	padding-left: 1.35rem;
}

:is(ul,ol) li:not(:last-child){
margin-bottom: 1rem;
}

input,
  textarea,
  select,
  button:focus {
	outline: 0;
}

.equal-padding-T {
	padding-top: 5rem;
}

.equal-padding-B {
	padding-bottom: 5rem;
}

/* .top-content-section {
	background: url("../images/fade-line-sea-blue-banner-image.svg") bottom/cover no-repeat;
}*/

.top-content-wrap .banner-logo img {
	height: 10rem;
}

.hero-image img {
	width: 100%;
}


span.head-elem-right{
    color:currentcolor;
}
.head-elem-right {
    position:relative
}
.head-elem-right:after{
    content: '';
    width: 30px;
    height: 30px;
    background: url("/assets/images/flower-red.svg") center/contain no-repeat;
    position: absolute;
    right: -24px;
    top: -10px;
    
}



 

  .gallery-slides-wrap .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .gallery-slides-wrap .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }




   
	

.gallery-slides-wrapper{
	align-items: center; 
	padding: 0 1rem;
	padding-bottom: 8rem;
}  

.gallery-slides-wrapper .gallery-slides-wrap  {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 #0000001c;
}

.gallery-slides-wrapper > div:nth-child(odd){
	rotate: 2deg;
}
.gallery-slides-wrapper > div:nth-child(even){
	rotate: -2deg;
}
 

.gallery-slides-wrap .swiper-slide {
	opacity: 0!important;
	transition: .4s ease-in ;
}
.gallery-slides-wrap   .swiper-slide-active {
	opacity: 1!important; 
	transition: .4s ease-in ;
}

.team-cards-wrap {
	text-align: center;
}
.team-cards-wrap .team-img{
	margin-bottom: 1.4rem;
}
.team-cards-wrap img {
    max-width: 150px;
    width: 100%;
    border: 1px solid #0000001f;
    border-radius: 50%;
}
.team-cards-wrap h4{
	font-size: 1.4rem;
}



@media screen and (max-width:992px) {
   
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3,
    .h2-min {
		font-size: 1.3rem;
	}

	h4 {
		font-size: 1.1rem;
	}

	h5 {
		font-size: 1rem;
	}

	h6 {
		font-size: 1rem;
	}

	br{display: none;}


	.head-elem-right:after { 
		width: 23px;
		height: 23px; 
		right: -24px;
		top: -13px;
	}

	.team-cards-wrap h4{
		font-size: 1.1rem;
	}
	.gallery-slides-wrapper{
		pointer-events: none;
	}

}