:root {
    --theme-primary: #e22232;
    --theme-secondary: #000;
}

@font-face {
    font-family: theme_font_reg;
    src: url('../font/PTSansProRegular.OTF');
}

@font-face {
    font-family: theme_font_bold;
    src: url('../font/PTSansProBlk.OTF');
}

*, body {
    margin: 0;
    font-family: theme_font_reg;
    padding: 0;
}

.text-theme-bold {
    font-family: 'theme_font_bold';
}

.text-green {
    color: #14a148;
}

.text-red {
    color: var(--theme-primary);
}

h1 {
    font-family: 'theme_font_bold';
}

button, button:focus, .btn, .btn:focus {
    outline: 0;
}

section {
    overflow: hidden;
}

.fw-600 {
    font-weight: 600;
}
.margin-top-100{
    margin-top: 100px;
}
.text-theme {
    color: var(--theme-primary);
}

.btn-theme {
    background-color: #eee81e;
    color: #12a249;
    text-transform: uppercase;
    font-size: 24px;
    border: 0;
    border-radius: 0;
    font-family: 'theme_font_bold';
    font-weight: 600;
    padding: 7px 45px;
}

.btn-theme:hover {
    background-color: #12a249;
    color: #eee81e;
    box-shadow: 0 0 8px -2px rgb(217 113 46 / 50%);
}

.btn-theme-alt {
    background-color: var(--theme-primary);
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    border: 0;
    border-radius: 0;
    font-family: 'theme_font_bold';
    font-weight: 600;
    padding: 7px 45px;
}

.btn-theme-alt:hover {
    background-color: white;
    color: var(--theme-primary);
    box-shadow: 0 0 8px -2px rgb(217 113 46 / 50%);
}

/*navbar*/

.main_navigation {
    background-color: var(--theme-primary);
    ;
}

.main_navigation.fixed-top {
    transition: all 0.8s ease-in-out;
}

.main_navigation .nav-link {
    /* color: rgba(255,255,255,.5); */
    color: black !important;
    font-weight: 700;
}
.main_navigation.navbar-light .navbar-toggler{
    color: rgb(255 255 255 / 80%);
    border-color: rgb(255 255 255 / 80%);
}
.main_navigation .navbar-nav .dropdown:hover .menu_dropdown {
    display: block !important;
}

.main_navigation .navbar-nav .dropdown-item:hover {
    color: #1dcedb;
    text-decoration: none;
    background-color: #f8f9fa;
}

.find_link {
    border: 1px solid gray;
}

.main_navigation .collapse .nav-item:hover .nav_btn {
    background-color: #1dcedb;
    border-color: #1dcedb;
    color: white !important;
}

.main_logo {
    width: 180px;
}

.main_navigation .nav-link {
    padding: 15px 30px;
    color: white !important;
    position: relative;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.main_navigation .nav-link i {
    font-size: 28px;
}

.main_navigation .collapse .nav_btn {
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black !important;
    font-weight: 700;
}

.btn_nav_search {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
}

.main_navigation .collapse .nav-item:hover .btn_search {
    border: 2px solid #1dcedb !important;
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: #f7ed22 !important;
}

.main_navigation .nav-link::after {
    content: "";
    border-bottom: 3px solid #f7ed22;
    display: inline-block;
    width: 35%;
    height: 5px;
    opacity: 0;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.main_navigation .nav-link:hover::after, .main_navigation .nav-link.active::after {
    opacity: 1;
}

/* hero-section */

.hero-main .hero-content h1 {
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--theme-primary);
    text-transform: uppercase;
}

.hero-main .hero-content h1 span {
    font-family: theme_font_bold;
    color: var(--theme-secondary);
}

.hero-main .hero-content p {
    font-size: 35px;
    line-height: 35px;
}

.hero-main .hero-content {
    padding: 0px 75px;
}

.hero-main {
    position: relative;
}

.hero-main .hero-content-img img {
    position: absolute;
    left: 44%;
    width: 860px;
    height: auto;
    top: 0px;
}

.train-system {
    background: linear-gradient( 45deg, rgba(0, 0, 0, 0), transparent), url(../images/train_system_img.png);
    background-position: center;
    background-size: 98% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.train-system-main .train-system-inner {
    padding-right: 80px;
    padding-left: 0px;
}

.train-system-main .train-system-inner h1 {
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--theme-primary);
    text-transform: uppercase;
}

.train-system-main .train-system-inner p {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 35px;
}

.service-main .service-header h1 {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--theme-primary);
    text-transform: uppercase;
}

.service-main .service-header p {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 35px;
}

.service-main .service-inner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.service-main .service-inner p {
    font-size: 20px;
    line-height: 20px !important;
}

.menu_bg {
    background: linear-gradient( 45deg, rgba(0, 0, 0, 0), transparent), url(../images/menu_bg.png);
    background-position: center;
    background-size: 98% 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.menu-main {
    padding-top: 120px;
    padding-bottom: 50px;
}

.menu-main .menu-inner h1 {
    font-size: 50px;
    margin-bottom: 70px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.menu-main .menu-inner {
    padding-left: 70px;
}

.menu-main .menu-inner .owl-menu .item h5 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}

.menu-main .menu-inner .owl-menu .item p {
    font-size: 35px;
    color: white;
    margin-bottom: 30px;
}

.menu-main .menu-inner .owl-menu .owl-nav {
    position: absolute;
    left: 0%;
    bottom: -20px;
}

.menu-main .menu-inner .owl-menu .owl-dots {
    position: absolute;
    bottom: -15px;
    left: 18px;
}

.menu-main .menu-inner .owl-menu .owl-nav .owl-prev i, .menu-main .menu-inner .owl-menu .owl-nav .owl-next i {
    font-size: 40px;
    color: white;
}

.menu-main .menu-inner .owl-menu .owl-nav .owl-prev i {
    transform: rotate(270deg);
}

.menu-main .menu-inner .owl-menu .owl-nav .owl-next i {
    transform: rotate(90deg);
}

.menu-main .menu-inner .owl-menu .owl-nav .owl-next {
    position: absolute;
    right: -135px;
}

.menu-main .menu-inner .owl-menu .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.menu-main .menu-inner .owl-menu .owl-dots .owl-dot.active span, .menu-main .menu-inner .owl-menu .owl-dots .owl-dot:hover span {
    background-color: #12a249;
}

.menu-main .menu-inner .owl-menu .owl-nav .owl-next:hover, .menu-main .menu-inner .owl-menu .owl-nav .owl-prev:hover {
    background-color: transparent !important;
}

.invs_main h1 {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--theme-primary);
    text-transform: uppercase;
}

.invs_main p {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 35px;
}

.invs_main h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact_bg {
    background: linear-gradient( 45deg, rgba(0, 0, 0, 0), transparent), url(../images/contact_bg.png);
    background-position: center;
    background-size: 98% 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.contact_main {
    padding-top: 120px;
    padding-bottom: 15px;
    padding-left: 80px;
}

.contact_main h1 {
    font-size: 50px;
    margin-bottom: 50px;
    color: var(--theme-primary);
    text-transform: uppercase;
}

.contact_main h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--theme-primary);
}

.contact_main h2 {
    font-size: 40px;
    font-family: 'theme_font_bold';
    margin-bottom: 0px;
    color: var(--theme-primary);
}

footer {
    background-color: var(--theme-primary);
    padding: 7px 0px;
}

footer ul li a {
    font-size: 25px;
    color: white;
    padding: 0 0px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
footer ul li a:hover {
    text-decoration: none;
    color:#f7ed22;
}

footer ul li a i {
    background-color: white;
    width: 40px;
    margin: 0 7px;
    font-size: 20px;
    color: var(--theme-primary);
    height: 40px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
}

footer ul li a:hover i {
    background-color:#f7ed22;
}
.hero-content h3 {
    font-size: 70px;
    color: var(--theme-primary);
    font-family: 'theme_font_bold';
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) and (min-width:1024px) {
    .train-system-main .train-system-inner {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1400px) and (min-width:1024px) {
    .hero-main .hero-content {
        padding: 0px 10px;
    }
    .hero-main .hero-content p {
        font-size: 25px;
        line-height: 30px;
    }
    .train-system-main .train-system-inner {
        padding-right: 20px;
    }
    .train-system-main .train-system-inner p {
        font-size: 25px;
        line-height: 30px;
    }
    .menu-main .menu-inner {
        padding-left: 50px;
    }
    .menu-main .menu-inner h1 {
        font-size: 40px !important;
        text-align: left;
    }
    .menu-main .menu-inner .owl-menu .owl-nav {
        bottom: 0px;
    }
    .menu-main .menu-inner .owl-menu .owl-dots {
        position: absolute;
        bottom: 6px;
    }
    .menu-main .menu-inner .owl-menu .item p {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .contact_main h3 {
        font-size: 25px;
    }
    .contact_main {
        padding-top: 60px;
        padding-bottom: 4px;
        padding-left: 50px;
    }
    .main_navigation .collapse .nav-link {
        padding: 15px 13px;
    }
    footer ul li img {
        width: 230px;
    }
    footer ul li a {
        font-size: 15px;
    }
    h1 {
        font-size: 55px !important;
        margin-top: 30px !important;
    }
    .values_bg {
        background: url(../images/value_bg.png);
        height: auto;
        background-position: bottom !important;
        padding: 100px 0px;
        background-repeat: no-repeat;
        background-size: 83% 81% !important;
    }
    .values_inner p{
        font-size: 20px !important;
    line-height: 25px !important;
    font-family: theme_font_reg;
    }
    .value_img{
        width: 300px !important; 
    }
    .value_img_2{
        width: 300px !important;
    }
}

@media screen and (max-width: 1023px) and (min-width:521px) {
    .hero-main .hero-content {
        padding: 0px;
        padding-left: 30px;
    }
    p {
        font-size: 25px !important;
        line-height: 25px;
    }
    .train-system-main .train-system-inner {
        padding-right: 20px;
    }
    h1 {
        font-size: 40px !important;
    }
    .menu-main .menu-inner .owl-menu .item p {
        font-size: 18px !important;
        margin-bottom: 30px;
    }
    .menu-main .menu-inner .owl-menu .item h5 {
        font-size: 25px;
    }
    .menu-main .menu-inner h1 {
        text-align: left;
        font-size: 35px !important;
    }
    .menu-main .menu-inner {
        padding-left: 60px;
    }
    .menu-main .menu-inner .owl-menu .owl-nav {
        bottom: -25px;
    }
    .menu-main .menu-inner .owl-menu .owl-dots {
        position: absolute;
        bottom: -20px;
    }
    .contact_main h2 {
        font-size: 30px;
    }
    .contact_main h1 {
        margin-bottom: 30px !important;
    }
    .contact_main h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .contact_main {
        padding-left: 30px;
        padding-top: 60px !important;
    }
    footer ul li {
        margin: 7px 0px;
    }
    .values_inner p{
        font-size: 18px !important;
        line-height: 22px !important;
        font-family: theme_font_reg;
    }
    .values_inner h3 {
        font-size: 45px !important;
        margin-bottom: 15px !important;
        position: relative;
        color: var(--theme-primary);
        text-transform: uppercase;
        font-family: 'theme_font_bold';
    }
    .heading_img_left {
        position: absolute;
        transform: rotate( 
    180deg
    );
        width: 90px !important;
        top: -19px;
        left: -19px;
        z-index: -1;
    }
    .value_img{
        width: 240px !important;
    }
    .heading_img_right{
        width: 90px !important;
    }
    .values_inner h3 span{
        font-size: 30px !important;
    }
    .value_img_2{
        width: 250px !important;
        margin-bottom: 60px;
    }
    .family_main h1 span{
        font-size: 40px !important;
    }
    .hero-main .hero-content h1{
        font-size: 35px !important;
        line-height: 30px;
    }
    .hero-content .card p{
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .hero-content img{
        width: 320px !important;
    }
    .owl-header .owl-nav .owl-prev
    {
        position: absolute;
    left: -15px !important;
    }
    .owl-header .owl-nav .owl-prev i, .owl-header .owl-nav .owl-next i{
        font-size: 20px !important;
        width: 30px !important;
        height: 30px !important;
    }
    .owl-header .owl-nav .owl-next
    {
        right: -15px !important;
    }
    .hero-content .card{
        padding: 0px !important;
    }
}

@media screen and (max-width: 520px) {
    .hero-main .hero-content-img img {
        position: unset;
    }
    .hero-main .hero-content {
        padding: 20px;
    }
    p {
        font-size: 25px !important;
        line-height: 25px;
    }
    .train-system-main .train-system-inner {
        padding: 10px;
    }
    h1 {
        font-size: 40px !important;
    }
    .train-system {
        background: linear-gradient( 45deg, rgb(232 244 19), #e8f413), url(../images/train_system_img.png);
    }
    .service-main .service-header h1 {
        padding-top: 40px;
    }
    .menu_bg {
        background: linear-gradient( 45deg, rgb(242 2 14), #f2020e), url(../images/menu_bg.png);
    }
    .menu-main .menu-inner {
        padding: 20px !important;
    }
    .contact_main {
        padding-left: 15px;
        padding-top: 60px;
    }
    .contact_bg {
        background: linear-gradient( 45deg, rgb(232 244 19), #e8f413), url(../images/contact_bg.png);
    }
    .contact_main h2 {
        font-size: 30px;
    }
    .contact_main h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    footer ul li {
        margin: 7px 0px;
    }
    .invs_main h5 {
        margin-bottom: 8px;
    }
    .owl-header .owl-dots{
        position: absolute;
        right: 38% !important;
        bottom: -22px;
    }
    .values_inner h1{
        text-align: center;
    }
    .value_img{
        width: 250px !important;
    }
    .values_bg{
        background: none !important;
    }
    .main_logo {
        width: 160px !important;
    }
    .hero-content h3 {
        font-size: 50px;}
        .hero-main .hero-content h1{
            font-size: 26px !important;
        }
}

.home_bg {
    background: #f7ed22;
    position: relative;
    padding: 30px 0px;
}

.home_bg .home_overlay {
    background: url(../images/home_bg.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-content .card {
    border: 0;
    padding: 20px;
    background: var(--theme-primary);
}

.hero-content .card h1 {
    color: white;
}

.hero-content .card p {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: white;
    font-style: italic;
}

.hero-content img {
    width: 500px !important ;
}

.owl-header .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.owl-header .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.owl-header .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.owl-header .owl-nav .owl-prev i, .owl-header .owl-nav .owl-next i {
    font-size: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #18a24a;
    height: 35px;
    width: 35px;
    color: white;
    border-radius: 50%;
}

.owl-header .owl-dots {
    position: absolute;
    right: 20%;
}

.owl-header .owl-dots .owl-dot.active span, .owl-header .owl-dots .owl-dot:hover span {
    background: #e22232;
}

.owl-header .owl-dots .owl-dot span {
    background-color: #18a24a;
    width: 12px;
    transition: all 0.3s ease-in-out;
    height: 12px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0;
    color: #FFF;
    text-decoration: none;
}

.values_inner h1 {
    font-size: 60px;
    margin-bottom: 80px;
    color: var(--theme-primary);
    text-transform: uppercase;
}
.values_inner h1 span{
    font-size: 60px;
    margin-bottom: 80px;
    color: var(--theme-secondary);
    font-family: 'theme_font_bold';
    text-transform: uppercase;
}


.values_inner h3 {
    font-size: 55px;
    margin-bottom: 50px;
    position: relative;
    color: var(--theme-primary);
    text-transform: uppercase;
    font-family: 'theme_font_bold';
}

.values_inner h3 span {
    font-size: 40px;
    color: var(--theme-secondary);
    font-family: 'theme_font_bold';
}

.values_inner p {
    font-size: 37px;
    line-height: 40px;
    font-family: theme_font_reg;
}

.heading_img_left {
    position: absolute;
    transform: rotate( 180deg);
    width: 125px;
    top: -23px;
    left: -19px;
    z-index: -1;
}

.heading_img_right {
    position: absolute;
    transform: rotate( 0deg);
    width: 125px;
    top: -23px;
    right: -19px;
    z-index: -1;
}

.values_bg {
    background: url(../images/value_bg.png);
    height: auto;
    background-position: bottom;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: 81% 83%;
}
.value_img{    width: 400px;}
.value_img_2{
    width: 550px;
}

.family_main{
    margin-top: -10px;
    margin-bottom: 80px;
}


.family_main h1 {
    font-size: 60px;
    margin-bottom: 50px;
    color: var(--theme-primary);
    text-transform: uppercase;
}
.family_main h1 span{
    font-size: 60px;
    color: var(--theme-secondary);
    font-family: 'theme_font_bold';
    text-transform: uppercase;
}