.frnche_bnr_wrap{}
.frnche_bnr_area{}
.frnche_bnr_img img {
    width: 77%;
    object-position: right;
}
.frache_textwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.frnche_bnr_cntntbx {
    padding: 220px 0 150px;
}

.frnche_bnr_cntntbx .hmbnr_textarea {
    width: 80%;
    max-width: 972px;
    text-align: center;
    margin: 0 auto;
    background: rgb(0 0 0 / 71%);
    padding: 60px 50px;
    border: 1px solid rgb(255 255 255 / 60%);
    animation: fadeIn 1s both 1.3s;
}
.frnche_bnr_cntntbx .hmbnr_textarea h1{
    position: relative;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    animation: fadeIn 1s both 1.5s;
}

.frnche_bnr_cntntbx .hmbnr_textarea h2 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 400;
}
.frnche_bnr_cntntbx .hmbnr_textarea h1 span{
  font-weight: 500;
}
.frnche_bnr_cntntbx .hmbnr_textarea p{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    width: 82%;
    margin: 0 auto;
    padding: 0;
    animation: fadeIn 1s both 2s;
}
.bnr_btn{
    margin-top: 30px;
    animation: fadeIn 1s both 2.5s;
}
.bnr_btn a{
 color: #fff;
}
.bnr_btn a:hover, .bnr_btn a:focus,
.bnr_btn a:active{}

/*=====================*/
.frnch_mainpan_wrap {
    overflow: visible;
    /*background: #000;*/
}

.frnch_hdpan_wrap {
    overflow: visible;
}

.frnchpan_area {
    padding-bottom: 40px;
}

.frnch_hdn {
    text-align: center;
    margin-top: -60px;
    z-index: 5;
    position: relative;
}

.frnch_hdn h2{
    display: inline-block;
    color: #c6c6c6;
    font-size: 20px;
    line-height: 26px;
    padding: 26px 18px 15px;
    background: #0e1215;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.frnch_hdn h2:before, .frnch_hdn h2:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
.frnch_hdn h2:before{
      border-bottom: 65px solid #0e1215;
      border-left: 30px solid transparent;
      left: -30px;
    }
.frnch_hdn h2:after{
      border-bottom: 65px solid #0e1215;
      border-right: 30px solid transparent;
      right: -30px;
    }
.frnch_hdn h3 {
    font-size: 24px;
    color: #ff6000;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.frnch_hdn p {
    font-size: 18px;
    line-height: 24px;
    width: 75%;
    margin: 0 auto;
}
.frch_aboutpan_wrap {
    background: #fff;
}
.frch_aboutpan_area{
    background: #eee;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.frch_aboutus_imgbox{}
.frch_aboutus_imgbox img {
       width: 100%;
    max-height: 700px;
    object-fit: cover;
}
.frch_aboutus_vdobox {
    --video--width: 1260;
    --video--height: 1195;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    background-color: #202020;
}

.frch_aboutus_vdobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.frch_aboutus_contbox{
    padding: 0 50px 90px;
}
.frch_aboutus_contbox .heading{}
.frch_aboutus_contbox .heading h2{
    color: #2b2b2b;
}
.frch_aboutus_contbox p{
    color: #333;
}
.frch_aboutus_contbox ul{
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.frch_aboutus_contbox ul li{
        color: #333;
        background-image: url(../images/bullet_icon.png);
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: 0 6px;
        padding-left: 20px;
        margin-bottom: 6px;
}

.frch_aboutus_contbox .main_btn{}
.frch_aboutus_contbox .main_btn a{
    border-color: #2b2b2b;
    color: #ff6000;
}
.frch_aboutus_contbox .main_btn a:hover,
.frch_aboutus_contbox .main_btn a:active,
.frch_aboutus_contbox .main_btn a:focus{
    color: #fff;
    border-color: #ff6000;
}
.franchtestivideo_wrap {
    background-image: url(../images/franch-testi-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: rgb(0 0 0 / 41%);
}
.testivideo_box {
   --video--width: 1260;
    --video--height: 700;
   position: relative;
   padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
   overflow: hidden;
   margin-bottom: 20px;
}
.testivideo_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*========================================*/
.frch_jointeam_wrap.halifax_jointeam {
    background: #121317;
}
.frch_jointeam_wrap{
    overflow: visible;
    background: #000;
}
.tm_hd{
    text-align: center;
    margin-top: -61px;
    position: absolute;
    left: 0;
    right: 0;
}
.frch_jointeam_wrap.halifax_jointeam .tm_hd h2 {
    background:#121317;
}
.tm_hd h2{
    display: inline-block;
    color: #ff6000;
    background: #000;
    position: relative;
    font-size: 34px;
    font-weight: 400;
    padding: 26px 40px 30px;
}
.frch_jointeam_wrap.halifax_jointeam .tm_hd h2:before {
    border-bottom-color: #121317;
}
.frch_jointeam_wrap.halifax_jointeam .tm_hd h2:after {
    border-bottom-color: #121317;
}
.tm_hd h2:before, .tm_hd h2:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}

.tm_hd h2:before{
      border-bottom: 65px solid #000;
      border-left: 30px solid transparent;
      left: -29px;
    }
.tm_hd h2:after{
      border-bottom: 65px solid #000;
      border-right: 30px solid transparent;
      right: -29px;
    }
.frch_jointeam_area{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: visible;
    overflow: hidden;
    padding-bottom: 20px;
}
.frch_jointeam_area .testi_vdo_cont .heading h2,
.frch_jointeam_area_well .testi_vdo_cont .heading h2 {
    text-transform: uppercase;
}
.team_img{
    position: absolute;
    left: -33px;
    bottom: -90px;
    /*left: -60px;
    bottom: -340px;*/
    width: 49%;
    z-index: 1;
}

.team_img img{
    position: relative;
    z-index: 2;
    width: 94%;
    margin: 0 auto;
}
.countydyrhm-dan img {
width: 97%;
}
.team_img .team_deatails{
        position: absolute;
    left: 80%;
    bottom: 110px;
    background: #2b2b2b;
    padding: 10px 28px 10px 62px;
    width: 100%;
    max-width: 370px;
}
.team_img .team_deatails .tm_desg{
    color: #fff;
}
.team_img .team_deatails .tm_name{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    color: #ff6000;
    margin: 4px 0 0;
}
.team_contarea{
    width: 56%;
    position: relative;
    z-index: 2;
}
.frch_jointeam_area .testi_vdo_cont .main_btn {
    display: none;
        margin-top: 20px;
}
.team_contbox{}
.testi_vdo_cont{}
.testi_vdo_cont .heading{}
.testi_vdo_cont .heading h2{
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
}
#gallery-sec .tm_hd h2{
text-transform: uppercase;;
}

.testi_vdo_box{
    max-width: 683px;
    /* float: right; */
    width: 100%;
    margin: 0;
    margin-top: 20px;
    position: relative;
    padding: 0;
    padding-bottom: calc(51.25%);
}
.testi-new-video{
padding-bottom: 0px;
}

.testi_vdo_box video{
    width: 100%;
    float: right;
       position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.testi_vdo_cont .main_btn{
}
.testi_vdo_cont .main_btn a{}
.testi_vdo_cont .main_btn a:hover,
.testi_vdo_cont .main_btn a:active,
.testi_vdo_cont .main_btn a:focus{}


/*====================================*/

.aerial_wrap{
    background-image: url(../images/aerial_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}
.aerial_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.aerial_contentbox{
    background: #000;
    padding: 60px;
    max-width: 718px;
}
.aerial_contentbox h3{
   font-size: 20px;
   margin-top: 30px;
   margin-bottom: 14px;
   color: #ffffff;
}
.aerial_contentbox .heading{}
.aerial_contentbox .heading h2{color: #ff6000;}
.aerial_contentbox p{}
.aerial_contentbox ul{}
.aerial_contentbox ul li {
    background-image: url(../images/check_hdr.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 14px;
    background-position: 0 7px;
    margin-bottom: 5px;
}
.aerial_contentbox .main_btn{}
.aerial_contentbox .main_btn a{

}
.aerial_contentbox .main_btn a:hover,
.aerial_contentbox .main_btn a:active,
.aerial_contentbox .main_btn a:focus{
    color: #fff;
}

/*====================================*/
.new_indus_wrap{
}
.new_indus_wrap .heading_center{
    width: 62%;
    margin: 0 auto;
}
.new_indus_wrap .heading_center h2{}
.industry_list{
    margin-top: 70px;
    column-count: 4;
    -moz-column-rule: 1px solid #eee;
    /* -webkit-column-rule: 1px solid #eee; */
    /* column-rule: 1px solid #eee; */
    -moz-column-gap: 50px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.industry_list .indus_box{
    /*    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;*/
    display: inline-block;
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    /* border-bottom: 1px solid #eee; */
    /* background: #f9f9f9; */
    /* padding: 12px; */
    border-radius: 7px;
    }
.industry_list .indus_box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #ff6000;
    font-size: 22px;
    font-weight: 400;
}
.industry_list .indus_box .indus_img_box{}
.industry_list .indus_box .indus_img_box img{
    border: 3px solid #fff;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 58%);
}
.industry_list .indus_box ul {
    margin: 16px 0px 0;
}
.industry_list .indus_box ul li {
    margin-bottom: 7px;
    background: url(../images/check_hdr.png) no-repeat;
    background-position: left 5px;
    padding-left: 18px;
    background-size: 12px;
}
.industry_list .indus_box ul li a{
        color: #d7d7d7;
        font-size: 15px;
        line-height: 22px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
}
.industry_list .indus_box ul li a:hover,
.industry_list .indus_box ul li a:focus {
    outline: none;
    text-decoration: none;
    color: #ff6000
}
/*====================================*/
.map_wrap{
    background: #000000;
}
.map_hd h2{
    text-align: center;
    color: #ffffff;
    padding-bottom: 40px;
}
.map_cntnt {
    padding: 60px 40px;
    border: 1px solid #ffffff;
    margin-left: 50px;
    margin-right: 50px;
}

.map_area .map_cntnt h2{
    color: #ff6000;
    text-align: center;
}
.main_btn.map_btn {
    display: table;
    margin-left: auto;
    margin-right: auto;

}

/*====================================*/
.frch_gallery_wrap {
    /* background: #1a1a1a; */
    overflow: visible;
}
.frch_gallery_area{}
.frch_gallery_wrap .tm_hd{}
.frch_gallery_wrap .tm_hd h2{
    background: #0e1215;
    color: #fff;
}
.frch_gallery_wrap .tm_hd h2:before{
       border-bottom-color: #0e1215;
    }
.frch_gallery_wrap .tm_hd h2:after{
      border-bottom-color: #0e1215;
    }
.gallery_content{}
.gallery_content .sub_content{}
.gallery_content .sub_content p{}
.gallery_content .sub_content p strong{
    font-size: 18px;
}
.gallery_list{
    position: relative;
}
.gal_imglist{width: 100% !important;display: flex;flex-wrap: wrap;justify-content: flex-start; padding: 0;}

.item{
  width: 25%;
  font-size: 0;
  line-height: 0;
  padding: 0;
/*  margin: 0 20px 20px 0;*/
  overflow: hidden;
  text-decoration: none;
  position: relative;
  /*        border:3px solid #000;*/
  transition: all 120ms ease;
}
.item:nth-child(4n){
    margin-right: 0;
}
.item:last-child{
    margin-right:0;
}
.item a{
/*    border: 3px solid #000;*/
    display: block;
    height: 273px;
    width: 100%;
    line-height: 0;
}
.item a video {
    width: 100%;
    height: 100%;
}
.item a:before{
    content: "";
    position: absolute;
    background-image: url(../images/magnifying-glass.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;

}
.video_icon a:before{
     background-image: url(../images/play-button.png);
}
.item a img{
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;
 height: 100%;
 object-fit: cover;
 width: 100%;
 object-position: top;
}
.item a:before{}
.item:hover a:before{
    opacity: 1;
    visibility: visible;
}
.item:hover a{}
.item:hover a img{
    filter: grayscale(1);
}
.gal_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #ffffff0d;
    border: 0;
    top:0;
    font-size: 35px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    cursor: pointer;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
        z-index: 5;
    margin: auto;
}
.gal_slider .slick-disabled {
    opacity: 0.3;
}
.gal_slider .slick-prev {
    left: 0;
}

.gal_slider .slick-arrow i {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.gal_slider .slick-next {
    right: 0;
}

.gal_slider ul.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}

.gal_slider ul.slick-dots li {
    margin: 0 4px;
    line-height: 0;
}

.gal_slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -10000px;
    background: #a3a1a1;
    border: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.gal_slider ul.slick-dots li.slick-active {}

.gal_slider ul.slick-dots li.slick-active button {
    background: #ff6000;
}



.gal_slider {
    position: relative;
/*    padding-bottom: 50px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gal_slider ul.slick-dots li button:hover, .gal_slider ul.slick-dots li button:focus,.gal_slider ul.slick-dots li button:active {
    outline: none;
    background: #fff;
}
.gal_slider .slick-arrow:hover, .gal_slider .slick-arrow:focus, .gal_slider .slick-arrow:active{
    outline: none;
}
.gal_slider .slick-arrow:hover i {
    color: #ff6000;
}


/*===faq=====*/
.faq{
background: #000;
}
.faq .heading h2{
color: #ff6000;
}

.faq .accordion-collapse{
background: #fff;
padding: 30px 20px ;
color: #000;
border-top:5px solid #ff6000;
}
.faq .accordion-button{
 padding:  35px 35px 35px 0px;
 font-size: 25px;
 background: #000;
 color:#fff;
}

.faq-heading{
color: #ff6000;
margin-bottom: 30px;
font-size: 34px;
line-height: 34px;
text-transform: uppercase;
font-weight: 400;
}
.faq .accordion-button:focus{
 border-color: #000!important;
 outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.faq .accordion-button:not(.collapsed){
 border-color: #000!important;
 background-color: #000;
}
.faq .accordion-button::after{
background-image: url('/images/arrow-down.png')!important;

}
.ftr_cont_frm ul, .ftr_quicklink ul ,.ftr_details ul{
padding-left: 0px;
}

/*===edinburgh banner=====*/

.ednb-bnr {}

.ednb-bnr .mainbanner_img {}

.ednb-bnr .mainbanner_img img.header-image {
    width: 100%;
}

.ednb-bnr {}

.ednb-bnr .mainbanner_img {}

.ednb-bnr .mainbanner_img img.header-image {
    width: 100%;
}

.ednb-bnr .bnr_txtbox.frnche_bnr_cntntbx {
    padding: 0;
}

.ednb-bnr .hmbnr_textarea {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 808px;
    text-align: left;
    background: rgb(0 0 0 / 71%);
    padding: 230px 6.5% 170px;
    border: 0px solid rgb(255 255 255 / 60%);
    margin-right: auto;
    padding-right: 5%;
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
    margin-left: 0;
}

.ednb-bnr .hmbnr_textarea p {
    margin: 0;
}









/*====*/
.new_logo_wrap {
    padding: 50px 0;
    background: #292a2e;
}

.new_logo_list {}

.new_logo_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.new_logo_list ul li {
    width: 23%;
    text-align: center;
    background: rgb(255 255 255);
    border-radius: 15px;
    margin-right: 10px;
    padding: 20px;
    box-shadow: 0px 3px 15px rgb(120 120 120 / 55%);
}
.new_logo_list ul li:last-child {
    margin-right: 0;
}
.new_logo_list ul li img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.bicester_hdr .hdr_top_left_box {
    width: 40%;
}

.bicester_hdr .hdr_top_right_box {
    width: 60%;
}

/*===*/
.frch-dsrvc-area {
    padding: 0 50px;
}
.frch-dsrvc-area p {
    color: #333;
}
/*============= bath_bristol ===============*/
.bath_abtme_contentbox ul li {
    background-image: url(../images/check_hdr.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 14px;
    background-position: 0 7px;
    margin-bottom: 5px;
}

/*====.bath_abtme_area::before {
    content: url(../images/arrow.png);
    position: absolute;
    top: -45%;
    left: 0;
    transform: scale(.5);
    z-index: 9999;
    overflow: visible;
}=====*/
.bath_abtme_wrap::after {
    content: '';
    background-color: #f05427;
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bath_abtme_area {
    width: 85%;
    display: inline-block;
    float: right;
}
.bath_abtme_wrap {
    display: inline-block;
    overflow:visible;
}
.bathslider_wrap {
    background-color: #000;
}
/* Arrows */
.bathslider_contentbox .slick-prev,
.bathslider_contentbox .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: rgba(255, 255, 255, 0.493);
    border-radius: 50%;
    outline: none;
    background: #0000005c;
    z-index: 999;
    border: none;
}
.bathslider_contentbox .slick-prev:hover,
.bathslider_contentbox .slick-prev:focus,
.bathslider_contentbox .slick-next:hover,
.bathslider_contentbox .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.bathslider_contentbox .slick-prev:hover:before,
.bathslider_contentbox .slick-prev:focus:before,
.bathslider_contentbox .slick-next:hover:before,
.bathslider_contentbox .slick-next:focus:before
{
    opacity: 1;
}
.bathslider_contentbox .slick-prev.slick-disabled:before,
.bathslider_contentbox .slick-next.slick-disabled:before
{
    opacity: .25;
}

.bathslider_contentbox .slick-prev:before,
.bathslider_contentbox .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bathslider_contentbox .slick-prev
{
    left: 20px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.bathslider_contentbox .slick-prev:before
{
    content: '←';
}
[dir='rtl'] .bathslider_contentbox .slick-prev:before
{
    content: '→';
}

.bathslider_contentbox .slick-next
{
    right: 20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.bathslider_contentbox .slick-next:before
{

    content: '→';
}
[dir='rtl'] .bathslider_contentbox .slick-next:before
{
    content: '←';
}
.bathslider_area .slick-slide img {
    width: 100%;
}


/*===*/
.testi_vdo_box-well {
    padding-left: 30px;
}

.testi_vdo_box-well video {
    width: 100%;
    height: 100%;
}



.frch_gallery_wrap .container_max {
    max-width: 100%;
    width: 100%;
}
.recent-work{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 background: #eee;
}
.recent-work-content{
    padding: 60px 60px 120px;
}
.recent-work-content h2{
color: #2b2b2b;
}
.recent-work-content p{
 color: #333;
}
.recent-work-imgbox img{

    height: 740px;
    object-fit: cover;
    width: 100%;

}

/*===banner==video====*/
.frnch-bnr-vdo {
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.frnch-bnr-vdo iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*===*/
.ggl-rvw {
    margin-top: 30px;
}

.ggl-rvw img {
    width: 250px;
}

.video-area-gfrd {
    /* padding: 40px 0; */
}

.video-area-gfrd .testi_vdo_box.testi-new-video {
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
    position: relative;
    padding-bottom: 43.25% !important;
  /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-area-gfrd .testi_vdo_box.testi-new-video iframe {
    /* width: 100% !important; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*====================================*/
.hm_blog_wrap {
    background: #eee;
}
.hm_blog_area{}
.hm_blog_area .heading_center{}
.hm_blog_area .heading_center h2{
    color: #2b2b2b;
    text-transform: uppercase;
}
.hm_blog_area .main_btn{
    margin-top: 50px;
    text-align: center;
}
.hm_blog_area .main_btn a{border-color: #ff6000;color: #ff6000;}
.hm_blog_area .main_btn a:hover,
.hm_blog_area .main_btn a:active,
.hm_blog_area .main_btn a:focus{
    color: #fff;
}
.blog_area{
    margin-top: 40px;
}
.blog_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog_area ul li {
    width: 31.8%;
    margin-right: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.blog_area ul li:nth-child(3n) {
    margin-right: 0;
}
.blog_box{}
.blg_img{
    width: 100%;
}
.blg_img a{
    width: 100%;
}
.blg_img img{
    height: 300px;
    object-fit: cover;
}
.blg_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blg_content_box{
        padding: 40px 25px;
    position: relative;
    background: #fff;
    min-height: 215px;
}
.blg_title{
    margin-bottom: 17px;
}
.blg_title h3{
    font-weight: 400;
}
.blg_title h3 a{
    font-size: 20px;
    text-transform: uppercase;
    color: #ff6000;
    line-height: 26px;
}
.blg_title h3 a:hover, .blg_title h3 a:focus, .blg_title h3 a:active{
    color: #2b2b2b;
}
.blg_date{
    margin-bottom: 17px;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.blg_content{
    color: #333;
    margin-bottom: 17px;
}
.blg_content p{
     color: #333;
}
.blg_cat{}
.cat_title {
    color: #000;
}
.cat_name{}
.cat_name a{
    color: #ff6000;
}
.cat_name a:hover, .cat_name a:focus, .cat_name a:active{
    text-decoration: underline;
}

.blog-vmo {
        margin: 0px auto 0;
    overflow: hidden;
    padding-bottom: 42.25%;
    position: relative;
    height: 0;
    width: 100%;
    max-width: 1037px;
    text-align: center;

}

.blog-vmo iframe {
    left: 0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.example-list-area {margin-top: 50px;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
row-gap:40px}

.each-exmp-box {
    background: #0e1215;
    border-bottom: 6px solid #e55701;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cont-text {
    padding: 60px 20px 20px;
    position: relative;
    background: #fff;
    border-radius: 0 0 8px 8px;
    min-height: 213px;
}
.each-exmp-box img {
    border-radius: 20px 20px 0 0;
    height: 340px;
    width: 100%;
    object-fit: cover;
    object-position: top left;
}
.cont-text h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    background: #ff6100;
    width: auto;
    padding: 14px 30px;
    top: -40px;
    left: -14px;
    text-align: left;
    border-radius: 7px 7px 7px 0;
    display: flex;
    max-width: 77%;
    line-height: 27px;
    min-height: 83px;
    align-items: center;
}
.cont-text  h3::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #c24b03;
    border-left: 14px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/*-----------------------*/
.leed_about .frch_aboutpan_area {
    align-items: center;
    margin-bottom: 50px;
}

.leed_about .aerial_photo_img_box img {
    height: unset;
}
.leed_about .aerial_photo_img_box.brentwoodimg img {
    height: 600px;
}

.leed_about {
    background: transparent;
}

.leed_about .frch_aboutus_contbox {}


.leed_cont h3 {
    color: #8f8f8f;
}


.leed_cont ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
}

.leed_cont ul li {
    margin-bottom: 8px;
    border-right: 1px solid #333;
    padding-right: 20px;
}
.leed_cont ul li i{
    color: #ff6600;
    margin-right: 3px;
}
.leed_cont ul li  a {
    color: #8f8f8f;
}
.leed_cont ul li:last-child{
    padding-right: 0;
    border-right: 0;
}
.aerial_wrap.leed_feature {
    background-size: cover;
}
.leed_feature ul {column-gap: 0.50%;}

.leed_feature .aerial_contentbox ul li {
    width: 33%;
    border: 1px solid;
    padding: 30px 30px 30px 60px;
    background-position: 23px 33px;
    background-size: 20px;
    /* padding-top: 78px; */
    background-color: rgb(0 0 0 / 90%);
}

.leed_feature .aerial_contentbox ul li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}

.leed_feature .aerial_contentbox {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 0;
}

.leed_best{
    background-color: #010006;
    background-image: url(../images/skylight/drone8.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-attachment: fixed;
}
.leed_best .skycam-sluk-contentbox {
    width: 35%;
}
.leed_best  ul{
    margin: 0;
    padding: 0;
}
.leed_best  ul li{
background-image: url(../images/bullet_icon.png);
background-repeat: no-repeat;
background-size: 17px;
background-position: 30px 34px;
padding: 30px 30px 30px 63px;
margin-bottom: 6px;
border: 1px solid #212121;
}

.miltonkeynes_best{
    background-color: #010006;
    background-image: url(../images/skylight/drone8.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-attachment: fixed;
}
.miltonkeynes_best .skycam-sluk-contentbox {
    width: 35%;
}
.miltonkeynes_best  ul{
    margin: 0;
    padding: 0;
}
.miltonkeynes_best  ul li{
background-image: url(../images/bullet_icon.png);
background-repeat: no-repeat;
background-size: 17px;
background-position: 30px 34px;
padding: 30px 30px 30px 63px;
margin-bottom: 6px;
border: 1px solid #212121;
}


.leed_next .emplrecntwork_content.confdnc-course {
    padding-right: 0;
}

.leed_next .emplrecntwork_img_box img {
    height: inherit;
}
.cmn-listing li {
       margin-bottom: 8px;
    list-style: disc inside;
}







/*============= custom responsive ===============*/
@media screen and (max-width: 3420px) and (min-width: 1601px) {
    .frch_aboutus_vdobox {
    --video--width: 1260;
    --video--height: 900;
    }
    .frch-dsrvc-wrap .frch_aboutus_imgbox img {
    max-height: 500px;
}
}
@media screen and (min-width: 1300px){
.york-team-img {
    position: absolute;
    left: -33px;
    bottom: -90px;
    width: 45%;
    z-index: 1;
}
}
@media screen and (min-width: 1300px){
    .york-team-img {
       width: 38%;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1485px) {
.recent-work-imgbox img{
height: 830px;
}
}
@media screen and (max-width: 1440px) {
    .team_img .team_deatails {
        right: -177px;
    }
    .item {
        width: 25%;
    }
    .bath_abtme_area::before {
        top: -43%;
        left: -4%;
    }
    .frch-dsrvc-wrap .frch_aboutus_imgbox img {
    height: 550px;
}
     .blog_area ul li {
        width: 31.7%;
    }
}
@media screen and (max-width: 1368px) {
    .testi_vdo_box {
/*        width: 72%;*/
    }
    .item a {
/*    height: 195px;*/
}
.blog_area ul li {
    width: 31.5%;
}


}

@media screen and (max-width: 1366px) {
    .recent-work-imgbox img{
        height: 850px;
        }
}

@media screen and (max-width: 1280px) {
    .recent-work-imgbox img{
        height: 870px;
        }
.faq-heading{
  font-size: 28px;
  line-height: 35px;
}
.faq .accordion-button{
  font-size: 23px;
  line-height: 33px;
}
.frch_aboutus_imgbox img {
    height: fit-content;
}
.aerial_wrap {
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
}
.bath_abtme_area::before {
    top: -38%;
    left: -6%;
    transform: scale(.4);
}
    .frch_aboutus_vdobox {
    --video--width: 1260;
    --video--height: 1295;
    }
    .ednb-bnr .hmbnr_textarea {
    max-width: 786px;
    }
}
@media screen and (max-width: 1200px) {
.frch_aboutus_contbox {
    padding: 0px 33px 84px;
}
.team_contarea {
width: 54%;
}
    .team_img {
    width: 50%;
}
    .testi_vdo_box {
/*        padding-bottom: calc(43.25%);*/
        padding-bottom: 0;
            width: 72%;
}
    .testi_vdo_box > div {
    padding: 44.25% 0 0 0 !important;
}
    .testi_vdo_box > div iframe {
        width: 80% !important;
    }
    .blog_area ul li {
    width: 31.2%;
}
    .leed_best .skycam-sluk-contentbox {
    width: 64%;
}
.miltonkeynes_best .skycam-sluk-contentbox {
    width: 64%;
}
}
@media screen and (max-width: 1199px) {
.tm_hd {
        margin-top: -63px;
    }
.testi_vdo_box {
    width: 68%;
}
.team_img .team_deatails {
    right: -209px;
}
.industry_list {
    column-count: 3;
}
.frnche_bnr_cntntbx {
    padding:180px 0 150px;
}
.frnche_bnr_cntntbx .hmbnr_textarea {
    width: 95%;
}
.item a {
/*    height: 228px;*/
}
    .frch_aboutus_vdobox {
    --video--width: 1260;
    --video--height: 1595;
    }
    .ednb-bnr .hmbnr_textarea {
    max-width: 761px;
}
    .blog_area ul li {
    width: 31%;
}
    .leed_about .frch_aboutus_contbox {
    padding: 37px 5%;
}
  .leed_feature .aerial_contentbox ul li {
    padding: 15px 15px 15px 49px;
    background-position: 17px 22px;
    background-size: 13px;
}
.leed_feature .aerial_contentbox ul li strong {
    font-size: 18px;
    line-height: 27px;
}
.leed_next .emplrecntwork_area {
    flex-direction: column-reverse;
}
.leed_next .emplrecntwork_content.confdnc-course {
    padding-right: 0;
    padding: 30px 0 0;
}









}
@media screen and (max-width: 1080px) {
    .bath_abtme_area::before {
        top: -32%;
        left: -9%;
        transform: scale(.4);
    }
    }
@media screen and (max-width: 1024px) {

        .recent-work-imgbox img{
            height: inherit;
            }

    .testi_vdo_box {
        width: 65%;
        padding-bottom: calc(37.25%);
    }
    .testi-new-video {
    padding-bottom: 0px;
    max-width: 483px;;

    }
}
@media screen and (max-width: 991px) {

    .example-list-area {
    margin-top: 40px;
    column-count: 1;
    -moz-column-gap: 50px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
}

    .cont-text{min-height: inherit}

    .hdr_top_right_box .hdr_right_area ul li{
    font-size: 11px!important;
    }
    .dronee-ser{
        padding-bottom: 60px!important;
       }
       .recent-work-imgbox img{
       height: inherit;
       }
    .frnche_bnr_cntntbx {
    padding: 50px 0;
}
.frch_aboutus_imgbox img {
    height: 582px;
    object-fit: cover;
    width: 100%;
}
.frch_aboutus_contbox {
    padding: 50px 5% 94px;
}
.frch_jointeam_area {
    justify-content: flex-start;
}
.team_contarea {
    width: 100%;
    margin: 0px 0 0;
    position: relative;
    z-index: 2;
}
.testi_vdo_box {
    width: 100%;
    margin: 30px 0 0;
    padding-bottom: calc(56.5%);
    max-width: 100%;
}
.tm_hd h2 {
    font-size: 27px;
    padding: 17px 30px 26px;
}
.team_img {
    position: relative;
    left: 0;
    bottom: -90px;
    width: 63%;
    margin-top: -60px;
}
.team_img .team_deatails {
    right: -209px;
}
.new_indus_wrap .heading_center {
    width: 100%;
    margin: 0 auto;
}
.industry_list {
    column-count: 2;
    margin-top: 50px;
}
.aerial_wrap {
    padding-bottom: 100px
 }
 .aerial_contentbox {
    background: rgb(0 0 0 / 75%);
    padding: 60px;
    max-width: 100%;
}

.frnche_bnr_cntntbx .hmbnr_textarea h1 {
    font-size: 30px;
    line-height: 36px;
}
.frnche_bnr_cntntbx .hmbnr_textarea p {
    font-size: 17px;
    line-height: 24px;
    width: 100%;
}
.item {
    width: 33.33%;
    }
.item:nth-child(3n){
    margin-right: 0px;
}
.item:nth-child(2n){
    margin-right: 0px;
}
.item:nth-child(4n){
    margin-right: 0px;
}
.item:last-child{
    margin-right: 00px;
}
    .item a {
    height: 220px;
}


.map_cntnt_area1{
    margin-bottom: 35px;
    }
    .frnche_bnr_img img {
    width: 100%;
    object-position: right;
}
 .frache_textwrap {
    background: #000;
    padding-bottom: 60px;
}
.frnche_bnr_cntntbx .hmbnr_textarea {
    width: 100%;
    padding: 0px 0;
    background: transparent;
    border: 0;
}
 .bicester_hdr .hdr_top_left_box p {
    font-size: 13px;
}
.bath_abtme_wrap::after {
    width: 40px;
}
.bath_abtme_area::before {
    transform: scale(.3);
    top: -38%;
    left: -12%;
}
.bathslider_contentbox .slick-prev:before, .bathslider_contentbox .slick-next:before {
    font-size: 16px;
}
.bathslider_contentbox .slick-prev, .bathslider_contentbox .slick-next {
    width: 30px;
    height: 30px;
}
.bathslider_wrap {
    padding-bottom: 40px;
}
    .testi_vdo_box-well {
    padding-left: 0;
    padding-top: 40px;
}
    .team_img img {
    width: 100%;
}
.testi_vdo_box > div iframe {
    width: 100% !important;
}
.testi_vdo_box > div {
    padding: 55.25% 0 0 0 !important;
}
.faq-heading{

  line-height: 35px;
}
.faq .accordion-button{
    font-size: 22px;
    line-height: 33px;
}
.testi-new-video {
padding-bottom: 0px!important;
    }
    .frch_aboutus_vdobox {
   --video--width: 991;
    --video--height: 560;
    }
    .frnch-bnr-vdo {
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
    .frnch-bnr-vdo iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    position: absolute;

}
    .ednb-bnr .hmbnr_textarea {
    max-width: 100%;
    padding: 50px 5% 50px !important;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
    .frch-dsrvc-area {
    padding: 60px 5%;
}
    .team_img.countydyrhm-dan {
    margin-top: -100px;
}
    .blog_area ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
    .leed_feature .aerial_contentbox ul li {
        width: 48%;
    }
.leed_best .skycam-sluk-contentbox {
        width: 100%;
    }
.leed_best {
    background: transparent;
}

.miltonkeynes_best .skycam-sluk-contentbox {
        width: 100%;
    }
.miltonkeynes_best {
    background: transparent;
}












}
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {
.bicester_hdr .hdr_top_left_box p {
    font-size: 11px;
}
.bath_abtme_area::before {
    left: -18%;
}
}
@media screen and (max-width: 800px) {
.testi_vdo_box {
    padding-bottom: calc(56.25%);
}
.testi-new-video {
    padding-bottom: 0px;
        }

}
@media screen and (max-width: 768px) {      }
@media only screen and (max-width: 767px) {
.recent-work{
flex-direction: column-reverse;
}
.recent-work-content{
padding: 40px 5% 40px;
}
.dronee-ser{
 padding-bottom: 40px!important;
}
.recent-work-imgbox img{
height: inherit;
}
.faq-heading{
 font-size: 27px;
}
.faq .accordion-button{
 font-size: 17px;
 line-height: 27px;
}
.aerial_contentbox h3{
    line-height: 1.3;
    }
.aerial_contentbox {
    padding: 20px;
}
.team_img {
    position: relative;
    left: 0;
    bottom: -18px;
    width: 100%;
    margin-top: 0;
}
.team_img .team_deatails {
        position: relative;
    width: 100%;
    display: block;
    bottom: 0;
    padding: 20px;
    left: 0;
    margin-top: -50px;
    z-index: 5;
    text-align: center;
}
.testi_vdo_cont .heading h2 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.frnche_bnr_cntntbx .hmbnr_textarea h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;

}

.frnche_bnr_cntntbx .hmbnr_textarea {
    width: 100%;
    padding: 40px 30px;
}
.grid-sizer {
    width: 65%;
}
    .item {
        width: 50%;
        margin-right: 0!important;
    }
.map_hd h2 {
    padding-bottom: 30px;
}
.frnche_bnr_cntntbx .hmbnr_textarea {
    width: 100%;
    padding: 0px 5%;
    text-align: left;
}
.frnch_hdn h3 {
    font-size: 20px;
    line-height: 25px;
}
.frnch_hdn p {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
}
    .item a {
    height: 150px;
}
.bnr_txtbox.frnche_bnr_cntntbx {
    padding-bottom: 40px;
}
.bicester_hdr .hdr_top_left_box {
    width: 100%;
}
.bath_abtme_area::before {
    content: url(../images/arrow_bath2.png);
    top: -46%;
    left: 18%;
    transform: scale(.3);
}
    .frnche_bnr_cntntbx {
    padding: 40px 0;
}
    .frnchpan_area .frnch_hdn {

        margin-top: 0;
    text-align: left;
    }

.frnchpan_area .frnch_hdn h2 {
    padding: 0;
}
.frnchpan_area .frnch_hdn h2:before, .frnchpan_area .frnch_hdn h2:after {
    display: none;
}
    .frnchpan_area {
    padding: 40px 0;
}
    .frache_textwrap {
    background: #000;
    padding-bottom: 0;
}
    .frch_aboutus_imgbox img {
    height: inherit;
}
    .frch_aboutus_contbox {
    padding: 40px 5% 94px;
}
    .team_contarea {
    margin: 40px 0 0;
}
    .frache_textwrap .container {
    width: 100% !important;
}
.testi-new-video iframe{
   width: 100%;;
   height: 200px;
}
    .faq .accordion-button {
    padding: 20px 0px 20px 0px;
}
    .accordion-flush .accordion-item .accordion-button {
    justify-content: space-between;
}
    .accordion-button::after {
    margin-left: 10px;
    text-align: right;
}
    .frch-dsrvc-area {
    padding: 40px 5%;
}
    .blog-vmo {
    padding-bottom: 56.25%;

    }
    .frnche_bnr_cntntbx .hmbnr_textarea h2 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 400;
}
  .aerial_contentbox ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.leed_feature .aerial_contentbox ul li {
        width: 100%;
    }
.leed_feature .aerial_contentbox {
    padding: 50px 0;
}
.leed_best ul li h3 {
    font-size: 17px;
}

.leed_best ul li {
    padding: 15px 15px 15px 47px;
    background-position: 18px 16px;
}

.miltonkeynes_best ul li h3 {
        font-size: 17px;
    }
.miltonkeynes_best ul li {
    padding: 15px 15px 15px 47px;
    background-position: 18px 16px;
}




}
@media screen and (max-width: 736px) {      }

@media screen and (max-width: 667px) {   }
@media screen and (max-width: 640px) {
    .bath_abtme_area::before {
        top: -37%;
        left: 7%;
    }

  }
@media screen and (max-width: 568px) {
.industry_list {
    column-count: 1;
    margin-top: 50px;
}
.bath_abtme_area::before {
    top: -33%;
}
}
@media screen and (max-width: 533px) {  }
@media screen and (max-width: 480px) {
.testi_vdo_cont .heading h2 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.tm_hd {
    margin-top: -50px;
}
.tm_hd h2 {
    font-size: 20px!important;
    padding: 15px 30px 15px!important;
}
.frch_jointeam_area {
    padding: 0 0 0;
}
.grid-sizer {
    width: 100%;
}
.map_cntnt {
    padding: 35px 20px;
    }
.map_btn a {
    text-align: center;
    line-height: 28px;
    }
.map_hd h2 {
    padding-bottom: 20px;
}
.map_cntnt {
    margin-left: 0;
    margin-right: 0;
}
.bath_abtme_wrap::after {
    display: none;
}
.bath_abtme_area {
    width: 100%;
}
.bath_abtme_area::before {
    top: -32%;
    right: 28%;
    transform: scale(.3);
}
.bathslider_contentbox .slick-prev:before, .bathslider_contentbox .slick-next:before {
    font-size: 12px;
}
.bathslider_contentbox .slick-prev, .bathslider_contentbox .slick-next {
    width: 20px;
    height: 20px;
}
.aerial_wrap {
    padding-bottom: 90px;
}
      .frch_aboutus_contbox {
    padding: 40px 5% 90px;
}
}

@media screen and (max-width: 414px) {
    .bath_abtme_area::before {
        top: -29%;
        right: 34%;
    }
  }
@media screen and (max-width: 375px) {


 }
@media screen and (max-width: 360px) { }
@media screen and (max-width: 320px) {  	}
