/*
Theme Name: Drivault Theme
Text Domain: Drivault Theme
Version: 1.0
Description: Responsive WordPress Theme
Author: Seemore Graphics
Author URI: https://seemoregraphics.co.uk/

*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fafafa;
  color: #5A5A5A;
  margin: 0px;
}

.material-symbols-outlined {
  vertical-align: middle;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: rubik, sans-serif;
  color: #272460;
}

a {
  color: #1F1C59;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

input:focus {
  outline: none;
}

input, select, textarea {
  font-size: 16px;
}

.wpcf7 input[type=text], .wpcf7 select, .wpcf7 textarea,
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 input[type="number"] {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.wpcf7 input[type=submit] {
  background-color: #FFD226;
  color: #5a5a5a;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  background-color: #edbf1a;
}

.wpcf7 p {
  margin: 0px;
}

.button,
.wp-block-button a,
button {
  background-color: #416AB3;
  line-height: 1;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 25px;
  margin: 0px 10px;
  border: 2px solid #416AB3;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 18px;
}

.alt-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
.wp-block-button a:focus,
.wp-block-button a:hover {
  background-color: #668FD6;
  border: 2px solid #668FD6;
  color: #fff;
}

.slider-content-container .alt-button:hover,
.slider-content-container .alt-button:focus {
  border: 2px solid #668FD6;
  background-color: #668FD6;
}

button.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0px;
  padding:5px;
  display: inline-block;
  margin-left: 0px;
  padding-left:0px;
}

.entry-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.entry-content ul li {
	margin-bottom: 20px;
	line-height:1.4;
}

.site-header {
  width: 100%;
  clear: both;
  position: relative;
  float: left;
  background-color: #fff;
  z-index: 99;
  padding: 10px 0px;
  top: 0px;
}

.header-logo {
  max-width: 120px;
  width: 100%;
  float: left;
  display: block;
  height: auto;
  padding: 10px;
}

.navigation-container {
  display: none;
}

nav.main-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height:0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #282560;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out;
  z-index: -1;
   transform: translateY(-100%);
   visibility: hidden;
}

nav.main-menu.show {
  visibility: visible;
  clear: both;
  position: absolute;
  top:0px;
  height: auto;
  transform: translateY(0);
  z-index:8;
}

nav.main-menu a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-out;
  display: inline-block;
}

nav.main-menu .quote-button a {
  background-color: #416AB3;
  border-radius: 3px;
  color: #fff;
  padding: 15px 20px;
}
nav.main-menu .quote-button a:hover,
nav.main-menu .quote-button a:focus {
  background-color: #668FD6;
}

.menu-toggle {
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  z-index:9;
}

.menu-toggle .bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #282560;
  margin: 4px 0;
  transition: 0.3s;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
  background-color: #fff;
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
  background-color: #fff;
}

/* SLIDER --------------------------------------- */

.slider-for {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px !important;
}

.slider-for .slick-container {
  position: relative;
}

.slider-content {
  display: block;
  width: 100%;
  background-color: #282560;
  color: #fff;
  position: relative;
  padding: 20px;
  float: left;
}

.slider-content p {
  line-height: 1.4;
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.slider-content p span {
  color: #fff;
}

.slider-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider-content p:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 0px;
}

.slider-content .contact-form-home p {
	color: #5A5A5A;
	letter-spacing:0px;
	margin-bottom:10px;
}

.slider-content-container {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}
.button-container {
  text-align: center;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0px;
}

.button-container .button {
  padding: 10px 35px;
  font-size: 18px;
  line-height: 1;
}

/* SLIDER END --------------------------------------- */

.entry-title-container {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 0px;
}

.entry-title-content h1 {
  width: auto;
  display: block;
  float: none;
  padding: 20px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.entry-title-content {
    max-width: 100%;
    float: none;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 5px;
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-entry-wrap,
.wrap {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  float: none;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}

h2.featured-cat-title {
  font-size:  38px;
  margin-bottom: 0px;
}

.wrap {
  padding: 20px;
}

.footer-credits {
  width: 100%;
  clear: both;
  background-color: #282560;
  color: #fff;
  padding-bottom: 20px;
  padding: 10px;
}
.footer-credits .wrap {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-credits p {
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.footer-credits a {
  color: #fff;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.archive .page-entry-wrap,
.search .page-entry-wrap {
  max-width: 1660px;
}

.header-top {
  display: none;
}

.home .page-entry-wrap {
  max-width: 100%;
  padding: 0px;
}

.footer-widgets-area {
  width: 100%;
  clear: both;
  background-color: #282560;
}

.footer-widgets {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding: 40px;
  overflow: hidden;
  clear: both;
  color: #fff;
}

.footer-widgets a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
  opacity: 1;
}

.footer-widgets .wp-block-heading {
  color: #fff;
}

.social-icons img {
  margin: 0 10px 0px 0;
}
.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-widgets .social-icons {
  justify-content: flex-start;
}

.social-icons a {
  padding: 3px;
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}

.nav-links {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
.nav-links .page-numbers {
  text-decoration: none;
  color: #5A5A5A;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  margin-right: 5px;
  transition: all 0.3s ease-out;
  border: 1px solid #fff;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #000;
}

.nav-links .current {
  color: #ccc;
  border: 1px solid #fff !important;
}

.breadcrumb,
.rank-math-breadcrumb {
  border-bottom: 0px solid #eee;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

.breadcrumb a,
.rank-math-breadcrumb a {
    color: #fff;
}

.page-entry-wrap .sidebar {
  width: 100%;
  float: left;
}

.page-entry-wrap .content-area {
  width: 100%;
  float: left;
}

.page-entry-wrap ol li {
  margin-bottom: 30px;
}

.checkatrade-logo {
  max-width: 250px;
  margin: 10px auto;
  float: none;
  display: block;
}

.sg-wrap {
  max-width: 1140px;
  width:  100%;
  margin: 0 auto;
  float:  none;
  padding: 20px;
}

.service-slogan {
  color: #063668;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-container h2 {
  margin-top: 10px;
}

.services-slider .slick-container,
.services-main-single {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

.services-main-single {
  max-width: 350px;
  margin: 0px;
}

.services-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items:center;
}

.services-slider .slick-container img,
.services-main-single img {
  width: 100%;
  height: auto;
}

.service-icon {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #416AB3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.service-icon span {
  color: #fff;
  font-size: 32px;
}
.text-bottom {
  padding: 10px;
  position: relative;
}

.text-bottom .button {
  margin-bottom: 20px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
}

.services-slider h3,
.services-main-single h3 {
  margin-top: 40px;
  line-height: 1.2;
  font-size: 22px;
}
.services-main-single h3 a {
  text-decoration: none;
}
.block-curve {
  display: none;
  pointer-events: none;
}

.stages-home {
  width: 100%;
  background-color: #282560;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
}

.stages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.stages a {
  color: #fff;
  transition: all 0.3s ease-out;
}

.stages-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.stages-title p {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px;
}

.stages-title h2 {
  color: #fff;
  font-size: 48px;
  margin-top: 0px;
}

.stage {
  text-align: center;
  color: #fff;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-out;
}

.stage:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #222222;
}

.stage:hover a {
  color: #222222;
}

.stage h3 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}

.stage:hover h3 {
  color: #222222;
}
.stage p {
  margin: 0px;
}
.stage-number {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #416AB3;
  font-weight: 700;
  font-size: 18px;
}

.stage:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/dotted-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 8px;
    position: absolute;
    right: 50%;
    top: auto;
    bottom: -40px;
    margin-right: -25px;
    transform: rotate(90deg);
}

.stage:last-child:before {
  display: none;
}

.home-content .sg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 80px 20px;
}

.home-content {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.content-image img {
  width: 100%;
  height: auto;
}

.content-text p,
.content-text h2 {
  margin-top: 0px;
}

.content-text h2 {
  font-size: 38px;
  line-height: 1.4;
}

.content-text p span {
  font-weight: 700;
  text-transform: uppercase;
  color: #063668;
}

.home-content ul {
  list-style-image: ;
  margin-left: 20px;
}

.home-content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
}

.home-content ul li:before {
  width: 15px;
  height: 15px;
  content: "";
  background-image: url('/wp-content/uploads/2024/08/tick-box.svg');
  position: absolute;
  left: 0px;
}

.newsletter-sign-up {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.newsletter-sign-up p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.wpcf7 .newsletter-sign-up input[type=submit] {
  position: relative;
  background-image: url(/wp-content/uploads/2024/08/send.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 5px;
  background-color: #282560;
}

.wpcf7 .newsletter-sign-up input[type=submit]:hover,
.wpcf7 .newsletter-sign-up input[type=submit]:focus {
  background-color: #416AB3;
}


.wpcf7 .newsletter-sign-up input[type="email"] {
  margin: 0px;
  border: 0px solid #fff;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  right: 0px;
}

.services-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 80px;
  padding: 40px;
}

.services-single {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services-single img {
    width: 100%;
    height: auto;
}

.services-single h3 {
  font-size: 32px;
}

.services-image {
  overflow: hidden;
  max-height: 600px;
  }

.services-single .service-icon {
  position: absolute;
  left: -100px;
  top: 30px;
}

.services-single .text-bottom {
  padding: 20px;
}

.appear {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.inview {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.header-text-section {
  text-align: center;
  color: #fff;
  padding: 20px;
  max-width: 960px;
  margin: 0px auto;
}

.header-text-section h2 {
  color: #fff;
  margin-top: 0px;
}

.contactmodal {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* contactmodal content */
.contactmodal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 15% auto;
  text-align: center;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.contact-form-home {
  width:100%;
  background-color: #fff;
  max-width: 420px;
  padding:20px;
  border-radius: 10px;
  clear: both;
  margin: 0 auto;
}

.slider-for .slick-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-menu {
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    background-color: #F0F0F1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:10px;
}

  .submenu-open .sub-menu {
    opacity:1;
    pointer-events: initial;
    position: relative;
    padding-left:10px;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    align-items: flex-start;
    font-weight:400;
  }
  
.icon-tick .wp-block-media-text__media img {
    max-width: 50px !important;
    margin: 0 auto;
    float: none;
    display: block;
}

.mobile-enquire {
  position: fixed;
  padding:0px !important;
  top:0px;
  right:20px;
  z-index: 9999;
}

.mobile-enquire button {
  border-radius: 0 0 3px 3px;
  font-size: 16px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.icon-tick .wp-block-column {
	background-color: #fff;
	padding: 10px;
}

.roofing-form {
	padding:40px;
	background-color:#416AB3;
	border-radius: 15px;
}

.roofing-form input,
.roofing-form select,
.roofing-form textarea {
	background-color: rgba(255, 255, 255, 0.8);
}

.roofing-form h2 {
	color: #fff;
	font-size: 32px;
	margin-top: 0px;
}

.roofing-form p {
	color: #fff;
	margin-bottom: 20px;
}

@media only screen and (max-width: 960px) { 
  .quote-button {
    padding:10px;
  }

  .slider-for .slick-container {
    background-image: url("/wp-content/uploads/2024/07/damp-exposed-brick-640x400.webp") !important;
    background-position: top center;
    background-size: contain;
    padding-top:25vh;
  }
}
@media only screen and (min-width: 960px) {  
  
  .site-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 30px;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }

  .entry-title-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .entry-title-content h1 {
    padding: 20px 0px 20px 0px;
    font-size:48px;
  }

  .menu-toggle,
  .mobile-enquire {
    display: none;
  }
  
  nav.main-menu li:hover .sub-menu {
    opacity:1;
    pointer-events: initial;
  }

    nav.main-menu li .sub-menu .menu-item {
      margin-right: 0px;
    }

  nav.main-menu li .sub-menu li a:hover {
    text-decoration: underline;
  }

  nav.main-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    float: right;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    transition: transform 0.3s ease-out;
    z-index: 9;
    transform: initial;
    visibility: visible;
  }

   nav.main-menu .menu-item {
    display: inline-block;
    margin-right: 0px;
   }

   nav.main-menu .quote-button {
    margin-right: 0px;
   }

  nav.main-menu a {
      color: #000;
      text-decoration: none;
      padding: 10px 15px;
      display: inline-block;
      font-weight: 500;
      font-size: 18px;
  }

    nav.main-menu a:hover,
    nav.main-menu a:focus {
      text-decoration: none;
    }

  .menu-toggle {
      display: none;
      cursor: pointer;
      font-size: 20px;
      line-height: 1;
      position: absolute;
      top: 10px;
      right: 10px;
  }

  .home-content .sg-wrap {
    flex-direction: row;
  }

  .page-entry-wrap .content-area {
    width:100%;
    float: right;
  }

  .single-offer .page-entry-wrap {
    padding: 40px 60px;
  }

  .content-image,
  .content-text {
    width: 50%;
  }

  .stages {
    flex-direction: row;
  }

  .stage:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/08/dotted-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 8px;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -4px;
    margin-right: 0px;
    transform: rotate(0deg);
  }

  .services-image {
      overflow: hidden;
      width: 50%;
  }

  .services-single .text-bottom {
    width: 50%;
  }

  .services-single {
    flex-direction: row;
  }

  .services-single img {
    width: auto;
    height: 100%;
  }

  .block-curve {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: block;
    background: linear-gradient(0deg, #fafafa 5%, transparent 5%);
  }

  .block-curve svg {
    width: 100%;
    height: auto;
    color: white;
    max-height: 100px;
    display: block;
  }

  /* SLIDER --------------------------------------- */

  .slider-container {
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
  }

  .slider-for .slick-container {
    position: relative;
  }


  .slider-content {
    position: relative;
    height: 100%;
    background-color: rgba(40, 37, 96, 0.4);
    padding: 80px 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
  }
  .slider-content-container {
    width: 50%;
  } 
  .slider-content p {
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .slider-content h1 {
      font-size: 62px;
      margin-bottom: 20px;
  }

  .slider-content .button span {
    transition: all 0.3s ease-out;
  }

  .slider-content .button:hover span {
    padding-left: 5px;
  }

  .footer-widget {
    display: block;
    width: 33.33%;
    width: calc(100%/3);
    float: left;
  }
  .footer-logos {
    flex-direction: row;
  }

  .header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    align-items: center;
    flex-direction: row;
    background: linear-gradient(60deg, #F2F2F2 50%, #282560 50%);
    background-image: -webkit-linear-gradient(30deg, #F2F2F2 50%, #282560 50%);
  }

  .header-top a {
    text-decoration: none;
    font-weight: 400;
  }

  .header-contact a {
    margin-right: 10px;
  }

  .services-container h2,
  .services-group h2 {
    font-size: 42px;
  }

  button.dropdown-toggle {
    color: #1f1c59;
  }
}