/* ----------------mobile-responsive---------------------- */
.responsive-mobile-menu {
    display: none;
}
/*hamburger menu*/
.hamburger-menu {
  z-index:99;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 100px;
	height: 60px;
	cursor: pointer;
}
.bar,
.bar:after,
.bar:before {
  width: 100px;
	height: 10px;
}
.bar {
	position: relative;
	transform: translateY(25px);
	background: rgba(255, 255, 255, 1);
	transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0); 
}
.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 25px;
	background: rgba(255, 255, 255, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	background: rgba(255, 255, 255, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.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);;
}
.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);;
}
/*nav menu*/
.show {
  left: 0;
  opacity: 1;
}
.hide {
    opacity: 0;
    left: -300px;
    z-index: -9 !important;
}
.mobile-nav {
    background: rgba(71,151,8,0.9);
    position: fixed;
    top: 0;
    width: 78%;
    height: 100vh;
    text-align: center;
    transition: .2s ease;
    max-width: 100%;
    bottom: 0;
    overflow-y: scroll;
    /* transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: left .5s ease-in-out; */
}
.mobile-nav ul{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  list-style:none;
}
.mobile-nav a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}
.mobile-nav.show a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}
.mobile-nav a:hover {
  color:#2980b9;
}
/* -------------------------------------------------------- */
.responsive-mobile-menu #primary-menu li {
    display: block;
}
.mobile-nav ul {
    transform: translateY(5%);
}
.mobile-nav {
    z-index: 9;
}
/* ----------------mobile-responsive---------------------- */

.headerright-icon-sec {
    display: none;
}
.hero-banner.hero-banner-inner .banner-area p {
    color: #fff;
    width: 738px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.53) !important;
    padding: 10px;
}
.hero-banner.hero-banner-inner .banner-inner-area h1 {
    width: 800px;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.service-sec .col-2.col {
    width: 50%;
}
.service-sec .col-2.col.left {
    padding-left: 30px;
    padding-right: 15px;
}
.service-sec .col-2.col.right {
    padding-left: 15px;
    padding-right: 30px;
}
.service-sec {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 65px;
}
.contact-form-sec {
    float: left;
    width: 100%;
    background-color: rgb(57, 57, 57);
    padding-top: 25px;
    padding-bottom: 85px;
}
.contact-form-sec .contact-form .wpcf7 {
    width: 742px;
    margin: 0 auto;
}
.contact-form-sec .contact-form .wpcf7 .wpcf7-form {
    float: left;
    width: 100%;
    background-image: linear-gradient(90deg,rgba(69,150,8,0.95) 0%,rgba(217,217,217,1) 100%) !important;
    padding-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.contact-form-sec .contact-form .wpcf7 label {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.contact-form-sec .contact-form .wpcf7 p {
    text-align: center;
}
.contact-form-sec .contact-form .wpcf7 .wt-30 {
    text-align: center;
    width: 33.33%;
    padding: 0px 15px;
    float: left;
}
.contact-form-sec .contact-form .wpcf7 .wt-30 .wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}
.contact-form-sec .contact-form .wpcf7 .wt-30 .wpcf7-form-control-wrap input.wpcf7-form-control {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 40px;
    padding: 0px 4px;
}
.contact-form-sec .contact-form .wpcf7 .wt-100 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    margin-top: 15px;
}
.contact-form-sec .contact-form .wpcf7 .wt-100 .wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 4px 4px;
}
.contact-form-sec .contact-form .wpcf7 .wpcf7-form-control.wpcf7-submit {
    background-color: rgb(108, 172, 8);
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    width: 280px;
    font-size: 16px;
    height: 43px;
    float: right;
}
.contact-form-sec .contact-form .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
    border: 2px solid rgb(108, 172, 8);
}
.contact-form-sec .contact-form p {
    width: 570px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    line-height: 2;
}
h2.common-h2.white {
    color: #fff;
    margin-bottom: 10px;
}
h2.common-h2.white::before {
    background-image: url(https://wordpress-241792-1690191.cloudwaysapps.com/wp-content/uploads/2021/01/bletchley-turf-logo-grey-37c3df97-122w.png);
}
.service-sec .col li {
    position: relative;
    padding-left: 20px;
}
.service-sec .col li .fa.fa-check {
    position: absolute;
    top: 8px;
    left: 0;
}
.service-sec .col li a {
    color: rgb(69, 150, 8);
    font-weight: 600;
}
.cta-section {
    float: left;
    width: 100%;
    background: linear-gradient(to bottom,#307602,#479708) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-section .ctn-col {
    padding-left: 30px;
    padding-right: 15px;
    float: left;
    width: 80%;
}
.cta-section .btn-col {
    float: right;
    width: 20%;
    margin-top: 20px;
}
.cta-section .btn-col .button {
    max-width: 100%;
    width: 100%;
}
.cta-section h4 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    line-height: 2;
    margin: 0;
}
.cta-section h4 a {
    color: #fff;
    text-decoration: none;
}
.button-light-green {
    background: var(--hover-green-bg);
}
.button-light-green:hover {
    background: var(--green-bg);
}
.logo-content-sec {
    float: left;
    width: 100%;
    background-color: rgb(57, 57, 57);
    padding-top: 85px;
    padding-bottom: 85px;
}
.logo-content-sec .logo-left {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-top: 40px;
    text-align: center;
}
.logo-content-sec .logo-left {
    width: 50%;
    float: left;
    padding-left: 20px;
}
.logo-content-sec .ctn-right {
    float: left;
    width: 50%;
    padding-left: 20px;
}
.logo-content-sec .ctn-right li {
    color: rgb(213, 213, 213);
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
}
.button-white {
    background-color: #fff;
    color: var(--green-bg);
    text-transform: none;
    font-size: 16px !important;
    max-width: 100%;
    width: auto;
    padding: 11px 50px;
    line-height: normal;
    height: auto;
}
.button-white:hover {
    background-color: var(--green-bg);
    color: #fff;
}
.service-sec .col-1.col.center {
    width: 100%;
    text-align: center;
}
.parallex-content ul li {
    color: #fff;
    list-style: none;
    line-height: 2;
    padding-left: 25px;
    position: relative;
}
.parallex-content ul li .fa.fa-check {
    color: #fff;
    position: absolute;
top: 8px;
left: 0;
}
.parallex-content ul {
    padding: 0;
}

.contact-sec-form {
    float: left;
    width: 100%;
    background-color: rgb(57, 57, 57);
    padding-top: 25px;
    padding-bottom: 85px;
}
.contact-sec-form .contact-form .wpcf7 {
    width: 100%;
    margin: 0 auto;
}
.contact-sec-form .contact-form .wpcf7 .wpcf7-form {
    float: left;
    width: 100%;
    /* background-image: linear-gradient(90deg,rgba(69,150,8,0.95) 0%,rgba(217,217,217,1) 100%) !important; */
    padding-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    background: var(--green-bg);
}
.contact-sec-form .contact-form .wpcf7 label {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.term-conditon h1 {
    font-weight: bold;
    color: rgba(71,151,8,1);
    font-size: 48px;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
}
.term-conditon h2 {
    font-weight: bold;
    color: rgba(71,151,8,1);
    font-size: 38px;
    line-height: 1.2;
    margin: 0;
}
.term-conditon h3 {
    font-size: 24px;
    line-height: 1.2;
}
.term-conditon a {
    color: #18d5d7 !important;
}
.contact-sec-form .contact-form .wpcf7 p {
    text-align: center;
}
.contact-sec-form .contact-form .wpcf7 .wt-30 {
    text-align: center;
    width: 33.33%;
    padding: 0px 15px;
    float: left;
}
.contact-sec-form .contact-form .wpcf7 .wt-30 .wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}
.contact-sec-form .contact-form .wpcf7 .wt-30 .wpcf7-form-control-wrap input.wpcf7-form-control {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 40px;
    padding: 0px 4px;
}
.contact-sec-form .contact-form .wpcf7 .wt-100 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    margin-top: 15px;
}
.contact-sec-form .contact-form .wpcf7 .wt-100 .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 4px 4px;
}
.contact-sec-form .contact-form .wpcf7 .wpcf7-form-control.wpcf7-submit {
    background-color: rgb(108, 172, 8);
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    width: 280px;
    font-size: 16px;
    height: 43px;
    float: right;
}
.contact-sec-form .contact-form .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
    border: 2px solid rgb(108, 172, 8);
}
.contact-sec-form .contact-form p {
    width: 570px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    line-height: 2;
}
.first-left-sec {
    position: relative;
}
.first-left-sec::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2021/01/bletchley-turf-logo-grey-37c3df97-122w.png');
    margin: 0 auto;
    left: 0;
    top: -76px;
    height: 49px;
    width: 59px;
    background-size: cover;
}
.contact-left-sec {
    float: left;
    width: 50%;
}
.contact-right-sec {
    float: right;
    width: 50%;
}
.contact-right-sec p {
    width: 100% !important;
}
h2.common-heading {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-size: 48px;
    line-height: normal;
    font-weight: bold !important;
    position: relative;
    margin-top: 50px;
}
.contact-left-sec {
    padding-top: 120px;
}
.contact-left-sec p {
    color: #fff;
}
.contact-left-sec p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 38px 0px 0px;
}
.left-last-sec {
    padding: 15px 0px 0px 0px;
}
.center-btn-section {
    text-align: center;
}
.center-btn-section .button.button-light-green {
    margin: 10px;
}

