*{outline: none !important;}
.navmenu .dropdown .dropdown:hover>ul{left: 200px;}
.navmenu .menu-icon{padding: 0;}
.navmenu .menu-icon img{    width: 30px;}
.right-section-menu ul, .right-section-menu ul li a, .right-section-menu ul li a:focus{display: block; font-weight: 500;  }
.right-section-menu ul li a{        font-weight: 500;}
	.right-section-menu ul li{    display: inline-block;
    width: 35%;
    padding-bottom: 0;}
	.right-section-menu ul li a{    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;}
.search-section a{transform: rotate(0);}
.devider-section{width: 2px;background: #434344;top: 18px;height: 18px;margin: 0 7px;}
.header .logo{    border-top: 10px solid #2a9df4;padding: 5px;    margin-right: 15px;}
#navmenu{padding: 25px 0;align-items: center;display: grid;}
.hero.section .aos-init {font-family: var(--nav-font);    font-weight: 600; text-align: left;}
.hero .btn-get-started span img{    width: 15px;margin-left: 10px;}
#hero.hero .btn-get-started{border-radius: 0;}
.mega-inner-section .col-lg-8 a img{    border-bottom: 7px solid #959595;    border-radius: 10px;}
.mega-inner-section .col-lg-8 a:hover{color: #2a9df4;}
.mega-inner-section .col-lg-8 a:hover img{    border-bottom: 7px solid #2a9df4; }
#myModal7 .modal-header{    background: #2a9df4;
    padding: 10px;}
#myModal7 .modal-title{    color: #fff;}
.hero h1 .th{font-size: 18px;position: relative;top: -15px;color: var(--heading-color);text-transform: uppercase;}
.hero.section p.home-para{font-size: 18px;font-weight: 500;margin: 30px 0;margin-top: 15px;}
swiper-container {width: 100%;height: 100%;}
swiper-slide {text-align: center;font-size: 18px;display: flex;justify-content: center;align-items: center;}
swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
swiper-container {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
swiper-slide {background-size: cover;background-position: center;}
.mySwiper {height: 80%;width: 100%;}
.mySwiper2 {height: 20%;box-sizing: border-box;padding: 0;}
.mySwiper2 swiper-slide {width: 25% !important;height: 100%;    text-align: left; display: block;    cursor: pointer;}
.mySwiper2 swiper-slide p{    margin-bottom: 0;
    font-family: var(--nav-font);
    font-size: 15px;
    font-weight: 500;
    color: #434344;
    margin-left: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;}

.mySwiper2 swiper-slide.swiper-slide-thumb-active p{border-bottom: 2px solid #2a9df4;}
.mySwiper2 .swiper-slide-thumb-active {opacity: 1;}
swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.bottom-section-design{position: absolute;left: 0;width: 70%;bottom: 0;text-align: left;background-color: #f6f8f9;z-index: 9;padding: 15px 20px;}
.bottom-section-design h3 span{     width: 42px;
    display: inline-block;
    background-color: #2a9df4;
    position: absolute;
    z-index: 9999999;
    height: 13px;
    top: 22px;
    left: 0;}
.bottom-section-design h3{    color: #2a9df4;
    font-weight: 300;
    font-size: 23px;    padding-left: 30px;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{    text-align: right;}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#clients .logos {
  overflow: hidden;
  padding: 30px 0px;
	padding-top: 0;
  white-space: nowrap;
  position: relative;
	margin-top: 0;
}



#clients .logo_items {
  display: inline-block;
  animation: 120s slides infinite linear;
}

#clients .logos:hover .logo_items {
  animation-play-state: paused;
}

#clients .logo_items img{
  height: 100px;margin: 0 20px;
}
.section-title{    padding-bottom: 30px;}
.section-title h2{    margin-bottom: 0;    font-size: 40px;}
.section-title h2 span{    color: var(--accent-color);}
.section-title h2:after{display: none;}
.explore-section .section-title h2{    padding-top: 40px;}

.service-section .service-tab{
	padding: 0;
	margin:  0;
	display: flex;
	width: 100%;
	border: none;

}
.service-section .service-tab li{
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
#webpscroll .service-section .service-tab li{  width: 33%;}
.service-section .service-tab li a{
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    border-width: 5px 0 0 0;
    border-style: solid;
    border-color: transparent;
    width: 100%;
    display: block;
	 border-bottom: 8px solid transparent;
    padding-bottom: 5px;    position: relative;
}
.inner-bg{    padding: 20px 40px;    background: #f6f8f9;
  }
.inner-bg .tab-content{    background: #f6f8f9;    padding-left: 50px;}
.inner-bg hr{    margin: 0;
    margin-top: -1px;
    height: 1px;
    background: #606060;
    opacity: 1;
    border: none;}
.inner-bg .arrow-down {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #2a9df4;
    position: absolute;
    bottom: -21px;
    left: 44%;
}

.inner-bg .active .arrow-down, .service-section .service-tab li a:hover .arrow-down{display: block !important;}
.service-section .service-tab li.active a, .service-section .service-tab li a:hover{border-bottom: 8px solid #2a9df4;}
.service-section .service-tab li a img{    width: 50px;}
.service-section .service-tab li.active a i, .service-section .service-tab li a:hover i{
	background-color: #fff200;
	color: #131720;
}
.service-section .service-tab li a h5{
    color: #606060;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.inner-cont{    background: #ffffff;
    padding: 10px 40px;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    height: 96%;}
.service-section .service-tab-content .inner-cont h3{    color: #434344;
    font-weight: 600;}
.service-section .service-tab li.active a h5, .service-section .service-tab li a:hover h5{
	color: #2a9df4;
}
.service-section .service-tab li.active a img, .service-section .service-tab li a:hover img{display: none;}
.service-section .service-tab li.active a .active-image, .service-section .service-tab li a:hover .active-image{display: inline-block !important;}
.service-section .service-tab li a p{
	line-height: 20px;
	color: #b4bccf;
}
.service-section .service-tab li.active a p, .service-section .service-tab li a:hover p{
	color: #fff;
}
.explore-section{ padding-top: 0;}
.service-section .service-tab-content h3{
	margin-top: 0;    margin-bottom: 15px;
	
}
.service-section .service-tab-content p{
	color: #434344;
	font-size: 16px;
	line-height: 26px;
}
.modal{    background: rgba(0, 0, 0, .8);}
.service-section .tab-image-ex-gap{
	padding-top: 20px;    width: 100%;
}
.inner-heading{    text-align: center;
    font-size: 2.2rem;    margin-bottom: 40px;}
.inner-heading span{    color: var(--accent-color);}
.truly-matters{    display: block;
    padding: 0;
    list-style: none;    text-align: center;}
.truly-matters li{display: inline-block;width: 25%;
    text-align: center;}
.truly-matters li p{    margin: 0;    font-family: var(--heading-font);    font-weight: 500;}
.truly-matters li p:last-child{text-transform: uppercase;}
.truly-matters li h4{  margin: 0;
    font-size: 45px;
    font-weight: 600;
    background: linear-gradient(#00a6f2, #106ab4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;}
.matters-last-para{    width: 85%;
    font-family: var(--heading-font);
    margin: 25px auto;}
.service-section .btn-get-started, .about .btn-get-started, .newsletter-form .btn-get-started{color: var(--contrast-color);
    background: var(--accent-color);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    border-radius: 50px;    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.0s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1); text-transform: uppercase;}
.service-section .btn-get-started:hover, .about .btn-get-started:hover, .newsletter-form .btn-get-started:hover{    background: 
color-mix(in srgb, var(--accent-color), transparent 15%); padding: 10px 28px;}
.navmenu a, .navmenu a:focus{ padding: 10px 15px;}
.service-section .btn-get-started span img, .about .btn-get-started span img, .newsletter-form .btn-get-started span img {
    width: 15px;
    margin-left: 10px;
}
.footer-contact img{    width: 15px;
    margin-right: 6px;}
.matters-button{    margin: 40px 0;
    margin-top: 25px;}
.pull-right li:first-child{    float: left;    position: relative;
    left: -87px;}
.pull-right li:last-child{    float: right;    position: relative;
    right: -87px;}
.pull-right li img{    width: 65px;}
.pull-right .btn:active{ border: none;}
.award-section{background-image: url("../img/award-bg.png");    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;}
.award-section img{    width: 85%;}
.award-section .profile img{width: 100%;}
.award-section .profile{padding: 20px; background: #fff;    border: 1px solid #e5e5e5;
    border-radius: 5px;}
.award-section .testimonial-item{ padding: 15px;}
.award-section .testimonial-item h3{font-weight: 600;}
.award-section .testimonial-item h3 span{    color: var(--accent-color);}
.award-section .testimonial-item h4{font-size: 1.2rem;}
.award-section .swiper-pagination{    text-align: center;
    position: relative;
    padding: 40px;}
.copyright ul{    padding: 0;
    list-style: none;
    text-align: left;
    display: block;
    margin: 0;
    font-size: 17px;
    font-family: var(--heading-font);}
.copyright ul li{display: inline-block;    margin: 0 15px;}
.copyright ul li:first-child{    margin-left: 0;}
.copyright ul li a{    color: var(--default-color);}

.search {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;    top: 13px;
}
.search:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: relative;
  
  transition: all 0.5s ease;
}

.search.open {
  width: 420px;
}
.search.open:before {
    height: 40px;
    margin: 0;
    position: absolute;background-color: var(--accent-color);
}

.search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: #efefef;
    padding: 20px 100px 20px 15px;
    font-size: 20px;
    color: var(--default-color);
}
.search-box:focus {
  outline: none;
}

.search-button {
      width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
}
.search-button span::before{    right: 3px;    position: relative;}
.search-button span{    width: 100%;
    display: block;
    height: 100%;
    padding: 8px;    transform: rotate(90deg);    top: 0; position: relative;}
.search-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #00fede;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.search-icon:before {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -2px;
  top: 30px;
  display: block;
  background-color: #00fede;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.search-icon:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #00fede;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.open .search-icon {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.open .search-icon:before {
  transform: rotate(52deg);
  right: 22px;
  top: 23px;
  height: 18px;
}
.open .search-icon:after {
  transform: rotate(-230deg);
  right: 22px;
  top: 13px;
  height: 18px;
}
.navmenu .menu-icon:focus{padding: 0;}
.navmenu li.dropdown{position: static;}
.navmenu .dropdown:hover>ul{    width: 100%;}
.megamenu{    position: absolute;
    width: 100%;
    top: 97px;
    background: #f6f8f9;
    padding: 60px 0;
    border-top: 1px solid #d6d7d7;    padding-bottom: 0;}
.megamenu .first-section{    padding: 0;
    list-style: none;
    line-height: 45px;}
.megamenu .first-section li{    border-bottom: 1px solid #dddede;    font-family: var(--nav-font);
    font-weight: 500;
    font-size: 18px;}
.megamenu .first-section li a{        color: var(--nav-color);    display: block;margin: 7px 0;}
.mega-inner-section{    padding-left: 6%;}
.mega-inner-section .profile h3{min-height: 100px;    font-size: 1.65rem;
    margin-top: 10px;}
.megamenu .first-section li a:hover, .megamenu .first-section li.current > a, .submenu-section li.current-inner > a, .megamenu .first-section li.hover a{font-weight: bold; color: #2a9df4;}
.megamenu .first-section li a span{float: right;}
.mega-inner-section .profile a{    color: var(--accent-color); font-weight: 700}
.mega-inner-section .profile{    padding: 35px;    padding-top: 0;}
.megamenu .first-section li .submenu-section{display: none;}
.megamenu .first-section li.current .submenu-section{display: block;}


#header .box {
    width: 55px;
    height: 55px;
}

#header .icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 100%; 
  height: 100%;
	fill: none;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
  cursor: pointer;
}
#header .icon { stroke: #434344; opacity: .95; }
.megamenu{ visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;}
.megamenu.open-menu{  visibility: visible;
  opacity: 1;box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.main-menu{position: relative;}


.detail-cont-real, .detail-cont-trade, .detail-cont-retail{    position: absolute;
    right: 0;
    width: 40%;
    background: #fff;
    padding: 40px;visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;}
.detail-cont-real.open-menu, .detail-cont-retail.open-menu, .detail-cont-trade.open-menu{  visibility: visible;
  opacity: 1;}
.menu-section{    display: grid;
    align-items: center;}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s;
}

.gallery-item:hover img {
	  transition: box-shadow 0.5s;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);transform: scale(1.01);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

.modal video{    width: 100%;}
.modal-content{background-color: #fff;}
.modal-content h3 span {
    color: var(--accent-color);
}
.modal-content h3 {
    font-weight: 600;
}
.modal-content h4 {
    font-size: 1.2rem;
}
.modal-header{padding: 5px 20px;}
.modal-header .close{position: absolute;
    right: 10px;
    top: 9px;
    background: #000;
    border-radius: 50px;
    border: navajowhite;
    font-size: 23px;
    height: 30px;
    width: 30px;
    line-height: 1;    color: #fff;}



/* The Modal (background) */
#myModal6.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
}

/* Modal Content */
#myModal6 .modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
}

/* The Close Button */
#myModal6 .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#myModal6 .close:hover,
#myModal6 .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#myModal6 .mySlides {
  display: none;    text-align: center;
}

#myModal6 .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#myModal6 .prev,
#myModal6 .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;    background: #000;
}

/* Position the "next button" to the right */
#myModal6 .next {
  right: 16px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#myModal6 .prev:hover,
#myModal6 .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#myModal6 .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#myModal6 img {
    width: auto;
    height: 75vh;
}

#myModal6 .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#myModal6 .demo {
  opacity: 0.6;
}

#myModal6 .active,
#myModal6 .demo:hover {
  opacity: 1;
}

#myModal6 img.hover-shadow {
  transition: 0.3s;
}

#myModal6 .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.video-light-box{cursor: pointer;}
.video-play{     position: absolute;
    font-size: 22px;
    width: 65px;
    background-color: rgba(254, 254, 254, .8);
    padding: 6px;
    padding-top: 4px;
    border-radius: 10px;
    text-align: center;
    padding-right: 3px;
    color: #fe0000;
    cursor: pointer;
    bottom: 199px;
    display: block;
    left: 46%;}
.video-play.toggle{ display: block !important;}
/*==================================about-us-page===================================*/
.product-inner-section{    border-bottom: 7px solid #d2d2d2;
    border-radius: 5px;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 15px;}
.product-inner-section:hover{ border-bottom: 7px solid #2a9df4;}
.small-section{    margin: 0 7rem;}
.about-us-page .explore-section {
    padding: 66px 0 40px 0;
}
.about-us-page .explore-section .section-title h2 {
    padding-bottom: 15px;
}
.about-us-page .products img{     width: 100%;}
.about-us-page .products h3{    font-weight: 600;}
.about-us-page .products{    padding: 30px 15%;    background: #f8f8f8;}
.about-us-page .whychoose-section img{    width: 90px;
    margin-bottom: 15px;}
.about-us-page .whychoose-section h3{    font-weight: bold;
    font-size: 2rem;
    color: var(--accent-color);    margin-bottom: 20px;}
.about-us-page .whychoose-section p{    font-family: var(--default-font); padding-right: 3rem;    font-size: 18px;}
.about-us-page .chatering-section{padding-bottom: 0;}
.about-us-page .chatering-section ul{    display: block;
    list-style: none;    padding-left: 90px;}
.about-us-page .chatering-section ul li{ border-left: 5px solid #2a9df4;
    padding-left: 20px;
    margin-bottom: 50px;
    position: relative;
    min-height: 75px;
    padding-top: 6px;}
.about-us-page .chatering-section ul li::before{    background: #2a9df4;
    padding: 8px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -79px;
    border-radius: 50%;
    text-align: center;
    top: 13px;
    font-family: var(--heading-font);
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;}
.about-us-page .chatering-section ul li h4{    font-weight: bold;
    color: #434344;
    font-size: 1.75rem;
    margin-bottom: 0;}
.about-us-page .chatering-section p{    font-size: 18px;
    font-weight: 500;}
.about-us-page .chatering-section ul li p{font-size: 17px;}
.about-us-page .chatering-section ul li:first-child::before{ content: "05";}
.about-us-page .chatering-section ul li:nth-child(2)::before{ content: "04";}
.about-us-page .chatering-section ul li:nth-child(3)::before{ content: "03";}
.about-us-page .chatering-section ul li:nth-child(4)::before{ content: "02";}
.about-us-page .chatering-section ul li:nth-child(5)::before{ content: "01";}
.about-us-page .chatering-section ul li hr{    opacity: 1;
    position: absolute;
    width: 42px;
    border-color: #2a9df4;
    height: 2px;
    background: #2a9df4;
    left: -43px;
        top: 20px;}
.about-us-page .verticle-line-section{    height: 83%;
    display: block;
    position: absolute;
    background: #2a9df4;
    width: 5px;
    top: 3%;
    left: 51px;}
.about-us-page .chatering-left p{    padding-right: 100px;}
.about-us-page .chatering-left h2{    color: var(--accent-color);
    font-weight: bold;
    font-size: 2.3rem;
    margin-bottom: 15px;}
.about-us-page .chatering-left{    padding-top: 11%;}
.about-us-page .map-section{background-color: #2a9df4;}
.about-us-page .map-section .img-section img{    width: 80%;}
.about-us-page .map-section h2{color: #fff;}
.about-us-page .map-section h3{    font-weight: bold;
    color: #fff;
    font-size: 3rem;}
.about-us-page .map-section h3 span{    font-size: 1.5rem;
    margin-right: 5px;}
.about-us-page .map-section h4{    font-weight: 600;
    color: #fff;}
.about-us-page .map-section p{    font-weight: 500;
    color: #fff;}
.parallax{background-image: url("../img/about-us/banner-image-1.jpg");height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}
.parallax.commodity-page{background-image: url("../img/about-us/commodity-banner-1.jpg");}
/*==================================about-us-page===================================*/

/*==================================retail-page===================================*/

.retail-page .bottom-section-design{     right: 0;
    left: inherit;
    padding: 27px 50px;
    position: relative;
    width: auto;
    height: 100%;}
.retail-page .bottom-section-design p{font-size: 16px;
    font-weight: 500;    margin: 0;}
.retail-page .bottom-section-design h2{    color: #2a9df4;
    font-weight: 600;}
.retail-page .bottom-section-design h2 span{ color: #434344;}
.retail-page .explore-section {
    padding-top: 0;
}
.retail-page .inner-cont{    left: 0;    top: 0;    box-shadow: none;
    background: none; width: 100%;}
.retail-page .inner-section-row .col-lg-7{     background: #ffffff;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    padding: 15px 0;}
.retail-page .inner-section-row .tab-image-ex-gap{
    width: 83%;
 }
.retail-page .service-section .service-tab-content p{    font-size: 18px;}
.retail-page .methodology h4{    font-weight: 600;}
.retail-page .methodology h4 span{    height: 54px;
    display: inline-block;
    position: relative;
    top: -3px;}
.retail-page .methodology h4 span img{    width: 69px;
    margin-right: 10px;}
.retail-page .methodology p{    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;}
.retail-page .methodology .inner-method{    padding: 50px;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);    height: 100%;}
.retail-page .methodology-image{    position: relative;
    right: -45px;
    width: 90%;}
.retail-page .section-tab p{     padding: 0 10px;
    padding-left: 32px;
    border-left: 3px solid #2a9df4;
    margin-left: 25px;
    font-weight: 500;
    margin-bottom: 25px;}
.retail-page .section-tab h3{     padding-left: 60px;
    font-weight: bold;
    color: #2a9df4;  background-repeat: no-repeat;
    background-size: 46px;
    background-position: left;}
.retail-page .section-tab:first-child h3{background-image: url("../img/retail-banking/value-icon-1.png");  }
.retail-page .section-tab:nth-child(2) h3{background-image: url("../img/retail-banking/value-icon-2.png");     background-size: 40px;
    background-position: 7px 1px; }
.retail-page .section-tab:last-child h3{background-image: url("../img/retail-banking/value-icon-3.png");    background-size: 31px;
    background-position: 11px 0;}
.retail-page .benifit-section h2{padding: 150px 45px;    font-size: 50px;}
.culture-inner{      background: #f6f8f8;
    border: 2px solid #cccccc;
    padding: 55px 35px;
    text-align: center;
    margin: 0 25px;}
.culture-inner img{    margin-bottom: 22px;    width: 150px;}
.culture-inner h3{    font-weight: 600;
    font-size: 2rem;}
.culture-inner p{    font-size: 18px;
    font-weight: 500;}
.image-section-with-cont{position: relative;}
.retail-page .methodology .quality-cont{    position: absolute;
    font-weight: 500;
    font-size: 32px;
    left: 266px;
    top: 34px;
    z-index: 99;
    height: 102px;
    width: 150px;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    color: #fff;}
.retail-page .methodology .volume-cont{    position: absolute;
    font-weight: 500;
    font-size: 32px;
       left: 135px;
    top: 191px;
    z-index: 99;
    height: 102px;
    width: 150px;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    color: #fff;}
.retail-page .methodology .compliance-cont{    position: absolute;
    font-weight: 500;
    font-size: 32px;
    right: 58px;
    bottom: 14px;
    z-index: 99;
    height: 183px;
    width: 281px;
    text-align: center;
    padding: 25px;
    cursor: pointer; color: #fff;
 }
.quality-method.current-div, .volume-method.current-div, .compliance-method.current-div{display: block !important;}
.retail-page .hero{    min-height: auto;}
.quality-method.current-div{background: #2a9df4;}
.quality-method.current-div h4, .quality-method.current-div p{    color: #fff;}
.volume-method.current-div{background: #4d4d4d;}
.volume-method.current-div h4, .volume-method.current-div p{    color: #fff;}
.compliance-method.current-div{background: #6dc7ff;}
.compliance-method.current-div h4, .compliance-method.current-div p{     color: #fff;}

.about-us-page.retail-page.commodity-section .bottom-section-design{background: #ffffff;
    top: 24%;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
    bottom: inherit;}
/*==================================retail-page===================================*/



/*==================================career-page===================================*/

.career-page .explore-section {
    padding: 148px 0 40px 0;
}
.career-page .btn-get-started{    color: var(--contrast-color);
    background: var(--accent-color);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;    margin-top: 40px;}
.career-page .btn-get-started:hover{    background: 
color-mix(in srgb, var(--accent-color), transparent 15%);}
.career-page .award-section{background-image: none;    background-color: #f6f8f8;}
.career-page .what-makes ul li{display: inline-block;
    width: 19%;
    padding: 0 15px;    text-align: center;}
.career-page .what-makes ul li img{    width: 130px;
    margin-bottom: 25px;}
.career-page .benifit-working ul li h3{    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;    margin-bottom: 5px;}
.career-page .benifit-working ul{list-style: none;    border-left: 2px solid #2a9df4;}
.career-page .benifit-working ul li p{    font-size: 18px;
    font-weight: 500;}
.career-page .benifit-working ul li{margin-bottom: 20px;
    padding-left: 65px;
    background-size: 43px;
    background-repeat: no-repeat;
    background-position: center left;}
.career-page .benifit-working ul li:first-child{background-image: url("../img/career/benifit-icon-1.png");}
.career-page .benifit-working ul li:nth-child(2){background-image: url("../img/career/benifit-icon-2.png");}
.career-page .benifit-working ul li:nth-child(3){background-image: url("../img/career/benifit-icon-3.png");}
.career-page .benifit-working ul li:nth-child(4){background-image: url("../img/career/benifit-icon-4.png");}
.career-page .benifit-working ul li:last-child{background-image: url("../img/career/benifit-icon-5.png");}
.career-page .chatering-left {
   padding: 8%;
}
.career-page .chatering-left h2 span{color: #2a9df4;}
.career-page .chatering-left h2{    font-size: 2.7rem;}
.career-page .sometime-bigger{background-image: url("../img/career/banner-2.jpg");    background-size: 100%;
    background-repeat: no-repeat;    padding-top: 120px;}
.career-page .table-section{padding: 40px;
    background: #f6f8f8;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);}
.culture-page .culture-section{    padding-top: 120px;}
.career-page .table-section tr td{    font-size: 23px;
    font-weight: 600;
    line-height: 67px;}
.career-page .table-section thead tr td{    font-weight: 400;}
.career-page .table-section tbody tr{    border-bottom: 1px solid #4f4f4f;}
.career-page .table-section tbody tr td{    padding: 10px 0;}
.career-page .table-section tbody tr td:last-child{text-align: right; padding-right: 20px;}
.career-page .table-section h3{    text-align: center;
    padding-top: 40px;}
.career-page .table-section input, .career-page .table-section select{ width: 100%;
    padding: 8px 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    font-weight: 500;
    color: #000;}
.career-page .table-section select{    padding: 9px 15px;}
.pr-5{    padding-right: 3rem !important;}
.navmenu li:hover>a .main-image{display: none;}
.navmenu li:hover>a .hover-image{display: inline-block !important}

.about-right-menu img, .career-right-menu img{    width: 75%;}
.about-right-menu a, .career-right-menu a, .blog-right-menu a, .what-we-do-right-menu a{    display: flex;
    margin-bottom: 10px;
    margin-left: 3px; color: #434344;}
.mega-inner-section .about-right-menu a, .what-we-do-right-menu .retailsub a, .what-we-do-right-menu .tradingsub a, .what-we-do-right-menu .realsub a, .mega-inner-section .culture-right-menu a{  
    border-radius: 50px;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 12px;
    transition: 0.5s;
    text-transform: uppercase;
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;}
.hero h1 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    padding-top: 40px;
}
.what-we-do-right-menu .retailsub a, .what-we-do-right-menu .tradingsub a, .what-we-do-right-menu .realsub a{    background: transparent;
    box-shadow: none;
    padding: 0;
    text-align: left;
    color: #434344;    margin-left: 0;
    letter-spacing: 0;}

.about-right-menu.current, .career-right-menu.current, .culture-right-menu.current, .contact-right-menu.current, .retailsub.current, .tradingsub.current, .realsub.current{display: block !important;}
.career-right-menu.current{    max-height: 350px;
    overflow-x: scroll;}
.blog-right-menu.current, .what-we-do-right-menu.current{display: flex !important;}
.blog-right-menu .col-lg-6, .what-we-do-right-menu .col-lg-8{    padding: 0 10px;}
.career-right-menu .career-page .sometime-bigger{    background-image: none;
    padding-top: 0;}
.career-right-menu .career-page .table-section{    padding: 0;}
.career-right-menu .career-page .table-section tr td{    font-size: 17px;    line-height: 17px;}
.career-right-menu .career-page .table-section thead tr td{    padding: 20px 0;}
.career-right-menu .career-page .table-section tr td a{    color: var(--accent-color);    display: block;}
.career-right-menu .career-page .table-section tr td a:hover{    color: 
color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;}



/*# sourceMappingURL=input-material.css.map */
.form-group.input-material {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
  /* textarea label */ }
  .form-group.input-material label {
    color: #b1bbc4;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    bottom: 30px;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all; }

  .form-group.input-material .form-control, .form-group.input-material .form-select {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 5px;
    box-shadow: none;
    /* required fields */
    /* active state */
    /* invalid state */ }
    .form-group.input-material .form-control:required ~ label::after, .form-group.input-material .form-select:required ~ label::after {
      content: '*';
      color: #dc3545;
      padding-left: 2px;
      font-size: 0.8em; }
    .form-group.input-material .form-control:focus, .form-group.input-material .form-control[value]:not([value=""]), .form-group.input-material .form-select:focus, .form-group.input-material .form-select[value]:not([value=""]) {
      border-bottom-color: #007bff;
      color: #000; }
    .form-group.input-material .form-control:focus ~ label,
    .form-group.input-material .form-control[value]:not([value=""]) ~ label, .form-group.input-material .form-select:focus ~ label,
    .form-group.input-material .form-select[value]:not([value=""]) ~ label {
      top: unset;
      bottom: 100%;
      bottom: calc(100% - 5px);
      font-size: 14px;
      color: #007bff;
      font-weight: 500; }
    .form-group.input-material .form-control:focus.invalid, .form-group.input-material .form-control.invalid, .form-group.input-material .form-control:focus.parsley-error, .form-group.input-material .form-control[value]:not([value=""]).parsley-error, .form-group.input-material .form-select:focus.invalid, .form-group.input-material .form-select.invalid, .form-group.input-material .form-select:focus.parsley-error, .form-group.input-material .form-select[value]:not([value=""]).parsley-error {
      border-bottom-color: #dc3545; }
    .form-group.input-material .form-control:focus.invalid ~ label,
    .form-group.input-material .form-control.invalid ~ label,
    .form-group.input-material .form-control:focus.parsley-error ~ label,
    .form-group.input-material .form-control[value]:not([value=""]).parsley-error ~ label, .form-group.input-material .form-select:focus.invalid ~ label,
    .form-group.input-material .form-select.invalid ~ label,
    .form-group.input-material .form-select:focus.parsley-error ~ label,
    .form-group.input-material .form-select[value]:not([value=""]).parsley-error ~ label {
      color: #dc3545; }
  .form-group.input-material .form-select {
    background-position: right 0 center;
    padding-left: 0; }
  .form-group.input-material .parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 0.7em;
    padding-left: 5px; }

/*# sourceMappingURL=input-material.css.map */






/*==================================career-page===================================*/
.main-menu .about-section .about-right-menu, .main-menu .what-we-do .what-we-do-right-menu, .main-menu .career-menu .career-right-menu, .main-menu .culture-menu .culture-right-menu{display: none !important;}
.about-us-page .products.values img {
    width: 50%;
    margin-bottom: 20px;
}
.values-section-design .chatering-left h2{    color: var(--heading-color);
    font-weight: normal;}
.career-page.values-section-design .chatering-left {
    padding: 0% 13%;
}
.about-us-page .explore-section.values-section{    padding: 0;}
.career-page.values-section-design .benifit-working ul li h3{    color: #2a9df4;}
.career-page.values-section-design .benifit-working ul:first-child li{    background-image: url(../img/about-us/mission-icon-1.png);    background-position: top left;}
.career-page.values-section-design .benifit-working ul:last-child li{    background-image: url(../img/about-us/mission-icon-2.png);    background-position: top left;}


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    border-radius: 3px;
    transition: 0.2s;
	    border-bottom: 2px solid #ced4da;
 
}
.file-drop-area:hover{border-bottom: 2px solid #2a9df4}
.choose-file-button {
    flex-shrink: 0;
    border-right: 1px solid #000;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 1rem;
    background: #e9ecef;
}

.file-message {
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}
.error{    position: absolute;
    font-size: 12px;
    color: red;
    font-weight: 600;
    bottom: -22px;
    letter-spacing: 1px;}
#myModal7 .note{    position: absolute;
    bottom: -23px;
    color: red;
    padding: 0 0px;
    font-size: 13px;
    right: 0;}
.input-material select{ background-image: url("../img/down-arrow.png");background-size: 16px;
    background-repeat: no-repeat;
    background-position: right center;}


 .bbb_viewed {
     padding-top: 51px;
     padding-bottom: 60px;
     background: #eff6fa
 }

 .bbb_main_container{
    background-color: #fff;
    padding: 11px;
    position: relative;
    padding-top: 45px;	
 }

 .bbb_viewed_title_container {
     border-bottom: solid 1px #dadada
 }

 .bbb_viewed_title {
         margin-bottom: 16px;
    margin-top: 8px;

 }

 .bbb_viewed_nav_container {
    position: absolute;
    left: -4%;
    top: 50%;
    width: 108%;
    z-index: 9;
 }

 .bbb_viewed_nav {
     display: inline-block;
    cursor: pointer;
    background: rgba(254, 254, 254, .5);
    padding: 9px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
	     border: 1px solid #d0d0d0;
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }
.bbb_viewed_nav.bbb_viewed_next{float: right;}

 .bbb_viewed_slider_container {
     padding-top: 13px;
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px;transition: .5s; cursor: pointer;
 }
.bbb_viewed_item:hover{ transform: scale(1.1);
    transition: .5s;}
 .bbb_viewed_image {
     width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%;width: 100%;
    position: absolute;
    top: 0;
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 5px
 }

 .bbb_viewed_price {
     font-size: 24px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px;    font-size: 17px;
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount { 
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
.owl-carousel.owl-drag .owl-stage-outer .owl-item{width: 100%;}




.form-control {
  height: 44px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: #2553b8 !important; }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%; }

.contact-wrap {
  background: #e8edf0; }

.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .dbox {
      margin-bottom: 0;
      padding: 0; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #000;     display: block;}
    .dbox p a {
      color: #2a9df4; }
  .dbox .icon {
       width: 50px;
    height: 40px;
    border-radius: 50%;
    background: #2a9df4;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 5px; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%;     display: inline-flex;
    align-items: center;}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #2553b8 !important;
    border-color: #2553b8 !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #1c408e !important;
      background: #1c408e !important; }

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none; }

#map {
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8; }
.ftco-section {
    padding: 0 0;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wrapper {
    width: 100%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
#map {
    width: 100%;
}
.gm-err-container {
    height: 100%;
    width: 100%;
    display: table;
    background-color: #e8eaed;
    position: relative;
    left: 0;
    top: 0;
}
.gm-err-content {
    border-radius: 1px;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    position: static;
    vertical-align: middle;
    display: table-cell;
}
.gm-err-icon {
    text-align: center;
}
.mapouter{display:table; height: 100%; width: 100%;}
.gmap_canvas{overflow:hidden;position:relative;height:100%;width:100%;background:#fff;}
.gmap_canvas iframe{position:relative !important;z-index:2 !important;}
.gmap_canvas a{color:#fff !important;position:absolute !important;top:0 !important;left:0 !important;z-index:0 !important;}
.top-cont{    margin: 0;color: #2a9df4;}
.contact-wrap h3{    font-size: 2.5rem;    margin-bottom: 0;}
.dbox .icon img{    padding: 10px;}
.retail-page .methodology .dots-design{    text-align: center;
    padding: 0;
    display: block;
    margin-top: 15px;}
.retail-page .methodology .dots-design li{    position: static;
    height: 21px;
    width: 21px;
    padding: 0;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #2a9df4;}
.retail-page .methodology .dots-design li.active-dot{    position: static;
    height: 21px;
    width: 21px;
    background: #2a9df4;
    padding: 0;
    border-radius: 50px;
    display: inline-block;}
.inner-section-row{margin-top: 20px;}
@media only screen and (max-width: 600px) {
	.dbox{    margin-bottom: 0px;
    padding: 0;}
	.career-menu a{    pointer-events: none;}
	.bbb_viewed_item{    padding-left: 0;
    padding-right: 0;}
	.retail-page .methodology h4 span{    float: left;}
	.retail-page .methodology .quality-cont{left: 89px;
    top: 5px;
    height: 76px;
    width: 117px;    font-size: 23px;}
	.retail-page .methodology .volume-cont{    font-size: 23px;
    left: 1px;
    top: 108px;
    height: 76px;
    width: 117px;}
	.retail-page .methodology .compliance-cont{font-size: 20px;
    right: 60px;
    bottom: 17px;
    height: 112px;
    width: 195px;}
	.career-page .sometime-bigger{    background-size: 182%;    background-position: left top;}
	.career-page .table-section tr td{    line-height: 25px;
            white-space: inherit;
        display: flex;    font-size: 19px;    padding: 7px 0;}
	.career-page .table-section tbody tr td:last-child{    text-align: left;}
	.career-page .table-section tbody tr td:first-child:before{        content: "Job Position - ";
        margin-right: 14px;
        font-weight: normal;        min-width: 33%;}
		.career-page .table-section tbody tr td:nth-child(2):before{        content: "Job Function - ";
        margin-right: 14px;
        font-weight: normal;        min-width: 33%;}
		.career-page .table-section tbody tr td:nth-child(3):before{        content: "Location - ";
        margin-right: 14px;
        font-weight: normal;        min-width: 33%;}
	.career-page .table-section thead{display: none;}
	.mySwiper2{    height: auto;}
	.mySwiper2 swiper-slide p{    font-size: 12px;    line-height: 15px;}
	.hero.section p.home-para{    min-height: 209px;}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{    top: inherit;
    bottom: 27%;}
	.main-menu .about-section.hover .about-right-menu, .main-menu .what-we-do.hover .what-we-do-right-menu, .main-menu .career-menu.hover .career-right-menu, .main-menu .culture-menu.hover .culture-right-menu{display: block !important;        position: relative;
        top: 0;}
	.megamenu .first-section li .submenu-section{display: block !important;
        position: relative;
        top: 0;}
	.career-right-menu.current{max-height: 61vh;}
	.mega-inner-section {display: none !important;}
	
	.blog-right-menu .col-lg-6, .what-we-do-right-menu .col-lg-8 {position: relative;
    z-index: 9999;
    top: 0;
    padding: 0 !important;float: left;
        width: 100%;}
	.megamenu .first-section li.retail a, .megamenu .first-section li.trade a, .megamenu .first-section li.real a{    color: #434344; font-weight: normal;}
	.megamenu .first-section li.retail.hover a, .megamenu .first-section li.trade.hover a, .megamenu .first-section li.real.hover a{ font-weight: bold;
    color: #2a9df4;}
	.megamenu .first-section{max-height: 90vh;
    overflow: scroll;}
	.blog-right-menu .col-lg-6, .what-we-do-right-menu .col-lg-8 .col-lg-5, .what-we-do-right-menu .col-lg-8 .col-lg-3{    width: 50%;}
	.mega-inner-section .about-right-menu a, .what-we-do-right-menu .retailsub a, .what-we-do-right-menu .tradingsub a, .what-we-do-right-menu .realsub a, .mega-inner-section .culture-right-menu a{           font-size: 17px;
        letter-spacing: 0;
        padding: 0 5px;
        width: 95%;
        margin-bottom: 34px !important;}
	.what-we-do-right-menu .col-lg-8 .col-lg-4{    width: 33%;}
	.culture-right-menu.current, .career-right-menu.current, .about-right-menu.current, .contact-right-menu.current, .blog-right-menu.current{    position: absolute;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.1);
    background: #f6f8f9;
    padding-bottom: 20px;
    font-size: 20px;top: 376px;}
	
	.about-right-menu.current{        top: 65px;}
	.about-right-menu img, .career-right-menu img{width: 100%;}

	
	
	.chatering-section, .methodology-section{padding-top: 0;}
	.mob-view{display: block !important;}
	.web-view{display: none !important;}
	.award-section img {
    width: 100%;
}
	.award-section br{display: none;}
	#myModal6 img{    height: auto;
    width: 100%;}
	.truly-matters li:last-child{margin-bottom: 0;}
	.about .about-images .row > img{    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);}
	.inner-bg .tab-content{padding-left: 0;}
	.photo-gallery .row {    display: block;}
	.photo-gallery .row .col{margin-bottom: 10px;}
	.megamenu{    top: 77px;    padding: 3px 0;}
	.menu-section{ position: absolute;
        top: 0;
        right: 6px;}
	#header .box{    width: 70px;
    height: 70px;}
	.mobile-nav-toggle{display: none;}
    .hero h1 {
        font-size: 33px;
        line-height: 43px;        padding-top: 0;
    }
	.hero h1 .th{    top: -17px;    font-size: 14px;}
	.bottom-section-design{    width: 100%;    position: relative;}
	.mySwiper2 swiper-slide{    width: 25% !important;}
	.service-section .service-tab li{    width: 49%;    margin-bottom: 40px;}
	.inner-bg .arrow-down, .inner-bg .active .arrow-down, .service-section .service-tab li a:hover .arrow-down{display: none !important;}
	.inner-cont{    top: 0;
    left: 0;}
	.truly-matters li{    margin-bottom: 40px;    width: 100%;}
	.matters-last-para{    margin: 0 auto;    width: 100%;        text-align: justify !important;        padding: 0;}
	.retail-page .methodology p{    text-align: justify;        float: left;}
	.methodology{padding-bottom: 0;}
	.retail-page .section-tab p{        padding: 10px;
        margin: 0;
        text-align: justify;}
	.retail-page .section-tab:last-child h3{    background-size: 46px;
    background-position: 0 0;}
	.our-culture{    padding-top: 0;}
	.section-title h2{    font-size: 34px;
    text-align: center;}
	.copyright ul li{    margin: 0 3px;}
	.footer .copyright p{    text-align: left;
    padding-top: 15px;}
	.mySwiper2 swiper-slide p{    margin-left: 0;}
	#header .container-fluid.container-xl.d-flex{ display: block !important;    width: 100%;}
	.right-section-menu ul{          position: absolute;
        top: 0;
        background: transparent;
        box-shadow: none;
        width: 56%;
        left: 91px;
        float: right;
        height: 40px;
        padding: 0;
        overflow: visible;}
	.career-page .explore-section{    padding: 0 0 40px 0;
    margin-top: 100px;}
	.explore-section .section-title h2 {
    padding-top: 10px;
}
	.what-makes h4{    margin-bottom: 45px;}
	.what-makes h4 br{ display: none;}
	.career-page .award-section{    margin-bottom: 0 !important;}
	.benifit-working{    padding-top: 0;}
	.section-title p{padding-right: 0 !important;
    text-align: justify;}
	.culture-section{    padding-top: 0;}
	.about-us-page .explore-section .section-title h2 {
    padding-bottom: 10px;
}
	.about-us-page .explore-section{    padding: 74px 0 40px 0;
    margin-top: 0;}
	.about-us-page .products{    padding: 25px 15px;}
	.about-us-page .products h3 br{    display: none;}
	.about-us-page .products .row{padding-bottom: 0 !important;    margin: 0 !important;}
	.about-us-page .products h3{    margin-bottom: 30px;}
	.mega-inner-section {
    padding-left: 0;        max-height: 400px;
        overflow: scroll;
}
	.megamenu .first-section.main-menu li{position: relative;        float: left;
        width: 100%;}
	.submenu-section{ left: 0;
        top: 123px;
        background: #f6f8f9;
        height: 186px;
        float: left;
        width: 97%;
        z-index: 999;
        padding-left: 40px !important;
        position: absolute;}
	.detail-cont-real, .detail-cont-trade, .detail-cont-retail{    width: 100%;    bottom: -228px;
    z-index: 9999;}
	.search.open {
   width: 153px;
        position: absolute;
        right: 6px;
}
	.right-section-menu ul li{    min-height: 33px;}
	.right-section-menu ul li.search-section{    position: absolute;
    right: 106px; display: none;}
	.search-box{    padding: 20px 20px 20px 15px;}
	.header .logo{         padding: 7px 0;
        padding-bottom: 0;
        border-top: 5px solid #2a9df4;
        position: relative;
        top: -6px; }
	.right-section-menu ul li.devider-section{    position: relative;    top: 0; display: none;}
	.search{    top: -4px;}
	.right-section-menu ul li:last-child{    position: relative;
    top: -13px;    width: 70%;}
	.right-section-menu ul li:last-child a{          padding: 10px;
        font-size: 12px;
        margin: 8px 0px;}
	    .header .logo img {
        max-height: 60px;       
    }
	.right-section-menu ul li.about{width: 70%; top: 10px;}
	.right-section-menu ul li.about a{        padding: 6px;
        font-size: 11px;}
	#navmenu{    padding: 0px 0;}
	.hero{        padding: 0 0 40px 0;
        margin-top: 100px; padding-bottom: 0;}
	.index-page .header{    height: 83px;}
	
	#myVideo{    height: 202px;
    width: 100%;}
	.video-play{    bottom: 150px; display: none;}
	
	
	
	.whychoose-section .col-lg-4{text-align: center;}
	.about-us-page .whychoose-section p{    padding-right: 0;        text-align: justify;}
	.about-us-page .chatering-left p {
    padding-right: 0;
    text-align: justify;
}
	#products .col-lg-3{    margin-bottom: 0;}
	.about-us-page .products h3{margin-bottom: 5px;}
	.about-us-page .products p{margin-bottom: 50px;}
	.chatering-left br{display: none;}

	.about-us-page .chatering-left p{padding: 0;}
	.about-us-page .chatering-left {
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
	.career-page .what-makes ul li{    width: 100%;}
	.career-page .benifit-working ul{    padding-left: 1rem;}
	.career-page .table-section input, .career-page .table-section select{    margin-bottom: 10px;}
	.career-page .table-section .table-scroll{    overflow: scroll;}

	.career-page .table-section{    padding: 15px;}	
	.career-page .culture-section-inner {
    padding-top: 0;
}
	.retail-page .bottom-section-design, .bottom-section-design{    width: 100%;    padding: 27px 0;
    text-align: justify;}
	.retail-page .inner-cont{    padding: 25px 12px;    padding-top: 157px;}
	.retail-page .methodology-image{    right: 0;
    width: 100%;}
	.retail-page .methodology .inner-method{    padding: 50px 10px;        float: left;        margin-top: 20px;}
	.retail-page .benifit-section h2 {
    padding: 0;
}
	.culture-inner{    margin-bottom: 25px;}
	.our-culture .container.mt-5 img{display: none;}
	.service-section .tab-image-ex-gap{    width: 100%;}
	.inner-cont{    width: 100%;    padding: 25px 22px;}
	.award-section{    padding-bottom: 0;}
	.parallax{          height: 200px;   background-size: contain;    background-attachment: scroll;}
	.photo-gallery{    padding-top: 20px;}
}
@media screen and (min-width: 1710px) {
  .container {
    max-width: 1570px;
  }
	.retail-page .methodology .quality-cont{    left: 322px;
    top: 56px;}
	.retail-page .methodology .volume-cont{    left: 163px;
    top: 241px;}
	.retail-page .methodology .compliance-cont{    right: 110px;
    bottom: 43px;}
}
@media screen and (min-width: 1900px) {
  .container {
    max-width: 1700px;
  }
	.header .logo img {
    max-height: 106px;
}
	.hero{    padding: 125px 0 0 0;}
	.hero.section p.home-para{    font-size: 22px;}
	.hero h1{    font-size: 39px;    line-height: 50px;}
	.inner-cont{    padding: 55px 40px;}
	.service-section .service-tab-content p{    font-size: 19px;
    line-height: 29px;}
	.section-title p{    font-size: 21px;}
	.about-us-page .products h3{    font-size: 2rem;}
	.about-us-page .products p{    font-size: 1.2rem;}
	.retail-page .methodology .quality-cont{    left: 351px;
    top: 71px;}
	.retail-page .methodology .volume-cont{left: 182px;
    top: 265px;}
	.retail-page .methodology .compliance-cont{    right: 136px;
    bottom: 60px;}
	.retail-page .methodology p{    font-size: 1.3rem;}
	.quality-method.current-div h4{    font-size: 2rem;}
	.retail-page .bottom-section-design p{    font-size: 1.2rem;}
	.retail-page .service-section .service-tab-content p{    font-size: 20px;}
	.matters-last-para{    font-size: 20px;}
	
}