/*
Theme Name: Demo Theme 2024
Theme URI: #
Author: Mahadi Hasan Mahfuz
Author URI: mahadihasanmahfuz880@gmail.com
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/



/* 
==============================
website color  Start
==============================
*/

:root {
    --bg-color-black: rgba(15, 20, 23, 0.4);
    --simec-green-color: #9CC644;
    --light-green: #B1FF00;
    --white-text-color: #FFFFFF;
    --color-blue: #498FF7;
    --card-deep-blue: #092037;
    --color-sea-green: #12E7FF;
}

@font-face {
    font-family: 'NeueMontreal-Light';
    src: url('./custom_fonts/NeueMontreal-Light.woff');
}

html {
    overflow-x: hidden;
}

/* 
 ===============================
 website color  End
 ===============================
 */

/*
 ==============================
 Defult CSS Start
 ==============================
 */

h1 {
    font-size: 40px;
    margin-bottom: 0;
}

h2 {
    font-size: 35px;
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    margin-bottom: 0;
}

h4 {
    font-size: 25px;
    margin-bottom: 0;
}

h5 {
    font-size: 20px;
    margin-bottom: 0;
}

h6 {
    font-size: 18px;
    margin-bottom: 0;
}

p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Open Sans", serif;
    letter-spacing: 0px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
    padding-left: 0px;
}

.custom_container_header {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}

.custom_container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}

.padding_gap {
    padding: 0;
}

/*================ Mobile nav Start =====================*/


/* For submenu smooth expand */
.mobile-nav .menu-item-has-children>ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active>ul {
    max-height: 500px;
    /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children>a::after {
    content: '\f107';
    /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.mobile-nav .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
    /* rotate up when open */
}

.mobile_header_logo img {
    width: 140px;
}

.nav-close {
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.nav-close svg {
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
}

.mobile-nav {
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
     overflow-y: scroll; */
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(255, 255, 255, .1);
    background-color: #ECF8FF;
}

.mobile-nav ul li {
    display: block;
    border-bottom: 1px solid #2C2C2C1A
}

.mobile-nav ul li a {
    display: block;
    color: #2C2C2C;
    padding: 20px 35px;
    position: relative;
    font-weight: 600;
    color: #2C2C2C;
    font-size: 16px;
    font-family: "Open Sans", serif;
}

.nav-arrow {
    position: absolute;
    right: 32px;
}

.mobile-nav ul li ul li a {
    padding: 10px 35px 10px 50px;
    display: block;
}

.nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 10%;
}

.mobile-nav-wrapper {
    display: none;
}

.mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
}

.nav-hide {
    display: none;
}

.nav-hide.show {
    display: block;
}

.dark-shadow.navActive {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 13px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
}

/*================ Mobile nav end =====================*/
/* =================CSS Pegination  =====================/ */
.custom_pagination {
    text-align: center;
    width: 100%;
}

.custom_pagination .pagination {
    display: inline-flex;
    align-items: center;
}

.custom_pagination a {
    border-left: inherit;
}

.custom_pagination a:first-child {
    border-left: 1px solid #9FC73A;
}

.custom_pagination span.current {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    background: #9FC73A;
    color: #fff !important;
}

.custom_pagination .pagination a:hover {
    background-color: #9FC73A !important;
    color: #fff !important;
}

.custom_pagination ul a,
.custom_pagination ul .page-numbers.dots {
    background-color: #0055a7;
    color: #fff;
    line-height: 40px;
    padding: 0 18px;
}

/*
 ==============================
 Defult CSS End
 ==============================
 */



/*
 ==============================
 Header Part CSS Start
 ==============================
 */
.page {
    position: relative;
}

.header_bar {
    z-index: 9999;
    background-image: url(./img/header.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 155px;
    top: 0%;

}

.secondary_menu>ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    justify-content: end;
}

/*  .secondary_menu > ul li{
     padding-left: 45px;
 } */
.secondary_menu .sub-menu li {
    padding-left: 0px;
}

.header_logo img {
    margin-top: 15px;
}

.hr_custme {
    color: #00000042;
    margin-bottom: 5px;
}

/* .secondary_menu{
     margin: 5px 0px 0px 0px;
 } */

#menu-secondary-menu li a {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #413E3E;
    font-family: "Open Sans", serif;
}

#menu-primary-menu li.current-menu-item>a {
    color: #105CAA;
    position: relative;
    transition-duration: .3s;
}

#menu-primary-menu li.current-menu-ancestor>a {
    color: #105caa;
    position: relative;
    transition-duration: .3s;
}

.navbar-nav>li.current-menu-ancestor a,
.navbar-nav>li.has-sub ul li.current_page_item a,
.navbar-nav>li.has-sub ul li.menu-item-type-taxonomy.current-menu-item a {
    color: #86bc42;
}

.secondary_menu ul>li>a {
    position: relative;
    margin-right: 0px;
    padding: 28px 18px;
    transition: margin-right .3s ease-in-out;
    font-family: "Open Sans", serif;
    font-weight: 500;
    color: #413E3E;
    font-size: 17px;
}

/* .secondary_menu > ul > li.menu-item-object-page:hover a{
     margin-right: 5px;
 } */

/* .secondary_menu > ul > li.menu-item-object-page > a::after,
 .secondary_menu > ul > li.menu-item-2380 > a::after{
     position: absolute;
     top: 53%;
     left: 120%;
     transform: translate(-120%, -53%);
     content: '\f111';
     font-family:"Font Awesome 6 Free";   
     font-weight: 900;  
     font-size: 5px;
     color: #00000000;  
     opacity: 0;
     transition: opacity .3s ease-in-out;
 } */

/* .secondary_menu > ul > li.menu-item-object-page.current-menu-item a::after{
     position: absolute;
     top: 53%;
     left: 120%;
     transform: translate(-120%, -53%);
     content: '\f111';
     font-family:"Font Awesome 6 Free";   
     font-weight: 900;  
     font-size: 5px;
     color: var(--simec-green-color);  
     opacity: 1;
 } */

.secondary_menu>ul>li:hover>a:after {
    opacity: 1;
    color: var(--simec-green-color);
}

.secondary_menu>ul>li.menu-item-has-children {
    position: relative;
}

.secondary_menu>ul>li.menu-item-has-children::after {
    position: absolute;
    top: 50%;
    left: 92%;
    transform: translate(-92%, -50%);
    content: '';
    background-image: url(./img/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;
    opacity: 1;
}

.secondary_menu>ul>li.menu-item-has-children>ul {
    position: absolute;
    top: 80px;
    left: 0%;
    transform: translate(0%, -0px);
    width: 300px;
    text-align: left;
    background: #ECF8FF;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.secondary_menu>ul>li.menu-item-has-children:hover>ul {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.secondary_menu>ul>li.menu-item-has-children>ul>li>a {
    display: block;
    padding: 12px 15px;
    color: #434343 !important;
    background-color: #ffffff00;
    transition-duration: .3s;
    font-family: "Open Sans", serif;
    border-bottom: 1px solid #2C2C2C33;
    font-size: 16px;
}

.secondary_menu>ul>li.current-menu-ancestor>ul>li.current-menu-item>a {
    color: #105caa !important;
}

.secondary_menu>ul>li.menu-item-has-children>ul>li:last-child>a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.secondary_menu>ul>li.menu-item-has-children>ul>li>a:hover {
    color: #105CAA !important;
}

.header_bar .secondary_menu>ul>li>a.nav-link:hover {
    color: #0055a7 !important;
}

.secondary_menu>ul>li.menu-item-has-children>ul>li:last-child:hover>a {
    background-color: #ffffff5c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #105CAA;
}


.page_top {
    margin-top: 4.3%;
}

.custom_btn {
    background-color: var(--simec-green-color);
    text-align: start;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;
}

.custom_btn:hover {
    border: 1px solid #9CC644;
    color: #9CC644;
    background-color: #ffffff;
}

.custom_btn:hover a {
    color: #9CC644;
}

.slider_caption_left {
    text-align: start;
    top: 25%;
}

.slider_caption_right {
    left: 50%;
    bottom: -4%;
}

.banner_second_part {
    font-size: 35px;
    color: #ffffff !important;
}

.slider_caption_left h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: var(--white-text-color);
    text-align: start;
    margin-bottom: 2rem;
}

.slider_caption_left span {
    color: var(--simec-green-color);
}

.custom_btn a {
    color: var(--white-text-color);
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
}

.software_slider_lists {
    display: flex;
    gap: 20px;
    left: 27%;
    position: absolute;
    bottom: 10%;
}

.software_slider_listsOne {
    padding: 6px 15px;
    background-color: var(--simec-green-color);
    border: 2px solid #FFFFFF66;
    border-radius: 6px;
}

.software_slider_listsOne h6 {
    font-family: "Open Sans", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--white-text-color);
}

.software_slider_listsOne p {
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--white-text-color);
}

.software_slider_listsTwo {
    padding: 6px 15px;
    background-color: #105CAA;
    border: 2px solid #FFFFFF66;
    border-radius: 6px;
}

.software_slider_listsTwo h6 {
    font-family: "Open Sans", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--white-text-color);
}

.software_slider_listsTwo p {
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--white-text-color);
}

.slider_caption_right img {
    position: relative;
}

.why_we_offer_sec {
    background-image: url('./img/What-We-Offer-bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0rem 2rem 2rem;
}

.text_header {
    text-align: center;
    padding: 3rem 10rem 1rem;
}

.text_header h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #40423C;
    text-align: center;
    margin-bottom: 20px;
}

.text_header p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    text-align: center;
    margin-bottom: 1rem;
}

.offer_box {
    border-radius: 13px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: relative;
    margin-bottom: 2rem;
    height: 287px;
}

.offer_box:hover .offer_box_icon_hover {
    opacity: 1;
}

.offer_box img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.offer_box_title {
    padding: 2rem;
    background-color: var(--white-text-color);
    border-radius: 13px;
    transition: 0.5s ease-in-out;
}

.offer_box:hover {
    border: 1px solid var(--simec-green-color);
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;

}

@-webkit-keyframes flash {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.offer_box_title h6 {
    font-family: "Open Sans", serif;
    font-size: 17px;
    text-align: center;
    line-height: 27px;
    color: #656262;
    font-weight: 500;
    transition: 0.5s;
}

.offer_box_icon {
    background-color: var(--white-text-color);
    padding: 7px;
    border: 1px solid #9CC64480;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    border-radius: 5px;
}

.offer_box_icon img {
    width: 54px;
    height: 54px;
}

.offer_box_icon_hover {
    background-color: var(--simec-green-color);
    color: var(--white-text-color);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
    opacity: 0;
    transition: 0.5s;
}

.offer_box_icon_hover>.hover_arrow {
    padding: 8px;
    rotate: 320deg;
}

.offer_box:hover .offer_box_title h6 {
    opacity: 1;
    color: var(--simec-green-color);
    transform: translateY(-2px);
}

.owl-carousel {
    display: block;
}

.owl-carousel .client_logo a img {
    display: block;
    width: 150px !important;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: inherit;
    margin: 0 auto;
}

.client_logo img {
    width: 70px;
}

.client_logo {
    background-color: white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 30px 0px #00000012;
    margin-bottom: 2rem;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
}

.client_logo:hover {
    border: 1px solid #9CC644;
}

.ourclient_sec {
    background-image: url('./img/client_bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0rem 2rem 3rem;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 3px;
    margin: 5px 7px;
    background: #9CC644;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2sease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot {
    border: none;
    background-color: transparent;
}

.portfolio_sec {
    background-color: #FFFFFF;
    padding: 0rem 2rem 3rem;
    position: relative;
}

.our_projects_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 0rem 2rem 3rem;
}

.portfolio_sec::after {
    content: '';
    background-image: url('./img/portfolio_after_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 530px;
    height: 540px;
}

.portfolio_sec::before {
    content: '';
    background-image: url('./img/portfolio_before_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    width: 530px;
    height: 540px;
}

.portfolio_box {
    box-shadow: 0px 0px 30px 0px #00000012;
    border-radius: 8px;
    padding: 15px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    background-color: #FFFFFF;
    z-index: 999;
    position: relative;
    margin-bottom: 25px;
    min-height: 25rem;
}

.our_projects_sec::after {
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.our_projects_sec::before {
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.portfolio_box:hover {
    border: 1px solid #9CC644;

}

.portfolio_box_image {
    background: #9CC644BF;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

.portfolio_box_image img {
    width: 350px;
    object-fit: contain;
    height: 225px;
}

.portfolio_box_content {
    padding: 15px 5px;
}

.portfolio_box_content h6 {
    font-family: "Open Sans", serif;
    color: #656262;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}

.portfolio_box_content p {
    font-family: "Open Sans", serif;
    color: #464545;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}

.product_sec {
    background-image: url('./img/Our-Product-bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0rem 2rem 2rem;
}

.product_box {
    background-color: white;
    padding: 2rem 0rem 0rem;
    height: 200px;
}

.product_box .offer_box_title {
    padding: 20px 15px;
}

.product_box a img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

/* .owl-carousel .product_box a img {
     display: block;
     width: 60px !important;
     margin: 0 auto;
 } */
.why_simec_sec {
    background-image: url('./img/why_simec_bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 2rem 2rem 3rem;
    background-color: #9CC644;
}

.why_simec_text_header {
    text-align: center;
    padding: 1rem 10rem;
    margin-bottom: 1rem;
}

.why_simec_text_header h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 24px;
}

.why_simec_text_header p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #040404;
    text-align: center;
    letter-spacing: 0;
}

.why_simec_box {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0px 15px;
    padding: 0rem 8rem;

}

.why_simec_box_content_icon {
    background-color: #9cc644;
    padding: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.why_simec_box_content_icon img {
    width: 33px;
    height: 33px;
    object-fit: contain;
}

.why_simec_box_content {
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border: 3px solid #FFFFFF80;
    border-radius: 7px;
    padding: 0px;
    background-color: #d9e9b5;
    transition: 0.5s ease-out;
    margin-bottom: 24px;
}

.why_simec_box_content:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.why_simec_box_content h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #40423C;
    text-align: center;
}

.strength_header {
    margin-bottom: 0rem;
}

.clientsfeedback_sec {
    background: linear-gradient(90deg, rgba(149, 195, 66, 0.05) 0%, rgba(16, 92, 170, 0.03) 100%);
    padding: 0rem 2rem 3rem;
    position: relative;
}

.clientsfeedback_sec::after {
    content: '';
    background-image: url('./img/clientfeedback_after_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translate(0%, -15%);
    width: 188px;
    height: 174px;
}

.clientsfeedback_sec::before {
    content: '';
    background-image: url('./img/clientfeedback_before_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 10%;
    right: 0%;
    transform: translate(0%, -10%);
    width: 180px;
    height: 166px;
}

.clientsfeedback_sec .owl-carousel .owl-item img {
    margin: unset;
}

.clients_box {
    border-bottom: 3px solid #105CAA33;
    background-color: white;
    padding: 2rem;
    border-radius: 25px;
    transition: 0.5s ease-in-out;
    margin-bottom: 2rem;
}

.clients_box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 25px;

}

.clients_box_left {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 120px;
}

.clients_box_left img {
    width: 130px !important;
    height: auto !important;
}

.client_profile {
    width: 96px;
    height: 96px;
    border-radius: 8px;
}

.clients_box_left_sec {
    display: grid;
    grid-template-columns: 85% 15%;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.clients_box_left h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #40423C;
    text-align: start;
    margin-bottom: 10px;
}

.clients_box p {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 15px;
    color: #585555;
    letter-spacing: 0;
    line-height: 27px;
}

.trainning_projects_box {
    height: 486px !important;
}

.client_feedback_text_sec {
    height: 180px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #105CAA33;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #105CAA33;
}

/*
 ==============================
 Home page Part CSS End
 ==============================
 */

/*
 ==============================
 About page Part CSS start
 ==============================
 */
.demohospital_video {
    background-image: url('./img/Screenshot_4.jpg');
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}

#videobg {
    height: 710px;
    width: 100%;
    object-fit: cover;
}

.about_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 2rem 2rem 4rem;

}

.about_leftside h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #40423C;
}

.about_leftside .primary_color {
    color: #9CC644;
}

.about_leftside p {
    margin-top: 1rem;
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #585555;
    letter-spacing: 0;
    text-align: justify;
}

.about_leftside p a {
    color: #40423C;
    font-weight: 600;
}

.about_mission {
    padding: 2rem 3rem 4rem 18rem;
}

.about_vission {
    padding: 4rem 13rem 4rem 3rem;
}

.about_text_header {
    padding: 3rem 15rem 0rem;
}

.achievments_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 0rem 2rem 3rem;
}

.achievments_box {
    background-color: white;
    box-shadow: 0px 0px 20px 0px #00000012;
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.achievments_box_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievments_box_details_left {
    margin-left: 4px;
}

.achievments_box_details_left h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #9CC644;
}

.achievments_box_details_left p {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #525251;
    margin-top: 12px;
}

.membership_sec {
    background-image: url('./img/Our_Membership_bg.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0rem 2rem 3rem;
}

.membership_box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000012;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
    margin-bottom: 1rem;
}

.membership_details_sec {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
    justify-content: center;
}

.certificate_sec {
    background: #F6F6F6;
    padding: 0rem 2rem 3rem;
}

.certificate_box {
    padding: 10px 58px;
}

/*
 ==============================
 About page Part CSS End
 ==============================
 */
/*
 ==============================
 Message page Part CSS start
 ==============================
 */
.message_banner {
    position: relative;
}

.message_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 4rem 5rem 4rem;
}

.message_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF33;
    padding: 8px 18px 8px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #FFFFFF;
    background: #9CC644BF;
    border-radius: 10px;
}

.md_message h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #105CAA;
    line-height: 32px;
}

.md_message h6 {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 20px;
    color: #585555;
    line-height: 34px;
    margin-top: 10px;
}

.md_message p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 27px;
    margin-top: 30px;
    text-align: justify;
}

/* Enterprise Software Page =========================*/
.main_banner {
    position: relative;
}

.main_banner img {
    width: 100%;
}

.main_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF33;
    padding: 8px 18px 8px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
    background: #105CAA33;
    border-radius: 10px;
}

.software_dev_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.084) 0%, rgba(16, 92, 170, 0.056) 100%);
    padding: 4rem 2rem 4rem;
}

.ourExpertise_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.11) 100%);
    padding: 0rem 2rem 3rem;
}

.ourExpertise_box {
    box-shadow: 0px 0px 40px 0px #00000012;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 2rem 0rem 2rem;
    text-align: center;
    margin-bottom: 1rem;
    height: 12rem;

}

.ourExpertise_box_content h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #585555;
    border-top: 1px solid #5855551A;
    padding: 1rem 0rem 0rem;
}

.ourExpertise_box_image {
    margin-bottom: 1rem;
    height: 50px;
}

.ourExpertise_box_image img {
    width: 120px;
    height: 50px;
    object-fit: contain;
}

.ourProcess_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.075) 0%, rgba(16, 92, 170, 0.05) 100%);
    padding: 0rem 2rem 4rem;
}

.ourStrength_sec {
    background-image: url('./img/ourStrength_sec.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 2rem 2rem 3rem;
    background-color: #9CC644;
}

.Industries_box {
    box-shadow: 0px 0px 30px 0px #0000001A;
    border-radius: 10px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 1rem;
}

.Industries_box_image {
    padding: 25px;
}

.Industries_box_content {
    background-color: #9CC644;
    padding: 15px 5px;
    color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.Industries_box_content h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 18px;
}

.talk_expert_Sec {
    background: linear-gradient(265deg, rgba(16, 92, 170, 0.07) 0%, rgba(156, 198, 68, 0.2) 100%);
    padding: 1rem 2rem 1rem;
}

.talk_expert_Sec .item-center {
    align-items: center;
}

.software_weOffer {
    padding: 4rem 0rem 2rem;
}

.Industries_details_sec {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 20px;
}

/* IT Infrastructure Solutions ================*/
.Infrastructure_offer_box {
    background-color: white;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    margin-bottom: 24px;
    height: 430px;
}

.Infrastructure_offer_box:hover {
    border: 1px solid var(--simec-green-color);
}

.Infrastructure_offer_box img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Infrastructure_offer_box_details {
    padding: 2rem 2rem;
}

.Infrastructure_offer_box_details h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #585555;
    margin-bottom: 10px;
    text-align: center;
}

.Infrastructure_offer_box_details p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    text-align: center;
}

.why_choose_section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.1) 0%, rgba(16, 92, 170, 0.065) 100%);
}

.why_choose_lists_sec {
    margin-top: 2rem;
}

.why_choose_lists {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
    align-items: center;
}

.why_choose_lists_img {
    box-shadow: 0px 0px 30px 0px #0000001A;
    background-color: white;
    padding: 5px;
    border-radius: 6px;
}

/* .why_choose_lists_img img{
     width: 30px;
     height: 30px;
     object-fit: cover;
 } */
.why_choose_lists_text h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 24px;
}

.why_choose_leftText {
    padding: 4rem 13rem 0rem 3rem;
}

.IT_transform_sec {
    background: #F0F5F9;
}

.IT_Contactus {
    padding: 4rem 3rem 4rem 0rem;
}

/* IT Security Solutions =================================*/
.Our_IT_Security_sec {
    background: linear-gradient(90deg, rgb(156 198 68 / 33%) 0%, rgb(16 92 170 / 27%) 100%);
}

.IT_Security {
    padding: 4rem 3rem 2rem 13rem;
}

.IT_Security_leftText {
    padding: 1rem 1rem 0rem 0rem;
}

.IT_Security_leftText h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #585555;
}

.IT_Security_lists {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
    align-items: center;
}

.Stay_Secure_sec {
    background: #FAFFF0;
}

.Stay_Secure_sec .Stay_Secure {
    align-items: center;
}

/* Creative Animation =======================================*/

.Animation_Our_Expertise_sec {
    background: linear-gradient(265deg, rgba(156, 198, 68, 0.17) 0%, rgba(16, 92, 170, 0.09) 100%);
    padding: 0rem 2rem 3rem;
}

.Why_choose_animation_sec {
    background-image: url(./img/Why_choose_animation_sec_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 2rem 2rem 3rem;
    background-color: #9CC644;
}

.animation_box img {
    height: 220px;
    object-fit: cover;
}

/* Professional Training ==================================*/
.Why_choose_Training_sec {
    background-image: url(./img/Why_choose_Training_sec_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 2rem 2rem 2rem;
    background-color: #9CC644;
}

.trainning_project_sec {
    background: linear-gradient(265deg, rgba(16, 92, 170, 0.07) 0%, rgba(156, 198, 68, 0.2) 100%);
}

.trainning_projects_box img {
    height: 220px;
    object-fit: cover;
}

/* Mobile Application Development */
.mbl_apps_development_sec {
    background: linear-gradient(265deg, rgba(156, 198, 68, 0.11) 0%, rgba(16, 92, 170, 0.15) 100%);
    padding: 0rem 2rem 3rem;
}

.mbl_services_box:hover {
    background-color: #9CC644;
    color: #FFFFFF;
}

.mbl_services_box {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: relative;
    margin-bottom: 24px;
    background-color: white;
    padding: 2rem 1rem 3rem;
    transition: 0.5s ease-in-out;
    height: 250px;
}

.mbl_services_box_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbl_services_box_details h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #9CC644;
    transition: 0.5s ease-in-out;
}

.mbl_services_box:hover .mbl_services_box_details h6 {
    color: #FFFFFF;
}

.mbl_services_box:hover .mbl_services_box_text p {
    color: #FFFFFF;
}

.mbl_services_box_icon {
    background-color: var(--white-text-color);
    padding: 15px;
    box-shadow: 0px 0px 30px 0px #2621211A;
    border-radius: 4px;
}

.mbl_services_box_text p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #746F6F;
    padding: 1rem 2rem 0rem 0rem;
    transition: 0.5s ease-in-out;
}

.technology_excel_sec {
    background: linear-gradient(265deg, rgba(156, 198, 68, 0.11) 0%, rgba(16, 92, 170, 0.15) 100%);
    padding: 0rem 2rem 3rem;
    background-image: url(./img/technology_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.techonology_box {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background-color: #EBF5FF;
    padding: 2rem 1rem 1rem;
    transition: 0.5s ease-in-out;
    margin-bottom: 24px;
    height: 12rem;
}

.techonology_box_2 {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background-color: #F6FBFF;
    padding: 2rem 1rem 1rem;
    transition: 0.5s ease-in-out;
    margin-bottom: 2rem;
    height: 12rem;
}

.techonology_details {
    display: flex;
    gap: 10px;
}

.techonology_details_lists_part {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
}

.techonology_details h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #105CAA;
}

.techonology_details_lists {
    border-radius: 50px;
    padding: 8px 14px;
    border: 1px solid #105CAA80;
    background-color: #E4F2FF;
}

/* Terms & Conditions ========================================*/
.privacy_policy_bg {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 3rem 0rem 3rem;
}

.terms_conditions_box {
    padding: 0rem 2rem 0rem;
    box-shadow: 0px 0px 40px 0px #00000014;
    border: 3px solid #9CC6444D;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.heading_lemon {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #9CC644;
}

.Policy_border_box {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.Policy_border_box .date {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin-top: 10px;
}

.Policy_border_box .little_bold {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #585555;
}

.Policy_border_box h4 {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin-top: 10px;
}

.Policy_border_box p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 27px;
    margin-bottom: 15px;
}

.Policy_border_box h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #40423C;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/* Privacy Policy ========================================*/
.heading_blue {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 17px;
    color: #105CAA;
}

.personal_data_heading h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #9CC644;
    text-transform: uppercase;
}

/* Our Employee Lists ============================*/

.employee_lists_sec {
    background: linear-gradient(90deg, rgb(154 197 65 / 20%) 0%, rgba(16, 92, 170, 0.0546) 100%);
    padding: 0rem 2rem 2rem;
}

.employee_lists_grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 25px;
}

.employee_lists_offer_box {
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: relative;
    margin-bottom: 2rem;
    background-color: #f1f4f9;
    border: 1.3px solid transparent;
    transition: 0.5s ease-in-out;
}

.employee_lists_offer_box:hover {
    border: 1.3px solid #105CAA80;
    border-radius: 15px;
}

.employee_lists_offer_box .employee_lists_image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 240px;
    height: 200px;
    object-fit: cover;
}

.employee_lists_offer_box img {
    width: 100%;
}

.employee_lists_title {
    padding: 20px 12px;
    background-color: var(--white-text-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 150px;
}

.employee_lists_title_icon_hover {
    position: absolute;
    top: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
    opacity: 0;
    display: none;
    transition: 0.5s ease-in-out;
}

.employee_lists_offer_box:hover .employee_lists_title_icon_hover {
    opacity: 1;
    display: block;

}

.employee_lists_title h6 {
    font-family: "Open Sans", serif;
    font-size: 21px;
    text-align: center;
    line-height: 27px;
    color: #105CAA;
    font-weight: 500;
    transition: 0.5s;
}

.employee_lists_title p {
    font-family: "Open Sans", serif;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: #40423C;
    font-weight: 600;
    transition: 0.5s;
}

.employee_lists_image {
    text-align: center;
}

/* CONTACT PAGE ===============================*/

.contact-form-border .form-control {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 4px 0px #00000014;
    border: 1.5px solid #DBDADA
}

.contact-form-border .form-control:focus {
    border: 1.5px solid #9cc644;
}

.contact-form-border .select:focus {
    border: 1.5px solid #9cc644;
}

.contact-form-border textarea.form-control {
    height: 136px;
}

select {
    word-wrap: normal;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 4px 0px #00000014;
    margin-bottom: 1rem;
    border: 1.5px solid #DBDADA;
    border-radius: 5px;
    width: 100%;
}

#submit_button_system {
    background-color: var(--simec-green-color);
    text-align: start;
    padding: 10px 50px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;
    color: white;
}

.contact_address_box {
    box-shadow: 0px 0px 4px 0px #00000014;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 2rem 2rem;
    margin-bottom: 2rem;
}

.contact_address_box h4 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #40423C;
    margin-bottom: 1rem;
}

.contact-sub-title {
    margin-bottom: 1rem;
}

.contact-sub-title p {
    font-family: "Open Sans", serif;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    font-weight: 400;
}

.contact_google_maps {
    background: linear-gradient(270deg, rgba(156, 198, 68, 0.07) 0%, rgba(16, 92, 170, 0.05) 100%);
    padding: 4rem 0rem 4rem;
}

.contact_google_maps iframe {
    border-radius: 10px;
    border: 4px solid #9CC64440 !important;
}

.client_paetners_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #105CAA;
    padding: 10px 50px;
    font-size: 19px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
    color: #FFFFFF;

}

.client_paetners_tab .nav-pills .nav-link:hover.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border: 2px solid #105CAA;


}

.client_paetners_tab .nav-pills .nav-link {
    background-color: transparent;
    padding: 10px 50px;
    font-size: 19px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    color: #9CC644;
    border: 2px solid #9CC644;
    transition: 0.5s ease-in-out;

}

.client_paetners_tab .nav-pills .nav-link:hover {
    background-color: transparent;
    border: 2px solid #9CC644;
    color: #9CC644;
}

.client_paetners_tab ul li {
    padding-left: 20px;
}

.single_page_client_logo img {
    width: 180px;
    height: 80px;
    object-fit: contain;
}

.single_page_client_logo {
    background-color: white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 30px 0px #00000012;
    margin-bottom: 24px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
}

.single_page_client_logo:hover {
    border: 1px solid #9CC644;
}

/* Gallery ======================================*/
.gallery_lists_tab ul li {
    padding-left: 12px;
    margin-bottom: 10px;
}

.gallery_lists_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #9CC644;
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;
    color: #FFFFFF;
}

.gallery_lists_tab .nav-pills .nav-link {
    background-color: white;
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    color: #9CC644;
    border: 1px solid #9CC644;
    transition: 0.5s ease-in-out;
}

.gallery_main_box {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    margin-bottom: 24px;
    height: 26rem;
}

.image_zoom_hover {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
    flex: none !important;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    transition: transform 1.5s ease-in-out;
    border-radius: 20px;
    transform-origin: top right;
}

.image_zoom_hover:hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
    transform: scale(1.1);
}

.gallery_main_box_details {
    padding: 1rem 1rem 1rem;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.gallery_main_box_details h6 {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 600;
    color: #40423C;
    margin-bottom: 5px;
}

.gallery_main_box_details p {
    font-size: 15px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
}

/* Our Projects Deatils ================================================*/
.project_details_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 2rem 2rem 3rem;
    position: relative;
}

.project_details_sec::before {
    content: '';
    background-image: url(./img/project_left_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    width: 530px;
    height: 540px;
    z-index: -1;
}

.project_details_sec::after {
    content: '';
    background-image: url(./img/project_right_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 530px;
    height: 540px;
    z-index: -1;
}

.project_details_points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.project_details_points h4 {
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #585555;
}

.project_details_points h4 span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #585555;
}

.project_details_imge {
    margin-bottom: 2rem;
    text-align: center;
}

.project_details_imge img {
    border-radius: 20px;
    border: 18px solid #9CC644;
}

.project_details_details h4 {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #105CAA;
    margin-bottom: 1rem;
}

.project_details_details h4 span {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #40423C;
}

.project_details_details p {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    line-height: 27px;
}

.project_details_module_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 2rem 2rem 2rem;
}

.module_developed_sec h4 {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #40423C;
    margin-bottom: 18px;
    margin-top: 15px;
}

.module_developed_sec ul li {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    line-height: 27px;
    margin-bottom: 8px;
}

.module_developed_sec ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 7px;
}

/* SINGLE PRODUCTS ========================*/
.banner_custom_btn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%);
}

.single_products_benefits_list ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f124";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 25px;
    color: #9CC644;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 6px;
}

.single_products_benefits_list ul li {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    line-height: 27px;
    margin-bottom: 25px;
    gap: 20px;
    padding: 0;

}

.single_products_benefits_list li {
    display: flex;
    align-items: flex-start;
    /* Align icon with top of text */
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    /* Space for the custom icon */
}

.single_module_points_box {
    background-color: #9CC644;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1rem;
    padding: 50px 25px 50px 25px;
    height: 130px;

}

.single_module_points_evenbox {
    background-color: #105CAA;
    border-radius: 10px;
    text-align: center;
    padding: 50px 25px 50px 25px;
    height: 130px;
}

.single_module_points_box h4,
.single_module_points_evenbox h4 {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
}

.single_products_sectors {
    background: #FFFFFF;
}

.faq_accordion {
    padding: 0rem 10rem;
}

.faq_box {
    margin-bottom: 1rem;
}

.faq_box h2 button {
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #585555;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: 0px 0px 35px 0px #00000014;

}

.accordion-button {
    border-radius: 15px;
}

/*
 ==============================
 Footer Part CSS Start
 ==============================
 */
.footer_sec {
    background-image: url('./img/footer-bg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 2rem 2rem;
}

.footer_head h4 {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 20px;
    color: #105CAA;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.footer_head ul li {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #373636;
    margin-bottom: 0;
}

.footer_head ul li span {
    font-weight: 600;
    color: #373636;
}

.footer_head ul li span a {
    font-family: "Open Sans", serif;
    font-weight: 600;
    color: #373636;
    font-size: 16px;
}

.footer_head ul li span a:hover {
    color: #105CAA;
}

.footer_social_icon {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.footer_social_icon li {
    padding: 5px 10px;
    border: 1px solid #105CAA33;
    background-color: #dcf0fc;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.footer_social_icon li a {
    color: #105CAACC;
}

.footer_social_icon li:hover {
    background-color: #105CAA;
    border-radius: 4px;
    color: #FFFFFF;
}

.footer_social_icon li:hover a {
    color: #FFFFFF;
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;
}

.footer_quick_link li {
    margin-bottom: 10px;
}

.footer_quick_link li a {
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    font-size: 15px;
    transition: 0.5s;
}

.footer_quick_link li a:hover {
    color: #105CAA;
    font-weight: 400;
}

.footer_copyright p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #373636;
    font-size: 15px;
    transition: 0.5s;
    letter-spacing: 0;
}

.footer_copyright p a {
    color: #373636;
    transition: 0.5s;
}

.footer_copyright p a:hover {
    color: #105CAA;
    font-weight: 400;
}

.footer_quick_link li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 5px;
    color: #585555;
}

.footer_address {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: 25px;
}

.footer_bottom_lists {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
}

/*
 ==============================
 Footer Part CSS End
 ==============================
 */
/*
 ==============================
 Media Query Part CSS Start
 ==============================
 */
@media only screen and (max-width: 1736px) {
    .page_top {
        margin-top: 5.7%;
    }

    #videobg {
        height: 631px;
        width: 100%;
        object-fit: cover;
    }

    .header_logo img {
        margin: 20px 15px;
    }

    .slider_caption_left h5 {
        font-size: 38px;
    }

    .offer_box_icon img {
        width: 35px;
        height: 35px;
    }

    .offer_box_icon {
        padding: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -44%);
    }

    .offer_box_title h6 {
        font-size: 14px;
        line-height: 22px;
    }

    .banner_second_part {
        font-size: 26px;
    }

    .offer_box {
        height: 212px;
    }

    .offer_box_title {
        padding: 1.2rem;
    }

    .product_box {
        height: 200px;
    }

    .about_mission {
        padding: 1rem 3rem 0rem 14rem;
    }

    .about_vission {
        padding: 2rem 13rem 4rem 3rem;
    }

    .about_leftside p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer_copyright p {
        font-size: 13px;
    }

    .ourExpertise_box_content h6 {
        font-size: 18px;
    }

    .IT_Contactus {
        padding: 2rem 3rem 2rem 0rem !important;
    }

    .why_choose_leftText {
        padding: 1rem 13rem 0rem 3rem;
    }

    .about_leftside h4 {
        font-size: 34px;
    }

    .IT_Security_leftText {
        padding: 0rem 0rem 0rem 0rem;
    }

    .IT_Security {
        padding: 1rem 3rem 0rem 15rem;
    }

    .IT_Security_leftText h6 {
        font-size: 16px;
    }

    .Infrastructure_offer_box_details {
        padding: 1rem 1rem;
    }

    .text_header {
        padding: 3rem 5rem 1rem;
    }

    .portfolio_box_image img {
        width: 260px;
        object-fit: contain;
        height: 225px;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul {
        top: 87px;
    }

    .image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 200px !important;
    }

    .gallery_main_box {
        height: 20rem;
    }

    .banner_custom_btn {
        top: 90%;
        left: 50%;
        transform: translate(-50%, -90%);
    }

    .Industries_box_content h6 {
        font-size: 15px;
    }

    .secondary_menu ul>li>a {
        padding: 31px 18px;
    }

    .portfolio_box_content h6 {
        font-size: 15px;
    }

    .why_simec_box_content h4 {
        font-size: 20px;
    }

    .Infrastructure_offer_box_details h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .project_details_details h4 {
        font-size: 32px;
    }

    .project_details_details h4 span {
        font-size: 32px;
    }

    .module_developed_sec h4 {
        font-size: 32px;
    }

    .single_module_points_box h4,
    .single_module_points_evenbox h4 {
        font-size: 18px;
    }

    .certificate_box {
        padding: 10px 30px;
    }

    .project_details_points h4 {
        font-size: 15px;
    }

    .project_details_points h4 span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .page_top {
        margin-top: 6.1%;
    }

    .header_logo img {
        margin: 20px 35px;
    }

    /*      .secondary_menu > ul li {
         padding-left: 35px;
     } */
    .slider_caption_left h5 {
        font-size: 36px;
    }

    .custom_btn a {
        font-size: 16px;
    }

    .offer_box {
        height: 195px;
    }

    .product_box {
        height: 200px !important;
    }

    .offer_box_icon img {
        width: 30px;
        height: 30px;
    }

    .offer_box_icon {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
    }

    .offer_box_title h6 {
        font-size: 13px;
        line-height: 21px;
    }

    .about_mission {
        padding: 1rem 1rem 0rem 11rem;
    }

    .about_vission {
        padding: 4rem 10rem 1rem 3rem;
    }

    .about_leftside p {
        font-size: 15px;
        line-height: 25px;
    }

    .ourExpertise_box_content h6 {
        font-size: 17px;
    }

    .Industries_box_content h6 {
        font-size: 13px;
    }

    .why_choose_leftText {
        padding: 1rem 10rem 1rem 3rem;
    }

    .why_choose_lists {
        margin-bottom: 13px;
    }

    .IT_Security {
        padding: 2rem 3rem 2rem 11rem;
    }

    .IT_Security_leftText {
        padding: 0rem 0rem 0rem 0rem;
    }

    .IT_Security_leftText h6 {
        font-size: 18px;
        line-height: 15px;
    }

    .why_simec_box_content_icon img {
        width: 40px;
        height: 40px;
    }

    .why_simec_box_content h4 {
        font-size: 20px;
    }

    .Infrastructure_offer_box_details {
        padding: 1rem 1rem;
    }

    .Infrastructure_offer_box_details p {
        font-size: 16px;
        line-height: 26px;
    }

    .Infrastructure_offer_box {
        height: 385px;
    }

    .mbl_services_box_text p {
        font-size: 14px;
    }

    .mbl_services_box_details h6 {
        font-size: 20px;
    }

    .animation_box img {
        height: 150px;
        object-fit: cover;
    }

    .animation_box {
        height: 350px;
    }

    .gallery_lists_tab .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .gallery_lists_tab .nav-pills .nav-link {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .employee_lists_title h6 {
        font-size: 18px;
    }

    .employee_lists_title p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 12px;
    }

    .image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 260px !important;
    }

    .gallery_main_box {
        height: 23rem;
    }

    .main_banner h4 {
        font-size: 34px;
    }

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

    .footer_head ul li,
    .footer_head ul li span a,
    .footer_quick_link li a {
        font-size: 14px;
    }

    .Delivering {
        padding: 1.5rem 1rem 0rem 14rem;
    }

    .Delivering h4 {
        font-size: 30px;
    }

    .software_weOffer {
        padding: 3rem 0rem 1rem;
    }

    .techonology_details_lists {
        padding: 8px 10px;
    }

    .Why_choose_animation_sec {
        padding: 2rem 2rem 2rem;
    }

}

@media only screen and (max-width: 1366px) {
    .page_top {
        margin-top: 6.4%;
    }

    .secondary_menu ul>li>a {
        padding: 31px 16px;
    }

    .slider_caption_left h5 {
        font-size: 32px;
    }

    .custom_btn a {
        font-size: 16px;
    }

    .header_logo img {
        margin: 25px 0px 0px 50px;
    }

    .banner_second_part {
        font-size: 22px;
    }

    .text_header {
        padding: 2rem 5rem 1rem;
    }

    .offer_box {
        height: 226px;
        text-align: center;
    }

    .offer_box_title {
        padding: 2rem 1rem 0rem;
    }

    .offer_box_icon {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
    }

    .offer_box_icon img {
        width: 32px;
        height: 32px;
    }

    .offer_box_title h6 {
        font-size: 15px;
        line-height: 20px;
    }

    .portfolio_box_image img {
        width: 260px;
    }

    .why_simec_text_header {
        padding: 1rem 1rem;
    }

    .why_simec_box {
        padding: 0rem 2rem;
    }

    .why_simec_box_content h4 {
        font-size: 20px;
    }

    .about_leftside h4 {
        font-size: 29px;
    }

    .IT_Security_leftText h6 {
        font-size: 16px;
        line-height: 15px;
    }

    .IT_Security {
        padding: 2rem 2rem 0rem 11rem;
    }

    .why_simec_box_content h4 {
        font-size: 18px;
    }

    .main_banner h4 {
        font-size: 38px;
    }

    .techonology_details_lists {
        padding: 8px 14px;
    }

    .portfolio_box_image img {
        width: 210px;
        height: 180px;
    }

    .portfolio_box {
        min-height: 23rem;
    }

    .contact-sub-title p {
        font-size: 14px;
        line-height: 22px;
    }

    .text_header h4 {
        font-size: 32px;
    }

    .image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 220px !important;
    }

    .employee_lists_grid {
        grid-template-columns: auto auto auto auto;
    }

    .ourExpertise_box_image img {
        width: 100px;
    }

    .module_developed_sec h4,
    .project_details_details h4,
    .project_details_details h4 span {
        font-size: 30px;
    }

    .module_developed_sec ul li {
        font-size: 15px;
    }

    .single_module_points_box h4,
    .single_module_points_evenbox h4 {
        font-size: 16px;
    }

    .Industries_box_content h6 {
        font-size: 12px;
    }

    .Industries_box_image {
        padding: 18px;
    }

    .ourExpertise_sec {
        padding: 1rem 2rem 3rem;
    }

    .why_choose_leftText {
        padding: 1rem 10rem 0rem 3rem;
    }

    .techonology_details_lists {
        padding: 8px 12px;
        font-size: 14px;
    }

    .technology_excel_sec {
        padding: 0rem 2rem 2rem;
    }

    .Infrastructure_offer_box_details h4 {
        font-size: 22px;
        line-height: 27px;
    }

    .portfolio_box_content h6 {
        font-size: 17px;
    }

    .gallery_main_box {
        height: 21rem;
    }

    .faq_accordion {
        padding: 0rem 1rem;
    }

    .project_details_points h4 span {
        font-size: 16px;
    }

    .project_details_points h4 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1280px) {
    .page_top {
        margin-top: 5.7%;
    }

    .header_bar {
        height: 128px;
    }

    .header_logo img {
        margin: 15px 0px 0px 15px;
    }

    .secondary_menu ul>li>a {
        font-size: 14px;
    }

    .secondary_menu ul>li>a {
        font-size: 14px;
        padding: 27px 18px
    }

    .secondary_menu>ul>li.menu-item-has-children>ul {
        top: 73px;
    }

    /*      .secondary_menu > ul > li.menu-item-has-children::after {
         left: 116%;
     } */
    .slider_caption_left h5 {
        font-size: 25px;
    }

    .custom_btn a {
        font-size: 15px;
    }

    .software_slider_listsOne h6,
    .software_slider_listsTwo h6 {
        font-size: 16px;
    }

    .software_slider_listsOne p,
    .software_slider_listsTwo p {
        font-size: 14px;
    }

    .offer_box_icon {
        padding: 12px;
    }

    .offer_box_icon img {
        width: 20px;
        height: 20px;
    }

    .about_leftside p {
        font-size: 14px;
        line-height: 20px;
    }

    .achievments_box_details_left h4 {
        font-size: 36px;
    }

    .achievments_box_details_left p {
        font-size: 14px;
    }

    .message_banner h4 {
        font-size: 28px;
    }

    .md_message h6 {
        font-size: 16px;
    }

    .md_message p {
        font-size: 15px;
        line-height: 22px;
    }

    .main_banner h4 {
        font-size: 28px;
    }

    .ourExpertise_box_image img {
        width: 100px;
    }

    .ourExpertise_box_content h6 {
        font-size: 14px;
    }

    .why_choose_leftText {
        padding: 1rem 5rem 1rem 3rem;
    }

    .why_choose_lists {
        margin-bottom: 10px;
    }

    .about_mission {
        padding: 1rem 1rem 0rem 10rem;
    }

    .why_simec_box_content_icon img {
        width: 25px;
        height: 25px;
    }

    .Infrastructure_offer_box_details h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .techonology_details_lists {
        padding: 8px 10px;
        font-size: 14px;
    }

    .offer_box {
        height: 220px;
    }

    .portfolio_sec {
        padding: 0rem 2rem 4rem;
    }

    .text_header h4 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .text_header p {
        font-size: 15px;
    }

    .image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 200px !important;
    }

    .single_products_benefits_list ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .faq_accordion {
        padding: 0rem 2rem;
    }

    .footer_head ul li,
    .footer_head ul li span a,
    .footer_quick_link li a {
        font-size: 14px;
    }

    .text_header {
        padding: 2rem 5rem 1rem;
    }

    .about_vission {
        padding: 2rem 10rem 1rem 3rem;
    }

    .why_choose_leftText {
        padding: 1rem 10rem 1rem 3rem;
    }

    .IT_Security_leftText {
        padding: 0rem 0rem 0rem 1rem;
    }

    .IT_Security_leftText .why_choose_lists_sec {
        margin-top: 1rem;
    }

    .IT_Security {
        padding: 1rem 2rem 0rem 11rem;
    }

    .footer_address {
        grid-template-columns: auto auto auto;
    }

    .footer_bottom_lists {
        grid-template-columns: auto auto;
    }

    .certificate_box {
        padding: 10px 22px;
    }

    .project_details_points {
        display: block;
    }

    .project_details_points h4 {
        font-size: 17px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 1024px) {
    .page_top {
        margin-top: 6.4%;
    }

    #videobg {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .secondary_menu {
        margin: 0px 0px 0px 0px;
    }

    /*      .secondary_menu > ul li {
         padding-left: 25px;
     } */
    .secondary_menu ul>li>a {
        padding: 23px 10px;
        font-size: 14px;
        color: #2C2C2C;
        font-weight: 600;
        font-family: "Open Sans", serif;
    }

    .header_bar {
        background-position-x: 10%;
        height: 116px;
    }

    .header_logo img {
        margin: 15px 0px 0px 15px;
    }

    .secondary_menu>ul>li.menu-item-has-children::after {
        left: 100%;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul {
        top: 65px;
        left: 0%;
    }

    .slider_caption_left h5 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .slider_caption_right {
        bottom: -7%;
    }

    .custom_btn a {
        font-size: 14px;
    }

    .custom_btn {
        padding: 5px 15px;
    }

    .software_slider_lists {
        gap: 5px;
    }

    .text_header {
        padding: 1rem 1rem 1rem;
    }

    .offer_box {
        height: 160px;
        margin-bottom: 0rem;
    }

    .offer_box_title {
        padding: 1rem 1rem;
    }

    .product_box {
        height: 170px !important;
        margin-bottom: 1rem !important;
    }

    .offer_box_title h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .offer_box_icon img {
        width: 22px;
        height: 22px;
    }

    .offer_box_icon {
        padding: 8px;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
    }

    .portfolio_box_content h6 {
        font-size: 16px;
    }

    .portfolio_box {
        min-height: 21rem;
    }

    .product_box {
        margin-bottom: 4rem;
    }

    .Delivering_image img {
        height: 272px;
        object-fit: cover;
        width: 100%;
    }

    .why_simec_text_header {
        padding: 1rem 0rem;
        margin-bottom: 1rem;
    }

    .why_simec_box {
        padding: 0rem 0rem;
    }

    .why_simec_box_content h4 {
        font-size: 14px;
    }

    .why_simec_box_content {
        gap: 8px;
    }

    .footer_head h4 {
        font-size: 18px;
    }

    .footer_head ul li,
    .footer_head ul li span a,
    .footer_quick_link li a {
        font-size: 14px;
        line-height: 22px;
    }

    .footer_address {
        grid-template-columns: auto auto;
    }

    .footer_quick_link li {
        margin-bottom: 0;
    }

    hr {
        margin: 5px 0px;
    }

    .footer_copyright p {
        font-size: 12px;
    }

    .footer_sec {
        padding: 2rem 0rem;
    }

    .software_weOffer {
        padding: 3rem 0rem 3rem;
    }

    .about_leftside h4 {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size: 28px;
        color: #40423C;
    }

    .about_leftside h4 {
        font-size: 26px;
    }

    .about_mission {
        padding: 1rem 1rem 0rem 9rem;
    }

    .about_vission {
        padding: 1rem 5rem 1rem 3rem;
    }

    .text_header h4 {
        font-size: 28px;
        margin-bottom: 1rem;
    }

    .achievments_box {
        padding: 1rem 1rem;
    }

    .text_header p {
        font-size: 15px;
    }

    .ourExpertise_sec {
        padding: 1rem 2rem 3rem;
    }

    .ourExpertise_box_image img {
        width: 80px;
    }

    .ourExpertise_box_image {
        height: 54px;
    }

    .ourExpertise_box {
        height: 170px;
    }

    .why_simec_text_header h4 {
        font-size: 28px;
    }

    .Industries_box_image img {
        width: 40px;
    }

    .Industries_box_content h6 {
        font-size: 14px;
    }

    .Industries_details_sec {
        grid-template-columns: auto auto auto;
    }

    .Industries_box_image {
        padding: 25px;
        height: 80px;
    }

    .Industries_box {
        margin-bottom: 0rem;
    }

    .ourProcess_sec {
        padding: 1rem 2rem 3rem;
    }

    .Delivering {
        padding: 1rem 2rem 1rem 8rem;
    }

    .Infrastructure_offer_box_details h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .Infrastructure_offer_box_details p {
        font-size: 14px;
        line-height: 22px;
    }

    .Infrastructure_offer_box {
        height: 328px;
    }

    .why_choose_lists_text h6 {
        font-size: 14px;
    }

    .why_choose_lists_sec {
        margin-top: 1rem;
    }

    .IT_transform_sec .about_leftside h4 {
        font-size: 24px;
    }

    .IT_Contactus h4 {
        font-size: 22px;
    }

    .IT_Security_leftText {
        padding: 0rem 0rem 1rem 0rem;
    }

    .IT_Security {
        padding: 2rem 2rem 0rem 9rem;
    }

    .IT_Security_lists {
        margin-bottom: 5px;
    }

    .trainning_projects_box img {
        height: 150px;
        object-fit: cover;
    }

    .trainning_projects_box p {
        font-size: 13px;
    }

    .mbl_services_box_details h6 {
        font-size: 18px;
    }

    .mbl_services_box_icon {
        padding: 10px;
    }

    .mbl_services_box_text p {
        font-size: 14px;
        padding: 1rem 0rem 0rem 0rem;
    }

    .techonology_box {
        padding: 0.5rem 1rem 1rem;
    }

    .techonology_details_lists {
        padding: 8px 14px;
        font-size: 12px;
    }

    .mbl_apps_development_sec {
        padding: 1rem 2rem 2rem;
    }

    .technology_excel_sec {
        padding: 1rem 2rem 1rem;
    }

    .animation_box img {
        height: 115px;
        object-fit: cover;
    }

    .animation_box {
        height: 315px;
    }

    .portfolio_box_image img {
        width: 155px;
        height: 110px;
    }

    .portfolio_sec::before {
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        width: 300px;
        height: 300px;
    }

    .portfolio_sec::after {
        width: 300px;
        height: 300px;
    }

    .product_box .offer_box_title {
        padding: 10px 8px;
    }

    .offer_box {
        border-radius: 8px;
    }

    .portfolio_sec {
        padding: 2rem 2rem 3rem;
    }

    .single_page_client_logo img {
        height: 50px;
        object-fit: contain;
    }

    .employee_lists_sec {
        padding: 1rem 2rem 1rem;
    }

    .image_zoom_hover .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 200px !important;
    }

    .privacy_policy_bg {
        padding: 1rem 0rem 1rem;
    }

    .Policy_border_box p {
        font-size: 14px;
    }

    .personal_data_heading h5 {
        font-size: 18px;
    }

    .Policy_border_box {
        margin-bottom: 0rem;
    }

    .employee_lists_grid {
        grid-template-columns: auto auto auto;
    }

    .employee_lists_title p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
        padding: 5px;
    }

    .gallery_main_box_details {
        padding: 1rem 1rem 0rem;
    }

    .gallery_main_box_details h6 {
        font-size: 15px;
    }

    .gallery_main_box {
        height: 18rem;
    }

    .project_details_points h4,
    .project_details_points h4 span {
        font-size: 16px;
    }

    .module_developed_sec h4,
    .project_details_details h4,
    .project_details_details h4 span {
        font-size: 24px;
    }

    .project_details_details p {
        font-size: 14px;
    }

    .single_module_points_box h4,
    .single_module_points_evenbox h4 {
        font-size: 22px;
    }

    .faq_box h2 button {
        font-size: 20px;
    }

    .banner_second_part {
        font-size: 18px;
    }

    .strength_header {
        margin-bottom: 0rem;
        padding: 1rem 0rem 0rem;
    }

    .IT_Security {
        padding: 1rem 2rem 0rem 9rem;
    }

    .trainning_projects_box {
        height: 417px !important;
    }

    .single_module_points_box h4,
    .single_module_points_evenbox h4 {
        font-size: 15px;
    }

    .Industries_box_content {
        height: 70px;
    }

    .single_module_points_evenbox,
    .single_module_points_box {
        padding: 40px 25px 40px 25px;
        height: 120px;
    }

    .certificate_box img {
        width: 75px;
    }

}


@media only screen and (max-width: 991px) {
    .custom_container {
        padding: 0% 5%;
    }

    .mobile-nav ul li {
        display: block;
        border-bottom: none;
    }

    .secondary_menu ul>li>a {
        padding: 10px 18px;
    }

    .secondary_menu>ul>li.menu-item-has-children.menu-item-1745::after {
        left: 90%;
        top: 10% !important;
    }

    .secondary_menu>ul>li.menu-item-has-children::after {
        left: 90%;
        top: 20%;
        display: none;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul>li>a {
        border-bottom: none;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul {
        box-shadow: none;
    }

    .secondary_menu>ul {
        display: inline-block;
        text-align: start;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul {
        left: 0%;
        width: 325px;
        position: unset;
    }

    .secondary_menu .sub-menu li {
        padding-left: 20px;
    }

    .secondary_menu>ul>li.menu-item-has-children:hover>ul {
        /*          border: 1px solid #d8e5ed; */
        margin-bottom: 10px;
        border-bottom: none;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul>li>a {
        border-bottom: none;
        font-size: 14px;
        padding: 8px 5px 8px 10px;
    }

    .mbl_menu_social ul li a {
        padding: 8px 5px;
    }

    .menu_bottom {
        padding-left: 20px;
        margin-top: 1rem;
    }

    .menu_bottom p a {
        color: #332F2F;
        font-weight: 600;
        font-family: "Open Sans", serif;
        font-size: 16px;
    }

    .mobile-nav-wrapper {
        display: block;
        z-index: 9999999;
        background-image: url(./img/header-bg.png);
        background-position: bottom left;
        background-repeat: no-repeat;
        position: fixed;
        width: 100%;
        height: 110px;
        background-position-x: 10%;
        top: 0%;
    }

    .mobile-nav .menu-item-has-children.active>ul {
        padding: 5px 0;
    }

    .header_bar {
        display: none;
    }

    .header_logo img {
        margin: 15px 0px 0px 112px;
        width: 130px;
    }

    .banner_second_part {
        font-size: 14px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 3.5rem;
        right: 0;
        width: 100%;
    }

    .nav-links.active {
        display: flex;
    }

    .dropdown-menu {
        position: relative;
    }

    .menu-toggle {
        display: block;
    }

    .slider_caption_left h5 {
        font-size: 18px;
    }

    .page_top {
        margin-top: 5.6%;
    }

    .custom_btn {
        padding: 2px 10px;
    }

    .custom_btn a {
        font-size: 12px;
    }

    .software_slider_listsOne h6,
    .software_slider_listsTwo h6 {
        font-size: 10px;
    }

    .software_slider_listsOne p,
    .software_slider_listsTwo p {
        font-size: 10px;
    }

    .offer_box {
        margin-bottom: 22px;
        height: 14rem;
    }

    .why_we_offer_sec {
        padding: 1rem 2rem 1rem;
    }

    .text_header p {
        font-size: 15px;
    }

    .why_simec_text_header h4 {
        font-size: 28px;
    }

    .why_simec_text_header p {
        font-size: 15px;
    }

    .why_simec_box_content h4 {
        font-size: 17px;
    }

    .clients_box p {
        font-size: 14px;
        text-align: start;
    }

    .footer_head {
        margin-bottom: 0rem;
    }

    #videobg {
        height: 350px;
    }

    .about_sec {
        padding: 2rem 0rem 3rem;
    }

    .about_leftside {
        margin-bottom: 1rem;
    }

    .about_mission {
        padding: 2rem 5rem 1rem 6rem;
    }

    .about_vission {
        padding: 2rem 5rem 1rem 6rem;
    }

    .achievments_sec {
        padding: 2rem 2rem 2rem;
    }

    .message_sec {
        padding: 2rem 0rem 3rem;
    }

    .message_banner h4 {
        font-size: 18px;
    }

    .md_sir_img {
        text-align: center;
        margin-bottom: 1rem;
    }

    .md_message {
        text-align: center;
    }

    .main_banner img {
        height: 170px;
        object-fit: cover;
    }

    .main_banner h4 {
        font-size: 22px;
    }

    .ourStrength_sec {
        padding: 1rem 2rem 1rem;
    }

    .why_simec_box_content_icon img {
        width: 30px;
        height: 30px;
    }

    .IT_Security_leftText {
        padding: 0rem 0rem 1rem 0rem;
    }

    .IT_Security {
        padding: 2rem 2rem 0rem 3rem;
    }

    .offer_box_icon {
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

    .mbl_apps_development_sec,
    .technology_excel_sec,
    .Animation_Our_Expertise_sec,
    .employee_lists_sec {
        padding: 1rem 0rem 1rem;
    }

    .animation_box {
        height: 260px;
    }

    .employee_lists_grid {
        grid-template-columns: auto auto;
    }

    .project_details_points {
        display: block;
    }

    .project_details_points h4,
    .project_details_points h4 span {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .techonology_box {
        height: 10rem;
    }

    .product_sec {
        padding: 2rem 2rem 2rem;
    }

    .text_header {
        padding: 1rem 1rem 1rem;
    }

    .membership_details_sec {
        grid-template-columns: auto auto auto;
    }

    .IT_Contactus {
        padding: 1rem 3rem 0rem 0rem !important;
        text-align: center;
    }

    .mbl_btn {
        text-align: center !important;
    }

    .talk_expert_Sec {
        padding: 1rem 2rem 2rem;
    }

    .offer_box_title h6 {
        font-size: 14px;
    }

    .software_weOffer {
        padding: 3rem 0rem 2rem;
    }

    .why_choose_lists_text h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .trainning_projects_box {
        height: 317px !important;
    }

    .portfolio_box {
        min-height: 18rem;
    }

    .Industries_box {
        margin-bottom: 1rem;
    }

    .project_details_imge img {
        border: 8px solid #9CC644;
    }

    .footer_social_icon li {
        padding: 0px 6px;
    }

    .menu_bottom p a {
        font-size: 14px;
    }

    .single_module_points_evenbox,
    .single_module_points_box {
        padding: 30px 25px 30px 25px;
        height: 90px;
    }

    .certificate_box {
        padding: 10px 60px;
    }


}

@media only screen and (max-width: 768px) {
    .clients_box_left img {
        width: 100px !important;
        height: auto !important;
    }

    .semiIcons {
        width: 30px !important;
        height: auto !important;
    }

}

@media only screen and (max-width: 630px) {

    .page_top {
        margin-top: 10% !important;
    }

    .page_top .carousel-inner .carousel-item .slider_imge {
        min-height: 480px;
        object-fit: cover;
    }

    .slider_caption_left h5 {
        font-size: 24px;
    }

    .slider_caption_right {
        left: 5%;
    }

    .slider_caption_left {
        top: 15%;
        left: 5%;
    }

    .mobile-nav-wrapper {
        background-position-x: 11%;
    }

    .header_logo img {
        margin: 15px 0px 0px 65px;
        width: 130px;
    }

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

    .banner_second_part {
        font-size: 18px;
    }

    .product_sec {
        background: linear-gradient(90deg, rgba(156, 198, 68, 0.16) 0%, rgba(16, 92, 170, 0.11) 100%);

    }

    .why_we_offer_sec,
    .ourclient_sec,
    .portfolio_sec,
    .product_sec,
    .why_simec_sec,
    .clientsfeedback_sec,
    .footer_sec {
        padding: 1rem 1rem 2rem;
    }

    .software_slider_listsOne h6,
    .software_slider_listsTwo h6 {
        font-size: 12px;
    }

    .software_slider_listsOne p,
    .software_slider_listsTwo p {
        font-size: 12px;
    }

    .text_header {
        padding: 1rem 1rem 1rem;
    }

    .text_header p {
        font-size: 14px;
    }

    .slider_caption_right {
        bottom: 0%;
        padding-bottom: 0px;
    }

    .offer_box {
        margin-bottom: 32px;
        height: 13rem;
    }

    .software_slider_lists {
        left: 10%;
    }

    .offer_box_title {
        padding: 15px;
    }

    .software_weOffer {
        padding: 3rem 0rem 1rem;
    }

    .offer_box_icon {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
    }

    .portfolio_sec::before {
        display: none;
    }

    .portfolio_sec::after {
        display: none;
    }

    .portfolio_box {
        min-height: 18rem;
        margin-bottom: 1rem;
    }

    .why_simec_text_header h4 {
        font-size: 24px;
    }

    .why_simec_box {
        display: block;
    }

    .why_simec_box_content {
        gap: 12px;
        margin-bottom: 1rem;
    }

    .why_simec_box_content_icon img {
        width: 35px;
        height: 35px;
    }

    .clients_box {
        padding: 1rem;
    }

    .client_profile {
        height: 60px;
    }

    .clients_box_left h6 {
        font-size: 16px;
    }

    .footer_quick_link {
        display: grid;
        grid-template-columns: auto;
        gap: 5px;
    }

    .about_mission {
        padding: 2rem 2rem 1rem 2rem;
    }

    .IT_Contactus {
        padding: 1rem 0rem 0rem 1rem !important;
    }

    .about_vission {
        padding: 2rem 2rem 1rem 2rem;
    }

    .achievments_sec {
        padding: 2rem 0rem 2rem;
    }

    .membership_sec {
        background-image: url(./img/Our_Membership_bg.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        padding: 0rem 0rem 1rem;
    }

    .message_banner img {
        height: 150px;
        object-fit: cover;
    }

    .message_banner h4 {
        font-size: 12px;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -60%);
    }

    .md_sir_img img {
        width: 250px;
    }

    .md_message h4 {
        font-size: 22px;
        line-height: 12px;
    }

    .md_message h6 {
        font-size: 14px;
    }

    .main_banner img {
        height: 180px;
        object-fit: cover;
    }

    .main_banner h4 {
        font-size: 16px;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
        text-align: center;
        width: 80%;
    }

    .software_dev_sec {
        padding: 2rem 0rem 2rem;
    }

    .ourProcess_sec {
        padding: 0rem 0rem 2rem;
    }

    .ourStrength_sec {
        padding: 1rem 0rem 2rem;
    }

    .ourExpertise_sec {
        padding: 1rem 0rem 2rem;
    }

    .project_details_sec {
        padding: 2rem 0rem 4rem;
    }

    .project_details_module_sec {
        padding: 1rem 0rem 2rem;
    }

    .about_leftside h4 {
        font-size: 22px;
        text-align: center;
    }

    .talk_expert_Sec {
        padding: 1rem 1rem 2rem;
    }

    .Infrastructure_offer_box_details p {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .IT_Contactus h4 {
        font-size: 18px;
    }

    .Infrastructure_offer_box {
        height: auto;
    }

    .IT_Security_leftText {
        padding: 0rem 2rem 1rem 1rem;
    }

    .animation_box img {
        height: 200px;
        object-fit: cover;
    }

    .portfolio_box_image img {
        width: 250px;
        height: 160px;
    }

    .client_paetners_tab ul li {
        margin-bottom: 1rem;
    }

    .client_paetners_tab .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .client_paetners_tab .nav-pills .nav-link {
        padding: 10px 30px;
        font-size: 16px;
    }

    .employee_lists_sec {
        padding: 1rem 0rem 1rem;
    }

    .personal_data_heading h5 {
        font-size: 15px;
    }

    .Policy_border_box h5 {
        font-size: 16px;
    }

    .employee_lists_grid {
        grid-template-columns: auto;
    }

    .employee_lists_offer_box {
        margin-bottom: 0rem;
    }

    .employee_lists_title {
        min-height: 120px;
    }

    .custom_pagination {
        margin-top: 1rem;
    }

    .gallery_lists_tab .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link,
    .gallery_lists_tab .nav-pills .nav-link {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .project_details_sec::after {
        width: 350px;
        height: 350px;
    }

    .project_details_sec::before {
        width: 430px;
        height: 440px;
    }

    .module_developed_sec h4,
    .project_details_details h4,
    .project_details_details h4 span {
        font-size: 15px;
        text-align: center;
    }

    .project_details_details p {
        text-align: justify;
    }

    .module_developed_sec ul li {
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

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

    .faq_box h2 button {
        font-size: 16px;
    }

    .secondary_menu>ul>li.menu-item-has-children>ul>li>a {
        border: none;
    }

    .offer_box_title h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .membership_details_sec {
        grid-template-columns: auto auto;
    }

    .clientsfeedback_sec::before,
    .clientsfeedback_sec::after {
        display: none;
    }

    .footer_head h4 {
        margin-top: 0px;
    }

    .footer_head {
        margin-bottom: 15px;
    }

    .hr_custme {
        display: none;
    }

    .mbl_border {
        border-bottom: 1px solid #00000014
    }

    .about_leftside p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .ourExpertise_box_image img {
        width: 115px;
    }

    .ourExpertise_box_content h6 {
        font-size: 16px;
    }

    .Industries_details_sec {
        grid-template-columns: auto auto;
    }

    .footer_copyright p {
        text-align: center;
        margin-top: 15px;
    }

    .IT_Security {
        padding: 2rem 0rem 0rem 0rem;
    }

    .single_module_points_evenbox {
        margin-bottom: 1rem;
    }

    .our_projects_sec {
        padding: 0rem 0rem 3rem;
    }

    .footer_address {
        grid-template-columns: auto;
    }

    .footer_head ul li,
    .footer_head ul li span a,
    .footer_quick_link li a {
        font-size: 15px;
        line-height: 26px;
    }

    .footer_bottom_lists {
        grid-template-columns: auto;
    }

    .footer_head {
        margin-top: 1rem;
    }

    .certificate_box img {
        width: 70px;
    }

    .certificate_box {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 375px) {
    .page_top {
        margin-top: 11.5% !important;
    }

    .page_top .carousel-inner .carousel-item .slider_imge {
        min-height: 480px;
        object-fit: cover;
    }

    .header_logo img {
        margin: 20px 0px 0px 18px;
        width: 110px;
    }

    .mobile-nav-wrapper {
        background-position-x: 15%;
    }

    .text_header h4 {
        font-size: 18px;
    }

    .main_banner h4 {
        font-size: 14px;
    }

    .offer_box_icon {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
    }

    .slider_caption_left h5 {
        font-size: 22px;
    }

    .software_slider_lists {
        gap: 3px;
        left: 5%;
    }

    .product_box {
        height: 170px !important;
        margin-bottom: 25px !important;
    }

    .certificate_box {
        padding: 0px 30px;
    }

}






/*
 ==============================
 Media Query Part CSS End
 ==============================
 */

/* Our Expertise Section ================================================*/
.ourExpertise_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.11) 100%);
    padding: 0rem 2rem 3rem;
}

.ourExpertise_box {
    box-shadow: 0px 0px 40px 0px #00000012;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 2rem 0rem 2rem;
    text-align: center;
    margin-bottom: 1rem;
    height: 12rem;
}

.ourExpertise_box_content h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #585555;
    border-top: 1px solid #5855551A;
    padding: 1rem 0rem 0rem;
}

.ourExpertise_box_image {
    margin-bottom: 1rem;
    height: 50px;
}

.ourExpertise_box_image img {
    width: 120px;
    height: 50px;
    object-fit: contain;
}

/* Our Projects Details ================================================*/
.project_details_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 2rem 2rem 3rem;
    position: relative;
}

.project_details_sec::before {
    content: '';
    background-image: url(./img/project_left_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    width: 530px;
    height: 540px;
    z-index: -1;
}

.project_details_sec::after {
    content: '';
    background-image: url(./img/project_right_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 530px;
    height: 540px;
    z-index: -1;
}

.project_details_points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.project_details_points h4 {
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #585555;
}

.project_details_points h4 span {
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #585555;
}

.project_details_imge {
    margin-bottom: 2rem;
    text-align: center;
}

.project_details_imge img {
    border-radius: 20px;
    border: 18px solid #9CC644;
}

.project_details_details h4 {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #105CAA;
    margin-bottom: 1rem;
}

.project_details_details h4 span {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #40423C;
}

.project_details_details p {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    line-height: 27px;
}

.project_details_module_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 2rem 2rem 2rem;
}

.module_developed_sec h4 {
    font-size: 37px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #40423C;
    margin-bottom: 18px;
    margin-top: 15px;
}

.module_developed_sec ul li {
    font-size: 17px;
    font-family: "Open Sans", serif;
    font-weight: 400;
    color: #585555;
    line-height: 27px;
    margin-bottom: 8px;
}

.module_developed_sec ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 7px;
}

.fancybox__container {
    z-index: 2000 !important;
}