<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}
body{
  background-color: #f5f5f5;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:focus,
button:hover,
button:focus,
select:focus{
  outline: none;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
h1, h2{
  font-family: 'Aero Matics Bold';
}
h3, h4, h5, h6{
  font-family: 'Aero Matics Regular';
}
h1{font-size:64px;}
h2{font-size:50px;}
h3{font-size:36px;}
h4{font-size:24px;}
h5{font-size:22px;}
h6{font-size:18px;}

p{
  font-family: 'Oxygen-Regular';
  font-size: 18px;
}

/*-------Header Start-------------*/

/*Logo &amp; Tagline Start*/
.home_header {
  position: absolute;
  z-index: 3;
  width: 100%;
  /*padding: 34px 10px;*/
}
.home_header .header_left {
  padding: 30px 0px;
}
.home_header .logo {
  display: inline;
  padding-right: 30px;
}
.home_header .tag_line{
  display: inline-flex;
  vertical-align: middle;
  border-left: 1px solid #808080;
  padding-left: 30px;
}
.home_header .tag_line .tag_line_title{
  font-family: 'Oxygen-Regular';
  font-size: 16px !important;
  color: #e5e5e5;
  padding-right: 20px;
  margin: 0px;
}
.home_header .tag_line .fa {
  font-size: 10px;
  color: #e5e5e5;
}
/*Logo &amp; Tagline END*/


/*Header Menu Start*/
.navbar{
  padding: 0px;
}
.navbar-nav {
  font-family: 'Oxygen-Regular';
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0 auto;
}
.nav-link{
  color: #ffffff !important;
  padding: 30px 12px !important;
  border-top: 5px solid transparent;
  /*padding: 0rem .7rem !important;*/
}
a.nav-link.active{
  border-top: 5px solid #fb985d;
}

.navbar-nav li.active &gt; a {
  border-top: 5px solid #fb985d;
}

/*a.nav-link.active {
  border-top: 3px solid #5bc0de;
  margin-top: -3px;
}
*/
/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  background: #ffffff;
  color: #000000 !important;
}
*/
.login_lang .login_link{
  font-family: 'Oxygen-Bold';
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 30px;
  padding: 15px 25px;
  margin-right: 20px;
}
.login_lang .login_link:hover{
  background: #ffa248;
}
.login_lang .lang_link {
  font-family: 'Oxygen-Regular';
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  background: url(../images/dropdown.png) no-repeat right;
  background-position: 97%;
  border: none;  

}

.login_lang .lang_link option{
  color: #000000;
}

/*Header Menu END*/


/*----------Header END---------------*/

/*Home Slider Start*/
.banner{
  position: relative;
  background: #ffffff;
}
.item img {
  width: 84% !important;
  height: 750px;
  margin-left: auto;
}
.caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-text-bg.png);
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 200px;
  padding-left: 370px;
}
.caption h3{
	font-family: 'Aero Matics Bold';
	font-size: 64px;
	color: #ffffff;
}
.caption p{
	font-family: 'Oxygen-Regular';
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 40px;
	margin: 0px;
}
.caption .learn_more_link {
	font-family: 'Oxygen-Bold';
  font-size: 16px;
  color: #000000;
  background: #ffa248;
  padding: 15px 50px;
  border-radius: 30px;
}

.learn_more_link:after{
	content: '\f061';
  font-family: FontAwesome;
  padding-left: 10px;
}
.owl-theme .owl-nav {
  position: absolute;
  bottom: 8%;
  left: 20%;
  margin-top: 0;
}
.owl_same_arrow .owl-nav{
  padding: 0;
}
.owl_arrow .owl-nav button span,.owl_same_arrow .owl-nav button span {
  font-size: 0;
}
.owl_arrow .owl-nav button,.owl_same_arrow .owl-nav button {
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(../images/arrow.png) !important;
  background-repeat: no-repeat;
  width: 39px;
  height: 25px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: none;
  background-image: url(../images/arrow-hover.png) !important;
}
.owl_same_arrow .owl-next{
  transform: rotate(180deg);
}
.owl_arrow .owl-prev,.owl_arrow .owl-next.disabled {
  transform: rotate(180deg);
}
.owl_arrow .owl-prev.disabled,.owl_arrow .owl-next {
  transform: rotate(0deg);
}


/*Home Slider END*/


/*About Start*/
.about_sec{
  background: url(../images/about-bg.png);
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.about_sec .about_img{
  width: 100%;
}
.about_sec .about_content{
  padding-left: 95px;
}
.about_sec .about_content .about_title{
  color: #000000;
}
.about_sec .about_content .about_description{
  color: #4d4d4d;
  padding-bottom: 40px;
  margin: 0px;
}
/*About END*/

/*Our Core Competency Start*/
.core_sec{
  background-image: url(../images/core-pattern.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 50%;
  padding: 80px 0px;
}
.core_sec .col-lg-4{
  align-self: center;
}
.core_sec .core_description {
  padding-right: 78px;
}
.plastics {
  padding-left: 30px;
}
.textiles{
  padding-top: 30px;
}
.electronics{
  padding-top: 30px;
  padding-left: 30px;
}
.metals {
  padding-top: 30px;
  padding-left: 30px;
}
.gifts {
  padding-top: 30px;
}
/*Overlay */
.core_box{
  width: 350px;
  height: 237px;
}
.core_box_content{
  position: relative;
}
.core_box_content img{
  width: 100%;
}
.core_box_title {
  position: absolute;
  top: 40%;
  width: 95%;
  color: #ffffff;
  text-align: center;
}
.core_box_title h5{
  margin-bottom: 0px;
}
.core_box_overlay {
  position: absolute;
  top: 0px;
  width: 97.2%;
  height: 96%;
  background: rgba(255,153,51,.8);
  opacity: 0;
  text-align: center;
  border-radius: 10px;
  padding-top: 60px;
}
.core_box_content:hover .overlay{
  opacity: 1;
  visibility: visible;
  display: block; 
}
.core_box_content:hover .core_box_title{
  visibility: hidden;
  opacity: 0;
}

/*Our Core Competency END*/



/*Our Experience Start*/
.experience_sec{
  background-image: url(../images/experience.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 80px 0px;
}
.experience_title{
  color: #ffffff;
}
.experience_description {
  color: #ffffff;
  padding-bottom: 30px;
  margin: 0;
}
.experience_box {
  border: 1px solid #fb985d;
  border-radius: 10px;
  padding: 30px 0px;
}
.counter{
  font-family: 'Aero Matics Regular';
  color: #ffffff;
}
.counter_title{
  color: #ffffff;
}
/*Our Experience END*/

/*Why Choose Start*/
.why_choose_sec{
  background-image: url(../images/why-choose-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 83% 100%;
  padding: 100px 0px;
}
.why_choose_sec .container{
  margin-right: 205px;
}
.why_choose_title{
  color: #000000;
}
.why_choose_description{
  color: #4d4d4d;
  margin: 0;
}
.risk{
  padding-bottom: 45px;
}
.team{
  padding-bottom: 45px;
}
.why_title {
  font-family: 'Aero Matics Regular';
  color: #121212;
  display: inline-block;
  margin: 0;
  padding-left: 23px;
  vertical-align: middle;
}
/*Why Choose END*/

/*Locations Start*/
.locations_sec{
  padding: 80px 0px;
}
.loactions_img{
  width: 100%;
}
/*Locations END*/

/*Footer Start*/
.home_footer{
	background: #000000;
}

.footer_content {
  border-bottom: 1px solid #7f8a91;
  padding-top: 80px;
  padding-bottom: 50px;
}
.connect_text {
  font-family: 'Aero Matics Bold';
  font-size: 24px;
  color: #ffffff;
  text-align: right;
  display: inline-block;
  padding-left: 70px;
}
.social-icon {
  color: #7f8a91;
  text-align: right;
  display: inline-block;
}
.social-icon .fa {
	font-size: 24px;
  color: #7f8a91;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid #7f8a91;
  margin-left: 6px;
}

.copyright .copyright_text{
  font-family: 'Oxygen-Regular';
  font-size: 16px;
  text-align: center;
  color: #7f8a91;
  margin: 0px;
  padding: 30px 0px;
}

/*Footer END*/


/*Login Start*/
.login_header {
  position: static;
  background: #000000;
}
.login_sec{
  background: #f5f5f5;
  padding: 115px 0px;
}
.login_sec .login_box{
  width: 61.8%;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 20px 20px 0px 3px rgba(84,86,88,1);
  -moz-box-shadow: 20px 20px 0px 3px rgba(84,86,88,1);
  box-shadow: 25px 21px 0px 3px rgba(84,86,88,1);
    
}
.login_left{
  background: #000000;
  text-align:center;
  width: 350px;
  height: 380px;
  padding: 147px 0;
/*  margin-left: auto;*/
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.welcome_text{
  font-size: 40px;
  color: #ffffff;
}
.login_right{
  background:#ffffff;
  width: 350px;
  height: 380px;
  padding: 65px 40px;
  /*margin-right: auto;*/
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}
.login_text{
  font-family: 'Aero Matics Bold';
  font-size: 40px;
  color: #000000;
  text-align: center;
}

.text_box {
  font-family: 'Oxygen-Regular';
  font-size: 16px;
  color: #36454f;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #36454f;
  border-radius: 0;
}
.btn-login{
  font-family: 'Oxygen-Bold';
  font-size: 16px;
  color: #000000;
  background: #ffa248;
  border-radius: 30px;
  padding: 11px 39px;
  display: block;
  margin: 30px auto;
}
.form-control:focus {
  border-color: #ffa248;
  box-shadow: inset 0 -1px 0 #ffa248;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
/*Login END*/</pre></body></html>