
.active-li{
    border: 1px solid #22295D;
    border-radius: 10px;
}
.flickity-prev-next-button.previous{
    display:none;
}
.flickity-prev-next-button.next{
    display:none;
}
.flickity-page-dots{
        bottom: 80px;
        left: 74px;
        text-align:left;
        display: none;
}
.flickity-page-dots .dot{
    border: 2px solid #fff;
    background: none;
    width: 10px;
    height: 10px;
    opacity:1;
    margin: 0px 5px;
}
.flickity-page-dots .dot.is-selected{
    background: #212B34;
    border:none;
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ts-footer a {
    color: #5F5F5F;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor:pointer;
}

.ts-footer ul{
    display:flex;
}
.second-div-footer ul{
    display:block;
}
.ts-footer ul li{
    list-style-type:none;
    padding:0 60px 0 0;
}
.second-div-footer ul li{
    padding:3px 0px;
}

.ts-footer a:hover {
    color: #000;
}
.max-container{
    max-width:1920px;
    margin:auto;
}
.insta-icon{
    text-align: right !important;
    align-items: end;
    display: flex;
    justify-content: end;
}
.insta-icon img:hover{
    transform:scale(1.1);
}
.ts-footer {
	background: #384497;
	margin-top:-1px;
	padding: 40px 65px 40px 65px;
}
.footer-area{
    background: #384497;
}
.ts-footer p, .ts-footer a{
    color:#fff !important;
    text-align: justify;
}
.footer-top-div{
    background:url('../images/Home page/PNG/footer image.png');
    background-size:cover;
    background-position:center;
    height:375px;
}
.heading-title-banner-top{
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    text-align: center;
    color:#fff;
}
.view-all-button{
    height: 32px;
    border-radius: 16px;
    color: #22295D;
    width: 150px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    background: #fff;
    border: 1px solid #22295D;
    padding: 5px 25px;
    cursor: pointer;
}
.view-all-button:hover{
    background:#EBB11F;
    color: #22295D;
    border:1px solid #EBB11F;
}
.view-all:hover{
    background:#EBB11F;
    border: 1px solid #EBB11F;
}
.inner-heading{
    text-align:center;
    padding-top:50px;
}
.inner-heading button{
    margin-top:50px;
}
.back-background{
    background: #08735E;
}
.contact-banner{
    background:url('../images/Contact/PNG/Rectangle 3772.png');
    background-size:cover;
    background-position:center;
    height:420px;
}

.products-banner{
    background:url('../images/Product/PNG/Rectangle-3772.jpg');
    background-size:cover;
    background-position:center;
    height:420px;
}
.about-banner{
    background:url('../images/About Us/Rectangle 3772.png');
    background-size:cover;
    background-position:center;
    height:420px;
}
.services-banner{
    background:url('../images/Services/Rectangle 3772.png');
    background-size:cover;
    background-position:center;
    height:420px;
}
.heading-banner-title{
    color: #fff;
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 600;
    line-height: 48.41px;
    letter-spacing: 0.01em;
    text-align: left;
}
.margin-auto-text{
    padding: 100px 50px;
}
.caption-title{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: center;
    color:#ECB21F;
    text-transform: uppercase;
}
.heading-title{
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -2px;
    text-align: center;
    color:#232536;
}
.colored-p{
    color:#6D6E76;
    margin-top:10px;
    font-size: 16px;
    line-height: 28px;
}
.owl-carousel{
    display:block;
}
.gallery-image-section img{
    margin-top:30px;
}
.pop{
    display:flex;
    height:100%;
}
label{
    color: #9B9B9B;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form-control{
    border-radius: 10px;
    border: 1px solid #6D6E76;
    color:#A4A4A4;
}
.form-control:focus{
    outline:0;
    border-color:#6D6E76;
    box-shadow:none;
}
.submit-button{
    color: #22295D;
    width:300px;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    padding:8px 40px;
    border-radius: 26px;
    background: #fff;
    margin-top:20px;
    border:1px solid #22295D;
    cursor:pointer;
}
.submit-button:hover{
    color:#22295D;
    background: #ECB21F;
    border:1px solid #ECB21F;
}
.text-center{
    display: flex;
    justify-content: center;
}
.contact-unique-div{
    border:1px solid #6D6E76;
    border-radius:20px;
    text-align:center;
    padding:40px 20px;
    margin-bottom:50px;
    min-height:250px;
}
.contact-unique-div p{
    color:#6D6E76 !important;
    font-weight:500 !important;
    font-size: 20px;
}
.contact-unique-div .first-p{
    color:#000 !important;
}
.last-p{
    margin-bottom:0px;
}
.address-p{
    text-align:left !important;
}
.contact-unique-div a:hover{
    color:#384497 !important;
}
.current-page{
    color: #878787 !important;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -20px;
}
.client-testimonial{
    min-height:280px;
}
.current-page a{
    color: #878787 !important;
}
.current-page a:hover{
    color: #ECB21F !important;
}
.current-page span{
    color: #ECB21F !important;
}
.section-margin{
    padding:0 50px;
}
.nav-pills li{
    width: 20%;
    display: flex;
    justify-content: start;
}
.product-name{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color:#000;
    margin-bottom:10px;
    margin-top: 10px;
}
.project-desc-title{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#7D7D7D;
}

.owl-carousel{
    display:block;
}
#carousel .owl-dots{
   display:none;
}
#carousel1 .owl-dots{
   display:none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #22295D;
}
.owl-nav{
    display:none;
}
.owl-dots{
    margin-top: 20px;
}
.owl-dot.active span{
    background: #22295D !important;
    /*box-shadow: 0px 0px 10px 2px #22295D;*/
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #22295D!important;
}
.owl-theme .owl-prev {
    left: 0;
    display: flex;
    background: #fff
}
.owl-theme .owl-next {
    right: 0;
    display: flex;
    background: #fff
}
.owl-dot.active span{
    background:#22295D !important;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #ECB21F;
    font-size: 14px;
    margin: 5px;
    padding: 7px 15px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #22295D;
    color: #FFF;
    text-decoration: none;
}

.testimonial .active{
    border:1.5px solid #384497;
}
.prod-title{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#000;
    margin-top:10px;
    padding: 0 15px;
    margin-bottom:10px;
}
.prod-desc{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#7D7D7D;
    padding: 0 10px;
}
.learn-more{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#384497 !important;
    text-decoration:underline !important;
    text-underline-offset: 3px;
    cursor:pointer;
}
.learn-more:hover{
    font-weight:700;
}
.product-main-section{
    display:flex;
    gap: 10px;
    justify-content: start;
}
.unique-product-item{
    border: 2px solid #E9E9E9;
    padding: 15px 25px 15px;
    text-align: center;
    min-height: 410px;
    margin-top:40px;
}
.product-main-section .unique-product-item{
    display:block;
    width:19%;
    justify-content: center;
    border: 2px solid #E9E9E9;
    padding: 5px 25px 10px;
    text-align: center;
}
.unique-product-item:hover{
    border: 2px solid #22295D;
}

.unique-product-item:hover .learn-more{
    font-weight:700;
}
.unique-product-item img{
    width:100%;
}
.tab-content{
    margin-top:40px;
}
.product-azko-p{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: justify;
    color:#7D7D7D;
}
.product-azko-p a:hover{
    color:#ECB21F !important;
}
.azko-image{
    width:80%;margin-left:10%;
}
.services-tab .col-lg-4{
    padding-left:0;
}
.pl-70{
    padding-left:70px;
}
.services-p{
    color:#222222;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.services-heading{
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    color:#000;
}
.services-sub-heading{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color:#3E3E3E;
}
.d-flex{
    display:flex;
    justify-content:center;
    margin:40px 0 80px 0;
}
.product-services-tab{
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.product-services-tab:after{
    content: " ";
    border-bottom: 3px solid #5E6CB396;
    width: 1000%;
    margin-left:-100%;
    position: absolute;
    margin-top: 44px;
    opacity:0.6;
    z-index: 1;
}
.product-services-tab li{
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    padding:0 100px;
}
.product-services-tab li a{
    color:#000 !important;
}
.active-li-prods{
    border-bottom:3px solid #384497;
}
.related-products{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    letter-spacing: 0.04em;
    text-align: left;
    color:#000;
}
.product-detail-title{
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#7D7D7D;
    padding-left:30px;
}
.description-title{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: left;
    color:#22295D;
    text-decoration:underline;
    text-underline-offset: 10px;
    padding-left:30px;
}
.back-background-detail{
    background:#F8F9FF;
    padding: 15px 30px 50px;
    margin-top:20px;
}
.first-td{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color:#616161;
}
.second-td{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#222222;
    border-left:1px solid rgb(34, 41, 93, 0.5);
}
.table td{
    border-top:0 !important;
    
}
.table tr{
    border-bottom:1px solid rgb(34, 41, 93, 0.5);
}
.product-detail-sub-title, .product-detail-p, .back-background-detail ul, .view-less-img{
    display:none;
}
.view-less-img{
    float:right;
    cursor:pointer;
}
.product-detail-sub-title{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color:#616161;
}
.services-tab{
    background-image:url('../images/Home page/PNG/services background .png');
    background-size: cover;
    background-position: left;
}
.ml-120{
    margin-left:120px;
}
.mr-120{
    margin-right:120px;
}
.mid-image{
    width: 166px;
    height: 30px;
    margin-top: 13px;
}
.product-detail-p{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#222222;
}
.back-background-detail ul{
    padding-left:30px;
}
.back-background-detail ul li{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color:#616161;
}
.small-img{
    margin-top:20px;
}
.product-detail-title{
    padding-left:0;
    padding-top: 40px;
}
.description-title{
    padding-left:0;
}
.black-heading{
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    color: #000;
    padding-left:70px;
    margin-bottom:20px;
    position:relative;
}
.black-heading::after{
    position: absolute;
    top: 20px;
    content: " ";
    height: 2px;
    width: 60px;
    background: #ECB21F;
    display: block;
    left: 0px;
}
.yellow-p{
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 900;
    line-height: 20.57px;
    letter-spacing: 0.07em;
    text-align: left;
    color:#ECB21F;
    padding-left: 70px;
    margin-bottom: 0;
}
.line-none{
    padding-left:0;
}
.line-none::after{
    display:none !important;
}
.yellow-p-none{
    padding-left:0;
}

.certi-images img{
    width:auto;
    height:180px;
}
.texti-img{
    object-fit: cover;
    max-width: 100%;
    width: 540px;
}
.testimonial-desc{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color:#232536;
}
.name-title{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color:#232536;
    margin-bottom:0;
}
.designation-title{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color:#384497;
}
.designation{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color:#6D6E76;
}
#header {
	display: block;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.25);
	background-image:url('../images/Home page/PNG/header image.png');
	background-size: cover;
    background-position: center;
}
.fade {
    opacity: 1;
    transition: opacity .15s linear;
}
.director-name{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    color:#22295D;
    display:flex;
    justify-content:space-between;
}
.director-details{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: justify;
    color:#3E3E3E;
}
.banner-item {
    min-height: 95vh;
    color: #fff;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.banner-title {
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 600;
    line-height: 48.41px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#fff;
}
.banner-content-wrap {
    padding: 20px 20px;
    width: 100%;
    margin-left: 65px;
    position: relative;
    top: 200%;
}
.banner-content-wrap p{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#fff;
    margin-bottom: 0;
}
.banner-content-wrap p:after{
    content: " ";
    border-bottom: 2.5px solid #ECB21F;
    width: 90px;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 5px;
}
.alert-success{
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
}
.alert-danger{
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
}
.image-hover{
    width:100%;
    position:relative;
    margin-bottom: 20px;
}
.image-hover img {
    width:100%;
    cursor:pointer;
}
.image-hover:after, .image-hover:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image-hover:after {
    display:block;
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    position: absolute;
}
.image-hover:hover:after, .image-hover:hover:before {
    opacity:1;
}
#imagemodal{
      background: rgba(0,0,0,0.8);
}
.modal-dialog {
    max-width: 100%;
    margin: 0px auto;
}
.modal-content{
    border:none;
    background:transparent;
}
.modal-body{
    padding:30px;
}
.modal-body button{
    margin-bottom:20px;
    opacity:1;
    cursor:pointer;
}
.close:hover {
    opacity:1;
}
  .modal-body button span{
      font-size:30px;
  }
  .modal-div{
      display:flex;
      justify-content:center;
  }
  .modal-div img{
      margin-top:20px;
  }
.dis-flex{
    display:flex;
    justify-content: space-evenly;
}
.view-all{
    border-radius:16px;
    border:1px solid #22295D;
    background:#fff;
    font-family: 'Inter';
    width:150px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#22295D;
    height:32px;
    cursor:pointer;
    margin-left: 70px;
}
.know-more{
    margin-left:70px;
}
.impact-thus-far{
    background:url('../images/Home page/PNG/Group 9234.jpg');
    background-size:cover;
    background-position:center;
    height:375px;
}
.unique-impact{
    text-align:center;
    border-right:1px solid #DADADA;
}
.last-impact{
    border-right:0;
}
.client-count{
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 700;
    line-height: 58.09px;
    text-align: center;
    color:#fff;
    margin-bottom:0;
}
.client-desc{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#fff;
}
.second-director{
    margin-top:-45px;margin-left: -20px;
}
.roxtec-tab{
    margin:50px 50px 0 50px;
}
.roxtec-note{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#384497;
    border:1px solid #22295D;
    margin-bottom:0;
    border-radius:20px;
    padding:15px 30px;
}
.fs-24{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
    color:#222222;
}
.fs-24 a{
    font-weight:700;
    padding-left:10px;
}
.roxtec-note span{
    font-size:24px;
    color:#ECB21F;
}
.roxtec-product-div{
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 30px;
    background:#F8F9FF;
}
.roxtec-product-div-right{
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 30px;
    background:#F8F9FF;
}
.image-div img{
    width:100%;
}
.content-div{
    margin:auto 100px auto 40px;
}
.roxtec-product-div-right .content-div{
    margin:auto 40px auto 100px;
}
.roxtec-product-div h3, .roxtec-product-div-right h3{
    margin-bottom:30px;
}
.content-div label{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: justify;
    color:#7D7D7D;
    margin-left: 10px;
}
.dd-flex{
    display:flex;
    align-items: baseline;
}
.content-div input[type=radio] {
    accent-color: #384497;
}
.sub-title-index{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: left;
    color:#000;
}
.contracts-fluid{
    padding:0;
}
.mr-50{
    margin:auto;
    margin-right:50px;
}
.pl-50{
    margin:auto;
    padding-left:50px;
}
.contracts-main{
    display:flex;
    background:#F8F9FF
}
.contracts-div{
    display:flex;
    gap: 5px;
}
.index-p{
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#000;
}
.ts-footer a:hover{
    color:#ECB21F !important;
}
.gallery-section img{
    /*margin-bottom:20px;*/
}
.desktophidden{
    display:none;
}
.mobilehidden{
    display:block;
}
.deskhidden{
    display:none;
}
.mobhidden{
    display:block;
}
@media only screen and (max-width: 1024px) {
    .banner-content-wrap {
        width:70%;
        padding: 20px 20px;
        width: 75%;
        margin: 0px 65px;
        top: 120%;
    }
    .icon-menu:before{
        color:#EBB11F !important;
        font-weight: bold;
    }
    .header .navbar-light .navbar-toggler {
        list-style-type: none;
    }
    #header .navbar {
        padding: 42px 20px 42px 20px;
        justify-content: space-between;
    }
    .section-margin {
        padding: 0px 24px;
    }
    .margin-auto-text {
        padding: 50px 50px;
    }
    .nav-pills{
        display:flex;
        justify-content:start;
    }
    .nav-pills li{
        display:block;
        width: 30%;
    }
    .nav-pills li img{
        width: 90%;
    }
    .product-name {
        margin-bottom: 40px;
    }
    .dd-ipad{
        padding:30px 0;
    }
    #sus-images img{
        width:100%;
    }
}
@media only screen and (max-width: 991px) {
    #sus-images{
        margin-bottom:40px;
    }
    .mb-40{
        margin-bottom:40px !important;
    }
    .prod-title{
        padding:0 5px;
    }
    .prod-desc{
        padding:0 5px;
    }
    .product-detail-title{
        padding-top:0;
    }
    .product-main-section .unique-product-item{
        padding: 5px 10px 10px;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
    .mobile-display-flex{
        display:flex;
        gap:15px;
    }
    .small-img {
        margin-top: 20px;
        width: 30%;
        margin-bottom: 40px;
    }
    .current-page{
        margin-top:0;
    }
    .second-director{
        margin-top:0;margin-left:0;
    }
    .second-director img{
        margin-bottom:20px;
    }
    .navbar-expand-lg .navbar-toggler{
        display:block !important;
        border:none;
    }
    .navbar-toggler a{
        color: #AB284A;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    #testimonial-slider{
        display:block;
    }
    .read-more-icon{
        width:30px !important;
    }
    .owl-item .read-more-icon{
        width:30px !important;
    }
    .owl-carousel .owl-item img{
        display:inline-flex;
    }
    
    .desktophidden{
        display:block;
    }
    .mobilehidden{
        display:none;
    }
    .header ul.navbar-nav > li {
        margin: 0px 20px 0 20px;
        padding: 0px 20px 0 20px;
    }
    .header.header-transparent ul.navbar-nav{
        z-index:9;
    }
    
    .header.header-transparent .navbar-brand img{
        width:100%;
    }
    #header .navbar{
        padding: 15px 0px;
    }

	.ts-footer {
		padding-left: 0px;
		padding-right: 0px;
	}
    .ts-footer{
        text-align:center !important;
    }
    #footer-area{
        text-align:center !important;
    }
    .ts-footer ul li {
        list-style-type: none;
        padding: 0 0px 0 0;
    }
    .ts-footer ul {
        display: block;
    }
    .mb-center{
        text-align:center !important;
        margin-top:30px;
    }
    .insta-icon{
        margin-top:30px;
    }
    .navbar-toggler:focus {
        outline: 0;
    }
    .header.header-transparent ul.navbar-nav{
        margin-right:0;
    }
    .header.header-transparent .navbar-brand img{
        margin-top:0;
    }
    .contact-banner{
        background:url('../images/Responsive/Rectangle 3847jj.png');
        background-size:cover;
        background-position:center;
    }
    .products-banner{
        background:url('../images/Responsive/Rectangle 3847 (1).png');
        background-size:cover;
        background-position:center;
    }
    .about-banner{
        background:url('../images/Responsive/Rectangle 384ff.png');
        background-size:cover;
        background-position:center;
    }
    .services-banner{
        background:url('../images/Responsive/Rectangle 384.png');
        background-size:cover;
        background-position:center;
    }
    .products-banner, .about-banner, .services-banner, .contact-banner{
        height:auto;
    }
    .product-services-tab li {
        font-size: 20px;
        padding: 0px 35px;
    }
    header .navbar-light .navbar-toggler {
        color: #ECB21F !important;
    }
    .azko-image {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 40px;
    }
    .roxtec-product-div-right .image-div, .roxtec-product-div .image-div{
        margin:auto;
    }
    
    .roxtec-product-div-right .content-div, .roxtec-product-div .content-div{
        padding:30px 0;
    }
    #home-section {
        background: url('../images/Responsive/Rectangle 3847.png') !important;
        background-position: center !important;
        height: 450px !important;
        background-size: cover !important;
        background-repeat:no-repeat !important;
    }
    section {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .client-testimonial {
        min-height: 450px;
    }
    header .navbar-light .navbar-toggler {
        background: none;
        font-size: 2rem;
        color: #ECB21F !important;
        border: none;
    }
    .header.header-transparent .navbar-brand img {
        width: 85% !important; 
    }
    #header {
        height: 80px;
        background-image: none;
        background-color: #384497;
    }
    .header .navbar-collapse {
        margin-top: 15px;
    }
    .related-products-text::after{
        width:45%;
        top: 55px;
    }
    .banner-content-wrap {
        padding: 20px 20px;
        margin: 24px;
        width: 100%;
    }
    .ipad-40{
        margin-bottom:40px;
    }
    .footer-top-div {
        height: 250px;
    }
    .inner-heading {
        padding-top: 25px;
    }
    .inner-heading button {
        margin-top: 0px;
    }
    div.home-content {
        bottom: 0px !important;
    }
}
@media only screen and (max-width:767px){
    #home-section {
        height: 250px !important;
    }
    .products-banner, .about-banner, .services-banner, .contact-banner {
        height: 250px;
    }
    .margin-auto-text {
        padding: 40px 40px;
    }
    div.home-content {
        bottom: 0px !important;
    }
    .banner-title, .client-count, .services-heading {
        font-size: 28px;
        line-height: 42px;
    }
    .footer-top-div {
        height: 250px;
    }
    .inner-heading {
        padding-top: 40px;
    }
    .inner-heading button {
        margin-top: 0px;
    }
    .deskhidden{
        display:block;
    }
    .mobhidden{
        display:none;
    }
    .impact-thus-far{
        height:auto;
    }
    .unique-impact{
        border-right:0;
    }
    .contracts-main {
        display: block;
    }
    .contracts-fluid {
         padding: 0 15px;
    }
    .contracts-div {
        display: flex;
        gap: 10px;
        margin-bottom:40px;
    }
    .contracts-div img{
        width:100%;
    }
    .pl-50 {
        padding-left: 15px;
    }
    #sus-images .col-4{
        padding: 0 5px;
    }
    .roxtec-note{
        padding:15px;
    }
    .roxtec-tab {
        margin: 50px 0px 0 0px;
    }
    .roxtec-product-div, .roxtec-product-div-right{
        display:block;
    }
    .roxtec-product-div-right .content-div {
        margin: 24px;
    }
    .roxtec-product-div .content-div {
        margin: 24px;
    }
    .content-div {
        margin: 24px;
    }
    .heading-banner-title, .heading-title-banner-top {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    .heading-title, .product-detail-title, .black-heading{
        font-size:28px;
        line-height:42px;
    }
    .contact-unique-div p, .product-azko-p{
        font-size:16px;
    }
    .product-main-section{
        display:block;
    }
    .product-main-section .unique-product-item{
        width:100%;
        margin-bottom:40px;
    }
    .nav-pills{
        display:block;
    }
    .nav-pills li{
        display:block;
        width: 100%;
    }
    .nav-pills li img{
        width: 100%;
    }
    #header .navbar {
        padding: 20px 0px;
    }
    #header{
        height: 80px;
        background-image: none;
        background-color: #384497;
    }
    .nav-pills li {
        padding: 0;
    }
    .header .navbar-collapse {
        margin-top: 15px;
    }
    .related-products-text::after{
        width:50%;
        top: 30px;
    }
    .cabinets-top-section {
        padding: 50px 0px;
    }
    #main-sec {
        height:auto !important;
        background-position:left;
    }
    .flickity-viewport{
        height:550px !important;
    }
    .banner-content-wrap {
        width: 70%;
        padding: 20px 20px;
        width: 100%;
        margin: 0px;
    }
}
    .flickity-page-dots {
        left: 30px;
        bottom: 40px;
    }
    .gallery-images{
        display:block;
    }
    .gallery-images img{
        margin-top:30px;
    }
}