/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ======font family=========
font-family: 'Fira Sans', sans-serif;
font-family: 'Inter', sans-serif;
*/

:root {
    --thmColor: #2e3192;
    --redColor: #d43b45;
    --redColor2: #ed1c24;
    --textColor: #252525;
    --textColor90: #111827;

    --f18: 18px;
    --f20: 20px;
    --f22: 22px;
    --f24: 24px;
    --f28: 28px;
    --f30: 30px;
    --f32: 32px;
    --f34: 34px;
    --f36: 34px;
    --f40: 40px;
    --f48: 48px;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    color: var(--textColor);
    font-family: "Fira Sans", sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: var(--f48);
    font-weight: 300;
}

h2 {
    font-size: var(--f36);
    font-weight: 300;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: var(--f24);
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.pb_150 {
    padding-bottom: 150px;
}
.pb_100 {
    padding-bottom: 100px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pt_150 {
    padding-top: 150px;
}
.pt_100 {
    padding-top: 100px;
}
.pt_50 {
    padding-top: 50px;
}

.mb_150 {
    margin-bottom: 150px;
}
.mb_100 {
    margin-bottom: 100px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mt_150 {
    margin-top: 150px;
}
.mt_100 {
    margin-top: 100px;
}
.mt_50 {
    margin-top: 50px;
}

.thm_btn {
    border-radius: 8px;
    background: #453894;
    color: #fff;
    padding: 16px 24px;
    opacity: 1;
    cursor: pointer;
}

.thm_btn.red {
    background: var(--redColor2);
}

.thm_btn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.text-right {
    text-align: right;
}
/* default-css END
================================== */

.top-ribbon {
    background-color: #f3f3f3;
    width: 100%;
}

.top-ribbon .container {
    max-width: 1280px;
    width: calc(100% - 40px);
}

.top-ribbon .d-flex {
}

.top-ribbon a,
.top-ribbon a:hover,
.top-ribbon a:visited {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin: 12px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.header-area {
    padding: 9px 50px;
    width: calc(100% - 40px);
    z-index: 99;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    max-width: 1280px;
    position: fixed;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.header-area.with-top {
    top: 10px;
}

.menu-area nav ul li {
    list-style: none;
    display: inline-block;
}

.menu-area nav ul li a {
    font-size: 16px;
    display: inline-block;
    margin-left: 60px;
    position: relative;
}
.menu-area {
    display: flex;
    gap: 40px;
    align-items: center;
}

.header-area {
}
.container {
    max-width: 1220px;
}
.lg {
}
.row {
}
.align-items-center {
}
.col-lg-3 {
}
.d-none {
}
.d-lg-block {
}
.text-right {
}
.menu-area {
}
.nav_item {
    position: relative;
    overflow: hidden;
    padding: 15px 0px;
    margin-top: 10px;
}

.nav_item > a,
.nav_item > button {
    position: relative;
    background: #fff;
    z-index: 14;
}

.nav_item > a span,
.nav_item > button span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav_item > a span img {
    flex-shrink: 0;
}

.nav_item:hover {
    overflow: unset;
}

.nav_item ul {
    position: absolute;
    background: #fff;
    box-shadow: 3px 19px 10px #0004;
    width: max-content;
    margin-top: 10px;
    z-index: -4;
    opacity: 0;
    transition: all 0.3s;
    height: 0;
    /* visibility: hidden; */
    padding-bottom: 10px;
}

.nav_item:hover ul {
    opacity: 1;
    z-index: 9;
    height: auto;
    /* visibility: visible; */
}

.nav_item ul li a {
    padding: 8px 20px;
    display: block;
    transition: all 0.3s;
}

.nav_item ul li a:hover {
    background: #0001;
}
.col-6 {
}
.logo-area {
    text-align: center;
}
.logoLg {
}
.logoMd {
    display: none;
}
.header_opt {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    gap: 20px;
}
.src_box {
    align-items: center;
    display: flex; /* transform: translateY(5px); */
    position: relative;
}

.src_box button {
    position: relative;
    z-index: 99;
    background: #fff;
}

.src_box:hover input {
    width: 225px;
    box-shadow: 3px 3px 10px #0002;
    padding-left: 20px;
    padding-right: 45px;
    z-index: 9;
}

.src_box:hover {
    /* border: 1px solid #0006; */
}

.src_box input {
    width: 0;
    border: none;
    position: absolute;
    right: 0;
    height: 100%;
    transition: all 0.3s;
    z-index: -1;
}
.cart-blk {
}

.cart-blk a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.d-block {
}
.d-lg-none {
}
.text-center {
}
.bar {
}
.bar-icon {
}
.siteBar-btn {
}
.mobile-menu {
}
.bars {
}
.bi {
}
.bi-x {
}

/* humbergar */
.bar a {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
}
.bar a span {
    width: 100%;
    height: 2.5px;
    background: var(--thmColor);
    display: block;
    position: relative;
    top: 17px;
    border-radius: 30px;
    transition: 0.3s;
}
.bar a span:before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--thmColor);
    bottom: 10px;
    border-radius: 30px;
    transition: 0.3s;
}
.bar a span:after {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--thmColor);
    bottom: -10px;
    border-radius: 30px;
    transition: 0.3s;
}

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
    position: fixed;
    width: 320px;
    height: 100vh;
    background: #f3f3f3;
    z-index: 99;
    box-shadow: 0px 0px 9px -1px #737373;
    top: 0;
    left: 0;
    transition: all 0.3s;
    margin-left: -400px;
    padding-left: 20px;
    padding-top: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav_item > button span {
    width: 100%;
    justify-content: space-between;
    padding-right: 30px;
}

.nav_item > button {
    display: flex;
    width: 100%;
    background: #f3f3f3;
}

.mobile-menu .menu-area {
    display: block;
}

.mobile-menu .menu-area .nav_item ul {
    position: unset;
    width: 100%;
    box-shadow: none;
    background: no-repeat;
}
.siteBar {
    margin-left: 0;
}

.mobile-menu a.bars {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 32px;
}

/* Header section END */

/*============heroHome Area Start =============*/

.heroHome-area {
    height: calc(100vh - 40px);
    position: relative;
}

.heroHome-area .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 1220px;
    text-align: center;
}

.heroHome-area .heroHome-area-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroHome-area .heroHome-area-banner-mobile {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (orientation: portrait) {
    .heroHome-area .heroHome-area-banner {
        display: none;
        object-fit: cover;
    }

    .heroHome-area .heroHome-area-banner-mobile {
        display: block;
        object-fit: cover;
    }
}

.position-img {
}

.position-img img {
    position: absolute;
}
.hero-1 {
    left: 0;
    max-width: 420px;
}
.hero-2 {
    left: 50%;
    transform: translateX(-50%);
    max-width: 450px;
}
.hero-3 {
    right: 0;
    max-width: 460px;
}
.hero-4 {
    bottom: 0;
    left: 0;
    max-width: 270px;
}
.hero-5 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 430px;
}
.hero-6 {
    right: 0;
    bottom: 0;
    max-width: 370px;
}
.heroHome-area .hero-content {
    margin-top: 110px;
}

.hero-content h2 {
    font-weight: 300;
    max-width: 770px;
}

.hero-content h4 {
    font-weight: 300;
}

.heroHome-area .title {
    font-size: 96px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .heroHome-area .title {
        font-size: 64px;
    }
}

@media screen and (max-width: 450px) {
    .heroHome-area .title {
        font-size: 48px;
    }
}

/*============heroHome Area End =============*/

/*============brand Area Start =============*/

.brand-area {
    position: relative;
    overflow: hidden;
}

img.red-Vector {
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: -1;
}
.title {
}

.brand_blk {
    position: relative;
    display: block;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    height: 280px;
    margin-top: var(--f24);
    transition: all 0.3s;
}

.brand_blk:hover {
    box-shadow: 0 0 16px #0002;
}

.brand_background {
    position: relative;
    padding: 20px;
    margin: 0 10px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

/*============brand Area End =============*/

/*============distributor Area Start =============*/

.distributor-area {
}

.distributor-area .row {
    align-items: center;
}
.dist_content {
}

.dist_content span {
    color: var(--redColor);
    text-transform: uppercase;
    display: block;
    margin-bottom: var(--f24);
}

.dist_content h1 {
}

.dist_content img {
    max-width: 177px;
    margin-bottom: var(--f40);
}
.dist_img {
    position: relative;
}

.dist_img > img {
    border-radius: 16px;
}

.dist_img a {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.dist_img a img {
    margin-left: 10px;
}
/*============distributor Area End =============*/

/*============product Area Start =============*/

.product-area {
}

.product-area .thm_btn {
    display: block;
    /* width: max-content; */
    margin-top: var(--f48) !important;
}

.thm_link {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #1d242db2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.thm_link img {
    transition: all 0.3s;
}

.thm_link:hover img {
    transform: translateX(7px);
}
.product_blk {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.product_blk span {
    display: block;
    text-align: center;
    margin-top: var(--f24);
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.product_blk i {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    padding-top: 120% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background: #fff;
}

.product_blk i img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.product_blk:hover i {
    box-shadow: 0 0 15px #0003;
}
.thm_btn {
}
/*============product Area End =============*/

/*============service Area Start =============*/

.service-area {
}
.col-md-6 {
}
.svc_blk {
    margin-bottom: 30px;
    display: block;
}

.svc_blk span {
    display: block;
    text-align: center;
    margin-top: var(--f24);
}

.svc_blk i {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
}

.svc_blk i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.svc_blk:hover i img {
    scale: 1.1;
}
/*============service Area End =============*/

/*============footer Area Start =============*/
.footer-area {
    background: #1d242d;
    color: #fff;
    padding-top: 80px;
    padding-bottom: var(--f24);
}

.footer-area hr {
    margin: var(--f48) 0 var(--f24);
}
.footer_nav {
}

.footer_nav ul li {
    margin-bottom: var(--f18);
}

.footer_nav ul li a,
.footer_nav ul li p {
    font-size: 14px;
    display: block;
}

.footer_nav ul li:first-child {
    margin-bottom: var(--f24);
}

.footer_nav h6 {
    text-transform: uppercase;
    font-weight: 600;
}
.footer-img {
}

.footer-img img {
    max-width: 370px;
}
.social_link {
}

.social_link ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.social_link ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    opacity: 0.5;
    transition: all 0.3s;
}

.social_link ul li a:hover {
    opacity: 1;
}

.social_link ul li:last-child a {
    border: none;
    font-size: 32px;
}
.footer_btm p {
    font-size: 13px;
    margin-bottom: 0;
}
/*============footer Area End =============*/

/*============Brandhero Area Start =============*/
.Brandhero-area {
    height: 120px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.Brandhero-area .hero-content {
    max-width: 250px;
    position: absolute;
    top: 50%;
}

.Brandhero-area .brand_page_logo {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
}

.Brandhero-area .brand_page_logo_small {
    max-width: 200px;
    width: 100%;
    object-fit: contain;
}

.Brandhero-area .container {
}
/*============Brandhero Area End =============*/

/*============YTvideo Area Start =============*/
.YTvideo-area {
    padding-top: 60px;
}

.YTvideo_text {
}

.YTvideo_text span {
    font-size: 12px;
    color: #1d242d7a;
    margin-bottom: var(--f40);
    display: block;
}

span.small_tt {
    font-size: 12px;
    color: #1d242d7a;
    display: block;
    font-weight: 500;
}

span.small_tt a {
    text-decoration: none;
}
.YTvideo_frame {
    margin-top: var(--f48);
    display: flex;
    align-items: center;
    justify-content: center;
}

.YTvideo_frame img,
.YTvideo_frame iframe {
    width: 100%;
    border-radius: 8px;
}

.YTvideo_frame img {
    max-width: 272px;
    object-fit: contain;
}

/*============YTvideo Area End =============*/

/*============ Area Start =============*/
.Testers-area span.small_tt {
    margin-bottom: 10px;
}
.top_space {
    padding-top: 250px;
}
.Testers-area .product_blk i {
    padding: 20px;
}
/*============ Area End =============*/

/*============Specifications Area Start =============*/
.Specifications-area {
}
.container {
}
.row {
}
.col-lg-12 {
}
.title {
}
.Specifications-accordion {
    margin: 60px 0 50px;
    border-top: 1px solid rgba(37, 37, 37, 0.15); /* border-bottom: 1px solid rgba(37, 37, 37, 0.15); */
}

.Specifications-accordion a.thm_btn {
    display: block;
    margin: auto;
    width: max-content;
    margin-top: 80px;
}
.accordion {
}
.accordion-flush {
}
.acordion_blk {
}
.accordion-item {
}
.accordion-header {
}
.accordion-button {
    padding: 24px 10px;
    font-size: var(--f24);
    font-weight: 300;
    text-align: left;
}
.collapsed {
}
.accordion-collapse {
}
.collapse {
}
.accordion-body ul li {
    display: flex;
}

.accordion-body ul li h6 {
    width: 30%;
}

.accordion-body {
    padding-top: 30px;
}
.thm_btn {
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    transform: unset;
    margin-top: 13px;
    height: 12px;
    filter: brightness(0.6);
}
.accordion-button::after {
    background-image: url(../img/plus.svg);
    filter: brightness(0.5);
}
/*============Specifications Area End =============*/

/*============ Area Start =============*/
.Insulation-area {
}

.Insulation-area hr {
    margin: 80px 0;
    background: rgba(37, 37, 37, 0.15);
    opacity: 1;
}

.Insulation-area span.small_tt {
    margin-bottom: var(--f40);
}

.small_tt {
}
.Insulation_img {
    position: relative;
    padding-top: 120% !important;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.Insulation_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.Insulation_content {
    margin-top: 20px;
}

.Insulation_content p {
    margin: 16px 0 var(--f40);
}

.Insulation_content a.thm_btn {
    font-weight: 600;
    padding: 12px 24px;
}
.flex {
    display: flex;
}

.Insulation_content .flex {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.quantity {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.quantity button {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter__decrement {
}
.counter__input {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    height: 100%;
}
.counter__increment {
    background: var(--redColor2);
}
.thm_btn {
}
.red {
}
.Insulation-text {
}

.Insulation-text p {
    margin-bottom: 0;
}
/*============ Area End =============*/

/*============ Area Start =============*/
.Request-area {
}

.Request-area .thm_btn {
    padding: 12px;
}

.Request-area span.small_tt {
    margin-bottom: 8px;
}
.mb_150 {
}
.container {
}
.row {
}
.col-lg-12 {
}
.sec_title {
}
.small_tt {
}
.title {
}
.col-lg-2 {
}
.col-md-4 {
}
.select_blk {
    margin-top: var(--f40);
    position: relative;
}

.select_blk label,
.input_blk label {
    display: block;
    margin-bottom: 8px;
}
.wide {
}

.nice-select.half-wide {
    width: 150px;
    border-radius: 6px 0 0 6px !important;
}
.nice-select {
    display: flex;
    align-items: center;
    overflow-y: visible !important;
}

.nice-select.wide {
    overflow-y: visible !important;
}
.col-lg-5 {
}
.input_blk {
    margin-top: var(--f40);
    position: relative;
}

.iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #25252526;
    padding-right: 12px;
    padding-left: 16px;
    gap: 2px;
}

.input_blk > span {
    color: rgba(0, 0, 0, 0.25);
    display: block;
    margin-top: 75px;
}

.input_blk i {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin: 40px 0 80px;
}

.input_blk input,
.input_blk textarea {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    position: relative;
}

.input_blk textarea {
    height: 180px;
    padding: 14px 16px;
}

.input_blk input::placeholder {
    color: #00000040;
}
.col-lg-6 {
}
.col-md-6 {
}
.f-input::placeholder {
    color: #fff;
}
.fileUpload {
}
.btn {
}
.btn--browse {
}
.upload {
}
.thm_btn {
}
.red {
}
.w-100 {
}
.d-block {
}
.text-center {
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload button {
    display: block;
    cursor: pointer;
    width: 100%;
    text-align: right;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.btn--browse {
    border-left: 0;
    border-radius: 0 2px 2px 0;
    height: 48px;
    position: absolute;
    right: 0;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: end;
    text-align: right;
}

.f-input {
    height: 42px;
    background-color: white;
    border: 1px solid gray;
    width: 100%;
    float: left;
    padding: 0 14px;
    background: #2e3192;
    color: #fff;
    pointer-events: none;
}
/*============ Area End =============*/

/*============ Area Start =============*/
.Quatar-hero {
    height: 460px;
    background-size: cover;
    background-position: bottom;
}

.Quatar-area {
    padding-top: 80px;
}
.Quatar_text_top {
}

.Quatar_text_top ul li,
ul.list-disk li {
    margin-left: 20px;
    margin-bottom: 20px;
}

.mw-800 {
    max-width: 800px;
    margin-inline: auto;
    margin: 80px auto 80px;
}

.Quatar_text_top p {
}
.small_tt {
}
.YT_frame {
}

.YT_frame iframe {
    width: 100%;
    height: 680px;
    /* max-height: 680px; */
    border-radius: 10px;
}
.Quatar_text {
    margin-top: 80px;
}

.Quatar_text h1 {
    margin-bottom: 20px;
}
.title {
}
.Qatar-accordion {
    margin-top: 80px;
}

.Qatar-accordion .accordion-button:not(.collapsed)::after {
    margin-top: 0;
}

.Qatar-accordion .accordion-button::after {
    background-color: var(--redColor2);
    filter: brightness(1);
    width: 48px;
    height: 48px;
    background-position: center;
}

.Qatar-accordion .accordion-body p {
    max-width: 700px;
    margin-bottom: 0;
}

.Qatar-accordion .accordion-body {
    padding-top: 10px;
}

.Qatar-accordion .accordion-collapse {
    border: none;
}

.Qatar-accordion .accordion-button {
    border: none;
}
.accordion {
}
.accordion-button {
}

/*============ Area End =============*/

/*============ Area Start =============*/
.ab-hero .hero-content {
    text-align: left;
    color: #fff;
    width: 100%;
}

.ab-hero .hero-content h1 {
    margin-bottom: 20px;
}

.ab-hero .hero-content p {
}

.ab-hero .hero-content > div {
    max-width: 800px;
}

.ab-hero {
    background-size: cover;
    background-position: center;
}

.ab-hero .container {
    /* justify-content: start; */
}
/*============ Area End =============*/

/*============ Area Start =============*/

.Overview-area,
.Approach-area {
    padding-bottom: 50px;
}
.container {
}
.row {
}
.col-lg-12 {
}

.Overview-area .title,
.Approach-area .title {
    margin: 40px 0 40px;
}
.col-lg-4 {
}
.col-md-6 {
}
.Approach_blk {
    background: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 24px;
}

.Approach_blk p {
    margin-bottom: 0;
    max-width: 300px;
    margin-inline: auto;
}

.Approach_blk h4 {
    font-weight: 400;
}

.Approach_blk i {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thmColor);
    border-radius: 50%;
    margin: auto;
    margin-bottom: var(--f24);
}
/*============ Area End =============*/

/*============ Area Start =============*/

.vision-area {
    /* background: #c4c4c4; */
    /* color: #fff; */
    padding: 80px 0;
}

.vision-area h1 {
    margin-bottom: 0;
}
.col-lg-6 {
}
.vision-img {
    border-radius: 40px;
    overflow: hidden;
}
/*============ Area End =============*/

/*============ Area Start =============*/

.Mission-area {
    padding: 50px 0 0 0;
}
.Mission_img {
    position: relative;
    height: 100%;
}

.Mission_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: var(--thmColor);
    z-index: -1;
    border-radius: 8px;
    max-height: 555px;
}

.Mission_img h2 {
    max-width: 370px;
    text-align: center;
    position: absolute;
    /* color: #fff; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 50px;
}

.Mission_img i {
    position: relative;
    font-style: normal;
    display: flex;
    max-width: 555px;
    margin-left: 30px;
}

.Mission_img i img {
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.Mission_text {
    background: #fff;
    border-radius: 10px;
    padding: 56px;
}

.Mission_text p {
    margin-bottom: 0;
    font-size: var(--f20);
    line-height: var(--f40);
}
.list-arrow {
}

.list-arrow li {
    flex-basis: 90%;
    padding-left: 30px;
    position: relative;
}

.list-arrow li b {
    font-weight: 500;
}

.list-arrow li:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 20px;
    left: 0;
    top: 8px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
}

ul.list-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--f24);
    font-size: var(--f20);
    padding-left: 27px;
    margin-top: var(--f48);
}
/*============ Area End =============*/

/*============ Area Start =============*/

.Corporate-area {
    /* background: #c4c4c4; */
    /* color: #fff; */
}

.Corporate-area .row {
    align-items: center;
}
.Corporate_text {
    padding: 60px 0;
}

.Corporate_text p {
    font-size: var(--f20);
    line-height: var(--f40);
}
.Corporate_img {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-right: -118px;
}

.Corporate_img img {
    height: 100%;
}
/*============ Area End =============*/

/*============ Area Start =============*/

.Safety-area {
}
.Safety-text {
    margin: 80px 0;
}
/*============ Area End =============*/

/*============ Area Start =============*/
.sellBrand-area {
    padding-top: 120px;
}

.sellBrand-area hr {
    margin: 80px 0;
}
.sellBrand_img {
    text-align: center;
}

.sellBrand_img img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

.sellBrand_img h6 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: var(--f24);
}
.sellBrand_text {
    margin-right: -5px;
}

.sellBrand_text.Tektronix ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sellBrand_text.Tektronix ul li {
    flex-basis: 44%;
}

.sellBrand_text.Tektronix ul li:last-child {
    margin-bottom: 0;
}

.sellBrand_text.LPKF ul li {
    margin-bottom: 4px;
}

.sellBrand_text.LPKF ul {
    margin-bottom: var(--f40);
}

.sellBrand_text h6 {
    margin-bottom: 16px;
}

.sellBrand_text p {
    margin-bottom: var(--f24);
}

.sellBrand_text h1 {
    margin-bottom: 16px;
}
.list-disk {
}
/*============ Area End =============*/

/*============Training Area Start =============*/
.Training-area {
    padding: 150px 0 120px;
}
.container {
}
.row {
}
.col-lg-3 {
}
.col-md-6 {
}
.Training_blk {
    background: var(--thmColor);
    color: #fff;
    height: 300px;
    margin-bottom: var(--f28);
    border-radius: 8px;
    padding: var(--f24);
}

.Training_blk p b {
    font-weight: 500;
}

.Training_blk h4 {
    font-weight: 300;
    line-height: var(--f32);
}

.Training_blk p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: var(--f24);
}
.ITC-text {
}

.ITC-text p {
    margin-bottom: var(--f20);
}

.ITC-text h1 {
    margin-bottom: var(--f24);
}
/*============Training Area End =============*/

/*============Careers Area Start =============*/

.Careers-Hero {
    height: 460px;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.Careers-Hero h1 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.CareersH-content {
}
/*============Careers Area End =============*/

/*============jobs Area Start =============*/
.jobs-area {
    padding-top: 80px;
}

.jobs-area hr {
    margin-top: 50px;
    margin-bottom: 80px;
    opacity: 1;
    background: #b3b3b3;
}
.small_tt {
}
.job_blk {
    width: 100%;
    height: 280px;
    background: var(--thmColor);
    color: #fff;
    padding: var(--f24);
    border-radius: 8px;
    margin-bottom: var(--f30);
    position: relative;
    overflow: hidden;
}

.job_blk.active h3,
.job_blk:hover h3,
.job_blk.active p,
.job_blk:hover p {
    opacity: 0.3;
}

.job_blk.active .apply_btn,
.job_blk:hover .apply_btn {
    bottom: 0;
}

.job_blk a {
}

.job_blk h3 {
    font-size: var(--f32);
    font-weight: 300;
}
.apply_btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: var(--redColor2);
    height: 48px;
    display: flex;
    align-items: center;
    width: max-content;
    padding-left: 12px;
    transition: all 0.3s;
}

.apply_btn i {
    width: 48px;
    background: var(--redColor2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
/*============jobs Area End =============*/

/*============FAQ Area Start =============*/
.FAQ-area {
}

.FAQ-area .container {
    max-width: 800px;
}

.FAQ_text {
    /* border-top: 1px solid #B3B3B3; */
}

.FAQ_text h1 {
    margin-bottom: var(--f24);
}
.spc {
    margin-bottom: 80px;
}
.FAQ {
    margin-top: 0;
}

.Qatar-accordion.FAQ .accordion-body ul li {
    display: list-item;
    margin-bottom: 0;
}
.list-disk {
}

/*============FAQ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti {
    width: 100%;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.error.text-danger {
    margin: 4px !important;
}

.nice-select .list {
    max-height: 250px;
    overflow-y: visible !important;
}

.rw-html {
    position: relative;
    width: 100%;
}

.rw-html img {
    max-height: 300px;
    object-fit: contain;
}

.rw-html figcaption {
    display: none;
}

.list-arrow {
}

.rw-html li {
    flex-basis: 90%;
    padding-left: 30px;
    position: relative;
}

.rw-html li b {
    font-weight: 500;
}

.rw-html li:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 16px;
    left: 0;
    top: 8px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
}

.rw-html ol,
.rw-html ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--f24);
    font-size: var(--f20);
    padding-left: 27px;
    margin: var(--f24) 0;
}

.rw-html p {
    font-size: 16px;
    line-height: 1.5 !important;
}

.rw-html h1,
.rw-html h2,
.rw-html h3,
.rw-html h4,
.rw-html h5,
.rw-html h6 {
    font-weight: 300 !important;
}

.rw-html p {
    margin-bottom: 4px;
}

.floating-button {
    position: fixed;
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 100;
}

.whatsapp-floating-button {
    bottom: 30px;
    right: 124px;
    z-index: 100;
}

.floating-button .floating-button-background {
    position: absolute;
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp-floating-button img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.floating-button.whatsapp-floating-button .floating-button-text {
    position: absolute;
    height: 42px;
    width: 120px;
    padding: 4px 12px 4px 32px;
    top: 50%;
    left: 50%;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 100px;
    transform: translate(0, -50%);
    z-index: -1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 42px);
    left: -21px;
    transform: translate(0, -50%);
}

.service-carousel .owl-nav {
    top: calc(50% - 48px);
    transform: translate(0, 0);
}

.owl-nav div {
    position: absolute;
    top: 50%;
    /* border: 1px solid var(--thmColor); */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.owl-prev {
    left: 0;
    display: flex;
    background: #fff;
}

.owl-next {
    right: 0;
    display: flex;
    background: #fff;
}

.owl-prev i,
.owl-next i {
    margin: auto;
}

.starlabel:after {
    content: " *";
    color: red;
}

.sellBrand_anchor {
    transform: translate(0, -200px);
}
