/*
 Theme Name:     Cybersave
 Template:       wp-bootstrap-starter
*/
/****************************************
*** Theme customization starts below ***
*****************************************/
.grecaptcha-badge {
  display: none !important;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	color: #333;
	line-height: 1.2;
	font-family: 'Open-Sans', sans-serif;
	overflow-x: clip;
}
.h2, h2 {
  font-size: 2.8rem;
	color: #003c71;
}
.h3, h3 {
	color: #003c71;
	font-size: 1.6rem;
}
a {
  transition: ease-in-out 0.2s;
  color: #003c71;
}
a:hover {
  color: #A2D184;
}
.navbar-brand {
  max-width: 160px;
	transition: ease-in-out 0.2s
}
header#masthead {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #003c71;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.8rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #A2D184;
  font-weight: 600;
  background: transparent;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #003c71;
  font-weight: 600;
  background: transparent;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:hover {
  color: #A2D184;
}
.navbar-toggler-icon {
  width: 3rem;
  height: 3em;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("https://www.cybersave.com.au/wp-content/uploads/2024/07/hamburger.svg");
}
.site-content {
  position: relative;
}
article {
  min-height: 500px;
}
.page-id-420 .entry-title {
  display: none;
}
.page-top {
  position: absolute;
  top: 0;
  left: 53%;
  width: 106%;
  transform: translateX(-50%);
}
.page-top img {
  width: 100%;
  left: 53%;
  position: relative;
  transform: translateX(-56%);
}
.page-template-default .site-content {
  padding-top: 140px !important;
}
.home .site-content .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.home #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
h1.entry-title {
  font-size: 2.4rem;
  border-bottom: none;
  color: #003c71;
  font-weight: 600;
}
.entry-content.col-sm-12.col-lg-12 {
  padding: 0;
}

.cs_row {
  position: relative;
  width: 100%;
	display: flow-root;
}

.cs_wrap {
  width: 100%;
  max-width: 100%;
	z-index: 2;
  position: relative;
}
.cs_wrap.wrap_boxed {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
	z-index: 2;
  position: relative;
}

.grn_btn, .grn_btn:visited {
  background: #A2D184;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 22px;
  display: inline-block;
  margin: 20px auto;
}
.grn_btn:hover, .grn_btn:active, .grn_btn:focus {
  background: #003c71;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 22px;
  display: inline-block;
  margin: 20px auto;
  text-decoration:none;
}

.grad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(126deg, rgba(162,209,132,0.85) 0%, rgba(0,60,113,0.85) 75%);
  z-index: 1;
}

.hero_row {
  margin-bottom: -60px;
}
.hero_overlay {
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: 3;
}
.hero_overlay img {
  width: 100%;
}

.hero_cont {
  position: relative;
  display: flow-root;
  padding: 200px 0 350px;
}
.hm_hero_small_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.hm_hero_title {
  margin: 0 0 30px;
  color: #fff;
  font-size: 2.6rem;
  max-width: 790px;
}
.hm_hero_title strong {
  font-size: 3.7rem;
	display: block;
	line-height: 1;
}
.hm_hero_circle_image {
  max-width: 220px;
  float: right;
  margin: 0 0px 0;
  top: -50px;
  position: relative;
}
.hm_hero_circle_image img {
  border-radius: 50%;
  border: 15px solid #A2D184;
}

#about {
  padding: 80px 0 0;
}
.hm_about_cont {
  max-width: 38%;
  display: inline-block;
}
.hm_abt_title {
  font-size: 2.8rem;
  max-width: 260px;
  margin-bottom: 30px;
}
.hm_abt_body {
  font-size: 1.1rem;
  line-height: 1.4;
	margin-bottom: 100px;
}
.hm_abt_image {
  max-width: 45%;
  bottom: 0;
  position: absolute;
  right: 0;
}
.hm_logos {
  padding: 60px 0;
  text-align: center;
	  column-count: 3;
}
.hm_logo {
  display: inline-block;
}

.hm_feat_feat_image {
  overflow: hidden;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  position: absolute;
  right: -5vw;
  bottom: -10vw;
  z-index: -1;
  box-shadow: inset 0 0 0 20px #003c7182;
}
#features {
  padding: 100px 0 60px;
}
.hm_feat_small_title {
  color: #003c71;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.hm_feat_big_title strong {
	font-size: 3.7rem;
	color: #A2D184;
	display: block;
	line-height: 1;
}
.hm_feat_big_title {
	font-size: 2.6rem;
	max-width: 800px;
	margin-bottom: 30px;
}
.hm_feat_features {
  position: relative;
}
.hm_feat_feature {
  display: inline-block;
  width: 100%;
  max-width: 35%;
  padding: 0 30px 30px 0;
  font-size: 1.2rem;
	vertical-align: top;
}
.hm_feat_feat_icon {
  margin-bottom: 10px;
}
.hm_feat_feat_title {
  font-weight: 600;
  color: #003c71;
}

#claim {
  padding: 80px 0;
}
.hm_claim {
  text-align: center;
  padding: 80px 100px;
  border: 3px solid #A2D184;
  max-width: 1000px;
  margin: 0 auto;
}
.hm_claim_title {
  color: #fff;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
  max-width: 600px;
  margin: 0 auto;
}
.hm_claim_title::after {
  content: "";
  background: #A2D184;
  width: 150px;
  height: 3px;
  display: block;
  margin: 20px auto 0;
}
.hm_claim_subtitle {
  color: #fff;
  max-width: 700px;
  margin: 0 auto 30px;
	font-size: 1.9rem;
}


.site-footer {
  background: #A2D184 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  text-align: center;
}
#footer-widget {
  padding-top: 60px;
	background: #f0f0f0 !important;
}
.widget-title {
  color: #003c71;
  font-size: 1.6rem !important;
  font-weight: 600;
}
#footer-widget .nav-link {
  padding: 10px 0;
  font-size: 1.2rem;
  color: #666;
}
#footer-widget .nav-link:hover, #footer-widget .nav-link:active, #footer-widget .nav-link:focus {
  color: #A2D184;
	background:transparent;
}
.totop, .totop:active , .totop:focus  {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 1.8rem;
  background: #003c71;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1.4;
	z-index: 9;
}
.totop:hover {
  background: #A2D184;
	color: #fff;
}
.site-info {
  font-size: 14px;
}
footer#colophon a:hover, footer#colophon i:hover {
  color: #003c71 !important;
}
footer#colophon i:hover {
  background: #003c71 !important;
	color:#A2D184 !important;
	transition: ease-in-out 0.2s;
}
.footer-disc {
  text-align: center;
  padding: 30px 0 2px;
}

.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  background: #A2D184;
  line-height: 1;
  padding: 15px 22px 14px;
}
.wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  text-transform: uppercase;
  border: none !important;
  border-radius: 0;
  background: #003c71;
  line-height: 1;
  padding: 15px 22px 14px;
}
.wpcf7-form {
  margin-top: 40px;
}
input, textarea, select {
  border-radius: 0 !important;
}

@media only screen and (max-width: 1200px)
{
#main-nav {
  padding-top: 20px;
}
}

 @media screen and (max-width: 768px) {
.hero_cont {
  padding: 100px 0 150px;
}
	.hm_abt_title {
  max-width: 100%;
} 
.hm_about_cont {
  max-width: 100%;
  padding-top: 30px;
}
	 .hm_abt_body {
  max-width: 60%;
}
.hm_abt_image {
  max-width: 35%;
  margin-top: -135px;
} 
.hm_feat_feature {
  max-width: 48%;
  padding: 0 10px 30px 0;
}
	 .hm_feat_feat_image {
  display: none;
}
	 .hm_claim {
  padding: 10vw;
}
.hm_claim_title {
  font-size: 3.5rem;
  max-width: 100%;
}
	 .hero_overlay {
  width: 170%;
  left: 50%;
  transform: translateX(-50%);
}
.si_col {
  width: 100%;
  padding-bottom: 10px;
}
.si_col.soc {
  width: 100%;
  max-width: 4rem;
}
.totop, .totop:active, .totop:focus {
  display: none;
}
.cs_wrap, .cs_wrap.wrap_boxed {
  padding: 0 2rem;
}
	  .container, .container-sm {
    max-width: 100%;
  }
.page-top {
	left: 50%;
  width: 200%;
  transform: translateX(-58%);
}
}
 @media screen and (max-width: 980px) {

}

}
