/*
Theme Name: Tronix Child
Author: ThemePul
Description: This Child Theme Only For Tronix Theme
Version: 1.0.0
Template: tronix

This is the child theme for Tronix theme, generated with Generate Child Theme plugin by catchthemes.
(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.bg_orange {
    background-color: #FE973A;
}

.text_orange {
    background-color: #FE973A;
}

ul.customLi li::marker {
    color: #0e59f2;
    font-size: 24px;
}

.custom_cta a {
    padding-left: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.25rem !important;
    color: #fff;
    background-color: #0E59F2;
    border-color: #0E59F2;
    border-radius: 0.25rem;
}

.header-one-top-area {
    display: none;
}

.slide-subtitle:after {
    content: '';
    height: 13px;
    background-repeat: no-repeat;
    width: 17px;
    top: 1px;
    position: absolute;
    bottom: 0;
    right: -32px;
    border-radius: 2px;
    left: unset;
    background: url('http://appinventors.test/wp-content/uploads/2023/07/usa.svg');
}


.main-menu ul li:hover>ul.sub-menu {
    max-width: 100%;

}

.main-menu .mega-sec .sub-menu a {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    text-transform: inherit;

}

.breadcroumb-area:before {
    z-index: 1 !important;
}

.main-menu>ul>li>a {
    padding: 30px 0;
    font-size: large;
}

.tronix-mobile-menu ul li.custom_cta a {
    color: #ffffff;
}

#no-sticky-menu .container .row .col-auto.d-none.d-xxl-block {
    display: none !important;
}

.tronix-single-slide-item {
    padding: 0px 0px 130px 0px;
}


/* SideBar Menu Start  */
.SideBarNav {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1024;
    top: 0;
    right: -25%;
    /* background-image: url('https: //appinventors.iknowsolution.com/wp-content/uploads/2023/11/pattern-bg.webp'); */
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 0px;
}

.SideBarNav .menu {
    padding: 10px 44px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.SideBarNav .menu span {
    color: #000;
    font-weight: 800;
    font-size: 23px;
    cursor: pointer;
    font-family: 'Maven Pro', sans-serif;
}

.SideBarNav .closeMenuBtn {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.openMenuBtn {
    font-size: 25px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 2px solid #FE973A;
    color: #FE973A;
    position: relative;
}

.openMenuBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.SideBarNav .menu .tabs {
    width: 0%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -75%;
    background: #f2f2f2;
    transition: .5s all;
    padding-top: 15px;
}

.SideBarNav .menu .tabs span.Maintitle {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    font-family: 'Maven Pro', sans-serif;
}

.SideBarNav .menu:hover .tabs {
    width: 75%;
    left: 0;
    overflow-y: scroll;
}

.SideBarNav .menu .tabs ul li {
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.SideBarNav .menu .tabs ul li.title.un_title a,
.SideBarNav .menu .tabs ul li a {
    color: #303030cf;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
}



.SideBarNav .menu .tabs ul li.title a {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: 'Maven Pro', sans-serif;
    line-height: 17px;
}

.SideBarNav .menu .tabs ul li.title a img {
    height: 20px;
}

.SideBarNav.close {
    width: 0px;
    right: -25%;
}

.SideBarNav.open {
    width: 25%;
    right: 0;
}

.SideBarNav .menu .tabs .mega_menu ul li {
    border-bottom: 0;
}

/* Sidebar Menu End */



/* ==========================================================
============== Bootstrap Custom Classes Start =============*/

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-64 {
    font-size: 64px !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font_family_mavem_pro {
    font-family: 'Maven Pro', sans-serif !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

/* =========== Bootstrap Custom Classes Start =============
==========================================================*/



ul.custom_contact_details li span {
    font-weight: 500 !important;
    font-size: 16px !important;
}

ul.custom_contact_details li a {
    color: unset;
    height: unset;
    width: unset;
    display: unset;
    justify-content: unset;
    align-items: unset;
    background: unset;
    margin-top: unset;
    margin-right: unset;
    font-size: 15px;
    font-weight: 500;
    background: unset !important;
    font-family: 'Maven Pro', sans-serif;
}

/* .menu .footer-one-social-widget {
    position: absolute;
    bottom: 10px;
    z-index: -1;
} */