@font-face {
    font-family: EurostileNextLTPro;
    src: local("../font/cooper-hewitt/CooperHewitt-Bold.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-BoldItalic.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Book.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-BookItalic.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Heavy.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Light.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-LightItalic.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Medium.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-MediumItalic.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Semibold.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-SemiboldItalic.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-Thin.otf");
    src: local("../font/cooper-hewitt/CooperHewitt-ThinItalic.otf");
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f5f5f7 !important;
}

img {
    height: 100%;
    width: 100%;
}

.row {
    width: 100%;
    margin: auto !important;
}

/* ==================== Header Section ==================== */
#header_sec {
    background: #000000;
    z-index: 10;
    position: relative;
}

#header_sec .site_logo {
    width: 20%;
}

#header_sec .main_header {
    padding: 20px 0px;
    box-shadow: 0px 0px 5px 0px;
}

.header_logo {
    display: flex;
    align-items: center;
    height: 100%;
}

#header_sec .site_logo img {
    width: 100%;
}

#header_sec .navigation {
    width: 80%;
}

.header_nav {
    height: 100%;
}

#header_sec .navbar-nav {
    flex-direction: row;
    justify-content: end;
    gap: 40px;
    height: 100%;
    align-items: center;
}

.main_header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;
    box-shadow: 0px 0px 20px 0px #00000094;
}

.nav-item a {
    font-size: 20px;
    font-family: monospace;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.toggler {
    display: none;
}

.toggler i {
    font-size: 22px;
    color: #ffffff;
}

.cross i {
    font-size: 20px;
    padding: 5px 7px;
    border: 2px solid #000000;
    border-radius: 6px;
    color: #000000;
    display: none;
}

/* ==================== Hardware Section ==================== */
#hardware_sec {
    background-position: center;
    background-size: 100% 100%;
    height: 100vh;
    padding: 100px 0px 100px 0px;
    /* padding: 200px 0px 100px 0px; */
    /* margin-top: -95px; */
}

#software_sec,
#electronics_sec,
#clean_energy_sec {
    background-position: center;
    background-size: 100% 100%;
    padding: 100px 0px 100px 0px;
    height: 100vh;
}

section .sec_body,
.sec_body .container {
    height: 100%;
}

.sec_body .content-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.content-box .content {
    width: 65%;
}

.content-box .content .title {
    font-size: 30px;
    line-height: 40px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.5px;
}

.content-box .content .sub_title {
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0px;
}

.content-box .content .text {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}

.content-box .content .more_btn a {
    font-size: 17px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
}

/* ==================== Footer Section ==================== */
#footer_sec {
    padding: 15px 0px;
    background-color: #000000;
}

.footer_logo {
    width: 220px;
    margin: 60px auto 80px auto;
}

#footer_sec .footer_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer_content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.footer_content .list {
    list-style: none;
    padding: 0;
}

.footer_content .mail {
    margin-bottom: 8px;
}

.footer_content .call_list {
    padding-top: 15px;
}

.footer_content .mail a,
.footer_content .call a,
.footer_content .link a {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}

.footer_content .call .title {
    font-size: 18px;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: capitalize;
}

.footer_content .icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
}

.footer_content .media,
.footer_content .footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.main_footer {
    border-bottom: 1px solid #616161;
    padding-bottom: 30px;
}

.footer_text .text {
    font-size: 17px;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 25px 0px 10px 0px;
}

.footer_text .text a {
    text-decoration: none;
    color: #ffffff;
}

/* ==================== Breadcrumb Section ==================== */
#title_banner {
    background-size: cover;
    background-repeat: no-repeat;
}

#title_banner .content {
    padding: 100px 0px;
    text-align: center;
}

.breadcrumb-box .title {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.breadcrumb-list span a,
.breadcrumb-list span.page_title {
    font-size: 16px;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
}

.breadcrumb-list span a i {
    font-size: 16px;
    margin-right: 6px;
}

.breadcrumb-list span.page_title {
    padding-left: 25px;
    position: relative;
}

.breadcrumb-list span.page_title::after {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 13px;
    height: 2px;
    content: '';
    background: #fff;
    border-radius: 50px;
}

/* ==================== Contact Us Page ==================== */
#contact_page-form {
    padding: 50px 0px;
}

#contact_page .row1 {
    padding: 90px 0px;
}

.contact-box {
    box-shadow: 0px 4px 80px rgba(3, 4, 28, 0.08);
    text-align: center;
    padding: 60px 45px 55px;
    background: #ffffff;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box:hover .contact_icon {
    background-color: #282e35;
    color: #ffffff;
}

.contact_icon {
    display: inline-flex;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 108, 228, 0.1);
    border-radius: 50%;
    color: #282e35;
    font-size: 30px;
    transition: all 0.3s linear;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.contact_title {
    color: #000;
    margin-top: 0px;
    line-height: 40px;
    margin-bottom: 0;
    word-break: break-word;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_content a {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #777777;
    margin-bottom: 25px;
    text-decoration: none;
}

.contact_content a:hover {
    color: #282e35;
}

#contact_page-form .sec_title {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 25px;
}

#contact_page-form .contact-social-title {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #777777;
}

#contact_page-form .contact-info-social {
    padding: 16px 0px;
    display: flex;
    gap: 20px 30px;
    list-style: none;
    flex-wrap: wrap;
}

#contact_page-form .contact-info-social li i {
    font-size: 20px;
    color: #000000;
}

#contact_page-form .contact-info-social li {
    width: 40px;
    height: 40px;
    border: 1px solid #777777;
    border-radius: 6px;
}

#contact_page-form .contact-info-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#contact_page-form form {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    gap: 25px 15px;
    justify-content: space-between;
}

#contact_page-form form .form_field {
    width: 48%;
    position: relative;
}

#contact_page-form form .form_field i,
#contact_page-form .form__msg_field i,
#contact_page-form .form__attch_field i {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 15px;
    color: #bababa;
    z-index: 2;
}

#contact_page-form form input,
#contact_page-form form textarea {
    padding: 7px 10px;
    border: 2px solid #bababa;
    width: 100%;
}

#contact_page-form .form__msg_field,
#contact_page-form .form__msg_field textarea,
#contact_page-form .form__attch_field {
    width: 100%;
    position: relative;
}

#contact_page-form form textarea {
    height: 150px;
}

#contact_page-form form [type="submit"] {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    background: transparent;
    padding: 13px 10px 12px 10px;
    width: 100%;
    transition: all 1s;
    overflow: hidden;
    position: relative;
    border: 2px solid #282e35;
}

#contact_page-form form [type="submit"]::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0%;
    top: 0%;
    background-color: #282e35;
    transition: all 0.75s;
    opacity: 1;
    z-index: -1;
}

#contact_page-form form [type="submit"]:hover::after {
    height: 100%;
    opacity: 2;
}

#contact_page-form form [type="submit"]:hover {
    color: #ffffff;
}

#contact_page_map {
    padding-top: 40px;
}

/* ==================== About Us Page ==================== */
.about_page .row1,
.about_page .row7 {
    padding: 80px 0px;
}

.about_page .about_content .title,
.print-tab-content .about_content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.print-tab-content .about_content .title {
    font-size: 35px;
    line-height: 45px;
}


.about_page .about_content p,
.print-tab-content .about_content p {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
}

.about_page .about_img,
.about_page .about_img .img,
.print-tab-content .about_img .img {
    height: 100%;
    width: 100%;
}

.about_page .content_col {
    display: flex;
    align-items: center;
}

/* ==================== About Us Page Tab ==================== */

.print-tab {
    margin-bottom: 3em;
    width: 100%;
    overflow: hidden;
}

.print-tab ul.print-tab-menu {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    background: #f3f3f3;
    text-align: center;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 50px;
    justify-content: center;
    background: #c3c3c3;
    box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px;
}

.print-tab ul.print-tab-menu>li {
    position: relative;
    cursor: pointer;
}

.print-tab ul.print-tab-menu>li.active {
    border-top: 3px solid rgb(0, 0, 0);
    border-bottom: 3px solid rgb(0, 0, 0);
    background: #fff;
    z-index: 2;
}

.print-tab ul.print-tab-menu>li>a {
    display: block;
    min-width: 140px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
}

.print-tab .print-tab-content>div {
    margin-top: -3px;
    position: relative;
    display: none;
}

.print-tab .print-tab-content>div.view {
    display: block;
    width: 100%;
    min-height: 200px;
}

.print-tab .print-tab-content>div p {
    min-height: 200px;
    display: block;
}

.print-tab-content .content_col {
    display: flex;
    align-items: center;
}

/* ==================== Hardware Page ==================== */
.services_row.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 30px;
    padding: 80px 0px;
}

.services_row .service_card {
    box-shadow: 1px 3px 5px 0 #87878780;
    padding: 0;
    border-radius: 15px;
    background-color: #ffffff;
}

.services_row .service_card img {
    border-radius: 15px 15px 0px 0px;
}

.service_card .content {
    padding: 20px 15px;
}

.service_card .title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    margin: 10px 0px 15px 0px;
}

.service_card .text {
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #7d7d7d;
    margin: 0;
    text-align: justify;
    display: flex;
}

/* ==================== Careers Page ==================== */
.work_with_us_main {
    padding: 80px 0px 80px 0px;
}

.sec_title h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.sec_title {
    margin-bottom: 40px;
}

.why_choose_us_main .row {
    padding-top: 15px;
}

.work_with_us p,
.why_choose_us_main p {
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.why_choose_us_contain {
    display: flex;
    justify-content: center;
    text-align: justify;
}

.sec_title hr {
    width: 100px;
    height: 2px;
    text-align: center;
    margin: auto;
    opacity: 1;
    background-color: rgb(248, 243, 246);
    background-image: linear-gradient(to right, rgb(0, 0, 0, 1), rgb(147, 145, 151, 1));
    color: #939197;
}

.section_fourth,
.section_third {
    padding-bottom: 80px;
}

.career_form_main {
    background-size: 100% 100%;
}

.career_form {
    padding: 80px 0px;
}

.career_form .form {
    padding: 40px 25px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    background: #e2e2e269;
}

.career_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
    justify-content: space-between;
}

.career_form .form_field {
    width: 48%;
}

.career_form .form_field input,
.career_form .form_field select,
.career_form .form_doc_field {
    width: 100%;
    border: none;
    padding: 10px 10px;
    background-color: #ffffff;
    border-radius: 6px;
}

.career_form .form_field input::placeholder,
.career_form .form_field select::placeholder {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.career_form form button[type="submit"] {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    background: #282e35;
    padding: 10px 40px 10px 40px;
    border: navajowhite;
}

.card-body select option {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 5px 0px !important;
    font-weight: 400;
    background: #282e35 !important;
    color: #fff;
}

.card-body form button {
    border: 2px solid #282e35;
    padding: 10px 35px;
    background: #282e35;
    margin-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

/* ==================== About Us Page ==================== */

#about_page_sec_one .sec_one {
    position: relative;
    background-image: url('../images/about-us/abot-us-page1.png');
    background-size: cover;
    height: 100vh;
}

#about_page_sec_one .sec_one::after {
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}

.sec_one .content_col {
    height: 100%;
    position: relative;
    z-index: 2;
}

.sec_one p {
    margin: 0px;
    font-size: 18px !important;
    letter-spacing: 1px;
}

.sec_one .sec_content {
    height: 100%;
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 40px 0px;
}

.sec_content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.sec_content .text {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #ffffff;
}

#about_page_sec_two .item .slide_content {
    padding: 250px 50px;
    color: #fff;
}

#about_page_sec_two .item .slide_content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

#about_page_sec_two .item .slide_content .text {
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
}

#about_page_sec_two .item {
    height: 700px;
}

#about_page_sec_two .item .slide_bg {
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
}

#about_page_sec_two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    color: #ffffff;
    width: 95%;
    justify-content: space-between;
    margin: 0 auto !important;
    right: 0;
    left: 0;
}

#about_page_sec_two .owl-nav i {
    font-size: 30px;
}

#about_page_sec_three .sec_three {
    background-size: 100% 100%;
    background-position: center;
}

.sec_three .col-lg-8 {
    background-color: #000000c2;
    margin-top: 120px;
}

.sec_three .sec_content {
    padding: 60px 30px 46px 30px;
}
.sec_three .content ul{
    padding-left: 15px;
    color: #fff;
}
.sec_three .content ul p{
    margin: 0;
}
.sec_four .sec_content .title,
.sec_four .sec_content .text {
    color: #000000;
}

.sec_four .content_row {
    grid-template-columns: repeat(24, 1fr);
    display: grid;
}

.sec_four .content_row .content_col {
    grid-column-end: 14;
    grid-column-start: 3;
    grid-row-end: 1;
    grid-row-start: 1;
    display: flex;
    align-items: center;
    padding: 0px 55px 0px 12px;
}

.sec_four .content_row .img_col {
    grid-column-end: 25;
    grid-column-start: 14;
    grid-row-end: 1;
    grid-row-start: 1;
    padding: 0;
}