@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    /*padding-top: 195px;*/
    overflow-x: hidden;
}
body.stop {
    overflow: hidden;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: unset;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins';
}

h2 {
    font-size: 45px;
    margin-bottom: 27px;
    line-height: 62px;
}

h3 {
    font-size: 29px;
    margin-bottom: 37px;
}

h4 {
    font-size: 23px;
    margin-bottom: 9px;
}

h5 {
    font-size: 23px;
    margin-bottom: 22px;
    line-height: 27px;
}

h6 {
    font-size: 19px;
}

p {
    font-size: 19px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 42px;
    color: #1c1c1c;
}

p a {
    color: #f83703;
    transition: all 0.3s;
}

p a:hover,
p a:focus {
    color: #e6ae4e;
}

.container {
    max-width: 1320px;
}

/*==========================
    Font Weight CSS Start
=============================*/
.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}

/*==========================
    Font Weight CSS End
=============================*/

/*==========================
    Color CSS Start
=============================*/
.blue_092 {
    color: #2d3092;
}

.blue_ae1 {
    color: #2daae1;
}

.black_c1c {
    color: #1c1c1c;
}

.blue_092_bg {
    background- color: #2d3092 !important;
}

.blue_ae1_bg {
    background-color: #2daae1 !important;
}

.black_c1c_bg {
    background-color: #1c1c1c !important;
}

/*==========================
    Color CSS End
=============================*/

/*==========================
    Button CSS Start
=============================*/
.btn-group {
    display: flex;
    align-items: center;
}

.btn-group>div {
    margin: 0 13px;
}

.btn-group>div:first-child {
    margin-left: 0;
}

.btn-group>div:last-child {
    margin-right: 0;
}

.btn {
    font-weight: 500;
    font-size: 15px;
    min-width: 177px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    padding: 0;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    background-color: #000;
    box-shadow: 4.015px 5.734px 11.7px 1.3px rgba(0, 0, 0, 0.14);
    transition: all 0.3s;
}

.btn:hover {
    color: #fff;
}

.red_btn .btn {
    background-color: #df451e;
}

.red_btn .btn:hover {
    background-color: #2daae1;
}

.blue_btn .btn {
    background-color: #2daae1;
}

.blue_btn .btn:hover {
    background-color: #df451e;
}

.white_btn .btn {
    background-color: #ffffff;
    color: #2daae1;
}

.white_btn .btn:hover {
    background-color: #1c1c1c;
    color: #fff;
}

.black_c1c_bg .white_btn .btn:hover,
.black_c1c_bg .white_btn .btn:focus{
    background-color: #2daae1;
}
.blue_092_bg .red_btn .btn:hover,
.blue_092_bg .red_btn .btn:focus{
    background-color: #fff;
    color: #2daae1;
}
.black_btn .btn {
    background-color: #1c1c1c;
    color: #fff;
}

.black_btn .btn:hover,
.black_btn .btn:focus{
    background-color: #ffffff;
    color: #2daae1;
}

.link {
    color: #df451e;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.link:hover,
.link:focus {
    color: #1c1c1c;
}

.blue_link {
    color: #2daae1;
    text-decoration: underline;
}

.blue_link:hover,
.blue_link:focus {
    color: #df451e;
    text-decoration: none;
}

/*==========================
    Button CSS End
=============================*/
/*==========================
    Banner Images CSS Start
=============================*/

.home_services .box h4 span.icon img,
.home_about .img_wrap img,
.gallery_section .img_wrap img {
    width: 100%;
}

.overlay_black {
    position: relative;
    z-index: 1;
}

.overlay_black::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.93);
    z-index: -1;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.thank_you_banner {
    background-image: url(../images/home/supreme-turf-and-soils-ltd-home-banner-1.jpg);
}

.home_banner {
    background-image: url(../images/home/john-clark-services-home-banner.jpg);
}

.engineers_banner {
    background-image: url(../images/john-clark-services-fully-qualified-engineers.jpg);
}
.boiler_servicing_banner {
    background-image: url(../images/boiler-servicing/john-clark-services-boiler-servicing-banner.jpg);
}
.boiler_repairs_banner {
    background-image: url(../images/boiler-repairs/john-clark-services-boiler-repairs-banner.jpg);
}

.home_services_shape_banner {
    /*background-image: url(../images/john-clark-services-home-services-shape-bg.png);*/
    background: url(../images/john-clark-services-home-services-bottom-shape-bg.png) right bottom no-repeat,
        url(../images/john-clark-services-home-services-shape-bg.png) left top no-repeat;
    background-size: 100%;
}

.black_text_shape_banner {
    background-image: url(../images/john-clark-services-black-text-shap-banner.png);
}

.testimonial_shape_banner {
    background-image: url(../images/john-clark-services-testimonial-shape.png);
}

.plumbing_banner {
    background-image: url(../images/plumbing/john-clark-services-plumbing-banner.jpg);
}
.boiler_installation_banner {
    background-image: url(../images/boiler-installation/john-clark-services-boiler-installation-banner.jpg);
}

.electrician_banner {
    background-image: url(../images/electrician/john-clark-services-electrician-banner.jpg);
}
.electric_vehicle_banner {
    background-image: url(../images/electric-vehicle-charging-installations/john-clark-services-electric-vehicle-charging-installations-banner.jpg);
}
.led_lighting_banner {
    background-image: url(../images/led-lighting/john-clark-services-led-lighting-banner.jpg);
}
.cctv_installations_banner {
    background-image: url(../images/cctv-installations/john-clark-services-cctv-installations-banner.jpg);
}
.bathroom_fitting_banner {
    background-image: url(../images/bathroom-fitting/john-clark-services-bathroom-fitting-banner.jpg);
}

.commercial_plumbing_banner {
    background-image: url(../images/commercial-plumbing/john-clark-services-commercial-plumbing-banner.jpg);
}
.commercial_electricians_banner {
    background-image: url(../images/commercial-electricians/john-clark-services-commercial-electricians-banner.jpg);
}
.commercial_heating_banner {
    background-image: url(../images/commercial-heating/john-clark-services-commercial-heating-banner.jpg);
}
.kitchen_fitting_banner {
    background-image: url(../images/kitchen-fitting/john-clark-services-kitchen-fitting-banner.jpg);
}
.contact_us_banner {
    background-image: url(../images/contact-us/john-clark-services-contact-us-banner.jpg);
}

.testimonial_banner {
    background-image: url(../images/john-clark-services-testimonial.jpg);
}

/*==========================
    Banner Images CSS End
=============================*/

/*==========================
    Icons Images CSS End
=============================*/

/*==========================
    Icons Images CSS End
=============================*/
/*==========================
    Navigation CSS Start
=============================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;

}

header.sticky {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    background-color: #1c1c1c;
}

header .bottom_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15px;
    max-width: 1630px;
    transition: all 0.3s;
}

header .logo {
    max-width: 176px;
    width: 100%;
    transition: all 0.3s;
}

header .logo a {
    display: inline-block;
}

header .logo a img {
    width: 100%;
}

header .right {
    display: flex;
    align-items: center;
}

header .right .blue-btn {
    margin-right: 56px;
}

header .right .menu_btn {
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

header .right .menu_btn span {
    margin-right: 17px;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.5s;
    color: #fff;
}

header .right .menu_btn:hover span,
header .right .menu_btn:focus span {
    color: #f83703;
}

header .right .menu_btn img {
    max-width: 24px;
    transform: rotateY(0deg);
    transform-origin: center;
    transition: all 0.5s;
}

header nav {
    background-color: #1c1c1c;
    max-width: 640px;
    width: 100%;
    position: fixed;
    right: -640px;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    padding: 0px 80px 50px 80px;
    z-index: 9999;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    background-image: url('../images/john-clark-services-menu-bg-shape.png');
    background-repeat: no-repeat;
    background-size: 400px;
    background-attachment: fixed;
    background-position: top right;
  box-shadow: -7px 0px 17.1px 1.9px rgba(0, 0, 0, 0.51);
}
header nav.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 40px rgb(0, 0, 0);
}
header nav p{
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
}
header nav .menu {
    display: block;
    width: 100%;
    /*padding: 100px 20px 0px 30px;*/
}

header nav .menu li {
    margin: 0;
    /*padding-left: 30px;*/
    margin-bottom: 25px;
}

header nav ul.menu li a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
}
header nav .menu li.sub_menu > a {
    background-image: url(../images/icons/white-down-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%;
    padding-right: 20px;
}
header nav ul.menu li a:hover,
header nav .menu li.sub_menu ul li a:hover,
header nav ul.menu li a.active,
header nav .menu li.sub_menu ul li a.active {
    color: #2daae1;
}
header nav ul.menu li a .hightlight {
    font-size: 12px;
    font-weight: 600;
    color: #2daae1;
    margin-left: 10px;
}
header nav .menu li a::before {
    content: "";
    background-size: contain;
    width: 12px;
    height: 12px;
    background-image: url("../images/icons/right-arrow-icon.png");
    margin: 0 27px 0 0px;
    display: inline-block;
    background-repeat: no-repeat;
}

header nav .menu li.border_btn .btn {
    width: auto;
}

header nav .menu li a.active::before {
    /*left: -30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 15px;
    height: 2px;*/
}

header nav ul li.sub_menu ul {
    padding: 20px 0px 0px 40px;
    min-width: inherit;
    visibility: visible;
    opacity: 1;
    display: block;
    position: static;
    width: 100%;
    background-color: transparent;
}

header nav ul li.sub_menu ul {
    /*display: none;*/
}

header nav .menu li.sub_menu ul li {
    padding: 0;
    margin-bottom: 11px;
}

header nav .menu li.sub_menu ul li a {
    color: #fff;
    font-size: 17px;
}

header nav .menu li.sub_menu {
    position: relative;
}

header nav .menu li.sub_menu::after {
    position: absolute;
    top: 18px;
    right: 0px;
}

header nav ul li.sub_menu ul::before {
    display: none;
}

header nav .menu li.sub_menu ul li a:hover::before,
header nav .menu li.sub_menu ul li a.active::before {
    background-image: url(../images/icons/right-arrow-white-icon.png);
}

header nav .menu li.sub_menu ul li a:hover::before {}

header nav {
    max-width: 640px;
    right: -640px;
    padding: 120px 85px 50px 50px;
    width: 100%;
}
header nav .close_btn {
    position: absolute;
    top: 0;
    right: 85px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: #1c1c1c;
    width: auto;
    text-align: right;
    justify-content: flex-end;
    margin: 0px 0px;
    padding: 50px 0px 40px;
    z-index: 999;
    transition: all 0.3s;
}
header nav .close_btn:hover {
    color:#f83703;
}


header nav .close_btn .close {
    width: 7px;
    height: 7px;
    display: inline-block;
    opacity: 1;
    margin-left: 16px;
    line-height: 0;
}
header nav .close_btn .close { }

header nav .close_btn .close img {
    width: 100%;
}
header.sticky .bottom_nav {
    padding: 20px 15px;
}
header.sticky .logo {
    max-width: 130px;
}
.contact_details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 80px;
}
.contact_details li {
    margin-right: 30px;
    line-height: inherit;
    letter-spacing: 0.20px;
}

.contact_details li:last-child {
    margin-right: 0px;
}

.contact_details li span{
    /*width: 17px;*/
    /*height: 13px;*/
    font-size: 17px;
    color: #f83703;
    font-weight: 600;
    position: relative;
}
.contact_details li span.icons::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
}

.contact_details li span.email_icon::before{
    width: 17px;
    height: 13px;
    background-image: url(../images/icons/email-red-icon.png);
}
.contact_details li span.call_icon::before{
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/phone-red-icon.png);
}

.contact_details li a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: inherit;
    transition: all 0.3s;
}
.contact_details li a:hover,
.contact_details li a:focus {
    color: #f83703;
}
header.sticky .contact_details li a:hover,
header.sticky .contact_details li a:focus {
    color: #2daae1;
}
/*==========================
    Navigation CSS End
=============================*/
/*==========================
    HomePage CSS Start
=============================*/
.home_banner {
    padding: 110px 0px 120px;
}
.home_banner .container{
    max-width: 1630px;
}
.home_banner .img_wrap {
    min-width: 1240px;
    transform: translate(-8%);
}
.home_banner .text_wrap {
    margin-top: -140px;
}
.home_banner .text_wrap h3 {
    margin-bottom: 10px;
}
.home_banner .text_wrap h1 {
    font-size: 66px;
    line-height: 73px;
    margin-bottom: 29px;
}
.home_banner .img_wrap img{
    width: 100%;
}
.home_services {
    background-color: #f7f7f7;
    padding: 100px 0px 200px;
}

.home_services .container .row,
.gallery_section .container .row {
    margin-right: -20px;
    margin-left: -20px;
}

.home_services .container .row>div,
.gallery_section .container .row>div {
    padding-right: 20px;
    padding-left: 20px;
    margin: 20px 0px;
}

.home_services .box {
    transition: all 0.3s;
    background-color: #ffffff;
    box-shadow: 4.015px 5.734px 11.7px 1.3px rgba(0, 0, 0, 0.06);
    display: flex;
}

.home_services .box:hover {
    background-color: #2daae1;
}

.home_services .box a {
    padding: 50px;
    display: block;
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
}

.home_services .box h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_services .box h4 span {}

.home_services .box h4 span.plumb {}

.home_services .box h4 span.icon {
    max-width: 47px;
    display: inline-block;
}

.home_services .box p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
}

.home_services .box span.link {}

.home_services .box:hover a,
.home_services .box:hover p,
.home_services .box:hover span.link {
    color: #ffffff;
}

.home_services .btn-group {
    margin-top: 35px;
}

.home_about {
    padding: 120px 0px;
}

.home_about .box {
    margin-bottom: 80px;
}
.home_about .box h3{
    margin-bottom: 27px;
}

.home_about .general .box:last-child {
    margin-bottom: 0px;
}
.home_about .box h2 {}

.home_about .box p {
    text-align: justify;
}

.home_about .img_wrap {
    position: relative;
    z-index: 1;
    max-width: 470px;
    width: 100%;
}

.home_about .img_wrap img {
    border-radius: 20px;
}

.home_about .img_wrap::before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    bottom: -30px;
    right: -30px;
    background-color: #abddf3;
    z-index: -1;
    border-radius: 20px;
}

.black_text {
    padding: 120px 0px;
}

.black_text .text_wrap {}

.black_text .text_wrap p {
    color: #fff;
    padding: 0 10px;
}
body.index .black_text .text_wrap p {
    text-align: justify;
}
.gallery_section {
    padding: 100px 0px;
}

.gallery_section .img_wrap {
    box-shadow: 4.015px 5.734px 11.7px 1.3px rgba(0, 0, 0, 0.06);
}

#partner_slider .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

#partner_slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.partner {
    margin-top: 50px;
}

.engineers {
    padding: 120px 0;
}

.engineers .text_wrap {}

.engineers .text_wrap h2 {
    margin-bottom: 0px;
}

.engineers .text_wrap p {
    margin-bottom: 31px;
}

.map {
    /*height: 345px;*/
    position: relative;
    overflow: hidden;
}
.map img{
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial {
    padding: 100px 0px 85px;
}

.testimonial .testimonial_slider {
    background-color: rgba(28, 28, 28, 0.93);
    padding: 120px 0px;
    box-shadow: 4.015px 5.734px 11.7px 1.3px rgba(0, 0, 0, 0.06);
}

.testimonial .testimonial_slider .text_wrap {
    color: #fff;
    text-align: center;
}

.testimonial .testimonial_slider .text_wrap h2 {}

.testimonial .testimonial_slider .text_wrap p {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto 35px;
    font-size: 18px;
    line-height: 30px;
}

.testimonial .testimonial_slider .text_wrap span.date {
    font-size: 21px;
    font-weight: 700;
    font-style: italic;
}

.testimonial_slider .owl-nav.disabled,
.testimonial_slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    justify-content: space-between;
    background-color: red;
    width: calc(100% - 150px);
    margin: 0 auto;
}

.testimonial_slider .owl-prev,
.testimonial_slider .owl-next {
    position: relative;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s;
    z-index: 999;
    /*! padding: 10px 6px; */
}

.testimonial_slider .owl-prev:hover,
.testimonial_slider .owl-next:hover {
    background-color: #fff;
}

.testimonial_slider .owl-prev {
    margin-left: 0;
    left: 0;
}

.testimonial_slider .owl-next {
    margin-right: 0;
    right: 0;
}

.testimonial_slider .owl-prev::before,
.testimonial_slider .owl-next::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/left-arrow-icon.png');
    background-size: 18px;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.testimonial_slider .owl-next::before {
    background-image: url('../images/icons/right-arrow-icon.png');
}

/*==========================
    HomePage CSS End
=============================*/
/*==========================
    Footer CSS Start
=============================*/

footer {
    background-color: #2daae1;
}

footer .footer_logo,
.social_icons {
    margin-bottom: 73px;
}
footer .footer_logo{
    max-width: 170PX;
}
footer .footer_logo img {
    width: 100%;
}

.social_icons {}

.social_icons ul {
    display: flex;
}

.social_icons ul li {
    margin: 0 9px;
}

.social_icons ul li:first-child {
    margin-left: 0px;
}

.social_icons ul li:last-child {
    margin-right: 0px;
}

.social_icons ul li a {}

.social_icons ul li a.icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: cover;
    transition: all 0.3s;
}

.social_icons ul li a.facebook_icons {
    background-image: url(../images/icons/facebook-icon.png);
}

.social_icons ul li a.link_icons {
    background-image: url(../images/icons/linkdin-icon.png);
}

.social_icons ul li a.facebook_icons:hover {
    background-image: url(../images/icons/facebook-icon-hover.png);
}

.social_icons ul li a.link_icons:hover {
    background-image: url(../images/icons/linkdin-icon-hover.png);
}

.social_icons.blue ul li a.facebook_icons {
    background-image: url(../images/icons/facebook-blue-icon.png);
}

.social_icons.blue ul li a.link_icons {
    background-image: url(../images/icons/linkdin-blue-icon.png);
}

.social_icons.blue ul li a.facebook_icons:hover {
    background-image: url(../images/icons/facebook-icon.png);
}

.social_icons.blue ul li a.link_icons:hover {
    background-image: url(../images/icons/linkdin-icon.png);
}

footer .common {}

footer .common h5 {
    color: #1c1c1c;
}

footer .common .menu_wrapper {
    display: flex;
}

footer .common .footer_menu {
    margin-right: 50px;
}

footer .common .footer_menu:last-child {
    margin-right: 0px;
}

footer .common .footer_menu li {}

footer .common .footer_menu li a {
    position: relative;
    display: flex;
    align-items: center;
}

footer .common .footer_menu li a::before {
    content: "";
    width: 9px;
    height: 5px;
    background-image: url(../images/icons/right-arrow-white-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 20px;
}

.get_in {}

.get_in li {
    display: flex;
}

.get_in li span.small_title {
    min-width: 100px;
    display: inline-block;
    margin-right: 20px;
}

footer .common.get_in_wrapper {
    margin-left: 30px;
}

.get_in li a,
.get_in li span.small_title,
footer .common p,
footer .common .footer_menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    transition: all 0.3s;
}

.get_in li a:hover,
footer .common .footer_menu li a:hover,
.get_in li a.active,
footer .common .footer_menu li a.active {
    color: #1c1c1c;
}

footer .common p {
    line-height: 27px;
    max-width: 395px;
    text-align: justify;
}

.get_in li:nth-child(2) {
    align-items: center;
}

.get_in li a+.line {
    width: 2px;
    height: 14px;
    background-color: #fff;
    display: inline-block;
    margin: 0 13px;
}

.get_in li:last-child,
.get_in li:last-child a {
    line-height: 25px;
}

.get_in li:last-child {
    margin-top: 12px;
}

.get_in li:last-child span.small_title {
    margin-top: -8px;
}

.bottom-footer {
    background-color: #2daae1;
    overflow: hidden;
    padding: 65px 0 90px;
}

.bottom-footer .copy ul {}

.bottom-footer .copy ul li,
.bottom-footer .copy ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.bottom-footer .copy ul li a:hover {
    color: #1c1c1c;
}

.bottom-footer .copy ul li span {
    margin: 0 13px;
}

/*==========================
    Footer CSS End
=============================*/


.inner_banner.inner {
    padding: 280px 0;
}

.inner_banner.overlay_black {}

.inner_banner.overlay_black::before {
    background-color: rgba(0, 0, 0, 0.60);
}

.inner_banner.inner,
.home_banner_bottom_shape {
    position: relative;
    z-index: 0;
}

.inner_banner.inner::after, .home_banner_bottom_shape::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/john-clark-services-inner-banner-bottom-shape.png) left top no-repeat, url(../images/john-clark-services-inner-banner-texture-bg.png) left top no-repeat;
    background-size: contain, 100%;
    background-repeat: no-repeat;
    background-position: right bottom, 0px -40px;
    z-index: -1;
}

.inner_banner.inner.contact_shpe_before::after {
    background: url(../images/john-clark-services-inner-banner-bottom-shape2.png) left bottom no-repeat,
        url(../images/john-clark-services-inner-banner-texture-bg.png) left top no-repeat;
    background-size: contain, 100%;
}
.home_banner_bottom_shape::after{
    background: url(../images/john-clark-services-home-banner-bottom-shape-bg.png) left bottom no-repeat;;
    background-size: contain;
}
/*==========================
    scrollToTop CSS Start
=============================*/
.scrollToTop {
    background-color: #1c1c1c;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border-radius: 3px;
    transition: all 0.3s;
    border: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    padding: 10px;
    /*border: 2px solid #1c1c1c;*/
}

.scrollToTop:hover {
    background-color: #f83703;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.scrollToTop img {
    width: 100%;
}

.menu_overlay,
.pop_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menu_overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.menu_overlay.active,
.pop_overlay.active {
    visibility: visible;
    opacity: 1;
}

/*==========================
    scrollToTop CSS End
=============================*/

/*==========================
    Inner Pages CSS Start
=============================*/
.general {}

.general .check_list {}

.general .check_list ul {}

.general .check_list ul li {
    font-size: 21px;
    font-weight: 600;
    padding-left: 65px;
    background-image: url(../images/icons/services-icon.png);
    background-repeat: no-repeat;
    background-size: 31px;
    margin-bottom: 32px;
    color: #1c1c1c;
}

.general .check_list ul li:last-child {
    margin-bottom: 0;
}

.general .check_list ul li::before {}

.home_about .container {
    margin-bottom: 70px
}

.home_about .container:last-child {
    margin-bottom: 0;
}

.black_text h3 {
    margin-bottom: 20px;
}















#home_banner.thank_you .container {
    padding: 14% 0 7%;
}

#home_banner.thank_you {
    height: inherit;
}

#home_banner.thank_you h1 {
    font-size: 120px;
    line-height: inherit;
    margin: 0px;
}

#home_banner.thank_you h1::before {
    display: none;
}

#home_banner.thank_you p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

#home_banner.thank_you .btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
}

#home_banner.thank_you .btn:hover {
    color: #2f2e2e;
    background-color: #fff;
    border-color: #fff;
}

/*==========================
    Inner Pages CSS End
=============================*/
.error_messages,
.error_captcha {
    color: red;
    font-size: 14px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.contact_form {}
.contact_form h2 {
    margin-bottom: 56px;
}
.contact_form .form-group{}
.contact_form .form-group .form-control{
    padding-left: 40px;
    height: 75px;
    background-color: #ebebeb;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
}
.contact_form .form-group textarea.form-control{
    max-height: 240px;
    min-height: 240px;
}
.contact_form .form-group .form-control:focus::placeholder{
    font-size: 0;
}
.contact_form .form-group .form-control:focus{
    box-shadow: none;
}
.contact_form .form-group .form-control::placeholder{
    color: #1c1c1c;
}
.contact_form .form-group textarea.form-control{
    padding-top: 20px;
    max-height: 240px;
    min-height: 240px;
}

.gallery_section .img_wrap a {
  display: block;
  position: relative;
}
.gallery_section .img_wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  background-color: #2daae1;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.gallery_section .img_wrap a:hover::before {
    opacity: 0.5;
}
.home_services .container .cotanct_form_wrap .row {
    margin-right: -8px;
    margin-left: -8px;
}
.home_services .container .cotanct_form_wrap .row > div{
    padding-right: 8px;
    padding-left: 8px;
    margin: 0px 0px;
}
.blue_text_24 {
    line-height: 44px;
    font-size: 24px;
    font-weight: 600;
}
.general p a {
    color: #2daae1;
    text-decoration: underline;
    font-weight: 700;
}
.general p a:focus,
.general p a:hover {
    color: #2d3092;
    text-decoration: none;
}
.home_about.inner + .gallery_section {
    padding-top: 30px;
}
.general.commercial_electricians .check_list {
    margin-bottom: 60px;
}
.contact_inner + .engineers.engineers_banner.banner,
.contact_inner + .engineers.engineers_banner.banner + .map {
    display: none;
}
.home_about.inner.contact_inner h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}
.home_about.inner .get_in{}
.home_about.inner .get_in li {
    margin-bottom: 11px;
}
.home_about.inner .get_in li span{
    color: #2daae2;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.home_about.inner .get_in li .small_title {
    min-width: 130px;
    margin-right: 30px;
    flex: 0 0 auto;
}
.home_about.inner .get_in li a{
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    max-width: 350px;
}
.home_about.inner .get_in li a:hover,
.home_about.inner .get_in li a:focus{
    color: #2daae2;
}
.home_about.inner .get_in li a + .line {
    width: 2px;
    height: 14px;
    background-color: #1c1c1c;
    display: inline-block;
    margin: 0 13px;
}
.home_about.inner .map {
    border-radius: 20px;
    overflow: hidden;
}
.form-group.captcha_wrap {
    text-align: left;
    font-size: 15px;
    color: #1c1c1c;
}
.error {
    color: red;
    font-size: 15px;
    text-align: left;
    display: block;
    margin: 5px 0px;
}
.contact_form .form-group .btn.form-control {
    box-shadow: none;
    color: #fff;
    background-color: #2daae2;
    padding-left: 0;
}
.contact_form .form-group .btn.form-control:hover {
    background-color: #1c1c1c;
}
.thank_you_banner.inner.home_banner.thank_you.d-flex.align-items-center + .engineers.engineers_banner.banner,
.thank_you_banner.inner.home_banner.thank_you.d-flex.align-items-center + .engineers.engineers_banner.banner + .map,
.thank_you_banner.inner.home_banner.thank_you.d-flex.align-items-center + .engineers.engineers_banner.banner + .map + .testimonial.testimonial_shape_banner.banner{
    display: none;
}

.mobile_phone {}
.mobile_phone span{
    font-size: 17px;
    color: #f83703;
    font-weight: 600;
    position: relative;
    margin-right: 15px;
}
.mobile_phone a{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: inherit;
    transition: all 0.3s;
}
.mobile_phone a:hover, 
.mobile_phone a:focus {
    color: #f83703;
}
.mobile_phone {
    display: none;
}