@charset "utf-8";
/* CSS Document */
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     box-sizing:border-box;
     font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'Montserrat';
}


#popUp {
  position: fixed;
  width:350px;
  height: auto;
    background-color: #00658a;
  bottom: 25%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index:99999;
  padding:2em;
  right:0; opacity: 0
}
#new span {
  background: #fff;
  position: absolute;
  color: #00658a;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -5px;
}
#popUp .close {
  position: absolute;
  top: -20px;opacity: 1;
  left: -6%;
  color: #666;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #00658a;
  background: #00658a;
  border-radius: 4px;
  padding: 8px 0;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 56%;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: auto;
  right:0;
}
#plus span {
  text-transform: uppercase;
  position: absolute;
  background: #00658a;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size:14px;
  display:inline-block;
  padding:10px 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); transition: all 1.25s ease;
  right: -88px;    width: max-content;
}
#plus::after {
  display: block;
  display: relative;
}
.rate-quote {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

.quote-box {
  width: 100%;
  height: 40px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 40px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  font-size: 1em;
  background-color: #fff;
  margin: 0px;
}
.quote-comment {
  width: 100%;
  height: 120px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 1em;
  padding-top: 1em;
}
textarea.quote-comment::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
textarea.quote-comment::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
textarea.quote-comment:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
textarea.quote-comment:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
input.quote-box::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
input.quote-box::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
input.quote-box:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
input.quote-box:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight:  normal;
}
.quote-button {
  color: #fff;
  outline: none;
  background: transparent;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all .5s;
  z-index: 1;
  font-family: inherit;
  font-size: 1.15em;
  font-weight:  normal;
  text-align: center;
  float: right;
  display: flex;
  align-items: center;
}
.quote-button:before,
.quote-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all .5s;
}
.quote-button:before {
  background: #282828;
  z-index: -2;
  transform: translate3D(0, 0, 0);
}
.quote-button:hover {
  color: #fff;
}
.quote-button:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all .5s;
}

 body {
     text-decoration: none;
     font-size:16px;
}
body.home .nav-menu>li a.home,
body.about-head .nav-menu>li a.about-head,
body.product-head .nav-menu>li a.product-head,
body.report-head .nav-menu>li a.report-head,
body.contact-head .nav-menu>li a.contact-head,
body.sister-concern .nav-menu>li a.sister-concern
{
   
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

    /* Clip Background Image */

    background: url(../images/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    /* Animate Background Image */

    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 40s linear infinite;

    /* Activate hardware acceleration for smoother animations */

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }


/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Animate Background Image */

@-webkit-keyframes aitf {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}
.grecaptcha-badge{
    display:none !important;
}
 .navbar{
     position:absolute;
     width: 100%;
     top: 0;
     left :0;
     color: black;
     font-family: sans-serif;
     background-color: transparent;
     transition: 0.3s;
     z-index:99;
}
 .top-wraper{
     width:100%;
     height:auto;
    /*position:absolute;
    */
}


@font-face {
    font-family: 'Remachine Script Personal Use';
    src: url('../fonts/RemachineScriptPersonalUse.eot');
    src: url('../fonts/RemachineScriptPersonalUse.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RemachineScriptPersonalUse.woff') format('woff'),
        url('../fonts/RemachineScriptPersonalUse.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Olivia Signature';
    src: url('../fonts/OliviaSignatureRegular.eot');
    src: url('../fonts/OliviaSignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OliviaSignatureRegular.woff') format('woff'),
        url('../fonts/OliviaSignatureRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 .clear {
     clear: both 
}
 audio, ::selection {
     background:#de127a;
     color: #fff;
}
 textarea.calback-box2::-webkit-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2::-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2:-ms-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2:-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box::-webkit-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box::-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box:-ms-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box:-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block !important 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
     display:block;
}
 .container{
     width:100%;
     padding-left:10%;
     padding-right:10% 
}

 
 header #logo {
     display: inline-block;
     float: left;
     color: #fcfcfc;
     text-shadow: 0.1em 0.03em #C0392B;
     font-weight: 400;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     width: auto;
	}
 header.smaller #logo {
     width:65px;
     height: auto;
     margin-top:10px;
	}
 header.smaller .top-right .top-cal {
     display:none !important 
	}
 header.smaller .top-right {
     padding-top:1%;
	}
 .top-container {
     width: 100% !important;
     padding-left: 10%;
     padding-right: 10%;
	}
 .logo-container{
     width:auto;
     height:auto;
     float:left;
     text-align:left;
     margin-top:20px;
     position:absolute;
	 max-width: 13%;
	}
 .top-right{
     width:auto;
     height:auto;
     float:right;
     padding-top:12px;
     padding-bottom:12px;
	}
 .menu-container{
     width:auto;
     height:auto;
     float:left;
     padding-top:2px;
	}
 .top-cal{
     width:auto;
     height:35px;
     text-align:right;
     float:right;
     margin-bottom:0.5%;
	}

    .hero-text-area{position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;}

 .banner-caption {
     width:auto;
     height:auto;
     text-align: center;
	 z-index: 9;
  position: relative;
	}
 .caption-top{
     width:auto;
     height:auto;
     color:#fff;
     font-size:1em;
     font-family: inherit;
     letter-spacing:1px;
     font-weight:500;
    font-display: swap;
	}
 .banner-caption-mid{
     width:auto;
     height:auto;
     color:#fff;
     font-size:3em;
     /*font-family: 'Remachine Script Personal Use';*/
     line-height:1.5;
     font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: center;
    letter-spacing: 0px;
    font-family: 'Olivia Signature';
	}
    
  .whats-app{
    position:fixed;
    bottom:10vh;
    right:0;
    margin-right:1%;
    width:40px;
    z-index:120000
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
 
    .desk-view{ display: block;}
    .mob-view{ display: none;}
    .hide-menu{ display: none !important;}

.footer-wraper{
    width: 100%;
    height:auto;
   /* background: url(../images/footerbg.jpg) no-repeat ;
    background-size: 100% 100%;*/
    padding-top: 75px;
    z-index: 2;
  position: relative;
  bottom: 0;
}
.inner-footer{
    position: sticky;
    bottom: 0;
}
.footer-bottom-wraper{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,0.09);
    z-index: 1;
    position: relative;
    background-color: #00658a;
}
.copyright{
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1em;
    color: rgba(255,255,255,0.75);
  line-height: 44px;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  float: left;
}
.designed
{
  width: auto;
  height:44px;
  float: right;
  display: flex;
  align-items: center;
}

.designed p {
    width: auto;
    height: auto;
    font-size: 1em;
    color: rgba(255,255,255,0.75);
  font-family: inherit;
  font-size: 1em;
  font-weight:  normal;
  font-style: normal;
  font-display: swap;
}
.designed p a {
    text-decoration: none;
    color: rgba(255,255,255,0.75);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.designed p a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1);
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.footer-middle{
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.09);
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
 
}
.footer-middle-content{
    width: auto;
    height: 100%;
    float: left;
    padding: 1em 3em;
    border-left:1px solid rgba(255,255,255,0.09);
    align-items: stretch !important;
}
.footer-middle-content:nth-child(1){ border: none; padding-left: 0px;}
.footer-middle-content:nth-child(3){ padding-right: 0px;}

.footer-middle-content-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    color: #333;
    line-height: 2;
    margin-bottom: 0.5em;
}
.footer-middle-content-for{
    width: 100%;
    height: auto;
}

.footer-middle-content-for p {
    font-family: inherit;
    font-size:1em;
    color:#a5a5a5;
    font-weight: normal;
    line-height: 1.7; 
}
.footer-middle-content-for ul{ margin:0px;
    padding:0px;
    list-style-type:none;
    float: left;
    margin-right: 5em;
 }

    .footer-middle-content-for ul li {
    font-family: inherit;
    font-size:1em;
    line-height:1.7;
    margin-bottom:8px;
}
.footer-middle-content-for ul li a {
    font-family: 'Montserrat';
    font-size:1em;
    color:#333;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight: 500 
}
.footer-middle-content-for ul li a:hover {
    font-family: 'Montserrat';
    font-size:1em;
    color:#0094de;
    padding-top:3px;
    font-weight:500 
}

.footer-social-links {
    width: auto;
    height: auto 
}
.footer-social-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-social-links ul li{
    margin-left:2em;
    float: left;
}
.footer-social-links ul li:nth-child(1){ margin-left: 0%;}
.footer-social-links ul li a{
    color:#00658a;
    font-size:1.15em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-links ul li a:hover{
    color:#333;
    font-size: 1.15em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-top{
    width: 100%;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 0em;
  border-top: 1px solid rgba(149, 157, 165, 0.2);
}
.footer-top-container{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
}
.footer-top-container img{filter: grayscale(100%);}
.footer-top-container-icon{
    width: auto;
    height: auto;
    float: left;
    margin-right: 1em;
    color: #444;
    font-size: 1.5em;
}
.footer-top-container-content{
    width: auto;
    height: auto;
    float: left;
}
.footer-top-container-content p {
    font-family: 'Montserrat';
    font-size:1em;
    color:#333;
    font-weight:500;
    line-height: 1.7; 
}
.footer-mid-icon
{
  width: auto;
  height: auto;
  float: left;
  margin-right:0.5em;
  color: #444;
  font-size: 1.05em;
}
.news-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-family: inherit;
    font-size:2.125em ;
    font-weight: normal;
    color: #252525;
}
.news-wraper{
    width: 100%;
    height: auto;
    padding:75px 0px ;
    padding-bottom: 0px;
}
.news-container{
    width: 100%;
    height: auto;
    padding-top: 1em;
}
.news-for{
    width: 49.5%;
    height: auto;
    background-color: #fff;
    padding:20px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    float: left;
    display: flex;
    align-items: center;
    margin-top:1em;
}
.news-for:nth-child(2n+2){ float: right;}
.news-for-pic{
    width: 48%;
    height: auto;
    float: left;
}
.news-for-dtl{
    width: 50%;
    height: auto;
    float: right;
    padding-left:4%;
}
.news-for-date{
    width: auto;
    height: auto;
    float: left;
    background-color: #00658a;
    padding:0px 12px ;
    font-size: 0.9em;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 1em;
}
.news-for-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: inherit;
    font-weight: 500;
    color:#000;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1.7;

}
.news-for-dtl p{
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.7;
    font-weight: normal;
    color: #333;
}
.draw-border {
    box-shadow: inset 0 0 0 1px #333;
    color: #333;
    transition: color 0.25s 0.0833333333s;
    position: relative;
  }
  .draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
  }
  .draw-border::before {
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  .draw-border::after {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .draw-border:hover {
    color: #00658a;
  }
  .draw-border:hover::before, .draw-border:hover::after {
    border-color: #00658a;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
  
  .btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height:30px;
    padding: 0em 18px;
    margin-top: 1em;
  }
  .btn:focus {
    outline: 1px dotted #55d7dc;
  }
  .main-wraper{
    width: 100%;
    height: auto;
    padding-top: 75px;
  }
  .product-title-sub{
    width: auto;
    height: auto;
    color: #00afef;
    font-size: 2.5em;
    font-family: 'Remachine Script Personal Use';
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: center;
    letter-spacing: 0px;
  }
  .product-title{
    width: 100%;
    height: auto;
    font-size: 2.625em;
    font-family: inherit;
    font-weight: normal;
    color: #252525;
    text-align: center;
  }
  .product-content{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  .product-wrap{
    width: 100%;
    height: auto;
    padding-top: 1.5em;
  }
  .product-container{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
  }
  .product-container:nth-child(4){ margin-right: 0%;}
  .product-for{
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }
  .product-for:nth-child(2){ margin-bottom: 0%;}
  .box-link{
    overflow: hidden;
    position: relative;
}
.box-link img{
    max-width: 100%;
    height: auto;
    display:block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.box-link:hover img{
    transform: scale(1.1);
}
.box-link .box-content{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg) scale(0.5);
    transition: all 0.45s ease-out 0s;
    display:flex;
    align-items:center;
    justify-content:center;
}
.box-link:hover .box-content{
    opacity: 1;
    transform: rotateY(0deg) scale(1);
}
.box-link .box-content:before{
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box-link .icon{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.box-link .icon li{
    display: inline-block;
}
.box-link .icon li i{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    background:#00afef;
    color: #fff;
}
.box-link .icon li i:hover{
    background:#00afef;
    color: #fff;
}
a .box-link .icon li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00afef;
    color: #fff;
    transition: all 0.5s ease 0s;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-link .content{
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.box-link .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.box-link .post{
    display: block;
    font-size: 14px;
    color: #fff;
}
.experience-name{
    width:100%;
    height:auto;
    position:absolute;
    
    bottom:5%;
    font-size:1.15em;
    font-family: inherit;
    color:#fff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}
a:hover .experience-name{
    display:none 
}

.view a{
    width: 100%;
    height: auto;
    font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 1.7;
  color: #333;
  margin: 2em 0em 0px 2em;
  letter-spacing: 2px;
  }

  

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.view a::after
{
  content: "";
  display: inline-block;
  width: 33px;
  height: 11px;
  margin-left: 0.5em;
  background: url(../images/view-product.png) no-repeat;
  position: relative;
  margin-bottom: 0em;
}

.welcome-container{
    width: 100%;
    height: auto;
    padding-top: 75px;
    border-top: 1px solid rgba(149, 157, 165, 0.2);
    display: flex;
    align-items: center;
}
.welcome-content{
    width: 47.5%;
    height: auto;
    float: left;
}
.welcome-pic{
    width: 50%;
    height: auto;
    float: left;
    margin-left: 2.5%;
    padding-left: 2%;
}

.welcome-title-sub{
    width: auto;
    height: auto;
    color: #00afef;
    font-size: 2.5em;
    font-family: 'Remachine Script Personal Use';
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-align: left;
    letter-spacing: 0px;
  }
  .welcome-title{
    width: 100%;
    height: auto;
    font-size: 2em;
    font-family: inherit;
    font-weight: normal;
    color: #252525;
    text-align: left;
    padding-left: 2em;
    margin-bottom:0.25em;
  }
  .welcome-content p{
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    color: #333;
    font-weight: normal;
  }
  .welcome-content a{
    width:auto;
    height: auto;
    font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 1.7;
  color: #333;
  margin:0.5em 0em 0px 0em;
  letter-spacing: 2px;
  }
  .welcome-content a::after
{
  content: "";
  display: inline-block;
  width: 33px;
  height: 11px;
  margin-left: 0.5em;
  background: url(../images/view-product.png) no-repeat;
  position: relative;
  margin-bottom: 0em;
}
.bottm-wrap{
  position: relative;
  padding-top: 0px;
}
.bottom-pic{
  width: 100%;
  height: auto;
}
.bottom-container{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  right: 0;
}
.bottom-container-left{
  width: auto;
  height: auto;
  float: left;
  position: relative;
  padding-top: 5em;
}
.symphony-for{
  width: auto;
  height: auto;
  font-family: 'Olivia Signature';
  font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #2f9eb5;
    font-size: 2.5em;
    transform: rotate(-10deg);
    line-height: 1;
    text-align: left;
}

.symphony-taste{
  width: auto;
  height: auto;
  font-family: 'Olivia Signature';
  font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #2f9eb5;
    font-size:8.125em;
}

.bottom-container-right{
  width: auto;
  height: auto;
  float: right;
  position: relative;
  padding-top:10%;
}

.culture{
  width: auto;
  height: auto;
  font-family: 'Olivia Signature';
  font-weight: normal;
    font-style: normal;
    font-display: swap;
    color: #2f9eb5;
    font-size:5.125em;
    text-align: center;
    line-height: 1.3;
}
.culture-bg{
  width: auto;
  height: auto;
  position: absolute;
  bottom: -10em;
  left: 0;
}
.taste-bg{
  width: auto;
  height: auto;
  position: absolute;
  bottom: 1em;
  left: -3em;
}
.bottom-enquire-wrap{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom:5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-enquire-left{
  width: auto;
  height: auto;
  float: left;
}
.bottom-enquire-left-title{
  width: auto;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 2.125em;
  font-family: inherit;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 1.7;
}
.bottom-enquire-sub-title{
  width: auto;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 1.125em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
}
.bottom-enquire-border{
  width: auto;
  height: auto;
  float: left;
  position: relative;
  margin-top: 2em;
  margin-left: -2em;
}
.bottom-enqury{
  width: auto;
  height: auto;
  float: left;
  margin-left: 2em;
  margin-top: 4em;
}
.enquiry-button {
  width: auto;
  height: auto;
  font-size: 1em;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  padding: 0px 40px;
  background-color: #04455d;
  color: #fff;
  line-height: 36px;
  text-transform: capitalize;
  cursor: pointer;
}

.hvr-wobble {
  display: inline-block;
  padding: 0px 40px;
  color: #becfd5;
  text-transform: capitalize;
  font-size: 1em;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hvr-wobble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04455d;
  border-radius: 25px;
  z-index: -2;
}
.hvr-wobble:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00afef;
  transition: all 0.3s;
  z-index: -1;
}
.hvr-wobble:hover {
  color: #fff;
}
.hvr-wobble:hover:before {
  width: 100%;
}
.bg-section{
  width: 100%;
  height: auto;
  background: url(../images/bg.webp) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;

}
.bg-home-top{
  width: 100%;
  height: auto;
  background: url(../images/home-top-bg.webp) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 75px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}


  
  /********************ABOUT********************/
  .inner-banner-wraper{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .inner-banner{
    width: 100%;
    height: auto;
  }
  .inner-caption{
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
    font-size: 0.85em;
  }


  .bredcum-wraper{
    width:100%;
    height:auto;
    padding-top:30px;
}

.bred-home{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
    text-transform: capitalize;
}
.bred-home a{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
    text-transform:uppercase 
}
.bred-home a:hover{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#000;
    line-height:30px;
}
.bred-arrow{
    width:auto;
    height:auto;
    float:left;
    font-size:0.85em;
    color:#999;
    line-height:30px;
    padding-left:8px;
    padding-right:8px;
}
.bred-next{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#00afef;
    line-height:30px;
    text-transform:uppercase 
}
  .desk-view{ display: block !important;}
  .mob-view{ display: none !important;}
  .bottom-icons{display: none;}
  .about-top{
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    color: #333;
    font-weight: normal;
    text-align: center;
  }
  .about {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 2em;
  }
  .about-content{
    width: 32%;
    height: auto;
    float: left;
  }
  .about-content:nth-child(2){ width: 30%;}
  .about-content-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-size:2.15em ;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.7;
  }
  .about-content p{
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    color: #333;
    font-weight: normal;
    text-align: justify;
  }
  .vision{
    width: 49.5%;
    height: auto;
    position: relative;
    float: left;
  }
  .vision-pic{
    width:100%;
    height: auto;
  }
  .vision-container{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
  }
  .vision-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size:2.15em ;
    font-family: inherit;
    font-weight: normal;
  }
  .vision-container p{
    color: #fff;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
  }
  .advantage-wrap{
    width: 100%;
    height: auto;
    padding-top:75px;
  }
  .advantage-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size:1.5em ;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    line-height: 2;
    padding-bottom: 0.25em;
  }
  .advantage-container{
    width: 22%;
    height: auto;
    float: left;
    
  }
  .advantage-container-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size:1.25em ;
    text-transform: uppercase;
    color: #333;
    line-height: 1.8;
  }
  .advantage-container p{
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    color: #333;
  }
  .advantage-icon{
    width:115px;
    height: 115px;
    border-radius: 50%;
    background-color:#093e52;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
  }
  .about-product-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .about-product{
    width: 15.83%;
    height:60px ;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    font-size: 1em;
    background-color: #eeeeee;
  }
  .about-product:nth-child(6n+6){ margin-right: 0%;}
  .about-product:nth-last-child(1){ margin-right: 0%;}
  .wetrade{
    width:auto;
    height: auto;
    float: left;
    margin: 0px 2%;
  }
  .trading-pic{
    width:auto;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .trading-pic img{ display: block;}
  .trading-name{
    width: 100%;
    height: auto;
    text-align: center;
    font-family: inherit;
    font-size: 1em;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2;
    margin-top: 0.5em;
  }

  
.product-main{
  width:23.875%;
  height: auto;
  position: relative;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.product-main:nth-child(4n+4){ margin-right: 0%;}
.product-pics{
  width: 100%;
  height: auto;
}
.product-main-name{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 2em;
  left: 0;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-top{
  width: 100%;
  height: auto;
  background-color: rgba(39,156,200,0.6);
  padding: 1.5em 0em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch
}
.contact-for{
  width: 30%;
  height: auto;
  float: left;
}
.contact-icon{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#279ac6;
  font-size: 1.5em;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 0.5em;
}
.contact-for p{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  font-weight: normal;
  color: rgba(14,101,133,1);
}
.contact-enquiry-wrap{
  width: 100%;
  height: auto;
 /* background-color: rgba(14,101,133,1);*/
  padding: 2em 0px;
  display: flex;
  align-items: center;
  background: rgba(14,101,133,1) url(../images/contact-form-bg.webp) no-repeat left bottom;
}
.contact-form-pic{
  width: 46%;
  height: auto;
  float: left;
}
.contact-form-pic img{
  position: relative;
  left: -8%;
  margin-top: -10%;
  max-width: 100%;
}
.contact-form{
  width: 54%;
  height: auto;
padding: 0px 5%;
float: left;
}
.contact-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.address-enquiry{
  width:49%;
  height:auto;
  float:left;
  margin-bottom:10px;
margin-right:2%;
}
.address-enquiry-full{
  width:100%;
  height:auto;
  float:left;
  margin-bottom:20px;
}
.address-enquiry-submit{
  width:100%;
  height:auto;
  margin-bottom:15px;
display:flex;
justify-content:center;
}
.address-enquiry:nth-child(2n+2){ margin-right:0%;}
.contact-box-area {
  width: 100%;
  height:110px;
  border:1px solid #ccc;
line-height: 24px;
font-weight: normal;
font-style: normal;
color: #333;
  font-size: 1em;
  padding-top: 1em;
font-family:inherit;
background-color:#fff;
padding: 0px 2.5%;
}

.enquiry-box{
  width:100%;
  height:50px;
  line-height:50px;
  font-weight:normal;
  font-style:normal;
  color:#333;
  font-size:1em;
  background-color:#fff;
font-family:inherit;
padding: 0px 5%;
}

textarea.contact-box-area::-webkit-input-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
textarea.contact-box-area::-moz-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
textarea.contact-box-area:-ms-input-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
textarea.contact-box-area:-moz-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}

input.enquiry-box::-webkit-input-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
input.enquiry-box::-moz-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
input.enquiry-box:-ms-input-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight: normal;
}
input.enquiry-box:-moz-placeholder{
  color:#333 !important;
  font-size:1em !important;
  opacity:1 !important;
  font-family: inherit;
  text-transform:capitalize;
  font-weight:normal;
}

.contact-submit{
   color:#fff;
   outline:none;
   background:transparent;
   padding-left:40px;
   padding-right:40px;
   line-height:40px;
   position:relative;
   display:inline-block;
   cursor:pointer;
   text-decoration:none;
   overflow:hidden;
   transition:all .5s;
   z-index:1;
   font-family: inherit;
   font-size:1em !important;
   font-weight: normal;
   text-align:center;
   text-transform: uppercase;
}
.contact-submit:before, .contact-submit:after {
   content:'';
   position:absolute;
   left:0;
   top:0;
   right:0;
   bottom:0;
   height:100%;
   background:#279ac6;
   z-index:-1;
   transform:translate3D(0,-100%,0);
   transition:all .5s;
}
.contact-submit:before {
   background:#0da1d7;
   z-index:-2;
   transform:translate3D(0,0,0);
}
.contact-submit:hover {
   color:#fff;
}
.contact-submit:hover:after {
   transform:translate3D(0,0,0);
   transition:all .5s;
}

.contact-title {
  width: 100%;
  height: auto;
  font-size:1.875em;
  font-family: inherit;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.7;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0px 15px;
  outline: 0;
  border-radius: 0;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size:1em;
  font-family:inherit;
  line-height:50px;
  background-color: #fff;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #fff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.reports-container{
  width: 100%;
  margin-bottom: 1.5em;
}
.reports-container .news-for-pic{ width: 25%;}
.reports-container .news-for-dtl{ width: 75%;}
.sister-title{
    width: 100%;
    height: auto;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .advantage-wrap p{
    width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  color: #333;
  font-weight: normal;
  text-align: center;
  }
  .who-we-are{
    width: 14%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    font-size: 1em;
    position: relative;
  }
  .who-we-are::after {
    content: "";
    width: 34px;
    height: 19px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .who-we-are:nth-child(6)::after{ display: none;}
  .who-we-bg{
    width: 100%;
    height: auto;
  }
  .who-we-content{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .who-we-nos{
    width: 100%;
    height: auto;
    font-family: inherit;
    font-weight: 600;
    color:#00afef;
    text-align: center;
    font-size: 2.625em;
  }
  .who-we-content p{
    width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.7;
  font-family: inherit;
  color: #333;
  font-weight: 500;
  text-align: center;
  }
  .solution-wraper{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(149, 157, 165, 0.2);
    margin-top: 75px;
  }
  .solution-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
  }
  .solution-pic{
    width: 38%;
    height: auto;
    float: left;
  }
  .solution-content{
    width: 35%;
    height: auto;
    float: left;
    padding-left: 5%;
  }
  .solution-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.5em;
    font-family: inherit;
    font-weight: normal;
    color: #333;
    line-height: 2;
    padding-bottom: 0.25em;
  }
  .solution-content ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  .solution-content ul li{
    width: 100%;
    height: auto;
    font-size: 1em;
    line-height: 1.7;
    font-family: inherit;
    color: #333;
    font-weight: normal;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 1.5em;
    background: url(../images/listing.jpg) no-repeat left 10px
  }
  .advantage-wrap p span{ font-weight: 500; color: #000;}


  
.section-main-bunner {
	position: relative;
	background: #232323;
	overflow: hidden;
}



@media (min-width: 992px) {
	.section-main-bunner {
		min-height:100vh;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
/*margin-top: 12vh;*/
        
	}
}

.section-main-bunner .main-bunner-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 1;
}

@media (min-width: 1200px) {
	.section-main-bunner .main-bunner-img {
		left: -50px;
		right: -50px;
		bottom: -50px;
		top: -50px;
		animation: bunner-img 10s infinite;
        position: fixed;
	}
}

.section-main-bunner .main-bunner-inner {
	position: relative;
	flex: 1;
	z-index: 1;
	text-align: center;
}


.section-main-bunner.section-main-bunner-filter .main-bunner-img {
	opacity: 1;
}


@keyframes bunner-img {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(1deg) scale(1.02);
	}
	100% {
		transform: rotate(0deg);
	}
}

.section-transform-top {
	position: relative;
	z-index: 1;
	transform: translateY(-12%);
}

@media (min-width: 992px) {
	.section-transform-top {
		transform: translateY(-50%);
	}
}


 @media (min-width:1023px) and (max-width:1279px){
	body{font-size:12px !important;}
   .top-container{
	   width:100%;
	   padding-left:3%;
	   padding-right:3%; 
	  }
   .container{ 
	   width:100%;
	   padding-left:3%;
	   padding-right:3%;
	  }
      .footer-middle-content{ padding: 1em 1.5em;}
      .glimps:nth-child(3){ padding-left: 3%;}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
      #plus span{right: -72px;}
      .culture-bg {left: -10em; }
      .bottom-enquire-border{ width: 20%;}
      .bottom-enquire-border img{ width: 100%;}
      .culture{ font-size: 4em;}
      .symphony-taste{ font-size: 4em;}
      .culture-bg img{ width: 80%;}
      .news-for-title{ font-size: 1em;}
	  
}
 @media (min-width: 1280px) and (max-width: 1359px){
	 body{font-size:13px !important;}
     .container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    	}
     .top-container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    	}
        .footer-middle-content{ padding: 1em 1.75em;}
        .glimps:nth-child(3){ padding-left: 3%;}
        .banner-caption{ font-size: 0.75em;}
        .inner-caption{ font-size: 0.75em;}
        #plus span{right: -78px;}
        .culture-bg {left: -2em; }
	
}
 @media (min-width: 1360px) and (max-width: 1399px) {
	body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
     .top-container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
        .footer-middle-content{ padding: 1em 2em;}
        .glimps:nth-child(3){ padding-left: 3%;}
        .banner-caption{ font-size: 0.75em;}
        .inner-caption{ font-size: 0.75em;}
        #plus span{right: -78px;}
        .culture-bg {left: -2em; }
	
}
 @media (min-width: 1400px) and (max-width: 1441px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
}
 @media (min-width: 1441px) and (max-width: 1599px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%;
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
}


@media (min-width:1600px) and (max-width:1680px) {
  body{font-size:15px !important;}
  .banner-caption{ font-size: 0.75em;}
  .inner-caption{ font-size: 0.75em;}
}

@media (min-width:1681px){}



  
@media (max-width:992px) {
 


    .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block !important;
}
.sexy-menu.detached{
    opacity: 1 !important
}
    .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1.5em;
    float: left;
    display: flex;
    justify-content: center;
   
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
    text-align: center;
    justify-content: center;
    position: inherit !important;
     top: auto !important;

    }
    .nav-toggle {
      top: auto !important;
    bottom:auto !important; 
}
    .nav-toggle:before{   
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
		display: none
}
   .nav-toggle:after{    
           content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
	   display: none
}


.nav-toggle {margin-top: 3px !important;}
 .banner-wraper{ height: 100vh;}
 .logo{ width: 100% !important; position: inherit !important; display: flex !important; justify-content: center; height: auto !important;}
 .nav-brand img{ width:130px; margin-top: 1em !important;}
 .nav-header{ width: 100%; padding-top:0.5em; padding-bottom:0.5em; display: flex !important; justify-content: center;}
 .sexy-menu.detached .nav-brand img {margin-top: 0px !important;    width: 100px;  }
 .bottom-menu{ width: 50px; height:50px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
 
 .nav-menu > li > a{ font-size: 1em !important;}
 
 .sexy-menu{ padding-top: 0px !important;}
 .navigation{ display: inherit !important;}
 
 .sexy-menu.detached .nav-brand img{ margin-bottom: 0px !important;}

 .desk-view{ display: none !important;}
 .mob-view{ display: block !important;}
 .sexy-menu{ position: absolute !important;}
 .footer-top-container:nth-child(1){display: none;}
 .footer-middle-content{ display: none;}
 .footer-middle-content:nth-child(3){ display: block; visibility: visible !important;}
 .footer-top{ display: inherit; padding:1em 0em;}
 .news-for{ width: 100%; margin-right: 0%; margin-bottom: 1.5em;}
 .welcome-pic{ display: none;}

 .welcome-container{ display: inherit;}
 .product-container{ display: none;}
 .product-container:nth-child(4){ width: 100%; display: block;}
 .welcome-content{ width: 100%; float: none;}
 .footer-top-container{ width: 100%; visibility: visible !important; margin-top: 1em;}
 .footer-wraper{ padding:15px 0 !important;}
 .footer-bottom-wraper{ padding-bottom: 80px;}
 .banner-caption{ position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; padding: 0px 10%; }
 .banner-caption-mid{ font-size: 2.7em;}
 .main-wraper{ padding-top: 35px;}
 .news-wraper{padding-top: 35px;}
 .welcome-container{ padding-top: 35px;}
 .product-title{ font-size:1.75em;}
 .product-title-sub{ font-size: 2.25em;}
 .bottom-enquire-wrap{ display: inherit;}
 .bottom-enquire-border{ display: none;}
 .bottom-enquire-left-title{ font-size: 1.5em;}
 .bottom-enquire-wrap{ bottom: 1em;}
 .bottom-enqury{ margin-top: 1em; margin-left: 0px;}
 .bottom-enquire-wrap{ padding-left: 5%;}
 .bottom-enquire-sub-title{ font-size: 1em; line-height: 1.7;}
 .hvr-wobble{ padding: 0px 20px;}
 .caption-top{ display: none;}
 .view a{ margin-left: 0%; margin-top: 0px;}
 .product-for{ margin-bottom: 1em;}
 .bottm-wrap{ padding-top: 0px;}
 .about{ display: inherit;}
 .about-content{ width: 100%;}
 .about-content:nth-child(2){ width: 100%; margin: 1em 0em;}
 .vision{ width: 100%; margin-top: 0.5em;}
 .vision-title{ font-size: 1.35em;}
 .advantage-container{ width: 100%; margin-top: 1em;}
 .advantage-wrap{ float: left; padding-top: 45px;}
 .about-content-title{ font-size: 1.65em;}
 .solution-container{ display: inherit;}
 .solution-wraper{ float: left; margin-top: 35px;}
 .vision-container{ padding: 0.25em 1em;}
 .solution-wraper{ float: left;}
 .footer-wraper{ float: left;}
 .footer-bottom-wraper{ float: left;}
 .product-content br{ display: none;}
 .news-title{ font-size: 1.75em;}
 .bottom-enquire-left{ float: none;}
 .banner-caption{ display: none;}
 #plus span{ font-size: 10px; right: -65px; padding: 5px 10px;}
 .whats-app{ bottom: 20vh;}

}


 @media (max-width:400px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
    
	.navbar{position:inherit;}
	.top-wraper{background:#000;}
	.logo-container{width:40%;margin-top:10px;}
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}
  .news-for{ display: inherit;}
  .news-for-dtl{ width: 100%; padding-left: 0%;}
  .copyright span{ display: none;}
  .news-for-pic{ width: 60%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 49.5%;}
  .about-product:nth-child(2n+2){ margin-right: 0%;}
  .wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 100%; margin-right: 0%;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 48%; margin-right: 4%;}
  .who-we-are:nth-child(2n+2){ margin-right: 0%;}
  .who-we-are:nth-child(2n+2)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 100%;}
  .reports-container .news-for-pic{ width: 60%;}
  .vision-pic img{ height: 18vh;}

	
}
@media (min-width:401px) and (max-width:460px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}
  .news-for{ display: inherit;}
  .news-for-dtl{ width: 100%; padding-left: 0%;}
  .copyright span{ display: none;}
  .news-for-pic{ width: 60%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 49.5%;}
  .about-product:nth-child(2n+2){ margin-right: 0%;}
  .wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 100%; margin-right: 0%;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 48%; margin-right: 4%;}
  .who-we-are:nth-child(2n+2){ margin-right: 0%;}
  .who-we-are:nth-child(2n+2)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 100%;}
  .reports-container .news-for-pic{ width: 60%;}
  .vision-pic img{ height: 15vh;}

  
	
}
 @media (min-width:461px) and (max-width:580px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}

  .news-for{ display: inherit;}
  .news-for-dtl{ width: 100%; padding-left: 0%;}
  .copyright span{ display: none;}
  .news-for-pic{ width: 60%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 49.5%;}
  .about-product:nth-child(2n+2){ margin-right: 0%;}
  .wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 100%; margin-right: 0%;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 48%; margin-right: 4%;}
  .who-we-are:nth-child(2n+2){ margin-right: 0%;}
  .who-we-are:nth-child(2n+2)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 100%;}
  .reports-container .news-for-pic{ width: 60%;}
  .product-container:nth-child(4) {width: 49%; display: block;  float: right; }
  .product-container:nth-child(3) {width: 49%; display: block;   }
}


@media (min-width:581px) and (max-width:680px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}

  .news-for{ display: inherit;}
  .news-for-dtl{ width: 100%; padding-left: 0%;}
  .news-for-pic{ width: 60%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 30%;}
  .about-product:nth-child(3n+3){ margin-right: 0%;}
  /*.wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}*/
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 49.5%; margin-right: 1%;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 48%; margin-right: 4%;}
  .who-we-are:nth-child(2n+2){ margin-right: 0%;}
  .who-we-are:nth-child(2n+2)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 100%;}
  .reports-container .news-for-pic{ width: 60%;}
  .product-container:nth-child(4) {width: 49%; display: block;  float: right; }
  .product-container:nth-child(3) {width: 49%; display: block;   }
}
 @media (min-width:681px) and (max-width:736px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}


  .news-for{ display: inherit;}
  .news-for-dtl{ width: 55%; padding-left: 5%;}
  .news-for-pic{ width: 45%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 30%;}
  .about-product:nth-child(3n+3){ margin-right: 0%;}
  /*.wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}*/
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 32%; margin-right: 2%;}
  .product-main:nth-child(4n+4){margin-right: 2%;}
  .product-main:nth-child(3n+3){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 30%; margin-right: 5%;}
  .who-we-are:nth-child(3n+3){ margin-right: 0%;}
  .who-we-are:nth-child(3n+3)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 55%;}
  .reports-container .news-for-pic{ width:45%;}
  .product-container:nth-child(4) {width: 49%; display: block;  float: right; }
  .product-container:nth-child(3) {width: 49%; display: block;   }
  .footer-top-container{ width: 50%;}



	
}
 @media (min-width:737px) and (max-width: 990px){
  body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}

  .news-for{ display: inherit;}
  .news-for-dtl{ width: 55%; padding-left: 5%;}
  .news-for-pic{ width: 45%;}
  .bottom-container-left{ display: none;}
  .bottom-container-right{ display: none;}
  .about-product{ width: 30%;}
  .about-product:nth-child(3n+3){ margin-right: 0%;}
 /* .wetrade{ width: 49%; margin-right: 1%; margin-left: 0%; margin-bottom: 1em;}
  .wetrade:nth-child(2n+2){ margin-right: 0%;}*/
  .trading-pic img{ width: 100%;}
  .contact-top{ display: inherit;}
  .contact-for{ width: 100%; margin-bottom: 1em;}
  .contact-form-pic{ display: none;}
  .contact-form{ width: 100%;}
  .product-main{ width: 32%; margin-right: 2%;}
  .product-main:nth-child(4n+4){margin-right: 2%;}
  .product-main:nth-child(3n+3){ margin-right: 0%;}
  .solution-pic{ width: 100%;}
  .solution-content{ width: 100%; padding-left: 0%;}
  .who-we-are{ width: 30%; margin-right: 5%;}
  .who-we-are:nth-child(3n+3){ margin-right: 0%;}
  .who-we-are:nth-child(3n+3)::after{ display: none;}
  .reports-container .news-for-dtl{ width: 55%;}
  .reports-container .news-for-pic{ width: 45%;}
  .product-container:nth-child(4) {width: 49%; display: block;  float: right; }
  .product-container:nth-child(3) {width: 49%; display: block;   }
  .footer-top-container{ width: 50%;}



	
}
 @media (min-width:991px) and (max-width:1199px){
  .nav-menu > li > a{ font-size: 0.85em !important; padding: 20px 10px !important;}
	
}
 @media(min-width:1200px) and (max-width:1199px){
	 
}


  @media (max-width:768px){
 
  }


 