/*
Theme Name: AWU Site
Template: html5blank-stable
Author: Campaign Edge
Author URI: https://campaignedge.com.au/
Description: A Custom theme for the AWU Site
Tags: Blank,HTML5,CSS3
Version: 1.0.0
Updated: 2019-09-11 13:31
*/

@font-face {
  font-family: 'Helvetica-Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 45 Light'),
    url('/wp-content/themes/awusite-theme/fonts/HelveticaNeueLTStd Lt.woff')
      format('woff');
}

@font-face {
  font-family: 'Helvetica Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 57 Condensed'),
    url('/wp-content/themes/awusite-theme/fonts/HelveticaNeueLTStd-Cn.woff')
      format('woff');
}

@font-face {
  font-family: 'Helvetica-BC';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Neue LT Std 77 Bold Condensed'),
    url('/wp-content/themes/awusite-theme/fonts/HelveticaNeueLTStd-BdCn.woff')
      format('woff');
}

* {
  font-family: 'Helvetica-BC', sans-serif;
}

/* ANIMATIONS */

/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-10px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  60% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
/* /right bounce */

@keyframes slide-down {
  from {
    margin-top: -10%;
  }
  to {
    margin-top: 0%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* NEW CSS */

br.clear {
  display: none;
}

div#sec_contact_details .wrapper {
  max-width: 100% !important;
}

.wrapper.all-sec.clearfix {
  width: 100% !important;
}

div#sec_contact_details {
  padding-bottom: 0 !important;
}

.clm-6.clm1 {
  padding: 0 !important;
}

/* GENERAL CSS */

.owl-carousel {
  display: block !important;
}

p {
  font-family: 'Helvetica Condensed', sans-serif;
  font-size: 20px;
}
.blue-txt {
  color: #02a4e4;
}
.clm-6 {
  width: 50%;
  float: left;
  padding: 0px 50px;
}
.clm-9 {
  width: 70%;
  float: left;
}
.clm-3 {
  width: 30%;
  float: left;
}
.all-sec {
  overflow: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica-BC', sans-serif !important;
  margin: 0px;
}
h2 {
  font-size: 80px;
  line-height: normal;
}

/**container sizes **/
.ct-Fullwidth .wrapper {
  max-width: 100%;
  width: 100%;
}
.ct-Box .ct-row.wrapper {
  width: 80%;
}
.ct-row.wrapper {
  width: 100%;
}
.ct-col {
  width: 100%;
}
.ct-col.ct-col-last {
  margin-right: 0;
}
.ct-col p {
  margin-top: 0;
}
.alignnone {
  margin: 0;
}
/* All Buttons */

.all-btn {
  padding: 0px;
  margin: 0;
}
.all-btn li {
  display: inline-block;
  margin-right: 30px;
}
.all-btn a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 17px 50px 9px 50px;
  background: #13457f;
  display: inline-block;
}
.all-btn .btn-skyblue a {
  background: #02a4e4;
}
.menu-dark-btn a,
.menu-light-btn a {
  background: #13457f;
  padding: 11px 28px 5px 28px;
}
.menu-light-btn a {
  background: #02a4e4;
}
.menu-dark-btn {
  margin-left: 40px;
  cursor: pointer;
}
.see-more-btn a {
  font-size: 25px;
  color: #02a4e4;
  border-bottom: 3px solid;
}
.see-more-btn .fas {
  font-size: 18px;
  margin-left: 10px;
}
button.search-btn {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 13px 50px !important;
  background: #13457f !important;
  display: inline-block;
  border: none;
}

/* All Button Hover */

.all-btn li a:hover,
.post-btn a:hover,
div#sec_step_form div#buttons li:first-child input:hover,
aside#text-5 .all-btn.btn-skyblue li a:hover,
.menu-light-btn a:hover {
  color: white !important;
  background: #0391c9;
  transition: 0.6s ease;
}
.btn-darkblue a:hover,
.menu-dark-btn a:hover,
div#buttons li:last-child input:hover {
  background: #092b53 !important;
  transition: 0.6s ease;
}

.see-more-btn.bounce a .fa-arrow-right {
  margin-left: 30px;
  animation: bounceRight 2s infinite;
  animation-play-state: paused;
}

.see-more-btn.bounce a:hover i.fas.fa-arrow-right {
  animation-play-state: running;
}

.see-more-btn a {
  position: relative;
}
footer.footer a:hover {
  color: #02a4e4;
  transition: 0.6s ease;
}
ul.social-m li a:hover .fab {
  color: #02a4e4;
  transition: 0.6s ease;
}

/* Search Plugin */

.sanpop-modal {
  background: #13457fe0;
}
.custombox-fullscreen .sanpop-close {
  width: 36px !important;
}
.sanpop-modal form#searchform {
  max-width: 800px;
  margin: 0 auto;
}
.sanpop-modal .sanpop-search-box input[type='search']::placeholder,
.sanpop-search-box input[type='search'] {
  font-size: 24px;
  text-align: left;
}
.sanpop-modal .sanpop-search-box input[type='search'] {
  width: 80%;
  float: left;
  height: 46px;
}
.sanpop-modal button.search-btn {
  float: right;
  width: 19%;
}
.sanpop-modal button.search-btn:hover {
  background: #02a4e4 !important;
  color: #fff !important;
}

/* Top Header Dropdown */

.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  padding: 10px 0px;
}
ul.social-m li:last-child img {
  width: 14px;
  filter: brightness(0) invert(1);
}
.dropdown {
  position: relative;
  display: inline-block;
  margin: 17px 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a {
  font-size: 16px !important;
  padding: 8px 10px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Header CSS */

.top-header .clm-6 {
  padding: 0px;
}
.top-header .wrapper {
  width: 100% !important;
  clear: both;
  display: block;
  z-index: 999;
  overflow: visible;
}
ul#main-nav.extra-menu li {
  list-style: none;
}
ul#main-nav.extra-menu {
  padding: 0 6px;
}
header.header.clear.header-fixed {
  background: #13457ff0 !important;
}
header.header.clear .wrapper,
.top-header .wrapper {
  width: 100%;
  max-width: 90%;
}
header.header.clear {
  background: rgba(19, 69, 127, 0.5411764705882353) !important;
  position: relative;
  top: -4px;
}
.logo {
  position: absolute;
  width: 130px;
}
nav.nav {
  float: right;
  justify-content: flex-end;
}
nav.nav li {
  display: inline-block !important;
  margin-right: 20px;
}
.top-header {
  z-index: 999;
  background: #13457f;
}
.select-country a {
  font-size: 18px;
  color: #fff;
}
nav.nav ul {
  text-align: right;
  padding: 26px 0px;
}
nav.nav li {
  display: inline-block;
  margin-right: 20px;
}
nav.nav li a {
  color: #fff;
  font-size: 18px;
}
.logo img {
  max-width: 100%;
  max-height: 67px;
  margin-top: 8px;
}
.clm-6.th-sol ul.social-m {
  text-align: right;
  margin: 17px 0;
}
button.dropbtn {
  padding: 10px 30px 10px 40px;
  position: relative;
}
button.dropbtn img {
  /* margin-right: 10px; */
  position: absolute;
  left: -4px;
  top: 6px;
}
button.dropbtn .fas {
  margin-left: 10px;
  margin-top: -10px;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 21px;
}
ul#main-nav.mobile-menu a {
  color: #fff;
  font-size: 18px;
}
ul#main-nav.mobile-menu li {
  list-style: none;
}
nav.nav li.mobile-search {
  display: none !important;
}
nav.nav li {
  vertical-align: top;
}
nav#myLinks .menu-desktop ul ul,
ul#main-nav.extra-menu ul ul,
ul#main-nav.extra-menu .sub-menu {
  display: none;
}

nav#myLinks .menu-desktop li:hover > ul,
ul#main-nav.extra-menu li:hover > ul {
  display: block;
  position: absolute;
  background: #fff;
  width: 230px;
  text-align: left !important;
  padding: 15px;
}
nav#myLinks .menu-desktop li:hover > ul li,
ul#main-nav.extra-menu li:hover > ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  /* border-bottom: 1px solid #dfdfdf; */
  width: 100%;
  margin-right: 0px;
}
nav#myLinks .menu-desktop li:hover > ul li:last-child,
ul#main-nav.extra-menu li:hover > ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
nav#myLinks .menu-desktop li:hover > ul a,
ul#main-nav.extra-menu li:hover > ul a {
  color: #13457f;
  font-size: 18px;
  transition: color 0.3s ease;
}
nav#myLinks .menu-desktop li:hover > ul a:hover,
ul#main-nav.extra-menu li:hover > ul a:hover {
  color: #02a4e4;
}

.sub-menu .menu-item a {
  display: block;
}

/* Main Banner */

div#home-banner-slider .wrapper {
  margin: 0;
}
.home h1 {
  display: none;
}
div#home-banner-slider .wrapper {
  margin: 0 auto;
}
div#home-banner-slider {
  background-image: url(/wp-content/uploads/2019/05/rally-banner-new.jpg);
  padding: 111px 0px 80px 0px;
  margin-top: -110px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 80vh;
}
div#home-banner-slider h2 {
  color: #fff;
  line-height: 1.03em;
  font-size: 72px;
}
div#home-banner-slider p {
  color: #fff;
  font-size: 20px;
  max-width: 560px;
  margin-bottom: 50px;
  text-shadow: 0px 0px 12px rgba(1, 1, 1, 1);
}
div#home-banner-slider .post-box p {
  text-shadow: none;
}
.sa_hover_container {
  min-width: auto !important;
}
div#home-banner-slider .owl-dots {
  text-align: right !important;
  max-width: 90%;
}
div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot span {
  background-color: #999 !important;
  width: 15px !important;
  height: 15px !important;
}
div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot {
  margin: 0px 15px;
}
div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot.active span {
  background-color: #fff !important;
}
div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot.active span {
  background-color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}

/* Hide Search */

form.search {
  display: none;
}

/* Section Three Columns */

div#sec_three-col .outer-clm {
  padding: 230px 120px 30px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 400px;
  vertical-align: bottom;
  position: relative;
}
div#sec_three-col .clm-4 {
  width: 33.333%;
  overflow: hidden;
}
div#sec_three-col .clm-4 .outer-clm:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.outer-clm:hover .clm-content {
  transform: translate(0, 36px);
  transform: scale(0.8) !important;
  /* opacity: 0; */
  transition: 0.4s;
  opacity: 1;
}
.clm-content span {
  color: #02a4e4;
  font-size: 18px;
}
div#sec_three-col .clm-content .cta {
  margin: 10px 0;
  background: rgba(19, 69, 127, 0.8);
  padding: 20px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.8);
}
.clm-content h4 {
  font-size: 40px;
  color: #fff;
  line-height: normal;
  padding-left: 40px;
}
.clm-content {
  border-left: 3px solid #fff;
  position: absolute;
  bottom: 50px;
  width: 349px;
  height: 205px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Section Help */

div#sec_help {
  padding: 70px 0px;
}
div#sec_help h2 {
  color: #212b36;
  font-size: 60px;
}
div#sec_help p {
  line-height: 2em;
}
div#sec_help .clm-6.clm1 ul {
  padding: 20px 0px 0px 0px;
}
div#sec_help .clm-6.clm1 ul p {
  margin: 0px;
  color: #727477;
  font-size: 16px;
  line-height: 1.6em;
}
div#sec_help .clm-6.clm1 ul li {
  list-style: none;
  width: 49%;
  display: inline-block;
  padding: 10px 5px;
  vertical-align: text-top;
}
div#sec_help .clm-6.clm1 ul li img {
  margin-bottom: 15px;
}
div#sec_help .clm-6.clm1 ul h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
div#sec_help .clm-6.clm2 ul {
  text-align: center;
  padding: 0px;
  background: #f5f6f6;
  padding: 50px 0px 20px 0px;
  margin-top: 70px;
}
div#sec_help .clm-6.clm2 ul h5,
.mobile-numb .owl-stage-outer h5 {
  font-size: 50px;
}
.mobile-numb .owl-stage-outer {
  text-align: center;
}
.clm-6.clm2 p {
  color: #212b36;
  font-size: 24px;
  margin: 0px;
}
div#sec_help .clm-6.clm2 li {
  list-style: none;
  margin-bottom: 40px;
}
.color1 h5 {
  color: #66bce7;
}
.color2 h5 {
  color: #4face1;
}
.color3 h5 {
  color: #476f9a;
}
.color4 h5 {
  color: #13457f;
}

/* Slider Testimonials */

div#sec_testi-slider {
  padding: 30px 0px 80px 0px;
  background: url(/wp-content/uploads/2019/05/testi-slider-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
div#sec_testi-slider .wrapper {
  max-width: 92%;
  overflow: hidden;
}
div#sec_testi-slider .owl-item {
  background: #f5f6f6;
  padding: 50px;
}
div#sec_testi-slider .owl-stage-outer {
  position: relative;
  padding-top: 50px;
}
div#sec_testi-slider .owl-stage-outer:before {
  position: absolute;
  content: url(/wp-content/uploads/2019/05/qoute-blue.png);
  top: 10px;
  left: 70px;
  z-index: 9999999999;
}
.slider-box h3 {
  font-size: 38px;
  color: #000;
}
div#sec_testi-slider .owl-item .sa_hover_container {
  min-height: auto !important;
}
div#sec_testi-slider .sa_owl_theme .owl-nav {
  display: block !important;
  margin-top: 20px;
  text-align: right;
}
div#sec_testi-slider button.owl-prev,
div#sec_testi-slider button.owl-next {
  position: static !important;
  width: 90px !important;
  height: 90px !important;
}
div#sec_testi-slider .sa_owl_theme div#sec_testi-slider .owl-nav button {
  width: 90px !important;
  height: 90px !important;
}
div#sec_testi-slider .sa_owl_theme .owl-dots {
  text-align: left !important;
  width: 50%;
  margin-top: -50px !important;
  position: absolute;
  bottom: 30px !important;
}
div#sec_testi-slider .sa_owl_theme .owl-dots .owl-dot {
  display: inline-block !important;
  margin: 0px 15px;
}
div#sec_testi-slider .sa_owl_theme .owl-dots .owl-dot.active span {
  width: 20px !important;
  height: 20px !important;
  /* margin-bottom: -5px !important; */
}
div#sec_testi-slider .sa_owl_theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
}

/* New Testimonials */

div#sec_testi-slider.new-testi {
  background: none;
  padding: 0px 0px 100px 0px;
}
div#sec_testi-slider.new-testi .owl-item {
  background: none;
  padding: 0px;
}
div#sec_testi-slider.new-testi .owl-stage-outer:before {
  position: absolute;
  content: url(/wp-content/uploads/2019/05/qoute-blue.png);
  top: 70px;
  left: 70px;
  z-index: 9999999999;
}
div#sec_testi-slider.new-testi .slider-box.clm-6.clm1 {
  background: #f5f6f6;
  padding: 50px;
}
div#sec_testi-slider.new-testi .wrapper {
  max-width: 92%;
  overflow: hidden;
  width: 100%;
}
div#sec_testi-slider.new-testi .clm-5 {
  width: 44%;
  float: left;
}
div#sec_testi-slider.new-testi .clm-7 {
  width: 56%;
  float: right !important;
}
div#sec_testi-slider.new-testi .slider-img.clm-7.clm2 img {
  width: 100%;
  margin-left: -70px;
  max-width: 100%;
}
div#sec_testi-slider.new-testi .owl-item .sa_hover_container {
  min-height: 90px !important;
  padding: 0px !important;
}
div#sec_testi-slider.new-testi .slider-box {
  padding: 50px;
  background: #f5f6f6;
  margin-right: -70px;
  z-index: 99999;
  position: relative;
  margin: 100px 0px;
}
div#sec_testi-slider.new-testi .slider-box h3 {
  font-size: 45px;
  color: #000;
}
div#sec_testi-slider.new-testi .sa_owl_theme .owl-nav {
  max-width: 44%;
}
div#sec_testi-slider.new-testi .sa_owl_theme .owl-nav {
  max-width: 44%;
  margin-top: 0px;
  z-index: 99999;
  position: relative;
  margin-top: -94px;
}

/* Section Post Banner */

div#sec_post_banner {
  background: url(/wp-content/uploads/2019/05/feature-news-image.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;

  width: 100vw;
  padding: 0;
  text-align: center;
  height: auto;
  line-height: 240px;
  margin: 0;
  font-size: 82px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
div#sec_post_banner h2 {
  font-size: 60px;
  padding: 18px 50px;
  background: #fff;
  max-width: 387px;
  color: #212b36;
}

/* Post Shortcode */

.post-box {
  background: #fff;
  padding: 0px 30px 50px 30px;
}
.post-box p {
  font-size: 16px !important;
  color: #929292 !important;
}
.post-box h4 {
  font-size: 18px !important;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}
.post-box h4:after {
  position: absolute;
  content: '';
  width: 46px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #02a4e4;
}
.post-box h4 a {
  color: #13457f;
}
.post-box span {
  color: #9a9a9a;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding-bottom: 5px !important;
  display: block;
}
.post-box .post-categories {
  padding: 0px;
}
.post-box .post-categories li {
  list-style: none;
  display: inline-block;
}
p.p-cat {
  padding: 7px 15px;
  margin-bottom: 20px !important;
  display: inline-block;
  background: #212b36;
  color: #fff !important;
  margin-left: -30px !important;
}
p.p-cat a {
  color: #fff;
}
.post-btn {
  text-align: right;
}
.post-btn a {
  color: #fff;
  font-size: 20px;
  background: #02a4e4;
  padding: 22px 80px 14px 80px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -28px;
}

/* Post Grid */

div#sec_post_grid {
  padding: 50px 0px 80px 0px;
}

.mid-grid-section .post-box {
  padding: 12px;
  position: relative;
}

.mid-grid-section .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}

.mid-grid-section .post-grid li {
  display: inline-block;
  width: 23%;
  margin: 0 1%;
  box-shadow: 0px 6px 20px #c0c0c0;
}

.mid-grid-section p.p-cat {
  margin: 0 !important;
  position: absolute;
  top: -36px;
  left: 0;
}

.mid-grid-section .post-box h4 {
  font-size: 20px !important;
  color: #000 !important;
}

.see-more-btn {
  text-align: right;
  padding: 50px 50px 0px 50px;
}

/* Campaign Grid */
.mid-grid-section .campaign-grid li {
  width: 45%;
  margin: 10px;
}

/* Section Step Form */

div#sec_step_form {
  padding: 80px 0px 120px 0px;
  background: url(/wp-content/uploads/2019/09/Flag2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.ct-Fullwidth div#sec_step_form {
  padding: 80px 10% 120px 10%;
}

div#sec_step_form h5 {
  color: #fff;
  font-size: 40px;
}
div#sec_step_form h2 {
  color: #fff;
  font-size: 72px;
}
div#buttons ul li {
  display: inline-block;
  padding: 0 8px;
}
div#sec_step_form .clm-6.clm2 form {
  margin-right: 0;
  float: right;
  background: #fff;
  width: 480px;
  padding: 30px 30px 80px 30px;
  position: relative;
  box-shadow: 0px 2px 17px #0a2748;
}
div#buttons ul {
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: -38px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
div#sec_step_form .clm-6.clm2 form input {
  width: 100%;
  height: 70px;
  border: none;
  border-bottom: 2px solid #acacac;
  font-size: 18px;
  padding-top: 10px;
}
div#sec_step_form .clm-6.clm2 form input::placeholder {
  font-size: 16px;
  color: #000;
}
div#buttons input {
  width: 190px !important;
  height: 56px !important;
  font-size: 14px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /* padding: 13px 50px; */
  background: #13457f;
  display: inline-block;
  border: none !important;
  text-align: center !important;
}
div#buttons li:first-child input {
  background: #02a4e4;
}

/* Footer Logos */

div#footer-logos {
  padding: 40px 0px;
}
div#footer-logos ul {
  padding: 0px;
  text-align: center;
}
div#footer-logos li {
  display: inline-block;
  margin: 0px 15px;
  vertical-align: middle;
}

/* Footer */
div#footer-sidebar .wrapper {
  overflow: hidden;
  clear: both;
}
.foot-widget {
  width: 32%;
  float: left;
  padding: 20px;
}
footer.footer {
  background: #181f27;
  z-index: 10;
}

#footer-sidebar {
  display:block;
}
#footer-sidebar1 {
  float: left;
  margin: 0 5px;
}

#footer-sidebar1 a:not([href]):hover {
  color: unset !important;
}

#footer-sidebar2 {
  float: left;
  margin-right: 5px;
}
#footer-sidebar3 {
  float: left;
  margin-right: 5px;
}
p.copyright {
  display: none;
}
footer.footer h3.widget-title {
  font-size: 16px;
  color: #fff;
}
footer.footer ul {
  padding-left: 0px;
}
footer.footer ul li {
  list-style: none;
}
footer.footer ul li,
footer.footer ul li a {
  list-style: none;
  color: #cacaca;
  font-size: 14px;
  font-family: 'Helvetica-Light' !important;
}
footer.footer ul li {
  margin-bottom: 10px;
}
aside#text-2 li {
  margin-bottom: 22px;
}
aside#text-5 .all-btn.btn-skyblue li a {
  background: #02a4e4;
  font-size: 16px;
  padding: 15px 26px;
  color: #fff;
  font-family: 'Helvetica-BC' !important;
}
ul.social-m {
  font-size: 20px;
  line-height: 20px;
}
ul.social-m li {
  display: inline-block;
  margin-right: 30px;
}
ul.social-m li .fab,
ul.social-m li .fas {
  color: #fff;
}
div#sec_testi-slider button.owl-prev,
div#sec_testi-slider button.owl-next {
  background: rgb(176, 176, 176) url(/wp-content/uploads/2019/05/left-aarow.png)
    no-repeat center center !important;
}
div#sec_testi-slider button.owl-next {
  background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/right-arrow.png)
    no-repeat center center !important;
}

/* Our Branch CSS */

section > h1 {
  /* color: transparent; */
  text-indent: -99999999999px;
}
div#home-banner-slider.all-banner {
  padding: 170px 0px 180px 0px;
  background-position: center;
}
.box-title h2 {
  color: white;
  display: inline-block;
}
.all-space {
  padding: 60px 0px;
}
div#sec_page-title h3 {
  font-size: 60px;
}
div#sec_page-title .clm1 {
  padding-top: 50px;
}
div#sec_page-title p {
  line-height: 1.8em;
}
div#sec_counter_inline h5 {
  font-size: 50px;
}
.clm-4 {
  width: 25%;
  float: left;
}
div#sec_counter_inline .clm-4 {
  text-align: center;
}
div#sec_counter_inline .clm-4 p {
  /* font-family: 'Helvetica-Light' !important; */
  margin: 10px 0px !important;
  font-size: 24px;
  color: #000;
}
div#sec_counter_inline {
  background: url(/wp-content/uploads/2019/06/our-union-counter-bg.jpg);
  padding: 80px 0px 198px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
div#sec_branch_team h2 {
  font-size: 60px;
  color: #000;
  margin-bottom: 50px;
}
div#sec_branch_team .wrapper {
  padding: 60px;
  background: #fff;
}
div#sec_branch_team .clm-4 img {
  width: 100%;
  margin-bottom: 20px;
}
div#sec_branch_team .clm-4 {
  /* padding: 50px; */
  margin-right: 77px;
  width: 20%;
}
div#sec_branch_team .clm-4 h4 {
  font-size: 20px;
  color: #000;
}
div#sec_branch_team .clm-4 p {
  text-transform: uppercase;
  color: #13457f;
  font-size: 14px;
  margin: 10px 0px;
}
div#sec_branch_team .clm-4 ul {
  padding: 0px;
}
div#sec_branch_team .clm-4 li {
  list-style: none;
  font-size: 16px;
  color: #000;
}
div#sec_branch_team {
  padding: 0px;
  margin-top: -120px;
}
div#sec_branch_team .sa_owl_theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 0px 15px !important;
}
div#sec_branch_team .sa_owl_theme .owl-dots .owl-dot.active span {
  width: 20px !important;
  height: 20px !important;
}
div#sec_branch_team .wrapper.clearfix .owl-stage-outer {
  padding-bottom: 50px;
}
div#footer-logos.logo-title {
  background: #f5f6f6;
  padding: 60px 0px;
}
div#footer-logos.logo-title h2 {
  color: #000;
  font-size: 60px;
  margin-bottom: 40px;
}
.post_banner_full .clm-6.clm1 {
  display: none;
}
.post_banner_full .clm-6 {
  width: 100%;
}
.post_banner_full .clm-6 p.p-cat,
.post_banner_full .clm-6 .p-date {
  display: none;
}
.post_banner_full .post-box {
  background: #fff;
  padding: 40px;
}
.post_banner_full .post-box h4 {
  font-size: 50px !important;
}
.post_banner_full .post-box a {
  color: #000;
}
div#sec_governace {
  background: #f5f6f6;
}
div#sec_governace h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
.wrapper.all-sec.second-wrap {
  width: 100%;
}
div#sec_governace .clm-6 {
  padding: 0px;
  margin-right: 50px;
  width: 48%;
}
div#sec_governace .clm-6:last-child {
  margin-right: 0px;
}
div#sec_governace .clm-6 h4 {
  font-size: 50px !important;
}
div#sec_governace .clm-6 .post-box {
  padding: 30px;
}
div#sec_governace .clm-6 .post-box {
  padding: 30px;
  box-shadow: 0px 12px 25px #d4cece;
}
div#sec_governace .clm-6 .post-box p {
  margin: 15px 0px;
}

/* Get Involved CSS */

div#sec_workplace {
  background: url(/wp-content/uploads/2019/05/feature-news-image.png);
  padding: 80px 0px 180px 0px;
}
div#sec_workplace h2 {
  font-size: 60px;
}
div#sec_governace .clm-6 {
  padding: 0px;
  margin-right: 50px;
  width: 48%;
  margin-bottom: 40px;
}
div#sec_governace.box-nega {
  overflow: visible;
}
div#sec_governace.box-nega .row-box-nega {
  margin-top: -170px;
}

/* News Page */

div#home-banner-slider .post-box p {
  margin: 0;
}
div#home-banner-slider.news-banner {
  background: url(/wp-content/uploads/2019/05/feature-news-image.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.post-thmnnail img {
  width: 100%;
}
.mid-grid-section .news-grid li {
  width: 46%;
  margin: 0px 20px;
  margin-bottom: 40px;
}

/* Campaign Page */

div#home-banner-slider.sec-campaign-banner {
  background: url(/wp-content/uploads/2019/06/feature-campaign-image.png);
  background-size: cover;
  padding: 210px 0px 100px 0px;
}

.owl-carousel .owl-item {
  background: TRANSPARENT;
}
div#sec_contact_details .clm2 h3 {
  font-size: 30px;
  /* text-align: center; */
  color: #212b36;
  margin-bottom: 20px;
  margin-top: 20px;
}
div#sec_contact_details .wrapper {
  max-width: 92%;
}
.detail-box h5 {
  font-size: 30px;
  color: #000;
}
.detail-box ul {
  padding: 0px;
}
.detail-box ul li {
  list-style: none;
  font-size: 18px;
  font-family: 'Helvetica-Light' !important;
  margin-bottom: 15px;
}
.detail-box ul li .fas,
.detail-box ul li .far {
  margin-right: 12px !important;
}
.detail-box {
  padding: 30px;
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
  max-width: 82%;
}

/* Contact Page */

div#sec_fields .all-sec > h3 {
  font-size: 60px;
  text-align: center;
  color: #212b36;
  margin-bottom: 40px;
}
.ask-ques {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.ask-ques input {
  width: 100%;
  padding: 25px;
  border: 1px solid #e3e3e3;
  color: #4f4f4f;
  font-size: 18px;
}
.ask-ques input::placeholder {
  font-size: 18px;
  color: #4f4f4f;
}

/* Single Post */

.header-wrap {
  background-size: cover !important;
  padding: 220px 0px 0px 0px;
  text-align: center;
  margin-top: -80px;
  background-position: center !important;
}
.header-wrap h1 {
  color: #fff;
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 40px;
}
.header-wrap .date {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  /* font-family: 'Helvetica-Light' !important; */
}
.post-banner-btn {
  margin-bottom: 30px;
}
.post-banner-btn a {
  background: #02a4e4;
  padding: 13px 30px;
}
.post-content {
  padding: 50px 0px;
}
.post-content p {
  /* line-height: 38px; */
  line-height: 1.9em;
}
div#rel-post li {
  list-style: none;
  width: 30%;
  vertical-align: top;
  box-shadow: 0px 6px 20px #c0c0c0;
}
div#rel-post .wrapper {
  max-width: 1400px;
  width: 100% !important;
}
div#rel-post li:last-child {
  margin: 0px;
}
div#rel-post li img {
  width: 100%;
}
div#rel-post li .p-cat {
  margin-top: -14px !important;
  z-index: 9999;
  position: relative;
  margin: 0px;
}
div#rel-post {
  padding: 100px 0px;
  background: #f5f6f6;
}
div#rel-post ul {
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.post-content img:not([width]) {
  width: 100%;
  height: auto;
}

/* Blockqoute */

blockquote h4 {
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}
blockquote p {
  font-family: 'Helvetica-BC' !important;
  font-size: 24px;
  color: #000;
  margin: 0;
}
blockquote span {
  color: #02a4e4;
}
blockquote {
  width: 100%;
  margin: 0;
  background: #f2f2f2;
  position: relative;
  padding: 100px 40px 50px 40px;
  margin-bottom: 20px;
}
blockquote:after {
  position: absolute;
  content: url(/wp-content/uploads/2019/06/qoute-blue-small.png);
  top: 30px;
  left: 35px;
}

/*======= CSS FOR MOBILE =======*/

img.mobile-logo,
img.logo-img.blue,
.three-column-slider .owl-stage-outer,
a.campaign-link,
.mobile-numb,
div#footer-logos .owl-carousel {
  display: none;
}
.three-column-slider .sa_hover_container {
  padding: 0 !important;
}

.three-column-slider .sa_hover_container .clm-4 {
  width: 100% !important;
}
.autohide-arrows .owl-nav {
  display: block !important;
}

.three-column-slider .white .sa_owl_theme .owl-nav .owl-prev {
  background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/left-aarow.png)
    no-repeat center center !important;
  width: 53px !important;
  height: 50px !important;
}

.three-column-slider .white .sa_owl_theme .owl-nav .owl-next {
  background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/right-arrow.png)
    no-repeat center center !important;
  width: 53px !important;
  height: 50px !important;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .ct-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0;
  }
  .ct-col.ct-col-first {
    margin-right: 4%;
  }

  .ct-Box .ct-col.ct-col-first {
    max-width: 390px;
    width: 38%;
    margin: 0 2% 0 auto;
  }

  .ct-Box .ct-col.ct-col-last {
    max-width: 390px;
    width: 38%;
    margin: 0 auto 0 2%;
  }

  .ct-Box .ct-col.ct-col-one {
    max-width: 830px;
    width: 80%;
    margin: 0 auto;
  }

  .fixed_header {
    max-height: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .clm-content {
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 1092px) {
  nav.nav li.login-button {
    margin-right: 50px;
  }

  nav.nav li {
    margin-right: 10px;
  }
  nav.nav li a {
    font-size: 15px;
  }
  .menu-dark-btn a,
  .menu-light-btn a {
    padding: 11px 16px 5px;
  }
}

@media screen and (max-width: 1000px) {
  div#sec_three-col .clm-4 {
    display: none;
  }

  div#sec_three-col .three-column-slider .owl-stage-outer .clm-4,
  div#sec_three-col .three-column-slider .owl-stage-outer {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  img.logo-img,
  img.logo-img.blue,
  div#home-banner-slider li.btn-darkblue,
  div#sec_help .clm-6.clm2 ul {
    display: none;
  }

  .mobile-numb {
    display: block;
  }
  div#home-banner-slider h2 {
    font-size: 48px;
    padding-bottom: 22px;
  }
  div#home-banner-slider {
    padding: 220px 20px 78px 20px;
  }
  .three-column-slider {
    padding-top: 30px;
  }
  .clm-content {
    text-align: left;
    padding-left: 21.9px;
  }
  div#sec_help .clm-6 {
    width: 100%;
    padding: 0 20px;
  }

  div#sec_help .wrapper {
    width: 100%;
  }

  div#sec_help .col-6.clm2 {
    padding: 0;
  }

  div#sec_help .clm-6.clm2 ul,
  div#sec_testi-slider .sa_owl_theme .owl-dots {
    display: none !important;
  }

  .mobile-numb {
    display: block;
    background: #f5f6f6;
    padding: 60px 0 48px;
  }
  div#sec_help .clm-6.clm2 {
    padding: 0;
  }
  .clm-6 {
    width: 100% !important;
    padding: 0;
  }
  div#sec_testi-slider .owl-item {
    padding: 0;
  }
  div#sec_testi-slider {
    padding-top: 222px;
    background: url(/wp-content/uploads/2019/05/testi-slider-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: top center;
  }
  div#sec_help {
    padding-bottom: 30px;
  }
  div#sec_testi-slider .owl-stage-outer:before {
    top: -3px;
    left: 5px;
  }
  div#sec_testi-slider .sa_owl_theme .owl-nav {
    position: absolute;
    top: -80px;
    width: 100%;
  }
  .slider-box {
    padding-top: 52px;
  }
  .slider-box h3 {
    font-size: 23px;
    line-height: 1.8;
  }
  div#sec_testi-slider .wrapper {
    overflow: visible;
    margin-top: -60px;
  }
  div#sec_testi-slider button.owl-prev {
    float: left;
    background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/left-aarow.png)
      no-repeat center center !important;
    width: 53px !important;
    height: 50px !important;
  }

  div#sec_testi-slider button.owl-next {
    background: rgb(19, 69, 127)
      url(/wp-content/uploads/2019/05/right-arrow.png) no-repeat center center !important;
    width: 53px !important;
    height: 50px !important;
  }
  div#sec_post_banner .clm-6.clm1 {
    position: absolute;
    top: -291px;
  }

  div#sec_post_banner {
    background: url(/wp-content/uploads/2019/05/features-news-mobile.jpg);
    background-repeat: no-repeat;
  }

  div#sec_post_banner .post-box p,
  div#footer-logos ul {
    display: none;
  }

  div#sec_post_banner .post-btn {
    display: none;
  }

  div#sec_post_banner p.p-cat {
    display: inline-block;
    position: absolute;
    top: -36px;
    left: 30px;
  }

  .mid-banner-section .post-box {
    padding: 16px 15px 13px;
    box-shadow: 0 1px 16px 2px rgba(101, 101, 101, 0.87);
  }
  div#sec_step_form {
    padding: 60px 0px 60px 0px;
  }

  div#sec_step_form .clm-6.clm1 {
    padding-bottom: 25px;
  }

  div#buttons ul li {
    display: inline;
  }

  div#buttons ul li input {
    width: 49.6% !important;
    margin: 0 auto !important;
    min-width: fit-content;
    max-width: 190px;
  }
  div#sec_step_form h5 {
    font-size: 24px;
  }
  div#sec_step_form h2 {
    font-size: 50px;
  }
  div#sec_step_form .clm-6.clm2 form {
    background: #fff;
    padding: 8px 23.6px 80px 23.6px;
    width: 100%;
  }
  div#buttons ul {
    left: 0;
  }
  div#footer-logos .owl-carousel {
    display: block;
  }
}
nav.nav .toggle-nav {
  display: none !important;
}
.mobile-menu {
  display: none;
}
.sec-mobile {
  display: none;
}
div#sec_post_banner h2.sec-mobile {
  display: none !important;
}

@media only screen and (max-width: 1220px) {
  nav.nav li a {
    font-size: 16px;
  }
  .menu-dark-btn {
    margin-left: 10px;
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 980px) {
  div#home-banner-slider h2 {
    padding-bottom: 40px;
  }
  div#home-banner-slider .sa_hover_container {
    min-height: auto !important;
  }
  .clm-6 {
    width: 100%;
    padding: 0px;
  }
  .wrapper {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  header.header.clear .wrapper {
    max-width: 94%;
  }
  .see-more-btn {
    text-align: left;
    padding: 20px 0px;
  }
  .mobile-numb {
    display: block;
  }
  ul.desktop-only {
    display: none;
  }
  div#sec_help .clm-6.clm2 {
    background: #f5f6f6;
    padding-bottom: 40px;
  }
  .mobile-numb .sa_hover_container {
    min-height: auto !important;
  }
  .top-header {
    display: none;
  }
  nav.nav ul {
    padding: 0px;
  }
  .menu-dark-btn a,
  .menu-light-btn a {
    display: inline-block;
  }
  header.header.clear {
    background: #fff !important;
  }
  nav.nav .toggle-nav {
    font-size: 24px;
  }
  nav.nav .toggle-nav a,
  .fixed_header nav.nav .toggle-nav a {
    color: #000;
    font-size: 25px;
  }
  ul#main-nav.mobile-menu a {
    color: #000;
    font-size: 18px;
  }
  ul#main-nav.mobile-menu {
    width: 100%;
  }
  ul#main-nav.mobile-menu {
    width: 100%;
    padding: 50px;
    margin: 0;
  }
  ul#main-nav.mobile-menu li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  div#home-banner-slider .owl-dots {
    text-align: left !important;
    width: 100% !important;
  }
  div#home-banner-slider .wrapper {
    margin: 0 auto;
    width: 100% !important;
    max-width: 100%;
  }
  div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #999 !important;
    width: 10px !important;
    height: 10px !important;
  }
  div#home-banner-slider .sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important;
  }
  .sec-mobile {
    display: block !important;
  }
  .sec-desktop {
    display: none;
  }
  .mid-grid-section-owl.owl-carousel.owl-theme.owl-loaded.owl-drag ul {
    padding: 0px;
  }
  .mid-grid-section-owl.owl-carousel.owl-theme.owl-loaded.owl-drag .wrapper {
    width: 100%;
    max-width: 100%;
  }
  ul.sub-menu {
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
    background: #f2f2f2;
    padding: 15px;
  }
  ul.sub-menu li:last-child {
    border: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  div#buttons ul {
    bottom: -11px;
  }

  .mid-grid-section .grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .mid-grid-section .grid li {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-desktop-menu {
    min-height: 80px;
  }

  img.mobile-logo {
    display: block !important;
    max-width: 100%;
  }

  img.logo-img,
  img.logo-img.blue,
  .fixed_header img.logo-img.blue {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .desktop-menu .desktop-menu {
    display: block !important;
  }
  .mobile-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  nav.nav .desktop-menu {
    display: none !important;
  }
  nav.nav .toggle-nav {
    display: inline !important;
  }
  .menu-dark-btn a,
  .menu-light-btn a {
    background: #13457f;
    padding: 13px 28px 6px 28px;
  }
  .menu-dark-btn {
    margin-left: 0px;
    margin-right: -3px !important;
  }
  nav.nav ul {
    padding: 0px;
    margin: 0;
  }
  .menu-light-btn a {
    background: #02a4e4;
  }
  div#home-banner-slider .all-btn li:last-child {
    display: none;
  }
  div#home-banner-slider {
    margin: 0;
    padding: 80px 0px;
  }
  div#home-banner-slider h2 {
    font-size: 72px;
  }
  div#sec_three-col {
    margin-top: 40px;
  }
  .mid-grid-section .wrapper.clearfix {
    overflow: hidden;
  }
  .mid-grid-section ul {
    max-width: 410px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0px;
  }
  .mid-grid-section ul li {
    width: 100%;
    min-height: auto !important;
    margin-left: 0px;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
  }
  .mid-grid-section img {
    width: 100%;
  }
  .mid-grid-section-owl.owl-carousel.owl-theme.owl-loaded.owl-drag ul.clearfix {
    padding: 0px;
  }
  .mid-grid-section-owl.owl-carousel.owl-theme.owl-loaded.owl-drag img {
    width: 100%;
  }
  .mid-grid-section-owl.owl-carousel.owl-theme.owl-loaded.owl-drag .wrapper {
    width: 100%;
    max-width: 100%;
  }
  div#buttons ul {
    right: 3px;
    bottom: 0px;
    width: 100%;
    margin: 0;
  }
  div#sec_step_form .clm-6.clm2 form {
    width: 100%;
  }
  div#sec_step_form h5 {
    font-size: 30px;
  }
  div#sec_step_form h2 {
    font-size: 52px;
    margin-bottom: 40px;
  }
  div#sec_step_form {
    padding: 60px 0px;
  }
  div#sec_post_grid_owl {
    padding: 40px 0px;
  }
  div#footer-sidebar2 {
    display: none;
  }
  div#footer-sidebar .wrapper {
    overflow: hidden;
    clear: both;
    background: #181f27;
    max-width: 100%;
  }
  aside#text-5 .all-btn.btn-skyblue li a,
  aside#text-5 .all-btn.btn-skyblue li {
    text-align: center;
    width: 100% !important;
  }
  .foot-widget {
    width: 48%;
  }
  div#logo_mobile .wrapper {
    max-width: 80%;
  }
  .mid-grid-section .grid .p-excerpt {
    display: none !important;
  }
  div#sec_post_banner {
    font-size: 48px;
  }

  img.mobile-logo {
    display: block !important;
    max-width: 100%;
  }

  img.logo-img,
  img.logo-img.blue {
    display: none !important;
  }
}

@media only screen and (max-width: 440px) {
  div#home-banner-slider h2 {
    font-size: 52px;
  }
  div#sec_three-col {
    margin-top: 0px;
  }
  div#sec_post_banner {
    padding-bottom: 0px;
  }
  ul#main-nav.mobile-menu {
    padding: 30px;
  }
  .search-block input, .search-block select {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  div#sec_testi-slider {
    padding-top: 222px;
    background: url(/wp-content/uploads/2019/05/testi-slider-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: top center;
  }
  div#sec_testi-slider .owl-stage-outer:before {
    top: -3px;
    left: 5px;
  }
  .slider-box h3 {
    font-size: 23px;
    line-height: 1.8;
  }
  div#sec_testi-slider .wrapper {
    overflow: visible;
    margin-top: -60px;
  }
  .clm-6 {
    width: 100% !important;
    padding: 0;
  }
  div#sec_post_banner h2.sec-mobile {
    display: block !important;
  }
  div#sec_post_banner h2.sec-mobile {
    display: block !important;
    margin-top: -291px;
    margin-bottom: 180px;
    font-size: 40px;
    text-align: center;
  }
  .menu-dark-btn a,
  .menu-light-btn a {
    padding: 16px 14px 10px;
  }
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
div#sec_fields .accordion {
  padding: 0px;
  background: none;
}
div#sec_fields .accordion h3,
div#sec_fields .accordion .accordion-content {
  padding: 17px 20px;
  border: 1px solid #e3e3e3;
  color: #4f4f4f;
  position: relative;
}
div#sec_fields .accordion .accordion-content {
  border-top: none;
}
div#sec_fields .accordion h3.open {
  color: #02a4e4;
  border-bottom: none;
}
div#sec_fields .clm-6 {
  padding: 0px 20px;
}

.social-box {
  display: block;
  margin: -20px 0 40px;
  padding: 0 6rem 0;
}

.social-box:last-of-type {
  margin: 0 0 40px;
}

.social-btn {
  display: block;
  width: 100%;
}

a.col-2.sbtn span {
  display: none;
}

a.col-1.sbtn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  font-size: 15px;
}

a.col-2.sbtn {
  width: 6%;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  line-height: 1.825 !important;
  max-width: 50px;
  min-width: 50px;
}

.s-twitter {
  background: #03a9f4;
}
.s-twitter::before {
  font-family: fontawesome;
  content: '\f099';
}
.s-twitter:hover {
  background: #0093d6;
}

.s-facebook {
  background: #3f51b5;
}
.s-facebook::before {
  font-family: fontawesome;
  content: '\f09a';
}
a.col-1.sbtn.s-facebook:hover {
  background: #2f409f;
}

.s-googleplus {
  background: #f44336;
}
.s-googleplus::before {
  font-family: fontawesome;
  content: '\f0d5';
}
.s-googleplus:hover {
  background: #c82c21;
}

.s-whatsapp {
  background: #4caf50;
}
.s-whatsapp::before {
  font-family: fontawesome;
  content: '\f232';
}
a.col-2.sbtn.s-whatsapp:hover {
  background: #3d9440;
}

.s-linkedin {
  background: #1a7baa;
}
.s-linkedin::before {
  font-family: fontawesome;
  content: '\f0e1';
}
a.col-2.sbtn.s-linkedin:hover {
  background: #136288;
}

.s-pinterest {
  background: #bd081c;
}
.s-pinterest::before {
  font-family: fontawesome;
  content: '\f231';
}
a.col-2.sbtn.s-pinterest:hover {
  background: #a10718;
}

/*.s-buffer {
    background: #ced7df;
  }
  .s-buffer::before {
      font-family: fontawesome;
      content: '\e804';
  }
  a.col-2.sbtn.s-buffer:hover {
      background: #c3c5c8;
  }*/

/********************************
  ////// Important
  *******************************/

.social-btn a:last-of-type {
  margin: 0;
}
.s-facebook::before,
.s-twitter::before {
  content: none;
}
a.col-1.sbtn {
  padding: 22px;
  border-radius: 0px;
  margin-left: -8px;
  width: 70px;
  box-shadow: 0px 0px 0px #c8c7c7;
  margin-bottom: -40px;
}
.social-box {
  padding: 0px;
}
.sm-share {
  text-align: right;
}

/* Search Ppage */

.search section {
  padding: 50px 0px;
}
body.search.search-results h2 {
  font-size: 34px !important;
}
body.search.search-results article {
  padding: 30px;
  background: #f5f6f6;
  margin-bottom: 30px;
}
body.search.search-results h1 {
  margin-bottom: 30px;
}

/* Fixed Header */

header.header.fixed_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  box-shadow: 0px 1px 2px #afa9a9;
}

.fixed_header .menu-dark-btn a,
.fixed_header .menu-light-btn a {
  color: #fff !important;
}

/* show white logo on clear */
header.header.clear .logo-img {
  display: block;
}
header.header.clear .logo-img.blue {
  display: none;
}

/* show blue logo on fixed */
.fixed_header .logo-img {
  display: none !important;
}
.fixed_header .logo-img.blue {
  display: block !important;
}

header.header.clear {
  z-index: 4;
}

div#sec_contact_details .clm-6.clm1 iframe {
  width: 100%;
}
.all-banner {
  width: 100%;
  overflow: visible;
}
.all-banner .post-box {
  padding-top: 30px;
}

.sub-menu {
  display: none;
}
.sub-menu.expand {
  display: block;
  padding-left: 10px;
  background: rgba(200, 200, 200, 0.3);
}

li#menu-item-1368 img {
  width: 27px;
  margin-right: 10px;
}
li#menu-item-1368 i.fas.fa-sort-down {
  margin-left: 10px;
  vertical-align: top;
}

/********************/
/*   Smarte Stuff   */
/********************/

/* Text shadow under several headers */
.clm-content h4,
.nega-top h2,
.box-title h2,
article header.entry-header {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
}

.petition-form {
  position: relative;
}

.wp-material-input-box {
  display: block;
  position: relative;
  margin: 16px auto;
}

.wp-material-input-box input,
.wp-material-input-box textarea {
  font-size: 18px;
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #d2d8dd;
  border-radius: 6px;
}

.wp-material-input-box.hide {
  display: none;
}

.wp-material-input-box input:focus,
.wp-material-input-box textarea:focus {
  outline: none;
  border-color: #013c79;
}

.clm-centre {
    max-width: 900px;
    margin: 0 auto;
}

/* LABEL ======================================= */
.wp-material-input-box label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  text-transform: capitalize;
}

/* active state */
.wp-material-input-box input:focus ~ label,
.wp-material-input-box input:valid ~ label,
.wp-material-input-box textarea:focus ~ label,
.wp-material-input-box textarea:valid ~ label {
  top: -8px;
  left: 15px;
  font-size: 12px;
  color: #5264ae;
  background-color: white;
  padding: 0 4px;
}

.primary-button {
  background-color: #02a4e4;
  width: 150px;
  height: 50px;
  border: none;
  font-size: 18px;
  color: white;
  text-transform: uppercase;

  transition: background-color 0.3s ease;
}

.primary-button:hover {
  background-color: #0391c9;
}

.form-success-message {
  font-size: 18px;
  padding: 8px;
}

.submission-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);

  display: none;
  flex-direction: row;
  justify-content: center;
}

.submission-loader.show {
  display: flex;
}

.submission-loader .spinner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.submission-loader .spinner {
  width: 50px;
  height: 50px;

  border: 6px solid #02a4e4;
  border-right-color: transparent;

  animation: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.contact-form-wrapper {
  position: relative;
  width: 100%;
}

.page-template-default {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-template-default .top-header,
.page-template-default header.header,
.page-template-default footer.footer {
  flex-shrink: 0;
}

.page-template-default main,
.page-template-default .page-wrapper {
  flex-grow: 1;
  position: relative;
  min-height: calc(100vh - 300px);
}

.fixed_header ~ .page-wrapper {
  margin-top: 92px;
}

a:hover {
  color: #0391c9 !important;
  text-decoration: none !important;
}

.post-content li,
.post-content p {
  font-size: 20px;
}

@media screen and (max-height: 780px) {
  div#home-banner-slider {
    max-height: 65vh;
    padding-top: 130px !important;
  }

  div#sec_help .clm-6.clm2 ul h5,
  div#sec_help h2,
  div#home-banner-slider h2 {
    font-size: 40px;
  }

  div#sec_testi-slider.new-testi .slider-box h3 {
    font-size: 25px;
  }
}

@media screen and (max-height: 640px) {
  div#home-banner-slider .post-box p {
    display: none;
  }
}

.menu-mobile .select-country {
  background: #f5f6f6;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu-mobile .select-country .dropdown {
  margin: 0;
  width: 100%;
}

.menu-mobile .menu-item-has-children > a img {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.4));
}

.menu-mobile .select-country img {
  margin: 0 5px;
}

.nav.mobile-menu.show {
  display: block !important;
}

.menu-item.mobile-menu.show {
  display: inline-block !important;
}

.mobile-menu-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
  pointer-events: none;
  display: none;
}

.mobile-menu-shadow.show {
  display: block;
}

header.header.clear.transparent {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.header.transparent .logo,
.header.transparent .menu-desktop {
  padding: 8px 0;
}

.mid-grid-section .grid .p-excerpt {
  display: block;
}

.news-slider {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 180px;
  margin: 10px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.news-slider .thumbnail {
  flex: 0.4;
  position: relative;
}

.news-slider .thumbnail a img {
  width: auto;
  height: 100%;
  left: 50%;
  margin-left: -50%;
  margin-right: -50%;
  max-width: 177%;
  position: relative;
}

.news-slider .post-box {
  position: relative;
  flex: 0.6;
  padding: 0px 12px 12px 0px;
}

.news-slider .p-cat {
  position: relative;
  margin: 0 !important;
  color: white;
  background: rgb(25, 32, 41);
  max-width: 75%;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 14px;
}

.news-slider .p-date {
  padding: 2px 0 5px 12px;
  margin-top: 30px;
  color: #9a9a9a;
  font-size: 16px;
  letter-spacing: 0.07em;
  display: block;
  height: 31px;
}

.news-slider .p-cat ~ .p-date {
  margin-top: 0;
}

.news-slider h4 {
  padding: 0 12px;
  color: #000 !important;
}

.news-slider .post-box h4:after {
  bottom: -8px;
  left: 12px;
}

#sec_news-slider .owl-prev {
  float: left;
  background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/left-aarow.png)
    no-repeat center center !important;
  width: 45px !important;
  height: 45px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

#sec_news-slider .owl-next {
  background: rgb(19, 69, 127) url(/wp-content/uploads/2019/05/right-arrow.png)
    no-repeat center center !important;
  width: 45px !important;
  height: 45px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.slider-content {
  position: absolute;
  top: 15%;
}

.slider-content h3 {
  font-size: 30px;
  color: #fff;
  line-height: normal;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  padding: 0 60px;
  min-height: 80px;
}

.slider-content h4 {
  color: #02a4e4;
  font-size: 18px;
  padding: 0 22px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 375px) {
  .slider-content h3 {
    font-size: 24px;
    min-height: 60px;
  }
}

@media only screen and (max-width: 980px) {
  #sec_step_form .wrapper {
    overflow: visible;
  }

  #sec_step_form #buttons {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
  }

  #sec_step_form #buttons input {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
}

.footer-join-button {
  width: 100%;
  padding: 16px;
  text-align: center;
}

.footer-join-button a {
  display: inline-block;
  background: #02a4e4;
  font-size: 24px;
  padding: 19px 26px 11px;
  color: #ffffff;
  font-family: 'Helvetica-BC' !important;
}

@media only screen and (max-width: 375px) {
  .foot-widget {
    width: 100%;
  }

  .footer-join-button a {
    font-size: 20px;
  }
}

#main-nav.mobile-menu.show {
  overflow: scroll;
  max-height: calc(100vh - 60px);
}

#sec_step_form .benefit-button {
  font-size: 18px;
  padding-top: 20px;
  width: 190px;
  height: 56px;
  text-transform: uppercase;
  color: white;
  background: #13457f;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  transition: 0.6s ease;
}

#sec_step_form .benefit-button:hover {
  background: #092b53;
  color: white !important;
}

#home-banner-slider .clm-6.clm1 {
  text-align: center;
}

.menu-desktop > ul {
  padding: 31px 0px 20px;
  margin: 0;
}

.search-block {
    padding: 50px;
    text-align: center;
}

.search-block input, .search-block select {
  height: 40px;
  vertical-align: top;
  margin: 5px;
  width: auto;
}

.governance {
    color: #000 !important;
    margin-bottom: 40px;
}
