@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Roboto', sans-serif;
*/
/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #0e1215;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}
 
img {
    max-width: 100%;
}

a {
    outline: none;
    color: #4b494a;
    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;
}

a:hover,
a:focus,
a:active {
    color: #ff6100;
    text-decoration: none !important;
    outline: none !important;
}

li {
    list-style: none;
}

input:hover,
input:focus {
    outline: none;
}


/*============
custom css(07-02-19)
==============================*/
/*===-----
common
------===*/
div#main {
    z-index: 3;
    position: relative;
    background: #fff;
}

.container_max {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;

}

.nopadd {
    padding: 0;
}

.padd_tb {
    padding: 94px 0;
}

.padd_t {
    padding-top: 94px;
}

.padd_b {
    padding-bottom: 94px;
}

.nopadd_left {
    padding-left: 0 !important;
}

.nopadd_right {
    padding-right: 0 !important;
}

.fluid_padd {
    padding: 0 7%;
}

.space_area {}

ul {
    margin: 0;
}

li {
    font-size: 15px;
    line-height: 23px;
    color: #8f8f8f;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #2b2b2b;
    margin-top: 0;
}

.secpanel {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.secpanel p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #8f8f8f;
}

.secpanel p:last-child {
    margin-bottom: 0;
}

.sub_content {
    margin: 0 auto 40px;
    width: 87%;
    max-width: 1170px;
}

.sub_content p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.org_text {
    color: #ff6000;
}

.total_wrapper {}

/*----------
top to bottom scroll
----------*/

#return-to-top {
    z-index: 99;
    position: fixed;
    bottom: 132px;
    right: 20px;
    background: #ea5323;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #4b494a;
}

#return-to-top:hover i {
    color: #fff;

}

/*======================
Loader
===========================*/

.overlayload {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
*/
}

.overlayload .overlayDoor:before,
.overlayload .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlayload .overlayDoor:before {
    left: 0;
}

.overlayload .overlayDoor:after {
    right: 0;
}

.overlayload.loaded .overlayDoor:before {
    left: -50%;
}

.overlayload.loaded .overlayDoor:after {
    right: -50%;
}

.overlayload.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlayload .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlayload .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlayload .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*===============
Header
===============*/
.main_header {
    position: relative;
    transition: all 0.3s;
    z-index: 10;
}

.hdr_top_wrap {
    background: #262626;
    padding: 10px 0;
}

.hdr_top_area {
    display: flex;
    flex-wrap: wrap;
    /* padding: 22px 0; */
    align-items: center;
}

.hdr_top_left_box {
    width: 50%;
}

.hdr_top_left_box p {
    color: #fff;
    margin: 0;
}

.hdr_top_left_box strong {
    color: #ff6100;
}

.hdr_top_right_box {
    width: 50%;
}

.hdr_right_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

ul.hdr_contact {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

ul.hdr_contact li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 29px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px;
    color: #fff;
}

ul.hdr_contact li a {
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

ul.hdr_contact li a:hover,
ul.hdr_contact li a:focus,
ul.hdr_contact li a:active {
    color: #ff6000;
}

.scl_icon {}

.scl_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.scl_icon ul li {
    margin-left: 5px;
}

.scl_icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 20px;
    background: #ff6000;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    padding: 5px;
    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;
}

.scl_icon ul li a:hover,
.scl_icon ul li a:focus,
.scl_icon ul li a:active {
    background: #fff;
    color: #ff6000;
}

.scl_icon ul li a img {}

.hdr_bottom_wrap {
    background-color: rgb(0 0 0 / 67%);
    border-top: 2px solid #ff6000;
    transition: all 0.3s;
    position: relative;
}

.sticky {
    /*    background: #fff;*/
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.12);
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    background: #050607;
}

@-webkit-keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.hdr_bottom_area {
    display: flex;
    /* justify-content: center; */
    /*    position: relative;*/
    align-items: center;
    /* padding: 15px 0; */
}

.logoarea {
    max-width: 194px;
    width: 20%;
    display: inline-flex;
    margin: 7px 0;
}

.logoarea a {
    display: inline-block;
    width: 100%;
    /*
    background: url(images/new_logo.png);
        height: 54px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
*/
}

.logoarea img {
    /*    display: none;*/
}

.hdr_right_wrap {
    width: 86%;
    text-align: right;
}

.sticky .logoarea a {
    width: 130px;
}

.sticky .dstp_mainmenu nav ul.nav_list > li > a {
    line-height: 82px;
    font-size: 16px;
}

/*----- sticky header-----*/
.main_header.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.07);
}

.main_header.sticky .logoarea {
    max-width: 120px;
}

.main_header.sticky .hdr_right_wrap .hdr_right_area {
    display: none;
}

.main_header.sticky .dstp_mainmenu {
    text-align: right;
    margin-top: 0;
}

/*===============
Header Search
===============*/
.hm-search-wrap {
    /* margin-top: -7px; */
    /* margin-bottom: 10px; */
    z-index: 2;
    position: relative;
    overflow: visible;
    border-top: 6px solid #ffffff;
}
/*
.lcl-srch{
    padding: 40px 0;
}
*/
.hm-search-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    background: #ff6000;
    padding: 16px 0;
    width: 100%;
    max-width: 1000px;
    /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
    margin: 0 auto;
    position: absolute;
    z-index: 99999999;
    top: -50px;
    left: 0;
    right: 0;
    border-radius: 86px;
    border: 2px solid #fff;
}
.srch-hd {
    padding: 0 0 0 40px;
    background-image: url(../images/find.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.srch-hd h2 {
    color: #ffffff;
    margin: 0;
    font-size: 27px;
    line-height: 35px;
}
.srch-formwrap {
}
.srch-formwrap form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 4px;
    /*border: 1px solid #111;*/
}
.inp_box {
    display: inline-block;
}
.inp_box input[type="text"] {
    height: 50px;
    border: 0;
    padding: 0 20px 0 22px;
    width: 460px;
        color: #000;
}
.sub_btn_box {
    display: inline-block;
}
.sub_btn_box input[type="submit"] {
    background-image: url(../images/search.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -1000px;
    overflow: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 21px;
    box-shadow: none;
    color: #ffffff;
    background-color: #ef5425;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
}
.sub_btn_box input[type="submit"]:hover{
    background-color: #333;

}
/*===============
main menu
===============*/
.dstp_mainmenu {
    text-align: right;
}

.dstp_mainmenu nav {}

.dstp_mainmenu nav ul.nav_list {
    margin: 0;
    float: right;
}

.dstp_mainmenu nav ul.nav_list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
}

.home-menumain.dstp_mainmenu nav ul.nav_list li {
    position: inherit;
}

.dstp_mainmenu nav ul.nav_list > li > a {
    border-bottom: 0;
    color: #fff;
    line-height: 87px;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    position: relative;
}
.dstp_mainmenu nav ul.nav_list li:nth-child(2) > a,
.dstp_mainmenu nav ul.nav_list li:nth-child(3) > a{padding-right: 11px;}
.dstp_mainmenu nav ul.nav_list li:nth-child(2) > a:before,
.dstp_mainmenu nav ul.nav_list li:nth-child(3) > a:before{
    content: "";
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    width: 12px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -12px;
}
.dstp_mainmenu nav ul.nav_list li:last-child {
    padding-right: 0;
}

.current_menu {}

.dstp_mainmenu nav ul.nav_list li:hover a,
.dstp_mainmenu nav ul.nav_list li.current_menu > a {
    color: #ff6100;
}

.dstp_mainmenu nav ul.nav_list li.current_menu > a.popupbtn {
    color: #fff;
}

.dstp_mainmenu nav ul.nav_list li.current_menu > a.popupbtn:hover {
    color: #ff6100;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu {
    position: absolute;
    top: 70px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    text-align: left;
    width: 400px;
    background-color: #000000;
    border-bottom: 5px solid #ff6100;
    border-radius: 0 0 5px 5px;
    z-index: 9999999;
    margin: 0;
    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;
}


.dstp_mainmenu nav ul.nav_list li .sub_menu:before {
    /*
    content:"";
    top: -12px;
    position: absolute;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 12px solid #2b2b2b;
*/
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li {
    display: block;
    width: 100%;
    padding: 10px 15px;
    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;
}

.home-menumain.dstp_mainmenu nav ul.nav_list li .sub_menu li {
    padding: 0;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li a {
    font-size: 17px;
    line-height: 24px;
    /*border-bottom: 1px solid #eee;*/
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li a .org_text:hover {
    color: #fff !important;
}

.dstp_mainmenu nav ul.nav_list li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.dstp_mainmenu nav ul.nav_list li:last-child .sub_menu {
    left: initial;
    right: 0;
    /*    width: 150px;*/
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li:hover {
    /*    background: #ff6100;*/
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li:hover a {
    color: #ff6600;
}

.parent_menu {}

.dstp_mainmenu nav ul.nav_list li .sub_menu li a .org_text {

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu li a:hover .org_text {
    color: #eeeeee;
}

/*====megamenu===*/
.submenu-full-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.submenu-full-wrap .megamenu-form {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    background: #ea5323;
    padding: 30px;
    border-radius: 15px;
    align-items: center;
    background-image: url(images/menushapee.png);
    background-repeat: no-repeat;
    background-position: 7% 50%;
    background-size: 42%;

}

.submenu-full-wrap .megamenulist {
    width: 30%;
    padding: 30px 40px 0;
    padding-right: 0;
}

.submenu-full-wrap .right-img {
    width: 30%;
    padding-left: 10px;
}

.submenu-full-wrap .right-img img {
    height: 100%;
    object-fit: contain;
}

.megamenu-form .left-form-content {
    width: 50%;
    padding-right: 40px;
    padding-left: 10px;
}

.megamenu-form .right-form-menu {
    width: 50%;
    background: rgb(255 255 255 / 53%);
    padding: 30px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
}

.megamenu-form .left-form-content h2 {
    font-size: 23px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
}

ul.tlsit {}

ul.tlsit li {
    background-color: transparent !important;
    color: #ffffffe8;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 13px;
    padding-left: 35px !important;
    background-image: url(images/check-round.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left -1px;
}

.megamenu-form .right-form-menu .telephone_bnr_cntct {}

.megamenu-form .right-form-menu .telephone_bnr_cntct li {
    background: transparent !important;
    margin-right: 0 !important;
}

.submenu-full-wrap .megamenulist .megahdn {
    margin-bottom: 10px;
}

.submenu-full-wrap .megamenulist ul {}

.submenu-full-wrap .megamenulist ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
    padding-bottom: 10px !important;
}

.submenu-full-wrap .megamenulist ul li p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
}

.submenu-full-wrap .megamenulist ul li:last-child {
    margin: 0;
    padding: 0 !important;
    border: 0;
}

.megamenu-form .right-form-menu .input-group .form-control {
    width: 100%;
    /* background: transparent; */
    border: 0;
    vertical-align: top;
    padding: 7px 18px;
    box-shadow: none;
    line-height: 46px;
    height: 46px;
    border-radius: 6px;
    color: #999999;
}

.megamenu-form .right-form-menu .input-group select.form-control {
    padding: 7px 15px;
}

.megamenu-form .right-form-menu .input-group {
    width: 100%;
}

.megamenu-form .right-form-menu ul {}

.megamenu-form .right-form-menu ul li {
    margin-bottom: 6px;
}

.megamenu-form .right-form-menu .input-group textarea.form-control {
    height: 60px;
    padding-top: 0;
}

.megamenu-form .right-form-menu .pop_submit {}

.megamenu-form .right-form-menu .pop_submit input[type=submit] {
    width: 100%;
    background: #000000;
    border: 0;
    border-radius: 7px;
    height: 48px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.megamenu-form .right-form-menu .pop_submit input[type=submit]:hover {
    background: #ff6000;
    color: #fff;
}

.about-submenu {
    /*    position: relative;*/
    background-image: url(images/about-menubg.jpg);
    background-size: auto 82%;
    background-position: 99% 42%;

    background-repeat: no-repeat;
}

.srvc-submenu {
    background-image: url(images/srvc-menubg.jpg);
    background-size: auto 86%;
    background-position: 100% 100%;

    background-repeat: no-repeat;
}
.dstp_mainmenu nav ul.nav_list li .sub_menu {
    width: 400px;
    background-image: none;
    left: -30px;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu .megamenu-form {
    display: none;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu .right-img {
    display: none;
}

.dstp_mainmenu nav ul.nav_list li:nth-child(3),.dstp_mainmenu nav ul.nav_list li:nth-child(2) {
    position: relative;
}

.dstp_mainmenu nav ul.nav_list li .sub_menu .megamenulist {
    width: 100%;
    padding: 0 40px 0;
}

.about-submenu:before {
    /*
    position: absolute;
    content: " ";

*/
}

/*
.about-submenu {
    background-image: url(images/about-menubg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}
.srvc-submenu {
    background-image: url(../images/franch-testi-bg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}
*/
/*======
Heading
========*/

.heading,
.heading_center {
    margin-bottom: 20px;
    position: relative;
    /* padding-bottom: 15px; */
}

.heading_center {
    text-align: center;
}

.heading h2,
.heading_center h2 {
    font-size: 34px;
    line-height: 38px;
    color: #c6c6c6;
    font-weight: 400;
    text-transform: uppercase;
}

/*======
Button
========*/
.main_btn {
    margin-top: 40px;
}

.main_btn a {
    background: transparent;
    border: 2px solid #fff;
    color: #c6c6c6;
    display: inline-block;
    padding: 0px 38px;
    font-size: 18px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 63px;
}

.main_btn a:hover,
.main_btn a:active,
.main_btn a:focus {
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    outline: none;
    text-decoration: none;
}

/*======
Banner
========*/
.main_bannerwrap {
    margin-top: -117px;
}

.main_bannerwrap {}

.mainbanner_area {}

.bnr_slidebox {
    position: relative;
    overflow: hidden;
}

.mainbanner_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainbanner_img img {
    margin: 0;
}

.bnr_txtbox {
    z-index: 1;
    position: relative;
    padding: 220px 0 190px;
    width: 100%;
}

/*---- home banner ---*/
.hmbnr_img {}

.hmbnr_img img {}

.hmbnr_textwrap {}

.hmbnr_img img {
    height: 100%;
    object-fit: cover;
}

.hmbnr_textwrap {
    /* float: right; */
    /* text-align: right; */
    /* margin-right: -5%; */
    /* width: 56%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0;*/
}

/*.hmbnr_textwrap:before {
    content: "";
    background: rgb(0 0 0 / 0.79);
    transform: skew(10deg);
    position: absolute;
    right: -5%;
    top: 0;
    bottom: 0;
    width: 100%;
      z-index: 1;
}*/
.hmbnr_textarea {
    /*width: 100%; */
    /* padding: 0 16.5% 0px 67px; */
    /* text-align: right; */
    /* padding: 0 16.5% 0px 67px; */
    text-align: right;
    position: relative;
    z-index: 2;
    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%);
}

.hmbnr_textarea h1 {
    position: relative;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.hmbnr_textarea h1 span {
    font-weight: 500;
}

.hmbnr_textarea p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    width: 100%;
    padding: 0 80px;
}

.bnr_btn {
    margin-top: 30px;
}

.bnr_btn a {}

.bnr_btn a:nth-child(2) {
    margin-left: 10px;
}

.bnr_slider .slick-arrow {
    position: absolute;
    /* top: 0; */
    bottom: 127px;
    height: 40px;
    z-index: 3;
    margin: auto;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 33px;
    color: #fff;
}

.bnr_slider .slick-prev {
    left: 45%;
}

.bnr_slider .slick-next {
    right: 45%;
}

.bnr_slider .slick-arrow:hover,
.bnr_slider .slick-arrow:focus,
.bnr_slider .slick-arrow:active {
    box-shadow: none;
    border: 0;
    outline: none;
}

.bnr_slider .slick-disabled {
    opacity: 0.4;
}

.bnr_btn a:hover,
.bnr_btn a:focus,
.bnr_btn a:active {}

/*-----*/
.bnr_small_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* transform: skewX(10deg); */
    animation: fadeInRightBig 1s both 1s;
}

.bnr_small_img .bnr_sml_imgwrap {
    /* transform: skewX(20deg); */
    /* overflow: hidden; */
    width: 66%;
    float: right;
    max-width: 800px;
    height: 100%;
}

.bnr_small_img .bnr_sml_imgarea {
    /*transform: skewX(-20deg);
     width: 100%;
    margin-left: 0;
    height: 100%;*/
    background-image: url("images/bnr_smlimg.jpg");
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% center;
}

.bnr_small_img .bnr_sml_imgarea img {
    height: 100%;
    object-fit: cover;
    /* width: 100%; */
    object-position: center;
    display: none;
}

/*-----**/

.mainbanner_img {
    animation: fadeInLeftBig 1s both 1s;
}

.main_bannerwrap .bnr_small_img {
    animation: fadeInRightBig 1s both 1s;
}

.main_bannerwrap .bnr_txtbox {
    animation: fadeIn 1s both 1.3s;
}

.main_bannerwrap .bnr_txtbox h1 {
    animation: fadeIn 1s both 1.5s;
}

.main_bannerwrap .bnr_txtbox h2 {
    animation: fadeIn 1s both 1.8s;
}

.main_bannerwrap .bnr_txtbox p {
    animation: fadeIn 1s both 2s;
}

.main_bannerwrap .bnr_txtbox .bnr_btn {
    animation: fadeIn 1s both 2.5s;
}

/*=======================*/
.inner_bnr_wrap {}

.innrbnr_img {}

.innrbnr_img img {}

.innerbnr_contwrap {
    padding-bottom: 120px;
}

.innerbnr_contarea {}

.inrbnr_hd {
    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%);
}

.inrbnr_hd h1 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
}

.inrbnr_hd h2 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff6000;
    margin: 0 0 0;
}


















/*===============
footer
===============*/
.ftr_wrap {
    background-color: #313439;
    overflow: hidden;
}

.footer_area {
    /* overflow: hidden; */
    display: block;
}

.footer_top_area {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.footer_box {
    width: 33.33%;
    /* border-right: 1px solid #2b2b2b; */
    /* margin-right: 30px; */
}

.footer_box h4 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 16px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.footer_box h4:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f05427;
}

/*------ form ------*/
.ftr_cont_frm {}

.ftr_cont_frm ul {}

.ftr_cont_frm ul li {}

.ftr_cont_frm ul li .input-group {
    display: block;
}

.ftr_cont_frm .inp_txtbx,
.ftr_cont_frm .txt_box {
    background: #4f4f4f;
    border: none;
    margin: 0 0 7px;
    border-radius: 0;
    padding: 9px 15px;
    color: #fff;
    width: 100%;
}

.ftr_cont_frm select#contact_enquiry_reason {
    padding: 9px 12px;
    margin: 0;
}

.ftr_cont_frm ul li .input-group.select-group {
    background: #4f4f4f;
    display: inline-block;
    width: 100%;
}

.ftr_cont_frm .inp_txtbx:focus,
.ftr_cont_frm .txt_box:focus {
    outline: none;
}

.ftr_cont_frm .txt_box {
    height: 75px;
    resize: none;
}

.ftr_cont_frm .inp_txtbx::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.ftr_cont_frm .inp_txtbx::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.ftr_cont_frm .inp_txtbx:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.ftr_cont_frm .inp_txtbx:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.ftr_cont_frm .txt_box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.ftr_cont_frm .txt_box::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.ftr_cont_frm .txt_box:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.ftr_cont_frm .txt_box:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.ftr_cont_frm .ftr_sub_btn {
    background: #ff6000 !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0 !important;
    margin: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.g-recaptcha {
    background: #ff6000 !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0 !important;
    margin: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(0.8);
    transform-origin: 0 0 0;
}

textarea.txt_box {
    /* padding-bottom: 0px !important; */
    margin-bottom: 0px !important;
}

.ftr_cont_frm .ftr_sub_btn:hover {
    background: #fff !important;
    color: #f05527;
}

.contact_submit {}

.contact_submit input {
    background: #ff6000 !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 0 !important;
    margin: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.contact_submit input:hover,
.contact_submit input:focus,
.contact_submit input:active {
    background: #fff !important;
    color: #f05527;
}

/*------ quick link ------*/
.ftr_quicklink {
    padding: 0 40px;
}

.ftr_quicklink ul {}

.ftr_quicklink ul li {
    background: url(images/list_icon.png) no-repeat left center;
    border-bottom: 1px solid #3b3b3b;
}

.ftr_quicklink ul li a {
    color: #c6c6c6;
    padding: 7px 0 7px 16px;
    display: inline-block;
    width: 100%;
}

.ftr_quicklink ul li a:hover {
    text-decoration: none;
    color: #f05527;
}

/*----- details ----*/
.ftr_details {}

.ftr_details ul {}

.ftr_details ul li {
    border: 1px solid #4f4f4f;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 20px 70px;
    color: #c6c6c6;
}

.ftr_details ul li b {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #f6f6f6;
}

.ftr_details ul li a {
    color: #c6c6c6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.ftr_details ul li a:hover,
.ftr_details ul li a:active {
    text-decoration: none;
    color: #f05527;
}

.ftr_details ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 100%;
}

.ftr_details ul li:first-child:before {
    background: #4f4f4f url(images/address_icon.png) no-repeat center center;
}

.ftr_details ul li:nth-child(2):before {
    background: #4f4f4f url(images/call_icon.png) no-repeat center center;
}

.ftr_details ul li:nth-child(3):before {
    background: #4f4f4f url(images/email_icon.png) no-repeat center center;
}

.ftr_details ul li:nth-child(4):before {
    background: #4f4f4f url(images/user-skycam.png) no-repeat center center;
}

.social_box {
    margin-top: 10px;
    display: inline-block;
}

.ftr_social ul {
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.ftr_social ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0;
}

.ftr_social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 24px;
    /* background: #ff6100; */
    border-radius: 20px;
    line-height: 36px;
    color: #b7b7b7;
    border: 1px solid #414243;
    padding: 5px;
    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;
}

.ftr_social ul li a i {
    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;
    font-size: 24px;
}

.ftr_social ul li a:hover,
.ftr_social ul li a:focus {
    color: #ff6100;
    /* background: #fff; */
    border-color: #ff6000;
}

.footer_box.ftr_col3.mneu_list {
    border: 0;
    margin-right: 0;
    width: 34%;
}

.ftr_btm_wrap {
    background-color: #262626;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

.ftr_btm_area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.ftr_btm_left {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 0;
}

.termsmenu {
    margin: 5px 0;
}

.termsmenu ul {
    margin: 0;
}

.termsmenu ul li {
    margin-bottom: 4px;
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 300;
    display: inline-block;
    line-height: 15px;
    border-left: 1px solid #b7b7b7;
    margin-bottom: 0;
    padding: 0 10px;
}

.termsmenu ul li:first-child {
    /* padding-left: 0; */
}

.termsmenu ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.termsmenu ul li a {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
}

.termsmenu ul li a:hover,
.footer_box ul li a:focus {
    color: #ff6100;
}

.copyright {
    color: #b7b7b7;
    text-align: right;
    margin-right: 13px;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
}









/*===============
popups
===============*/
/*--big popup --*/
div#popup1 .modal-dialog.modal-lg {
    width: 80%;
    max-width: 1170px;
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);
    margin: 0 auto;
}

.big_popup_wrap {
    background-image: url(images/popup_form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.popupleftbox {
    width: 50%;
    display: inline-block;
}

.telephone_hdn h1 {
    margin-top: 0 !important;
    background: #fe6100;
    color: #ffffff;
    font-size: 35px;
    padding: 17px 37px 13px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 35px;
}

.telephone_hdn h2 {
    padding: 19px 37px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px !important;
    margin-top: 0;
    color: #42464e;
}

ul.bnr_list {
    margin-bottom: 21px;
    padding: 19px 37px;
    background: rgba(140, 140, 140, 0.34);
}

ul.bnr_list li {
    line-height: 19px;
    margin-bottom: 9px;
    color: #000000;
    padding-left: 22px;
    position: relative;
    background-image: url(images/checked.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 4px;
    display: inline-block;
    width: 49%;
}

.getaquote_hdn {
    margin-bottom: 30px;
}

.getaquote_hdn h2 {
    /* background: #fe6100; */
    color: #ff6000;
    font-size: 28px;
    /* padding: 17px 37px 13px; */
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.getaquote_hdn p {
    text-align: center;
    color: #a9a8a8;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px;
}

.telephone_bnr_cntct {
    padding: 0px 37px;
}

.telephone_bnr_cntct form {}

.telephone_bnr_cntct form ul {
    font-size: 0;
    /* column-count: 2; */
    /* column-gap: 10px; */
    display: flex;
    flex-wrap: wrap;
}

.captcha_input .form-control {
    color: #9da0a3;
    background-color: #f7f8f9;
    border-radius: 0;
    height: 44px;
}

.telephone_bnr_cntct form ul li {
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    vertical-align: top;
}

.telephone_bnr_cntct form ul li:nth-child(2n) {
    margin-right: 0;
}

.telephone_bnr_cntct .input-group {
    color: #9da0a3;
    background-color: #f7f8f9;
}

.telephone_bnr_cntct .input-group span.input-group-addon {
    background: transparent;
    border: 0;
    color: #a0a0a0;
}

.telephone_bnr_cntct .input-group input,
.telephone_bnr_cntct .input-group textarea,
.telephone_bnr_cntct .input-group select {
    background: transparent;
    border: 0;
    vertical-align: top;
    padding: 7px 12px;
    box-shadow: none;
    line-height: 46px;
    height: 46px;
    padding-left: 5px;
}

.telephone_bnr_cntct .input-group textarea {
    height: 120px;
    resize: none;
    width: 100%;
}

.telephone_bnr_cntct .input-group textarea:focus {
    outline: none;
}

.textareafield {
    vertical-align: top;
    padding-top: 20px;
}

.pop_submit {
    text-align: center;
    margin-bottom: 20px !important;
}

.telephone_bnr_cntct input[type="submit"] {
    display: inline-block;
    padding: 10px 55px;
    text-transform: uppercase;
    font-size: 21px;
    height: auto;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    width: initial;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.telephone_bnr_cntct input[type="submit"]:hover,
.telephone_bnr_cntct input[type="submit"]:focus {
    background-color: #ff6000;
    border-color: #fff;
}

.big_popup_wrap button.close {
    color: #42464e;
    background-color: transparent;
    opacity: 1;
    text-shadow: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0;
    font-style: normal;
    font-size: 28px;
}

.big_popup_wrap button.close:hover,
.big_popup_wrap button.close:focus {
    color: #fff;
    outline: none;
}

.modal-backdrop {
    background-color: #000 !important;
}

/*--- small popup --*/
div#popup2 .modal-dialog.modal-xs,
div#popup3 .modal-dialog.modal-xs {
    max-width: 440px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
}

.small_popup_wrap {
    /*    width: 440px;*/
    position: relative;
    margin: 0 auto;
    padding: 55px 40px 50px;
    border-radius: 10px;
    background-color: #0e1215;
}

.small_popup_wrap button.close {
    margin-top: -48px;
    margin-right: -26px;
    color: #ff6000;
    opacity: 1;
    font-size: 32px;
    text-shadow: none;
}

.small_popup_wrap .telephone_bnr_txt {
    width: 99%;
    margin: 0 auto 26px;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
}

.small_popup_wrap .telephone_bnr_cntct {
    padding: 0;
    margin-bottom: 0;
}

.chechbox {
    font-size: 12px;
    line-height: 20px;
    margin-top: 7px;
    display: inline-block;
}

.chechbox input[type=radio] {
    margin: 0 7px 0 0;
}

.small_popup_wrap .telephone_bnr_cntct form ul {
    column-count: 1;
    column-gap: 0;
    margin-bottom: 17px;
}

.small_popup_wrap .telephone_bnr_cntct form ul li {
    width: 100%;
    margin-right: 0;
}

.small_popup_wrap .pop_submit {}

.small_popup_wrap .pop_submit input[type="submit"] {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    font-size: 18px;
}


[type="radio"],
[type="radio"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

[type="radio"]:focus + label::before,
[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}

[type="radio"]:hover + label::before,
[type="radio"]:hover + label::before {
    border-color: #000;
}

[type="radio"]:active + label::before,
[type="radio"]:active + label::before {
    transition-duration: 0;
}

[type="radio"] + label,
[type="radio"] + label {
    position: relative;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"] + label::before,
[type="radio"] + label::before {
    background-color: #fff;
    border: 1px solid #444;
    box-sizing: content-box;
    content: '';
    color: #444;
    margin-right: 6px;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

[type="radio"] + label::after,
[type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

[type="radio"][disabled] + label::before,
[type="radio"][disabled] + label::before {
    -webkit-animation: none;
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

[type="radio"][disabled]:active + label::before,
[type="radio"][disabled]:focus + label::before,
[type="radio"][disabled]:hover + label::before,
[type="radio"][disabled]:active + label::before,
[type="radio"][disabled]:focus + label::before,
[type="radio"][disabled]:hover + label::before {
    border-color: rgba(128, 128, 128, 0.5);
    -webkit-filter: none;
    filter: none;
    transition: none;
}

[type="radio"] + label::before,
[type="radio"] + label::after {
    border-radius: 0;
}

[type="radio"] + label::after {
    background-color: transparent;
    top: 50%;
    left: calc(6px + 1px + 24px/5);
    width: 12px;
    height: 4.8px;
    margin-top: calc(24px / -2 / 2 * 0.8);
    border-style: solid;
    border-color: #444;
    border-width: 0 0 3px 3px;
    border-radius: 0;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: none;
}

[type="radio"]:checked + label::after {
    content: '';
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

/*[type="radio"] + label::before, [type="radio"] + label::after {
  border-radius: 50%;
}
[type="radio"]:checked:active + label::before, [type="radio"]:checked:focus + label::before {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: none;
          filter: none;
  transition: none;
}
[type="radio"]:checked + label::before {
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
}
[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}*/

@-webkit-keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #900;
    }
}

@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #900;
    }
}

/*---- validation----*/
.frm_era {
    color: red;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 10px 0;

}

.success,
.pop_success {
    color: green;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid green;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

.app_error,
.pop_error,
.error {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid red;
    text-align: center;
    /*font-weight: bold;*/
    font-size: 16px;
    width: 100%;
}

.success,
#btndisable {
    display: none;
}

.error,
.form_error,
.form_error1,
.form_valid_error1,
.form_valid_error2,
.form_error2,
.form_error3,
.form_error4,
.form_error5,
.form_error6,
.form_error7,
.form_error8,
.form_error9,
.form_error10,
.form_error11,
.form_error12,
.app_error,
.pop_success,
.pop_error {
    display: none;
}

.articles_banner {
    background-image: url(images/slider_1.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.article_mainarea {}

article_mainarea ul {}

.article_mainarea ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 30px;
}

.article_mainarea ul li:nth-child(2n) {
    margin-right: 0;
}

.article_content {}

span.article_title a {
    font-size: 18px;
    color: #ff6100;
}




.sub_text {
    text-align: center;
    width: 83%;
    margin: 0 auto 40px;
}

.sub_text p {
    color: #ffff;
    margin-bottom: 0;
}

/*.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
      max-width: 480px;
}*/

.form_valid_error3 {
    display: none;
}

/*----------------*/


/*Full white box custom css for review li */

.full-box-review {
    width: 100% !important;
}

.full-box-review .spcl_testi_box {
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.full-box-review .testi_content {
    width: 70%;
    text-align: left;
}

.full-box-review .spcl_testi_box .imgbox {
    width: 300px;
    height: 370px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    background: #f8f8f8;
    align-items: center;
    justify-content: center;
    border: 2px solid #ea5223;
    padding: 30px;
}

.full-box-review .spcl_testi_box .imgbox img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
    border-radius: 30px;
}

.franchsreview_area .sub_content {
    width: 60%;
}

.spcl_wrap {}

.spcl_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 0px;
}

.spcl_wrap ul li {
    width: 49%;
    text-align: center;
    background: #f8f8f8;
    padding: 40px 30px;
    border-radius: 7px;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 10%);
}

.spcl_wrap ul li:last-child {
    margin-right: 0;
}

.spcl_testi_box {}

.spcl_testi_box .imgbox {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 21px;
    background: #2b2b2b;
}

.spcl_testi_box .imgbox img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.testi_content {}

.client_details {
    font-size: 18px;
    line-height: 18px;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-top: 18px;
    display: inline-block;
}

.client_details span {
    line-height: 18px;
}

.client_details span.clientname {
    color: #ff6000;
    border-right: 1px solid #c6c6c6;
    padding-right: 10px;
    margin-right: 10px;
}

.client_details small {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 10px;
    color: #828181;
}

/*-------------------------------
sitemap
-----------------------*/
.sitemap_wrap {}

.sitemap_area {}

.sitemaplist {}

.sitemaplist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sitemaplist ul li {
    position: relative;
    width: 32%;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px dashed #343434;
    margin-right: 20px;
    text-transform: capitalize;
    font-size: 14px;
}

.sitemaplist ul li:nth-child(3n) {
    margin-right: 0;
}

.sitemaplist ul li a {
    color: #717171;
}

.sitemaplist ul li a:hover,
.sitemaplist ul li a:focus,
.sitemaplist ul li a:active {
    color: #f05527;
}

.sitemaplist ul li:before {
    content: "";
    width: 5px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f05527;
    margin: auto;
}

.sitemaplist ul li ul {
    margin-left: 20px;
}

.sitemaplist ul li ul li {}

.otherpages_list {
    margin-top: 30px;
}

.otherpages_list ul {}

.otherpages_list ul li {
    width: 23.7%;
}

.otherpages_list ul li:nth-child(3n) {
    margin-right: 20px;
}

.otherpages_list ul li:nth-child(4n) {
    margin-right: 0;
}

.letter_hd {
    margin-top: 27px;
    font-size: 26px;
    line-height: 50px;
    /* background: #2b2b2b; */
    text-align: center;
    margin-bottom: 12px;
    background: #f05527;
    display: inline-block;
    width: 50px;
    height: 50px;
}

header#inrheaderarea .dstp_mainmenu nav ul.nav_list li:nth-child(3) {
    /*display: none;*/
}

.thankyou_box {}

.thankyou_box h1 {
    color: #ff6000;
    font-weight: 500;
}

.thankyou_box p {
    color: #fff;
}


/*-------------------*/
.hm_newsltr_wrap {
    background: #1a1a1a;
    overflow: visible;
    display: inline-block;
    text-align: center;
}

.hm_newsltr_hd,
.ofcgal_hd {
    text-align: center;
    margin-top: -65px;
    position: relative;
    left: 0;
    right: 0;
}

.hm_newsltr_hd h2,
.ofcgal_hd h2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    color: #f66000;
    padding: 26px 40px 30px;
    line-height: 1;
    background: #1a1a1a;
    position: relative;
}

.hm_newsltr_hd h2:after,
.hm_newsltr_hd h2:before,
.ofcgal_hd h2:after,
.ofcgal_hd h2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}

.hm_newsltr_hd h2:after,
.ofcgal_hd h2:after {
    border-bottom: 65px solid #1a1a1a;
    border-right: 30px solid transparent;
    right: -30px;
}

.hm_newsltr_hd h2:before,
.ofcgal_hd h2:before {
    border-bottom: 65px solid #1a1a1a;
    border-left: 30px solid transparent;
    left: -30px;
}

.hm_newsltr_hd p {
    font-size: 18px;
    line-height: 24px;
}

.newsltr_slider {
    padding: 0 16px 70px;
}

.newsltr_box {}

.newsltr_box a {
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
}

.newsltr_box a img {
    /*box-shadow: 3px 4px 6px rgb(0 0 0 / 58%);*/
}

.newsltr_slider .slick-arrow {
    position: absolute;
    top: 34%;
    font-size: 44px;
    /* background: #1a1a1a; */
    cursor: pointer;
}

.newsltr_slider .slick-prev {
    left: 0;
}

.newsltr_slider .slick-next {
    right: 0;
}

.newsltr_slider ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.newsltr_slider ul.slick-dots li {
    margin: 0 4px;
}

.newsltr_slider ul.slick-dots li button {
    text-indent: -1000px;
    overflow: hidden;
    border: 0;
    background: #eee;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.newsltr_slider ul.slick-dots li.slick-active {}

.newsbox {
    width: 100%;
    background: #151410;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 58%);
    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;

}

.newscontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.newscontbox {
    padding: 78px 32px;
    position: relative;
    z-index: 1;
    width: 53%;
}

.nw_img {
    position: absolute;
    width: 51%;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #ff6000;
    padding-left: 4px;
    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;
}

.nw_img img {
    width: 100%;
    height: 101%;
    margin-top: -1px;
    -webkit-clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    object-fit: cover;
}

.txtbox {
    border: 1px solid #fff;
    padding: 25px 15px;
    position: relative;
}

.nw_hd {
    font-size: 11px;
    line-height: 1.4;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto 11px;
    background: #151410;
    color: #ff6000;
    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;
}

.mnt {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.yr {
    font-size: 45px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}

.newsltr_box:hover {}

.newsltr_box:hover .newsbox {
    background: #ff6000;
    box-shadow: 7px 8px 6px rgb(0 0 0 / 63%);
}

.newsltr_box:hover .nw_img {
    background: #fff;
}

.newsltr_box:hover .nw_hd {
    background: #ff6000;
    color: #fff;
}


/*----------------*/
.hm_ofcgal_wrap {
    overflow: visible;
}


.gal_imglist .item {
    display: none;
}

.gal_imglist .item.active {
    display: block;
}

.gal_imglist .galitem {
    display: none;
}

.gal_imglist .galitem.active {
    display: block;
}


.newcastle-embedvideo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;

}

.newcastle-embedvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.faq_bnr_img2 img {
    object-position: 100% 28%;
}
.fun_video {
    margin-bottom: 30px;
}

.fun_video iframe {
    width: 100% !important;
    height: 320px;
    border-radius: 10px;
}

.mobile-cta {display: none}
.video_bnr {
        background: #000000;
}

.video_bnr video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}



.gal-videobox {
  padding: 56.25% 0 0 0;
    position: relative;
}
.gal_pg_list .gal_imglist{
    column-gap: 2%;
    row-gap: 30px;
}
.gal_pg_list .item.active {
    display: block;
    background: #242424;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0;
    width: 32%;
}
.gal_pg_list .item a{
    border-radius: 10px;
    overflow: hidden;
}
.input-group.select-group {
    padding-right: 10px;
}
.podcast_textbox .heading h2 {
    color: #444;
}
.pod_video iframe {
    width: 100%;
        display: block;
    /*
    width: 80%;
    margin-left: 10%;
    border: 1px solid #ea5223;
    padding: 20px;
    height: 550px!important;
    */
}
.podcast_textbox .heading h2 {
    color: #444;
}
.franchabt_video {background: #fff;}
.podcast_textbox {}

.podcustvideo_area {
    border: 1px solid #ddd;
    padding: 10px;
    border-left: 13px solid #ff6000;
    background: #f1f1f1;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.podcast_textbox {
    padding: 0 40px;
    padding-right: 0;
}

.testivideo_area .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.frch_aboutus_contbox.service-i-provide-conbox, .frch_aboutus_contbox.service-i-provide-conbox ul {
    padding: 0!important;
}
.frch_aboutus_contbox.service-i-provide-conbox ul li {
    color: #8f8f8f;
}
.franchise-name-heading {
    font-size: 24px;
    margin-bottom: 20px;
    color: #8f8f8f;
}
.franchise-name-heading span {
    color: #c6c6c6!important;
}
.hr-service-provide {
    margin-bottom: 30px;
}
.areas_covered_section .aerial_contentbox ul li {
    border: 0px!important;
    padding: 12px 30px 12px 30px!important;
    background-position: 23px 33px;
    background-size: 20px;
    /* padding-top: 78px; */
    background-color: rgb(0 0 0 / 90%);
    background-image: none;
    border-radius: 10px;
}
.areas_covered_section .aerial_contentbox ul li  {
    display: block;
    font-size: 22px!important;
    line-height: 30px;
    margin-bottom: 6px;
    text-align: center;
    text-transform: uppercase;
}
.aerial_wrap.about_skycam_wrap_section {
    background-image: url(../images/aerial_bg.jpg)!important;
}
.aerial_wrap.about_skycam_wrap_section .frch_aboutus_contbox ul li {
    background-image: url(../images/bullet_icon.png)!important;

}
.gloucester_gallery .tm_hd p {
    font-size: 18px;
    line-height: 24px;
    width: 75%;
    margin: 0 auto;
    margin-top: -14px!important;
}
.local_drone_gloucester {
background-color: #000;
}
.local_drone_gloucester .emplrecntwork_content .heading h2 {
    color: #c6c6c6;
}
.local_drone_gloucester .emplrecntwork_content p {
    color: #8f8f8f;
}

.fpv_banner .frnche_bnr_img img {
    width: 100%;
    object-position: right;
}
.whoweare_abtcont_box .img_box img {
    width: 100%;
    max-height: 700px;
    height: 100%;
    object-fit: cover;
}
.rev_row {
    flex-direction: row-reverse;
}
.whoweare_abtcont_box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: #2b2b2b;
}
.fpv_drone_uk_section .skycam-sl-sladvert-img img {
    height: 815px;
    width: 100%;
}
.skycam-slfireworks-wrap.fpv_drone_benifits_section {
    background-color: #010006;
    background-image: url(../images/fpv-drone-benifits.jpg)!important;
    background-size: cover!important;
}
.fpv_drone_uk_section .skycam-sladvert-area {
    margin-bottom: 0!important;
}
.fpv_drone_benifits_section .skycam-slfireworks-contentbox {
    background: rgba(0, 0, 0, 0.90);
}

.fpv_advantg .frch_aboutpan_area {
    margin-bottom: 00px!important;
}
.fpv_marketing_drone_section .emplrecntwork_content .heading h2 {
    color: #c6c6c6;
}

.fpv_marketing_drone_section .emplrecntwork_content p {
    color: #8f8f8f;
}

.fpv_marketing_drone_section .emplrecntwork_content h3 {
    color: #8f8f8f;
}
.home_podcast_video {
    background-color: #fff;
}
.home_podcast_video .heading_center h2 {
    color: #2b2b2b!important;
}
.home_podcast_video p {
    color: #333;
}
.cky-show-desc-btn {
    color: #ff6600!important;
}

.office_new_video {
    text-align: center;
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%; /* full width */
    margin-bottom: 90px;
}
.office_new_video iframe {
    /* width: 100% !important; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=============
custom responsive
===============*/

@media screen and (max-width: 4000px) and (min-width: 1921px) {}

@media screen and (max-width: 1920px) and (min-width: 1601px) {

    .about-submenu {
        background-size: auto 97%;
        background-position: 99% -10%;
    }

    .srvc-submenu {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 1600px) {}
@media screen and (min-width: 1440px) {
    .Podcast_contbox {
    padding: 65px 70px!important;
}
/* .areas_covered_section .aerial_contentbox ul li {
    width: 19%!important;
} */
 .areas_covered_section .aerial_contentbox ul {
    width: 70%;
    margin: auto;
}
.about_skycam_wrap_section {
    padding-bottom: 156px!important;
}
.whats_is_fpv_section.whoweare_abtcont_box .contentbox {
    padding: 70px 70px 60px!important;
}
.fpv_effi_production_section.whoweare_abtcont_box .contentbox {
    padding: 60px 70px 60px!important;
}
.fpv_marketing_drone_section .emplrecntwork_img_box img {
    width: 100%;
    height: 800px!important;
}
}

@media screen and (max-width: 1440px) {

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        /*        font-size: 36px;
        line-height: 40px;*/
    }

    .container_max {
        width: 90%;
    }
    .Podcast_contbox {
    padding: 35px 70px!important;
}
.local_drone_gloucester .emplrecntwork_img_box img {
    width: 100%;
    height: 600px!important;
    object-fit: cover;
}
.fpv_marketing_drone_section .emplrecntwork_img_box img {
    width: 100%;
    height: 850px!important;
}


}

@media screen and (max-width: 1368px) {

    .heading h2,
    .heading_center h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .submenu-full-wrap .megamenu-form {
        width: 50%;
    }

    .submenu-full-wrap .right-img {
        width: 0%;
    }

    .submenu-full-wrap .megamenulist {
        width: 44%;
    }

    .srvc-submenu,
    .about-submenu {
        background-size: 0;
    }
    .Podcast_contbox {
    padding: 15px 70px!important;
}
}

@media screen and (max-width: 1366px) {
    .hm_pasev_area {
        font-size: 30px;
        line-height: 35px;
    }

    .yr {
        font-size: 34px;
    }

    .mnt {
        font-size: 17px;
    }

}

@media screen and (max-width: 1280px) {

    .heading h2,
    .heading_center h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .hm_pasev_area {
        font-size: 28px;
        line-height: 33px;
    }

    .bnr_small_img {
        right: -15%;
    }
.video_bnr video {
    height: 110%;
}
    .hm-search-area {
    width: 100%;
}
.Podcast_contbox {
    padding: 10px 50px!important;
}
}

@media screen and (max-width: 1200px) {

    .fluid_padd {
        padding: 0 5%;
    }

    /*.container {
        width: 90% !important;
    }*/
    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .nw_hd {
        line-height: 1.5;
    }

    .mnt {
        font-size: 15px;
    }
/*
.hm-search-wrap {
    padding: 30px 0;
}
*/
    .resp-tabs-list li.resp-tab-active .tag {
    background-color: #ff6600 !important;
        color:#fff !important;
}
.podcast_textbox {
    padding: 0 20px;
    padding-right: 0;
}
    .testivideo_area {
    width: 92%;
    margin: 0 auto;
}
.local_drone_gloucester .emplrecntwork_img_box img {
    height: auto!important;
    margin-top: 30px;
}
}

@media screen and (max-width: 1199px) {

    .heading h2,
    .heading_center h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .ftr_btm_left {
        width: 100%;
        margin-top: 15px;
    }

    .bnr_txtbox.hmbnr_textwrap {
        width: 100%;
        transform: skew(0deg);
        margin: 0;
        text-align: center;
    }

    .hmbnr_textarea {
        transform: skew(0deg);
        text-align: center;
        padding: 50px;
        width: 70%;
        margin: 0 auto;
    }

    .hmbnr_textwrap:before {
        transform: skew(0deg);
        right: 0;
        top: 0;
        bottom: -7px;
        width: 100%;
    }

    .hmbnr_textarea p {
        padding-left: 0;
    }

    .bnr_slider .slick-prev {
        left: 45.5%;
        right: inherit;
    }

    .bnr_slider .slick-next {
        right: 45.5%;
    }

    .submenu-full-wrap .right-img {
        display: none
    }

    .submenu-full-wrap .megamenulist {
        width: 40%;
    }

    .submenu-full-wrap .megamenu-form {
        width: 60%;
    }

    .megamenu-form .left-form-content h2 {
        font-size: 21px;

    }
            .hm-search-wrap {
                background: #ff6000;
                padding: 30px 0;
    }
.hm-search-area {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        padding: 0;
        position: relative;
        top: 0;
        border-radius: 0;
        border: 0;
    }
    .srch-hd {
    margin-bottom: 15px;
}
    .testivideo_area {
    border: 0;
    padding: 35px;
    border-bottom: 6px solid #ff6000;
}
    .podcast_textbox {
    padding: 0 0 14px 0;
    padding-right: 0;
}
    .testivideo_area .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
    .pod_video iframe {
        width: 100%;
        /* margin-left: 5%; */
        height: 500px !important;
    }
}

@media screen and (max-width: 1080px) {

    .heading h6,
    .heading_center h6,
    .hm_pasev_area .heading_center h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .heading,
    .heading_center {
        position: relative;
        margin-bottom: 20px;
    }

    .padd_tb {
        padding: 94px 0;
    }

    h2,
    h3,
    h4 {
        margin-top: 0px;
    }


}

@media screen and (max-width: 1024px) {
    .full-box-review .testi_content {
        width: 60%;
        text-align: left;
    }

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .heading,
    .heading_center {
        position: relative;
        margin-bottom: 13px;
    }

    .secpanel p {
        font-size: 14px;
        line-height: 22px;
    }

    .btn_grp a {
        padding: 10px 25px;
        font-size: 14px;
        line-height: 16px;
    }

    .ftr_top_wrap .container {
        width: 90%;
    }

    .ftr_btm_wrap .container {
        width: 90%;
    }

}

@media screen and (max-width: 991.5px) {
    .pod_video iframe {
    width: 100%;
    margin-left: 0;
    height: 423px !important;
}
.franchise_podcast_video iframe {
    height: 100%!important;
    width: 100%!important;
}
.Podcast_contbox {
    padding: 30px 0px!important;
}


}

@media screen and (max-width: 991px) {
    .container {
        width: 90% !important;
    }
    .pod_video iframe, .franchise_podcast_video iframe {
        height: 395px!important;
    }
    .podcast_video_panel .col-md-12, .podcast_video_panel .col-xs-12 {
        padding: 0px!important;
    }


    .full-box-review .spcl_testi_box .imgbox {
        width: 140px;
        height: 140px;
        border: none;
        padding: 0;
        border-radius: 50%;
        margin-bottom: 21px
    }

    .full-box-review .spcl_testi_box {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .full-box-review .testi_content {
        width: 100%;
        text-align: left;
    }

    .main_btn a {
        padding: 0px 38px;
        font-size: 15px;
        line-height: 40px;
    }

    .dstp_mainmenu nav ul.nav_list li {
        padding: 0 7px;
    }

    .padd_tb {
        padding: 60px 0;
    }

    /*    #mobilemenuwrap{display: none;}*/
    #mobilemenuwrap {
        display: block;
    }

    .m_menu_logoarea img {
        width: 140px;
    }

    .m_menu_logoarea {
        padding: 15px 20px;
        background: #000;
        width: 100%;
    }

    .m_menu_logoarea a {

        width: 190px;
        /* height: 60px; */
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .mainmobilemeu {}

    .mainmobilemeu ul.hdr_contact {
        display: block;
        padding: 0 20px;
        background: #292929;
    }

    .mainmobilemeu ul.hdr_contact li {
        padding: 9px 0;
        background-image: url(https://www.theskycam.co.uk/images/call_icon.png);
        padding-left: 25px;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .mainmobilemeu ul#mobile_menu_email_address li {
        padding: 9px 0;
        background-image: url(https://www.theskycam.co.uk/images/email_icon.png);
        padding-left: 25px;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .mainmobilemeu ul.hdr_contact li a {
        color: #fff;
        padding: 0;
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .mobilemenu_btn {
        display: none;
    }

    .mobilemenu_btn {
        position: fixed;
        top: 10px;
        left: 0;
        color: #fff;
        font-size: 36px;
        line-height: 52px;
        font-weight: bolder;
        padding: 0;
        cursor: pointer;
        z-index: 200;
        width: 70px;
        height: 70px;
        text-align: center;
        background: transparent;

    }

    .mobilemenu_btn.active {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 26px;
        padding-top: 0;
        z-index: 99999;
        right: 29px !important;
        color: #ea5555;
        position: fixed;
        top: 20px;
    }

    .mobilemenu {
        background: #0a0d0f;
        width: 300px;
        left: -100%;
        top: 0;
        overflow: auto;
        position: fixed;
        height: 100%;
        z-index: 9999;
        padding-top: 0;
        overflow-x: hidden;
        /*        overflow-y: hidden;*/
    }

    .mobilemenu .mobilemeu_area {}

    .mobilemenu .mobilemeu_area ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobilemenu .mobilemeu_area ul li {
        border-bottom: 1px solid rgba(255, 254, 254, 0.09);
        position: relative;
    }

    .mobilemenu .mobilemeu_area ul li a {
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 10px 20px;
        transition: all 0.1s linear;
        position: relative;
    }

    .mobilemenu .mobilemeu_area ul li.mobileactive {
        background: #ff6100;
    }

    .mobilemenu .mobilemeu_area ul li.mobileactive a {
        color: #fff;
    }

    .mobilemenu .mobilemeu_area ul li a:hover {
        background: #0a0d0f;
        color: #fff;
    }

    .sub_menu {
        background: #171717;
        /* display: none; */
        height: 0px;
        overflow-y: scroll;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .mobilemenu .mobilemeu_area ul li .sub_menu ul {
        background: #2a2a2a;
        /*    display: none;  height: 0px;*/
        overflow-y: hidden;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .mobilemenu .mobilemeu_area ul li ul li {
        display: block;
        text-align: left;
        padding-left: 0;
    }

    .mobilemenu .mobilemeu_area ul li ul li:last-child {
        border: 0;
    }

    .mobilemenu .mobilemeu_area ul li ul li a {
        padding-left: 16px;
    }

    .mobilemenu ul.nav_menu li.mainactive a:after {
        display: none;
    }

    span.open_child_menu {
        position: absolute;
        width: 48px;
        height: 48px;
        /* background: #fff; */
        right: 0;
        top: 0;
        margin: auto;
        z-index: 9999;
        background-image: url(images/arrow_white.png);
        background-size: 14px;
        transform: rotate(270deg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .mobilemenu .mobilemeu_area ul li .sub_menu.someClass {
        display: block;
    }

    .padd_tb {
        padding: 60px 0;
    }

    .padd_t {
        padding-top: 60px;
    }

    .padd_b {
        padding-bottom: 60px;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 14px;
    }

    .hdr_top_right_box .hdr_right_area {
        font-size: 14px;
    }

    .hdr_top_right_box .hdr_right_area ul li {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .inrbnr_hd h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 0;
    }

    .inrbnr_hd {
        padding: 0;
        background: transparent;
        border: 0;
        text-align: left;
        width: 100%;
    }

    .serv_contwrap {
        padding-bottom: 0;
        display: none;
    }

    ul.hdr_contact li a {
        font-size: 14px;
    }

    .mainbanner_img {
        position: relative;
    }

    .bnr_txtbox {
        padding: 0;
    }

    .hmbnr_textarea {
        padding: 0;
        width: 100%;
        border: 0;
        background: transparent;
        border: 0;
        text-align: left;
        padding: 50px 5% 80px;
        background: #0f0f0f;
    }

    .hmbnr_textarea h1 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 16px;
    }

    .hmbnr_textarea p {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        padding: 0;
    }

    .sub_content {
        width: 100%;
    }

    .footer_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .ftr_quicklink {
        padding: 50px 0;
    }

    .bnr_slider .slick-arrow {
        bottom: 79px;
    }

    ul.hdr_contact li {
        padding-left: 18px;
    }

    .inrbnr_hd h2 {
        font-size: 20px;
    }

    .bnr_txtbox.innerbnr_contwrap {
        padding: 50px 0 0;
        text-align: left;
        background: transparent;
    }

    .bnr_small_img {
        display: none;
    }

    .dstp_mainmenu nav ul.nav_list li:hover .sub_menu {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .spcl_wrap ul li {
        width: 47%;
    }

    .franchsreview_area .sub_content {
        width: 100%;
    }

    .spcl_wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    .hm_newsltr_hd h2,
    .ofcgal_hd h2 {
        font-size: 27px;
        padding: 17px 30px 26px;
    }

    .submenu-full-wrap .megamenu-form {
        width: 60%;
        display: none;
    }

    .submenu-full-wrap .megamenulist {
        width: 100%;
        padding: 0 5%;
    }
    .video_bnr video {
        height: 100%;
    }
    .gal_pg_list .item.active {
        width: 49%;
    }
    .gal_pg_list .gal_imglist {
    column-gap: 2%;
    row-gap: 15px;
}
    .sticky .dstp_mainmenu nav ul.nav_list > li > a {
    line-height: 82px;
    font-size: 15px;
}
    .gal_pg_list .item a {
    height: 180px;
}
.pod_video {
    text-align: center;
}
    .pod_video iframe {
    width: 650px!important;
    margin: auto!important;
    height: 382px !important;
}
.gloucester_gallery .tm_hd p {
    font-size: 16px;
    line-height: 23px;
    margin-top: -14px !important;
    width: 100%;
}

}


@media screen and (max-width: 960px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 812px) {
    .scl_icon ul li a {
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 20px;
    }

    .hdr_top_right_box .hdr_right_area ul li,
    ul.hdr_contact li a {
        font-size: 11px !important;
        line-height: 19px !important;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 12px;
    }

    .dstp_mainmenu nav ul.nav_list li {
        padding: 0 6px;
    }
}

@media screen and (max-width: 768px) {
    .heading {
        text-align: left;
        width: 100%;
    }

    .heading_center {
        text-align: center;
        flex-wrap: wrap;
    }

    .container {
        width: 90%;
    }
    .franchise_podcast_video iframe {
        height: 380px!important;
    }
    .pod_video iframe {
    width: 100% !important;
    margin: auto !important;
    height: 407px !important;
}
.areas_covered_section .aerial_contentbox ul li {
    width: 49%!important;
}
.areas_covered_section.leed_feature ul {
    column-gap: 2%;
}
.gloucester_gallery .tm_hd p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    margin-top: -14px !important;
    position: relative;
}
.gloucester_gallery .tm_hd {
    margin-top: 0;
    padding-top: 30px;
    position: static;
    text-align: left;
}
.gloucester_gallery .tm_hd h2 {
    font-size: 20px !important;
    padding: 15px 30px 15px 0 !important;
}
}

@media screen and (max-width: 767px) {



    .mobile-cta {
    position: absolute;
    right: 11px;
    top: 27px;
        display: block
}
.mobile-cta ul {
    display: flex;
    column-gap: 5px;
    justify-content: flex-end;
    width: 100%;
}
    .mobile-cta ul li a {
    display: block;
    padding: 9px;
    color: #fff;
    background: #e95223;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 0px;
}

    .mobile-cta ul li a .fa.fa-phone {
    font-size: 17px;
}

    .padd_tb {
        padding: 40px 0;
    }

    .padd_t {
        padding-top: 40px;
    }

    .padd_b {
        padding-bottom: 40px;
    }

    .dstp_mainmenu {
        display: none;
    }

    .inrbnr_hd {
        padding: 16px 0;
        border: 0;
        background: transparent;
        text-align: left;
        width: 100%;
    }

    .main_bannerwrap .bnr_txtbox {
        padding-bottom: 0;
        background: rgb(0 0 0 / 71%);
        text-align: left;
    }

      .mobilemenu_btn {
        display: block;
        top: 43px;
        color: #ffffff;
    }

    .logoarea {
        width: 21%;
    }

    .hdr_top_area {
        text-align: center;
    }

    .hdr_top_right_box .hdr_right_area {
        justify-content: center;
    }

    .hdr_bottom_area {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hdr_top_left_box {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .hmbnr_textarea h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .hdr_top_right_box {
        display: none;
    }

    ul.hdr_contact li {
        padding-left: 0;
    }

    .main_bannerwrap {
        margin-top: 0;
    }

    .bnr_txtbox,
    .hmbnr_textarea {
        text-align: left;
    }

    .bnr_slider .slick-arrow {
        bottom: 50px;
    }

    .bnr_slider .slick-next {
        right: 6.5%;
    }

    .bnr_slider .slick-prev {
        left: 86.5%;
        right: inherit;
    }

    .bnr_txtbox.innerbnr_contwrap {
        padding: 30px 0 0;
        text-align: left;
        background: transparent;
    }

    .hmbnr_textarea {
        padding: 40px 5% 42px;
    }

    .main_btn a:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }

    section.hm_newtab_wrap {
        display: none;
    }

    .secpanel.padd_tb.hm_jointeam_area {
        padding-bottom: 0;
    }

    .hm_jointeam_video_area .tsevd_area_panelhm {
        margin-top: 0;
    }

    .hm_newsltr_hd h2,
    .ofcgal_hd h2 {
        font-size: 15px;
        line-height: 22px;
    }

    .newscontbox {
        padding: 40px 20px;
    }

    .yr {
        font-size: 28px;
        line-height: 30px;
    }

    .mnt {
        font-size: 14px;
        line-height: 20px;
    }

    .nw_hd {
        font-size: 10px;
        line-height: 12px;
    }

    .txtbox {
        padding: 18px 16px;
    }

    .hm_newsltr_area {
        margin-top: -28px;
    }

    .ofcgal_hd {
        margin-top: -38px;
    }

    .ofcgal_hd h2 {
        padding: 17px 30px 12px;
    }

    .sticky .logoarea a {
        margin: 0 auto;
    }

    .mobilemenu_btn {
        position: fixed;
    }
    .inp_box input[type="text"] {
    height: 50px;
    width: 300px;
}
  .srch-hd h2 {
    font-size: 20px;
    line-height: 30px;
}
  .srch-hd {
    padding: 0 0 0 30px;
    background-size: 24px;
}
.gal_pg_list .gal_imglist {
        column-gap: 2%;
        row-gap: 8px;
    }
.gal_pg_list .item.active {
        width: 49%;
        padding: 7px;
    }
    .gal_pg_list .item a {
    height: 115px;
}
    .testivideo_area {
        border: 0;
        padding: 0;
        border-bottom: 0;
        background: transparent;
    }
    .testivideo_area {
        width: 100%;
        margin: 0 auto;
    }
        .pod_video iframe {
            width: 100% !important;
        margin: auto !important;
        height: 266px !important;
    }
    .podcustvideo_area {
    border-left: 8px solid #ff6000;
}
    .office_new_video {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 736px) {

    .heading h6,
    .heading_center h6,
    .hm_pasev_area .heading_center h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .logoarea {
        padding: 7px 0px;
    }

}

@media screen and (max-width: 667px) {

    .fun_video iframe {
        width: 100% !important;
        height: 170px;
        border-radius: 10px;
    }

    .fun_video {
        margin-bottom: 15px
    }
  .franchise_podcast_video iframe {
        height: 340px!important;
    }

    .heading,
    .heading_center {
        position: relative;
        margin-bottom: 13px;
        width: 100%;
        text-align: left;
    }

    .sub_content p {
        text-align: left;
    }


}

@media screen and (max-width: 640px) {
    .inrbnr_hd h1 {
        font-size: 24px;
    }


}

@media screen and (max-width: 568px) {

    .heading h2,
    .heading_center h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .mobilemenu_btn {
        top: 58px;
    }
    .franchise_podcast_video iframe {
        height: 300px!important;
    }


.stickymenu {
    top: 16px;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}

    .innerbnr_contwrap {
        padding: 50px 0;
    }

    .footer_box h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer_top_area {
        padding: 30px 0;
    }

    .ftr_btm_wrap {
        padding: 15px 0;
    }

}

@media screen and (max-width: 533px) {
    br {
        display: none;
    }

    .nigel_hdn h4 br {
        display: block;
    }

    .main_btn a {
        width: 100%;
        text-align: center;
        padding: 0px 25px;

    }

    .bnr_slider .slick-arrow {
        bottom: inherit;
        top: 181px;
    }

    .bnr_slider .slick-prev {
        left: 83.5%;
    }
   .franchise_podcast_video iframe {
        height: 250px!important;
    }

}

@media screen and (max-width: 480px) {
    .logoarea {
        width: 150px;
    }

    .hdr_top_area {
        padding-left: 0;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 13px !important;
        line-height: 16px !important;
        text-align: center;
    }

    .hdr_top_right_box .hdr_right_area {
        text-align: left;
        justify-content: flex-start;
        font-size: 13px;
    }

    .hdr_top_right_box .hdr_right_area ul li {
        font-size: 13px !important;
        line-height: 17px !important;
    }

    ul.hdr_contact li {
        padding-left: 0;
    }

    ul.hdr_contact li a {
        font-size: 13px;
    }


    .hmbnr_textarea p {
        font-size: 15px;
        line-height: 21px;
        width: 100%;
    }

    .hmbnr_textarea h1 {
        margin-top: 0;
    }


    .innerbnr_contwrap {
        padding: 50px 0;
    }

}

@media screen and (max-width: 440px) {

}

@media screen and (max-width: 415px) {

    .inrbnr_hd h2 {
        font-size: 17px;
        line-height: 26px;
    }

    .inrbnr_hd h1 {
        font-size: 22px;
        line-height: 20px;
    }

    .bnr_slider .slick-arrow {
        top: 154px;
    }
}

@media screen and (max-width: 415px) {
 .pod_video iframe {
        height: 210px !important;
    }

}

@media screen and (max-width: 376px) {

    .bnr_slider .slick-arrow {
        top: 136px;
    }
     .franchise_podcast_video iframe {
    height: 230px !important;
}


}

@media screen and (max-width: 400px) {
        .inp_box input[type="text"] {
        height: 50px;
        width: 292px;
    }


}

@media screen and (max-width: 388px) {
    .hdr_top_left_box {
        margin-bottom: 0;
    }

    .bnr_slider .slick-arrow {
        top: 129px;
    }
 .inp_box input[type="text"] {
        height: 50px;
        width: 270px;
        padding: 0 7px 0 10px;
    }
}

@media screen and (max-width: 360px) {

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 11px !important;
    }
      .inp_box input[type="text"] {
        width: 230px;
    }
    .inp_box input[type="text"] {
        height: 50px;
        width: 254px;
        padding: 0 7px 0 10px;
    }

}

.svgicon_twi path {
    fill: #ffffff;
}

.svgicon_twi {
    padding: 8px !important;
}

.svgicon_tw svg:hover path,
.svgicon_tw svg:focus path,
.svgicon_tw svg:active path {
    fill: #ff6000 !important;
}

.svgicon_twi:hover path {
    fill: #ff6000;
}

.f_twi_new_icon {
    padding: 8px !important;
}

.f_twi_new_icon path {
    fill: #b7b7b7;
}

.f_twi_new_icon:hover path {
    fill: #ff6100;
}


