/*===================== TABLE OF CONTENT =======================
1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. Home Info
15. Offer
16. Banners
17. Location
18. Footer
19. About Page
20. Services Page
21. News Page
22. Gallery Page
23. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
}
main{
  position: relative;
  padding-top: 8.5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  main{
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  main {
    padding-top: 13rem;
  }
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #2e3192;  color: #fff; }  
::selection { background-color: #2e3192; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 400;line-height:1.4; font-family: 'Poppins', sans-serif;}
.title h1, .title h2{ font-size: 3.6rem; }
p { margin-bottom: 2rem; }
.title h3{
  display: inline-block;
  color: #2e3192;
  text-transform: uppercase;
  font-size: 1.3rem;
  border-radius: 1rem;
}
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4.6rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 1rem 2rem;
	font-weight: 600;
  border:1px solid transparent;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #2e3192;
  color: #fff;
}
.btn-secondary{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-primary:hover{
  background-color: transparent;
  border-color: #2e3192;
  color: #2e3192;
}
.btn-tertiary{
  padding-right: 3rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right center;
  display: inline-block;
  font-weight: 600;
}
.btn-tertiary:hover{
  background-color: #fff;
  color: #2e3192;
}
.btn-secondary:hover{
  color: #2e3192;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .btn {
    padding: 1.2rem 4.9rem;
  }
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1rem 2rem;
  outline: none;
  background-color: #ffffff;
  font-size: 1.6rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #2e3192;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #f7f7f7;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #2e3192;
}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  font-weight: 500;
  padding: 1.5rem 0;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 6rem;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem 2rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
  z-index: 2;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 0.7rem 1.6rem;
  font-weight: 600;
  border-radius: 10rem;
}
nav li a:hover, nav li.current_page_item a{
  color: #2e3192;
}
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}
.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}
.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}
.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:last-child {
	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
.mobile-info{
  padding: 0 2rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{
  display: none;
  padding-left: 3rem;
}
.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
header .btn{
  margin-left: 3rem;
  display: none;
}
.accesibility{
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 15;
}
.accesibility img{
  display: block;
  width: 3.7rem;
  height: auto;
}
.header-mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.header-mail  img{
  display: block;
  width: 1.7rem;
  height: auto;
  margin-right: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 7.7rem;
  }
  header .btn{
    display: inline-block;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: 10rem;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 0.7rem 2rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  nav li:last-child{
    display: none;
  }
  .accesibility{
    right: 2rem;
    top: 4rem;
    bottom: auto;
  }
  header .btn{
    margin-left: 5rem;
  }
}
/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro-text{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;

}
.intro-text .container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.intro-slider{
  width: 100%;
  border-radius: 3rem;
  position: relative;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.intro-inner{
  max-width: 78rem;
  width: 100%;
}
.intro-slider img{
  display: block;
  width: 100%;
  height: 80rem;
  object-fit: cover;
}
.slick-arrow{
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background-color: #2e3192;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  transition: all  .4s ease-in-out;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: none !important;
}
.slick-arrow:hover{
  opacity: 0.7;
}
.slick-prev{
  background-image: url(images/prev-white.svg);
  left: 2rem;
}
.slick-next{
  background-image: url(images/next-white.svg);
  right: 2rem;
}
.intro-btns{
  display: flex;
  flex-direction: column;
  gap:2rem;
  margin-top: 4rem;
  text-align: center;
}
.intro .title{
  margin-bottom: 3rem;
}
.intro-icon {
	--c: 85;
	width: 210px;
	aspect-ratio: 3/2;
	background: #2e3192;
	mask: radial-gradient(calc(var(--c)*1%) 100% at 50% calc(100% + 100%*cos(asin(50/var(--c)))),#0000 calc(100% - 1px),#000);
	clip-path: ellipse(calc(var(--c)*1%) 100% at bottom);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}
.intro-icon span:first-child {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .slick-arrow{
    width: 5.6rem;
    height: 5.6rem;
    background-size: 1.6rem;
    transform: none;
    top: auto;
    bottom: 3rem;
  }
  .slick-prev{
    right: 10rem;
    left: auto;
  }
  .intro-btns{
    flex-direction: row;
  
  
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/

}
/* ================================================================================== 
14. Home Info
===================================================================================== */
.info-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #eaeaf4;
  padding: 3rem;
  display: flex;
  flex-direction: row;
}
.info-box:last-child{
  margin-bottom: 0;
}
.info-box img{
  width: 2.8rem;
  height: 3.8rem;
  object-fit: contain;
  display: block;
  margin-right: 2rem;
}
.info-box h3{
  font-size: 2rem;
  margin-bottom: 0;
}
.info-box  p{
  margin-bottom: 0;
}
.info-wrapper{
  max-width: 140rem;
  width: 100%;
  margin-left: auto;
  padding: 0  2rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .info-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%;
  }
  .info-box{
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .info-box img{
    width: 3.3rem;
    height: 4.3rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .info-box h3{
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .info-wrapper{
    margin-top: -23.5rem;
    padding: 0;
  }
  .info-box{
    padding: 5rem;
  }

}
/* ================================================================================== 
15. Offer
===================================================================================== */
.offer-icons{
  width: 100%;
  margin-top: 5rem;
}
.icon-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
.icon-row h3{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.icon-img{
  width: 11.4rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #eaeaf4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.icon-row img{
  width: 5.8rem;
  height: 5.8rem;
  object-fit: contain;
  display: block;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .offer-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .icon-row{
    width: 48.5%;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .icon-row img{
    width: 6.4rem;
    height: 6.4rem;
  }
  .icon-row{
    margin-bottom: 5rem;
    width: 31.3%;
  }

}
@media only screen and (min-width: 50.0625em) {
  /*801px*/



}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .icon-row h3{
    font-size: 2.4rem;
  }
}
/* ================================================================================== 
16. Banners
===================================================================================== */
.banner-image img{
  display: block;
  width: 100%;
  height: auto;
}
.banner-image{
  width: 100%;
  height: 64rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-left: auto;
  max-width: 144rem;
  width: 100%;
}
.banner-text{
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.banner-inner{
  background-color: #2e3192;
  color: #fff;
  padding: 3rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .banner-image img{
    display: none;
  }
  .banner-text{
    margin-top: -20rem;
  }
  .banner-inner{
    padding: 5rem 8rem;
    max-width:80rem;
    width: 100%;
    margin-right: 10rem;
  }
}
@media only screen and (max-width: 50em) {
  /*800px*/
  .banner-image{
    background-image: none !important;
    height: auto;
    border-radius: 3rem;
  }
}
/*-----------*/
.text-center{
  text-align: center;
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
}
.text-center .btn{
  margin-top: 3rem;
}
.banner3 .container{
  background-color: #eaeaf4;
  padding-left: 2rem;
  padding-right: 2rem;
  
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/

}
/* ================================================================================== 
17. Location
===================================================================================== */
.location{
  background-color: #f7f7f7;
  padding: 5rem 0;
}
.location-slider{
  position: relative;
  width: 100%;
  border-radius: 3rem;
}
.location-text{
  width: 100%;
  margin-bottom: 5rem;
}
.location-text .title{
  margin-bottom: 3rem;
}
.location-slider img{
  width: 100%;
  height: 50rem;
  object-fit: cover;
  border-radius: 3rem;
  display: block;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .location-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .location-text{
    width: 45%;
    margin-bottom: 0;
  }
  .location{
    padding: 0;
  }
  .location-slider{
    width: 50%;
  }
  .location-slider img{
    height: 70rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .location-text{
    width: 32%;
  }
  .location-slider{
    width: 60%;
  }
}
/* ================================================================================== 
18. Footer
===================================================================================== */
footer{
  padding: 7rem 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer-wrapper article{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
.footer-logo a{
  display: block;
}
.footer-logo img{
  width: 7.7rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer h3{
  font-weight: 400;
}
.copyright{
  background-color: #f7f7f7;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer h3{
    font-size: 2rem;
  }
  .copyright{
    text-align: left;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-wrapper article{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  footer ul{
    column-count: 2;
    column-gap: 2rem;
  }
}
/* ================================================================================== 
19. About Page
===================================================================================== */
.about-wrapper{
  margin-top: 5rem;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-icons .offer-icons{
  width: 100%;
  border-radius: 3rem;
}
.about-icons .icon-row{
  width: 100%;
  margin-bottom: 5rem;
  flex-direction: column;
  text-align: center;
}
.about-icons .icon-row img{
  margin-bottom: 2rem;
  margin-right: 0;
}
.about-icons .icon-row:last-child{
  margin-bottom: 0;
}
.about-wrapper2 .btn{
  margin-top: 3rem;
}
.gallery-slider img{
  width: 100%;
  display: block;
  height: 50rem;
  object-fit: cover;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about-icons .icon-row{
    width: 48.5%;
  }
  .about-icons .offer-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap:3%;
  }
  .about-icons .icon-row:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about-wrapper2{
    flex-direction: row;
  }
  .about-image{
    width: 45%;
  }
  .about-text{
    width: 50%;
    margin-bottom: 0;
  }
  .about-wrapper2  .about-text{
    width: 45%;
    padding-right: 5rem;
  }
  .about-wrapper2 .about-image{
    width: 50%;
  }
  .gallery-slider img{
    height: 70rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    margin-top: 7rem;
  }
  .about-icons .icon-row{
    width: 31.3%;
  }
  .about-wrapper{
    align-items: center;
  }
}
/*---------*/
.about-home-wrapper{
  margin-bottom: 5rem;
}
.about-home-title{
  width: 100%;
  margin-bottom: 5rem;
}


.about-home-title h3{
  font-size: 2.6rem;
  line-height: 1.6;
}
.about-home-title h3 span{
  color: #2e3192;
}
.about-home-title .btn{
  margin-top: 3rem;
}
.about-home-image {
	width: 100%;
}
.about-home-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16/10;
}
.about-home-title .btn{
  display: none;
}
.about-home-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-home-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-home-title{
    max-width: 50rem;
    margin-bottom: 0;
  }
  .about-home-title .btn{
    display: inline-block;
  }
  .about-home-text {
    width: calc(100% - 70rem);
    padding-right: 0;
  }
  .about-home-image {
    max-width: 65rem;
    margin-top: -14rem;
  }
  .about-home-text .btn{
    display: none;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .about-home-image {
    max-width: 80rem;
  }
  .about-home-text {
    width: calc(100% - 90rem);
  }
}
@media only screen and (min-width: 112.5em) {
  /*1800px*/
  .about-home-text{
    width: calc(100% - 70rem);
    padding-right: 10rem;
  }
}
/* ================================================================================== 
20. Services Page
===================================================================================== */
.services-wrapper{
  margin-top: 5rem;
}
.services-wrapper  article{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.services-image{
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}
.services-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.services-image:hover img{
  transform: scale(1.1);
}
.services-wrapper  article h3{
  font-weight: 400;
  font-size: 2.1rem;
}
.services-wrapper  article .btn{
  margin-top: auto;
}
.services-wrapper  article:last-child{
  margin-bottom: 0;
}
.text-section{
  background-color: #f7f7f7;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .services-wrapper  article{
    width: 48.5%;
  }
  .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .services-wrapper  article:last-child{
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .services-wrapper  article{
    width: 31.3%;
  }
  .text-section .container{
    column-count: 2;
    column-gap: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .services-wrapper{
    margin-top: 7rem;
  }

  .services-image{
    width: 25rem;
    height: 25rem;
  }
}
/* ================================================================================== 
21. News Page
===================================================================================== */
.news-wrapper{
  margin-top: 5rem;
}
.news-box{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.news-image:hover img{
  transform: scale(1.1);
}
.news-box h3{
  font-size: 2.1rem;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.news-box h3:hover{
  color: #2e3192;
}
.news-box .btn{
  margin-top: 3rem;
  align-self: flex-start;
  margin: 0 3rem;
}

.news-box:last-child{
  margin-bottom: 0;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
.news-date{
  color: #6b6b6b;
  display: inline-block;
  font-weight: 400;
}
.news-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .news-box{
    width: 48.5%;
  }
  .news-box:last-child{
    margin-bottom: 5rem;
  }
  .news-image img{
    height: 30rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-wrapper{
    margin-top: 7rem;
  }
  .news-box{
    width: 31.3%;
  }
  .article-image{
    margin: 7rem 0;
  }
  .news-box h3{
    font-size: 2.6rem;
  }
}
/* ================================================================================== 
22. Gallery Page
===================================================================================== */
.gallery-wrapper{
  margin-top: 5rem;
}
.gallery-wrapper a{
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
  display: block;
}
.gallery-wrapper a img{
  width: 100%;
  height: 30rem;
  object-fit: cover;
  display: block;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
.gallery-wrapper:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    width: 48.5%;
  }
  .gallery-wrapper:last-child{
    margin-bottom: 3rem;
  }
  .gallery-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .gallery-wrapper a{
    width: 31.3%;
  } 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper{
    margin-top: 7rem;
  }
  .gallery-wrapper a img{
    height: 40rem;
  }
}
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-form{
  width: 100%;
  background-color: #f7f7f7;
  padding: 3rem;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.contact-form form p{
  margin-bottom: 0;
}
.contact-form form br{
  display: none;
}
.documents{
  margin-top: 3rem;
}
.documents a{
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: left;
}
.documents a:hover{
  color: #2e3192;
}
.documents a:not(:last-child){
  margin-bottom: 1rem;
}
.doc-icon{
  width: 5rem;
  height: 5rem;
  background-color: #eaeaf4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.doc-icon img{
  display: block;
  width: 1.5rem;
  height: auto;
}
.contact-wrapper{
  margin-top: 5rem;
}
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .contact-text{
    width: 45%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 45%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-form{
    padding: 5rem;
  }
}

.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
