@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Playfair+Display&display=swap');
@font-face {font-family: 'CircularStd';src: url('../fonts/CircularStd-Book.eot');src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),url('../fonts/CircularStd-Book.woff2') format('woff2'),url('../fonts/CircularStd-Book.woff') format('woff'),url('../fonts/CircularStd-Book.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'CircularStd';src: url('../fonts/CircularStd-Medium.eot');src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/CircularStd-Medium.woff2') format('woff2'),url('../fonts/CircularStd-Medium.woff') format('woff'),url('../fonts/CircularStd-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'CircularStd';src: url('../fonts/CircularStd-BoldItalic.eot');src: url('../fonts/CircularStd-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/CircularStd-BoldItalic.woff2') format('woff2'),url('../fonts/CircularStd-BoldItalic.woff') format('woff'),url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');font-weight: 700;font-style: italic;}
@font-face {font-family: 'CircularStd';src: url('../fonts/CircularStd-Bold.eot');src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/CircularStd-Bold.woff2') format('woff2'),url('../fonts/CircularStd-Bold.woff') format('woff'),url('../fonts/CircularStd-Bold.ttf') format('truetype');font-weight: 700;font-style: normal;}
@font-face {font-family: 'CircularStd';src: url('../fonts/CircularStd-Black.eot');src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/CircularStd-Black.woff2') format('woff2'),url('../fonts/CircularStd-Black.woff') format('woff'),url('../fonts/CircularStd-Black.ttf') format('truetype');font-weight: 900;font-style: normal;}
body{
    font-family: 'CircularStd';
    font-weight: 400;
}
a,.btn,.navbar-brand svg path{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
*:focus{
    outline: none !important;
}
a:hover,a:focus{
    text-decoration: none;
}
.form-control:focus{
    box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
/* header */
header{
    padding: 15px 0;
    transition: all 0.3s ease;
}
.scrolled header{
    /*background-color: #356ab6;*/
    background-color: #231f20;
    padding: 5px 0;
}
.navbar .nav-item .nav-link{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 0;
}
/* .innerpage .navbar .nav-item .nav-link{color: #000;}
.innerpage .navbar-brand svg path{fill: #000 !important;}
.innerpage.scrolled .navbar .nav-item .nav-link{color: #fff;}
.innerpage.scrolled .navbar-brand svg path{fill: #fff !important;} */
.navbar-brand .logo-navbar {
    width: 160px;
    /*height: 45px;*/
}
.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover{
    /*color: #e29578 !important;808991*/
    color: #fab37d !important;
}
.navbar .nav-item:not(:last-child){
    margin-right: 50px;
}
.navbar-brand {
    /*background: #356ab6;*/
    /*background: #231f20;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 10px;
}
/* header */
/* banner */
.banner .slide-item img{
    width: 100%;
    min-height: 550px;
    object-fit: cover;
}
.bannerslider .slide-item{
    position: relative;
}
.slidecnt{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
}
.slidecnt p{
    font-family: 'Dancing Script';
    font-size: 24px;
    line-height: 29px;
    color: #83c5be;
    margin-bottom: 5px;
}
.slidecnt h1,.slidecnt h2{
    font-family: 'Playfair Display';
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 30px;
}
.btn-eah{
    background: linear-gradient(90deg, #84c2b5 0%, #84c2b5 90.85%);
    border: 1px solid #84c2b5;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #1a1a18;
}
.btn-eah.inv{
    background: #e29578;
    border: 1px solid #e29578;
    color: #5e2012;
}
.btn-eah.inv:hover,.btn-eah:hover{
    background: transparent;
    color: #fff;
}
@media (min-width: 576px){.bannerslider .slick-dots{max-width: 540px}}
@media (min-width: 768px){.bannerslider .slick-dots{max-width: 720px}}
@media (min-width: 992px){.bannerslider .slick-dots{max-width: 960px}}
@media (min-width: 1200px){.bannerslider .slick-dots{max-width: 1140px}}
@media (min-width: 1400px){.bannerslider .slick-dots{max-width: 1320px}}
.bannerslider .slick-dots{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    margin: 0;
    padding: 0 15px;
    list-style-type: none;
    width: 100%;
}
.bannerslider .slick-dots li:not(:last-child){
    margin: 0 8px 0 0;
}
.bannerslider .slick-dots button{
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #83c5be;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bannerslider .slick-dots li.slick-active button{
    background-color: #fff;
    width: 40px;
}
.stats{
    margin-top: -28px;
}
.stats ul {
    margin-bottom: 0;
    white-space: nowrap;
}
.stats li{
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    height: 55px;
}
.stats li img{
    width: 32px;
    height: 32px;
    position: relative;
    object-fit: contain;
}
.stats li:first-child img{
    width: 104px;
}
.stats li h4,.stats li h5,.stats li h6{
    position: relative;
}
.stats li h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-left: 10px;
    margin-bottom: 0;
}
.stats li h4 span{
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.stats li h6 span{
    font-size: 10px;
    line-height: 13px;
    color: #898989;
    display: block;
}
.stats li h6{
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1a1a18;
    margin-bottom: 0;
}
.stats li::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}
/* banner */
/* proinfo */
.proinfo{
    background: url('../img/proinfobg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    margin-top: -28px;
}
.sechead{
    font-family: 'Playfair Display';
    font-size: 36px;
    line-height: 48px;
    color: #ffa17d;
    margin-bottom: 24px;
}
.proinfo .sechead{
    margin-bottom: 50px;
    width: 95%
}
.proinfo h5 span{
    color: #006d77;
}
/* proinfo */
/* about */
.about{
    background: url('../img/aboutbg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0;
}
.secpara{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 16px;
}
.secpara.black{
    color: #000000;
}
.logo-footer {
    border-radius: 12px;
}
.about img{
    border-radius: 30px;
}
/* about */
/* products */
.products{
    padding: 100px 0 55px;
    background: #1a040d;
}
.products .secpara{
    width: 90%;
}
.prodbox{
    position: relative;
    background-color: #ffc9df;
    border-radius: 8px;
    padding: 10px 40px 10px 30px;
    margin-bottom: 20px;
}
.prodbox.rose{background-color: #ffc9df;}
.prodbox.orange{background-color: #ffe8d9;}
.prodbox.blue{background-color: #daf0ff;}
.prodbox::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/prodbg.png);
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
}
.prodbox h5{
    font-family: 'Dancing Script';
    font-size: 18px;
    line-height: 22px;
    color: #006D77;
    margin-bottom: 5px;
}
.prodbox h4{
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 24px;
}
.prodbox ul li{
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #32424e;
    padding-left: 25px;
}
.prodbox ul li:not(:last-child){
    margin-bottom: 8px;
}
.prodbox ul li::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.66668 0.333374C2.78262 0.333374 1.93478 0.684563 1.30965 1.30968C0.684533 1.93481 0.333344 2.78265 0.333344 3.66671V10.3334C0.333344 11.2174 0.684533 12.0653 1.30965 12.6904C1.93478 13.3155 2.78262 13.6667 3.66668 13.6667H10.3333C11.2174 13.6667 12.0652 13.3155 12.6904 12.6904C13.3155 12.0653 13.6667 11.2174 13.6667 10.3334V3.66671C13.6667 2.78265 13.3155 1.93481 12.6904 1.30968C12.0652 0.684563 11.2174 0.333374 10.3333 0.333374H3.66668ZM9.48668 6.12271C9.54656 6.0588 9.59327 5.98372 9.62414 5.90176C9.655 5.8198 9.66942 5.73256 9.66658 5.64502C9.66373 5.55749 9.64367 5.47137 9.60754 5.39159C9.57141 5.31181 9.51992 5.23992 9.45601 5.18004C9.3921 5.12016 9.31702 5.07345 9.23506 5.04258C9.1531 5.01171 9.06586 4.99729 8.97833 5.00014C8.89079 5.00299 8.80467 5.02305 8.72489 5.05918C8.64511 5.09531 8.57323 5.1468 8.51334 5.21071L6.45801 7.40404L5.44268 6.50204C5.30965 6.39145 5.13884 6.33691 4.96634 6.34992C4.79384 6.36293 4.63315 6.44249 4.51823 6.57179C4.4033 6.70108 4.34313 6.86999 4.35043 7.04283C4.35773 7.21566 4.43192 7.3789 4.55734 7.49804L6.05734 8.83137C6.18714 8.94667 6.35678 9.00678 6.5302 8.99894C6.70363 8.99109 6.86716 8.91591 6.98601 8.78937L9.48601 6.12271H9.48668Z' fill='%23E29578'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
}
.prodbox ul{
    margin-bottom: 24px;
}
.btn-prod{
    padding: 10px 15px;
    background: #356ab6;
    border: 1px solid #356ab6;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.btn-prod:hover{
    background: transparent;
    color: #006d77;
}
.object-cover{
    object-fit: cover !important;
}
/* products */
/* branding */
.branding{
    position: relative;
    /*background: url(../img/brandbg-mob.png);*/
    background: #01273c;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.branding .container{
    position: relative;
}
.brandbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.branding .sechead{
    color: #fff;
}
.branding .secpara{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}
.brandlogos{
    padding-top: 24px;
}
.brbox{
    background: #e5f2fb;
    border-radius: 8px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}
.brbox.blue{
    background: #265D93;
}
/* branding */
/* association */
.association {
    background: #12212a;
    position: relative;
}
.association, .association h4, .association p, .association h5 {
    color: #ffffff;
}
.association h4 {
    padding-bottom: 12px;
    color: #21cf7e;
    /*border: 1px solid #47935b;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;*/
}
.service-item {
    border: 1.8px solid #47935b;
    border-radius: 15px;
    padding: 15px;
    height: 350px;
    position: relative;
    margin-bottom: 4px;
}
.service-item h3, .service-item p {
    text-align: center;
}
.service-item .service-item-img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.service-item .service-item-img .img-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #ffffff;
    border-radius: 50px;
}
/* association */
h4.one-stop {
    color: #84c2b5;
    position: relative;
    margin-bottom: 4%;
}
h4.one-stop span {
    border-bottom: 3px dashed #84c2b5;
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 25%;
    top: 125%;
}
/*.prodbox ul.gallery li::before {
    display: none;
}*/
/* associate */
.associate {
    background: #01273c;
    position: relative;
}
.associate::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/prodbg.png);
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.associate-head {
    color: #094f94;
    font-weight: 700;
}
.associate-para {
    color: #000;
}
/* associate */
/* exhibitions */
.exhibitions {
    background: #01273c;
    position: relative;
}
.exhibitions::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/prodbg.png);
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.exhibitions ul li {
    position: relative;
    font-size: 23px;
    line-height: 37px;
    /*color: #32424e;*/
    padding-left: 25px;
}
.exhibitions ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.66668 0.333374C2.78262 0.333374 1.93478 0.684563 1.30965 1.30968C0.684533 1.93481 0.333344 2.78265 0.333344 3.66671V10.3334C0.333344 11.2174 0.684533 12.0653 1.30965 12.6904C1.93478 13.3155 2.78262 13.6667 3.66668 13.6667H10.3333C11.2174 13.6667 12.0652 13.3155 12.6904 12.6904C13.3155 12.0653 13.6667 11.2174 13.6667 10.3334V3.66671C13.6667 2.78265 13.3155 1.93481 12.6904 1.30968C12.0652 0.684563 11.2174 0.333374 10.3333 0.333374H3.66668ZM9.48668 6.12271C9.54656 6.0588 9.59327 5.98372 9.62414 5.90176C9.655 5.8198 9.66942 5.73256 9.66658 5.64502C9.66373 5.55749 9.64367 5.47137 9.60754 5.39159C9.57141 5.31181 9.51992 5.23992 9.45601 5.18004C9.3921 5.12016 9.31702 5.07345 9.23506 5.04258C9.1531 5.01171 9.06586 4.99729 8.97833 5.00014C8.89079 5.00299 8.80467 5.02305 8.72489 5.05918C8.64511 5.09531 8.57323 5.1468 8.51334 5.21071L6.45801 7.40404L5.44268 6.50204C5.30965 6.39145 5.13884 6.33691 4.96634 6.34992C4.79384 6.36293 4.63315 6.44249 4.51823 6.57179C4.4033 6.70108 4.34313 6.86999 4.35043 7.04283C4.35773 7.21566 4.43192 7.3789 4.55734 7.49804L6.05734 8.83137C6.18714 8.94667 6.35678 9.00678 6.5302 8.99894C6.70363 8.99109 6.86716 8.91591 6.98601 8.78937L9.48601 6.12271H9.48668Z' fill='%23E29578'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
}
/* exhibitions */
/* footer */
footer{
    padding: 84px 0 24px;
}
.smlinks{
    margin-top: 20px;
}
.smlinks ul{
    margin-right: 40px;
    margin-bottom: 0;
}
.smlinks li.list-inline-item:not(:last-child){
    margin-right: 8px;
}
.smlinks li a{
    width: 50px;
    height: 50px;
    background: #F1F1F1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smlinks li a svg{
    width: 30px;
    height: 30px;
    fill: #979797;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.smlinks li a{background: rgba(24, 119, 242, 0.2);}
.smlinks li a svg{fill: #1877f2;}
.smlinks li.insta a{background: rgba(209, 41, 105, 0.2);}
.smlinks li.insta a svg{fill: #d12969;}
.smlinks li a:hover{background: #F1F1F1;}
.smlinks li a:hover svg{fill: #979797;}
footer h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}
.qlinks a{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.qlinks li:not(:last-child){
    margin-bottom: 15px;
}
.qlinks{
    margin-bottom: 0;
}
.qlinks a:hover{
    color: #356ab6;
}
.addr p{
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 25px;
}
.addr ul li{
    position: relative;
    padding-left: 35px;
}
.addr ul li:not(:last-child){
    margin-bottom: 13px;
}
.addr ul{
    margin-bottom: 0;
}
.addr .icon{
    width: 24px;
    height: 24px;
    background: #f3f3ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.addr .icon svg{
    fill: #356ab6;
    width: 12px;
    height: 12px;
}
.addr ul li a{
    font-size: 18px;
    line-height: 23px;
    color: #000;
}
.addr ul li a:hover{
    color: #006d77;
}
.addr ul li a span{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #356ab6;
    display: block;
    margin-bottom: 5px;
}
.copyright{
    margin-top: 50px;
    font-size: 14px;
    color: #777777;
    text-align: center;
}
@keyframes glance {
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
    0% {
      transform: scale(1);
      opacity: .8;
    }
}
.wspfxd{
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    background: #67d744;
    color: #fff;
    font-size: 26px;
    z-index: 9999;
    padding: 0px;
    border-radius: 50%;
    transition: all ease 0.3s;
    display: block;
}
.wspfxd:before {
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #67d744;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: absolute;
    bottom: -2.5px;
    z-index: -1;
    right: -2.5px;
    animation: glance 1.5s infinite;
    transition: all ease 0.3s;
}
.wspfxd:hover{background: #fff;color: #67d744;box-shadow:0 0 10px -5px rgba(0, 0, 0, 0.5);}
.wspfxd:hover:before{background: #fff;}
/* footer */
.innerbanner{
    position: relative;
}
.innerbanner .sechead{
    margin-bottom: 0;
    color: #fff;
}
.innerbanner img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.innbancnt{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.contact{
    position: relative;
    background-color: #f7f8fa;
}
.contact label{
    color: #585858;
}
.contact .form-control{
    height: 50px;
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: 10px;
}
.contact textarea.form-control{
    height: auto;
    min-height: 200px;
    resize: none;
}
.contact::before{
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-color: #eff1f5;
}
.secpad{
    padding-top: 100px;
    padding-bottom: 100px;
}
.crbar{
    padding-left: 80px;
}
.cntul{
    margin-bottom: 50px;
}
.cntul li{
    position: relative;
    padding-left: 60px;
}
.cntul li:not(:last-child){
    margin-bottom: 40px;
}
.cntul a i{
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #356ab6;
}
.cntul a{
    /*font-size: 22px;*/
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}
.cntul a span{
    display: block;
    color: #356ab6;
    font-size: 16px;
    font-weight: normal;
}
.imgbox{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #f1f1f1;
}
.imgbox.service {
    background: transparent;
    padding-right: 0!important;
    padding-left: 0!important;
}
.imgbox img{
    height: 310px;
    width: 100%;
    object-fit: contain;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: -15px;
}
.imgbox.service img{
    margin-bottom: -4px;
    cursor: pointer;
}
.imgbox:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.4);*/
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 2;
}
.imgbox:hover img{
    top: -15px;
}
.imgbox:hover::before{
    opacity: 1;
}
.imgbox h4 {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.imgbox:hover h4 {
    background: rgba(0,0,0,0.6);
}
.ghead .sechead{
    font-size: 30px;
    margin-bottom: 0;
    padding: 5px 0;
}
.ghead{
    margin-bottom: 30px;
    background: #e5e9fb;
    padding-left: 20px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.ghead p{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 20px 5px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #356ab6;
    -webkit-clip-path: polygon(100% 0, 15% 0, 0 100%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 15% 0, 0 100%, 100% 100%, 100% 100%);
    font-family: 'Dancing Script';
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
}
.gallery .nav{
    margin-bottom: 30px;
}
.gnavbar{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gnavbar.fixednav{
    position: fixed;
    z-index: 98;
    left: 0px;
    top: 75px;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.gnavbar.fixednav ul{
    margin-bottom: 0;
}
.gallery .nav .nav-item:not(:last-child){
    margin-right: 20px;
}
.gallery .nav a{
    background: rgba(226, 148, 120, 0.15);
    color: #e29578;
    padding: 10px 5px;
    border-radius: 5px;
}
.gallery .nav a:hover{
    background: rgba(38, 93, 147, 0.15);
    color: #265D93;
}
.gallery .nav a.active{
    background: #e29578;
    color: #fff;
}
.about.vis{
    position: relative;
    background: #daf0ff;
}
.about.vis::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/aboutbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: 0.7;
}
.visionrow{
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.visionrow p{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.visionrow ul{
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}
.visionrow ul li{
    position: relative;
    padding-left: 30px;
}
.visionrow ul li i{
    position: absolute;
    left: 0;
    top: 0;
    color: #006d77;
}
.visionrow ul li:not(:last-child){
    margin-bottom: 15px;
}
.visionrow .icon{
    /*width: 300px;
    height: 300px;*/
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 20%), 0 3px 2px rgb(0 0 0 / 20%);
    z-index: 1;
}
.visionrow .icon:after{
    content: "";
    position: absolute;
    border-radius: inherit;
    z-index: 0;
    background: transparent;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    box-shadow: inset 0 1px 0 rgb(0 0 0 / 20%), 0 1px 0 rgb(255 255 255 / 90%);
}
.visionrow .icon img{
    /*width: 150px;*/
    width: 75px;
    position: relative;
    filter: drop-shadow(4px 4px 0px rgba(0,0,0,0.2)) sepia(1);
    border-radius: 0;
}
.brandbox{
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.brandbox img{
    width: 150px;
    filter: grayscale(1);
    transition: all 0.3s ease;
}
.brandbox:hover img{
    transform: scale(1.05,1.05);
    filter: grayscale(0);
}
/* responsive */
@media(min-width:2500px){
    .branding{
        min-height: 40vh;
    }
    .branding .container{
        padding: 270px 0 50px;
    }
}
@media(max-width:1400px){
    .slidecnt h1, .slidecnt h2{
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 20px;
    }
    .bannerslider .slick-dots{
        bottom: 60px;
    }
    .sechead{
        font-size: 30px;
        line-height: 40px;
    }
    .proinfo .sechead {
        margin-bottom: 40px;
    }
    .btn-eah{
        font-size: 16px;
        padding: 10px 18px;
    }
}
@media(max-width:1199px){
    .slidecnt{
        top: 55%;
    }
    .bannerslider .slick-dots{
        bottom: 70px;
    }
    .prodbox h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .sechead {
        font-size: 28px;
        line-height: 38px;
    }
    footer h4,.addr ul li a{
        font-size: 16px;
        line-height: 20px;
    }
    .slidecnt h1, .slidecnt h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .visionrow .icon {
        width: 260px;
        height: 260px;
    }
    .visionrow .icon img {
        width: 130px;
    }
    .imgbox img {
        height: 260px;
    }
}
@media(max-width:991px){
    .crbar {
        padding-left: 0px;
        margin-top: 50px;
    }
    .cntul a {
        font-size: 18px;
        line-height: 28px;
    }
    .cntul a i {
        font-size: 35px;
    }
    .cntul li:not(:last-child) {
        margin-bottom: 35px;
    }
    .contact::before{
        display: none;
    }
    .branding .secpara{
        font-size: 16px;
        line-height: 21px;
    }
    .about{
        padding: 80px 0;
    }
    .products {
        padding: 70px 0 45px;
    }
    .navbar .nav-item:not(:last-child) {
        margin-right: 40px;
    }
    .secpad {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
@media(max-width:767px){
    .gallery .nav .nav-item:not(:last-child) {
        margin-right: 5px;
    }
    .gallery .nav a{
        font-size: 14px;
        padding: 7px 3px;
    }
    .imgbox h4{
        font-size: 14px;
    }
    .ghead .sechead {
        font-size: 26px;
    }
    .ghead p{
        font-size: 16px;
        line-height: 24px;
    }
    .innerbanner img{
        height: 250px;
    }
    .visionrow{
        padding-top: 80px;
    }
    .visionrow p,.visionrow ul{
        line-height: 28px;
        font-size: 14px;
    }
    .secpad {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer{
        padding-top: 60px;
    }
    .brandbg{
        object-position: 80% 0%;
    }
    .prodbox h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .prodbox h5{
        font-size: 15px;
        line-height: 20px;
    }
    .prodbox ul li{
        font-size: 12px;
        line-height: 16px;
    }
    .prodbox ul li br{
        display: none;
    }
    .about {
        padding: 55px 0;
    }
    .products {
        padding: 50px 0 35px;
    }
    .stats li h4{
        font-size: 18px;
        line-height: 24px;
    }
    .stats li h4 span {
        font-size: 10px;
        line-height: 13px;
    }
    .stats li:first-child img {
        width: 70px;
    }
    .stats li h6 {
        font-size: 12px;
        line-height: 16px;
    }
    .stats li img {
        width: 28px;
        height: 28px;
    }
    .slidecnt h1, .slidecnt h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .slidecnt p {
        font-size: 20px;
        line-height: 26px;
    }
    .btn-eah {
        font-size: 14px;
        padding: 8px 16px;
    }
    .navbar .menuicon {
        position: relative;
        top: 3px;
        z-index: 100;
    }
    .menuicon .line {
        width: 30px;
        height: 2px;
        background-color: #fff;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menuicon.active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }
    .menuicon.active .line:nth-child(2) {
        opacity: 0;
    }
    .menuicon.active .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar-expand-md .navbar-nav.mainmenu {
        position: fixed;
        flex-direction: column;
        z-index: 99;
        width: 300px;
        text-align: left;
        /*background: #356ab6;*/
        background: #231f20;
        height: 100%;
        right: 0px;
        padding: 100px 40px 50px;
        top: 0px;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow-y: auto;
    }
    .navbar-expand-md .navbar-nav.mainmenu.active {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .navbar .mainmenu .nav-item .nav-link{
        font-size: 18px;
    }
    .navbar .mainmenu .nav-item:not(:last-child){
        margin-bottom: 30px;
    }
    .branding .container {
        padding: 140px 0 50px;
    }
    .visionrow .icon {
        width: 200px;
        height: 200px;
    }
    .visionrow .icon img {
        width: 100px;
    }
    .brandbox{
        height: 150px;
    }
    .brandbox img {
        width: 120px;
    }
}
@media(max-width:575px){
    .imgbox img {
        height: 200px;
    }
    .secpad {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brbox img{
        width: 80px;
    }
    .branding .container {
        padding: 30px 15px;
    }
    .prodbox{
        padding-bottom: 30px;
    }
    .about {
        padding: 35px 0;
    }
    .products {
        padding: 30px 0 25px;
    }
    .proinfo .sechead{
        width: 100%;
        margin-bottom: 30px;
    }
    .stats li h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .stats li img {
        width: 25px;
        height: 25px;
    }
    .stats li h6 {
        font-size: 10px;
        line-height: 14px;
    }
    .proinfo{
        padding-top: 60px;
    }
    .sechead {
        font-size: 24px;
        line-height: 34px;
    }
    .stats{
        overflow-x: scroll;
    }
    .stats::-webkit-scrollbar{
        display: none;
    }
    .stats .list-inline-item {
        margin-right: .25rem;
    }
    .navbar-brand svg {
        width: 70px;
        height: 45px;
    }
    .addr p br{
        display: none;
    }
    .addr p{
        line-height: 20px;
    }
    .innerbanner img{
        height: 200px;
    }
    .visionrow {
        padding-top: 60px;
    }
    footer {
        padding-top: 40px;
    }
}
@media(max-width:480px){
    .slidecnt h1, .slidecnt h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .gallery .nav a {
        font-size: 12px;
        padding: 5px 3px;
    }
    .contact label{
        font-size: 14px;
    }
    .cntul a {
        font-size: 16px;
        line-height: 26px;
    }
    .cntul a br{
        display: none;
    }
    .galleryrow>a{
        flex: 0 0 auto;
        width: 100%;   
    }
    .imgbox img {
        height: 250px;
    }
    .lg-sub-html h4{
        font-size: 15px;
    }
    .lg-sub-html span{
        font-size: 12px;
    }
    .brbox img {
        width: 70px;
    }
    .brbox{
        height: 70px;
    }
    .btn-eah {
        font-size: 13px;
        padding: 6px 12px;
    }
    .visionrow .icon {
        width: 160px;
        height: 160px;
    }
    .visionrow .icon img {
        width: 90px;
    }
}
@media(max-width:380px){
    .sechead {
        font-size: 20px;
        line-height: 30px;
    }
}
/* responsive */