/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@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
-------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
    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;
    text-decoration: none ;
    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 ;
    outline: none !important;
}
ul{
    padding: 0;
    margin: 0;;
}
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 !important;
}
.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: #ff6100;
    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;

}
/*===============
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 !important;
}
.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: 15px 0;
}
.logoarea a {
    display: inline-block;
    width: 100%;
}
.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;
}

/*===============
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;
}
/*
.home-menumain.dstp_mainmenu nav ul.nav_list li .sub_menu {
    width: 100%;
    padding: 0 2%;
}
*/
.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;
}
.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(2),
.dstp_mainmenu nav ul.nav_list li:nth-child(3){
    position: relative;
}
.dstp_mainmenu nav ul.nav_list li .sub_menu .megamenulist {
    width: 100%;
    padding: 0 40px 0;
}




/*====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;
}
.megamenu-form .right-form-menu .input-group select.form-control {
    padding: 7px 15px;
    color: #999999 !important;
    line-height: 34px;
    background-image: url(images/down-arrowblog.png);
    background-position: right center;
    background-size: 28px;
    background-repeat: no-repeat;
}

.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;
}
.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
========*/

.inner_bnr_wrap{}
.inner_bnr_wrap:before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    background-size: 120% !important;
    width: 49% !important;
    right: 0 !important;
    left: inherit !important;
}





/*===============
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;font-family: Roboto;
}
.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;
}
.footer_box p {
    color: #ffffff;
    font-size: 15px;
}
/*------ form ------*/
.ftr_cont_frm {}
.ftr_cont_frm ul{}
.ftr_cont_frm ul li{}
.ftr_cont_frm .wpcf7 .inp_txtbx,
.ftr_cont_frm .wpcf7 .txt_box {
    background: #4f4f4f;
    border: none;
    margin: 0 0 7px;
    border-radius: 0;
    padding: 9px 15px;
    color: #fff;
    width: 100%;
    font-size: 14px;
}
.ftr_cont_frm .wpcf7 .inp_txtbx:focus,
.ftr_cont_frm .wpcf7 .txt_box:focus {
    outline: none;
}
.ftr_cont_frm .wpcf7 .txt_box {
    height: 75px;
    resize: none;
}
.ftr_cont_frm .wpcf7 .inp_txtbx::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .inp_txtbx::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .inp_txtbx:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .inp_txtbx:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .txt_box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .txt_box::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .txt_box:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .txt_box:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}
.ftr_cont_frm .wpcf7 .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 {}

.wpcf7 .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;
    display: inline-block;
width: initial;
    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;
}

.social_box{
    margin-top: 10px;
    display: inline-block;
}

.ftr_social ul{
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.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;
}



.eael-grid-post .eael-entry-wrapper {
    padding: 30px 35px !important;
    min-height: 300px;
}
span.eael-posted-on:before {
    display: none !important;
}

/*====blog single page====*/
.prev-next-posts {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prev-next-posts .next-post, .prev-next-posts .prev-post {
    width: 48%;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.prev-next-posts .prev-post {
    text-align: right;
}

.prev-next-posts .next-post a, .prev-next-posts .prev-post a {
    color: #ffffff;
}

.prev-next-posts .next-post span.next-arrow {
    margin-right: 5px;
}

.prev-next-posts .prev-post span.prev-arrow {
    margin-left: 5px;
}
.prev-next-posts .next-post.disabled {
    text-align: right;
}
.prev-next-posts .prev-post.disabled {
    text-align: left;
}
.prev-next-posts .prev-post.disabled span.prev-arrow {
    margin: 0 5px 0 0 !important;
}
.prev-next-posts .next-post.disabled span.next-arrow {
    margin: 0 0 0 5px !important;
}

/*===*/
.wrapper {
    padding: 0 !important;
}
a {
    outline: none;
    color: #2f476a;
    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;
}
a:hover, a:focus, a:active{
    text-decoration: none !important;
    outline: none !important;
}
.container_max {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
.hm_vdo_wrap {
    background: linear-gradient(to bottom, #0e1215 50%,#bfe8f9 50%,#0e1215 50%,#1f1f1f 50%,#1f1f1f 50%,#1f1f1f 100%,#1f1f1f 100%);
    overflow: visible;
    border-top: 1px solid rgb(14 18 21);
    text-align: center;
}

.hm_vdo_hd h2 {

    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    color: #f66000;
    padding: 26px 40px 30px;
    line-height: 1;
    background: #0e1215;
}
.hm_vdo_hd {
    text-align: center;
    margin-top: -65px;
    position: relative;
    left: 0;
    right: 0;
    width: 84%;
    margin-left: auto;
    margin-right: auto;


}
.hm_vdo_hd h2:after, .hm_vdo_hd h2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
.hm_vdo_hd h2:after {
    border-bottom: 65px solid #0e1215;
    border-right: 30px solid transparent;
    right: -30px;
}
.hm_vdo_hd h2:before {
    border-bottom: 65px solid #0e1215;
    border-left: 30px solid transparent;
    left: -30px;
}
.hm_vdo_hd p{
    font-size: 18px;
    line-height: 24px;
}
.hm_vdo_content {
    padding-top: 40px;
}

.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;
}

/*===*/
.skycam-blog-wrap {
    background: #2b2b2b;
}
.blogwrapper {

    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d2d6dc;
}
.blogwpr-cntnt {
    position: relative;
}
.blogwrapper .box-img-icon {}

.blogwrapper .box-img-icon img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.blogwrapper .box-title {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

.blogwrapper .box-title a {
    color: #ff6600;
}

.blogwrapper .box-title22 {

    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    background: #ff6100;
    padding: 14px 30px;
    top: 50px;
    left: -14px;
    /* right: 0; */
    /* margin: 0 auto; */
    text-align: center;
    border-radius: 7px 7px 7px 0;
}

.blogwrapper .box-title22:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #c24b03;
    border-left: 14px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.blogwrapper:first-child {
    padding-top: 0;
}

.blogwrapper a.btn {
    display: none;
}
.blogwrapper .read-more {

    margin-top: 30px;
}

.blogwrapper .read-more 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;
}
.skycam-blog-wrap .content-area {
    padding-right: 30px;
}

.skycam-blog-wrap .widget-area {
    padding-left: 40px;
}

.skycam-blog-wrap .widget-area .wp-block-search__inside-wrapper {}

.skycam-blog-wrap .widget-area .wp-block-search__inside-wrapper input.form-control {
    /* padding: 12px !important; */
    padding: 10px 15px;
    color: #80878d;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    height: auto;
    border-radius: 0;
    background: rgb(255 255 255 / 9%);
}

.skycam-blog-wrap .widget-area aside.widget {
    padding: 0;
    padding-bottom: 36px;
}
.skycam-blog-wrap .widget-area aside.widget:last-child {
    padding-bottom: 0;
}
.skycam-blog-wrap .widget-area .wp-block-search__inside-wrapper button.wp-block-search__button {
    background: #ff6600;
    border-color: #ff6600;
    border-radius: 0;
    text-transform: uppercase;
}

.skycam-blog-wrap aside.widget.widget_block h2.wp-block-heading,
.skycam-blog-wrap .widget-area aside.widget h3.widget-title {
    margin: 0 0 15px;
    font-size: 24px !important;
    color: #ff6000;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.skycam-blog-wrap .widget-area label.wp-block-search__label {
    display: none;
}

.skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts,
.skycam-blog-wrap .widget-area aside.widget ul
{border: 1px solid rgb(255 255 255 / 40%);padding: 40px;   background: rgb(255 255 255 / 9%);}

.skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts li,
.skycam-blog-wrap .widget-area aside.widget ul li{
    border-bottom: 1px dashed #ccc;
    padding: 18px 0;
}
.skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts li:last-child, .skycam-blog-wrap .widget-area aside.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts li a,
.skycam-blog-wrap .widget-area aside.widget ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
}

.blogwrapper .box-title a:hover {
    color: #ffffff;
}

.blogwrapper .read-more a:hover, .blogwrapper .read-more a:focus, .blogwrapper .read-more a:active {
    background: #ff6600;
    color: #ffffff;
    border-color: #ff6600;
}
.skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts li a:hover,
.skycam-blog-wrap .widget-area aside.widget ul li a:hover {
    color: #ff6600;
}
.skycam-blog-wrap .content-area .pagination {
    text-align: right;
    float: right;
}

.skycam-blog-wrap .content-area .pagination .page-numbers {
    color: #ffffff;
    border: 1px solid #ff6600;
    padding: 5px 10px;
    font-weight: 500;
}

.skycam-blog-wrap .content-area .pagination .page-numbers.current {
    background: #ff6600;
}
/*====,main 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%;
}

.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;
*/
}
.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;
}
.blogsky_bnr_wrap .bnr_small_img .bnr_sml_imgarea {
    background-image: url(images/gal-30.jpg);
}

.bcmfrnche_bnr_cntntbx {

}
.bcmfrnche_bnr_cntntbx .hmbnr_textarea{
    width: 100%;
    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%);
}
.bcmfrnche_bnr_cntntbx .hmbnr_textarea h1{
    position: relative;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
}



/*===*/
.bbc_wrap {
    background: #2b2b2b;
}
.bbc_panel{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bbc_vdo{
    width: 56%;
    margin: 0 0px 10px;
    position: relative;
    padding: 0;
    padding-bottom: calc(30.25%);
}
.bbc_vdo iframe{
    width: 100%;
    border: 3px solid #000;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 58%);
    margin: 0 8px 8px 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bbc_cntnt{
    padding-left: 66px;
    width: 44%;
}
.bbc_cntnt .heading{}
.bbc_cntnt .heading h2{}
.bbc_cntnt .main_btn{
    margin-top: 50px;
}
.bbc_cntnt .main_btn a{border-color: #ff6000;color: #ff6000;}
.bbc_cntnt .main_btn a:hover,
.bbc_cntnt .main_btn a:active,
.bbc_cntnt .main_btn a:focus{
    color: #fff;
}
/*===single blog===*/
header.entry-header {}

.skycamsingle-blog-wrap article.post {}

.skycamsingle-blog-wrap article.post .entry-content {
    border: 1px solid rgb(255 255 255 / 40%);
    padding: 10px 50px 50px;
}

.skycamsingle-blog-wrap article.post .entry-content img {
    width: 100%;
    margin: 40px 0;
}

.skycamsingle-blog-wrap article.post .entry-content h1 {
    font-size: 34px;
    line-height: 38px;
    color: #ff6600;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.skycamsingle-blog-wrap article.post .entry-content h2 {
    color: #c6c6c6;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.skycamsingle-blog-wrap article.post .entry-content h3, .skycamsingle-blog-wrap article.post .entry-content h4, .skycamsingle-blog-wrap article.post .entry-content h5 {
    color: #c6c6c6;
    margin: 0 0 20px;
}
.skycamsingle-blog-wrap article.post .entry-content .postedmonth {
    color: #ff6600;
    text-align: right;
/*    margin-top: 30px;*/
    font-weight: 600;
    font-size: 18px;
}

.skycam-related-post-heading {
    margin-top: 50px;
}

.skycam-related-post-heading h2 {
    font-size: 34px;
    line-height: 38px;
    color: #c6c6c6;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.related-posts {}

.related-posts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.related-posts ul li {
    background: #ffffff;
    width: 48%;
    margin-right: 30px;
    background: #fff;
    /* border: 1px solid #e0e0e0; */
}

.related-posts ul li:last-child {
    margin-right: 0;
}

.related-posts ul li img {
    width: 100%;
}

.related-posts ul li .related-post-content {
    padding: 30px 35px;
}

.related-posts ul li .related-post-content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FF6000;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.skycamsingle-blog-wrap nav.navigation {
    border: 1px solid rgb(255 255 255 / 40%);
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    padding: 10px;
        margin-top: 30px;
}

.skycamsingle-blog-wrap nav.navigation span.nav-previous a, .skycamsingle-blog-wrap nav.navigation .nav-next a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
.skycamsingle-blog-wrap article.post .entry-content hr {
    margin: 40px 0;
}
.related-posts ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.skycamsingle-blog-wrap article.post .entry-content .postedmonth span.posted-on {
    color: #8f8f8f;
    font-weight: 400;
}
.blogbrdcm {
    /* border: 1px solid rgb(255 255 255 / 40%); */
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    /* padding: 10px 0; */
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
.blogbrdcm a {
    color: #c8c8c8;
}
.blogbrdcm a:hover {
    color: #ff6600;
}
.search-skycam-blog-wrap h1.page-title {
    color: #ffffff;
    margin: 0;
}

.search-skycam-blog-wrap header.page-header {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 23px;
}
.search-skycam-blog-wrap .page-content form.search-form {
    display: none;
}
.archive-skycam-blog-wrap header.page-header {
    display: none;
}

.archive-skycam-blog-wrap article.post {
    margin-bottom: 50px;
}

.archive-skycam-blog-wrap article.post:last-child {
    margin-bottom: 0;
}
.footer_box .wpcf7 form.invalid .wpcf7-response-output, .footer_box .wpcf7 form.unaccepted .wpcf7-response-output, .footer_box .wpcf7 form.payment-required .wpcf7-response-output, .footer_box .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    padding: 10px;
}
/*====================
responsive====================*/
@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: 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;
    }
}
@media screen and (max-width: 1280px) {
    .hm_vdo_hd {
    width: 100%;
}
    .skycamsingle-blog-wrap article.post .entry-content h1{
            font-size: 28px;
    line-height: 33px;
    }
    .related-posts ul li {
    width: 47%;
}

}
@media screen and (max-width: 1199px) {
    .ftr_btm_left {
        width: 100%;
        margin-top: 15px;
    }
    .bnr_txtbox {
    padding: 190px 0 90px;
}
.hm_vdo_hd h2, .hm_newsltr_hd h2 {
    font-size: 30px;
    line-height: 1;
}
.blog-vmo {
    padding-bottom: 56.25%;
}
    .hm_vdo_hd h2 {
    padding: 26px 30px 30px;
    }
    .skycamsingle-blog-wrap article.post .entry-content h1{
         font-size: 24px;
    line-height: 30px;
    }
    .skycamsingle-blog-wrap article.post .entry-content h2 {
    font-size: 22px;
    line-height: 30px;
}
    .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;

    }
}
@media screen and (max-width: 1024px) {
    .ftr_top_wrap .container {
        width: 90%;
    }
    .ftr_btm_wrap .container {
        width: 90%;
    }
    .heading h2, .heading_center h2, .hm_pasev_area .heading_center h2 {
    font-size: 24px;
    line-height: 30px;
}
}
@media screen and (max-width: 991px) {
    .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: 54px;
    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 ul.sub_menu.someClass {
        display: block;
    }
    .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;
    }
    ul.hdr_contact li a {
        font-size: 14px;
    }
    .footer_box {
        width: 100%;
        margin-bottom: 15px;
    }
    .ftr_quicklink {
        padding: 50px 0;
    }

    .eael-grid-post .eael-entry-wrapper {
        padding: 30px 25px !important;
        min-height: 280px;
    }
.bcmfrnche_bnr_cntntbx .hmbnr_textarea {
    padding: 11px 50px;
}
    .blogwrapper .box-img-icon img {
    height: 300px;
}
    .blogwrapper .box-title {
    font-size: 24px;
    line-height: 30px;
}
    .blogwrapper .read-more a {
    padding: 0px 38px;
    font-size: 15px;
    line-height: 40px;
    }
    .skycam-blog-wrap .widget-area {
    padding-left: 11px;
}
    .skycam-blog-wrap .widget-area .wp-block-search__inside-wrapper button.wp-block-search__button {
    font-size: 12px;
    padding: 9px;
}
    .skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts, .skycam-blog-wrap .widget-area aside.widget ul {
    padding: 20px;
    }
    .hm_vdo_hd h2 {
    font-size: 24px;
    padding: 17px 30px 26px;
}
    .blog-vmo {
    padding-bottom: 58.25%;
}
    .bbc_vdo {
    width: 100%;
    padding-bottom: calc(52.25%);
}
    .bbc_cntnt {
    padding-left: 0;
    width: 100%;
}
    .padd_tb{
        padding: 60px 0;
    }
    .padd_t{
        padding-top: 60px;
    }
    .padd_b{
        padding-bottom: 60px;
    }
    .skycamsingle-blog-wrap article.post .entry-content {
    padding: 10px 30px 30px;
}
    .skycam-related-post-heading h2 {
    font-size: 24px;
    line-height: 30px;
    }
    .related-posts ul li {
    width: 100%;
    margin-bottom: 30px;
        margin-right: 0;
    }
    .related-posts ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
    .skycamsingle-blog-wrap article.post .entry-content img {
    width: 100%;
    margin: 30px 0;
}
.blogwrapper .box-title22 {
    font-size: 17px;
    padding: 9px 30px;
    }
     .submenu-full-wrap .megamenu-form {
    width: 60%;
    display: none;
}
    .submenu-full-wrap .megamenulist {
    width: 100%;
    padding: 0 5%;
}
}
@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: 12px!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: 767px) {

    .dstp_mainmenu {
        display: none;
    }

    .mobilemenu_btn {
        display: block;
        top: 75px;
        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;
    }

.prev-next-posts .next-post, .prev-next-posts .prev-post {
    width: 100%;
    background: #2b2b2b;
    padding: 10px;
    text-align: center;
}
    .prev-next-posts .prev-post {
    margin-top: 10px;
}
    .prev-next-posts .next-post.disabled, .prev-next-posts .prev-post.disabled {
    text-align: center;
    margin-top: 10px;
}
    .prev-next-posts .prev-post.disabled {
        margin: 0;
    }
    .main_bannerwrap {
    margin-top: 0;
}
    .mainbanner_img {
    position: relative;
}
    .hmbnr_img img {
    height: 300px;
    object-fit: cover;
    object-position: 10%;
}
    .bnr_small_img {
    display: none;
}
    .main_bannerwrap .bnr_txtbox {
        padding: 0;
    background: rgb(0 0 0 / 71%);
    text-align: left;
}
    .container {
    width: 90% !important;
}
    .bcmfrnche_bnr_cntntbx .hmbnr_textarea {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    background: transparent;
        padding: 40px 0;
    border: 0;
}
    .bcmfrnche_bnr_cntntbx .hmbnr_textarea h1 {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}
    .skycam-blog-wrap .content-area {
        padding: 0;
}
    .blogwrapper .box-title22 {
    font-size: 18px;
        padding: 11px 26px;
    top: 28px;
}
    .heading h2, .heading_center h2 {
    font-size: 21px;
    line-height: 30px;
}
    .blogwrapper .box-title {
    font-size: 20px;
    line-height: 27px;
}
    .row {
    margin: 0 !important;
}
    .skycam-blog-wrap .widget-area {
    padding-left: 0;
    padding: 0;
        padding-top: 30px;
}
    .skycam-blog-wrap .content-area .pagination {
    text-align: left;
    float: left;
}

.hm_vdo_hd h2:after, .hm_vdo_hd h2:before {
    display: none;
}
.hm_vdo_hd {
    margin-top: 0;
    position: relative;
    width: auto;
    text-align: left;
}
.hm_vdo_content {
    padding-top: 0;
}
.secpanel.hm_vdo_area {
    padding-top: 0;
}
.hm_vdo_hd h2, .hm_newsltr_hd h2 {
    font-size: 21px;
    line-height: 30px;
    padding: 30px 0 0;
        margin-bottom: 20px;
}
.hm_vdo_hd p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 25px;
}
      .padd_tb {
        padding: 40px 0;
    }
    .padd_t{
        padding-top: 40px;
    }
    .padd_b{
        padding-bottom:40px;
    }
    .bbc_cntnt .main_btn {
    margin-top: 30px;
}
    .skycam-blog-wrap .widget-area aside.widget:last-child {
    padding-bottom: 0;
}
    .blogwrapper .box-img-icon img {
    height: 250px;
}
    .related-posts ul li .related-post-content {
    padding: 30px 30px;
}
    .skycamsingle-blog-wrap article.post .entry-content .postedmonth {
    text-align: left;
    }
    .skycamsingle-blog-wrap article.post .entry-content h1 {
    font-size: 22px;
    line-height: 30px;
}
    .mobilemenu_btn {
    position: fixed;
    }
}

@media screen and (max-width: 568px) {
    .mobilemenu_btn {
    top: 47px;
}

    .stickymenu{
        top:9px;
        -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: 480px) {
    .logoarea {
        width: 150px;
    }
    .hdr_top_area {
        padding-left: 0;
    }
    .hdr_top_left_box p, .hdr_top_right_box p {
        font-size: 12px!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;
    }
  .blogwrapper .read-more a {
    width: 100%;
    text-align: center;
}

}

@media screen and (max-width: 375px) {


}
@media screen and (max-width: 360px) {
    .hdr_top_left_box {
        margin-bottom: 0;
    }

}
@media screen and (max-width: 321px) {
    .mobilemenu_btn {
        top: 63px;
    }

}



/*===============
popups
===============*/
/*--big popup --*/
div#popup1 .modal-dialog.modal-lg {
    width: 80%!important;
    max-width: 1170px!important;
    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!important;
    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 !important;
    /* padding: 17px 37px 13px; */
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px !important;
    text-align: center;
    text-transform: uppercase !important;
}
.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{
    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 !important;
    padding-top: 20px !important;
}
.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!important;
    top: 50%!important;
    transform: translate(0,-50%)!important;
    margin: 0 auto!important;
}
.small_popup_wrap {
    /*    width: 440px;*/
    position: relative!important;
    margin: 0 auto!important;
    padding: 55px 40px 50px!important;
    border-radius: 10px!important;
    background-color: #0e1215!important;
}
.small_popup_wrap button.close {
    margin-top: -48px;
    margin-right: -26px;
    color: #ff6000;
    opacity: 1;
    font-size: 32px;
    text-shadow: none;
    text-align: right;
}
.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;
}
/*  added by Gita Paneliya 29-05-2023*/

.text-icon-box {
    padding-top: 50px;
    padding-bottom: 50px;
}



.svgicon_twi path{fill: #ffffff;}
.svgicon_twi{padding:3px 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: 2px 8px !important;}*/
.f_twi_new_icon path{fill: #b7b7b7;}
.f_twi_new_icon:hover path{fill:#ff6100;}



#getaquote select {
    background-image: url(images/down-arrow.png);
    background-position: right center;
    background-size: 28px;
    background-repeat: no-repeat;
}
