
/******************************************************************
Theme Name  : Kasper One Page Bootstrap 3 HTML5 Template
Theme URI   : http://demo.morsheds.com/html/kasper/
Author URI  : http://www.morsheds.com
Version     : 1.0
License     : GPL
******************************************************************/
html{font-family: "VIPHakmRegular-VIPHakm", sans-serif;height: 100%; min-height: 100% !important;}
body {
    background-color: #ffffff;
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
    line-height: 1;
	font-size: 13px;
  	font-weight: 600;
    color: #333333;
	margin: 0 !important;
	padding: 0 !important;	
	font-style: normal !important;
	text-shadow: none !important;
	-webkit-appearance: none;
	overflow-x: hidden;
}
.dir_rtl{direction: rtl;}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

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

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: "VIPHakmRegular-VIPHakm", 'Open Sans', sans-serif;
  	font-weight: 700;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

.section-title {
  margin: 0 auto 85px;
  width: 100%;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #ffffff;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #7a1129;
border: 2px solid #ffffff;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 600;
    font-size: 13px;
}

.body_texts{
	font-size: 14px; text-align: justify; color: #333333; line-height: 20px; direction: rtl;
}
.all_radius{
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #7a1129;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
  outline: none;
}

.kill-margin {
    margin: 0 !important;
}
.extra_margin{margin-bottom: 20px;}
/*============================================================
    nav drop menu style
============================================================*/
#top_btn_holder{	
	position: fixed; 
	top: 36px; 
	right:30px; 
	height: auto;
	max-height: 60px; 
	width: auto;
	max-width: 60px; 
	overflow: hidden; 
	padding: 0px !important;
	margin: 0px !important;
	z-index: 9999;
}

#menuBtn .fas{padding: 10px;}
#menuBtn{
	font-size: 30px; width: 40px; height: 40px; text-align: center; color:#7a1129; border: none !important; outline: none !important; background-color: rgba(255,255,255,0.7); padding: 0; margin: 0; font-weight: 400;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
#menuBtn:hover{
	 color:#510B1B;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
	background-color: rgba(255,255,255,0.9);
}
#menuBtn:active, #menuBtn:focus, #menuBtn:visited {
	text-decoration:none !important;
}
#nav-menu_drop #closeBtn{
	position: absolute;
	top: 30px;
	right:190px;
	width: 50px;
	height: 30px;
	padding: 2px 10px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
#nav-menu_drop { 
	position: fixed; 
	top: 88px; 
	right:-160px; 
	/*height: 332px; */
	height: 306px;
	width: 150px; 
	overflow: hidden; 
	padding: 4px !important;
	margin: 0px !important;
	z-index: 9999;
	background-color:rgba(255,255,255,0.7);
}
#nav-menu_drop #nav-contents{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px; 
}

/* Menu item styles */ 

.menu_icons { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: auto;
  text-align: center;
  column-gap: 4px;
} 
.menu_icons a { 
	display:inline-block; 
	padding:15px 0 15px; 
	font-size: 16px;
	color:#ffffff; 
	text-decoration:none; 
	margin: 0 0 2px 0;
	background-color:rgba(90,90,90,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#nav-menu_drop  .menu_icons a:hover { 
	color:#ffffff; 
	background-color:rgba(50,50,50,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
}

#nav-menu_drop ul li { 
	text-align: center;
} 

#nav-menu_drop ul li span{ 
	width: 40px;
	padding:0 10px 0 20px; 
	font-size: 12px;
	color:#7a1129; 
	text-decoration:none; 
	text-align: center;
	
}

#nav-menu_drop ul a { 
	width: 100%;
	display:block; 
	padding:15px 0 15px; 
	font-size: 12px;
	color:#ffffff; 
	text-decoration:none; 
	margin: 0 0 2px 0;
	background-color:rgba(90,90,90,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	
}

#nav-menu_drop ul a:hover { 
	color:#ffffff; 
	background-color:rgba(50,50,50,0.9);
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
} 

#logo_img_holder{ display: block; width: 100%; height: 100%;}
#logo_img_holder img{bottom: 0; margin: auto; width: 80%;}

#showcase_img_holder{ width: 100%; height: auto;}
#showcase_img_holder img{bottom: 0; margin: auto; width: 90%;}

/*************************
******cards colors******
#595A5A

#B6B334
#7a1129

#30B44A
#D78128
#B83995
#25BCB4
#0399BC
#F4E5C6

**************************/

/* Services */

#service{
  	background: url("../img/patterns_03.png") repeat-x;
  	background-color:rgba(210,210,210,0.70);
  	padding: 150px 0;
}

.service_cards_bgs_1{background-color:rgba(255,255,255,0.6) ;}
.service_cards_bgs_2{background-color:rgba(244,229,198,0.5) ;}
.service_cards_bgs_3{background-color:rgba(255,255,255,0.3) ;}
.service_cards_bgs_4{background-color:rgba(3,153,188,0.3) ;}
.service_cards_bgs_5{background-color:rgba(215,129,40,0.1) ;}
.service_cards_bgs_6{background-color:rgba(122,17,41,0.9)}
.service_cards_bgs_7{background-color:rgba(255,255,255,0.5) ;}
.service_cards_bgs_8{background-color:rgba(255,255,255,0.7) ;}
.service_cards_bgs_9{background-color:rgba(244,229,198,0.6) ;}

#service_cards .card{padding: 0 !important; margin-bottom: 10px; border: none;}
#service_cards .card-body{min-height: 100% !important; padding:20px; font-size: 12px; text-align: center;}
#service_cards .card_titles{min-height: 100% !important; color:#333333 !important; padding: 10px; }
#service_cards .card_titles_icons{min-height: 100% !important; color:#7a1129 !important;padding: 30px 10px; }

#sub_service_cards .card{padding: 0 !important; margin-bottom: 10px; border: solid 0px #ffffff;}
#sub_service_cards .card-body{min-height: 100% !important; padding:20px; font-size: 14px; direction: rtl; }
#sub_service_cards .card_titles{display: inline-block; min-height: 100% !important; color:#333333 !important; padding: 0; }
#sub_service_cards .card_titles_icons{display: inline-block; min-height: 100% !important; color:#7a1129 !important;padding: 0; margin-left: 10px; }

.pages_cards .card{min-height: auto !important; border: none; padding:50px 30px 50px;}
.pages_cards .card-body{height: auto; min-height: 100% !important; font-size: 14px; padding:0px 20px; direction: rtl; }

.side_cards .card{min-height: auto !important; border: none; padding:30px 30px 40px; color: #555555 !important; }
.side_cards .card-body{min-height: 100% !important; font-size: 14px; padding:0; direction: rtl;}

.side_cards_texts{
	font-size: 14px; text-align: justify; color: #555555; line-height: 20px; direction: rtl;
}

/* pattern bar */

#patternbar{
  padding:0;
  height: 50px;
  width: 100%;
  /*
  background-color:rgba(20,20,20,0.6);
  background-color:#FCF6F5;
  background-color:#c8c0cf;
  background-repeat: repeat;
  */
  background-color:rgba(122,17,41,0.9);
  
  overflow: hidden;
}

/* home */

#home{
  padding: 70px 0 0 ;
  overflow: hidden;
}

#main_showcase{
	position: relative; top:30px; height: auto; max-height: 400px; background-color:rgba(255,255,255,0.8); padding: 30px 20px;
}


.showcaseBtn{
	font-size: 16px; width: 40px; height: 40px; text-align: center; color:#7a1129; border: none !important; outline: none !important; padding: 0; margin: 0 2px; font-weight: 600;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.showcaseBtn:hover{
	 color:#FFC191;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.showcaseBtn:active, .showcaseBtn:focus, .showcaseBtn:visited {
	text-decoration:none !important;
}

#main_home_btns .fas{padding: 10px;}
#main_home_btns{
	font-size: 16px; width: auto; max-width: 200px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(40,40,40,0.5); padding: 10px 20px; margin: 2px; font-weight: 600;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
#main_home_btns:hover{
	 color:#ffffff;
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	background-color: rgba(40,40,40,0.7);
}
#main_home_btns:active, #main_home_btns:focus, #main_home_btns:visited {
	text-decoration:none !important;
}


.gen_btns .fas{padding: 10px;}
.gen_btns{
	font-size: 16px; width: auto; max-width: 200px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; background-color:rgba(40,40,40,0.5); padding: 10px 20px; margin: 2px; font-weight: 600;
    -webkit-transition: all .5s ease-in .5s;
       -moz-transition: all .5s ease-in .5s;
        -ms-transition: all .5s ease-in .5s;
         -o-transition: all .5s ease-in .5s;
            transition: all .5s ease-in .5s;
	border-top-right-radius: 0.5em !important;
	border-top-left-radius: 0.5em !important;
	border-bottom-right-radius: 0.5em !important;
	border-bottom-left-radius: 0.5em !important;
}
.gen_btns:hover{
	 color:#ffffff;
    -webkit-transition: all .5s ease-in 0s;
       -moz-transition: all .5s ease-in 0s;
        -ms-transition: all .5s ease-in 0s;
         -o-transition: all .5s ease-in 0s;
            transition: all .5s ease-in 0s;
	background-color: rgba(40,40,40,0.7);
}
.gen_btns:active, .gen_btns:focus, .gen_btns:visited {
	text-decoration:none !important;
}

/*============================================================
    About Us
============================================================*/

#about {
  background: url("../img/patterns_03.png") repeat-x;
  padding: 150px 0 50px;
  background-color:rgba(50,50,50,0.10);
}

.about-us img {
  margin: 0 auto;
}
/*============================================================
    about Bottom
============================================================*/

#about-bottom {
  background-color:rgba(255,255,255,0.7);
  position: relative;
  padding: 50px 0 0;
}

.value-showcase_title {
  display: block;
  background-color:rgba(122,17,41,0.8);
  color: #ffffff;
  height: 80px;
  max-height: 600px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  width: 100%;
}
.value-showcase {
  display: block;
  color: #333333;
  height: auto;
  padding: 110px 0 20px 60px;
  position: relative;
  width: 100%;
}

.value-showcase h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #ffffff;
}

.value-showcase ul li {
  font-size: 16px;
  line-height: 36px;
  padding-left: 0px;
}

.value-showcase .value_titles{display: inline-block; height: auto; color:#333333 !important; padding: 6px 0; }
.value-showcase .value_titles_icons{display: inline-block;  height: auto; color:#7a1129 !important;padding: 6px 0; margin-right: 10px; }



/*============================================================
    Case Studies
============================================================*/

#case_studies {
  background: url("../img/patterns_03.png") repeat-x;
  padding: 150px 0 50px;
  background-color:rgba(244,229,198,0.2);
}

.case_studies img {
  margin: 0 auto;
}

/*============================================================
    Team
============================================================*/


#team {
  background: url("../img/patterns_03.png") repeat-x;
  padding: 150px 0;
  background-color:rgba(210,210,210,0.50);
}

.teamBtn .fas{padding: 10px;}
.teamBtn{
	font-size: 16px; width: auto; max-width: 200px; height: 40px; text-align: center; color:#7a1129; border: none !important; outline: none !important; background-color: rgba(255,255,255,0.8); padding: 10px 20px; margin: 2px; font-weight: 600;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.teamBtn:hover{
	 color:#510B1B;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
	background-color: rgba(255,255,255,0.9);
}
.teamBtn:active, .teamBtn:focus, .teamBtn:visited {
	text-decoration:none !important;
}

.team_active {
  color: #ffffff !important;
  background:#7a1129 !important;
}
.team_box {
  background-color:rgba(255,255,255,0.4);
  padding: 14px;
  height: auto;
  width: calc(33.33% - 10px);
  float: left;
  margin: 5px 5px 10px 5px;
  text-align: center;
}

.team_box:not(.a) {display:none}

#team_contain .card{height: auto !important; border: none; padding:10px;}
#team_contain .card-header{ width: 90%; height: auto; max-height: 60px; font-size: 14px; background-color: #ffffff; color: #7a1129; padding: 10px 10px 10px 30px; margin-left: -24px; text-align: right; border-left: 14px solid #7a1129; }
#team_contain .card-body{color:#777777; height: auto; min-height: 160px; font-size: 14px; padding:20px 10px 6px; line-height: 18px; direction: rtl; }

@media screen and (max-width: 1200px) {
	.team_box {
	  width: calc(50% - 10px);
	}
}
@media screen and (max-width: 1024px) {
	.team_box {
	  width: calc(100%);
	}
}


/* Counter section */

#count {
  background-color: rgba(255,255,255,0.7);
  padding: 0 0 30px;
}

.counter-section {
  padding: 10px 0;
}

.fact-item {
  background: url("../img/patterns_06.png") repeat-x;
  border: #666666;
  padding: 14px;
  background-color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
}

.fact-icon {
  color: #cccccc;
  position: relative;
  width: 50px; 
  height: 40px;
  margin: 24px auto 10px;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
}

.fact-icon:before {
  bottom: 100%;
}

.fact-icon:after {
  top: 100%;
  width: 0;
}

.fact-icon > i {
  line-height: 35px;
}

.fact-item span {
  color: #7a1129;
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin: 15px 0 12px;
}

.fact-item p {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  padding: 10px 20px 10px;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

/* carousel navigation */

#home-carousel .carousel-caption {
  right: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #7a1129;
  border-color: #7a1129;
}


/*=================================
    Quotes
===================================*/

#quotes {
  background-color:rgba(122,17,41,0.8);
  padding: 50px 0;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
}


/*============================================================
    Contact Us
============================================================*/


#contact {
  background: url("../img/patterns_03.png") repeat-x;
  padding: 150px 0;
  background-color:rgba(50,50,50,0.10);
}

.contact-form .input-field {
  margin-bottom: 4px;
}

.bg-about {background-color: rgba(0,53,58,1.00)}
#about h3{color: #ffffff}
.about_headers{font-size: 1.4em; color: #dddddd;}
.about_parag{font-size: 1.0em; color: #dddddd; text-align: justify;}

.contact-form .form-control {
  border: none;
  padding: 16px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
  direction: rtl;
}

.contact-form .message{
  height: 198px;
  resize: none !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}
textarea{resize: none !important;}
.contact-form #msg-submit {
	width: 100%;
  font-size: 13px;
  padding: 17px 50px;
  margin-bottom: 20px;
}

.btns_norm2{
	width:auto; min-width: 100px; inline-block; padding:10px !important; background-color:#7a1129; color:#ffffff !important; border: none !important; outline: none !important; text-align: center;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btns_norm2:hover{
	 color:#FFC191; background-color:#7a1129;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
			text-decoration:none !important;
}
.btns_norm2:active, .btns_norm2:focus, .btns_norm2:visited {
	text-decoration:none !important;
}
/* Contact parts */

.contact-parts {
	margin: 0 0 2em 0;
	padding-right: 3.25em;
	position: relative;
	direction: rtl;
}
.contact-parts div {
	font-size: 16px;
	color: #555555;
	line-height: 18px;
	padding-top: 10px;
}
.contact-parts i {
	right: 0;
	position: absolute;
	top: 0;
	font-size: 25px;
	color: #999999;
}

.contact-parts h5 {
	color: #666666;
	margin: 0 0 0.5em 0;
}

/*============================================================
    Footer
============================================================*/

#footer {
  	background: url("../img/patterns_04.png") repeat-x;
    background-color:rgba(122,17,41,0.9);
    padding: 100px 0 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 85px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social .socialBtn{
	font-size: 30px; width: 40px; height: 40px; text-align: center; color:#eeeeee; border: none !important; outline: none !important; padding: 0; margin: 0 2px; font-weight: 600;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.footer-social .socialBtn:hover{
	 color:#ffffff;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.footer-social .socialBtn:active, .footer-social .socialBtn:focus, .footer-social .socialBtn:visited {
	text-decoration:none !important;
}

.copyright {
    font-size: 12px;
	line-height: 14px;
    font-weight: 500;
    color: #dddddd;
}

.copyright a {
    color:#FFB37D;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}

.brandsScroll{padding: 0 0 !important;}
#brandss {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#brandss .brandss-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#brandss .brandss-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 160px;
  height: 160px;
  line-height: 100px;
  text-align: center;
}
#brandss .brandss-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
