/*!
Theme Name: FusionOne
Author: Robert Humm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


@font-face {
  font-family: 'Tondu Beta';
  src: url('assets/fonts/Tondu-Beta.eot');
  src: url('assets/fonts/Tondu-Beta.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Tondu-Beta.woff2') format('woff2'),
      url('assets/fonts/Tondu-Beta.woff') format('woff'),
      url('assets/fonts/Tondu-Beta.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --black-color:#000000;
  --grey-color:#e1e6ea;
  --lightyellow-color:#fee05a;
  --yellow-color:#FFD106;
  --lightblue-color:#A7CCED;
  --blue-color:#005791;
  --green-color:#5fad41;
  --white-color:#FFFFFF;
  --background-black:#000000;
  --background-grey:#e1e6ea;
  --background-lightyellow:#fee05a;
  --background-yellow:#FFD106;
  --background-lightblue:#A7CCED;
  --background-blue:#005791;
  --background-green:#5fad41;
  --background-white:#FFFFFF;
  --font-family-poppins: "Poppins", sans-serif;
  --font-family-tondubeta: 'Tondu Beta';
  --font-family-notoserif: "Noto Serif", serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color:var(--blue-color);
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: var(--green-color);
  text-decoration:none;
}
a:focus {
  outline:none;
}
a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: "Poppins", sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Tondu Beta'; 
  margin:0;
  font-weight:400;
}
h3{
  font-family: "Noto Serif", serif;
}
body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color:var(--black-color);
  font-size:16px;
  line-height:1.6;
  font-weight:400;
  margin:0;
}
body .home-site-content>:where(:not(.alignwide)),
body .site-main>:where(:not(.alignwide)) {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; 
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width:1400px;
  width:auto;
  margin:0 auto;
  padding-right:15px;
  padding-left:15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.header-top{
  background:var(--background-blue);
  padding:15px 0;
}
.hdrtop-wrap{
  display:flex;
  justify-content:space-between;
  gap:15px;
}
.site-header .social-icons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap:8px;
}
.site-header .social-icons ul li{
  padding:0;
  padding-right:0;
  display:inline-block;
}
.site-header .social-icons ul li a{
  width:40px;
  height:40px;
  background:var(--background-white);
  border-radius:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:var(--blue-color);
}
.site-header .social-icons ul li a:hover{
  background:var(--background-grey);
}
.header-left,
.header-right{
  display:flex;
  align-items:center;
}
.site-header .address{
  font-size:14px;
  font-weight:500;
  letter-spacing:0.540px;
  line-height:100%;
  color:var(--yellow-color);
  position: relative;
  padding-left:35px;
}
.site-header .address br{
  display:none;
}
.site-header .address:before,
.site-header .phone:before{
  content: '';
  position: absolute;
  left: 0;
  top: -7px;
  background: url(assets/images/address-icon.webp) no-repeat;
  width: 29px;
  height: 29px;
  background-size: 29px;
}
.site-header .phone:before{
  background: url(assets/images/phone-icon.webp) no-repeat;
  width: 21px;
  height: 21px;
  background-size: 21px;
  left: 16px;
  top: 1px;
}
.site-header .phone {
  position:relative;
  border-left:2px solid rgba(255, 255, 255, 0.50);
  padding-left:46px;
  margin-left: 18px;
}
.site-header .phone a,
.site-header .review-us-link a{
  font-size:16.5px;
  font-weight:600;
  color:var(--yellow-color);
  line-height:100%;
}
.site-header .phone a:hover,
.site-header .review-us-link a:hover{
  color:var(--white-color);
}
.site-header .review-us-link {
  border-right:2px solid rgba(255, 255, 255, 0.50);
  padding-right:18px;
  margin-right:18px;
}
.header-main{
  background:var(--background-grey);
}
.header-wrap{
  display: flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.site-logo img{
  width:258px;
  height:37px;
  display:block;
}
.site-logo{
  width:20%;
}
.header-btns{
  width:22%;
}
.header-btns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap:7px;
}
.header-btns a{
  background: var(--background-white);
  border-radius:12px;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 15px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  box-shadow:5px 0 5px rgba(0, 0, 0, 0.15);
}
.header-btns a:hover,
.header-btns a:last-of-type{
  background:var(--background-yellow);
}
.header-btns a:last-of-type:hover{
  background:var(--background-white);
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  /*  display:none;*/
  width:58%;
  text-align:center;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0 8px;
  position:relative;
}
nav.main-menu ul li a {
  display: block;
  padding:36px 2px;
  color:rgba(0, 0, 0, 0.80);
  font-size:16px;
  font-weight:700;
  text-decoration: none;
  position:relative;
  letter-spacing:0.75px;
  text-transform:uppercase;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:var(--blue-color);
}
nav.main-menu ul ul {
  background:var(--background-blue);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:220px;
  z-index:4;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:13px 15px;
  color:var(--white-color) !important;
  font-size:15px;
  text-align: left;
  border-bottom:0;
  font-weight:500;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:#0261a2;
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:#0261a2;
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-blue);
}
/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner{
  background:var(--background-black);
  position:relative;
}
.home-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.70);
  z-index:2;
}
.home-banner-content {
  position: absolute;
  z-index:3;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
  height: 100%;
  padding: 0 15px;
  position:relative;
  z-index:2;
}
.home-banner img,
.home-banner video {
  width: 100%;
  display:block;
  height:820px;
  object-fit:cover;
}
.home-banner-main {
  display: flex;
  flex-direction:column;
  height: 100%;
  justify-content:center;
  padding:0;
  text-align:center;
}
.banner-smallheading{
  font-size:22px;
  color:var(--yellow-color);
  font-weight:400;
  letter-spacing:2px;
  font-style:italic;
  line-height:100%;
  text-transform:inherit;
  margin-bottom:15px;
}
.home-banner-main .banner-heading{
  font-size:74px;
  text-align:center;
  text-transform:inherit;
  color:var(--white-color);
  line-height:1.2;
  letter-spacing:2px;
  position:relative;
  font-weight: 900; 
  font-style: normal;
  margin-bottom:15px;
}
.banner-subtext{
  color:rgba(255, 255, 255, 0.85);
  font-size:22px;
  font-weight:300;
  line-height:1.6;
  letter-spacing:0.25px;
  max-width:912px;
  margin:0 auto;
}
.banner-buttons{
  display:flex;
  justify-content:center;
  gap:15px;
  align-items:center;
  margin-top:35px;
}
.banner-buttons a{
  background:var(--background-yellow);
  font-size: 24px;
  text-transform: inherit;
  color: var(--black-color);
  font-weight: 700;
  padding: 23px 32px;
  display: inline-block;
  line-height: 100%;
  letter-spacing: 1px;
  border-radius: 12px;
}
.banner-buttons a:hover,
.banner-buttons a:last-of-type{
  background:var(--background-blue);
  color:var(--white-color);
}
.banner-buttons a:last-of-type:hover{
  background:var(--background-yellow);
  color: var(--black-color);
}
/*--------------------------------------------------------------
   # Home Content
--------------------------------------------------------------*/
.about-section{
  padding:132px 0;
  background:var(--background-lightblue);
}
.about-wrap{
  display: flex;
  justify-content:space-between;
  gap:55px;
  align-items:center;
}
.about-image{
  width:45%;
}
.about-image img,
.benefit-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:15px;
}
.about-content{
  width:55%;
}
.about-content .about-subheading{
  font-size:20px;
  font-weight:600;
  letter-spacing:0.25px;
  line-height:100%;
  font-style:italic;
  text-transform: inherit;
  margin-bottom:20px;
  color:var(--black-color);
}
.about-content .about-heading{
  color:var(--green-color);
  font-size:65px;
  font-weight:900;
  letter-spacing:0.25px;
  line-height:1.0;
  margin-bottom:25px;
  text-transform: inherit;
}
.about-content .about-heading span{
  color:var(--white-color);
  display:block;
}
.about-content .about-subtext{
  font-size:18.5px;
  color:rgba(0, 0, 0, 0.80);
  line-height:1.5;
  font-weight:400;
  letter-spacing:0.25px;
}
.about-button a{
  background:var(--background-blue);
  font-size: 20px;
  text-transform: inherit;
  color: var(--white-color);
  font-weight: 700;
  padding:22px 32px;
  display: inline-block;
  line-height: 100%;
  letter-spacing:0.50px;
  border-radius: 12px;
  margin-top:25px;
}
.about-button a:hover{
  background:var(--background-white);
  color:var(--blue-color);
}
.services-snapshot-section{
  padding:132px 0;
  position:relative;
  background:url(assets/images/services-snapshot-bg.webp) bottom center no-repeat;
  background-size:100%;
}
.services-snapshot-section:before,
.benefit-section:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(255, 255, 255, 0.40);
  width:100%;
  height:100%;
}
.services-snapshot-top,
.who-we-help-top{
  display:flex;
  gap:30px;
  justify-content:space-between;
  border-bottom:1px solid #d1d1d1;
  padding-bottom:32px;
  margin-bottom:32px;
}
.service-heading,
.benefit-heading,
.support-heading{
  font-size:50px;
  color:var(--blue-color);
  font-weight:900;
  line-height:1.0;
  text-transform:inherit;
  margin-bottom:0;
  letter-spacing:0;
  width:45%;
  position:relative;
}
.service-heading:before,
.review-heading:before,
.benefit-heading:before,
.final-cta-heading:before{
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  background: url(assets/images/logomark-icon.webp) no-repeat;
  width: 72px;
  height: 44px;
  background-size: 72px;
}
.service-heading span{
  display:block;
}
.service-text,
.support-text{
  width:55%;
  font-size:18px;
  color:rgba(0, 0, 0, 0.90);
  line-height:1.7;
  font-weight:300;
}
.services-wrap,
.services-lists-wrap{
  display:flex;
}
.services-list{
  width:30%;
}
.services-lists-wrap{
  width:70%;
}
.services-list ul{
  list-style:none;
  margin:0;
}
.tab-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top:50px;
}
.tab-list .tab {
  background: none;
  border: none;
  text-align: left;
  font-size: 20px;
  cursor: pointer;
  color: #434d54;
  transition: 0.3s;
  font-weight:700;
  line-height:100%;
  padding:28px 0;
}
.tab.active {
  color: #55b33f;
  font-weight: 700;
  position:relative;
}
.tab-content .content {
  display: none;
}
.tab-content .content.active {
  display: block;
}
.tab-list {
  display: flex;
  flex-direction: column;
  gap:0;
}
.tabs{
  display:flex;
  gap:25px;
  justify-content:space-between;
}
.tab-list{
  width:25%;
  border-right: 3px solid #e0e0e0;
  position:relative;
}
.tab-list .tab.active:after{
  content:'';
  position:absolute;
  right:-3px;
  top:0;
  width:3px;
  height:74px;
  background:var(--background-green);
}
.tab-content{
  width:75%;
}
.tab-content-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
}
.content-tab .title-tab{
  color:var(--green-color);
  font-size:26px;
  font-weight:800;
  line-height:1.1;
  margin-bottom:22px;
  font-family: var(--font-family-poppins);
  text-transform:inherit;
}
.content-tab{
  font-size:16px;
  color:rgba(0, 0, 0, 0.90);
  line-height:1.7;
  font-weight:400;
  letter-spacing:0.25px;
  margin-top:60px;
}
.tab-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:12px;
}
.tab-btn a{
  border:2px solid #686868;
  padding:14px 24px;
  display:inline-block;
  line-height:100%;
  font-size:18px;
  font-weight:600;
  border-radius:12px;
  color:#686868;
  letter-spacing:0.50px;
  margin-top:15px;
  background:var(--background-white);
}
.tab-btn a:hover{
  border:2px solid var(--blue-color);
  color:var(--blue-color);
}
.services-snapshot-section .container{
  position:relative;
}
.about-galactic-section{
  background:var(--background-black) url(assets/images/about-galactic-bg.webp) no-repeat;
  background-size:cover;
  padding:185px 0;
  text-align:center;
  position:relative;
}
.about-galactic-section:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.30);
}
.about-galactic-section .container{
  position:relative;
  z-index:2;
}
.about-galactic-heading{
  font-size:82px;
  color:var(--white-color);
  font-weight:900;
  line-height:1.0;
  text-transform:inherit;
  text-align:center;
  max-width:900px;
  margin:0 auto 28px;
}
.about-galactic-text{
  font-size:20px;
  font-weight:400;
  color:var(--white-color);
  line-height:1.6;
  text-align:center;
  max-width:925px;
  margin:auto;
}
.about-galactic-buttons,
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-top:38px;
  align-items:center;
}
.about-galactic-buttons a,
.cta-buttons a{
  border:2px solid var(--white-color);
  background:transparent;
  color:var(--white-color);
  font-size:22px;
  font-weight:700;
  display:inline-block;
  border-radius:10px;
  padding:18px 25px;
  line-height:100%;
  letter-spacing:0.50px;
  min-width:186px;
  text-align:center;
}
.about-galactic-buttons a:hover,
.about-galactic-buttons a:last-of-type,
.cta-buttons a:last-of-type{
  background:var(--background-white);
  color:var(--black-color);
  border:2px solid transparent;
}
.about-galactic-buttons a:last-of-type:hover,
.cta-buttons a:last-of-type:hover{
  background:transparent;
  border:2px solid var(--white-color);
  color:var(--white-color);
}
.review-section{
  padding:132px 0;
  position:relative;
}
.review-section:before{
  content: '';
  position: absolute;
  top: -260px;
  left: 0;
  background: url(assets/images/review-before-bg.webp) no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
}
.review-section .container{
  max-width:1700px;
  position:relative;
}
.review-wrap{
  display:flex;
  gap:30px;
  justify-content:space-between;
  align-items:center;
  position: relative;
  margin-top: -40px;
}
.review-content{
  width:40%;
}
.review-main{
  width:60%;
}
.review-heading{
  color:var(--green-color);
  font-size:53px;
  line-height:1.0;
  text-transform:inherit;
  margin-bottom:18px;
  position:relative;
}
.review-text,
.benefit-text{
  font-size:18.5px;
  font-weight:400;
  color:rgba(0, 0, 0, 0.90);
  line-height:1.6;
}
.cta-banner{
  background:var(--background-yellow);
  padding:120px 0;
}
.cta-heading{
  font-size:70px;
  color:var(--blue-color);
  text-transform:inherit;
  text-align:center;
  margin-bottom:30px;
  line-height:100%;
}
.cta-buttons a{
  border:2px solid var(--blue-color);
  color:var(--blue-color);
  font-size:22.5px;
}
.cta-buttons a:last-of-type,
.cta-buttons a:hover{
  color:var(--blue-color);
  background:var(--background-white);
  border:2px solid transparent;
}
.cta-buttons a:last-of-type:hover{
  border:2px solid var(--blue-color);
  color:var(--blue-color);
  background:transparent;
}
.cta-buttons{
  margin-top:42px;
}
.benefit-section{
  padding:130px 0;
  position: relative;
  background: url(assets/images/services-snapshot-bg.webp) top center no-repeat;
  background-size: cover;
}
.benefit-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:45px;
  position:relative;
}
.benefit-heading{
  width:auto;
  font-size:53px;
  margin-bottom:20px;
}
.benefit-content{
  margin-top:75px;
}
.who-we-help-section{
  background:#e8eff4;
  padding:145px 0;
}
.who-we-help-top{
  border-bottom: 1px solid #c1c6ca;
  padding-bottom: 55px;
  margin-bottom: 85px;
}
.support-text{
  font-weight:400;
}
.support-heading{
  font-size:62px;
}
.support-heading span{
  display:block;
}
.cards-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:52px;
  max-width:85%;
  margin:0 auto;
}
.card-box{
  background:var(--background-white);
  padding:70px 0;
  border:2px solid #d7d7d7;
  border-radius:12px;
  text-align:center;
}
.card-box .card-icon img{
  width:141px;
  height:130px;
  display:block;
  margin:0 auto 30px;
}
.card-box .card-title{
  color:var(--green-color);
  font-size:40px;
  line-height:100%;
  text-transform:inherit;
  margin-bottom:45px;
  font-family:var(--font-family-tondubeta);
}
.card-box .card-text{
  font-size:20px;
  color:rgba(0, 0, 0, 0.70);
  line-height:1.6;
  font-weight:400;
  padding:25px 0;
  border-top:1px solid #d2d2d2;
  border-bottom:1px solid #d2d2d2;
  max-width:460px;
  margin:0 auto 35px;
}
.final-cta-section{
  background:#434d54 url(assets/images/final-cta-bg.webp) no-repeat;
  background-size:cover;
  position:relative;
  padding:85px 0;
  max-width:94%;
  margin:110px auto 0;
  z-index:2;
  border-radius:15px;
}
.final-cta-section:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(67, 77, 84, 0.80);
  width:100%;
  height:100%;
   border-radius:15px;
}
.final-cta-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  position:relative;
  padding:0 25px;
}
.final-cta-heading{
  font-size:72px;
  color:var(--white-color);
  line-height:1.0;
  text-transform:inherit;
  margin-bottom:0;
  font-weight:900;
  width:40%;
  position:relative;
}
.final-cta-heading span{
  display:block;
}
.form-area{
  background:rgba(255, 255, 255, 0.85);
  border-radius:12px;
  border:none;
  padding:45px 35px;
  width:60%;
}
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.site-footer{
  background:var(--background-blue);
  padding:75px 0 0;
}
.home .site-footer{
  padding:260px 0 0;
  position: relative;
  margin-top: -160px;
}
.footer-logo img{
  width: 265px;
  height:38px;
  display:block;
}
.ftr-top-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
  border-bottom:1px solid rgba(255, 255, 255, 0.30);
  padding-bottom:55px;
  margin-bottom:62px;
}
.footer-main,
.ftr-left-wrap,
.footer-buttons{
  display:flex;
  justify-content:space-between;
  gap:30px;
}
.footer-buttons{
  margin-top:65px;
}
.footer-buttons a{
  background:var(--background-yellow);
  font-size:18px;
  color:var(--blue-color);
  border-radius: 12px;
  padding: 18px 42px 18px 20px;
  font-weight:700;
  position:relative;
  line-height:100%;
  display:inline-block;
}
.footer-buttons a:hover{
  background:var(--background-white);
}
.footer-buttons a:hover:after{
  background:var(--background-yellow) url(assets/images/arrow-icon.webp) center center no-repeat;
  background-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-buttons a:after{
  content:'';
  position:absolute;
  right:-25px;
  top:0;
  width:54px;
  height:54px;
  background:var(--background-white) url(assets/images/arrow-icon.webp) center center no-repeat;
  background-size:16px;
  border-radius:50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-left{
  width:45%;
}
.footer-right{
  width:42%;
}
.widget-title {
  font-size:26px;
  color:var(--yellow-color);
  text-transform:inherit;
  line-height:100%;
  letter-spacing:0.25px;
  margin-bottom:0;
  font-family:var(--font-family-poppins);
  font-weight:600;
  margin-bottom:28px;
}
.solution-links ul{
  list-style:none;
  margin:0;
  padding:0;
}
.solution-links ul li{
  margin-bottom:5px;
}
.solution-links ul li a{
  font-size:18px;
  font-weight:400;
  letter-spacing:0.25px;
  color:var(--white-color);
  line-height:100%;
}
.solution-links ul li a:hover{
  color:var(--yellow-color);
}
.contact-info .info{
  font-size:16px;
  color:var(--white-color);
  font-weight:400;
  letter-spacing:0.25px;
  line-height:1.6;
  margin-bottom:18px;
  padding-left:48px;
  position:relative;
}
.contact-info .info span{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 100%;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.contact-info .info.fax{
  margin-bottom:0;
}
.contact-info .info:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(assets/images/address-icon.webp) center center no-repeat;
  border: 1px solid var(--white-color);
  border-radius: 50px;
  width: 38px;
  height: 38px;
  background-size: 21px;
}
.contact-info .info.phone:before{
  background: url(assets/images/phone-icon.webp) center center no-repeat;
  background-size:16.5px;
  top:4px;
}
.contact-info .info.fax:before{
  background: url(assets/images/fax-icon.webp) center center no-repeat;
  background-size:16.5px;
  top:4px;
}
.contact-info .info a{
  color:var(--white-color);
  font-size:20px;
}
.map-area iframe{
  width:100%;
  height:315px;
  display:block;
  border-radius:10px;
}
.get-social{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:12px;
}
.get-social .social-icons ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap:6px;
}
.get-social .social-icons ul li{
  padding:0;
  padding-right:0;
  display:inline-block;
}
.get-social .social-icons ul li a{
  width:40px;
  height:40px;
  background:var(--background-white);
  border-radius:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:var(--blue-color);
}
.get-social .social-icons ul li a:hover{
  background:var(--background-grey);
}
.get-social .get-social{
  font-size:18px;
  font-weight:600;
  letter-spacing:0.25px;
  line-height:100%;
  text-transform:inherit;
  margin-bottom:0;
  color:var(--white-color);
  font-family:var(--font-family-poppins);
}
.footer-top{
  padding-bottom:60px;
}
.footer-bottom{
  padding:45px 0;
  border-top:1px solid rgba(255, 255, 255, 0.30);
}
.footer-bottom .container{
  display:flex;
  gap:10px;
  justify-content:space-between;
  align-items:center;
}
.copyright,
.created-by{
  font-size:12px;
  color:rgba(255, 255, 255, 0.70);
  font-weight:400;
  line-height:1.5;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.copyright a{
  font-weight:bold;
}
.created-by a{
  color:rgba(255, 255, 255, 0.50);
  font-weight:700;
}
.created-by a:hover{
  color:var(--white-color);
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background:var(--background-black);
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
  display: block;
  object-fit:cover;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding:0 15px;
}
.inner-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: var(--black-color);
  justify-content:center;
  align-items: center;
}
.entry-header h1.entry-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 100%;
  font-weight: 900;
  text-transform: inherit;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  line-height:1.2;
}
.site-main{
  padding:50px 0;
}
.site-content .entry-content{
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid var(--grey-color);
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(255, 255, 255, 0.8);
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.2;
  text-transform:inherit;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:0.10px;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:var(--black-color);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color:var(--blue-color);
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:14px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:var(--green-color);
  font-weight:700;
}
.entry-meta a:hover{
  color:var(--blue-color);
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1,
.search .entry-header h1.entry-title,
.error404 .entry-header h1.entry-title,
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  font-size:23px;
  margin-bottom: 0;
  background: transparent;
  max-width: 100%;
  white-space: inherit;
  padding: 0;
  text-align:center;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding: 16px 18px;
  display: inline-block;
  line-height: 100%;
  font-size:16px;
  border-radius:10px;
  text-transform:uppercase;
  color: var(--black-color);
  font-weight: 700;
  transition: all .5s;
  background: var(--background-yellow);
  letter-spacing:0.25px;
  margin-top:8px;
}
a.entry-button:hover {
  color:var(--black-color);
  background:var(--background-lightyellow);
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 50px;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:28px;
  border-bottom:0;
  background:var(--background-blue);
  padding:35px 25px;
  text-align:center;
  border-radius:15px;
  box-shadow:0 12px 0px var(--lightblue-color);
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget:last-of-type{
  border-bottom:0;
}
#secondary.widget-area .widget h2{
  font-size:22px;
  text-transform:inherit;
  color:var(--white-color);
  margin-bottom: 15px;
  font-weight: 700;
  position:relative;
  padding-bottom:15px;
  letter-spacing:1px;
}
#secondary.widget-area .widget h2:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--background-white);
  width: 16px;
  height: 4px;
  margin-left: -8px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size: 15.5px;
  text-transform:inherit;
  color: rgba(255, 255, 255, 0.9);
  line-height:1.4;
  font-weight:400;
}
#secondary.widget-area .widget ul li{
  margin-bottom:12px;
  line-height:100%;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 14px;
  min-height: 60px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area .contact-form{
  max-width:1120px;
  margin-right:auto;
  margin-left:auto;
}
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="text"], 
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="email"], 
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="tel"],
.contact-form-area .contact-form .gform_wrapper form.contact-form select, 
.contact-form-area .contact-form .gform_wrapper form.contact-form  textarea {
  background: var(--background-white);
  border: 1px solid #c3c1c1;
  border-radius: 0;
  padding:16px 15px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  width: 100%;
  box-shadow: none;
}
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="text"]:focus, 
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="email"]:focus, 
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="tel"]:focus, 
.contact-form-area .contact-form .gform_wrapper form.contact-form  textarea:focus{
  border:1px solid var(--lightblue-color);
}
.contact-form-area .contact-form .gform_wrapper form.contact-form input[type="submit"] {
  background: var(--background-blue) !important;
  color: var(--white-color) !important;
  padding:16px 25px !important;
  text-transform: uppercase !important;
  font-size:17px !important;
  font-weight: 700 !important;
  border-radius:10px !important;
  border:0;
  letter-spacing: 1px !important;
  line-height:100% !important;
  width:auto !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.contact-form-area .contact-form .gform_wrapper form.contact-form  input[type="submit"]:hover {
  background:var(--background-yellow) !important;
  color:var(--black-color) !important;
}
.contact-form-area .contact-form .gform_wrapper.gravity-theme .gfield_label{
  font-weight:500 !important;
}
.contact-form-area .contact-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px !important;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  color:var(--blue-color);
}
.site-main ul.service-lists {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 3;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-main ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:28px;
}
.site-main ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/check-mark.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 20px;
}
.contact-form h3 {
  font-size:25px;
  font-weight:800;
  letter-spacing:0;
  text-transform:inherit;
  color: var(--green-color);
  margin-bottom:30px;
  font-family:var(--font-family-tondubeta);
}
.post-navigation .nav-links a{
  font-weight:700;
  color:var(--blue-color);
}
body.home.logged-in .site-header{
  top:32px;
}
.contact-form-area .map-area iframe{
  margin-top:30px;
  width:100%;
}
h2{
  line-height:1.2;
  margin-bottom:15px;
  font-size:36px;
  font-weight:800;
  color:var(--blue-color);
  letter-spacing:0px;
  text-transform:inherit;
}
h3{
  font-size:26px;
  font-weight:800;
  margin-bottom:15px;
  line-height:100%;
  color:var(--green-color);
  text-transform:inherit;
  letter-spacing: 0.5px;
  line-height:1.2;
}
h4{
  font-size:24px;
  font-weight: 700;
  margin-bottom: 10px;
  color:var(--yellow-color);
  line-height:1.2;
}
h5{
  font-size:22px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--black-color);
  line-height:1.2;
}
h6{
  font-size:20px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--blue-color);
  line-height:1.2;
}
.home .site-main{
  padding: 0;
}
.site-main p,
.site-content .entry-content,
.site-main .wp-block-list li{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color:rgba(0, 0, 0, 0.90);
}
.gform_wrapper form.cta-form input[type="text"], 
.gform_wrapper form.cta-form input[type="email"], 
.gform_wrapper form.cta-form input[type="tel"],
.gform_wrapper form.cta-form select {
  background:transparent;
  border:none;
  border-radius: 0;
  border-bottom:1px solid var(--blue-color);
  padding:15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
  width: 100%;
  box-shadow: none;
}
.gform_wrapper form.cta-form input[type="text"]:focus, 
.gform_wrapper form.cta-form input[type="email"]:focus, 
.gform_wrapper form.cta-form input[type="tel"]:focus{
  border:none;
  border-bottom:1px solid var(--blue-color);
}
.gform_wrapper form.cta-form input::placeholder {
  color:var(--blue-color);
  text-transform:uppercase;
}
.gform_wrapper form.cta-form input::-moz-placeholder {
  opacity: 1;
  text-transform:uppercase
}
.gform_wrapper form.cta-form input[type="submit"] {
  background: var(--background-blue) !important;
  color: var(--white-color) !important;
  padding: 17px 28px !important;
  text-transform: inherit;
  font-size: 19px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  border: 0;
  letter-spacing: 0.50px !important;
  margin-top: 20px;
  line-height: 100% !important;
  width: auto !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper form.cta-form input[type="submit"]:hover {
  background:var(--background-yellow) !important;
  color:var(--black-color) !important;
}


.faqs-list{
  margin-top:32px;
}
.faqs-list .faq-single .faq-question{
  background: transparent;
  padding:0 40px 0 0;
  font-size:23px;
  font-weight: 700;
  color:rgba(0, 0, 0, 0.90);
  border-radius: 0;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
  letter-spacing:0px;
  text-transform: inherit;
  border-bottom:1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faqs-list .faq-single .faq-question span{
  background: var(--background-white);
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  border: 2px solid var(--white-color);
  left: -75px;
  top: -12px;
}
.faqs-list .faq-single .faq-content{
  background: transparent;
  padding:11px 0 0;
  font-size:18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.60);
  line-height: 1.5;
  position: relative;
  letter-spacing:0;
  margin-top: 0;
  border-radius: 0;
}
.faqs-list .faq-single .faq-content p{
  font-size: 17.5px;
  max-width: 95%;
}
.faqs-list .faq-single .faq-content p:last-of-type{
  margin-bottom:0;
}
.faqs-list .faq-question:after{
  content: '';
  position: absolute;
  right:0;
  top: 50%;
  background: url(assets/images/blue-down_arrow.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin-top: -14px;
}
.faqs-list .faq-single.active .faq-question:after {
  background: url(assets/images/blue_left_arrow.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
.faqs-list .faq-single{
  margin-bottom:8px;
  padding:42px 45px 42px 100px;
  border-bottom:2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faqs-list .faq-single.active{
  background:var(--background-white);
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
  border-bottom:2px solid var(--green-color);
}
.faqs-list .faq-single.active .faq-question{
  color:var(--green-color);
}
.faqs-list .faq-single.active .faq-question span{
  border:2px solid var(--green-color);
}
.form-area .gform_wrapper .gform_heading .gform_required_legend{
  display:none;
}
.page-id-15 .benefit-section,
.site-main .benefit-section{
  padding:40px 0 45px !important;
}
.site-main .benefit-section.alignwide,
.site-main .alignwide{
  margin: 0px calc(50% - 50vw);
  max-width: 99.4vw;
  width: 100vw;
}
.site-main ul.wp-block-list {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  padding: 10px 15px 15px;
  list-style: none;
  max-width: 1400px;
}
.site-main ul.wp-block-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 28px;
}
.site-main ul.wp-block-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url(assets/images/check-mark.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.page-id-300 .site-main .wp-block-column .wp-block-cover{
  border-radius: 15px;
}
.gform_wrapper form.cta-form .ginput_container_consent .gfield_consent_label,
.gform_wrapper form.cta-form .ginput_container_consent{
  font-size: 14px;
  line-height: 1.4;
  color:rgba(0, 0, 0, 0.90);
}
.about-button{
	    display: flex;
    gap: 6px;
}