@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=Nunito+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap'); 
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
*{
    padding:0;
    margin:0;
}


div#loading img {
    width: 116px;
}

div#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*html,*/
/*body {*/
/*  overflow-x: hidden;*/
/*}*/
/*.inner-padding{*/
/*    padding:0 20px;*/
/*}*/
/*.home-top-banner {*/
/*    background: radial-gradient(47.58% 282.46% at 79.06% 100%, rgba(82, 107, 103, 0.92) 0%, #526B67 100%);*/
/*    border-radius: 0px 0px 20px 20px;*/
/*    padding-top: 20px;*/
/*}*/
.about-top-banner {
    /* background-image: url(../img/about-subheader.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* border-radius: 0px 0px 20px 20px; */
    /* background-position: right; */
    position: relative;
    height: 16rem;
}
.top-subheader {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.top-subheader img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
header {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-top-banner header {
    padding-bottom: 0px;
}
.content-slider-about {
    text-align: center;
    padding-bottom: 60px;
    max-width: 88%;
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
}
.content-slider-product {
    padding: 20px 0px 40px 0px;
}
.about-top-banner header {
    padding-bottom: 0px;
}

.content-slider-about h1 {
    margin-bottom: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    text-align: center;
    color: #C0C0C0;
}

.content-slider-about p {
    margin-top: 10px;
    max-width: 62%;
    margin: 0 auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 150%;
    color: #C0C0C0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;

}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;

}
.c-container {
    max-width:88%;
    width: 100%;
    margin: 0 auto;
}
.top-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 88%;
    width: 100%;
}
.navigation-main ul.sub-menu li a {
    color: #2E3C69;
    font-size: 15px;
    line-height: 30px;
}

ul.sub-menu {
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 13px 5px;
    border-radius: 12px;
}
.navigation-main ul.sub-menu li a:hover {
    color: black;
}
/*ul.sub-menu:before {*/
/*    content: "";*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    background-color: white;*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    transform: rotate(45deg);*/
/*    left: 15px;*/
/*    z-index: 0;*/
/*}*/


.has-submenu:hover a i.fa.fa-chevron-down {
    color: silver;
    transform: rotate(180deg) !important;
    transition: .5s;
}

span.down-arrow i {
    font-size: 12px;
    color: #fff;
    font-family: 'FontAwesome';
    align-items: flex-end;
    transform: rotate(360deg) !important;
    transition: .5s;
}
.home-top-banner span.down-arrow i{
    color: #12326c;
}


.logo {
    width: 13%;
    height: auto;
    overflow: hidden;
}

.logo img {
    width: 100%;
    height: auto;
}
.navigation-main ul {
    display: flex;
}


.navigation-main ul li {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    /* text-decoration: none; */
}

.navigation-main ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.home-top-banner .navigation-main ul li a {
    text-decoration: none;
    color: #12326c;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.slide-1 {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 86%;
    width: 100%;
}
.item.bg-2 .slide-1{
    justify-content: start;
}
.content-slider {
    padding-bottom: 90px;
    padding-top:70px;
    max-width:50%;
}


.slider-1-img {
    max-width: 50%;
    width: 100%;
    padding-right: 70px;
    margin-top: 100px;
}

.slider-1-img img {
    width: 100%;
}
/* .item.slider-34 .content-slider {
    max-width: 50%;
    width: 100%;
} */
.content-slider h1 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    color: #C0C0C0;
    margin-bottom: 20px;
}
.content-slider p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3vw;
    line-height: 150%;
    color: #C0C0C0;
    margin-bottom: 3vw;
}
.about-btn-slider button {
    border: none;
    max-width: 240px;
    height: 55px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    width: 100%;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2E3C69;
    margin-right: 25px;
    transition:200ms ease-in 0s;
}
button.btn-about-custom {
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
}
.about-section {
    padding-top: 10px;
    position: relative;
}
.about-section-inner {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: center;
}
.about-btn-slider button:hover {
    background: #2E3C69;
    color: #D95323;
}
.product-demo .owl-carousel {
    border-radius: 20px;
    overflow: hidden;
}
.left-part,
.right-part {
    max-width: 28%;
}

.middle-part img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.middle-part {
width: 39%;
height: auto;
}
.left-part h4,
.right-part h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #2E3C69;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 0;
}

.left-part p {
    white-space: break-spaces;
    word-break: initial;
}

.left-part {
    text-align: right;
}

.right-part {
    text-align: left;
}

.about-section h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #2E3C69;
    margin-bottom: 50px;
}

.about-section-inner p {
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    align-items: center;
    color: #444444;
    line-height: 150%;
}
.motto-section {
    padding-top: 3vw;
}
.motto-section h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 150%;
    text-align: center;
    color: #D95323;
    margin-bottom: 0px;
}

.slider-sec .owl-dots .owl-dot span {
width: 39px;
height: 12px;
background: #FFFFFF;
border-radius: 40px;
min-width: 39px;
}

.slider-sec .owl-dots {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
}
.motto-section p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #444444;
    max-width: 968px;
    margin: 0 auto;
    width: 100%;
}
.product-category-c h1 {
    color: #2E3C69;
}
.product-img.slider-sec {
    display: flex;
}

.product-img.slider-sec .product-demo {
    width: 21%;
}
.product-img.slider-sec {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    column-gap: 2%;
}
.product-demo h2 {
    font-weight: 700;
    font-size: 3vw;
    line-height: 150%;
    text-align: center;
    margin-top: 40px;
    text-decoration:none;
}
.product-demo .color-herbal a
{
    color: #2E3C69;
    text-decoration:none;
}
.product-demo .color-green a{
    color:#2E3C69;
    text-decoration:none;
}
.product-demo .color-orange a{
    color: #2E3C69;
    text-decoration:none;
}
.middle-part-about .home-demo {
    border-radius: 20px;
    overflow: hidden;
}
.about-section:after {
    content: '';
    background: url(https://test.cloud1.me/ronakpharma/img/right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    width: 390px;
    height: 722px;
    right: 0;
    position: absolute;
    bottom: -35%;
    z-index: 0;
}
.slider-left-img{
    position: relative;
}
.slider-left-img:before {
    content: '';
    background: url(https://test.cloud1.me/ronakpharma/img/left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    width: 320px;
    height: 663px;
    position: absolute;
    bottom: 0;
    z-index:-1;
}
.query-section {
    background: #D95323;
    height: 279px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-btn-slider {
    margin-top: 20px;
}
.query-img {
    max-width: 22%;
    width: 100%;
    margin-top: 0%;
    position: relative;
    /* top: -25%; */
    
}

.query-img img {
    width: 100%;
}
.right-query-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
}
.right-query-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 1040px;
    width: 100%;
}
.four-img-bg {
    max-width: 80%;
    width: 100%;
    margin: 20px auto;
    background-image: url(../img/homestr.png);
    background-size: contain;
    background-position: 50% 54%;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    column-gap: 90px;
    align-items: center;
    justify-content: center;
}

.four-img-bg-cont {
    max-width: 42%;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 2%;
    margin-bottom: 5%;
    margin-top: 6%;
    position: relative;
    z-index: 9;
    transition: all 200ms ease-in 0s;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 315px;
}
.four-img-bg-cont:hover {
    background: #ffffff;
    box-shadow: 1px 3px 8px #c3c3c3;
    border-radius: 20px;
}
.four-img-bg-cont h3 {
    font-size: 30px;
    line-height: 3vw;
    color: #2E3C69;
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
    
}

.four-img-bg-cont p {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.four-img-bg-cont2 {
    max-width: 42%;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 2%;
    margin-bottom: 5%;
    margin-top: 6%;
    position: relative;
    z-index: 9;
    transition: all 200ms ease-in 0s;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 315px;
}
.four-img-bg-cont2:hover {
    background: #ffffff;
    box-shadow: 1px 3px 8px #c3c3c3;
    border-radius: 20px;
}
.four-img-bg-cont2 h3 {
    font-size: 30px;
    line-height: 3vw;
    color: #D95323;
    max-width: 330px;
    margin: 0 auto;
    width: 100%;
    
}

.four-img-bg-cont2 p {
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.strength-section {
    margin-top: 65px;
    position: relative;
}
.strength-section::after {
    content: '';
    background: url(https://test.cloud1.me/ronakpharma/img/right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0;
    width: 390px;
    height: 722px;
    right: 0;
    position: absolute;
    bottom: 40%;
}

.strength-section::before {
    content: '';
    background: url(https://test.cloud1.me/ronakpharma/img/left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    width: 320px;
    height: 663px;
    position: absolute;
    bottom: -20%;
}
.brand-slider {
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-slider img {
    width: 13%;
}
.corporate-video-bg {
    background: url(../img/Rectangle341.png);
    background-size: 100%;
    min-height: auto;
    background-repeat: no-repeat;
    margin-top: 80px;
    max-width: 100%;
    width: 100%;

}
.video-right {
    max-width: 50%;
    width: 100%;
    /* margin-left: auto; */
    padding-top: 7%;
    position: relative;
}

.video-right img {
    width: 100%;
    position: relative;
    bottom: -6px;
}
.video-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    width:100%;
}

.video-container .left-content {
    max-width: 50%;
    width: 100%;
    margin-left: auto;
    color: #fff;
    padding-left: 25px;
}

.left-content h2 {
    font-weight: 700;
    font-size: 3vw;
    line-height: 150%;
    text-transform: capitalize;
}

.left-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}
footer{
    background: #DEDEDE;
}
.footer-container {
    max-width: 88%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    column-gap: 35px;
    justify-content: center;
}
/* 
.colum-1-footer {
    display: flex;
} */
.faceboook-left {
    margin-right: 20px;
}
.first-footer-col {
    display: flex;
    max-width: 330px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
/* or 188% */
    color: #2E3C69;
    align-items: center;
}

.footer-social-icon {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
}

.colum-2-footer ul li {
    list-style: none;
}

.colum-2-footer ul {
    padding: 0;
    margin: 0;
}

.colum-2-footer ul li a {
    text-decoration: none;
    font-size: 1vw;
    line-height: 40px;
/* or 300% */
    text-transform: capitalize;
    color: #2E3C69;
    font-family: 'Inter';
}

.colum-2-footer h3 {
    /* font-family: 'Kumbh Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
/* identical to box height */
    text-transform: capitalize;
    color: #2E3C69;
}
button.subscribe-btn {
    max-width: 252px;
    width:100%;
    height: 60px;
    background: #2E3C69;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Inter';
    border: none;
    cursor: pointer;
}
.footer-nav-bar ul {
    display: flex;
    column-gap: 20px;
    padding-top: 25px;
}
.footer-nav-bar li.border-right {
    position: relative;
}

.footer-nav-bar li.border-right:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #2E3C69;
    right: -10px;
    position: absolute;
    top: 32%;
}
.colum-2-footer p {
    margin: 15px 0px;
}
li.address-li {
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
/* or 188% */
    color: #2E3C69;
    margin-bottom: 20px;
}

li.address-li a {
    text-decoration: underline !important;
}
.img-icon {
    width: 18px;
}

.img-icon img {
    width: 100%;
}
.footer-social-icon img {
    cursor: pointer;
}
/*.navigation-main i{*/
/*    display:none;*/
/*}*/
.main-container{
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.leader-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.leader-content h1 {
    font-size: 3vw;
    color: #2E3C69;
}

.leader-content {
    max-width: 44%;
    width: 100%;
}
.leader-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    /* display: flex; */
    align-items: center;
    color: #444444;
}

.counter-point {
    width: 39%;
    display: flex;
    flex-wrap: wrap;
    background: rgba(240, 241, 243, 0.5);
    border-radius: 20px;
    padding-left: 3%;
}

.counter-point .inner-counter {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.inner-counter h2 {
    font-size: 3vw;
    color: #D95323;
    font-style: normal;
    font-family: 'Nunito Sans';
}

.inner-counter p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 2vw;
    line-height: 150%;
    align-items: center;
    color: #444444;
}
.slider-container .owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 10px;
}
.slider-container .owl-dots {
    position: absolute;
    bottom: 3%;
    left: 8%;
}
img.video-play-btn {
    position: absolute;
    z-index: 1;
    width: 14%;
    height: auto;
    bottom: 24% !important;
    left: 50%;
    cursor: pointer;
}
.cover{
    background:rgba(0,0,0,0);
    position:fixed;
    width:100%;
    height:100%;
    display:none;
  }
  .contents{
    width:300px;
    height:300px;
    background:#f1f1f1;
    margin:30px auto;
    border:2px solid #ccc;
    border-radius:30px;
    position:relative;
    text-align:center;
  }
  .close{
    border:2px solid #ccc;
    border-radius:15px;
    padding:5px 15px;
    position:absolute;
    bottom:15px;
    text-align:center;
    left:30%;
    width:100px;
    box-shadow:inset 0px 0px 10px 5px #ccc;
    cursor:pointer;
  }
  
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
      height:62vh;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .pop-up-content-wrap iframe {
      width: 100%;
      height: 52vh;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  .about-btn-slider button {
    margin-bottom: 15px;
}
.middle-part-about{
    max-width:72%;
    height: auto;
    width: 100%;
}
.middle-part-contact{
    max-width:47%;
    height: auto;
    width: 100%;
}
.contact-heading {
    position: relative;
    margin-bottom: 20px;
}
.contact-heading:after {
    content: "";
    display: inline-block;
    width: 100px;
    position: absolute;
    height: 2px;
    background-color: #677b79;
    bottom: -5px;
    left: 0;
}
.carousel-content {
    width: 52%;
    border-radius: 20px;
    text-align: right;
}
.carousel-content button {
    max-width: 50%;
    width: 100%;
    border-radius: 40px;
    border: none;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    height: 55px;
    background: #2E3C69;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.carousel-content p {
    color: #444444;
    line-height: 150%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size:18px;
}
.carousel-content h1 {
    font-size: 3vw;
    color: #2E3C69;
}
.leader-content button.owl-dot.active span {
    background: #D95323 !important;
}
.corporate-philosophy {
    text-align: center;
    max-width: 68%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.corporate-philosophy h1 {
    color: #2E3C69;
    font-size: 3vw;
    font-family: 'Nunito Sans';
    margin-top: 50px;
}

.corporate-philosophy p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #444444;
}
.four-box-about {max-width: 80%;width: 100%;display: flex;flex-wrap: wrap;margin: 0 auto;}

.four-box-about {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
}
.four-box-about .inner-box-four {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.inner-box-four img {
    width: 100%;
}
.blur-bg, .orange-bg {
    background: #2E3C69;
    text-align: center;
    padding: 2% 0%;
    padding-top: 7%;
}

.blur-bg h2, .orange-bg h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 3vw;
}

.blur-bg p , .orange-bg p {
    text-align: center;
    color: #FFFFFF;
    line-height: 150%;
    font-weight: 300;
    font-size: 18px;
    max-width: 86%;
    margin: 0 auto;
}
.orange-bg {
    background: #2E3C69;
}
.blur-bg {
    border-radius: 0px 20px 0px 0px;
}
.corporate-after-before {
    width: 100%;
    height: auto;
    position: relative;
}
.corporate-after-before:after {
    content: '';
    background: url(../img/right.png);
    position: absolute;
    width: 18%;
    top: -6%;
    right: 0;
    background-size: contain;
    object-fit: fill;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
}
.corporate-after-before:before {
    content: '';
    background: url(../img/left.png);
    position: absolute;
    width: 18%;
    bottom: 6%;
    left: 0;
    background-size: contain;
    object-fit: fill;
    height: 407px;
    background-repeat: no-repeat;
}
.testo-carosel {
    background: rgba(240, 241, 243, 0.5);
    border-radius: 20px;
    max-width: 90%;
    margin: 0 auto;
    padding: 1% 5%;
    text-align: center;
}

.testo-carosel p {
    width: 100%;
    max-width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #444444;
}
.testo-carosel h1 {
    color: #2E3C69;
    font-size: 3vw;
    line-height: 150%;
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}
.values-four {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.values-1 {max-width: 24%;width: 100%;text-align: center;}

.value-img {
    width: 32%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.value-img img {
    width: 100%;
}

h2.value-title {
    margin-bottom: 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    line-height: 150%;
/* or 48px */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #2E3C69;
}

p.value-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.value-after-before {
    width: 100%;
    height: auto;
    position: relative;
}
.value-after-before:after {
    content: '';
    background: url(../img/right.png);
    position: absolute;
    width: 18%;
    top: -31%;
    right: 0;
    background-size: contain;
    object-fit: fill;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
}
/* .value-after-before:before {
    content: '';
    background: url(../img/left.png);
    position: absolute;
    width: 18%;
    bottom: 6%;
    left: 0;
    background-size: contain;
    object-fit: fill;
    height: 407px;
    background-repeat: no-repeat;
} */

.long-img img {
    position: relative;
    width: 100%;
}

.long-img {
    position: relative;
}

.long-img h3 {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    /* text-align: center; */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    line-height: 150%;
/* or 48px */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #2E3C69;
}

.small-img {
    position: relative;
}
.small-img h3 {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    /* text-align: center; */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 150%;
/* or 48px */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #2E3C69;
}
.small-img img{
    width: 100%;
}
.about-bottom-slider {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 60px 0;
}
.slider-container .owl-dots button.active:nth-child(1) span {
    background: #D95323 !important;
}
.slider-container .owl-dots button.active:nth-child(2) span {
    background: #D95323 !important;
}
.slider-container .owl-dots button.active:nth-child(3) span {
    background: #D95323 !important;
}
.slider-container .owl-dots button.active:nth-child(4) span {
    background: #D95323 !important;
}
.slider-container .owl-dots button span{
    background:#D95323 !important;
}
.slider-container {
    padding-bottom: 20px;
}
.top-btn-categories a {
    min-width:22%;
    margin-bottom: 2%;
}
.top-btn-categories > * {
    width: auto;
}
.top-btn-categories {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3%;
}

button.cat-1-btn {
    background: #2BCAF3;

}


.top-btn-categories a:nth-child(2) button {
    background: #3AB386;
}


.top-btn-categories a:nth-child(3) button {
    background: #E4AF5D;
}


.top-btn-categories a:nth-child(4) button {
    background: #F66D4E;
}

.top-btn-categories a:nth-child(5) button {
    background: #E4AF5D;
}

.top-btn-categories a:nth-child(6) button {
    background: #3AB386;
}

.top-btn-categories a:nth-child(7) button {
    background: #E4AF5D;
}

.top-btn-categories a:nth-child(8) button {
    background: #2BCAF3;
}

.top-btn-categories a:nth-child(9) button {
    background: #3AB386;
}

.top-btn-categories a:nth-child(10) button {
    background: #F66D4E;
}


.top-btn-categories a:nth-child(11) button {
    background: #E4AF5D;
}


.top-btn-categories a:nth-child(12) button {
    background: #2BCAF3;
}

.top-btn-categories button {
    width: 100%;
    border: none;
    height: auto;
    border-radius: 50px;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 12px 15px;
    cursor: pointer;
}
.top-btn-categories button{
    width: 100%;
}
button.cat-1-btn{
    background:#2BCAF3 ;
}
button.cat-2-btn{
    background:#3AB386 ;
}
button.cat-3-btn{
    background: #E4AF5D;
}
button.cat-4-btn{
    background:#F66D4E ;
}
h1.top-cat-heading {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #2E3C69;
    position: relative;
}

h1.top-cat-heading:after {
    content: '';
    height: 4px;
    width: 74%;
    background: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 13%;
    border-radius: 40px;
}

.cat-cont-img-bg {
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

h2.inner-cat-heading {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #2E3C69;
    margin-bottom: -30px;
    z-index: 9;
    position: relative;
    text-align: center;
}
.cat-cont-img-inner {
    display: flex;
    width: 100%;
    height: auto;
    background: #2E3C69;
    border-radius: 40px 40px 0px 0;
    margin: 0 auto;
    overflow: hidden;
}

.cat-cont-img-inner-1 {
    width: 50%;
    height: auto;
    background: #2BCAF3;
}

.cat-cont-img-inner-2 {
    width: 50%;
    height: auto;
    background: #3AB386;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cat-cont-img-inner-1 p {
    width: 71%;
    margin: 61px auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.inner-table-bg {
    width: 100%;
    padding-top: 40px;
    background: #D9D9D9;
    border-radius: 40px;
}
.inner-table-bg table {
    width: 100%;
}

.inner-table-bg table tr {
    text-align: center;
    height: 40px;
}

.inner-table-bg table tr th {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.76vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.bg-tr{
    background: #2E3C69;
}
.inner-table-bg table tr td:first-child {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.76vw;
    line-height: 150%;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    color: #000000;
}
.space-divider {
    margin: 40px auto;
}
.contact-page-section {
    margin-top: 25px;
    box-shadow: 3px 4px 10px 7px #00000014;
    border-radius: 30px;
    padding: 20px;
    margin-right: 10px;
}
.contact-info {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
}
.contact-page-section .contact-info {
    max-width: 100%;
    width: 100%;
}
.info-section {
    width: 75%;
    font-family: 'Inter';
}
.logo-image-contact {
    width: 45px;
    height: 45px;
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .info-title{
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2E3C69;

}
.section-contact-detils .contact-info .info-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.info-section-margin {
    margin-top: -21px;
}
.contact-info .info-text {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
}
.contact-info img {
    width: 25px;
}
.contact-page-section .contact-info a {
    text-decoration: none;
}
.leader-content-contact {
    max-width: 47%;
    width: 100%;
    padding-right: 3%;
    border-right: 2px solid gray;
}
.contact-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.contact-title:after {
    content: "";
    display: inline-block;
    width: 100px;
    position: absolute;
    height: 2px;
    background-color: #2E3C69;
    transform: translate(-50%, -50%);
    bottom: -5px;
    left: 50%;
}
.contact-from-01 {
    width: 100%;
    padding: 7px 20px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    background-color: transparent;
    height: 30px;
    font-size: 20px;
    font-family: 'Nunito Sans' ;
}
textarea.contact-from-01 {
    height: 170px;
}
.contact-from-submit-btn {
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    background-color: #e8851c !important;
    text-align: center;
    padding: 9px 20px;
    border-radius: 25px;
    z-index: 1;
    text-decoration: none;
    border: none;
    width: 200px;
    margin: 0 auto;
}
form.contact-from h4.contact-title.text-center {
    text-align: center;
    color: #2E3C69;
}
form.contact-from {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.row-contact {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    align-items: center;
    justify-content: space-evenly;
}
form.contact-from {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.row-contact .col, .row-contact .col-6 {
    width: 43%;
}
.row-contact .col-12 {
    width: 91%;
}
.text-center {
    text-align: center;
}
.contact-from-submit-btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    background-color: #2E3C69 !important;
    text-align: center;
    padding: 9px 20px;
    border-radius: 25px;
    z-index: 1;
    text-decoration: none;
    border: none;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
    font-family: 'Inter';
}
.mobile-strength {

    display: none;
}
a.nav-link span.down-arrow i {
    margin-left: 10px;
}
.bottom-map {
    height: auto;
    overflow: hidden;
    width: 100%;
    display: flex;
}
.corporate-video-bg video {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.corporate-video-bg {
    position: relative;
    overflow:hidden;
}
.award-slider .owl-stage {
    display: flex;
    align-items: flex-end;
}
span.close-it i {
    color: #000;
    font-weight: 400;
    text-align: center;
    padding: 0;
    width: auto;
    height: auto;
    text-decoration: none;
}

span.close-it {
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 10px;
    background-color: white;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}
.corporate-video-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}
.full-w {
    position: unset;
}
img.video-play-btn {
     opacity:1;

}

img.video-play-btn.opened {

    opacity:0;
}
.corporate-video-bg.video-added video {
    transform: none;
}

.corporate-video-bg video {
    transform: translateX(100%);
}
a.nav-link.active {
    color:rgb(187 184 184);
}
.award-slider .owl-carousel .owl-nav {
    display: none;
}
.award-slider .owl-carousel .owl-dots.disabled {
    display: block;
}
.award-slider .owl-carousel .owl-dots{
    
    margin-top:30px;
    margin-bottom: 30px;
}





.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
  background-color: #2d3638;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  color: #fff;
}
.about-btn-slider .close-button {
  background: none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 0;
  border: solid 1px #fff;
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-popup-bg:before {
  content: '';
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.form-group {
    margin-bottom: 1rem;
    max-width: 46%;
    float: left;
    width: 100%;
    margin-right: 4%;
}
.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'Nunito Sans';
    font-size: 18px;
}
.form-container p {
    margin-bottom: 20px;
}
.form-group input, .form-group textarea {
    max-width: 96%;
}

.form-group.designation {max-width: 100%;}

.form-group.textarea-bg {
    max-width: 100%;
}

.form-group.textarea-bg textarea {
    height: 100px;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}
.cd-breadcrumb, .cd-multi-steps {
    width: 90%;
    padding: 0.5em 1em;
    margin: 1em auto;
    border-radius: 0.25em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #cfcfcf;
  font-size:28px;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
    margin-bottom: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    text-align: center;
    color: #C0C0C0;
    text-decoration: none;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
.inner-padding.sticky {
    background-image: linear-gradient(#2E3C69, #2E3C69, #2E3C69db, #647a7700);
    z-index: 99;
    padding: 20px 0px;
    position:fixed;
}
.home-top-banner .inner-padding.sticky{
    background-image: linear-gradient(#ffffff, #ffffff, #ffffffdb, #647a7700);
}
.content-slider-about {
    text-align: center;
    padding-bottom: 60px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    top: 60px;
}
/*.inner-padding {*/
/*    padding: 20px 0px;*/
/*}*/
body.loaded {
    z-index: 999;
}
button.enquiry-btn {
    position: absolute;
    z-index: 5;
    transform: rotate(90deg);
    top: 50%;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    left: auto;
    width: 175px;
    font-size: 16px;
    line-height: 31px;
    right: -71px;
    position: fixed;
    background: #2E3C69;
    border: none;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 3px #3e3e3e;
    cursor: pointer;
}
.enquiry-btn:hover {
    transition: .3s;
    border-radius:50px;
    box-shadow: 0px 0px 4px 0px #000000;
    
}
.float-icon {
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 50px;
    height: auto;
    z-index: 999;
}

a.float-icon img {
    width: 100%;
    height: 100%;
}
.form-container button#btnCloseForm {
    height: 40px;
    width: 40px;
    right: 20px;
    position: absolute;
    top: 20px;
    border-radius: 50px;
    border: 2px solid #596e72;
    font-weight: bold;
    font-size: 20px;
}
.form-container button {
    border: none;
    max-width: 240px;
    height: 55px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    width: 100%;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #2E3C69;
    margin-right: 25px;
}
.about-btn-slider a{
    text-decoration:none;
}
li.nav-item.has-submenu {
    width: 150px;
}

.slider-2-d {
    width: 100%;
    max-width: 50%;
    margin-top: 18vw;
}
.slider-2-d img{
    width:100%;
}
.slider-1-img.slider-4-d {
    margin-top: 18vw;
}
.slider-1-img.slider-3-d {
    margin-top: 12vw;
}
.d-container {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 70px 0px;
}
.col-container-d {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}
.col-container-d-1 {
    width: 48%;
}

.col-inner-d img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 8px;
}
.col-inner-d {
    width: 47%;
}
.col-inner-d-2 img {
    width: 92%;
}
.exp-inner-content-d {
    width: 44%;
    background: #da4f16;
    font-family: 'Nunito Sans';
    padding: 15px;
    text-align: left;
    border-radius: 20px;
    margin: auto;
    margin-top: -40px;
    position: relative;
    color: #fff;
    font-size: 28px;
    padding-left: 26px;
}

.exp-inner-content-d span {
    font-size: 140px;
    text-align: center;
    line-height: 134px;
    margin-left: -10px;
}
button.glans-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #2e3c69;
    font-size: 22px;
    margin: 35px 0;
}

button.glans-btn i {
    color: #d95222;
    margin-left: 10px;
}

.col-container-d-1 h1 {
    font-size: 45px;
    color: #2e3c69;
    line-height: 50px;
}
.col-container-d-1 p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
    text-align: justify;
}
button.about-btn-home {
    background: #d75323;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 22px;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .floating-arrow
  {
      display:none;
  }
    
.modal-content {

    max-width: 60%;
  
}    
    
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}

@media (min-width:1367px){
     .slider-2-d {
    margin-top: 8vw ;
}
.slider-1-img.slider-4-d {
    margin-top: 10vw;
}
.slider-1-img.slider-3-d {
     margin-top: 5vw;
}
}
@media (min-width:1366px){
   
    .main-container{
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .top-btn-categories {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px;
        display: flex;
        padding:20px 0px;
    }
    .cat-cont-img-bg {
        width: 100%;
        height: auto;
        padding: 25px 0px;
        text-align: center;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .blur-bg p, .orange-bg p{
        font-size: 18px;
    }
    }
@media (max-width:1366px){

.left-content {
    padding-left: 40px;
}

.video-right {
    padding-top: 15%;
}
.video-right img {
    bottom: -4px;
}
.right-query-content {
    padding-left: 3%;
}
.query-img {
    max-width: 21%;
    padding-left: 1%;
}
.middle-part {
    max-width: 39%;
    height: auto;
    width: 100%;
}
.about-section {
    padding-top: 40px;
}
.about-section-inner p {
    font-size: 16px;
}
.four-img-bg-cont p{
    font-size: 16px;
}
}
@media (max-width:1024px){
    .cat-cont-img-bg {
    padding: 25px 0;
}
.brand-intr-1:after, .brand-intro-2:before{
    display:none;
}
.brand-intro-inner {
    margin-bottom: 30px;
}
}
@media (max-width:992px){
    .logo {
        width: 20%;
    }
    .navigation-main {
        width: 50px;
    }
    .about-section {
        padding-top: 90px;
    }
    .about-section h1{
        margin-bottom: 0;
    }
    .about-section-inner{
        flex-wrap: wrap;
    }
    .left-part, .right-part {
        max-width: 100%;
        width: 100%;
    }
    .left-part h4, .right-part h4{
        text-align: center;
        margin: 20px 0px;
    }
    .left-part p, .right-part p{
        text-align: justify;
    }
    .corporate-video-bg{
        margin-top: 40px;
    }
    .left-content p {
        font-size: 16px;
    }
    .colum-2-footer ul li a {
        font-size: 2vw;
    }
    .footer-container{
        flex-wrap: wrap;
        justify-content: left;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .colum-2-footer {
        margin-bottom: 32px;
    }
    ul.sub-menu.opened {
    background: #78918d;
    margin: 0;
    margin-left: 20px;
}

ul.sub-menu.opened li a {
    color: #fff;
}
.navigation-main i {
    color: #fff;
    font-size: 26px;
    padding-right: 15px;
    transform: rotate(0deg);
    display: block;
    transition: .5s;
}
ul.sub-menu.opened li a {
    color: #fff !important;
}
.cat-cont-img-bg {
    padding: 25px 0;
}
}
@media (min-width:1024px) and (max-width:1300px){
/*.c-container {*/
/*    max-width: 1140px;*/
/*    width: 100%;*/
/*}*/
.colum-2-footer ul li a{
    font-size:14px;
}
}
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media (max-width:768px){
    .corporate-video-bg video {
    transform: translateX(105%);
}
.brand-section {
    padding-top: 30px;
}
    .custom-model-inner{
        margin-top: 45px;
    }
    ul.sub-menu.opened {
    display: block !important;
}
    .navigation-main i{
        display:block;
    }
    .four-img-bg {
    background-image: none;
    justify-content:center;
}
li.nav-item.has-submenu .mobile-submenu {
    position: absolute;
    top: 10px;
    right: -10px;
}
ul.sub-menu li:last-child {
    padding-bottom: 10px;
}
.navigation-main ul.sub-menu {
    padding: 0;
}
ul.sub-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
}
ul.sub-menu.opened {
    position: relative;
    margin-top: 20px;
    height: auto;
    padding: 10px;
    transition: .5s;
}

ul.sub-menu {
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    transition: .1s;
}
li.nav-item.has-submenu .mobile-submenu i {
    font-size: 15px;
}

li.nav-item.has-submenu {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.navigation-main ul.sub-menu li a {
    color: #2E3C69;
    font-size: 18px;
    line-height: 20px;
}

.navigation-main ul li a {
    font-size: 25px;
}
li.nav-item.has-submenu a .down-arrow {
  display:none;
}
li.nav-item.has-submenu a {
    position: relative;
    padding: 0;
}
body{
    overflow-x:hidden;
}
.footer-nav-bar ul {
    padding-top: 25px;
    padding-bottom: 25px;
}

.colum-2-footer {
    padding-left: 0px;
    padding-right: 0;
}
.middle-part {
    height: auto;
}
li.address-li{
    margin-bottom:5px;
}
.c-container {
    padding: 0 0px;
}
.footer-social-icon {
    margin: 20px 0px;
}

.colum-2-footer {
    margin-bottom: 20px;
}

.footer-nav-bar ul {
    flex-direction: column;
}

.footer-nav-bar li.border-right:after {
    display: none;
}
.video-container {
    flex-direction: column;
    padding: 20px 0px;
}
.video-right img {
    right: -4%;
    bottom: -22px;
}
.product-img.slider-sec .product-demo {
    width: 85%;
    margin-bottom: 35px;
}
.motto-section-help{
    padding-top:60px !important;
}
.content-slider {
    padding: 45px 0px;
    max-width:100%;
}
.about-section {
    padding-top: 40px !important;
}
.slider-container .owl-dots {
    bottom: 2%;
    left: 22%;
    margin-top: -20px !important;
}
.four-img-bg {
    max-width: 100%;
}
.four-img-bg-cont {
    max-width: 100%;
    margin-bottom: 40px;
}
.colum-2-footer ul li a {
    font-size: 2vw;
}
.colum-2-footer h3 {
    margin-bottom: 10px;
}
.middle-part-about{
    max-width: 100%;
}
.carousel-content button {
    max-width: 90%;
}
.corporate-philosophy {
        max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
}
.top-btn-categories a {
    width: 25%;
}
.top-btn-categories button{
    font-size: 16px;
}
h2.inner-cat-heading {

    font-size: 40px;
    margin-bottom: -22px;
}
h1.top-cat-heading {

    font-size: 40px;
    margin-bottom: 40px;
}

.cat-cont-img-inner {
    flex-direction: column;
}
.cat-cont-img-inner-1, .cat-cont-img-inner-2 {
    width: 100%;
}
.cat-cont-img-inner-2 .middle-part-about {
    max-width: 80%;
}
.cat-cont-img-inner-2 {
    padding: 40px 0px;
}
.cat-cont-img-bg {
    padding: 0;
}
.inner-table-bg table tr th, .inner-table-bg table tr td:first-child{
    font-size: 14px;

}
.row-contact {
    justify-content: unset;
}
.contact-from-01 {
    max-width: 82%;
    width:100%;
}
.row-contact .col, .row-contact .col-6 {
    width: 50%;
}
.row-contact .col-12 textarea.contact-from-01 {
    max-width: 100%;
    width: 100%;
}
.mobile-strength {

    display: block;
}
.mobile-strength .middle-part.slider-sec {
    max-width: 90%;
    width: 100%;
}
.strength-section .four-img-bg {
    display: none;
}
.mobile-strength .four-img-bg-cont {
    padding: 0;
}
.cat-cont-img-bg {
    padding: 25px 0;
}
.top-btn-categories a {
    min-width: 24%;
    width: auto;
}
.top-btn-categories{
    padding:20px 0;
}

.item.slider-34 .content-slider {
    max-width: 90%;
    width: 100%;
}

/*mobile menu*/
a.nav-link 
 span.down-arrow i {
    margin-left: 10px;
}

span.mobile-submenu.prolink {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #ededed;
    font-family: 'Nunito Sans';
    font-size: 25px;
    align-items: center;
}

span.mobile-submenu.prolink i {margin-left: 10px;}

span.mobile-submenu.prolink {
 margin-bottom: 0px !important;
}

li.nav-item.has-submenu a {
    /* display: none; */
}
.form-container {
    width: 100%;
    max-width: 61%;
    height: 100vh;
    overflow: scroll;
}
.about-btn-slider .close-button {
    width: 40px;
    height: 44px;
}
.form-control{
    max-width:95%;
}
.strength-section::after{
    z-index:-1;
}
.form-group {
    max-width: 100%;
}

.top-subheader {
    height: 205px;
    border-radius: 0 0px 20px 20px;
    overflow: hidden;
}
.top-subheader img {
    max-width: 136%;
    height: 100%;
}
.blur-bg p, .orange-bg p {
    font-size: 1.87vw;
}
.four-box-about {
    max-width: 100%;
    width: 100%;
}
.video-container .left-content {
    max-width: 93%;
    padding-left: 0px;
}
}
@media (max-width:600px){
.leader-content p{
    font-size: 16px;
}
.leader-section {
    flex-direction: column;
}
.leader-content {
    max-width: 100%;
    margin: 20px 0px;
}
.carousel-content {
    width: 100%;
    text-align: center;
}
.carousel-content p{
    text-align: justify;
}
.counter-point {
    width: 60%;
}
.inner-counter h2 {
    font-size: 4vw;
}
.inner-counter p, p.value-content, .testo-carosel p {
    font-size: 16px;
    text-align: justify;
}
.corporate-philosophy h1, .testo-carosel h1, .carousel-content h1, .leader-content h1{
    font-size: 26px;
}
.values-four{
flex-direction: column;
}
.values-1 {
    max-width: 45%;
    margin-bottom: 20px;
}
h2.value-title {
    font-size: 20px;
}

}
@media (max-width:480px){
    .cd-breadcrumb li::after, .cd-multi-steps li::after{
        font-size:13px;
    }
.colum-2-footer ul li a {
    font-size: 4.8vw;
}
/* .inner-padding {
    padding-right: 13%;
} */
p {
    text-align: justify !important;
}
.counter-point {
    width: 100%;
}
.inner-counter h2 {
    font-size: 20px;
}
.corporate-philosophy h1, .testo-carosel h1, .carousel-content h1, .leader-content h1{
    font-size: 20px;
}
.values-1 {
    max-width: 100%;
}
.about-bottom-after-before .corporate-philosophy p{
    padding: 0 20px;
}
.navigation-main {
    width: 50px;
    margin-top: 10px;
}
.content-slider-about h1 {
    font-size: 20px;
}
.content-slider-about p {
    font-size: 14px;
    max-width: 100%;
    text-align: center !important;
}
.top-nav-bar.c-container .logo img {
    width: 100% !important;
}
.logo {
    width: 36%;
}
.about-top-banner{
    padding-top: 20px;
    height:12rem;
}
.leader-section{
    margin-top:12px;
}
.inner-padding {
    padding: 0 0px;
}
.slide-1 {
    max-width: 100%;
}
.c-container{
    max-width: 100%;
}
.top-nav-bar.c-container {
    width: 88%;
}
h2.inner-cat-heading {

    font-size: 30px;
}
h1.top-cat-heading {

    font-size: 30px;
}
.inner-table-bg table tr th, .inner-table-bg table tr td:first-child{
    font-size: 12px;
}
.top-btn-categories button {
    font-size: 10px;
}
.content-slider-about {
    padding-top: 20px;
}
.cat-cont-img-inner-1 p{
    margin: 40px auto;
}
.middle-part-contact{
    max-width:100%;
}
.contact-title {
    font-size: 24px;
}
.row-contact .col, .row-contact .col-6 {
    width: 100%;
    margin-bottom: 10px;
}
.contact-from-01 {
    max-width: 85%;
}
.row-contact {
    padding-bottom: 0;
    padding-top: 0;
}
.row-contact .col-12 {
    width: 98%;
}
.row-contact .col-12 textarea.contact-from-01 {
    max-width: 86%;
    width: 100%;
    margin-bottom:20px;
}
.top-btn-categories {
    padding: 20px 0;
}
.top-btn-categories a {
    min-width: 24%;
    width: auto;
}
.content-slider-about{
    padding-bottom:0px;
}
.form-container button#btnCloseForm {

    right: -10px;
}
.inner-table-bg td {
    font-size: 12px;
}
.inner-table-bg {
    border-radius: 10px;
}
}
.inner-table-bg td {
    font-family: 'Inter';
}
/*@media (min-width: 769px) and (max-width: 1024px)*/
/*{*/
	
/*	body*/
/*	{*/
/*		zoom: 80%;*/
/*	}*/
/*}*/

/*@media (min-width: 1025px) and (max-width: 1366px)*/
/*{*/
	
/*	body*/
/*	{*/
/*		zoom: 90%;
/*	}*/
/*}



*/
.show-popup {
    display: block !important;
}



.banner {
    background-color: #003366;
    color: #fff;
    padding: 50px;
    text-align: center;
  }
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  
  .card {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    margin: 20px;
    padding: 20px;
    text-align: center;
    width: 300px;
    border-radius: 20px;
    height: min-content;
    transition: 200ms ease-in 0s;
  }
  .card:hover {
    background: #fbfbfb;
    box-shadow: 7px 0px 20px #ccc;
    cursor: pointer;
}
  .card img {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
  
  .card h2 {
    margin-top: 20px;
  }
  
  .card p {
    margin-top: 10px;
    font-size: 16px;
  }
  
  .card a {
    display: block;
    margin-top: 20px;
    background-color: #003366;
    color: #fff;
    padding: 10px;
    text-decoration: none;
  }
  
  .card a:hover {
    background-color: #00214d;
  }


.content-slider h1, .content-slider p {
    color: #fff;
}

.content-slider {
    position: relative;
    z-index: 9;
}
  .item.bg-1:after, .item.bg-2:after, .item.bg-3:after, .item.bg-4:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
     border-bottom-left-radius: 40px;
}
.item.bg-1 {
    background-image: url(../img/banner-1.jpg);
    background-size: cover;
    background-position: top left;
    position: relative;
    border-bottom-left-radius: 40px;
    background-repeat: no-repeat;
}
.item.bg-2 {
    background-image: url(../img/banner-2.jpg);
    background-size: cover;
    background-position: top right;
    position: relative;
    border-bottom-left-radius: 40px;
    background-repeat: no-repeat;
}

.item.bg-3 {
    background-image: url(../img/banner-3.jpg);
    background-size: cover;
    background-position: top left;
        position: relative;
    border-bottom-left-radius: 40px;
}


.home-top-banner header {
    padding: 20px 0px;
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}


.brand-main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.brand-wrap {
    max-width: 1506px;
    width: 100%;
    margin: 0 auto;
}

.brand-intro img {
    max-width: 431px;
    width: 100%;
}

.brand-intr-1, .brand-intro-2 {
    position: relative;
}

.brand-intr-1:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #2e3c69;
    position: absolute;
    right: -80px;
    top: 0;
}
.brand-intro-2:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #2e3c69;
    position: absolute;
    left: -80px;
    top: 0;
}

.brand-wrap {
    border-radius: 40px;
    /*padding: 45px;*/
        background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px
}
.brand-main {
    margin-bottom: 50px;
}
.brand-wrap {
    margin-bottom: 100px;
}

.primary-uses {
    max-width: 20%;
}

.brand-intro {
    max-width: 440px;
}

.brand-image {
    max-width: 33%;
}

.brand-image img {
    width: 100%;
    max-height: 446px;
    object-fit: contain;
    height: 100%;
}
.table-main.expanded {
    display: block;
}

.table-main {
    display: none;
}
.brand-main {
    padding: 0px 20px;
    padding-bottom: 25px;
}
.primary-uses h4 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
    margin-left: -20px;
}
.primary-uses ul li {
    list-style: auto;
}
.primary-uses ul li {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #676767;
}


.brand-intro p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #676767;
}

.brand-intro h3 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    margin: 10px 0px;
}

.brand-intro a {
    height: 55px;
    background: #2E3C69;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    max-width: 240px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    margin-top: 35px;
    cursor:pointer;
}



.brand-intro, .primary-uses {
    position: relative;
}

.primary-uses:after {
    content: "";
    background-color: #2E3C69;
    width: 4px;
    height: 66%;
    position: absolute;
    top: 17%;
    right: -32px;
    border-radius: 40px;
}

.primary-uses:before {
    content: "";
    background-color: #2E3C69;
    width: 4px;
    height: 66%;
    position: absolute;
    top: 17%;
    left: -47px;
    border-radius: 40px;
}

.brand-wrap:nth-child(even) .brand-main {
    flex-direction: row-reverse;
}

.brand-inner {
    position: relative;
}

.expand-trigger {
    display: block;
    text-align: right;
    position: absolute;
    right: 73px;
    top: -40px;
    cursor:pointer;
}
.expand-trigger i {
    font-size: 35px;
    color: #686767;
    position: relative;
    top: 4px;
     transform: rotate(360deg);
       transition: .5s;
}

.collapsed i {
    transform: rotate(180deg);
    transition: .5s;
}

.expand-trigger span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000;
    padding-right: 5px;
}
.expand-trigger {
    text-align: right;
}


.brand-wrap table {
  border-collapse: collapse;
  width: 100%;
}

.brand-wrap td, .brand-wrap  th {
  text-align: left;
  padding: 8px;
}
.brand-wrap tr:nth-child(odd) td {
 color: #ffffff;
}
.brand-wrap tr:nth-child(odd) {
  background-color: #2E3C69;
}

.brand-wrap tr:nth-child(even) {
  background-color: transparent;
}
.brand-wrap tbody tr td, .brand-wrap tbody tr th {
    text-align: center;
}
.brand-wrap tbody tr {
    height: 70px;
}

.brand-wrap tbody tr td {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}
.brand-wrap th {
    background-color: #2E3C69;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}
/*.brand-wrap:nth-child(even) .brand-intro:after, .brand-wrap:nth-child(even) .primary-uses:after {*/
   
/*    left: -87px;*/
/*}*/

.table-main {
    margin-bottom:50px;
}


/* New Banner Home   */
.slider-heading-1 h1 {
    font-size: 80px;
    text-transform: uppercase;
    color: #2c3b62;
    margin-bottom: 0;
}

.slider-heading-1 h2 {
    color: #da4f16;
    font-size: 60px;
    text-transform: uppercase;
}

h2 span.light-text-slider {
    font-weight: 400 !important;
    font-family: 'Inter';
}

span.blue-text-slider {
    color: #2c3b62;
}
.btn-slider-1 img {
    width: 30px;
}

.about-btn-slider {
    display: flex;
    align-items: center;
    justify-content: start;
}

.about-btn-slider .btn-slider-1 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}
.about-btn-slider a {
    width: 45%;
}
.about-btn-slider .btn-slider-1 img {
    width: 60px !important;
    margin-right: 15px;
}
.about-btn-slider .btn-slider-1 p {
    margin-bottom: 0;
}
.about-btn-slider .btn-slider-1 p {
    margin-bottom: 0;
    color: #000;
    /* font-weight: 600; */
}

.about-btn-slider .btn-slider-1 p span {
    color: #da4f16;
    font-weight: 600;
}
.home-top-banner .owl-carousel {
    overflow: hidden;
}

section.categories-product-bg {
    background: #273461;
    padding: 80px 0px;
    text-align: center;
    margin-top: 90px;
}

.product-cat-heading h1 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    width: max-content;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-cat-heading {
    text-align: center;
    color: #fff;
}

.product-cat-heading h1:after {
    content: '';
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: -47px;
}
.product-cat-heading h1:before {
    content: '';
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -47px;
}
.product-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 60px;
}

.product-inner {
    width: 22%;
    text-align: center;
}

.product-img {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-inner-heading {
    text-align: center;
}

.product-inner-heading a {
    text-decoration: none;
    color: #fff;
    font-family: 'Nunito Sans';
    background: #d75323;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 24px;
}
.home-page-d .owl-theme .owl-dots .owl-dot.active span, .home-page-d .owl-theme .owl-dots .owl-dot:hover span {
    background: #273461 !important;
}
.brand-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
    text-align: center;
}

@media(min-width:768px)
{
    
    .home-top-banner .owl-carousel .owl-stage-outer {
    overflow: unset;
}    


.slide-1 {
    height: 70vh;
}
.item.bg-3 {
    height: 70vh;
}

.item.bg-1 , .item.bg-2 , .item.bg-3 .item.bg-4 {

        height: 70vh;
}

    span.mobile-submenu {
    display: none;
}
.navbar .has-submenu:hover .sub-menu {
    z-index: 99;
}
.navbar .has-submenu:hover  .sub-menu {
    display: block !important;
}
}
@media(min-width:1181px)
{
    .slide-1 {
    height: 75vh;
}
.item.bg-3 {
    height: 75vh;
}

.item.bg-1 , .item.bg-2 , .item.bg-3 .item.bg-4 {

        height: 75vh;
}

}
@media(min-width:1370px)
{
    .slide-1 {
    height: 85vh;
}
.item.bg-3 {
    height: 85vh;
}

.item.bg-1 , .item.bg-2 , .item.bg-3 .item.bg-4 {

        height: 85vh;
}
}
@media(min-width:1600px)
{
    .item.bg-3 {
    height: 100vh;
}

.item.bg-1 , .item.bg-2 , .item.bg-3 .item.bg-4 {

        height: 100vh;
}
.slide-1
{
    height:91vh;
}
}

@media(min-width:1025px) and (max-width:1700px)
{
    .primary-uses {
    max-width: 230px;
}

/*.brand-image {*/
/*    max-width: 300px;*/
/*}*/

.brand-intro {
    max-width: 300px;
}

.brand-wrap {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.primary-uses ul li {
    font-size: 16px;
    line-height: 26px;
}


.brand-intro p {
    line-height: 26px;
    font-size: 16px;
}
.primary-uses h4 {

    font-size: 24px;
}

.brand-intro h3 {
    font-size: 26px;
}

.expand-trigger span {

    font-size: 15px;
    padding-right:2px;
}
.brand-intro img {
    max-width: 255px;
    width: 100%;
}
.expand-trigger i {
    font-size: 27px;

}
.brand-wrap tbody tr {
    height: 46px;
}
.brand-wrap tbody tr td, .brand-wrap tbody tr th {

    font-size: 16px;
}
.brand-intro a {
    height: 45px;
    font-size: 18px;
    max-width: 210px;
    line-height: 45px;
    margin-top: 25px;
}
.brand-main {
    padding: 0px 30px;
    padding-bottom: 30px;
}

.brand-wrap {
    padding-top: 50px;
}
}


@media(max-width:767px)
{
    
.floating-arrow img {
    width: 71px;
    filter: invert(1);
}    
 .floating-arrow {
    text-align: right;
    font-family: 'circular';
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}   
    .brand-main {
    flex-direction: column;
}
.brand-wrap {
    margin-top: 38px;
    margin-bottom: 35px;
}
.brand-wrap:nth-child(even) .brand-main {
    flex-direction: column;
}
.expand-trigger {

    right: 38px;
   
}
.brand-wrap tbody tr td, .brand-wrap tbody tr th {
    min-width: 153px;
    font-size: 14px;
}

.table-main {
    overflow-x: auto;
    width: 100%;
}
.brand-wrap th {

    font-size: 16px;
 
}
.primary-uses ul {
    margin-left: 20px;
}

.primary-uses h4 {
    margin-left: 0;
}
.primary-uses {
    border-top: 2px solid #2E3C69;
    border-bottom: 2px solid #2E3C69;
    padding: 30px 0px;
    margin: 30px 0px;
}
.primary-uses:after, .primary-uses:before
{
    display:none;
}

.brand-main > * {
    width: 100% ;
    max-width: 100%;
}
.primary-uses ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.brand-intro h3 {
   
    font-size: 23px;
    line-height: 130%;
 
}

.brand-intro a {
    height: 45px;
    font-size: 18px;
    max-width: 213px;
    line-height: 45px;
    margin-top: 23px;
}
.brand-wrap {
    width: 90%;
}
.primary-uses h4 {

    font-size: 25px;

}
.brand-intro img {
    max-width: 74%;
}
.brand-main {
    padding: 0px 25px;
    padding-bottom: 35px;
}
.brand-intro p {
    font-size: 18px;
        line-height: 26px;

}
.expand-trigger i {
    font-size: 22px;

}

.expand-trigger span {

    font-size: 13px;
    padding-right:2px;
}
.brand-wrap tbody tr td:first-child, .brand-wrap tbody tr th:first-child {
    min-width: 60px;
}
}




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

    .brand-main {
    flex-direction: column;
}
.brand-wrap {
    margin-top: 38px;
    margin-bottom: 35px;
}
.brand-wrap:nth-child(even) .brand-main {
    flex-direction: column;
}
.expand-trigger {

    right: 38px;
   
}
.primary-uses ul {
    margin-left: 20px;
}

.primary-uses h4 {
    margin-left: 0;
}
.primary-uses {
    border-top: 2px solid #2E3C69;
    border-bottom: 2px solid #2E3C69;
    padding: 30px 0px;
    margin: 30px 0px;
}
.primary-uses:after, .primary-uses:before
{
    display:none;
}

.brand-main > * {
    width: 100% ;
    max-width: 100%;
}
.primary-uses ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.brand-intro h3 {
   
    font-size: 23px;
    line-height: 130%;
 
}
.family-page {
    max-width: 84% !important;
}
.brand-intro a {
    height: 45px;
    font-size: 18px;
    max-width: 213px;
    line-height: 45px;
    margin-top: 23px;
}
.brand-wrap {
    width: 90%;
}
.primary-uses h4 {

    font-size: 25px;

}
.brand-intro img {
    max-width: 74%;
}
}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

.brand-main > * {
    width: 28%;
}
.primary-uses:after {

    right: -25px;
}
.brand-wrap {
    width: 96%;
}
.primary-uses:before {

    left: -54px;
}
}