@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;

}

*,h1,h2,h3,h4,h5,h6,a,p{
    padding: 0px ;
    margin: 0px ;
    text-decoration:unset;
}


.top-header {
    display: flex;
    background: #fff;
    padding: 10px 30px;
    border-bottom: 1px solid #f1f1f182;
}
.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header img {
    max-width: 440px;
}
.mobile-link ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
}
.mobile-link ul li a {
    margin: 10px 15px;
    color: #337ab7;
}
.mobile-link ul li:nth-child(1), .mobile-link ul li:nth-child(2) {
    margin-right: 15px;
}
.mobile-link ul li {
    padding: 8px 0px;
    background: #f1f1f1;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 8px #d1d1d103;
}
.social-media-top-bar ul, .ceritificati-logo ul {
    display: flex;
    list-style: none;
}
.top-header .container-fluid{
    width: 100%;
}
.mobile-link ul li a.phone-icon:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}
.mobile-link ul li a.mail-icon:before {
    content: "\f0e0";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
}
.mobile-link ul li a {
    margin: 10px 15px;
}
.social-media-top-bar ul li a i {
    margin: 0px 10px;
    font-size: 19px;
    color: #343434;
    transition: 0.2s all;
}
.site-header .nav-link {
    padding: 15px 15px !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.site-header .container-fluid {
    padding: 0px 60px;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
    background: transparent;
    transition: 0.6s auto;
}
.banner-section .owl-nav,#client_logo .owl-nav{
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    margin-top: -25px;
}

.banner-section .owl-nav .owl-next,#client_logo .owl-nav .owl-next {
    right: 0;
    left: unset;
    position: absolute;
    /* top: 50%; */
}

.banner-section .owl-nav  button,#client_logo .owl-nav button {
    width: 50px;
    height: 50px;
    /* margin-top: -10px; */
    background: #55b6df !important;
    border-radius: 50%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0px 10px;
}

.banner-section .owl-nav button span ,#client_logo .owl-nav button span {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

/* counting */
.box {
    padding: 40px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-1 {
    background-color: #0061a5;
}

.box-2 {
    background-color: #1a71ae;
}

.box-3 {
    background-color: #0086ba;
}

.box-4 {
    background-color: #2daadb;
}

.box-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-wrp .box-icon {
    margin-right: 10px;
}
.content h4 {
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
}
.box-name h5 {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
}
/* welcome */
.same-space {
    padding: 50px 0px;
}

.wel-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.wel-content {
    max-width: 170px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}
.main-title {
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #089ad3;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.wel-main-content p {
    line-height: 28px;
    margin: 15px 0px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
}
.read-more-btn {
    font-size: 16px;
    color: #fff;
    border: 2px solid #1a9dcf73;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    background: #0086ba;
    margin-top: 20px !important;
    font-weight: 600;
}
.welcome-sec {
    padding: 50px 0px;
    background-color: #fbfcfd;
}
.owl-dots {
    display: none !important;
}
.logo-sec img {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f7f7f7;
    padding: 70px;
}
.item-img img {
    width: 100%;
    /* padding: 40px; */
    background: #fbfcfd;
}

.item-content {
    padding: 15px;
    background: #f7f7f7;
    text-align: center;
}

.product-carousel .item {
    border: 1px solid #f7f7f79e;
}

.p-title {
    font-size: 14px;
    font-weight: 600;
}
.sec-title {
    text-align: center;
    padding: 0px 50px;
}

.sec-title .main-title {
    margin-bottom: 10px;
}
.sec-title {
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
}

.indus_prd {
    width: 100%;
    float: left;
    padding: 30px 0px;
    margin-bottom: 30px;
    transition: 0.2s all;
    border-radius: 15px;
    border: 1px solid #afafaf38;
}

.indus_prd a img {
   width: 100%;
}
.icon {
    max-width: 150px;
    max-height: 150px;
    padding: 45px;
    background: #099ad31f;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #099ad347;
    box-shadow: 1px 1px 17px 4px #3335361a;
    transition: 0.2s all;
}
.indus_prd img {
    width: 100%;
}
.indus_prd h4 {
    margin: 25px 0px;
}
.indus_prd h4, .indus_prd h3 span {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.indus_prd h4 span {
    font-weight: 600;
    color: #089ad3;
}
.indus_prd:hover {
    background: #fff;
    box-shadow: 1px 1px 17px 4px #3335361a;
    border: 1px solid #33353617;
}

.indus_prd:hover .icon {box-shadow: 0px 0px transparent;padding: 45px;}
.rdmr.know:hover {
    color: #fff;
    background-color: #1b84c3;
}
.rdmr.know {
    font-size: 16px;
    color: #fff !important;
    border: 2px solid #1a9dcf73;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    background: #0086ba !important;
    margin: auto !important;
    font-weight: 600;
    transition: 0.6s all;
}
.clienttele #client_logo .owl-next {
    margin-right: -70px;
}
.clienttele #client_logo .owl-prev {
    margin-left: -70px;
}

/* footer */
.cb {
    clear: both;
}
footer {
    padding: 50px 0px;
    background: url('../images/footer_bg.jpg')no-repeat;
    background-size: 100%;
    background-size: cover;
}

.foot_logo {
    margin-bottom: 18px
  }
  
  footer h3 {
    font-size: 19px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 500;
  }
  
  footer p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}
  
  footer h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
  }
  
  .head_link {
    font-size: 18px;
    font-weight: 400;
    color: #479ad5;
    margin-bottom: 30px;
    display: block;
  }
  
  .head_link:hover {
    color: #0899d3;
  }
  
  footer ul li {
    margin-bottom: 10px;
  }
  
  footer ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  
  .foot_logo img {
    width: 100%;
    max-width: 300px;
}

footer .head_link {
    color: #fff;
}

footer ul.quick-links-ul-lists,.footer-add-info {
    padding: 0px;
    list-style: none;
}

ul.footer-add-info li.address-icon:before {
    content: "\f041";
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
     width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
     text-align: center;
     margin-right: 15px;
 }
 
 ul.footer-add-info li.cell-icon:before {
     content: "\f095";
     /* FontAwesome Unicode */
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
     width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
     text-align: center;
     margin-right: 15px;
 }
 
 ul.footer-add-info li.mobile-icon:before {
     content: "\f10b";
     /* FontAwesome Unicode */
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
     width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
  
     text-align: center;
     margin-right: 15px;
 }
 
 ul.footer-add-info li.whatsup-icon:before {
     content: "\f232";
     /* FontAwesome Unicode */
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
    width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
     
     text-align: center;
     margin-right: 15px;
 }
 
 ul.footer-add-info li.email-icon:before {
     content: "\f0e0";
     /* FontAwesome Unicode */
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
     width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
     
     text-align: center;
     margin-right: 15px;
 }
 
 ul.footer-add-info li.web-icon:before {
     content: "\f0ac";
     /* FontAwesome Unicode */
     font-family: FontAwesome;
     display: inline-block;
     margin-left: -1.3em;
     width: 25px;
     color: #0899d3;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     background: #fff;
    
     text-align: center;
     margin-right: 15px;
 }
 
ul.footer-add-info li {
    padding-left: 20px;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.7;
}
.link-wraper h5 {
    margin-bottom: 15px;
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
.footer-add-info li {
    margin: 0px 0px 15px;
}
.centered-form .form-control {
    margin: 0px 0px 15px;
    border-radius: 0px;
    padding: 10px 10px;
    background: #fbfcfd;
}

.centered-form .form-control::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.class-submit {
    padding: 10px 20px !important;
    border: 0px;
    font-size: 15px;
    background: #fff !important;
    border-radius: 0px !important;
}
.copy-right {
    padding: 10px 0px;
    background: #55b6df;
    color: #fff;
    font-weight: 600;
}
.header.fix {
    background: #fff;
    transition: 0.2s all;
}

/* about-us */
.breadcrumbs-title {
    font-size: 80px;
    font-weight: 700;
}

.main-breadcrumbs .breadcrumbs-image {
    position: relative;
    overflow: hidden;
}

.main-breadcrumbs .breadcrumbs-image img {
    width: 100%;
}
.breadcrumbs-inner {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #000000b8;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text {
    padding: 48px 0px;
    border-radius: 5px;
    text-align: right;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
    width: 100%;
    font-size: 48px;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: #ffffff;
    float: left;
    text-align: center;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
    color: #1e4e9d;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li a {
    color: #fff;
    position: relative;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li {
    position: relative;
    padding-right: 24px;
    margin-right: 5px;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li:first-child:after,
.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li:first-child:before {
    content: "\f105";
    position: absolute;
    top: -1px;
    right: 0;
    color: #ffffff;
    font-family: fontawesome;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li:first-child:before {
    right: 8px;
}

/* about- main content */
.img-about-wrapper img {
    width: 100%;
    position: relative;
    height: 100%;
    /* max-width: 550px; */
}
.img-about-wrapper {
    padding: 50px 0 50px 80px;
    position: relative;
    z-index: 3;
}


.img-about-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    left: -300px;
    background: #f5f5f5;
    z-index: -1;
}
.main-about {
    padding: 0px;
}

.main-content-wrapper {
}

.main-content-wrapper h2,.about-more-content.col-sm-12 h2 {
    font-size: 20px;
    color: #089ad3;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.5;
}

.main-content-wrapper p,.about-more-content.col-sm-12 p {padding: 5px px 0px 0px;font-size: 15px;line-height: 1.7;color: #000;font-weight: 500;}

.our-mission img {
    width: 100%;
}

.vision-wrapper {
    padding: 50px 0px 50px 100px;
}

.our-mission ul,.infrasec  ul{
    padding: 0px;
    list-style: none;
}

.our-mission ul li, .infrasec ul li {
    padding: 15px 0px 0px;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    /* margin: 15px 0px 0px; */
    font-weight: 500;
}
.our-mission {
    padding: 0px;
}

/* galery slider */

.infrasec {
    background: whitesmoke;
}
.table-striped tr td {
    padding: 15px 5px !important;
    border: 1px solid #93ceec;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.table-striped tr:nth-child(1) {
    background: #109cd4;
}
.table-striped tr:nth-child(1) td {
    color: #fff;
    font-weight: 600;
}

.table-striped tr:nth-child(1) td {
    border-color: #00000029;
}
.table-striped tr td:nth-child(1),.table-striped tr td:nth-child(3) {
    text-align: center;
}

/* our-product */
.our-products .container-fluid,.application .container-fluid {
    padding: 0px 200px;
}
.our-products .pro-wrapper{margin-bottom: 0px;overflow: hidden;}
.our-products .pro-wrapper .item-img img {
    background: #f7f7f7;
}

.our-products .pro-wrapper .item-content {
    background: #dfdfdf;
    position: relative;
}

.our-products .pro-wrapper .item-content:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background: #0e9cd4;
    left: 0;
    top: 0;
}
.link-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #000168ad;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.9s all;
    opacity: 0;
    transform: scale(0);
}

.item-img {
    position: relative;
}

.link-wrapper a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.9s all;
}

.our-products .pro-wrapper:hover .link-wrapper {
    opacity: 1;
    transform: scale(1.1);
}
.link-wrapper a i {
    transform: rotate(2deg);
    transition: 0.9s all;
}

.our-products .pro-wrapper:hover .link-wrapper a:hover i {
    transform: rotate(360deg);
}
.product-content img {
    background: #fffefd;
    width: 100%;
    /* padding: 110px; */
}
table tr td,table tr th {
    padding: 10px 15px  !important;
    border: 1px solid #2125292e !important;
    color: #222;
    font-size: 13px;
    font-weight: 500;
}

table tbody tr th, table thead tr th:nth-child(1) {
    background: #099ad31f !important;
    border-left: 6px solid #109cd4 !important;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}
.table-sec {
    width: 100%;
    margin: 20px 0px 0px;
}

.table-sec tbody tr:nth-child(1) th {
    width: 40% !important;
}
.btn-inquieery {
    background: #e1f3fa;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    padding: 20px 30px;
    width: 50%;
    margin: 0px 5px;
    text-transform: uppercase;
    color: #000000;
    box-shadow: 1px 1px 11px 0px #f3f3f3;
    border: 2px solid #109cd42e;
}

.btn-inquiery-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.btn-inquieery:nth-child(1) {
    margin-left: 0px;
}

.btn-inquieery:nth-child(2) {
    margin-right: 0px;
}
.full-width-table tbody tr th {
    font-size: 13px;
}
.full-width-table tbody tr:nth-child(1) th {
    width: 48% !important;
}


.box.box-1-industries {
    color: #fff;
    background: #2b3c4e;
    /* font-family: 'Ubuntu', sans-serif; */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
    padding: 0px;
}
.box.box-1-industries:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.box.box-1-industries img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.box.box-1-industries:hover img{
    opacity: 0.6;
    filter: grayscale(100%);
}
.box.box-1-industries .box-content{
    color: #fff;
    background: linear-gradient(to right, transparent,transparent,rgb(6, 107, 119),#066b77,#066b77);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.box.box-1-industries:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box.box-1-industries .title{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
    background: transparent;
    color: #fff;
    line-height: 1.5;
}
.box.box-1-industries .post{
    font-size: 15px;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px;
    display: block;
}
.box.box-1-industries .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.box.box-1-industries:hover .icon{ transform: translate(0, -50%); }
.box.box-1-industries .icon li a{ color: #066a77;background: #fff;font-size: 20px;text-align:center;line-height: 40px;height: 40px;width: 40px;display: block;transition: all 0.3s ease;
}

.box.box-1-industries .icon li  a:hover{ box-shadow: 0 0 5px #222f3d inset; }

.gallery-box img {
    width: 100%;
    margin-bottom: 25px;
}
#contact-section-form input, #contact-section-form textarea {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    height: 55px;
    outline: medium none;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 0;
    background: #fbfbfb;
    margin: 15px 0px 0px;
    padding: 15px;
}
#contact-section-form input::placeholder, #contact-section-form textarea::placeholder {
    color: #000;
}
#contact-section-form textarea{
    min-height: 100px;
}
#contact-section-form ul {
    list-style: none;
    padding: 15px 0px 0px;
}
#contact-section-form .btn-inquieery {
    background: #e1f3fa !important;
    font-size: 15px !important;
    font-weight: 600;
    border-radius: 0px;
    padding: 20px 30px;
    width: 50%;
    margin: 15px 0px;
    text-transform: uppercase;
    color: #000000;
    box-shadow: 1px 1px 11px 0px #f3f3f3;
    border: 2px solid #109cd42e;
    height: auto;
}
.blog-post {
    line-height: 24px;
    color: #333;
    font-weight: 300;
    overflow: hidden;
    padding: 20px;
    transition: all 0.25s linear;
    border-color: #333;
    box-shadow: 0 6px 2em rgb(0 0 0 / 10%);
    background: #f9f9f9;
    position: relative;
}
.more-btn-white:before {
    width: 25px;
    height: 25px;
    border-top: 2px solid #109cd4;
    border-left: 2px solid #109cd4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    content: "";
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.more-btn-white:after {
    width: 25px;
    height: 25px;
    border-right: 2px solid #109cd4;
    border-bottom: 2px solid #109cd4;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* z-index: 99; */
    content: "";
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.blog-post i {
    padding-right: 5px;
}
.contact-list li p {
    line-height: 24px;
    margin-left: 25px;
    margin-top: -25px;
}
.contact-list p {
    margin-bottom: 15px;
}
.blog-post p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.contact-list p a {
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

/* dropdown menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    width: 100%;
    min-width: 350px;
    word-break: break-all;
    background: #fbfcfd;
    border: 0px;
    padding: 0px;
    box-shadow: 1px 1px 17px 4px #3335361a
}
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
    white-space: unset;
    font-size: 14px;
    /* border-bottom: 1px dashed #55b6df !important; */
    /* padding: 5px 0 !important; */
    font-weight: 600;
    padding: 15px 15px;
    transition: 0.2s all;
    border-left: 6px solid transparent;
    border-bottom: 1px dashed #25292d !important;
}
/* .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:before {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    background: #55b6df;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s all;
} */
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    opacity: 1;
    border-left: 6px solid #55b6df !important;
}
.about-more {
    background: #ffffff;
    border-top: 1px solid #f5f5f557;
    padding: 50px 0px;
}
.about-more-content p a {
    color: #0061a5;
    font-weight: 600;
}
.breadcrumbs-title {
    display: none;
}

.breadcrumbs-text .breadcrumbs-subtitle {
    padding: 20px 25px;
    background: #f3f3f3;
    width: fit-content;
}

.breadcrumbs-text .breadcrumbs-subtitle li a {
    color: #000 !important;
}

.breadcrumbs-text .breadcrumbs-subtitle li:before {
    color: black !important;
}

.breadcrumbs-text .breadcrumbs-subtitle li:after {
    color: black !important;
}
#contact-section-form .form-group.has-feedback {
    height: 100%;
    display: flex;
    align-items: center;
}
.product-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    max-height: 100px;
}
.about-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.about-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: #40aded !important;
}

.about-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.about-carousel .owl-nav button span {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}
td.bg-color {
    background: #109cd4;
    color: #fff !important;
}
.point-arrow p:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #084c68;
    transition: 0.6s all;
    border-radius: 50%;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.point-arrow p {
    padding-left: 15px;
    position: relative;
}
.social-icon ul {
    padding: 0px;
}

.social-icon ul li:hover i {
    color: #fff;
}
.social-icon ul li:hover {
    background: #55b6df42;
    box-shadow: 1px 1px 8px 2px #16538059;
}
.social-icon ul li {
    margin: 0px 5px;
    background: white;
    padding: 10px;
    transition: 0.6s all;
}
.social-icon ul li i {
    margin: 0px 5px !important;
}
input.submit.class-submit.rdmr.know:hover {
    background: #55b6df42 !important;
    box-shadow: 1px 1px 8px 2px #16538059;
}
.main-content-wrapper p b {
    color: #0a9ad3;
}
.item-content a {
    color: #212529;
}

/* changes css */
.top-number-links {
    text-align: right;
    padding: 10px 0px;
    border-bottom: 1px solid #0000000a;
}

.top-number-links .top-link a {color: #000000;font-weight: 500;position: relative;z-index: 111;letter-spacing: 0.3px;font-size: 15px;}

.top-link {
    padding: 0px 10px;
    position: relative;
    margin-right: 35px;
}

/* .top-link:before {
    content: '';
    width: 100%;
    background: #e1f3fa;
    position: absolute;
    height: 5px;
    bottom: 4px;
    left: 0;
} */
.foundary {
    background: #fcfcfc;
}
.form4 input#email, .form4 input#name {
    margin-top: 0px;
}


/* megha menu css */
.megha-menu ul.sub-menu {
    max-width: 871px;
    width: 100% !important;
    min-width: 871px !important;
    left: unset;
    right: 0px;
    background: #f7f7f7;
    border: 1px solid #f3f3f3;
}

.megha-menu .menu12 ul:after {
    content: '';
    right: 0;
    border-color: red;
    left: unset !important;
}

.menu12  .megha-menu ul:after {
    content: '';
    left: unset;
    right: 40px;
}

/* tab css */
.megha-menu .tabs {
    display: flex;
    overflow: hidden;
}
.megha-menu .tabs ul {
    position: relative;
    opacity: unset;
    visibility: unset;
    left: 0;
    transform: unset;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.megha-menu .tabs ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
}
.megha-menu .tabs ul::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}
.megha-menu .tabs ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 14%);
}
.megha-menu .tabs div#tabs-content {
    padding: 30px;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    position: relative;
}

.megha-menu .tabs ul:after {
    display: none;
}

.megha-menu .tabs ul li {
    width: auto;
   /* padding: 10px 0px 10px 20px;*/
    padding: 3px 0px 5px 20px;
    background: #ffffff;
    border-bottom: 1px solid #55b6df33;
    position: relative;
}

.megha-menu .tabs ul li a {
    background: transparent !important;
    transition: 0.6s all;
    border: 0px;
    padding: 5px 15px;
}

.megha-menu .tabs ul li a:hover {
    border: 0px;
    background: transparent !important;
    /* border: 0px !important; */
}
.tab-content {
    transition: 0.6s ease-in-out;
}
.megha-menu .tabs ul li:hover {
    background: #a2d9ee;
    color: #fff;
}

.header_top  .tab-img-wrapper img {
    width: 100%;
    max-width: 100% !important;
}

/* hover slider */
.product {
    overflow: hidden;
    padding: 30px 0px;
}

.product ul {
    padding: 0px;
    list-style: none;
    max-width: 80%;
    margin: 0px;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product .tab-content img {
    width: 100%;
}

.product ul li a {
    color: #222;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.6s all;
}

.product ul li {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}
.product ul li:before,.megha-menu .tabs ul li:after {
    width: 4px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: transparent;
    top: 50%;
    margin-top: 0px;
    transition: 0.6s all;
    top: 0;
    border-left: 3px solid #f3f3f3;
}

.product ul li:hover,.product li.active,.megha-menu .tabs ul li:hover,.megha-menu .tabs ul li.active {
    background: #55b6df33;
}

.product ul li:hover a,.product li.active {
    color: #000;
    opacity: 1;
}
.product ul li:hover:before,.product li.active:before,.tabs ul li:hover:before,.tabs li.active:before {
    border-color: #55b6df !important;
    content: '';
}
.product-tab-content .tab-img-wrapper img,.tab-content .tab-img-wrapper img{
    width: 100%;
    max-height: 508px;
    object-fit: contain;
    transition: 0.6s all;
}

div#product-content {
    background-image: url('../images/home-product/home-ivc-new-products.jpg');
    position: relative;
    height: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-tab-content.hide,.tab-content.hide {
    opacity: 0;
    transition: 0.8s all;
}

.product-tab-content.show,.tab-content.show {
    opacity: 1;
    transform: scale(1);
}
.sec-title p {
    line-height: 28px;
    margin: 15px 0px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
}

.wel-img p {
    font-weight: 600;
    color: #0a9bd4;
}
.pumps .sec-title p {
    margin: 0px 0px ;
}
.read-more-btn:hover {
    color: #fff;
    background: #1a9dcf73;
}

.rdmr.know:hover {
    color: #3f4446;
    background: #1a9dcf73;
}
.product-tab-content,.tab-content{
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.8s all;
    transform: scale(0);
}
.tab-content .tab-img-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.megha-menu .tabs  .tab-content {
    left: 0;
    padding: 50px;
}
.tabs ul li:hover:after {
    border-color: #119dd5;
}

/* inner page new section design  */
.change-product-new-design {
    background: #f3f3f3;
}
.change-product-design img {
    height: 100%;
}

/* vertical tab */
/* .change-product-new-design ul#myTab {
    border: 0px;
    padding: 10px;
    background: #93ceec;
    border-radius: 50px;
}

.change-product-new-design ul#myTab li.nav-item button {
    border: 0px !important;
    background: transparent;
    border-radius: 0px;
}
.change-product-new-design ul#myTab li.nav-item button {
    padding: 10px 30px;
    background: transparent;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.6s all;
    color: #fff;
    opacity: 0.6;
}

.change-product-new-design ul#myTab li.nav-item button.active {
    background: #fff;
    color: #000;
    opacity: 1;
}
.change-product-new-design .tab-content {
    position: relative;
    top: unset;
    transform: unset;
}
.change-product-new-design .tab-content>.active {
    width: 100%;
}
.change-product-new-design .tab-content>.active .point-arrow p {
    padding: 0px 0px 0px 20px;
    margin: 15px 0px 0px;
    cursor: pointer;
    transition: 0.6s all;
}

.change-product-new-design .tab-content>.active .point-arrow p::before {
    color: #000;
    font-size: 25px;
}


.change-product-new-design .tab-content>.active .point-arrow p:hover::before {
    color: #0d9bd3;
    padding-left: 10px;
}

.change-product-new-design .tab-content>.active .point-arrow p:hover {
    color: #0a9ad2;
    padding-left: 30px;
} */

/* new changes */
.product-inner img {max-height: 250px;}

.product-inner h1.breadcrumbs-title {
    display: block;
    font-size: 25px !important;
    text-transform: capitalize !important;
    text-align: left !important;
    position: relative;
    padding: 10px 0px 10px 25px;
    font-weight: 400;
    width: fit-content !important;
}

.product-inner  ul.breadcrumbs-subtitle {
    display: inline-table;
    margin: 0px;
    background: #16161652;
    width: 100%;
    text-align: right;
    width: fit-content;
    padding: 10px 20px;
}

.product-inner ul.breadcrumbs-subtitle li a {
    color: #fff !important;
    font-size: 15px;
    text-transform: capitalize;
}

.product-inner ul.breadcrumbs-subtitle li::before,.product-inner ul.breadcrumbs-subtitle li::after {
    color: #fff !important;
}
.product-inner h1.breadcrumbs-title:before {
    content: '';
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
    background: white;
    top: 0;
}

.main-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-subtitle li:last-child {
    padding: 0px;
}
.change-product-new-design .col-sm-12.pt-4 {
    padding: 0px !important;
}

.change-product-new-design .change-title-design,.new-main-page .change-title-design {
    padding: 5px 15px;
    background: #109cd4;
    border-left: 6px solid #00000082;
    line-height: 1.5;
    width: fit-content;
}
.change-product-new-design .col-sm-12.pt-4 .main-content-wrapper {
    padding: 0px;
}

.change-product-new-design .change-title-design b,.new-main-page .change-title-design b {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.change-product-new-design p {line-height: 1.7;}
.app-img {
    width: 70px;
    height: 70px;
    /* background: #fffefd !important; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-img i {
    color: #000000;
    font-size: 20px;
}

.application-on-inner-page p.change-title-design {
    width: fit-content;
}
.application-on-inner-page .row {
    padding: 50px 0px;
}

.app-content h3 {
    color: #222;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    margin: 0px;
}

.app-content p {
    line-height: 28px;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 15px;
}
.app-box {
    text-align: center;
    background: #f3f3f3;
    transition: 0.8s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 10px 0px !important;
}

.application-on-inner-page .col-sm-4 {
    padding: 10px;
}
.inner-application {background: #fff;}

.app-content {
    padding-left: 20px;
}
.Features-inner-page p {
    position: relative;
    margin: 10px 40px 10px 0px;
    display: flex;
    align-items: center;
}

.Features-inner-page .point-arrow {
    display: grid;
    /* grid-template-columns: auto auto; */
    /* padding: 50px 0px 0px; */
}

.Features-inner-page .point-arrow:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    font-family: fontawesome;
    transition: 0.6s all;
    width: 3px;
    height: 100%;
    background: #109cd4;
}

.Features-inner-page .point-arrow p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    font-family: fontawesome;
    width: 3px;
    height: 0;
    background: #129cd4;
    transition: 0.9s all;
}

/* .Features-inner-page .point-arrow p:hover:after {
    height: 100%;
} */

/* .Features-inner-page .point-arrow p:hover {color: #109cd4;background: #fff;box-shadow: 1px 1px 10px 20px #eaeaea;} */

.Features-inner-page .point-arrow p {
    transition: 0.6s all;
    cursor: pointer;
    background: transparent;
    box-shadow: 1px 1px 10px 20px transparent;
}
.app-img img {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #109cd438;
    transition: 0.6s all;
}

.change-product-new-design td {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.change-product-new-design table {
    margin: 20px 0px 0px;
    /* display: inline-table; */
    padding: 0px !important;
}

.change-product-new-design .table {
    padding: 0px !important;
    height: 100%;
    margin-bottom: 0px;
}
.app-box:hover {}
.change-product-design th {
    font-size: 13px;
    font-weight: 500;
}
.product-inner .breadcrumbs-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-inner .breadcrumbs-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 0px !important;
}


.change-product-new-design .col-sm-4 .row {
    margin: 40px 0px 0px;
}
    .change-product-new-design .col-sm-4 .row .col-sm-12:first-child .app-box  {
    margin: 0px !important;
}
.app-box:hover {
    background: #cbe8f4;
    box-shadow: 1px 1px 20px 8px #0000001c;
}

.app-box:hover .app-img img {
    background: #fff;
}
.Features-inner-page {
    background: #fff;
}

.main-wrapper-inner-page {
    padding: 100px 0px 0px;
}
.app-lication-new-design ul {
    padding: 0px;
    padding-top: 20px;
    list-style: none;
    margin-bottom: 0;
}
.app-lication-new-design ul li,.change-product-new-design p {
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}
.app-lication-new-design ul li b {
    color: #0a9ad3;
}

.other-products .item-content {
    background: #fff;
    /* border: 1px solid #f3f3f3; */
    padding: 15px 10px;
    min-height: 92px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}


.other-products .product-carousel .item {
    border: 1px solid #1857830f;
}
.new-main-page img {
    height: auto;
    max-height: 450px;
    object-fit: none;
    background: #f3f3f3;
}
.new-main-page .main-content-wrapper {
    display: block;
}

.new-main-page .change-title-design {margin: 30px 0px 0px;}
.main-content-wrapper {
    padding: 0px;
    display: block;
    height: 100%;
}

.new-main-page p {padding-right: 15px !important;font-size: 13px;line-height: 30px;text-align: justify;}
.working-pri-note img {
    height: 100%;
    max-height: 100%;
}
.our-products .container-fluid{
    padding: 0px 50px;
}
.application .container-fluid{
    padding: 0px 50px;
}
.grid-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: auto auto auto auto auto;
}

.grid img {
    height: 100%;
    max-height: 347px;
    min-height: 347px;
}
.main-product-page {
    padding: 150px 0px 50px 0px;
}

/* full page */
.full-page-new-changes .new-main-page img {
    max-height: unset;
    object-fit: contain;
}
.pro-img {
    height: 100%;
    display: flex;
    padding: 0px 30px;
    background: #f3f3f3;
}

.full-page-new-changes .row {
    margin: 0px;
}
.full-page-new-changes .col-sm-8 {height: auto;}

p.change-title-design {
    grid-column: auto;
}

.full-page-new-changes .main-content-wrapper.pt-2 {
    height: auto;
}

.full-page-new-changes .main-content-wrapper.pt-2 .point-arrow p,.full-page-new-changes  .app-lication-new-design ul li {margin: 10px 0px 0px;}

.full-page-new-changes .app-lication-new-design ul li:nth-child(1) {
    margin: 0px;
}


.full-page-new-changes .change-product-new-design:nth-child(2) {
    padding-bottom: 80px;
}
.full-page-new-changes .main-content-wrapper.pt-2 .point-arrow p {
    padding-left: 20px;
}
.other-products .item-content p.p-title {
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    color: #000000;
    margin: auto;
}
.full-page-new-changes .main-content-wrapper .col-sm-12 {
    margin-top: 50px;
}

.full-page-new-changes .main-content-wrapper .col-sm-12 table {
    height: auto;
}

.two-table table,.two-table .table,.three-table table,.three-table .table {
    height: auto !important;
}

.two-table,.three-table {
    height: auto !important;
}
.twotable {
    padding-bottom: 50px !important;
}
.vision-mission .main-content-wrapper, .about-vacuum-pump-manufacturer .main-content-wrapper, .quality-assurance-quality-control .main-content-wrapper, .vacuum-pump-manufacturer-infrastructure .main-content-wrapper, .history .main-content-wrapper, .why-ivc .main-content-wrapper, .support .main-content-wrapper, .newdevelopment .main-content-wrapper{
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    padding-left: 20px;
    flex-direction: column;
}
.about-more-content.col-sm-12 p {
    padding: 15px 0px 0px;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}
.bg-change {background-color: #109cd4 !important;color: #fff !important;}
ul.two-grid,.point-arrow.two-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding-top: 10px;
}
  
  ul.two-grid li,.point-arrow.two-grid p {margin: 0px !important;}
  
  .call-btn {
    position: fixed;
    bottom: 1em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.call-btn .icon_logo > a > img {
    width: 100%;
    padding: unset;
    border: none;
}
.call-btn .circle_waves {
    border-radius: 50%;
    background-color: #3399ff;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.call-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 6em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.whatsapp-btn .icon_logo > a > img {
    width: 100%;
    padding: unset;
    border: none;
}
.whatsapp-btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.whatsapp-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}

.email-btn {
    position: fixed;
    bottom: 11em;
    left: 2%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.email-btn .icon_logo > a > img {
    width: 100%;
    padding: unset;
    border: none;
}
.email-btn .circle_waves {
    border-radius: 50%;
    background-color: #3399ff;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.email-btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
}
@keyframes waves {
			from {
				transform: scale(.55, .55);
				opacity: .6;
			}
			to {
				transform: scale(1.8, 1.8);
				opacity: 0;
			}
		}
/*.fa-whatsapp:before
{
	content: "\f232";
	color: #4cc85b;
	font-family: FontAwesome;
}*/
.fix-dvdown
{
    position: fixed;
    left: 0;
    top: 28%;
    z-index: 1000;
}

.wel-main-content-1 li
{
	line-height: 28px;
    margin: 15px 0px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
}
.wel-main-content-1 a
{
	color: #089ad3;
}

.goog-te-gadget .goog-te-combo{min-height: 25px !important;}


