.header {
  padding: 10px 0;
}
.header_about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_about .logo {
  width: 25%;
}
.header_about .navigation_main {
  width: 54%;
  text-align: right;
}
.header_about .header_right {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.header_about .navigation_main .menu {
  margin: 0;
  padding: 0;
}
.header_about .navigation_main .menu li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}
.header_about .navigation_main .menu li a {
  display: block;
  color: #333;
  font-size: 16px;
  font-family: "Conv_Mark-Bold";
  text-transform: none;
  text-decoration: none;
}
.navigation nav ul li a.active,
.navigation nav ul li a:hover {
  transition: 0.5s;
  color: #0c605e;
}
#menu-item-22 {
  display: none;
}
.buttonDefault {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  font-family: "Conv_Mark-Bold";
  position: relative;
  transition: all 0.35s;
  background: #0c605e;
  text-decoration: none;
}
.buttonDefault:hover {
  background: #0c3b5e;
  color: #fff;
}
.buttonDefault span {
  position: relative;
  z-index: 2;
  display: block;
}
.header_right .social_menu ul {
  margin: 0;
  padding: 0;
}
.header_right .social_menu ul li {
  list-style: none;
  display: inline-block;
}
.header_right .social_menu ul li a {
  font-size: 22px;
  padding-left: 5px;
}
.header_right .social_menu ul li a .fa {
  padding: 0;
  width: 25px;
}
.checkbtn {
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 0;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
.checkbtn {
  color: #0c605e;
}
/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
.mobile_menu {
  display: none;
}
.page-id-14 .subpageTitle{
  display: none;
}
.page-id-14 .contentArea {
    padding: 100px 0 0 0;
}
#frm_form_1_container .frm_form_title{
  margin: 0;
}
.mobile-menu.active {
  min-height:100vh;
}
/* Mobile menu css */
.mobile_navigation .hamburger-menu {
  padding-top: 10px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
	display:none;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.mobile_navigation .bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.mobile_navigation .bar.animate {
  background: rgba(255, 255, 255, 0);
}

.mobile_navigation .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile_navigation .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile_navigation .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile_navigation .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_navigation .mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile_navigation .mobile-menu li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
	    font-family: "Conv_Mark-Bold";

}


.mobile_navigation .mobile-menu li a {
  text-decoration: none;
  color: black;
	color:#333;
	font-size:16px;
}

/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
.mobile_navigation .mobile-menu {
  top: 72px;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #fff;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
.menu-item-has-children:hover {
  cursor: hand;
}

.menu-item-has-children .mobile-sub-menu {
  display: none;
	padding: 5px 0 0 !important;
}
.mobile-menu .contact_btn{
	padding:10px 0;
}
.mobile-menu .contact_btn a{
	display:block;
	font-size: 16px;
	text-transform: uppercase;
	padding-left:15px;
}
.menu-item-has-children .mobile-sub-menu li{
	line-height:1.4;
	padding-left: 10px;
}
.menu-item-has-children .mobile-sub-menu li a{
	font-size:14px;
}
.mobile-menu .menu-item-has-children .sub-menu li:first-child {
  margin-top: 0px;
}

.mobile_navigation .menu-item-has-children {
  position: absolute;
  display: block;
  font-size: 16px !important;
  color: black;
  top:0;
  right: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.mobile_navigation .menu-item-has-children .icon:after {
	content: '\25BC';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0;
	top: 0;
	text-decoration:none;
	right: 15px;
	position: absolute;
	  transition: transform 0.6s;

}

.mobile_navigation .menu-item-has-children .icon.open:after {
  transform: rotate(-180deg);
  transition: transform 0.6s;
	
	
}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
  .header_about .navigation_main .menu li {
    padding-left: 15px;
  }
  .header_about .navigation_main .menu li a {
    font-size: 14px;
  }
  .contact_btn a {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
	.mobile_navigation .hamburger-menu{
		display:block;
	}
  .subpageTitle {
    padding: 100px 0 0;
  }
  .homepageBanner {
    padding: 100px 0 50px;
  }
  h1.subpagetitle {
    padding: 100px 0 0;
  }
  .mobile_menu {
    display: block;
  }
  .header_right .contact_btn {
    display: none;
  }
  .header_about .header_right {
    width: 60%;
    gap: 0;
    justify-content: end;
  }
  .navigation nav ul li a {
    font-size: 16px;
  }
  .navigation_main {
    display: none;
  }
  .checkbtn {
    display: block;
  }
  .navigation nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 56px;
    left: -100%;
    text-align: center;
    padding-left: 0;
    transition: all 0.5s;
    z-index: 99;
  }
  .navigation nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    display: block;
    margin: 0;
    line-height: 1em;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
  }

  .navigation nav ul li a {
    display: block;
    padding: 2em 0;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #0c605e;
  }
  a:hover,
  a.active {
    background: none;
    color: #000;
  }
  #check:checked ~ ul {
    left: 0;
  }
  .checkbtn {
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 99999;
  }
  .navigation nav ul li a.active,
  .navigation nav ul li a:hover {
    color: #000;
  }

  #check:checked ~ ul {
    left: 0;
    overflow-y: scroll;
    height: 90vh;
  }
  header {
    border-bottom: 1px solid #ddd;
    position: fixed;
    left: 0;
    width: 100%;
    top: auto;
    background: #fff;
    z-index: 999;
    top: 0;
  }
  .navigation {
    width: auto;
  }
  .logo {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .checkbtn {
    top: -5px;
  }
  .blog_section .blog_card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .cardsBlog__content {
    min-height: 170px;
  }
  .subpageTitle {
    padding: 70px 0 0;
  }
  h1.subpagetitle {
    padding: 70px 0 0;
  }
  .homepageBanner {
    padding: 70px 0 50px;
  }
  .page-id-14 .contentArea {
    padding: 85px 0 0 0;
}
	.Searchform_404 .search-field
	{
		width: 70%;
	}

}
@media only screen and (max-width:680px)
{
    .Searchform_404 .search-field {
    width: 66%;
}
	
}
@media only screen and (max-width: 640px) {
  .checkbtn {
    top: -10px;
  }
  .header_about .header_right {
    width: 55%;
  }
  #check:checked ~ ul {
    margin-top: 7px;
  }
  .subpageTitle {
    padding: 60px 0 0;
  }
  h1.subpagetitle {
    padding: 60px 0 0;
  }
  .homepageBanner {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  #check:checked ~ ul {
    margin-top: 8px;
  }
  .checkbtn {
    top: -8px;
  }
  .header_about .logo {
    width: 35%;
  }
  .header_about .header_right {
    width: 45%;
  }
  .page-id-14 .contentArea {
    padding: 70px 0 0 0;
}
  	.Searchform_404 .search-field {
		width: 100%;
		margin-bottom: 10px;
	}
	.Searchform_404 .search-submit
	{
		margin-left:0;
		width:100%;
	}

}
@media only screen and (max-width: 430px) {
	.mobile_navigation .mobile-menu {
		top: 64px;
		max-width: 80%;
	}
	.bar, .bar:after, .bar:before {
		width: 25px;
		height: 2px;
}
}
@media only screen and (max-width: 425px) {

  .subPageMain {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .single-post h1.subpageTitle {
    font-size: 19px;
    margin: 20px 0 10px;
  }
  .header_right .social_menu ul li a .fa {
    width: 0;
  }
  .header_right .social_menu ul li a {
    display: block;
    font-size: 18px;
  }
  .header_about .header_right {
    width: 50%;
  }
  .navigation nav ul li a {
    padding: 1.7em 0;
  }
  #check:checked ~ ul {
    height: calc(100vh - 50px);
    top: 50px;
  }
  .checkbtn {
    top: -12px;
  }
  .header_right .social_menu ul li a {
    font-size: 18px;
  }
  .subpageTitle {
    padding: 40px 0 0;
  }
  h1.subpagetitle {
    padding: 40px 0 0;
  }
  .homepageBanner {
    padding: 60px 0 50px;
  }
 
  #check:checked ~ ul {
    margin-top: 0;
  }
  .card-tag a {
    display: block;
    padding-bottom: 0;
}
.card-smallTitle a {
    font-size: 17px;
}
}
@media only screen and (max-width:375px)
{
	.thankyou_btn{
		padding: 8px 15px;
		font-size: 14px;
	}
}

