

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}



body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

a:focus {
    outline: 1px dotted #000;
}

a:focus-within {
    outline: 1px dotted #000;
}

body {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

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

p {
    margin: 0px;
    font: 400 16px/27px 'Montserrat', sans-serif;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.container-fluid {
    padding: 0 30px;
}

.section-padding {
    padding: 60px 0;
}

/** Header css **/

.header-main {
    width: 100%;
    display: inline-block;
}

.header-top {
    width: 100%;
    display: inline-block;
    background-color: #0b7b7b;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-contact p {
    padding: 12px 0;
}

.header-contact a {
    background: #fff;
    color: #000;
    padding: 5px;
    margin: 0 0 0 10px;
}

.header-bottom {
    width: 100%;
    display: inline-block;
}

.main-logo {
    width: 100%;
    display: inline-block;
    border-right: 2px solid #f1f1f1;
    padding: 0px 30px 0px 0px;
}

.main-logo img {
    width: 100%;
    max-width: 350px;
}


.info-main {
    width: 100%;
    display: inline-block;
    padding: 22.5px 0;
    border-bottom: 2px solid #f1f1f1;
}

.info-main ul li {
    display: inline-block;
    margin-left: 30px;
}

.info-main ul li a {
    color: #606060;
    font-size: 16px;
    font-weight: 300;
}

.info-main ul li a i {
    color: #0b7b7b;
    padding-right: 10px;
}

.info-main ul li .search-form {
    display: flex;
    align-items: center;
}

.info-main ul li .search-field {
    width: 132px;
    height: 35px;
    outline: none;
    border-radius: 8px 0px 0px 8px;
}

.info-main ul li .search-submit {
    background: #0b7b7b;
    border: none;
    border-radius: 0px 8px 8px 0px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    width: auto;
    font-size: 15px;
}


.navbar {
    width: 100%;
    display: inline-block;
    text-align: end;
}

.navbar ul>li {
    display: inline-block;
    margin-left: 30px;
}

.navbar ul>li>a {
    padding: 0 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    border: none;
    color: #555;
    display: inline-block;
    outline: none;
    padding: 16px 0px;
}

.navbar ul>li>a:hover {
    color: #0B7B7B;
}

.navbar ul li a.active {
    /* background: linear-gradient(to bottom, #f0f0f0, #ddd); */
}


.navbar ul>li>.mega-menu {
    position: absolute;
    left: auto;
    right: 0;
    width: calc(100% + 270px);
    background: #fff;
    padding: 20px 30px;
    top: 84px;
    z-index: 100;
    margin: -15px auto auto;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    border-radius: 0 0 8px 8px;
    border-top: 2px solid var(--primary-color);
    transition: all .4s ease;
    transform: scaleY(0);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    height: auto;
}

.navbar ul>li>.mega-menu.mega-menu-a {
    width: 600px;
}

.navbar ul>li>.mega-menu.mega-menu-b {
    width: 250px;
    right: 147px;
}

.navbar ul>li:focus-within>.mega-menu,
.navbar ul>li:hover>.mega-menu {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    transform: scale(100%);
}

.navbar ul>li>.mega-menu .mega-menu-bar {
    position: relative;
    padding-top: 40px;
}



.navbar ul>li .mega-menu .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

.navbar ul>li .mega-menu .mega-menu-bar .column h3 {
    color: #0b7b7b;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    text-decoration: none;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;

}

.navbar ul>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin: 0;
}

.navbar ul>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #202124;
    padding: 10px 0;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease;
}

/* 
.mega-menu li.current a {
    color: #007893 !important;
} */

.dropdown-toggle::after {
    position: relative;
    top: 2px;
}

/** banner css **/

.banner-main {
    width: 100%;
    display: inline-block;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 32px;
    color: #fff;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 32px;
    color: #fff;
}

.slider-content {
    width: 100%;
    display: inline-block;
    position: relative;
}

.slider-img {
    width: 100%;
}

.slider-img img {
    width: 100%;

}

.caption {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    z-index: 999;
    text-align: left;
}

.caption h2 {
    font-size: 44px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 20px;
    /* text-transform: uppercase; */
}

.caption span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #0b7b7b;
    text-transform: capitalize;
}

.readmore {
    font-size: 16px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #fff;
    transition: 0.5s ease all;
    background: #0b7b7b;
    border-radius: 50px;
    border: 1px solid #007b7b;
}

.readmore:hover {
    background: #fff;
    color: #0b7b7b;
    border: 1px solid #0b7b7b;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swiper-pagination-bullet-active {
    background-color: #0b7b7b !important;
}

.swiper-pagination-bullet {
    background-color: #fff;
}




.about-main {
    width: 100%;
    display: inline-block;
}

.about-content {
    width: 100%;
    display: inline-block;
}

.about-content h2 {
    font-weight: 300;
    font-size: 44px;
    padding: 0 0 30px;
    line-height: 50px;
    color: #0b7b7b;
    text-align: center;
}

.about-content h2 span {
    color: #000;
    font-weight:500;
}

.about-content a {
    margin: 0 auto;
}


/** products */

.products-main {
    width: 100%;
    display: inline-block;
    background-color: #eee;
}

.products-heading {
    width: 100%;
}

.products-heading h2 {
    font-weight: 300;
    font-size: 44px;
    padding: 0 0 30px;
    line-height: 50px;
    color: #0b7b7b;
    text-align: center;
}

.products-heading h2 span {
    color: #000;
    font-weight: 500 !important;
}


.rts-single-offer {
    padding: 30px;
    border: 1px solid #c8c8c8;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    margin-top: 30px;
}

.rts-single-offer::after {
    position: absolute;
    content: "";
    left: -10%;
    top: -30%;
    height: 250px;
    width: 250px;
    filter: blur(50px);
    background: #0b7b7b;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.rts-single-offer:hover::after {
    opacity: 0.6;
}

.rts-single-offer:hover {
    border-color: #0b7b7b;
}

.rts-single-offer a.thumbnail {
    overflow: hidden;
    display: block;
    max-height: max-content;
    margin-bottom: 30px;
}

.rts-single-offer a.thumbnail img {
    transition: 0.8s;
    max-height: max-content;
    width: 100%;
}

.rts-single-offer a.thumbnail:hover img {
    transform: scale(1.05);
}

.rts-single-offer .content-wrapper .title {
    margin-bottom: 15px;
    transition: all 0.4s;
    font-weight: 500;
}

.rts-single-offer .content-wrapper .disc {
    margin-bottom: 20px;
    color: #6E777D;
}

.rts-single-offer .content-wrapper .rts-btn {
    border: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 20px;
    gap: 10px;
    color: #0C0A0A;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    max-width: max-content;
}

.rts-single-offer .content-wrapper .rts-btn i {
    margin-left: 10px;
}

.rts-single-offer .content-wrapper .rts-btn:hover {
    background: #0b7b7b;
    border-color: #0b7b7b;
    color: #fff;
}




/** video home section**/

.videos-main {
    width: 100%;
    display: inline-block;
}

.videos-heading {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.videos-heading h2 {
    font-weight: 300;
    font-size: 44px;
    padding: 0 0 50px;
    line-height: 50px;
    color: #0b7b7b;
    text-align: center;
}

.videos-heading h2 span {
    color: #000;
    font-weight: 500;
}

.video-home {
    width: 100%;
    display: inline-block;
}

.video-home h5 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    padding: 40px 0 25px;
    line-height: 26px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
}

.video-home h5::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #007b7b;
}


/***********/

.application-main {
    width: 100%;
    display: inline-block;
    background-color: #eee;
}

.application-heading {
    width: 100%;
    text-align: center;
}

.application-heading h2 {
    font-weight: 300;
    font-size: 44px;
    padding: 0 0 30px;
    line-height: 50px;
    color: #0b7b7b;
    text-align: center;
}

.application-content {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 600px;
}

.application-content img {
    width: 100%;
    border-radius: 20px;
}

.application-content h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 25px 0 15px;

}

.application-content p {
    font-size: 15px;
    line-height: 20px;
}

.application-content a {
    margin: 20px 0 0;
}


.view-all {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}

.view-all a {
    width: 250px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
}




.client-main {
    width: 100%;
    display: inline-block;
}

.client-intro {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.client-intro h2 {
    font-weight: 300;
    font-size: 44px;
    padding: 0 0 30px;
    line-height: 50px;
    color: #0b7b7b;
    text-align: center;
}

.client-intro h2 span {
font-weight: 500;
    color: #000;
}


.client-logo {
    margin-top: 50px;
    width: 100%;
    display: inline-block;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-slide .client-img img {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 5/2;
    object-fit: contain;
}

.client-img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 70px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}





.presence-main {
    width: 100%;
    display: inline-block;
    background-color: #e7f2f2;
}

.presence-img {
    width: 100%;
}

.presence-img img {
    width: 100%;
    max-width: 360px;
}

.presence-content {
    width: 100%;
    display: inline-block;
}

.presence-heading {
    width: 100%;
}

.presence-heading h2 {
    font-weight: 300;
    font-size: 44px;
    /* padding: 0 0 30px; */
    line-height: 70px;
    color: #0b7b7b;
}

.presence-heading h2 span {
    color: #000;
    font-weight: 500;
}

.presence-heading p {
    font-size: 16px;
    line-height: 20px;
    font-size: 400;
}

.presence-info {
    width: 100%;
    display: inline-block;
}



.Map-Intra li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.headtap1 {
    width: 400px !important;
}

.headadd {
    font: 600 18px/24px 'Montserrat', sans-serif;
    padding: 30px 0px 20px;
}

.Map-Intra p {
    font: 400 16px/20px 'Montserrat', sans-serif;
    color: #000;
}






.footer-main {
    width: 100%;
    display: inline-block;
    padding: 60px 0 30px;
    background-color: #0f0f0f;
}


.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px 0 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 284px;
}

.footer-content {
    width: 100%;
    display: inline-block;
}

.footer-content h3 {
    font: 500 26px/30px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 0px 0px 20px;
}

.footer-content ul li {
    font: 400 16px/26px 'Montserrat', sans-serif;

}

.footer-content ul li a {
    color: #b0b0b0;
    display: inline-block;
}

.footer-content p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 20px;
    padding-right: 50px;
}

.footer-content img {
    width: 100%;
    max-width: 230px;
    margin-top: 30px;
}

.footer-bottom {
    width: 100%;
}

.footer-bottom p {
    margin: 40px 0px 0px;
    font: 500 17px/24px 'Montserrat', sans-serif;
    color: #0b7b7b;
    text-align: center;
}






.social {
    text-align: center;
    margin: 35px auto 20px;
    width: 50px;
    position: fixed;
    right: -1px;
    top: 250px;
    z-index: 9999;
}

.social ul {
    font-size: 0px;
}

.social li {
    display: block;
    vertical-align: top;
    margin: 0px 5px;
}

.social1 a::before {
    font-size: 20px;
}

.social a::before {
    vertical-align: middle;
    margin: auto;
}

.social li a {
    display: inline-block;
    padding: 10px;
    line-height: 0;

}

.facebook a {
    background: #4b69b0;
}

.twitter a {
    background: #37b1e1;
}

.youtube a {
    background: #e83f3a;
}

.insta a {
    background: #b31ee4;
}

.int a {
    background: #007893;
}

.wtsp a {
    background: #27d045;
}

.social li a:hover {
    color: #00059f;
}

/** Breadcrumb css **/

.breadcrumb-main {
    width: 100%;
    display: inline-block;
    background: #0b7b7b;
}

.breadcrumb {
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.breadcrumb h1 {
    color: #fff;
    font: 500 36px/40px 'Montserrat', sans-serif !important;
}

.breadcrumb h1:after {
    content: '';
    position: absolute;
    bottom: 50px;
    width: 55px;
    height: 3px;
    left: 0px;
    background: #fff;
}


.about {
    width: 100%;
    display: inline-block;
}

.about-pera {
    width: 100%;
    margin-bottom: 20px;
}

.about-pera p {
    margin-bottom: 10px;
}


.mission,
.vision,
.goal {
    width: 100%;
}

.mission h3,
.vision h3,
.goal h3,
.certification h3 {
    font: 600 26px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.certification {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}


/** laser css **/

.laser-main {
    width: 100%;
    display: inline-block;
}

.laser {
    width: 100%;
    display: inline-block;
}

.laser-img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.laser-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
}

.laser-pera {
    margin-bottom: 20px;
}

.laser-pera h3 {
    font: 600 24px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.laser-pera p {
    margin-bottom: 10px;
}

.advantages {
    width: 100%;
    display: inline-block;
}

.advantages h3 {
    font: 600 24px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.advantages ul li {
    padding: 5px 5px 5px 0;
    display: flex;
    align-items: flex-start;
}

.advantages ul li i {
    color: #333;
    margin: 5px 10px 0px 0;
    font-size: 12px;
}

.laser-solution {
    width: 100%;
}

.laser-solution h3 {
    font: 600 24px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.laser-solution ul {
    width: 50%;
    float: left;
    margin-top: 30px;
}


.laser-solution ul li {
    margin-bottom: 40px;
    height: 160px;
}

.laser-solution h4,
.laser-points h4 {
    font: 600 18px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px 5px;
}

.laser-solution ul li p {
    padding-right: 80px;
    text-align: justify;
}

table.blueTable {
    font-family: Verdana, Geneva, sans-serif;
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.blueTable thead {
    background: #0B7B7B;
    border-bottom: 2px solid #444444;
}

table.blueTable thead th {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

table.blueTable tbody td {
    font-size: 16px;
    color: #000000;
    vertical-align: top;
}

table.blueTable td,
table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 15px;
}

table.blueTable tr:nth-child(even) {
    background: #FFFFFF;
}

/* laser inner  */

.laser-main .application-soon-img img{
    width: 50%;
}


/** contact css **/


.contact-main {
    width: 100%;
    display: inline-block;
}

.contact {
    width: 100%;
    display: inline-block;
}

.contact-map {
    width: 100%;
    display: inline-block;
}

.contact-form {
    width: 100%;
    display: inline-block;
}

.contact-form h3 {
    font: 600 30px/30px 'Montserrat', sans-serif;
    color: #1F1F25;
    margin-top: 20px;
    text-transform: capitalize;

}

.contact-page-form {
    margin-top: 25px;
}

.contact-page-form .name-email-wraper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input {
    height: 40px;
    padding: 0 15px;
}

input,
button,
select,
textarea {
    background: transparent;
    transition: all 0.4s ease-out 0s;
    color: #6E777D;
    width: 100%;
    border: 1px solid #ddd;
}

.contact-page-form .name-email-wraper input {
    flex-basis: 48.8%;
}

.contact-page-form input {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    height: 50px;
    padding: 5px 15px;
}

.contact-page-form textarea {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 20px;
    height: 120px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.contact-page-form .readmore {
    border: none;
    outline: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.contact-page-form .readmore:hover {
    background-color: #000;
    color: #fff;
}



input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border: 1px solid #007893;
}


input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #007893;
}


.contact-info {
    width: 100%;
    display: inline-block;
    padding-left: 40px;
}

.contact-info .head {
    width: 100%;
}

.contact-info .head h3,
.contact-info .presence h3,
.contact-info .mail h3,
.contact-info .phone h3 {
    font: 600 30px/30px 'Montserrat', sans-serif;
    padding-bottom: 30px;
    position: relative;
}

.contact-info .head h3::after,
.contact-info .presence h3::after,
.contact-info .mail h3::after,
.contact-info .phone h3::after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 3px;
    left: 0px;
    background: #3e3e3e;
}

.contact-info .head a {
    font-size: 16px;
    line-height: 24px;
    display: flex;
}

.contact-info .head a i {
    margin-right: 10px;
    color: #007893;
}

.contact-info .presence ul {
    display: inline-block;
    margin-right: 40px;
}

.contact-info .presence ul li {
    margin-bottom: 10px;
}

.contact-info .mail ul li,
.contact-info .phone ul li {
    margin-bottom: 10px;
}


.contact-info .mail ul li a i,
.contact-info .phone ul li a i {
    margin-right: 10px;
    color: #007893;
}




/** video css **/


.Videos-main {
    width: 100%;
    display: inline-block;
    padding: 40px 0 80px;
}


.videos {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    text-align: center;
}

.videos h5 {
    margin-top: 20px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 28px;
}



/** News Main **/


.news-main {
    width: 100%;
    display: inline-block;
}

.news {
    width: 100%;
    display: inline-block;
}

.news-heading {
    width: 100%;
}

.news-heading h4 {
    font: 600 24px/30px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.news-link {
    width: 100%;
}

.news-link a {
    color: #007b7b;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.news-link a h5 {
    font: 600 20px/30px 'Montserrat', sans-serif;
    margin-bottom: 10px;
}




/** Careers css **/

.career-table-main {
    display: inline-block;
    width: 100%;
}

.table-details {
    display: inline-block;
    width: 100%;
}

.table-details .table1 {
    background: #EEEEEE;
    width: 100%;
}

.table-details .table2 {
    background: #FFFFFF;
    width: 100%;
}

.table-details table,
td,
tr {
    border: 1px solid #000;
    vertical-align: top;
}

.table-details table {
    border-collapse: collapse;
}

.table-details td {
    padding: 5px 15px;
}

.table-details td p {
    padding: 8px 0px;
}

.table-details td ul li {
    padding-left: 30px;
}

.table-details td a {
    background: #0B7B7B;
    border-radius: 50px;
    color: #fff;
    margin: 50px 0px;
}

.apply-form-main {
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    background: #EEEEEE;
}

.form-main {
    display: inline-block;
    width: 100%;
}

.apply-form {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 30px 25px;
    border-radius: 25px;
}

.apply-form h2 {
    color: #0B7B7B;
    text-align: center;
    margin-bottom: 15px;
}

.apply-form form {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #0000001a;
}

.apply-form input {
    width: 45%;
    margin: 20px auto 0px;
    border-radius: 5px;
    border: 1px solid #3333;
    padding: 5px 15px;
}

.apply-form input[type=submit] {
    background: #0B7B7B;
    color: #FFFFFF;
    width: auto;
    border-radius: 50px;
    padding: 10px 30px;
}

/* blog css */

.blog-main {
    display: inline-block;
    width: 100%;
}

.blog-info {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 30px 0px;
    box-shadow: 5px 0 5px -5px #333;
}

.blog-welding {
    display: inline-block;
    width: 100%;
}

.blog-welding a {
    color: #0B7B7B;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
}


.blog-welding p a {
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
}


.blog-copper {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.blog-copper a {
    color: #0B7B7B;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
}

.blog-copper p a {
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
}

.recent-blog {
    display: inline-block;
    width: 100%;
    padding: 30px 0px 0px 30px;
}

.recent-blog h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.recent-blog a {
    color: #0B7B7B;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-main a:hover {
    text-decoration: underline;
}

/* blog inner page css */

.blog-main-welding {
    display: inline-block;
    width: 100%;
}

.blog-main-welding p {
    margin-bottom: 20px;
}

.blog-main-welding p:last-child {
    margin-bottom: 0px;
}

.inputs textarea {
    width: 100%;
    border: 1px solid #3333;
}

.blog-main-welding .apply-form .inputs input {
    width: 100%;
}


input[type=checkbox] {
    width: auto !important;
}

.blog-main-welding .apply-form .inputs input[type=submit] {
    width: auto;
}

/* copper css */


.blog-main-copper {
    display: inline-block;
    width: 100%;
}

.blog-main-copper p {
    margin-bottom: 20px;
}

.blog-main-copper p:last-child {
    margin-bottom: 0px;
}

.blog-main-copper ul {}

.blog-main-copper ul li {
    padding-left: 25px;
    margin-bottom: 20px;
}

.blog-main-copper .apply-form .inputs input {
    width: 100%;
}


input[type=checkbox] {
    width: auto !important;
}

.blog-main-copper .apply-form .inputs input[type=submit] {
    width: auto;
}

/* application inner css */

.application-inner-main {
    display: inline-block;
    width: 100%;
}

.application-inner {
    display: inline-block;
    width: 100%;
}

.application-inner-main .application-soon-img img{
    width: 50%;
}

.ai-img {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.ai-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
}

.ai-text {
    display: inline-block;
    width: 100%;
}

.ai-text p {
    margin-bottom: 10px;
}

.ai-text h3 {
    font: 600 24px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.ai-text .ai-advantage {
    display: inline-block;
    width: 100%;
}

.ai-text li {
    display: flex;
    align-items: flex-start;
}

.ai-text li i {
    color: #333;
    margin: 7px 10px 0px 0;
    font-size: 12px;
}



/****************/

.app-links {
    border-radius: 7px;
    margin-top: 10px;
    max-width: 900px;
}

.app-links .app-header h5 {
    font: 600 24px/32px 'Montserrat', sans-serif;
    color: #0b7b7b;
    padding: 10px 0px;
}

.app-body {
    margin-top: 20px;
    display: flex;
    gap: 60px;
}

.app-links .single-categories {
    margin-bottom: 15px;
    padding: 0;
}

.app-links .single-categories li {
    margin-bottom: 20px;
}

.app-links .single-categories li a {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding: 12px 25px;
    background: #fff;
    color: #5c6064;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 40px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.app-links .single-categories li a:hover {
    background: #0B7B7B;
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}


.app-links .single-categories li a i {
    color: #007b7b;
    transition: 0.3s;
}

.app-links .single-categories li a:hover i {
    color: #fff;
}

/*****************/








.m-bar {
    display: none;
    background-color: transparent;
    font-size: 25px;
    border: none;
    outline: none;
    text-align: end;
}

.m-bar .fa-xmark {
    display: none;
}

.navbar ul.open-menu+.m-bar .fa-xmark {
    display: unset;
}

.navbar ul.open-menu+.m-bar .fa-bars-staggered {
    display: none;
}

/* thank you page css */


.jumbotron.text-center {
    padding: 100px 0px;
    background: #0B7B7B;
    color: #fff;
}

.thank-to-contact{
    text-decoration: underline;
}