﻿/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-SemiBold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ExtraBold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ExtraLight.woff2') format('woff2'), url('../fonts/Roboto/Roboto-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Light.woff2') format('woff2'), url('../fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/lato/Lato-Hairline.woff2') format('woff2'), url('../fonts/lato/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Black.woff2') format('woff2'), url('../fonts/lato/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Lato"
}

* {
    font-size: 16px;
    font-family: 'Lato';
   
    color: #000;
}


/*:root {
    --menu-active-color: #e41b48;
    --main-bg-color: #1e3eb0;
    --second-bg-color: #dedede;
    --hover-bg-color: #dedede;
    --white-bg-color: #fff;
    --bg-cancel: #ff6a00;
    --bg-danger: #ff0000;
    --bg-save: #1d3fb0;
    --table-head-bg-color: #dbe0f0;
    --border-save: #1d3fb0;
    --border-cancel: #ff6a00;
    --border-danger: #ff0000;
    --color: #000;
    --white-color: #fff;
    --link-color: blue;
    --color-blue: blue;
    --color-red: red;
    --color-green: #28a745;
    --box-shadow-color: #dedede;
    --font-bold: bold;
    --font-600: 600;
    --font-700: 700;
    --font-normal: normal;
    --padding-left: 20px;
    --font-size-16: 16px;
    --font-size-15: 15px;
    --font-size-14: 14px;
    --font-size-13: 13px;
    --font-size-12: 12px;
    --font-size-11: 11px;
    --font-size-10: 10px;
    --font-size-9: 9px;
    --font-size-8: 8px;
    --font-size-7: 7px;
    --primary-button: #ff6a00;
    --primary-button-hover: #ff6a00;
    --secondary-button: #ff6a00;
    --secondary-button-hover: #ff6a00;
    --third-button: #ff6a00;
    --third-button-hover: #ff6a00;
    --status-pending: blue;
    --status-approved: green;
    --status-inprogress: grey;
    --border: 1px solid #dedede;
    --border-0: 0px solid #dedede;
    --border-left: 1px solid #dedede;
    --border-right: 1px solid #dedede;
    --border-top: 1px solid #dedede;
    --border-bottom: 1px solid #dedede;
    --bs-body-font-family: 'Roboto';
}*/

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

a {
    text-decoration: none;
    cursor: pointer;
}
/*header css starts*/
header {
    padding: 0px 15px;
    /*box-shadow: 0px 0px 3px #b6b6b6;*/
    background: #191e23;
    position: sticky;
    top: 0px;
    z-index: 100000;
}
.logo {
    margin-right: 50px;
    margin-left: 10px;
}
.logo h3{
    font-weight: bold;
    color: #fff
}

.btn-contact {
    padding: 15px 50px;
    background: #ed1b24;
    border: 2px solid transparent;
    color: #fff;
    line-height: 1;
}
    .btn-contact:hover {
        border: 2px solid #ed1b24;
        background: #fff;
        color: #000;
    }
    /*menu css starts*/
    .navigation-menu {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    align-items: center;
    z-index: 1000;
    position: relative;
    margin-left: 20px
}

.has-submenu {
    position: relative;
    margin: 0px 15px;

}

    .has-submenu a.link-menu {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 25px 15px 15px 0px;
        line-height: 1;
        margin: 0px 2px;
        display: flex;
        align-items: center;
        border-bottom: 5px solid transparent;
    }
.arrowdown {
    color: #fff;
    position: relative;
    left: 4px;
    top: 2px;
    font-size: 12px;
}

li.has-submenu.active a.link-menu {
    /*background: #266ef2;*/
    /*background: #ed1b24;*/
    color: #fff;
    position: relative;
    z-index: 100;
    border-bottom: 5px solid #ed1b24;
}

li.has-submenu:hover a.link-menu {
    /*background: #ed1b24;*/
    color: #fff;
    position: relative;
    z-index: 100;
    border-bottom: 5px solid #ed1b24;
}

.has-submenu:hover a.link-menu {
    /*background: #ed1b24;*/
    color: #fff;
    position: relative;
    z-index: 100;
    border-bottom: 5px solid #ed1b24;
}
.has-submenu.active .arrowdown {
    color: #fff
}
/*
.navigation-menu li.has-submenu:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000;
    border-radius: 0px;
    background: #fff;
    content: "";
    transform: scaleX(0.3);
    opacity: 0;
    transition: all 500ms ease;
    z-index: 0;
}

.navigation-menu li.has-submenu:hover:before, .navigation-menu li.has-submenu.active:before {
    transform: scaleX(1) !important;
    opacity: 1 !important;
    color: #000;
}*/
.has-submenu a.link-menu .icon-menu {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: 0px;
}

.submenu {
    position: absolute;
    /* top: 100%;
       left: 0;*/
    z-index: 10000;
    border: 1px solid #e7e7e7;
    padding: 5px 0;
    list-style: none;
    min-width: 220px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease;
    border-radius: 0px 0px 5px 5px;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.has-submenu:hover .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.submenu li a {
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    cursor: pointer;
}

/* .submenu li a:hover {
        background: var(--hover-bg-color)
    }*/
.sub-has-submenu.active a, .sub-has-submenu a:hover {
    color: #e41b48;
}

li.has-submenu:hover .submenu li a i {
    margin-right: 5px;
    transition: 0.4s;
}

li.has-submenu:hover .submenu li a:hover span {
    margin-left: 10px;
    transition: 0.4s;
}

.mega_menu {
   display: none;
    
}

li.has-submenu:hover .mega_menu {
    display: block;
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 10px 15px;
    -webkit-transition: all .2s ease;
    border-radius: 0px 0px 5px 5px;
    transition: all .2s ease;
    box-shadow: 0px 0px 3px #ababab;
    display: flex;
    list-style-type: none;
}

.pro-user-name {
    color: #000;
    font-size: 12px;
}

.user_details .rounded-circle {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    color: #000;
    margin-left: 10px;
    font-size: 10px;
    background: #b1b1b1;
}

.user_details {
    position: relative;
}

.user_list {
    display: none;
}

.user_details:hover .user_list {
    -webkit-transition: all .2s ease;
    border-radius: 0px 0px 5px 5px;
    transition: all .2s ease;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    z-index: 10;
    min-width: 75px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
}

    .user_details:hover .user_list a {
        font-size: 12px;
        color: #333;
        padding: 5px;
    }

.mega_menu li {
    list-style-type: none;
}

.mega_menu ul {
    padding: 0px;
    list-style-type: none;
}

.mega_menu ul li a {
    color: #000;
    cursor: pointer;
}

.mega_menu ul li a label {
    display: grid;
    /*background: #e9fbe9;*/
    border-radius: 3px;
    padding: 5px 5px;
    margin: 2px 0px;
    cursor: pointer;
}

    .mega_menu ul li a label:hover, .mega_menu .sub-has-submenu.active label {
        background: #e6e8ea;
    }

.mega_menu ul li a:hover {
    color: #000;
}
.mega_menu ul li a label span:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    /*min-height: 30px;*/
}
.mega_menu ul li a label span:nth-child(2) {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 6px;
   /* min-height: 10px;*/
}
li.sub-has-submenu_list {
    width: 250px;
}
/*.scrolled {
    background: #fff;
    box-shadow: 0px 0px 3px #b3b3b3;
}

    .scrolled .logo h3, .scrolled li.has-submenu.active a.link-menu, .scrolled li.has-submenu.active a.link-menu .arrowdown {
        color: #006dff;
    }
    .scrolled .has-submenu a.link-menu {
        color: #000;
    }
.scrolled .btn-contact:hover {
    color: #000;
}*/
/*header css end*/
.container-fluid.body-content {
    padding: 0px;
    margin: 0px;
}
li.sub-has-submenu_list:nth-last-child(1)
 {
    border: 0px;
    /* padding: 0px; */
}
/*body css starts*/
.hero_banner {
    background: url('../images/protection-systems-sm_en_1.jpg');
    height: 230px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
.hero_banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    height: 230px;
    display: block;
}
.hero_banner .hero_text {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 32px;
    transform: translateY(70px);
    text-align: center;
    width: 100%;

}
    .hero_banner .hero_text h4 {
        font-size: 46px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px;
    }
    .hero_banner .hero_text p {
        font-size: 16px;
        color: #fff;
    }
        .first-section {
            padding: 60px;
            text-align: center;
            width: 100%;
            margin: auto;
        }
.banner {
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.banner_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    padding: 0px;
    color: #fff;
    z-index: 2;
}
    .banner_text .breadcrumb {
        position: absolute;
        top: 10px;
        padding: 0px;
    }

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.banner_text * {
    position: relative;
    z-index: 3;
}

.banner_text .hero_text {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 32px;
    transform: translateY(70px);
    text-align: center;
    width: 100%;
}

.banner_text .hero_text h4 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.banner_text .hero_text p {
    font-size: 16px;
    color: #fff;
}

.uppercase{
    text-transform: uppercase
}
h1{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 36px;
}
.alternative_row {
    background: #f0f0f0;
    padding: 30px 50px;
}
.alternative_row h2{
    font-weight: bold;
    margin-bottom: 10px;
}
.alternative_row ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: disc;
    padding-left: 0px;
    column-gap: 30px;
    row-gap: 0px;
}
.list_benefits{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.list_benefits li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}
.list_benefits li span.icon_check {
    margin-right: 10px;
    position: relative;
    top: 0px;
}
.list_text {
    display: grid;
    font-size: 14px;
    line-height: 1.3;
}
.image_substation h1{
    margin-bottom: 25px
}
.list_text span {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
}
.padding_50{
    padding: 50px;
}
.list_substation{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: disc;
    padding-left: 20px;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 20px;
}
.substaions_list {
    box-shadow: 0px 0px 3px #bebebe;
    padding: 20px;
    border-radius: 5px;
    background: #f0f0f0;
}
    .substaions_list:hover {
        /*background: #dceafb;*/
        background: #eafffa;
    }
    .substaions_list h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .substaions_list ul li {
        margin-bottom: 10px;
        line-height: 1.4;
    }
li.sub-has-submenu_list {
    border-right: 1px solid #dedede;
    padding: 0px 5px;
    width: 50%;
}
    li.sub-has-submenu_list p {
        text-align: left;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: 5px
    }
    li.sub-has-submenu_list ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        list-style-type: disc;
        padding-left: 0px;
        column-gap: 5px;
        row-gap: 0px;
        margin-top: 0px;
    }
.whyit_works {
    /*background: #f0f0f0;*/
    padding: 50px 50px;
}
.whyit_works ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px
}
    .whyit_works ul li{
        margin-bottom: 10px;
        display: flex
    }
        .whyit_works ul li i, .substaions_list ul li i {
            margin-right: 10px;
            position: relative;
            top: 6px;
            color: #ed1b24;
            font-size: 10px;
        }
.paddingright_100{
    padding-right: 100px;
}
.paddingleft_100{
    padding-left: 100px
}
.paddingleft_50 {
    padding-left: 50px
}
.substaions_list ul {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
    .substaions_list ul li {
        display: flex;
        font-size: 14px;
    }
.last_footer {
    background: #000;
    padding: 50px 15px;
    color: #fff;
}
    .last_footer p {
        color: #fff;
    }
.logo a{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.last_footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.footer_second{
    width: 70%;
    margin: auto;

}
.footer_last{
    width: 100%;
    margin-left: auto;
    text-align: center;
}
    .footer_last p {
        font-size: 32px;
        width: 85%;
        margin: auto;
    }
.last_footer b {
    color: #fff;
}
.last_footer p {
    margin-bottom: 5px;
}
.breadcrumb {
    margin: 0px;
    margin-left: 20px;
    padding: 5px 0px 0px;
    position: absolute;
    top: 0px;
}
.breadcrumb li span, .breadcrumb li {
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}
    .breadcrumb li span a {
        color: #fff;
        font-size: 11px;
        cursor: pointer;
    }
        .breadcrumb li span a:hover {
            color: #ed1b24;
        }
    .breadcrumb li span.active {
        color: #ed1b24;
        cursor: pointer;
    }
.icon_check i.fas {
    color: #ed1b24;
    position: relative;
    top: -2px;
    font-size: 10px;
}
.whyit_works img{
    border-radius: 50px
}
.whyit_works ul li i{
    top: 8px;
    font-size: 10px;
}
.last_footer button {
    padding: 15px 50px;
    margin-top: 30px
}
.btn_header {
    font-size: 14px;
    background: #ed1b24;
    color: #fff;
}
    .btn_header:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #ed1b24;
    }
.heading_works p{
    line-height: 1.3
}
.right_image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
}

    .right_image img {
        width: 100%;
        display: block;
    }

    /* Overlay */
    .right_image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); 
        pointer-events: none; 
        border-radius: 50px;
    }

.conventional_list h2{
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 700;
}
.conventional_list ul{
    list-style-type: none;
    padding: 0px;
    margin-bottom: 20px;
}
.substation_conventional .conventional_list:nth-last-child(1) {
    margin-bottom: 0px;
}
.conventional_list ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
}
    .conventional_list ul li:nth-last-child(1){
        margin-bottom: 0px;
    }
    .conventional_list ul li i {
        font-size: 10px;
        position: relative;
        top: -2px;
        margin-right: 5px;
        color: #ed1b24
    }
.solutionBenefits li i, .solutionBenefits i {
    color: #545454 !important;
}
.list_text label b{
    font-size: 14px;
}
.ethernet {
    background: #f0f0f0;
    padding: 30px 50px;
}
.aboutUs_list ul{
    list-style-type: none;
    padding: 0px;
}
.aboutUs_list ul li {
    display: flex;
    margin-bottom: 5px;
}
.aboutUs_list ul li i{
    margin-right: 10px;
}
.aboutUs_list h2{
    font-size: 22px;
    font-weight: 700;
}
.our_mission{
    padding: 0px;
}
.our_mission .our_mission_data{
    padding: 50px;
}
.our_mission_data h2{
    font-size: 22px;
}
.our_mission_data p{
    font-size: 14px;
}
.our_mission.alternative_row ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
}
    .our_mission.alternative_row ul li i{
        color: #545454 !important;
    }
.image_mission {
    background-image: url('../images/mission2.jpg');
    background-size: cover;
    height: 100%;
    background-position: center;
}
.our_mission h1 {
    line-height: 1;
    margin-bottom: 25px;
}
.our_vission{
    width: 75%;
    margin: 0px auto;
    padding: 50px 0px;
}
.our_vission h2{
    font-size: 26px;
    font-weight: 700;
    margin-top: 0px;
}
.careers_list ul {
    grid-template-columns: repeat(1, 1fr);
}

.team-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #094066;
    font-weight: 700;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.team-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease-in-out;
    text-align: center
}

    .team-card:hover {
        transform: translateY(-10px);
    }

.team-img {
    width: 100px;
    height: 100px;
    background: #d9e2ec;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-image: url('../images/team.png');
    background-size: cover;
    background-position: center;
}

.team-card h3 {
    margin: 5px 0 5px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.team-card p {
    color: #666;
    font-size: 15px;
}

.team_padding{
    padding: 50px 50px
}

.office-section {
    padding: 60px 5%;
    /*background: #f8fafc;*/
}

.office-title {
    text-align: center;
    font-weight: 700;
    color: #000;
}

.office-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.office-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .office-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    }

.office-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.office-content {
    padding: 20px;
}

.office-card h3 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.office-card p {
    margin: 6px 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.office-content p i {
    margin-right: 10px;
    color: #545454
}

.m-contact__section {
    display: flex;
}
.m-contact__leftside {
    width: 50%;
    padding: 85px 110px;
    background-image: url('../images/contact-map.jpg');
}
.m-contact__leftside--content {
    color: #fff;
}
    .m-contact__leftside--content h1 {
        margin: 20px 0px;
        color: #fff;
    }
    .m-contact__leftside--content h3 {
        margin: 20px 0px;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
    }
    .m-contact__leftside--content p {
        font-size: 16px;
        color: #fff;
    }
.m-contact__rightside {
    width: 50%;
    background-color: #f6f6f6;
    padding: 50px 50px;
}
.m-contact__rightside--content h1 {
    margin: 20px 0px;
}
.m-contact__rightside--content p {
    margin-bottom: 25px;
}
.m-contact__rightside--content .m-b-30 {
    margin-bottom: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #ed1b24;
    border: 1px solid transparent;
    line-height: 1;
    outline: 0px;
    padding: 6px 15px;
    color: #fff;
}
.btn-primary:hover{
    background: transparent;
    border: 1px solid #ed1b24;
    color: #ed1b24;
}
    .btn-primary:focus{
        outline: 0px;
        box-shadow: none;
    }
.mission_vission {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 25px;
    /* box-shadow: 0 3px 4px rgb(247 247 247); */
    transition: 0.3s ease-in-out;
    text-align: left;
    height: 100vh;
}
.mission_vission h2{
    font-size: 26px;
    font-weight: 700;
}
.mission_vission .icon_check i.fas {
    color: #545454;
}
.paddingright_50{
    padding-right: 50px;
}
.about .right_image{
    min-height: 320px;
}
.about img {
    min-height: 380px;
}
.aboutUs_list .icon_check i.fas {
    color: #545454;
    position: relative;
    top: -2px;
    font-size: 10px;
    margin-right: 5px;
}
.m-contact__rightside span.field-validation-error *{
    color: #dc3545 !important;
}




/* ======================================================
   RESPONSIVE FIX – RTSIM WEBSITE
====================================================== */

/* ------------------------------------
   DEFAULT (DESKTOP)
------------------------------------ */

.mobile-menu-toggle {
    display: none;
}

/* ------------------------------------
   TABLET (≤ 992px)
------------------------------------ */

@media (max-width: 992px) {

    /* Stack navigation vertically */
    .navigation-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .mega_menu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    /* Reduce padding */
    .padding_50 {
        padding: 30px;
    }

    .whyit_works {
        padding: 40px 30px;
    }
}

.toggle_style {
    color: #ffff !important;
}

/* ------------------------------------
   MOBILE (≤ 768px)
------------------------------------ */

@media (max-width: 768px) {

    /* Show hamburger */
    .mobile-menu-toggle {
        display: block;
        font-size: 22px;
        cursor: pointer;
        color: #fff!important;

    }

    /* Hide desktop menu initially */
    .menus_top {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: #111;
        transition: 0.3s ease;
        overflow-y: auto;
        padding: 20px;
        z-index: 999;
    }

        .menus_top.active {
            left: 0;
        }

    .navigation-menu {
        display: block;
    }

        .navigation-menu li {
            margin-bottom: 15px;
        }

    .mega_menu {
        display: none;
        background: #222;
    }

    .has-submenu.active .mega_menu {
        display: block;
    }

    /* Header */
    .header {
        padding: 10px 15px;
    }

    .logo img {
        width: 110px;
    }

    /* Banner */
    .banner {
        height: auto;
    }

    .banner_text .hero_text {
        transform: translateY(40px);
    }

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

        .banner_text .hero_text p {
            font-size: 14px;
        }

    /* Headings */
    h1 {
        font-size: 22px !important;
    }

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

    /* Remove large paddings */
    .padding_50 {
        padding: 20px;
    }

    .paddingright_100,
    .paddingleft_100,
    .paddingright_50,
    .paddingleft_50 {
        padding: 0 !important;
    }

    /* Stack flex sections */
    .whyit_works .d-flex,
    .m-contact__section {
        flex-direction: column;
    }

    .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    /* Contact section */
    .m-contact__leftside,
    .m-contact__rightside {
        width: 100%;
        padding: 30px 20px;
    }

    /* Grid fixes */
    .alternative_row ul,
    li.sub-has-submenu_list ul,
    .list_substation {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer_last p {
        font-size: 18px;
        width: 100%;
    }

    /* Buttons full width */
    .btn,
    .btn-contact {
        width: 100%;
        text-align: center;
    }
}

