/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*//**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 *//**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
section#bottom-head {
    margin: 15px 0 23px 0;
}
section#midle {
    background: #892e1e;
    padding: 10px 0 10px 0;
    color: #fff;
}
.socail-iconer i {
    background: #f8f8f8;
    padding: 5px 10px 5px 10px;
    color: #000000;
    border-radius: 16px;
    margin: 0 6px 0 0px;
}
.custom-container {
    width: 85%;
    margin: 0 auto;
}  
.contact-me span {
    margin: 0 24px 0 0px;
    border-right: 1px solid;
}
.contact-me a {
    color: #fff;
    text-decoration: none;
    margin: 0 30px 0 4px;
}
.socail-iconer p {
    color: #fff;
}
.contact-me span {
    margin: 0 24px 0 0px;
    border-right: 1px solid;
}
.contact-me a {
    color: #fff;
    text-decoration: none;
    margin: 0 30px 0 4px;
}
.socail-icons {
    float: right;
}
.socail-icons i {
    color: #fff;
    margin: 0 0 0 15px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #585757;
    line-height: 30px;
    margin: 0 0 0 0;
}
.inner-lato a {
    background: #282828;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
div#mega-menu-wrap-primary {
    margin: 10px 0 0 0;
}
.inner-lato {
    margin: 17px 0 0 0;
}
.header__logo.wow.fadeInLeft img {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0 4px 1px #A0A0A0;
    border-radius: 14px;
}
.imaginer {
    display: flex;
}
.imaginer i {
    font-size: 35px;
    padding: 20px 20px 11px 20px;
    margin: 12px 15px 0 0;
    border-radius: 4px;
    background: #ffffff;
    color: #a22a1f;
    border: 1px solid #fff;
    border-radius: 73px;
}
.inner-imaginer span {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.inner-imaginer p {
    color: #fff;
}
section#cards {
    background: #7b7b7b;
    padding: 20px 0;
}
.inner-logoer span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.inner-texter p {
    margin: 0 0 19px 0;
}
.inner-texter h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #953427;
}
.inner-logoer img {
    border-radius: 9px;
    margin: 0 0 8px 0;
}
.inner-abter {
    position: absolute;
    bottom: -42px;
    background: #fff;
    width: 57%;
    left: -22px;
    padding: 25px 15px;
    border-radius: 5px;
}
.inner-abter i {
    color: #a43324;
    font-size: 35px;
    margin: 0 11px 5px 0px;
}
.inner-abter {
    position: absolute;
    bottom: -42px;
    background: #fff;
    width: 57%;
    left: -22px;
    padding: 25px 15px;
    border-radius: 5px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.inner-abter span {
    font-size: 19px;
    font-weight: 700;
}
section#abt-us {
    margin: 70px 0  100px 0;
}
section#catlog {
    text-align: center;
}
section#catlog h2 {
    font-size: 35px;
    font-weight: 700;
    color: #484848;
    margin: 0 0 40px 0;
}
.inner-catlog span {
    font-size: 21px;
    font-weight: 700;
    display: block;
}
.inner-catlog {
    padding: 27px 25px;
    text-align: left;
    box-shadow: 0 3px 16px rgb(166 166 166 / 50%);
    margin: 0 0 48px 0;
    border-radius: 6px;
}
.inner-catlog img {
    width: 15%;
}
section#why {
    background: #4b4b4b;
    margin: 40px 0 0 0;
}
.col-md-5 .inner-lacter {
    margin: 0px 0 0 -118px;
}
.inner-latter h3 {
    font-size: 35px;
    color: #fff;
    font-size: 700;
}
section#why p {
    color: #fff;
}
.inner-athr i {
    color: #fff;
    font-size: 40px;
    margin: 26px 17px 0px 0px;
}
.innner-latedgo span {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.inner-athr {
    display: flex;
    padding: 10px 10px;
    margin: 34px 0 0 0;
    box-shadow: 0 3px 16px rgb(166 166 166 / 50%);
    border-radius: 10px;
}
.inner-lateroder {
    display: flex;
}
section#mission {
    text-align: center;
}
section#mission h4 {
    font-size: 35px;
    font-weight: 600;
}
section#mission p {
    margin: 0 0 53px 0;
}
.inner-laterod img.img-fluid {
    width: 100%;
}
.inner-laterod p {
    margin: 0px 0px 0px 0 !important;
    padding: 20px 20px;
}
.inner-laterod span {
    font-size: 30px;
    font-weight: 600;
   
}
.inner-lateroder {
    background: #838383;
}
.inner-vgcscs {
    padding: 100px 0 0 0;
}
.inner-lateroder span {

    font-size: 30px;
    font-weight: 700;
}

.inner-lateroder {
    background: #bebebe;
    margin: 10px 0 0 0;
}
.inner-laterod {
    background: #e7e7e7;
    padding: 0 0 1px 0;
    margin: 0 0 40px 0;
}
section#mission {
    margin: 70px 0;
}
a.intense {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    float: right;
    font-weight: 600;
}
.intense-mantra h4 {
    font-size: 30px;
}
.intense-mantra p {
    color: #fff;
}
section#ctc {
    background: #a31401;
    padding: 36px 0 26px 0;
    color: #fff;
    margin: 0px 0 60px 0;
}
section#categories {
    text-align: center;
}
section#categories p {
    margin: 0 0 30px 0;
}
section#categories h4 {
    font-size: 30px;
}
section#controller {
    background: #f7fffe;
    padding: 60px 0;
}
.inner-latteete h4 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
}
.later-we-on {
    display: flex;
    margin: 64px 0 0 0;
}
.later-we-on i {
    font-size: 50px;
    color: #b30000;
    margin: 0 30px 0 0px;
}
.innermanto span {
    font-size: 30px;
    font-weight: 500;
}
section#controller {
    background: #f7fffe;
    padding: 60px 0;
    margin: 70px 0;
}
.inner-lateroder {
    background: #e7e7e7;
    margin: 10px 0 0 0;
}
.dildara {
    padding: 40px 0 0 0;
}
.custom-container.extra {
    background: #666666;
    padding: 70px 0 0 0;
    border-radius: 42px;
}
.inner-tester h5 {
    font-size: 35px;
    line-height: 44px;
    color: #fff;
}
a.unlimited-functionality {
    background: #b3251a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.inner-tester h5 {
    font-size: 35px;
    line-height: 44px;
    color: #fff;
    margin: 30px 0;
}
.inner-tester p {
    color: #fff;
    margin: 19px 0 0 0;
}
a.thener-now {
    background: #91332c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.inner-bowler {
    border: 2px solid #ca1b1b;
    padding: 74px 55px;
    border-radius: 178px;
    text-align: center;
    position: absolute;
    left: -18px;
}

.inner-bowlered {
    border: 2px solid #1a1a1a;
    padding: 74px 65px;
    border-radius: 173px;
    text-align: center;
    position: absolute;
    left: -18px;
    color: #fff;
    background: #1a1a1a;
    z-index: 111;
    top: 57px;
}
.inner-bowlered p {
    color: #ffff;
}
section#counters h5 {
    font-size: 30px;
}
.class-remmber {
    text-align: center;
    margin: 0 0 50px 0;
}
section#counters {
    margin: 70px 0 70px 0;
}
.class-remmber b {
    color: #d10000;
}
section#counters h5 {
    font-size: 35px;
    font-weight: 600;
}
section#this-way {
    margin: 478px 0 0 0;
    position: relative;
    background: #e0e0e0;
}
.callrnato p {
    font-size: 25px;
    line-height: 36px;
    color: #000;
    margin: 55px 0 0 0;
    font-weight: 600;
}
.inner-jdafjd {
    margin: 44px 0 0 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #000;
    color: #fff;
    margin: 17px 0 0 0;
}
.Google-Reviews {
    margin: 110px 0 0 0;
}
.Google-Reviews h4 {
    font-size: 30px;
}
i.fa-solid.fa-star {
    color: #ff8c2b;
}
.Google-Reviews img {
    width: 54%;
}
section#tsetimonials .item.wow.zoomIn {
    margin: 55px 0 55px 0;
    padding: 15px 15px 19px 15px;
    height: 314px;
    background: #efefef;
    border-radius: 13px;
}
div#wpcf7-f28-o1 p {
    margin: 0 0px 15px 0;
}
.testi-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.testi-main img {
    width: 15% !important;
}
.star img {
    width: 100% !important;
}
.item b {
    font-size: 17px;
    font-weight: 600;
    color: #85a197;
}
.owl-nav {
    display: unset;
}
button.owl-prev {
    font-size: 61px !important;
    position: absolute;
    top: 151px;
    left: -34px;
}
button.owl-next span {
    position: absolute;
    right: -32px;
    top: 148px;
    font-size: 59px;
}
.innerformula {
    text-align: center;
}
.innerformula b {
    color: #952514;
}
.innerformula h5 {
    font-size: 30px;
    font-weight: 700;
}
section#ctcd {
    background: #952514;
    padding: 30px 0 30px 0;
    margin: 40px 0 0 0;
}
.ctcd-txtx p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.ctcd-btn {
    margin: 3px 0 0 0;
}
.ctcd-btn a.vescent-btn {
    background: #ffffff;
    color: #000000;
    padding: 9px 15px 9px 15px;
}
footer#affixmenow {
    padding: 60px 0;
}
.foot h6 {
    font-size: 21px;
}
.foot p {
    margin: 0 0 10px 0;
}
.socail-icons a {
    color: #000000;
    margin: 0 0 0 11px;
}
span.dividers {
    border: 1px solid #f6c445;
    display: inline-block;
    width: 5%;
    margin: 0 0 5px 0px;
}
.footer a {
    color: #000;
    line-height: 32px;
}
section#copyright a {
    color: #000;
    text-decoration: none;
}
ul#menu-footer-menu1 {
    padding: 0px 0px 0px 22px !important;
    line-height: 30px;
}
ul#menu-footer-menu1 li a {
    color: #000;
}
ul#menu-footer-menu-2 {
    padding: 0 0 0 18px;
    line-height: 30px;
}
.foot ul li a {
    color: #000;
}
.foot p {
    color: #000;
}
footer#affixmenow a:hover {
    text-decoration: none;
    color: #b70012;
}
section#copyright {
    border-top: 1px solid #cecece;
    padding: 10px 0 10px 0;
}
section#copyright p {
    color: #000;
}


.Google-Reviews {
    margin: 110px 0 0 0;
}
.Google-Reviews h4 {
    font-size: 30px;
}
i.fa-solid.fa-star {
    color: #ff8c2b;
}
.Google-Reviews img {
    width: 54%;
}
section#tsetimonials .item.wow.zoomIn {
    margin: 55px 0 55px 0;
    padding: 15px 15px 19px 15px;
    height: 314px;
    background: #efefef;
    border-radius: 13px;
}
div#wpcf7-f28-o1 p {
    margin: 0 0px 15px 0;
}
.testi-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.testi-main img {
    width: 15% !important;
}
.star img {
    width: 100% !important;
}
.item b {
    font-size: 17px;
    font-weight: 600;
    color: #85a197;
}
.owl-nav {
    display: unset;
}
button.owl-prev {
    font-size: 61px !important;
    position: absolute;
    top: 151px;
    left: -34px;
}
button.owl-next span {
    position: absolute;
    right: -32px;
    top: 148px;
    font-size: 59px;
}
.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(123 123 123) 0%, rgb(35 34 34) 100%) !important;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 10px;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
}
span.breadcrumb_new a {
    color: #fff;
}
.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(123 123 123) 0%, rgb(35 34 34) 100%) !important;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .pageheader {
        margin-top: 24px !important;
    }
    .inner-abter {
        position: unset !important;
    }
    .imaginer {
        display: flex;
        margin: 0 0 30px 0 !important; 
    }
    .inner-lato a {
        display: none !important;
    }
    section#abt-us {
        margin: 50px 0  50px 0 !important;
    }
    div#mega-menu-wrap-primary {
        margin: 10px 0 0 0 !important;
        width: 50px !important;
        float: right !important;
    }
    .inner-texter {
        margin: 40px 0 0 0 !important;
    }
    .inner-texter h1 {
        font-size: 25px !important;
        font-weight: 700 !important;
        line-height: 40px !important;
        color: #953427 !important;
    }
    .col-md-5 .inner-lacter {
        margin: 0px 0 0 0px !important;
    }
    .custom-container {
        width: 90% !important;
        margin: 0 auto;
    }
    .inner-tester {
        margin: 0 0 0 20px !important;
    }
    section#copyright {
        margin: 0px 0 34px 0 !important;
    }
    .inner-lateroder {
        display: unset !important; 
    }
    section#catlog h2 {
        font-size: 35px !important;
        font-weight: 700 !important;
        color: #484848 !important;
        margin: 0 0 20px 0 !important;
    }
    .inner-vgcscs {
        padding: 25px 0 1px 0 !important;
    }
    .inner-latteete h4 {
        font-size: 29px !important;
    }
    section#mission {
        margin: 30px 0 !important;
    }
    section#controller {
        background: #f7fffe;
        padding: 0px 0 !important; 
        margin: 30px 0 !important;
    }
    a.intense {
        float: left !important;
    }
    .inner-bowler {
    border: 2px solid #ca1b1b;
    padding: 74px 55px;
    border-radius: 178px;
    text-align: center;
    position: unset;
    left: -18px;
}
.pageheader {
    padding: 15px 0 0 0 !important;
}
section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
.inner-bowler {
    position: unset !important;
}
    .intense-mantra h4 {
        font-size: 30px !important;
        margin: 0 0 33px 0 !important;
    }
    section#cards {
        background: #720000 !important;
        padding: 20px 0;
    }
    .inner-bowlered {
        position: unset !important;
    }
    .inner-logoer {
        text-align: center;
        margin: 10px 0 27px 0;
    }
    .inner-abter {
        width: 100% !important;
    }
    section#this-way {
        margin: 53px 0 0 0 !important;
        position: relative;
        background: #e0e0e0;
    }
    .owl-nav {
        display: none !important;
    }
    .ctcd-txtx p {
        margin: 0 0 17px 0 !important;
    }
    #sequence a {
        width: 33.3333%;
        float: left;
        text-align: center;
        padding: 5px 0;
        font-size: 15px;
        color: #fff!important;
        font-weight: 600;
        text-decoration: none!important;
        border-right: 1px solid;
    }
    .contact-me {
        display: none !important;
    }
    #sequence {
        width: 100%;
        float: left;
        background: #bc0f0f;
        position: fixed;
        bottom: 0;
        z-index: 100;
        padding: 0;
        color: #000!important;
    }
}
.ngg-gallery-thumbnail img {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
}