body, .mm-wrapper {
  margin-top: 0 !important;
  font-family: "Mulish", sans-serif;
}

body, html {
  scroll-behavior: smooth;
  margin: 0 !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
}

@media (min-width: 1700px) {
	.container {
		width: 1640px;
	}	
}

.mulish-font {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*******************
********************
HEADER
********************
*******************/

#header {
  background-image: linear-gradient(
    180deg,
    hsl(203deg 100% 50%) 0%,
    hsl(205deg 100% 50%) 8%,
    hsl(206deg 100% 50%) 17%,
    hsl(209deg 100% 50%) 25%,
    hsl(211deg 100% 50%) 33%,
    hsl(213deg 100% 50%) 42%,
    hsl(215deg 100% 50%) 50%,
    hsl(218deg 100% 50%) 58%,
    hsl(220deg 100% 50%) 67%,
    hsl(223deg 100% 50%) 75%,
    hsl(226deg 100% 50%) 83%,
    hsl(231deg 100% 49%) 92%,
    hsl(241deg 100% 47%) 100%);
	margin-bottom: 20px
}
.path-frontpage #header {
  margin-bottom: 0 !important;	
}

#header .container {
  padding-left: 0;
  padding-right: 0;
}

.header-wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  min-height: 160px;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo-inner {
  width: 100%;
  padding: 0 35px;
}

.header-logo .region {
  margin: 0;
}

.header-logo .logo {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

.header-logo .navbar-btn {
  margin: 0;
}

.header-logo .pull-left {
  float: none !important;
}

.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header-right {
  display: grid;
  grid-template-rows: 95px 65px;
}

.header-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  overflow: visible;
  z-index: 2;
}

.header-contact::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  right: calc((100vw - 100%) / -2);
  background: linear-gradient(to bottom,#4a4a4a 0%,#111111 100%);
  clip-path: polygon(0 0,100% 0,100% 100%,45px 100%);
  z-index: -1;
}

.contact-details {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px 15px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .3px;
}

.contact-details a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  transition: opacity .25s ease;
  font-family: 'Babylon5';
  font-style: italic;
  transition: .3s ease;
  font-size: 22px;
}
.contact-details a:hover {
  opacity: .8;
  text-decoration: none;
}
@media (min-width:826px) {
	.contact-details a {
	  font-size: 28px;
	}
}
@media (min-width:992px) {
	.contact-details a {
	  font-size: 14px;
	}
}
@media (min-width:1200px) {
	.contact-details a {
	  font-size: 16px;
	}
}
@media (min-width:1700px) {
	.contact-details a {
	  font-size: 26px;
	}
}

.contact-details img {
  width: 42px;
  height: 42px;
  display: block;
  flex-shrink: 0;
}

.contact-details .phone {
  font-weight: 700;
}

.contact-details .email {
  font-weight: 400;
}

.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.header-menu .responsive-menu-block-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-menu #horizontal-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  height: 100%;
  background: transparent !important;
  border: 0 !important;
}

.header-menu #horizontal-menu > li {
  display: flex;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}

.header-menu #horizontal-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 26px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: .3s ease;
}

.header-menu #horizontal-menu > li > a:hover,
.header-menu #horizontal-menu > li > a:focus {
  background: none;
  color: #fff;
}

.header-menu #horizontal-menu > li > a.is-active {
  color: #fff;
  opacity: 0.8;
}

#block-ideal-responsivemenumobileicon {
  padding-top: 7px;
  margin-left: -50px !important;
}

.responsive-menu-toggle-icon span.label {
  top: 4px;
  left: 30px;
}

.mm-panel, .mm-panels {
  background: linear-gradient(to bottom,#4a4a4a 0%,#111111 100%);	
}

.mm-navbar, .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  background: none;
  padding: 25px 25px;
  font-size: 18px;
  transition: .5s ease;
  color: #f6f6f6;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.mm-menu a:hover, .mm-menu a:hover {
  opacity: 0.8;
  font-size: 20px;
}

#hide-top-contact {
  display: none;
}
@media (min-width:768px) {
	#hide-top-contact {
	  display: block;	
	}	
}

/*******************
********************
END HEADER
********************
*******************/

/*******************
********************
RESPONSIVE HEADER
********************
*******************/

/**************************************
Mobile & Tablet
**************************************/

@media (max-width:991px) {

  #header .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /**************************************
  Overall Layout
  **************************************/

  .header-wrapper {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .header-right {
    display: flex;
    flex-direction: column;
  }

  /**************************************
  Logo
  **************************************/

  .header-logo {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
  }

  .header-logo-inner {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .header-logo .logo {
    display: inline-block;
    float: none;
  }

  .header-logo img {
    display: block;
    width: 80%;
    max-width: 420px;
    min-width: 240px;
    height: auto;
    margin: 0 auto;
  }

  /**************************************
  Contact Bar
  **************************************/

  .header-contact {
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }

  .header-contact::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: none;
    background: linear-gradient(to bottom,#4a4a4a 0%,#111111 100%);
  }

  .contact-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .contact-details a {
    margin: 0;
    justify-content: center;
  }

  .contact-details img {
    width: 34px;
    height: 34px;
  }

  .contact-infotext {
    display: block;
    margin: -2px 0 12px;
    font-size: 17px;
    line-height: 1.3;
  }

  .contact-details .contact-infotext:last-child {
    margin-bottom: 0;
  }

  /**************************************
  Menu
  **************************************/

  .header-menu {
    width: 100%;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  #block-ideal-horizontalmenu {
    display: none !important;
  }

  #block-ideal-responsivemenumobileicon {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .responsive-menu-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
  }

}

/**************************************
992px - 1199px
**************************************/

@media (min-width:992px) and (max-width:1199px) {

  .header-wrapper {
    grid-template-columns: 410px 1fr;
  }

  .header-logo-inner {
    padding-left: 20px;
  }

  .header-logo img {
    max-width: 360px;
    height: auto;
  }

  .header-contact {
    padding-left: 40px;
    min-height: 92px;
  }

  .contact-details {
    gap: 18px;
    font-size: 0.92em;
  }

  .contact-details img {
    width: 44px;
    height: 44px;
  }

  .contact-infotext {
    font-size: 15px;
  }

  .header-menu ul.menu {
    justify-content: space-around;
  }

  .header-menu ul.menu > li > a {
    padding: 18px 14px;
    font-size: 0.92em;
  }

  #block-ideal-horizontalmenu {
    display: block !important;
  }

  #block-ideal-responsivemenumobileicon {
    display: none !important;
  }

}

/**************************************
1200px+
**************************************/

@media (min-width:1200px) {

  .header-contact {
    padding-left: 20px;
  }

  #block-ideal-horizontalmenu {
    display: block !important;
  }

  #block-ideal-responsivemenumobileicon {
    display: none !important;
  }

}

/*******************
********************
END RESPONSIVE HEADER
********************
*******************/

/*******************
********************
SLIDER
********************
*******************/

.flexslider {
  border: none !important;
  background: none !important;
  margin: 0 !important;
}

/* Mobile FlexSlider */
@media (max-width: 767px) {
  .flexslider {
    height: 250px;
    overflow: hidden;
  }

  .flexslider .slides,
  .flexslider .slides > li {
    height: 250px;
  }

  .flexslider .slides img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

/*******************
********************
END SLIDER AREA
********************
*******************/

/*******************
********************
CONTENT
********************
*******************/

.region-content {
  padding: 45px 0;	
}

.path-frontpage .region-content {
  padding: 0;	
}

.path-node .region-content {
  background: url('../images/transparent-bg.png');
  padding: 25px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #333;
}

.page-header {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 15px 0;
  border-bottom: none;
  padding-top: 10px;
  font-weight: bold;
  color: #333333;
}

p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 35px;
}

a {
  transition: .5s ease;
}
a:hover, a:focus {
  color: #2d23e1;
  opacity: 0.8;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.left {
  float: left;
  margin: 0 25px 25px 0;
  max-width: 40%;
}

.right {
  float: right;
  margin: 0 0 25px 25px;
  max-width: 40%;
}

.content ul, .content ol {
  font-size: 18px;
  color: #333333;
  margin-bottom: 45px;
  margin-left: 25px;
}

.alert p {
  color: #333333;	
}

.is-unpublished p {
  color: #777777;
}

/*******************
********************
END CONTENT
********************
*******************/

/*******************
********************
ABOUT PAGE
********************
*******************/

/*******************
********************
ABOUT PAGE
********************
*******************/

.about-content {
  width: 100%;
  margin: 0;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.about-intro {
  margin-bottom: 65px;
}

.about-intro h1 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 18px;
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.about-lead {
  margin: 0;
  padding: 30px 35px;
  background: #f4f7fb;
  border-left: 5px solid #0055dd;
  font-size: 18px;
  line-height: 1.8;
}

.about-section {
  margin-bottom: 70px;
}

.about-section h2,
.about-order h2 {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  color: #111111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.about-section > p {
  margin-bottom: 25px;
}

.vehicle-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 25px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.vehicle-list li {
  position: relative;
  padding: 16px 20px 16px 52px;
  background: #f4f7fb;
  border: 1px solid #e3e8ef;
  font-weight: 600;
  line-height: 1.4;
  transition: .25s ease;
}

.vehicle-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 23px;
  height: 23px;
  margin-top: -12px;
  background: #0055dd;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

.vehicle-list li:hover {
  border-color: #0055dd;
  transform: translateY(-2px);
}

.section-conclusion {
  margin-top: 25px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.benefit-card {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background: #f4f7fb;
  border-top: 4px solid #0055dd;
}

.benefit-number {
  flex: 0 0 55px;
  margin-right: 20px;
  color: #0055dd;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.benefit-content h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.benefit-content p {
  margin: 0;
}

.about-order {
  position: relative;
  margin: 0 0 70px;
  padding: 50px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #3bb8ff 0%,
    #0055dd 65%,
    #001f9e 100%
  );
  color: #ffffff;
}

.about-order::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.about-order-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.about-order h2 {
  color: #ffffff;
}

.about-order h2::after {
  background: #ffcc01;
}

.about-order p {
  margin-bottom: 20px;
  color: #f3f3f3;
}

.about-button {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 28px;
  background: #ffcc01;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(
    4% 0%,
    100% 0%,
    96% 100%,
    0% 100%
  );
  transition: .3s ease;
}

.about-button:hover,
.about-button:focus {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

.about-why {
  padding-bottom: 15px;
}

.about-why p {
  margin-bottom: 22px;
}

.about-faq {
  margin-top: 20px;
  padding: 25px 30px;
  background: linear-gradient(to bottom,#4a4a4a 0%,#111111 100%);
  color: #ffffff;
  text-align: center;
}

.about-faq p {
  margin: 0;
  color: #ffffff !important;
}

.about-faq a {
  color: #ffcc01;
  font-weight: 700;
  text-decoration: none;
}

.about-faq a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width:991px) {
  .about-content {
    padding: 50px 25px 65px;
  }

  .about-intro h1 {
    font-size: 32px;
  }

  .about-section h2,
  .about-order h2 {
    font-size: 27px;
  }
}

@media (max-width:767px) {
  .about-content {
    padding: 35px 20px 50px;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-intro {
    margin-bottom: 45px;
  }

  .about-intro h1 {
    margin-bottom: 22px;
    font-size: 27px;
  }

  .about-lead {
    padding: 22px;
    font-size: 16px;
  }

  .about-section {
    margin-bottom: 50px;
  }

  .about-section h2,
  .about-order h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .vehicle-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 25px 0;
  }

  .vehicle-list li {
    padding: 14px 15px 14px 48px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .benefit-card {
    padding: 22px;
  }

  .about-order {
    margin-bottom: 50px;
    padding: 30px 25px;
  }

  .about-button {
    display: block;
    text-align: center;
  }

  .about-faq {
    padding: 20px;
  }
}

/*******************
********************
END ABOUT PAGE
********************
*******************/

/*******************
********************
FAQ PAGE
********************
*******************/

.view-faqs .view-header {
  max-width: 100%;
  margin: 0 auto 45px;
}

.view-faqs .view-header p {
  margin: 0;
  padding: 25px 30px;
  background: #f4f7fb;
  border-left: 5px solid #0055dd;
  color: #333333;
  font-size: 17px;
  line-height: 1.8;
}

.view-faqs .view-content {
  max-width: 100%;
  margin: 0 auto;
}

.view-faqs .views-infinite-scroll-content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.view-faqs .views-expandable-table {
  width: 100%;
  margin: 0 0 45px 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: transparent;
}

.view-faqs .views-expandable-table caption {
  position: relative;
  margin: 45px 0 15px;
  padding: 16px 30px;
  background: linear-gradient(to bottom,#4a4a4a 0%,#111111 100%);
  color: #ffffff;
  caption-side: top;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-left: 7px solid #0055dd;
}

.view-faqs .views-expandable-table caption::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: #0055dd;
  clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
}

.view-faqs .views-expandable-table caption:first-of-type {
  margin-top: 0;
}

.view-faqs .views-expandable-table-trigger {
  cursor: pointer;
  background: #f4f7fb;
  border: 0;
  transition: .25s ease;
}

.view-faqs .views-expandable-table-trigger td {
  position: relative;
  padding: 20px 65px 20px 45px;
  border: 1px solid #e1e6ed;
  color: #111111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  transition: .25s ease;
}

.view-faqs .views-expandable-table-trigger td::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #0055dd;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  transition: .25s ease;
}

.view-faqs .views-expandable-table-trigger:hover td {
  border-color: #0055dd;
  background: #eef5ff;
}

.view-faqs .views-expandable-table-trigger:hover td::after {
  background: #ffcc01;
  color: #000000;
}

.view-faqs .views-expandable-table-trigger.expanded td {
  background: #0055dd;
  border-color: #0055dd;
  color: #ffffff;
}

.view-faqs .views-expandable-table-trigger.expanded td::after {
  content: "−";
  background: #ffcc01;
  color: #000000;
}

.view-faqs .views-expandable-table-target {
  background: #ffffff;
}

.view-faqs .views-expandable-table-target td {
  padding: 25px 30px 30px 45px;
  border: 1px solid #e1e6ed;
  border-top: 0;
  color: #444444;
  font-size: 16px;
  line-height: 1.8;
}

.view-faqs .views-expandable-table-target p {
  margin: 0 0 15px;
}

.view-faqs .views-expandable-table-target p:last-child {
  margin-bottom: 0;
}

.view-faqs .views-expandable-table-target ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.view-faqs .views-expandable-table-target li {
  position: relative;
  margin-bottom: 8px;
  padding: 10px 15px 10px 40px;
  background: #f4f7fb;
  line-height: 1.5;
}

.view-faqs .views-expandable-table-target li::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #0055dd;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.view-faqs .views-expandable-table tr,
.view-faqs .views-expandable-table td {
  border-collapse: separate;
}

@media (max-width:767px) {

  .view-faqs {
    padding: 35px 15px 55px;
  }

  .view-faqs .view-header {
    margin-bottom: 30px;
  }

  .view-faqs .view-header p {
    padding: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .view-faqs .views-expandable-table caption {
    margin: 35px 0 12px;
    padding: 13px 20px;
    font-size: 19px;
    border-left-width: 5px;
  }

  .view-faqs .views-expandable-table caption::after {
    width: 40px;
  }

  .view-faqs .views-expandable-table caption:first-of-type {
    margin-top: 0;
  }

  .view-faqs .views-expandable-table {
    border-spacing: 0 8px;
  }

  .view-faqs .views-expandable-table-trigger td {
    padding: 16px 55px 16px 30px;
    font-size: 15px;
  }

  .view-faqs .views-expandable-table-trigger td::after {
    right: 15px;
    width: 27px;
    height: 27px;
    margin-top: -14px;
    font-size: 20px;
    line-height: 25px;
  }

  .view-faqs .views-expandable-table-target td {
    padding: 20px 20px 20px 30px;
    font-size: 15px;
    line-height: 1.7;
  }
}

/*******************
********************
END FAQ PAGE
********************
*******************/

/*******************
********************
END FAQs
********************
*******************/

/*******************
********************
GALLERY
********************
*******************/

.view-gallery .view-content {
  width: 100%;
  margin: 0;
}

.view-gallery .views-infinite-scroll-content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.view-gallery .views-view-grid {
  margin: 0 -10px;
}

.view-gallery .views-view-grid .views-row {
  display: flex;
  margin: 0;
}

.view-gallery .views-view-grid .views-col {
  float: none;
  width: 25%;
  padding: 10px;
}

.view-gallery .views-field-field-gallery-image {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.view-gallery .views-field-field-gallery-image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.view-gallery .views-field-field-gallery-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform .45s ease;
}

.view-gallery .views-field-field-gallery-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0),
    rgba(0,85,221,.4)
  );
  opacity: 0;
  transition: opacity .3s ease;
}

.view-gallery .views-col:hover .views-field-field-gallery-image img {
  transform: scale(1.06);
}

.view-gallery .views-col:hover .views-field-field-gallery-image a::after {
  opacity: 1;
}

.view-gallery .views-field-name {
  margin: 0;
  padding: 14px 15px;
  background: #111111;
  border-left: 4px solid #0055dd;
  transition: .3s ease;
}

.view-gallery .views-field-name .field-content {
  display: block;
}

.view-gallery .views-field-name a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s ease;
}

.view-gallery .views-col:hover .views-field-name {
  background: #0055dd;
  border-left-color: #ffcc01;
}

.view-gallery .views-col:hover .views-field-name a {
  color: #ffffff;
}

.view-gallery .views-col {
  transition: transform .3s ease;
}

.view-gallery .views-col:hover {
  transform: translateY(-4px);
}

@media (min-width:768px) and (max-width:991px) {

  .view-gallery {
    padding: 45px 15px 65px;
  }

  .view-gallery .views-view-grid {
    margin: 0 -8px;
  }

  .view-gallery .views-view-grid .views-col {
    width: 50%;
    padding: 8px;
  }

  .view-gallery .views-field-name {
    padding: 13px 15px;
  }

}

@media (max-width:767px) {

  .view-gallery {
    padding: 35px 15px 55px;
  }

  .view-gallery .views-view-grid {
    margin: 0 -6px;
  }

  .view-gallery .views-view-grid .views-row {
    display: flex;
    flex-wrap: wrap;
  }

  .view-gallery .views-view-grid .views-col {
    width: 50%;
    padding: 6px;
  }

  .view-gallery .views-field-name {
    padding: 11px 12px;
    border-left-width: 4px;
  }

  .view-gallery .views-field-name a {
    font-size: 14px;
    line-height: 1.35;
  }

  .view-gallery .views-col:hover {
    transform: none;
  }

}

@media (max-width:480px) {

  .view-gallery .views-view-grid .views-col {
    width: 100%;
  }

  .view-gallery .views-field-name {
    padding: 12px 15px;
  }

  .view-gallery .views-field-name a {
    font-size: 15px;
  }

}

/*******************
********************
END GALLERY
********************
*******************/

/*******************
********************
GALLERY CATEGORIES
********************
*******************/

.view-gallery-categories .view-content {
  width: 100%;
  margin: 0;
}

.view-gallery-categories .views-infinite-scroll-content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.view-gallery-categories .views-view-grid {
  margin: 0 -10px;
}

.view-gallery-categories .views-view-grid .views-row {
  display: flex;
  margin: 0;
}

.view-gallery-categories .views-view-grid .views-col {
  position: relative;
  float: none;
  width: 25%;
  padding: 10px;
  transition: transform .3s ease;
}

.view-gallery-categories .views-field-field-gallery-image {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.view-gallery-categories .views-field-field-gallery-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform .45s ease;
}

.view-gallery-categories .views-field-name {
  margin: 0;
  padding: 15px 16px;
  background: #111111;
  border-left: 5px solid #0055dd;
  transition: .3s ease;
}

.view-gallery-categories .views-field-name .field-content {
  display: block;
}

.view-gallery-categories .views-field-name a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: color .3s ease;
}

.view-gallery-categories .views-col:hover {
  transform: translateY(-4px);
}

.view-gallery-categories .views-col:hover .views-field-field-gallery-image img {
  transform: scale(1.06);
}

.view-gallery-categories .views-col:hover .views-field-field-gallery-image {
  background: #111111;
}

.view-gallery-categories .views-col:hover .views-field-name {
  background: #0055dd;
  border-left-color: #ffcc01;
}

.view-gallery-categories .views-col:hover .views-field-name a {
  color: #ffffff;
}

@media (min-width:768px) and (max-width:991px) {

  .view-gallery-categories {
    padding: 45px 15px 65px;
  }

  .view-gallery-categories .views-view-grid {
    margin: 0 -8px;
  }

  .view-gallery-categories .views-view-grid .views-col {
    width: 50%;
    padding: 8px;
  }

  .view-gallery-categories .views-field-name {
    padding: 14px 15px;
  }

}

@media (max-width:767px) {

  .view-gallery-categories {
    padding: 35px 15px 55px;
  }

  .view-gallery-categories .views-view-grid {
    margin: 0 -6px;
  }

  .view-gallery-categories .views-view-grid .views-row {
    display: flex;
    flex-wrap: wrap;
  }

  .view-gallery-categories .views-view-grid .views-col {
    width: 50%;
    padding: 6px;
  }

  .view-gallery-categories .views-field-name {
    padding: 12px 12px;
    border-left-width: 4px;
  }

  .view-gallery-categories .views-field-name a {
    font-size: 14px;
    line-height: 1.35;
  }

  .view-gallery-categories .views-col:hover {
    transform: none;
  }

}

@media (max-width:480px) {

  .view-gallery-categories .views-view-grid .views-col {
    width: 100%;
  }

  .view-gallery-categories .views-field-name {
    padding: 13px 15px;
  }

  .view-gallery-categories .views-field-name a {
    font-size: 15px;
  }

}

/*******************
********************
END GALLERY CATEGORIES
********************
*******************/

/*******************
********************
GALLERY TAXONOMY
********************
*******************/

.view-taxonomy-term .view-content {
  width: 100%;
  margin: 0;
}

.view-taxonomy-term .views-infinite-scroll-content-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.view-taxonomy-term .views-view-grid {
  margin: 0 -10px;
}

.view-taxonomy-term .views-view-grid .views-row {
  display: flex;
  margin: 0;
}

.view-taxonomy-term .views-view-grid .views-col {
  float: none;
  width: 25%;
  padding: 10px;
  transition: transform .3s ease;
}

.view-taxonomy-term .views-field-field-gallery-images {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.view-taxonomy-term .views-field-field-gallery-images a {
  display: block;
  position: relative;
  overflow: hidden;
}

.view-taxonomy-term .views-field-field-gallery-images img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform .45s ease;
}

.view-taxonomy-term .views-field-field-gallery-images a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0),
    rgba(0,85,221,.45)
  );
  opacity: 0;
  transition: opacity .3s ease;
}

.view-taxonomy-term .views-field-title {
  margin: 0;
  padding: 15px 16px;
  background: #111111;
  border-left: 5px solid #0055dd;
  transition: .3s ease;
}

.view-taxonomy-term .views-field-title .field-content {
  display: block;
}

.view-taxonomy-term .views-field-title a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: color .3s ease;
}

.view-taxonomy-term .views-col:hover {
  transform: translateY(-4px);
}

.view-taxonomy-term .views-col:hover .views-field-field-gallery-images img {
  transform: scale(1.06);
}

.view-taxonomy-term .views-col:hover .views-field-field-gallery-images a::after {
  opacity: 1;
}

.view-taxonomy-term .views-col:hover .views-field-title {
  background: #0055dd;
  border-left-color: #ffcc01;
}

.view-taxonomy-term .views-col:hover .views-field-title a {
  color: #ffffff;
}

@media (min-width:768px) and (max-width:991px) {

  .view-taxonomy-term {
    padding: 45px 15px 65px;
  }

  .view-taxonomy-term .views-view-grid {
    margin: 0 -8px;
  }

  .view-taxonomy-term .views-view-grid .views-col {
    width: 50%;
    padding: 8px;
  }

  .view-taxonomy-term .views-field-title {
    padding: 14px 15px;
  }

}

@media (max-width:767px) {

  .view-taxonomy-term {
    padding: 35px 15px 55px;
  }

  .view-taxonomy-term .views-view-grid {
    margin: 0 -6px;
  }

  .view-taxonomy-term .views-view-grid .views-row {
    display: flex;
    flex-wrap: wrap;
  }

  .view-taxonomy-term .views-view-grid .views-col {
    width: 50%;
    padding: 6px;
  }

  .view-taxonomy-term .views-field-title {
    padding: 12px 12px;
    border-left-width: 4px;
  }

  .view-taxonomy-term .views-field-title a {
    font-size: 14px;
    line-height: 1.4;
  }

  .view-taxonomy-term .views-col:hover {
    transform: none;
  }

}

@media (max-width:480px) {

  .view-taxonomy-term .views-view-grid .views-col {
    width: 100%;
  }

  .view-taxonomy-term .views-field-title {
    padding: 13px 15px;
  }

  .view-taxonomy-term .views-field-title a {
    font-size: 15px;
  }

}

/*******************
********************
END GALLERY TAXONOMY
********************
*******************/

/*******************
********************
GALLERY NODE
********************
*******************/

.gallery-lead {
  margin: 0 0 40px;
  padding: 30px 35px;
  background: #f4f7fb;
  border-left: 5px solid #0055dd;
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
}

.gallery-lead p {
  margin: 0;
}

.gallery-lead p:first-child {
  margin-bottom: 5px;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width:767px) {

  .gallery-lead {
    margin-bottom: 30px;
    padding: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .gallery-lead p:first-child {
    font-size: 18px;
  }

}

.gallery-item-s {
  padding: 0 0 80px;
}

.region-content > .page-header {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.gallery-item-s .photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.gallery-item-s .photoswipe-gallery .field--item {
  position: relative;
  overflow: hidden;
  width: calc(33.333333% - 14px);
  background: #111111;
  border: 1px solid #e1e6ed;
  box-shadow: 0 3px 12px rgba(0,0,0,.08);
  transition: .3s ease;
}

.gallery-item-s .photoswipe-gallery .field--item a.photoswipe {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item-s .photoswipe-gallery .field--item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform .45s ease;
}

.gallery-item-s .photoswipe-gallery .field--item a.photoswipe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0),
    rgba(0,85,221,.4)
  );
  opacity: 0;
  transition: opacity .3s ease;
}

.gallery-item-s .photoswipe-gallery .field--item:hover {
  border-color: #0055dd;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  transform: translateY(-3px);
}

.gallery-item-s .photoswipe-gallery .field--item:hover img {
  transform: scale(1.05);
}

.gallery-item-s .photoswipe-gallery .field--item:hover a.photoswipe::after {
  opacity: 1;
}

@media (min-width:768px) and (max-width:991px) {

  .gallery-item-s {
    padding-bottom: 65px;
  }

  .region-content > .page-header {
    font-size: 32px;
  }

  .gallery-item-s .photoswipe-gallery {
    gap: 16px;
  }

  .gallery-item-s .photoswipe-gallery .field--item {
    width: calc(50% - 8px);
  }

}

@media (max-width:767px) {

  .gallery-item-s {
    padding-bottom: 55px;
  }

  .region-content > .page-header {
    font-size: 27px;
  }

  .region-content > .page-header::after {
    width: 60px;
  }

  .gallery-item-s .photoswipe-gallery {
    gap: 15px;
  }

  .gallery-item-s .photoswipe-gallery .field--item {
    width: 100%;
  }

  .gallery-item-s .photoswipe-gallery .field--item:hover {
    transform: none;
  }
}

/*******************
********************
END GALLERY NODE
********************
*******************/

/*******************
********************
CONTACT
********************
*******************/

/*******************
********************
CONTACT PAGE
********************
*******************/

.node--type-webform {
  padding-bottom: 80px;
}

.region-sidebar-first {
  padding-top: 55px;
}

.region-content > .page-header {
  position: relative;
  color: #111111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.contact-intro {
  padding: 30px;
  background: #f4f7fb;
}

.contact-intro h2 {
  margin: 0 0 20px;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-intro p {
  margin: 0 0 18px;
  color: #444444;
  font-size: 16px;
  line-height: 1.8;
}

.contact-intro p:last-of-type {
  margin-bottom: 25px;
}

.contact-points {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #dce3ec;
}

.contact-point {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-point:last-child {
  margin-bottom: 0;
}

.contact-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: #0055dd;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.webform-submission-contact-form {
  padding: 30px;
  background: #f4f7fb;
  border-top: 5px solid #0055dd;
  margin-top: 20px;
}

.webform-submission-contact-form .form-group {
  margin-bottom: 20px;
}

.webform-submission-contact-form .form-control {
  height: 52px;
  padding: 14px 16px;
  border: 1px solid #d7dee8;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #333333;
  font-size: 16px;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.webform-submission-contact-form textarea.form-control {
  min-height: 160px;
  height: auto;
  resize: vertical;
}

.webform-submission-contact-form .form-control:focus {
  border-color: #0055dd;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,85,221,.1);
}

.webform-submission-contact-form .form-control::placeholder {
  color: #888888;
  opacity: 1;
}

.webform-submission-contact-form .form-actions {
  margin: 10px 0 0;
}

.webform-submission-contact-form .webform-button--submit {
  padding: 14px 30px;
  border: 0;
  border-radius: 0;
  background: #0055dd;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: background .25s ease, color .25s ease;
}

.webform-submission-contact-form .webform-button--submit:hover,
.webform-submission-contact-form .webform-button--submit:focus {
  background: #ffcc01;
  color: #111111;
}

@media (min-width:768px) and (max-width:991px) {
  .region-sidebar-first {
    padding-top: 45px;
  }

  .region-content > .page-header {
    font-size: 32px;
  }

  .contact-intro {
    padding: 25px;
  }

  .contact-intro h2 {
    font-size: 21px;
  }

  .contact-intro p {
    font-size: 15px;
  }

  .webform-submission-contact-form {
    padding: 25px;
  }
}

@media (max-width:767px) {
  .node--type-webform {
    padding-bottom: 55px;
  }

  .region-sidebar-first {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .region-content > .page-header {
    margin-top: 35px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 27px;
  }

  .region-content > .page-header::after {
    width: 60px;
  }

  .contact-intro {
    padding: 22px;
  }

  .contact-intro h2 {
    font-size: 21px;
  }

  .contact-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .webform-submission-contact-form {
    padding: 22px;
  }

  .webform-submission-contact-form .form-control {
    height: 50px;
    font-size: 15px;
  }

  .webform-submission-contact-form textarea.form-control {
    min-height: 140px;
  }

  .webform-submission-contact-form .webform-button--submit {
    width: 100%;
  }
}

input#edit-contact-number {
  width: 100%;
}

/*******************
********************
END CONTACT PAGE
********************
*******************/

/*******************
********************
END CONTACT
********************
*******************/

/*******************
********************
SITEMAP
********************
*******************/

.view-sitemap {
  text-align: center;	
}

/*******************
********************
END SITEMAP
********************
*******************/

/*******************
********************
FOOTER
********************
*******************/

.footer-wrapper {
  padding: 45px 0;
  color: #f6f6f6;
  padding: 45px 0;
  color: #f6f6f6;
  font-size: 14px;
  background-image: linear-gradient(
    180deg,
    hsl(203deg 100% 50%) 0%,
    hsl(205deg 100% 50%) 8%,
    hsl(206deg 100% 50%) 17%,
    hsl(209deg 100% 50%) 25%,
    hsl(211deg 100% 50%) 33%,
    hsl(213deg 100% 50%) 42%,
    hsl(215deg 100% 50%) 50%,
    hsl(218deg 100% 50%) 58%,
    hsl(220deg 100% 50%) 67%,
    hsl(223deg 100% 50%) 75%,
    hsl(226deg 100% 50%) 83%,
    hsl(231deg 100% 49%) 92%,
    hsl(241deg 100% 47%) 100%);
  margin-top: 45px;
}
.path-frontpage .footer-wrapper { 
  margin-top: 0 !important;	
}

.footer-features {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 100%;
}

.footer-feature {
  display: flex;
  align-items: center;
}

.footer-feature-icon {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-feature-icon img {
  width: 22px;
  height: 22px;
}

.footer-feature-text {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1.2;
}

.footer-feature-text strong {
  font-size: 18px;
  font-weight: 700;
}

.footer-feature-text span {
  font-size: 14px;
  opacity: .85;
}

.footer-wrapper .block {
  margin-bottom: 45px;
  text-align: center;
}
.footer-wrapper .block:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
	.footer-wrapper #block-ideal-footer {
	  width: 80%;
	  float: left;
      margin-bottom: 0;
      text-align: left;
	}
	
	.footer-wrapper #block-ideal-socialicons {
	  width: 20%;
	  float: left;
      margin-bottom: 0;
      text-align: right;
	}
}

#social-logos img {
  max-height: 55px;
  width: auto;
  transition: .3s ease;
}

#social-logos img:hover {
  opacity: 0.8;
}

#social-logos div {
  display: inline-block;
  padding: 0 5px;
  max-width: 33%;
}

.view-accreditations .views-row {
  clear: both;	
}

.view-accreditations .views-col {
  width: 43%;
  margin: 1% 1% 5% 1%;
  text-align: center;
}
@media (min-width: 768px) {
	.view-accreditations .views-col {
	  width: 18%;
	  margin: 1% 1% 1% 1%;
	}
}

.view-accreditations .views-field-field-accreditor-logo img {
  margin: 0 auto;
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
	.view-accreditations .views-field-field-accreditor-logo img {
  	  height: 59px;
  	  width: auto;
  	  margin: 0 auto;
	}
}

.footer-wrapper p {
  font-size: 14px;
  color: #f6f6f6;
}

.footer-wrapper a {
  color: #f6f6f6;
  font-size: 14px;
  transition: .5s ease;
}
.footer-wrapper a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #f70000;
}

.footer-wrapper .block-title {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

@media (max-width:991px) {

  .footer-features {
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 15px 0;
  }

}

@media (max-width:768px) {

  .footer-features {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }

  .footer-feature {
    width: 100%;
    justify-content: center;
  }

  .footer-feature-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }

  .footer-feature-icon img {
    width: 18px;
    height: 18px;
  }

  .footer-feature-text strong {
    font-size: 16px;
  }

  .footer-feature-text span {
    font-size: 13px;
  }

}

/*******************
********************
END FOOTER
********************
*******************/

/*******************
********************
CREDITS
********************
*******************/

.credits-wrapper {
  padding: 10px 0;
  color: #555555;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
     .credits-wrapper {
       text-align: left;
     } 
} 

.credits-wrapper p {
  font-size: 12px;
  color: #555555;
  margin-bottom: 0 !important;
}

.credits-wrapper a {
  font-size: 12px;
  color: #2d23e1;
}

/*******************
********************
END CREDITS
********************
*******************/