.no-padding{padding:0}
.page-rgt{float:right}
.page-rgt ul{padding:0; border:1px solid #fff; border-width:0 1px; list-style-type:none}
.page-rgt ul li{display:inline-block}
.page-rgt ul li a{padding:0 6px; }
.page-lft{float:left; font-weight: 600;}
.header{background:#f8f8f8; padding:10px 0; border-bottom:3px solid #e9e9e9}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  margin: 0;
}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #378dcc;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 28px 15px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:600
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #378dcc;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #a6ce39;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:111
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 170px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
   	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 15px;
	height: 2px;
	background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
	position: absolute;
	top: 24px;
	right: 20px;
	display: block;
	width: 15px;
	height: 6px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.slider{border-bottom:4px solid #f9b43c}
.btm-sec{background:#46bddf; margin-bottom:5px}
.ms, .ms1{background:#368ac4; padding:20px 20px 152px; text-align:center}
.ms p, .ms1 p{line-height:21px; color:#fff; text-align:left; margin-top:20px}
.ms1{padding:20px 20px 10px}
.ms-mdl{background:#fff; text-align:center; padding:18px 0}
.ms-mdl img{display:inline-block}
.ftr{background:url(../images/footer.jpg) no-repeat center; background-size:cover; padding:15px 0}
.ftr-lft{font-size:14px; color:#fff; float:left; margin-left:80px}
.ftr-rgt{font-size:14px; color:#fff; float:right; margin-right:80px}
.abou-ttl{background:url(../images/about-ttl.jpg) no-repeat center; background-size:cover; padding:28px 0 50px; text-align:center}
.abou-ttl h2{color:#fff; font-weight:600; display:inline-block; margin:0; position:relative; background:#ff8400; padding:40px 140px;
background: rgb(255,157,51); 
background: -moz-radial-gradient(top, ellipse cover,  rgba(255,157,51,1) 55%, rgba(255,132,0,1) 35%, rgba(255,132,0,1) 35%); 
background: -webkit-radial-gradient(top, ellipse cover,  rgba(255,157,51,1) 55%,rgba(255,132,0,1) 35%,rgba(255,132,0,1) 35%);
background: radial-gradient(ellipse at top,  rgba(255,157,51,1) 55%,rgba(255,132,0,1) 35%,rgba(255,132,0,1) 35%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d33', endColorstr='#ff8400',GradientType=1 ); 
 }
.abou-ttl h2:before{position:absolute; bottom:-15px; content:""; width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ff8400; left:50%; margin-left:-10px}
.abt-sec{background:#f8f8f8; overflow:hidden}
.abt-sec h2{display:inline-block; background:#4a4a49; margin:30px 0 20px; color:#fff; font-size:18px; text-transform:uppercase; box-shadow: 3px 5px 13px rgba(0, 0, 0, 0.3);}
.abt-sec h2 span{padding: 7px 0px 10px 10px; background: #4a4a49; margin-right: 40px;}
.abt-sec h2 img{padding: 6px 15px; background: #f88319;}
.abt-sec p{line-height:24px}
.abt-sec ul{list-style-type:none; padding:0}
.abt-sec ul li{line-height:24px; position:relative; padding-left:25px}
.abt-sec ul li:before{position:absolute; left:0; content:""; top:5px; width:8px; height:8px; background:url(../images/about-blt.png) no-repeat}

.team-sec{background:#eaebf2; margin:80px 0; padding-bottom:20px; position:relative}
.team-sec:before, .team-sec:after{position:absolute; content:""; left:50%; top:-50px; background:url(../images/seperation.png) no-repeat; width:914px; height:36px; margin-left:-462px}
.team-sec:after{bottom:-50px; top:inherit}
.margin-top-0{margin-top:0 !important}
.team-sec h3, .team-sec h4, .team-sec p{padding:0 20px}
.team-sec p{text-indent:15px}
.team-sec h4{color:#f6821b}

.abt-rgt{position:relative}
.abt-rgt:before{background:url(../images/abt-rgt.png) no-repeat; width:364px; height:724px; content:""; right:-330px; bottom:50px; position:absolute}


.distribution{padding:25px 0 15px}
.left1{width:200%; margin-left:-350px}
.left1 h2{color:#0071bc; margin:0 0 20px; font-size:24px}
.left1 h4, .left2 h4{font-size:19px; margin:5px 0 10px}
.left1 p, .left2 p, .left3 p{line-height:21px}
.left2{width:106%; margin-left:-14px}
.left3{width:213%; margin-left:-380px}

.pa-ttl{background:#368ac4; text-align:center; padding:20px 0}
.pa-ttl h2{font-size:24px; color:#fff; text-transform:uppercase}
.pa-rgt{background:url(../images/pa-rgt.jpg) no-repeat center; background-size:cover}
.pa-txt{width:86%; float:left; padding:50px 0 41px 50px; color:#fff; line-height:21px}

.career{background:url(../images/career.jpg) no-repeat center; background-size:cover; padding:30px 0 230px}
.career h2{font-size:60px; margin:0; color:#13a8e0; text-align:center; text-transform:uppercase; font-weight:800; line-height:53px}
.car-lft{width:70%; margin:72px auto; font-weight: 600;}
.car-rgt{width:70%; margin:30px auto; font-weight: 600; line-height:21px }
.car-rgt a{color:#333}

.contact{background:url(../images/contact.jpg) no-repeat center; background-size:cover; height:751px; text-align:center }
.contact p{padding:40px 0; font-weight:600; font-size:18px}
.pa{border-bottom: 60px solid #368ac4;    background: #f4ad43;}
.ftr-in{margin-top:5px; position:relative}
.ftr-in:before{position:absolute; top:-5px; left:0; width:100%; height:1px; content:""; background:#f8ad3c}

@media (max-width:768px) {
	.contact{    background: url(../images/contact.jpg) no-repeat right; height: 434px;}
	.page-lft, .page-rgt{float:none; text-align:center}
	.page-lft{margin-bottom:20px}
	.ms, .ms1{padding:20px;     height: auto !important;}
	.abou-ttl h2{padding:40px}
	.left1, .left2, .left3 {width:100% !important; margin:0 15px !important}
	.career{background: url(../images/career.jpg) no-repeat right;}
	.abt-sec h2 span{    margin-right: 36px;}
}
@media (max-width:1200px) {
	#cssmenu > ul > li > a{    padding: 30px 11px;}	
	.ms, .ms1{height:390px}
	.contact{ background: url(../images/contact.jpg) no-repeat right;     height: 751px;}
	.left1{    width: 190%;
    margin-left: -213px;}
	.ms-mdl{padding:57px 0}
	.left3 {
    width: 330%;
    margin-left: -643px;
}
.pa-txt{width:97%}
}
@media (max-width:992px){
	.left1, .left2, .left3{width:100% !important; margin-left:0 !important}	
	.ms, .ms1{height:auto !important;     padding: 20px 20px 20px;}
	.career{background: url(../images/career.jpg) no-repeat right top;}
}

@media (min-width:1400px){
	.career{height:752px}	
	.pa-txt {padding: 150px 0 175px 50px;}
}
@media (min-width:1950px){
	.pa-txt {padding: 153px 0 175px 50px; width:60%}
	.contact{height:1200px}
	.career {height: 1000px;}
}
/* for retail page gallery */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}