/* DEFAUlT CSS */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.inner-page p a, .cms-page p a {
    color: #e56f00;
}

.inner-page p a:hover, .cms-page p a:hover, .inner-page p a:focus, .cms-page p a:focus {
    color: #e56f00;
}

.pd_o {
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'Brandon_reg';
    font-weight: normal;
    color: #444;
    overflow-x: hidden;
}

#wrapper {
    position: relative;
}

a:focus {
    outline: none !important;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    cursor: pointer;
}

@keyframes mover {
    0% {
        transform: translate(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@font-face {
    font-family: 'Brandon_reg';
    src: url('../fonts/Brandon_reg.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_light';
    src: url('../fonts/Brandon_light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_bld';
    src: url('../fonts/Brandon_bld.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_med';
    src: url('../fonts/Brandon_med.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_thin';
    src: url('../fonts/Brandon_bld.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOTHICB';
    src: url('../fonts/GOTHICB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HEADER CSS */

.header_sec {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    min-height: 145px;
    border-bottom: 1px solid #e56f00;
}

#cssmenu {
    display: flex !important;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: 120px;
    padding-top: 20px !important;
}

.header_sec .container {
    padding: 0px;
    position: relative;
}

.logo_imge img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2px;
    z-index: 9;
    max-width: 135px;
}

.cart_it {
    width: auto;
    float: right;
    position: relative;
    top: 32px;
    z-index: 99999;
}

li.ct_itm {
    position: relative;
    margin-left: 5px;
}

li.ct_itm span {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    background: #e56f00;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -5px;
    border-radius: 100px;
    padding-right: 7px;
    z-index: 9;
}

li.ct_itm img {
    position: relative;
    left: -6px;
    top:1px;
}

.cart_it li {
    padding: 0px 7px;
}

/* SEC1 CSS */

.sec1 {
    background-size: cover;
    position: relative;
    min-height: auto;
}

.sec1_box {
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    top: 105px;
}

.sec1_box h3 {
    font-size: 37px;
    color: #ffffff;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 5px;
    width: 100%;
}

.sec1_box p {
    font-family: 'Playfair Display';
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin: 0px 0 10px !important;
    padding: 0 20px;
    line-height: 35px;
}

.sec1_box a.but {
    color: #ec7710;
    font-size: 18px;
    font-family: 'Brandon_med';
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .4s ease;
    width: 100%;
    background: #fff;
    max-width: 170px;
    margin: 0 auto;
    padding: 11px 0 8px;
    padding-left: 4px;
}

.sec1_box a.but:hover {
    color: #000;
}

/* SEC2 CSS */

.sec2 {
    padding: 70px 0 0;
    text-align: center;
}

.sec2_box p {
    font-size: 21px;
    line-height: 38px;
    color: #54565b;
    font-family: 'Brandon_light';
    max-width: 800px;
    margin: 0 auto;
}

.sec2_box a.but {
    font-size: 13px;
    text-transform: uppercase;
    background: #e56f00;
    color: #fff;
    font-family: 'Brandon_reg';
    letter-spacing: 3px;
    padding: 14px 25px 13px;
    display: inline-block;
    transition: all .4s ease;
    margin: 35px 0 20px;
}

.sec2_box a.but:hover {
    background: #000;
    color: #fff;
}

/* SEC3 CSS */

.sec3 {
    text-align: center;
    padding: 40px 0 20px;
}

.sec3 h1 {
    font-size: 33px;
    color: #e56f00;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0px 0 10px;
}

.sec3 p {
    font-size: 19px;
    color: #e56f00;
    font-family: 'Brandon_light';
    letter-spacing: 1px;
    margin: 0 0 25px;
}

.sec3_imgbox {
    list-style: none;
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    margin: 0 auto 20px;
}

.sec3_imgbox li {
    height: 250px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #eee;
    margin: 0 2px;
}

.sec3_imgbox li img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    transition: all 1.5s;
    padding: 5px;
    transform: scale(1.4);
}

.sec3_imgbox li:hover img {
    transform: scale(1.3);
}

.sec3 a.but {
    font-size: 13px;
    text-transform: uppercase;
    background: #e56f00;
    color: #fff;
    font-family: 'Brandon_bld';
    letter-spacing: 3px;
    padding: 14px 25px 13px;
    display: inline-block;
    transition: all .4s ease;
    margin: 0px 0px 30px;
}

.sec3 a.but:hover {
    background: #000;
    color: #fff;
}

/* SEC4 CSS */

.sec4 {
    padding: 0 0 40px;
}

.sec4 h3 {
    font-size: 32px;
    color: #e56f00;
    font-family: 'Brandon_med';
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 20px 0 40px;
    text-align: center;
}

.sec4_mainbox {
    text-align: center;
}

.sec4_mainbox h4 {
    font-family: 'Playfair Display';
    font-size: 22px;
    color: #e56f00;
    line-height: 30px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec4_mainbox p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Brandon_light';
    color: #e56f00;
    margin: 15px 0;
}

.sec4_txt a.but {
    font-size: 14px;
    font-family: 'Brandon_reg';
    color: #e56f00;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    transition: all .4s ease;
}

.sec4_txt a.but::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #e56f00;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3px;
}

.sec4_txt a.but:hover {
    color: #000;
}

.sec4_img {
    width: 100%;
    height: 370px;
    overflow: hidden;
    border: 1px solid #eee;
}

.sec4_img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    transition: all 1.5s;
}

.sec4_mainbox:hover .sec4_img img {
    transform: scale(1.2);
}

.sec4_txt {
    padding: 25px 35px;
}

/* SEC5 CSS */

.sec5 img {
    min-height: 333px;
}

/* SEC6 CSS */

.sec6 {
    background: #fdfef8;
    background-size: cover;
    min-height: 410px;
}

.sec6_box {
    max-width: 550px;
    text-align: center;
    margin: 95px 0 0;
}

.sec6_box h3 {
    font-size: 32px;
    color: #e56f00;
    font-family: 'Brandon_med';
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.sec6_box p {
    font-size: 18px;
    line-height: 34px;
    font-family: 'Brandon_light';
    color: #54565b;
    margin: 25px 0 35px;
}

.sec6_box a.but {
    font-size: 13px;
    text-transform: uppercase;
    background: #e56f00;
    color: #fff;
    font-family: 'Brandon_reg';
    letter-spacing: 3px;
    padding: 14px 25px 13px;
    display: inline-block;
    transition: all .4s ease;
}

.sec6_box a.but:hover {
    background: #000;
    color: #fff;
}

/* SEC7 CSS */

.sec7rt {
    background: #e56f00;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 365px;
}

.sec7 {
    display: flex;
}

.sec7 .col-md-6 {
    padding: 0px;
    flex: 1 1 50%;
}

.sec7_box h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'Brandon_med';
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.sec7_box p {
    font-size: 18px;
    line-height: 33px;
    font-family: 'Brandon_light';
    color: #fff;
    margin: 15px 0 25px;
}

.sec7_box a.but {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Brandon_reg';
    letter-spacing: 3px;
    display: inline-block;
    transition: all .4s ease;
}

.sec7_box a.but:hover {
    color: #000;
}

.sec7lt img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.sec7_box {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

/* SEC8 CSS */

.sec8 {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SEC9 CSS */

.sec9 {
    background: #efefef;
    min-height: 182px;
    display: flex;
    align-items: center;
    padding: 45px 0;
}

.sec9 form {
    position: relative;
}

.sec9 form input.mailpoet_text {
    height: 70px !important;
    background: #fff;
    border-radius: 100px;
    font-size: 16px;
    color: #9c9b9b;
    font-family: 'lato';
    width: 100%;
    border: none;
    padding: 10px 30px !important;
}

.sec9 form input.mailpoet_submit {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 16px;
    color: #fff;
    font-family: 'lato';
    background: #e56f00;
    padding: 20px 35px;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    letter-spacing: 1px;
    transition: all .4s ease;
}

.sec9 form button:hover {
    background: #000;
    color: #fff;
}

.sec9 li i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #222;
    border-radius: 50px;
}

.sec9 li:nth-child(1) i {
    background: #3671aa;
}

.sec9 li:nth-child(2) i {
    background: #00b9ed;
}

.sec9 li:nth-child(3) i {
    background: #0087b3;
}

.sec9 li:nth-child(4) i {
    background: #ea3535;
}

.sec9 li p {
    position: relative;
    font-size: 16px;
    font-family: 'lato';
    margin-right: 60px;
    letter-spacing: 1px;
}

.sec9 li p::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #e56f00;
    top: 13px;
    right: -52px;
}

.sec9 ul {
    text-align: center;
    margin: 22px 0 0;
}

/* FOOTER CSS */

.footer_sec {
    min-height: 385px;
    background: #e56f00;
    padding: 55px 0 20px;
}

.ftr_imge {
    display: grid;
}

.ftr_imge img {
    margin: 0 auto;
}

.footer_sec h3 {
    font-family: 'GOTHICB';
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff63;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_sec h3::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #ffffffbd;
    left: 0;
    bottom: -2px;
}

.footer_sec li a {
    font-family: 'lato';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    transition: all .4s ease;
}

.footer_sec p, .footer_sec p a {
    font-family: 'lato';
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    transition: all .4s ease;
}

.footer_sec p {
    margin-bottom: 10px;
}

.footer_sec li {
    position: relative;
    padding-left: 17px;
    padding-bottom: 10px;
}

.footer_sec li::after {
    position: absolute;
    content: "\f101";
    font-family: "FontAwesome";
    left: 2px;
    top: 0px;
    color: #fff;
}

.footer_sec ul {
    list-style: none;
    padding: 0;
}

.ftr_imge img{
    margin-bottom: 20px;
    position: relative;
}

.copy {
    border-top: 1px solid #ffffff63;
    margin-top: 30px;
    padding-top: 20px;
}

.copy p {
    text-align: center;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 15px;
}

.footer_sec a:hover {
    color: #000;
}

/* STICKY  */

.home .header_sec {
    background: #fff;
}

.header_sec {
    background: #fff;
}

.fxd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .2s;
}

.fxd.shrink {
    background: #fff;
    min-height: auto;
    height: 91px;
}

.logo_imge, .header_sec, #cssmenu, .cart_it, .logo_imge img {
    transition: all .7s;
}

.fxd.shrink .logo_imge img {
    max-width: 126px;
}

.fxd.shrink .logo_imge {
    height: 86px;
    overflow: hidden;
    width: 125px;
    margin: 0 auto;
}

.fxd.shrink .cart_it {
    top: 13px;
}

.fxd.shrink #cssmenu {
    min-height: 55px;
    padding-top: 10px;
    z-index: inherit;
}

#foo {
    display: none;
    position: absolute;
    width: 200px;
    left: -94px;
    top: 95px;
}

#foo .input-group-btn>.btn {
    position: relative;
    background: #e56f00;
    color: #fff;
}

#foo .input-group {
    border: none !important;
}

#foo input {
    border: 1px solid #e56f00 !important;
}

#foos {
    display: none;
    position: absolute;
    width: 200px;
    left: -94px;
    top: 89px;
}

#foos .input-group-btn>.btn {
    position: relative;
    background: #e56f00;
    color: #fff;
}

#foos .input-group {
    border: none !important;
}

#foos input {
    border: 1px solid #e56f00 !important;
}

.sec5 img {
    min-height: 333px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* INNERPAGE CSS */

.inner-page h2, .cms-page h2, .inner-page h3, .cms-page h3 {
    font-family: 'Brandon_reg' !important;
    font-size: 23px !important;
    color: #333 !important;
    font-weight: 500 !important;
    margin: 20px 0 2px !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    text-transform: capitalize !important;
}

.inner-page p, .cms-page p {
    color: #54565b !important;
    font-family: 'Brandon_light' !important;
    font-size: 21px !important;
    line-height: 38px !important;
    margin: 0 0 15px !important;
    text-align: justify !important;
}

.inner-page p b, .inner-page p strong, .cms-page p b, .cms-page p strong {
    font-weight: bold;
    color: #333;
}

.inner-page li, .cms-page li {
    color: #54565b !important;
    font-family: 'Brandon_light' !important;
    font-size: 21px !important;
    line-height: 36px !important;
    padding: 0 0 8px !important;
    text-align: justify !important;
}

.inner-page ul, .cms-page ul {
    list-style-type: square;
    padding-left: 21px;
    padding-bottom: 10px;
}

.xyz {
    float: right !important;
    margin: 70px 0 20px 25px !important;
    padding: 3px !important;
    border: none !important;
    max-width: 415px;
    background: #f2f2f2 !important;
    outline: 6px solid transparent;
    outline-offset: -14px;
    transition: all .4s ease;
    position: relative;
    z-index: 9;
}

.xyz:hover {
    outline: 6px solid #ea3d30c2;
}

.inner-page {
    margin: 0 auto !important;
    background: #fff;
    padding: 40px 15px 33px !important;
}

section.about-section {
    padding: 0;
}

.about-right li i {
    color: #ffffff !important;
    font-size: 15px;
    margin: 0px 5px;
}

.about-banner {
    background: url(../images/inner-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    max-width: 100%;
    margin-top: 135px;
}

.about-internal {
    margin: 111px auto;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    padding: 25px 260px;
    background: linear-gradient(to right, #0000, #0003, #0000);
}

.about-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000047;
}

.about-internal ul {
    list-style: none;
    display: flex;
}

.about-internal h1 {
    font-family: 'Brandon_bld';
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.about-section {
    padding: 40px 0;
}

.about-section p {
    font-size: 23px;
    color: #06213f;
    line-height: 37px;
    font-family: 'Brandon_light';
    margin: 0 0 15px;
    text-align: justify;
}

.about-right li, .about-right li a {
    font-size: 15px;
    color: #ffffff !important;
    font-family: 'lato';
}

.inner-page .gServices p {
    text-align: center !important;
    padding: 0px 15px !important;
    font-size: 16px !important;
    line-height: 25px !important;
}

.addrs {
    padding-left: 50px !important;
}

.inner-page h1, .cms-page h1 {
    font-family: 'Brandon_bld' !important;
    font-size: 30px !important;
    color: #e56f00 !important;
    font-weight: normal !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    border-bottom: 2px solid #e56f00;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 0 5px !important;
    text-transform: capitalize;
}

.cms-page, .inner-page {
    padding: 40px 15px;
}

.testimo_box {
    background: #f5f5f5;
    padding: 30px;
    margin: 0 0 25px;
    box-shadow: 2px 2px 2px 0px #67626257;
}

.cms-page .testimo_box h3 {
    color: #ed7810 !important;
    margin: 0 !important;
}

.latest_blog {
    padding-top: 55px;
}

.cont_t_one input, .cont_t_one textarea {
    width: 100%;
    min-height: 45px !important;
    font-family: 'Brandon_reg' !important;
    font-size: 18px !important;
    color: #444 !important;
    font-weight: normal !important;
    padding: 6px 15px !important;
    margin: 0px 0 8px !important;
    resize: initial;
    border: 1px solid #ddd !important;
}

.cont_t_one textarea {
    height: 125px !important;
}

.cont_t_one input[type="submit"] {
    width: auto !important;
    background: #e56f00 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 30px !important;
    letter-spacing: 1px;
    transition: all .4s ease;
}

.cont_t_one input[type="submit"]:hover {
    width: auto !important;
    background: #000 !important;
    color: #fff !important;
}

.ctt_box {
    background: #f5f5f5;
    padding: 33px;
    outline: 1px solid #e56f00;
    outline-offset: -10px;
    width: 95%;
    float: right;
}

.ctt_box a, .ctt_box i {
    color: #e56f00;
}

.wp-post-image {
    float: right;
    max-width: 375px;
    margin: 0 0 15px 20px;
    object-fit: cover;
    object-position: center;
}

.fxd.shrink {
    position: fixed;
}

#mailpoet_form_1 .mailpoet_text {
    width: 100% !important;
}

.header_sec {
    transition: all .7s;
}

#cssmenu {
    z-index: inherit;
}

.logo_imge {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.sec1 {
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    margin-top: 125px;
}

.logo_imge img {
    transition: width .5s !important;
}

.about-internal ul {
    justify-content: center;
}

.sec8 h3 {
    font-size: 25px;
    color: #e56f00;
    font-family: 'Brandon_med';
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: left;
    margin: 2px 0 7px;
}

.sec8 p {
    text-align: justify;
    font-size: 17px;
    font-family: 'Brandon_light';
    line-height: 23px;
    margin: 0 0 10px;
}

.sec8 {
    padding: 46px 0px;
}

.metaslider .caption-wrap {
    background: transparent !important;
    opacity: 10 !important;
    height: 100% !important;
}

.sec1_box {
    background: #ec7710 !important;
    max-width: 585px !important;
    height: 325px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 75px 20px 65px;
    margin-left: -10px;
}

.metaslider .caption {
    height: 100%;
    display: flex;
    align-items: center;
}

.slick-prev, .slick-next {
    transition: all .4s ease;
    background: url(../images/slickbtn.png);
    width: 40px;
    height: 40px;
    z-index: 9;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: url(../images/slickbtn.png);
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background-position: -41px 0 !important;
}

.sec4_mainbox {
    padding: 0 15px;
}

.fa-caret-right {
    transition: all .4s ease;
}

.active .fa-caret-right {
    transform: rotate(90deg);
}

.panel-title a {
    text-decoration: none;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a, .metaslider.ms-theme-bubble a.rslides_nav, .metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a, .metaslider.ms-theme-bubble .coin-slider .coin-slider div a {
    border: 2px solid #ec7710 !important;
    width: 55px !important;
    height: 55px !important;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav li a.flex-active, .metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover, .metaslider.ms-theme-bubble ul.rslides_tabs li.rslides_here a, .metaslider.ms-theme-bubble ul.rslides_tabs li a:hover, .metaslider.ms-theme-bubble div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active, .metaslider.ms-theme-bubble .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover, .metaslider.ms-theme-bubble .coin-slider .cs-buttons a.cs-active, .metaslider.ms-theme-bubble .coin-slider .cs-buttons a:hover {
    background: transparent !important;
    color: rgb(236, 119, 16) !important;
}

.metaslider.ms-theme-bubble .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a, .metaslider.ms-theme-bubble ul.rslides_tabs li a, .metaslider.ms-theme-bubble div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a, .metaslider.ms-theme-bubble .coin-slider .cs-buttons a {
    border: 2px solid rgb(236, 119, 16) !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.lt-blk-para {
    background: #d86900;
    padding: 20px;
    margin: 15px 0 0px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Brandon_light';
    line-height: 30px;
    text-align: justify;
}

.sec9 form input.mailpoet_submit:hover {
    background: #000;
    color: #fff;
}

.slick-prev, .slick-next {
    top: 37%;
}

.f-right .panel-default>.panel-heading {
    color: #fff;
    background-color: #e56f00;
    border-color: #e56f00;
    line-height: 0;
}

.sec8 p:empty {
    display: none !important;
}

.sec8 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #f5f5f5;
    font-family: 'Brandon_light';
    font-size: 18px;
    line-height: 30px;
}

.sec8 .panel-title {
    line-height: 0;
    padding: 12px 0px 10px;
}

.sec8 .fa-caret-right {
    transition: all .4s ease;
    background: #000;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: -13px 8px 0 0;
    border-radius: 40px;
    padding-left: 3px;
}

.wow {
    visibility: hidden;
}

.effect-desc a {
    font-size: 21px;
    line-height: normal;
    color: #54565b;
    font-family: 'Brandon_light';
}

.effect-title a {
    font-size: 18px;
    color: #fff;
    font-family: 'Brandon_reg';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-id-952 .wp-post-image {
    display: none !important;
}

.effect-boxmain {
    background: #fdfef8;
    padding: 25px 25px 25px;
    border: 1px solid #ddd;
    text-align: center;
}

.effect-box .row {
    height: 157px;
    display: flex;
    align-items: center;
}

.effect-title {
    text-align: center;
}

.effect-title {
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
    transition: all .4s ease;
}

.effect-box .row:nth-child(1) .effect-title {
    background: #fcfdf8!important;
}

.effect-box .row:nth-child(2) .effect-title {
    background: #cca079 !important;
}

.effect-box .row:nth-child(3) .effect-title {
    background: #f78a23 !important;
}

.effect-box .row:nth-child(4) .effect-title {
    background: #585858 !important;
}

.effect-box .row:nth-child(5) .effect-title {
    background: #060709 !important;
}

.sec1_box img {
    display: flex !important;
    margin: -64px auto 0 !important;
    max-width: 115px !important;
}

.effect-box .row:hover .effect-title {
    background: #e56f00 !important;
}

.panel-title a:hover {
    color: #fff;
}

.effect-desc {
    text-align: left;
}

.effect-box {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#foo input {
    min-height: auto !important;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-prev, .metaslider.ms-theme-bubble .rslides_nav.prev, .metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-prevNav, .metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-prev {
    left: 1% !important;
}

.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a.flex-next, .metaslider.ms-theme-bubble .rslides_nav.next, .metaslider.ms-theme-bubble div.nivoSlider div.nivo-directionNav a.nivo-nextNav, .metaslider.ms-theme-bubble .coin-slider .coin-slider div a.cs-next {
    right: 1% !important;
}

.spu-box {
    background: #fff !important;
    box-shadow: none !important;
    outline: 20px solid #ffffff4d;
    border: none !important;
    outline-offset: -5px;
}

.spu-content h2 {
    font-family: 'Brandon_bld' !important;
    font-size: 30px !important;
    color: #e56f00 !important;
}

.spu-content p {
    color: #54565b !important;
    font-family: 'Brandon_light' !important;
    font-size: 19px !important;
    margin-top: 10px;
    line-height: 30px;
}

.about-banner {
    background-position: center !important;
}

.single .woocommerce-product-details__short-description p strong {
    font-family: 'Brandon_bld' !important;
    font-size: 23px !important;
    color: #ec7710 !important;
    text-transform: uppercase !important;
    float: left !important;
    text-align: left !important;
    width: 100% !important;
}

.about-internal {
    display: none !important;
}

.about-banner {
    min-height: 380px !important;
    background-size: cover !important;
    background-position: center !important;
}

.latest_blog_img {
    border: 3px solid #e6750b;
    padding: 20px 0;
    margin-bottom: 30px;
}

.blog_txt_panel {
    padding: 20px;
    text-align: center;
}

.blog_txt_panel p {
    font-size: 17px;
    padding: 0 10px;
    min-height: 80px;
}

.blog_txt_panel h4 {
    font-size: 17px;
    padding: 0 10px;
}


.blog_txt_panel h3 {
    font-size: 18px;
    color: #e56f00;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0 0px;
    min-height: 60px;
}

.blog_img_panel img {
    height: 230px;
    width: 100%;
    object-fit: contain;
}

.abt_right {
    padding: 0px;
}

.blog_txt_panel .readmore {
    background: #fff;
    padding: 6px 20px 7px;
    color: #222;
    font-size: 17px;
    position: relative;
    bottom: -33px;
    border: 3px solid #e6750b;
    transition: all .4s ease;
}

.latest_blog_img {
    border: 3px solid #e6750b;
    padding: 9px 0 0;
    margin-bottom: 55px;
    transition: all .4s ease;
}

.latest_blog_img:hover {
    border: 3px solid #222;
}

.latest_blog_img:hover .blog_txt_panel .readmore {
    border: 3px solid #222;
    background: #222;
    color: #fff;
}

h1.blogpagetitle {
    text-transform: uppercase;
    font-family: 'Brandon_bld';
    text-align: center;
    letter-spacing: 5px;
    color: #ee7d1a;
    font-size: 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    padding: 0px 12px;
    margin: 0 auto 30px;
    background: #fff;
    position: relative;
}

.bbg {
    margin: -62px 0px 55px;
    border-top: 3px solid #ee7d1a;
}

.abt_right img {
    max-width: 425px;
    margin-top: 75px;
}

#comments {
    max-width: 600px;
}

#comments label {
    width: 100%;
    font-weight: normal;
    margin: 5px 0 0px;
}

#comments input, #comments textarea {
    padding: 5px 12px;
    width: 100%;
    resize: initial;
}

#comments textarea {
    height: 140px;
}

#comments input[type="submit"] {
    background: #222;
    width: auto;
    padding: 7px 25px;
    border: none;
    color: #fff !important;
}

.inner-page #comments p {
    font-size: 19px !important;
    line-height: 35px !important;
    margin: 0 0 10px !important;
}

.inner-page #comments .comment-form-cookies-consent {
    margin-left: 20px !important;
}

.inner-page h3#reply-title {
    font-family: 'Brandon_bld' !important;
    font-size: 25px !important;
    color: #ed7b15 !important;
}

.f-right .modal.in .modal-dialog {
    margin: 165px auto 0;
    width: 820px;
}

.f-right .modal-content h4 {
    text-align: center;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 45px;
    color: #ee801f;
    margin: 0px 0 -5px;
}

.f-right .table>tbody>tr>th {
    background: #ee801f;
    color: #fff;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    border: none;
    border-bottom: 2px solid #000;
    padding: 13px 10px 10px;
}

.f-right .table>tbody>tr>td {
    color: #222;
    font-family: 'Brandon_reg';
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 12px 12px;
}

.f-right button.close {
    background: #ee801f;
    opacity: 10 !important;
    color: #fff !important;
    padding: 3px 11px !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    border-radius: 50px;
}

.f-right .close:hover, .f-right .close:focus {
    background: #111;
    opacity: 10 !important;
    color: #fff !important;
}

.f-right .modal {
    background: #00000082 !important;
}

#accordion .panel-body .btn {
    background: #e56f00;
    border: none;
    border-radius: 3px;
    padding: 10px 15px 8px;
    font-family: 'brandon_reg';
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    transition: all .4s ease;
}

#accordion .panel-body .btn:hover {
    background: #222;
    color: #fff;
}

.page-id-862 .cms-page h1 {
    border-bottom: 3px solid #e56f00;
}

.effect-boxmain .aligncenter {
    margin: 0 auto;
    display: flex;
}

.single .abt_right img {
    max-width: 425px;
    margin-top: 10px;
    border: 1px solid #ddd;
}

#comments input[type="submit"] {
    background: #222 !important;
    width: auto;
    padding: 7px 25px !important;
    border: none !important;
    color: #fff !important;
}

.page-id-952 .btn-info {
    background: #e56f00;
    border: none;
    border-radius: 3px;
    padding: 8px 12px 6px;
    font-family: 'brandon_reg';
    text-transform: uppercase;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 10px;
    transition: all .4s ease;
    position: relative;
    top: 4px;
}

.page-id-952 .btn-info:hover {
    background: #222;
    color: #fff;
}

.mmj {
    float: right;
    max-width: 560px;
    object-fit: contain;
    margin: -35px 0 0;
}

.empowered a {
    color: #f58924;
}

.effect-box .row:hover .empowered a {
    color: #fff;
}

.effect-box .row:nth-child(1) .empowered {
    border: 1px solid #ddd;
}

.grecaptcha-badge {
    display: none;
}

.f-right1 .panel-title {
    line-height: 0;
    padding: 13px 0;
}

.f-right1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #f5f5f5;
    font-family: 'Brandon_light';
    font-size: 18px;
    line-height: 30px;
}

.f-right1 .fa-caret-right {
    transition: all .4s ease;
    background: #000;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: -13px 8px 0 0;
    border-radius: 40px;
    padding-left: 3px;
}

.f-right1 {
    margin: 20px 0px;
    background: #f5f5f5;
    padding: 5px 25px;
    border: 1px solid #ddd;
    max-width: 992px;
}

.f-right1 .panel-group{
    margin-top: -32px;
}

#accordion1 .panel-body .btn {
    background: #e56f00;
    border: none;
    border-radius: 3px;
    padding: 10px 15px 8px;
    font-family: 'brandon_reg';
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    transition: all .4s ease;
}

#accordion1 .panel-body .btn:hover {
    background: #222;
    color: #fff;
}

.subs_txt h3 {
    font-size: 35px;
    color: #e56f00;
    font-family: 'Brandon_med';
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 5px;
}

.subs_txt p {
    font-size: 21px;
    line-height: 27px;
    font-family: 'Brandon_light';
    color: #54565b;
    margin: 10px 0 5px;
    padding-left: 6px;
}

p.flw {
    position: relative;
    font-size: 25px;
    font-family: 'lato';
    margin-right: 0;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0 0;
    padding-right: 7px;
}

.prvc_btn a {
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    font-family: 'Brandon_med';
    letter-spacing: 0.5px;
    padding: 12px 18px 9px;
    transition: all .4s ease;
    border: 2px solid #fff;
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
}

.prvc_btn a:hover {
    background: #fff;
    color: #e56f00;
}

.sec3 .f-right1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #f5f5f5;
    font-family: 'Brandon_light';
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color:#444;
}

.f-right1 .panel-title {
    text-align: left;
}

.sec3 .f-right1 .panel-default>.panel-heading+.panel-collapse>.panel-body p{
    color:#444;
    font-family: 'Brandon_light';
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color:#444;
    margin: 0 0 20px;
    letter-spacing: 0px;
}

.sec1 ol.flex-control-nav {
    right: 5px;
}

.nwspt {
    text-align: center;
    padding-top: 25px;
}

.nwspt a.but {
    font-size: 15px;
    text-transform: uppercase;
    background: #e56f00;
    color: #fff;
    font-family: 'Brandon_reg';
    letter-spacing: 2px;
    padding: 14px 30px 11px;
    display: inline-block;
    transition: all .4s ease;
    margin: 20px 0 10px;
}

.nwsptmain{
    padding: 0 4px;
}

.nwspt p{
    margin-bottom: 0px !important;
}

.nwspt img{
	transition:all .4s ease;
}
.nwspt img:hover{
	filter:brightness(0);
}

.subs_txt h3 span{
    position: relative;
    left: -8px;
}

.prvc_img img {
    margin: 0 auto;
}

.prvc_img {
    text-align: left;
    padding-left: 0;
    display: flex;
    align-items: center;
}

#affwp-login-form, #affwp-register-form{
	background:#f5f5f5;
	padding: 35px;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 20px rgba(194, 186, 186, 0.1);
}

#affwp-login-form legend, #affwp-register-form legend{
	    font-size: 25px;
    border-bottom: 2px solid #ed7710;
    padding-bottom: 8px;
}
#affwp-login-form label, #affwp-register-form label {
    color: #222;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Brandon_reg';
    margin: 0;
}

body #affwp-login-form input[type="checkbox"] {
    margin: 9px 4px 0 0px !important;
}

#affwp-login-form input[type="submit"], #affwp-register-form input[type="submit"]{
	    width: auto !important;
    background: #e56f00 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 30px !important;
    letter-spacing: 1px;
    transition: all .4s ease;
}

#affwp-login-form input[type="submit"]:hover, #affwp-register-form input[type="submit"]:hover{
	background: #000 !important;
}

#affwp-login-form input, #affwp-register-form input{
	min-height:42px;
	padding:3px 12px;
	 font-size: 16px;
    font-family: 'Brandon_reg';
}


#affwp-affiliate-dashboard-tabs li {
    background: #ec7710;
    padding: 5px 25px !important;
    transition:all .4s ease;
}

#affwp-affiliate-dashboard-tabs li:hover, #affwp-affiliate-dashboard-tabs li.active{
   background:#000;	
}


.affwp-tab-content{
	background:#f5f5f5;
	padding: 15px 15px 0;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 20px rgba(194, 186, 186, 0.1);
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin: 0 0 5px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px;
}

#affwp-affiliate-dashboard-tabs li a{
	color:#fff !important;
	font-size: 17px !important;
	font-weight: normal !important;
}

.affwp-tab-content p{
	font-size:16px !important;
}

.affwp-tab-content input, .affwp-tab-content select{
	min-height:42px;
	padding:3px 12px;
	font-size:16px;
}

.affwp-tab-content label{
	 color: #222;
	 font-weight: normal;
	 font-size: 17px;
	 font-family: 'Brandon_reg';
	 margin: 0 0 5px;
}

.affwp-tab-content input[type="submit"]:hover{
	background: #000 !important;
}

.affwp-tab-content input[type="submit"]{
	   width: auto !important;
	   background: #e56f00 !important;
	   color: #fff !important;
	   border: none !important;
	   padding: 0 30px !important;
	   letter-spacing: 1px;
	   transition: all .4s ease;
}


table.affwp-table td, table.affwp-table th {
    padding: 10px 12px;
    max-width: 100%;
    background: #fff;
    font-size: 15px;
}
table.affwp-table th {
    background: #fafafa;
    font-family: 'Brandon_bld';
    color: #333;
    font-size: 15px;
}

.affwp-tab-content {
    margin-bottom: 10px;
}

.affwp-tab-content a{
	color: #ec7710;
}


body .affwp-tab-content input[type="checkbox"] {
    margin: 9px 5px 0 3px !important;
}