:root{
    --purple-color:#7E126E;
    --white-color:#fff;
    --black-color:#000;
    --h1-font-size:60px;
    --h2-font-size:50px;
    --h4-font-size:30px;
    --h5-font-size:20px;
    --p-font-size:25px;
    --font-size-32:32px;
    --font-size-22:22px;
    --font-size-15:15px;
}

/*

1 Reset Css #res
2 Font Face #face 
3 Inputs #input
4 Global Styles #glob
5 Wrappers #wrap
6 Custom CSS #custom
7 Media Query #media

*/
.home ul li::before{color:unset;content: none;}
/*================================= 1 Reset Css ( #res ) =================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{text-decoration:none;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#006db7;transition:all 0.5s ease 0s;}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ababab;margin:50px auto; padding:0}

img {-ms-interpolation-mode: bicubic; border: 0; height: auto; vertical-align: middle; transition:all 0.5s ease 0s;}
.ie8 img {height: auto; width: auto\9;}
.ie8 img.size-large {max-width: 60%; width: auto;}
:hover{transition:all 0.5s ease 0s;}

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

#wp-toolbar ul:after{content:none}
.contact_form form input[type="submit"]{width: 100%;}
.last_li , .last{margin-right:0 !important; padding-right:0 !important}
.first_li, .first{margin-left:0 !important; padding-left:0 !important}

.clearfix:after , ul:after , ol:after ,  .full_row:after
{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/*================================= 2 Font Face ( #face ) =================================*/
/* TypoGraphy */
/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Oswald', sans-serif;
*/


/*================================= 3  Inputs ( #input ) =================================*/

.fixed-header.scrolled {
    background-color: #000; /* Change background color when scrolled */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Add a shadow when scrolled */
    padding: 5px 0; /* Adjust padding when scrolled */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0;}
::-webkit-input-placeholder {color:#343434; font-style:normal;}
:-moz-placeholder {color:#343434; font-style:normal;}
::-moz-placeholder {color:#343434; font-style:normal;}
:-ms-input-placeholder {color: #343434; font-style:normal;}

button::-moz-focus-inner {border: 0}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

input[type=number] {-moz-appearance:textfield}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0}

input[type=submit] , input[type=button]{cursor:pointer; border:0}
input:focus{outline:none;}
body textarea{resize:none; height:200px; 
background:#fff;
    border-radius:5px; 
    color: var(--black-color); 
    font-size: var(--h5-font-size); 
    font-weight: 600; 
    line-height: 120%; 
    width:100%; 
    padding: 13px 25px;
    box-shadow:none; 
    -webkit-appearance:none;
    border: none;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea{
    background:#fff;
    border-radius:5px; 
    color: var(--black-color); 
    font-size: var(--h5-font-size); 
    font-weight: 600; 
    line-height: 120%; 
    width:100%; 
    padding: 13px 25px;
    box-shadow:none; 
    -webkit-appearance:none;
    border: none;
}
.btn:hover,.btn:active{background: #00AEEF;}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
background:#f3f3f3}

form label{color: #006db7; font-size: 16px; display: block; font-weight: 900; margin-bottom:10px; text-transform:uppercase}

.form_row{padding-bottom:25px}
.form_row.msg_row{padding-bottom:10px}
.form_row.submitrow{padding-bottom:0}

input:required{box-shadow:none}

/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

*{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*================================= 4 Global Styles (#glob) =================================*/


p , ul li, ol li{color: #343434; font-size: 20px; font-weight: 300; line-height: 30px; margin-bottom:20px}

p:last-child{margin-bottom:0}

p strong{font-weight:700}
p em{font-style:italic}
p a:hover{
    color: #00AEEF;
}
p a:hover{text-decoration:none}

ul , ol{padding-bottom:10px}
ul li, ol li{margin-bottom:5px; position:relative; color:#343434}
ul li{padding-left:20px}
ul li:before {color: #444444; content: "•"; font-weight: bold; left: 0; position: absolute; font-size:6px;}
ul ul , ol ul , ol ol{padding:5px 0}
ol{counter-reset: section}
ol li{padding-left:40px}
ol > li:before {color:#343434; content:counter(section, decimal) "."; counter-increment:section; padding-right:5px; font-size:18px; position:absolute; left:0}


/* ================================= 5 Wrappers #wrap ================================= */	

body{background:#fff;   font-family: "Mulish", sans-serif; line-height: 1; color:#343434; background-image: url(https://bonfirecidev.co.uk/wp-content/uploads/2024/01/body_bg.png);     background-size: contain;}

.container{    max-width: 1400px; width:calc(100% - 100px);}
.full_row{width:100%; float:none; margin:0 auto}
.small_container{max-width:850px; margin:0 auto; float:none}
.site_full{max-width:1690px; margin:0 auto; position:relative}


/* ================================= 6 Custom CSS #custome ================================= */	
.space{
    padding: 60px 0;
}
h1{
    font-size: var(--h1-font-size);
    line-height: 120%;
    font-weight: 600;
    color: var(--purple-color);
    margin-bottom: 20px;
}
h2{
    font-size: var(--h2-font-size);
    line-height: 120%;
    font-weight: 600;
    color: var(--purple-color);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 70px;
    text-align: center;
    font-family: "poppins", sans-serif;
}
h2:after{
    content: "";
    width: 120px;
    height: 5px;
    background-color: var(--purple-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;

}
h5{
    font-size: var(--h4-font-size);
    line-height: 140%;
    font-weight: 700;
    color: var(--purple-color);
    margin-bottom: 35px;
}
p{
    font-size: var(--p-font-size);
    line-height: 150%;
    font-weight: 400;
    color: var(--black-color);
    margin-bottom: 35px;
}
img{
    max-width: 100%;
}
form label{
    font-size: var(--h5-font-size);
    line-height: 120%;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 15px;
    text-transform: none;
}
form label span {
    display: block;
    font-weight: 400;
}
p strong{
    font-weight: 700;
}
.btn{
    background-color: var(--purple-color);
    border-radius: 30px 5px 30px 5px;
    font-size: var(--font-size-22);
    line-height: 120%;
    font-weight: 700;
    color: var(--white-color) !important;    
    padding: 17px 60px;
    border: none;
}

header:not(.entry-header) {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    margin: 0 auto;
    max-width: 1640px;
    background-color: #7e126e;
    padding: 13px 50px;
    align-items: center;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    font-family: "poppins", sans-serif;

}

header p{
 font-size: var(--p-font-size);   
 line-height: 120%;
 color: #fff;
 font-weight: 600;
}
header p a{
    font-weight: 600;
    color: #fff;
}
header p strong{
    font-weight: 600;
}
.mo_hero_slider{
    display: none !important;
}
.hero_band {
    position: relative;
}
.hero_band .hero_content {
    position: absolute;
    bottom: 220px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
}
.hero_band .hero_content img{
    max-width: 90%;
    margin: 0 auto;
    display: table;
}
.video_sec video {
    min-height: 1000px;
    width: 100%;
    object-fit: cover;
}
.hero_band .hero_content h1 {
    text-align: center;
    margin-top: 60px;
}
.hero_band .hero_content a{
    display: table;
    margin: 60px auto 0;
}
.about_band {
    padding: 130px 0 60px;
}

.about_band .container {
    max-width: 1100px;
    text-align: center;
}
.three_pair_images ul {
    display: flex;
    flex-wrap: wrap;
}

.three_pair_images ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 7px;
    margin-bottom: 15px;
}

.three_pair_images ul li img {
    height: 100%;
    object-fit: cover;
    border-radius: 70px 20px 70px 20px;
}
.three_pair_images {
    padding-bottom: 40px;
}
.three_pair_images {
    padding-bottom: 40px;
}
.three_pair_images .container {
    max-width: 1700px;
}


.our_services{
    padding: 60px 0;
}
.our_services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our_services ul li {
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 0;
    margin: 0 0 50px;
}

.our_services ul li img {
    max-width: 100px;
    margin-bottom: 20px;
}
.our_services ul li p{
    font-size: var(--h5-font-size);
    line-height: 140%;
    color: var(--black-color);
    font-weight: 700;
}
.our_services .btn{
    margin: 0 auto;
    display: table;
}


.our_services + .three_pair_images{
    padding:60px 0;
}
.contact_form h2 + p {
    font-size: var(--h5-font-size);
    line-height: 120%;
    text-align: center;
    font-weight: 400;
}
.contact_form .form-group:not(:last-child){
    margin-bottom: 30px;
}
.contact_form form {
    max-width: 530px;
    padding: 0 15px;
    margin: 0 auto;
}

.contact_form form input[type="submit"] {
    display: table;
    margin: 0 auto;
}
.contact_form {
    background-color: #E6E6E6;
    padding: 70px 0;
}
.find_us_section .container {
    max-width: 1400px;
}
.find_us_section .row{
    align-items: center;
}
.find_us_section address{
    font-size: var(--p-font-size);
    line-height: 140%;
    color: var(--black-color);
    margin-bottom: 30px;
    font-weight: 700;
    max-width: 80%;
}
.find_us_section p {
    font-size: var(--h5-font-size);
    line-height: 140%;
    color: var(--black-color);
    font-weight: 400;
    max-width: 80%;
}
.find_us_section p strong{
    display: block;
}
.logo_list ul {
    display: flex;
    align-items:center;
    padding-bottom: 0;
}
.logo_list ul li {
    padding: 0 20px;
}
.find_us_section {
    padding: 100px 0;
}
.find_us_iframe iframe,#map {
   /* border-radius: 70px 20px 70px 20px;*/
}

.logo_list ul li:before {
    content: no-close-quote;
}
.worked_with_sec {
    background-color: var(--white-color);
    padding: 80px 0;
}
.logo_list ul li {
    padding: 0 20px;
}
.testimonial_sec {
    padding: 100px 0 80px;
}
.testimonial_sec .testimonial_slider {
    max-width: 800px;
    margin: 0 auto;
}
.testimonial_sec .testimonial_slider{
    text-align: center;
}
.testimonial_sec .testimonial_slider h6 {
    font-size: var(--p-font-size);
    line-height: 150%;
    font-weight: 700;
    color: var(--black-color);
}
.testimonial_sec .owl-dots {
    margin-top: 80px;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
}
.testimonial_sec .owl-dots .owl-dot {
    height:6px;
    background-color:#C1C1C1;
    width:64px;
    border-radius:5px 0;
    margin:0 7px;
}
.testimonial_sec .owl-dots .owl-dot.active{
    background-color: var(--purple-color);
}
.testimonial_sec .owl-dots .owl-dot span{
    display:none !important;
}
footer.footer {
    padding: 80px 0 40px;
    background-color: var(--purple-color);
}

footer.footer h4 {
    font-size: var(--p-font-size);
    line-height: 150%;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 15px;
    font-family: "poppins", sans-serif;
}
footer.footer ul li , footer.footer a , footer.footer p , footer.footer address {
    font-size: var(--h5-font-size);
    line-height: 140%;
    color: var(--white-color);
    font-weight: 400;
}

footer.footer .container {
    max-width: 1660px;
}

footer.footer ul li {
    padding: 0;
}
.copyright_sec {
    display: flex;
    justify-content: space-between;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
        width: calc(100% - 100px);
}
.copyright_sec{
    padding-top: 80px;
}
.copyright_sec ul {
    display: flex;
}
.copyright_sec ul li:not(:last-child):after{
    content:"/";
    display:inline-block;
    margin: 0 10px;
    font-size: var(--font-size-15);
}
.copyright_sec ul li:before{
    content: none;
}
.copyright_sec ul li a , footer.footer .copyright_sec p{
    font-size: var(--font-size-15);
    line-height: 120%;
    margin-bottom: 0;
}
footer.footer .col-md-3:last-child ul {
    display: flex;
}
footer.footer .col-md-3:last-child ul li {
    margin-right: 15px;
}
div#content .entry-content {
    max-width: 1400px;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0 15px;
}
div#content{
padding:140px 0 80px;
}
div#content .entry-content h2 {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: left;
}
div#content .entry-content h2:after{
    content:none;
}
header.entry-header h1 {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}
.find_us_iframe iframe {
    width: 100%;
}

/* ================================= 7 Media Query #media ================================= */	
@media all and (min-width: 767px) {
    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }

}


@media (min-width:1300px) and (max-width:1600px){
    header p{
        font-size:28px;
    }
}
@media (min-width:1025px) and (max-width:1299px){
    :root{
        --h1-font-size:48px;
        --h2-font-size:44px;
        --h4-font-size:26px;
        --h5-font-size:18px;
        --p-font-size:22px;
        --font-size-32:26px;
        --font-size-22:18px;
        --font-size-15:15px;
    }
    header p{
        font-size:20px;
    }
    .container {
        width: calc(100% - 50px);
    }
    .copyright_sec {
        width: calc(100% - 50px);
    }
    .hero_band .hero_content {
        max-width: 480px;
    }
    .video_sec video {
        min-height: 800px;
    }

}
@media (min-width:768px) and (max-width:1024px){
    header p{
        font-size: 17px;
    }
    :root{
        --h1-font-size:44px;
        --h2-font-size:38px;
        --h4-font-size:26px;
        --h5-font-size: 16px;
        --p-font-size:22px;
        --font-size-32:22px;
        --font-size-22:18px;
        --font-size-15:15px;
    }
    .container {
        width: calc(100% - 50px);
    }
    .copyright_sec {
        width: calc(100% - 50px);
    }
    .hero_band .hero_content {
        max-width: 440px;
    }
    .video_sec video {
        min-height: 800px;
    }
    header:not(.entry-header) {
        padding: 13px 25px;
        width: calc(100% - 50px);
    }
    .logo img {max-width: 85px;}
    .our_services ul li {
        padding: 0 10px;
    }
    .three_pair_images ul li img {
        border-radius: 50px 15px 50px 15px;
    }
    footer.footer .col-md-3 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    footer.footer .col-md-3:last-child {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 50px;
    }
    footer.footer .col-md-3:last-child ul {
        justify-content: center;
    }
    .copyright_sec {
        flex-flow: column;
    }
    .copyright_sec ul {
        justify-content: center;
        margin-top: 20px;
    }
    footer.footer .copyright_sec p {
        text-align: center;
    }
}
@media (max-width:767px){
    .hero_band .hero_content{bottom: 270px;}
    .our_services ul li img{max-width: 70px;margin-bottom: 10px;}
	body header .logo,body header .top_content{display:none}
    body header{top:-100px;position:absolute;}
    :root{
        --h1-font-size:26px;
        --h2-font-size:26px;
        --h4-font-size: 18px;
        --h5-font-size: 14px;
        --p-font-size: 14px;
        --font-size-32:32px;
        --font-size-22:22px;
        --font-size-15:15px;
    }
    
    .find_us_section address {
        font-size: 16px;
    }
    
    .testimonial_sec p {
        font-size: 16px;
    }
    
    footer.footer ul li, footer.footer a, footer.footer p, footer.footer address {
        font-size: 16px;
    }
    
    footer.footer h4 {
        font-size: 20px;
    }
    
    .container {
        width: calc(100% - 40px);
    }
    
    .copyright_sec {
        width: calc(100% - 40px);
    }
    
    .contact_form form , .contact_form h2 + p {
        width: calc(100% - 40px);
        margin-inline:  auto;
    } 
    h2 {
    margin-bottom: 30px;
}
.call_now {
    position: fixed;
    bottom: 0;
    background-color: var(--purple-color);
    left: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
}
.call_now p {
    font-size: 22px;
    color: #fff;
}
.call_now p a {
    color: #fff;
}
header:not(.entry-header) .top_content {
    display: none;
}
header:not(.entry-header) {
    width: calc(100% - 50px);
    justify-content: center;
}
header:not(.entry-header) .logo img {
    max-width: 80px;
}
.video_sec video {
    min-height: 100vh;
}
.hero_band .hero_content h1 {
    margin-top: 30px;
}
.hero_band .hero_content a {
    margin-top: 30px;
}
.contact_form span.wpcf7-spinner {
    display: none !important;
}
.contact_form .form-group:not(:last-child){margin-bottom: 20px;}
form label{margin-bottom: 8px;}
.contact_form .form-group:nth-last-child(2) {
    margin-bottom: 0;
}
.contact_form form input[type="submit"] {
    width: 100%;
}
.contact_form h2 + p {
    display: none;
}
.contact_form h2 {
    margin-bottom: 40px;
}
.three_pair_images ul li {
    padding: 0;
}
.three_pair_images ul li:before {
    content: none;
}
.three_pair_images ul {
    padding-bottom: 0;
}
.three_pair_images ul li {
    max-width: 100%;
    flex: 0 0 100%;
}
.three_pair_images ul li img {
    border-radius: 50px 10px 50px 10px;
}
.our_services {
    padding: 0;
}
.our_services .btn {
    width: 100%;
}
.our_services ul li:before {
    content: none;
}
.our_services ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
}
.three_pair_images .container {
    padding: 0 20px;
    width: 100%;
}
.about_band {
    padding: 60px 0;
}
.find_us_section .row {
    flex-flow: column;
}
.find_us_section {
    padding: 60px 0;
}
.find_us_section h2 {
    margin-bottom: 30px;
}
.find_us_section p {
    max-width: 100%;
    margin-bottom: 30px;
}
.worked_with_sec {
    padding: 60px 0 80px;
}

.logo_list ul {
    flex-wrap: wrap;
}

.logo_list ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
}
.logo_list ul li:nth-last-child(1),
.logo_list ul li:nth-last-child(2){
    margin-bottom:0
    
}

.testimonial_sec .owl-dots .owl-dot {
    width: 36px;
    margin: 0 3px;
}
.testimonial_sec .owl-dots {
    margin-top: 60px;
}
.testimonial_sec {
    padding: 60px 0;
}
.testimonial_sec .testimonial_slider h6 {
    font-size: 16px;
}

footer.footer .col-md-3 {
    margin-bottom: 20px;
}
footer.footer {
    padding: 40px 0 60px;
}
footer.footer .col-md-3 ul {
    padding-bottom: 0;
}
.copyright_sec {
    padding-top: 10px;
    flex-flow: column;
}
.copyright_sec ul li a, footer.footer .copyright_sec p {
    font-size: 10px;
    line-height: 150%;
}

.find_us_iframe iframe {
    border-radius: 50px 10px 50px 10px;
}
.find_us_section {
    padding-bottom: 0;
}

}

footer.footer .copyright_sec a {
     line-height: normal;
}
footer.footer .copyright_sec a:hover{text-decoration: underline;}

 
 

  /* Default styles for the first and second child li elements */
.footer ul li a img{
  width: 50px; 
  height: 50px;
}

/* Hover state styles for the first and second child li elements */
.footer ul li:nth-child(1) a:hover img,
.footer ul li:nth-child(1) a:active img {
  content: url('../images/linkedin-icon-blue.svg'); /* Replace 'hover-image.png' with your hover image URL */
}

/* Active state styles for the first and second child li elements */
.footer ul li:nth-child(2) a:hover img,
.footer ul li:nth-child(2) a:active img {
  content: url('../images/facebook-icon-blue.svg'); /* Replace 'active-image.png' with your active image URL */
}

.footer ul li:nth-child(1) a::before,
.footer ul li:nth-child(2) a::before {
  content: url('../images/facebook-icon-blue.svg') url('../images/linkedin-icon-blue.svg');
  display: none;
}