
/*
Author: Deepak Rohilla
Description: Xentaqsys Technologies - Responsive Template.
Version: 2.0
*/
body,html{
  		
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	overflow-x: hidden !important;
	color: #333;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}

h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

img{
 border:none;
}
.mb-100
{
    margin-bottom:100px;
}
.mt-175
{
    margin-top:175px !important;
}
.mt-140
{
    margin-top:140px !important;
}
.mt-100 {
    margin-top: 100px !important;
}

.p-title {
    color: #0568AC;
    line-height: 1.42857143;
}
/* Preloader */

.top-header-title-2
{
    padding: 10px 12px; 
    color:#FFF;
     font-size: 15px;
    font-weight: bold;
}

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(assets/images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

.affix {
      top:0px;
      width: 100%;
      z-index: 1000 !important;
  }
  .navbar {
      margin-bottom: 0px;
  }
  .affix ~ .container {
    position: relative;
    margin-top: 100px;
}

#header{
	float: left;
	display: inline;
	width: 100%;
}

.header-top{
	background: #575E63;
	display: none;
	float: left;
	width: 100%;
	padding:10px 0;
	position:fixed;
	top:0;
	margin:auto;
	z-index:1111;
}

#search{
	margin: 0 auto;
	width: 70%;
	position:relative;
}

#search input {
  background-color: inherit;
  border: medium none;
  color: #fff;
  float: left;
  height: 100%;
  text-align: center;
  width: 95%;
}

#search button[type="submit"] {
  background: inherit;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
}

#search-icon { 
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 5%;
  text-align: center;
  top: 20px;
  width: 35px;
}

.header-bottom{
	background: #024675;
	border-bottom: 1px solid #e4e4e4;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact{
	display: inline;
	float: left;
	width: 100%;
}

.header-contact ul{}
.header-contact ul li {
  border-left: 1px solid #e4e4e4;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 10px 12px;
}

.header-contact ul li:last-child{
	border-right: 1px solid #e4e4e4;
}

.phone{
	font-size: 14px;
	color:#fff;
}

.phone i{
	margin-right: 5px; 
}

.mail{
	font-size: 14px;
	color:#fff;
}
.mail i{
	margin-right: 5px; 
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}
.header-login img
{
	display:inline-block;
}

.login {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  color: #949494;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.login:hover,
.login:focus{	
	color: #fff;
	text-decoration: none;
	outline: none;
}

/*login modal window*/

#login-form {
  background-color: rgba(0, 0, 0, 0.7);  
}

 .modal-dialog {
  width: 75%;
  height: auto;
}

#login-content {
  border-radius: 0;
  height:800px;
  overflow:auto;
}
.disable-text-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#login-content .modal-title {  
  font-size: 20px;
}

#login-content .modal-title i{
  margin-right: 5px;
}

#login-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#login-content .form-control:focus { 
  box-shadow: none;  
}

.loginbox label {
  float: left;
  width: 100%;
}

.loginbox label input{
  float: left;
  margin-right: 5px;
}

.loginbox label span {
  font-weight: normal;
}

.loginbox .signin-btn { 
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
}
.policy-wrap {
    padding: 10px 30px;
}
.policy-wrap ul li
{
    list-style:disc;
    line-height:1.5;
}
.p-c-box{
    color:#000;
}

.footer-box {
    text-align: left;
    font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus{  
  text-decoration: none;
  outline: none;
}
#sub-footer {
    text-shadow: none;
    color: #fff;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px 0 0 0;
    background: #042036;
    /*border-top: 1px solid #ec7e2c;*/
    font-size: 13px;
}
#footer a
{
    color:#fff;
}
footer .widgetheading {
    position: relative;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}
ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.link-list li {
    margin: 0;
    padding: 4px 0 2px 0;
    list-style: none;
}
#signup-content {
  display: none;
}

#signup-content {
  border-radius: 0;
}

#signup-content .modal-title {  
  font-size: 20px;
}

#signup-content .modal-title i{
  margin-right: 5px;
}

#signup-content .form-group input{
  height: 35px;
  border-radius: 0;
}

#signup-content .form-control:focus {  
  box-shadow: none;  
}

.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}

.signupbox span a:hover{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area{
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	position: relative;	
}

#menu-area #navbar {  
  padding-right: 70px;
}

#menu-area .navbar-default {
  background-color: #fff;
  border-color: #ccc;
  border-radius:0;
  border-right: 0;
}

.navbar-brand {
  font-family: "Lato",sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus{	
	text-decoration: none;
	outline: none;
}

.navbar-brand > img {
  display: block;
/*  margin-top: -8px;*/
}

.main-nav li {
  padding: 15px 0;
  position: relative;
  margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  display: inline-block !important;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  width: 100%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-top: 0px solid #4396ff;
	background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;  
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; 
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;	
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider{
	display: inline;
	float: left;
	width: 100%;
	position:relative;
	top:75px;
}

.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.single-slide{
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img{
	width: 100%;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slide-content2 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}

.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 200px;
  width: 100%;
}

.slide-article h1 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.slide-article p {
  color: #fff;
  margin-bottom: 50px;
}

.read-more-btn{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0;
	width: 100%; 
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.title-area {
  display: inline;
  float: left;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.title-area .title {	
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.title-area .line {
  background-color: #ff7800;
  display: inline-block;
  height: 2px;
  width: 60px;
}

.title-area p {
  color: #333;
  line-height: 25px;
  margin-top: 20px;
  text-align:justify;
}

.feature-content {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.single-feature{
	display: inline;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.single-feature:hover .feature-icon{
	color: #444;
}

.single-feature .feature-icon {
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.feat-title{
	font-weight: normal;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-feature:hover .feat-title{
	color: #444;
}

.single-feature p {
  color: #555;
  font-size: 15px;
}

/*--------------------*/
/* ABOUT */
/*--------------------*/

.content-wrapper2
{
    margin-top:100px;
    
    }
#about{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.about-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#about-conference {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom:100px;
}


.our-skill{
	display: inline;
	float: left;
	width: 100%;
}

.our-skill h3{	
	position: relative;
}

.our-skill h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}

.our-skill-content{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 38px;
}

.our-skill-content p{
	margin-bottom: 32px;
}

.our-skill-content .progress {
  background-color: #f5f5f5;
  height: 30px; 
  border-radius: 0;
  margin-bottom: 24px;
}

.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text {
  font-size: 14px;
  height: 100%;
  line-height: 30px;  
}

.progress-title {
  font-size: 15px;
  font-weight: bold;
  left: 20px;
  line-height: 29px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.why-choose-us{
	display: inline;
	float: left;
	width: 100%;
}

.why-choose-us h3{	
	position: relative;
}

.why-choose-us h3::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}

.why-choose-group{
	margin-top: 49px;
}
.why-choose-group1{
	margin-top: 0px;
}

.panel-group .panel {  
  border-radius: 0px;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}

.panel-title > a {
	color: #222;
  display: block;
  padding: 10px 15px;
}

.panel-title > a:hover,
.panel-title > a:focus{
 	text-decoration: none;
 	outline: none;
}

.panel-title > a span {
  float: right;
  font-size: 20px;
}

.why-choose-group .panel-body p {
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.why-choose-img {
  display: inline-block;
  float: left;
  margin-right: 14px;
  margin-bottom: 3px;
  width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter{
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay{
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 90px 0;
	width: 100%;
}

.counter-area{
	display: inline;
	float: left;
	width: 100%;
}

.single-counter{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.single-counter .counter-icon{
	display: inline;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: left;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  width: 100%;
}

.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}

/*-----AV------*/

.portfolio-heading {
    background: #FF7800;
    margin-top: 0px;
    line-height: 36px;
    font-size: 20px;
	color:#fff;
	text-align:center;
}
.categories {
    padding-bottom: 30px;
    text-align: center;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding:0;	
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
	bottom:0;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	bottom:10px;
}


.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
	color:#000;
}	
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 2.8em;
    font-weight: 800;
	color:#000;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.modal-img img {
    max-height: 360px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
	color:#000;
}
.hometheater {
    display: table;
}
.hometheater .homeCon {
    display: table-cell;
}
.hometheater .homeCon img {
    display: inline-block;
    margin-bottom: 0 !important;
}
.modal-img img {
    max-height: 360px;
}
/*-------------*/
/*--------------------*/
/* SERVICE */
/*--------------------*/

#service{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.service-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-service {
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
  width: 100%;
}

.service-icon {	
  font-size: 50px;
  height: 60px;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-service:hover .service-icon{
	color: #222;
}

.service-title{
	color: #222;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.single-service p {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}


/*--------------------*/
/* PRICING TABLE */
/*--------------------*/

#product{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}


#pricing-table{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.pricing-table-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-table-price {
  background-color: #fff;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}

.price-header {
  background-color: #383838;
  color: #ccc;
  display: inline;
  float: left;
  width: 100%;
}

.price-title {  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.price {
  color: #fff;
  display: inline;
  float: left;
  font-size: 40px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}

.price .price-up{
	font-size: 60%;
}

.price .price-down{
	font-size: 14px;
	text-transform: uppercase;
}

.price-article{
	display: inline;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.price-article ul li {
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 15px 0;
}

.price-article ul li:last-child{
	border: none;
}

.price-footer{
	display: inline;
	float: left;
	width: 100%;
}

.purchase-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.purchase-btn:hover,
.purchase-btn:focus{
	text-decoration: none;
	outline: none;
	color: #fff;
}

.featured-price .price-title{
	background-color: #383838;
}

.featured-price .purchase-btn{
	color: #fff;
}


/*--------------------*/
/* OUR TEAM */
/*--------------------*/


#clients{
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.our-team-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-team-member {
  border: 2px solid #f5f5f5;
  display: inline;
  float: left;
  margin-top: 0px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team-member:hover{
	 -webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
}

.team-member-img {
  background-color: #ffffff;
  margin-top: 0px;
  position: relative;
}

.team-member-img img{
	width: 100%;
	max-width:212px;
	height:auto;
}

.team-member-name {
  display: inline;
  float: left;
  padding: 25px 0 15px;
  width: 100%;
}

.team-member-name p {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.team-member-name span {
  color: #222;
  font-size: 14px;
}

.single-team-member > p {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}

.single-team-member:hover .team-member-link{	
	color: #fff;
}

.single-team-member:hover .team-member-link>a{	
	color: #fff;
}

.team-member-link {
  background: #fff none repeat scroll 0 0;
  color: #555;
  bottom: -20px;
  left: 0;  
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-link a {
  display: inline-block;
  padding: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-link a:hover,
.team-member-link a:focus{	
  display: inline-block;
  outline: none;
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial {
  background-attachment: fixed !important;
  background-image: url("assets/images/testimonial-1.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
}

#testimonial .title-area {
  padding: 0 50px;
}

#testimonial .title-area .title {
  font-size: 30px;
  line-height: 30px; 
}

.testimonial-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.single-slider{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
  outline: none;
}

.testimonial-img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}

.testimonial-img img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-content{}
.testimonial-content p{
	font-size: 15px;
}

.testimonial-content h6 {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-content h6 span {
  margin-left: 3px;
}

.testimonial-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;  
}

.testimonial-slider .slick-dots li button::before {
  display: none;
}

/*--------------------*/
/* CLIENTS BRAND */
/*--------------------*/

#clients-brand{
  background-color: #fff;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.clients-brand-area{
  display: inline;
  float: left;
  width: 100%;
}

.clients-brand-slide {
  margin-bottom: 0;
  width: 100%;
}

.clients-brand-slide .slick-slide{
  outline: none;
}

.single-brand {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline;
  float: left;
  height: 120px;
  padding-top: 47px;
  text-align: center;
  width: 100%;
}

.single-brand img {
  display: inline-block;
}


.service-partners-content {
  background-color: #fff;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 8%);
}

.service-partners-content img {
  display: inline-block;
}
.mt-20
{
    margin-top:20px;
}

/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


#latest-news{
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.latest-news-content{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.blog-news-single {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 20px;
}

.blog-news-img {
  display: inline;
  float: left;
}

.blog-news-img img {
  width: 100%;
  height: auto;
}

.blog-news-title {
  display: inline;
  float: left;
  padding: 0px 15px 15px;
  width: 100%;
}

.blog-news-title h2,
.blog-news-title h2>a{
  color: #333;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; 
  padding: 0; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-news-title h2>a:hover{
  text-decoration: none;
  outline: none;
}

.blog-news-title p {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-news-title .blog-author{
  text-transform: uppercase;
}

.blog-news-title .blog-date{}
.blog-news-details{
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}

.blog-news-details p{
  font-size: 14px;
  text-align: justify;
}

.blog-more-btn {
  color: #838282;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
}

.blog-more-btn:hover,
.blog-more-btn:focus{
  text-decoration: none;
  outline: none;  
}

.blog-more-btn i{
  margin-left: 5px;
}


/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe{
  background-attachment: fixed !important;
  background-image: url("assets/images/subscribe-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.subscribe-overlay{
  background-color: rgba(0,0,0,0.6); 
  padding: 90px 0;
  float: left;
  width: 100%;
}
.subscribe-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.subscribe-area h2 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subscrib-form {
  margin: 0 auto;
  width: 600px;
  position: relative;
}

.subscrib-form input {
  border: medium none;
  border-radius:4px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px 105px 5px 10px;
  width: 100%;
}

.subscribe-btn { 
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  top: 0;
  letter-spacing: 0.5px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 120px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
  background-color: #0E304C;
  display: inline;
  float: left;
  padding: 25px 0px 0px 0px;
  width: 100%;
  color:#ffffff;
}

.footer-left{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.footer-left p a{
  color: #5c5c5c;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}

.footer-right{
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
} 

.footer-right a{
  color: #5c5c5c;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/


#single-page-header{
  background-attachment: fixed !important;
  /*background-image: url("assets/images/ProductsView/Genelec-Bnr.jpg");*/
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.overlay{
  background-color: rgba(0,0,0,0.6); 
  padding: 90px 0;
  float: left;
  width: 100%;
}

.single-page-header-left{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-left h2{
  text-transform: uppercase;
}

.single-page-header-left p {
  font-size: 15px;
}

.single-page-header-right{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}

.single-page-header-right .breadcrumb li a{
  color: #fff;
}

#portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
 margin-top: 50px;
  width: 100%;
}

.single-portfolio{
  background-color: #ccc;
  display: inline;
  /*float: left;*/
 /* width: 25%;*/  
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 85%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;  
}


/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-archive {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 50px 0 0 0;
  width: 100%;
}

.blog-archive-area{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left .blog-news-single{
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px rgb(117 111 111 / 46%);
  -web-kit-box-shadow: 0px 0px 8px rgb(117 111 111 / 46%);
}



.blog-archive-left .blog-news-img {  
  height: auto;
}

.blog-pagination {  
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}

.pagination-nav{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus { 
  color: #fff;
  text-decoration: none;
  outline: none;  
}

.blog-side-bar{
  display: inline;
  float: left;
  width: 100%;
}

.sidebar-widget{
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.sidebar-widget>p{
  font-size: 14px;
}

.sidebar-widget ul li{}
.sidebar-widget ul>li>a{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0px;
}

.search-group{
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.search-group .blog-search-btn {
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.search-group input[type="search"] {
  height: 40px;
  outline: medium none;
  padding: 5px 10px 5px 55px;
  width: 100%;
}

.search-group input[type="search"]:focus{
  outline: none;
}

.widget-title {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.widget-title::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.widget-catg li a {  
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-catg li a:hover,
.widget-catg li a:focus{
  text-decoration: none;
  outline: none;
}

.widget-catg li::before{
  content: '\f138';
  font-family: fontAwesome;
}
.widget 
{
    text-align:left;
}
    
    
    .widget img {
        width: 100%;
        max-width: 125px;
        margin-bottom: 10px;
        
    }



.tag-cloud {
    display: inline;
    float: left;
    width: 100%;
    text-align: left;
}

.tag-cloud a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tag-cloud a:hover,
.tag-cloud a:focus{
  color: #fff;
  text-decoration: none;
  outline: none;
}

.widget-archive li{}
.widget-archive li a{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.widget-archive li a span{
  margin-left: 5px;
  display: inline-block;
}

.widget-archive li a:hover,
.widget-archive li a:focus{
  text-decoration: none;
}

.blog-single-details blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.blog-single-details blockquote p{
  font-size: 18px;
}

.blog-single-details blockquote span {
  text-transform: uppercase;
  font-size: 16px;
}

.blog-single-details ul,
.blog-single-details ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.blog-single-details ul li{
  list-style: circle;
  margin-bottom: 5px;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6{
  color: #333;
}

.blog-single-details h3{
  margin-top: 0px;
}

.blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}

.blog-single-tag{
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;  
  text-align: left;
}

.blog-single-tag a {
  margin-left: 5px;
  color: #333;
}

.blog-single-tag a:hover,
.blog-single-tag a:focus {  
  text-decoration: none;
  outline: none;
}

.blog-single-social{
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}

.blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}

.blog-single-social a:hover,
.blog-single-social a:focus {  
  text-decoration: none;
  outline: none;
}

.blog-navigation-area{
  display: inline;
  float: left;
  width: 100%;
}

.blog-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.blog-navigation-prev{
  float: left;
  text-align: left;
}

.blog-navigation-prev a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 15px;
}

.blog-navigation-prev a:hover,
.blog-navigation-prev a:focus{
  text-decoration: none;
  outline: none;
}

.blog-navigation-prev a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-prev a>span{ 
  font-size: 14px;
}

.blog-navigation-next{
  float: right;
  text-align: right;
}

.blog-navigation-next a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 15px;
}

.blog-navigation-next a:hover,
.blog-navigation-next a:focus{
  text-decoration: none;
  outline: none;
}

.blog-navigation-next a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-next a>span{ 
  font-size: 14px;
}

.comments-box-area {
  display: inline;
  float: left;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
}

.comments-box-area h2 {
  color: #333;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}

.comments-box-area h2::after { 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 50px;
}

.comments-box-area p {
  font-size: 15px;
}

.comments-form{
  margin-top: 10px;
}

.comments-form input{
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}

.comments-form textarea {
  border-radius: 0;
  font-size: 16px;
  padding: 10px;
  width: 70%;
  resize:none;
}

.comments-form .form-control:focus {
  box-shadow: none;    
}

.comments-form .form-group {
  margin-bottom: 20px;
}

.comment-btn {
  padding: 10px 15px;
  outline: none;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.comment-btn:hover{  
  color: #fff;
}


#careers{
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact{
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.cotact-area{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.contact-area-left{
  display: inline;
  float: left;
  width: 100%;
}

.contact-area-left h4{
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.contact-area-left h4::after { 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.contact-area-left p{
  font-size: 15px;
}

.contact-area-left .single-address {
  font-size: 15px;
  padding-right: 20px;
}

.contact-area-right{
  display: inline;
  float: left;
  width: 100%;
}

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}

#google-map{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe {
  margin-bottom: -5px;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.errror-page-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-title {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 50px;
}

.error-content{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-content span {
  font-size: 35px;
  font-weight: 300;
}

.error-content p {
  font-size: 18px;
  margin-top: 10px;
}

.error-content .error-home {  
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}




/* ProductView */


.intro-text {
    position: relative;
    padding-top: 75px;
    padding-right: 0;
    padding-left: 0;
}
.intro-text H1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size:35px;
}

.header-banner-Genelec
{
	background: url(assets/images/ProductView/Genelec-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Yamaha
{
	background: url(assets/images/ProductView/Yamaha-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Bose
{
	background: url(assets/images/ProductView/Bose-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Polk
{
	background: url(assets/images/ProductView/Polk-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Onkyo
{
	background: url(assets/images/ProductView/Onkyo-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-AvReceivers
{
	background: url(assets/images/ProductView/AvReceivers.jpg) no-repeat 0px 0px;
}
.header-banner-Cabasse
{
	background: url(assets/images/ProductView/Cabasse-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Denon
{
	background: url(assets/images/ProductView/Denon-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Sennheiser
{
	background: url(assets/images/ProductView/Sennheiser-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Epson
{
	background: url(assets/images/ProductView/Epson-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-Benq
{
	background: url(assets/images/ProductView/Benq-Bnr.jpg) no-repeat 0px 0px;
}
.header-banner-web
{
	background: url(assets/images/web_develop.jpg) no-repeat 0px 0px;
}
.header-banner-fm
{
	background: url(assets/images/bnrfm.jpg) no-repeat 0px 0px;
}
.header-banner-telec
{
	background: url(assets/images/bnrtelec.jpg) no-repeat 0px 0px;
}
.header-banner-ELearn
{
	background: url(assets/images/e_learn.jpg) no-repeat 0px 0px;
}
.header-banner-mob
{
	background: url(assets/images/mob_develop.jpg) no-repeat 0px 0px;
}
.header-banner-telecom
{
	background: url(assets/images/bnrtelecom.jpg) no-repeat 0px 0px;
}
.header-banner-build
{
	background: url(assets/images/bnrbulid.jpg) no-repeat 0px 0px;
}
.header-banner-contact
{
	background: url(assets/images/bnrcontact.jpg) no-repeat 0px 0px;
}
.header-banner-phone
{
	background: url(assets/images/bnr_mitelphone.jpg) no-repeat 0px 0px;
}
.header-banner-micollab
{
	background: url(assets/images/bnr-micollab.jpg) no-repeat 0px 0px;
}
.header-banner-aboutmos
{
	background: url(assets/images/aboutussub.jpg) no-repeat 0px 0px;
}
.header-banner-aboutoutsourcing
{
	background: url(assets/images/aboutoutsourcing.jpg) no-repeat 0px 0px;
}
.header-banner-itspectrum
{
	background: url(assets/images/ITSpectrum.jpg) no-repeat 0px 0px;
}
.header-banner-strategy
{
	background: url(assets/images/barstratrgy.jpg) no-repeat 0px 0px;
}
.header-banner-mospeople
{
	background: url(assets/images/bnrmospeople.jpg) no-repeat 0px 0px;
}
.header-banner-whatwedo
{
	background: url(assets/images/whatwedo.jpg) no-repeat 0px 0px;
}
.header-banner-mostalentpool
{
	background: url(assets/images/bannerTalentpool.jpg) no-repeat 0px 0px;
}
.header-banner-placement
{
	background: url(assets/images/job.jpg) no-repeat 0px 0px;
}
.header-banner-news {
    background: url(assets/images/news.jpg) no-repeat 0px 0px;
}
.header-banner-bitrix {
    background: url(assets/images/bitrix-banner.jpg) no-repeat 0px 0px;
}
.header-contact-enquiry {
    background: url(assets/images/contact-banner.jpg) no-repeat 0px 0px;
}
.header-video-conference {
    background: url(assets/images/conferencing-solutions.jpg) no-repeat 0px 0px;
}
.header-careers {
    background: url(assets/images/careers-new.jpg) no-repeat 0px 0px;
}
.header-banner-placement,
.header-banner-mostalentpool,
.header-banner-whatwedo,
.header-banner-mospeople,
.header-banner-strategy,
.header-banner-itspectrum,
.header-banner-micollab,
.header-banner-phone,
.header-banner-contact,
.header-banner-build,
.header-banner-telecom,
.header-banner-mob,
.header-banner-ELearn,
.header-banner-telec,
.header-banner-fm,
.header-banner-web,
.header-banner-Genelec,
.header-banner-Yamaha,
.header-banner-Bose,
.header-banner-Polk,
.header-banner-Onkyo,
.header-banner-AvReceivers,
.header-banner-Cabasse,
.header-banner-Denon,
.header-banner-Sennheiser,
.header-banner-Epson,
.header-banner-Benq,
.header-banner-aboutoutsourcing,
.header-banner-aboutmos,
.header-banner-news,
.header-banner-bitrix,
.header-contact-enquiry,
.header-video-conference,
.header-careers {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: 100%;
    background-position: top left;
    /* padding: 8em 0 5em;*/
    text-align: left;
    margin-top: 0;
    padding: 11em 0 5em;
    max-height: 360px;
}
    .header-banner-placement h1, header-banner-placement p,
    .header-banner-mostalentpool h1, header-banner-mostalentpool p,
    .header-banner-whatwedo h1, .header-banner-whatwedo p,
    .header-banner-mospeople h1, .header-banner-mospeople p,
    .header-banner-strategy h1, .header-banner-strategy p,
    .header-banner-itspectrum h1, .header-banner-itspectrump,
    .header-banner-aboutoutsourcing h1, .header-banner-aboutoutsourcing p,
    .header-banner-micollab h1, .header-banner-micollab p,
    .header-banner-phone h1, .header-banner-phone p,
    .header-banner-contact h1, .header-banner-contact p,
    .header-banner-build h1, .header-banner-build p,
    .header-banner-telecom h1, .header-banner-telecom p,
    .header-banner-mob h1, .header-banner-mob p,
    .header-banner-ELearn h1, .header-banner-ELearn p,
    .header-banner-telec h1, .header-banner-telec p,
    .header-banner-fm h1, header-banner-fm p,
    .header-banner-web h1, .header-banner-web p,
    .header-banner-Genelec h1, .header-banner-Genelec p,
    .header-banner-Yamaha h1, .header-banner-Yamaha p,
    .header-banner-Bose h1, .header-banner-Bose p,
    .header-banner-Polk h1, .header-banner-Polk p,
    .header-banner-Onkyo h1, .header-banner-Onkyo p,
    .header-banner-Cabasse h1, .header-banner-Cabasse p,
    .header-banner-Denon h1, .header-banner-Denon p,
    .header-banner-Sennheiser h1, .header-banner-Sennheiser p,
    .header-banner-Epson h1, .header-banner-Epson p,
    .header-banner-Benq h1, .header-banner-Benq p, .header-banner-news h1, .header-banner-news p, .header-banner-bitrix h1, .header-banner-bitrix p, .header-contact-enquiry h1, .header-contact-enquiry p, header-video-conference h1, header-video-conference p, header-careers h1, header-careers p {
        color: #fff;
    }

.header-banner-aboutmos h1, .header-banner-aboutmos p
{
    color:#F88508;
}
.header-banner
{
	background: url(../images/ProductView/Bose-Bnr.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;    
	padding: 8em 0 0;
    text-align: left;
	margin-top:0;
}

.header-banner h1 
{
	color:#fff;
}
.header-banner p
{
	color:#FFF;
}
.lattestnews li {
    padding: 10px 10px !important;
    color: #555 !important;
    font-size: 13px !important;
    border-bottom: 1px dotted #382d2d;
}

a.lattestnews-link {
    color: #555 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}
span.new {
    background: url(assets/images/new1.gif) center no-repeat;
    width: 30px;
    height: 16px;
    color: #000;
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0px;
    font-size: 12px;
}

.img-responsive1 {
    max-width: 100%;
    height: auto;
}

.about-header {
    margin-bottom: 35px;
}
.about-header h3 {
    font-size: 26px;
    color: #008163;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.about-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    background: #c1bfbf;
    bottom: 1px;
   /* left: calc(50% - 60px); */
}
.about-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #c1bfbf;
    bottom: -5px;
   /* left: calc(50% - 12px);*/ 
    
}

.about-header2 {
    margin-bottom: 35px;
}
.about-header2 h3 {
    font-size: 26px;
    color: #008163;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.about-header2 h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    background: #c1bfbf;
    bottom: 1px;
   left: calc(50% - 60px); 
}
.about-header2 h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #c1bfbf;
    bottom: -5px;
  left: calc(50% - 12px);
    
}



.about-header3 {
    margin-bottom: 35px;
}

    .about-header3 h3 {
        font-size: 26px;
        color: #0568ac;
        text-transform: capitalize;
        text-align: center;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
        margin-bottom:50px;
    }

        .about-header3 h3::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 2px;
            background: #ff7800;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .about-header3 h3::after {
            content: '';
            position: absolute;
            display: block;
            width: 15px;
            height: 15px;
            background: #ff7800;
            bottom: -5px;
            left: calc(50% - 12px);
        }



.mt-50
{
    margin-top:50px;
}
/*======================///////////////
			Filter Gallery
=====================///////////////////////*/



/*#portfolio p {
	color: grey;
	font-size: 12px;
	font-weight: 200;
}*/

.content {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.single-content img {
	width: 290px;
	height: 100%;
	margin: 10px;
}

.filters {
	width: 100%;
	text-align: center;
}



#portfolio {
    padding: 0px 0 !important;
}

    #portfolio .about-col p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-bottom: 0;
        padding: 0 20px 20px 20px;
    }

    #portfolio .about-col h5 {
        padding: 0 20px 0px 20px;
        font-weight: 500;
        color: #000;
    }

#about .about-col h3 {
    padding: 0 20px 0px 20px;
    font-weight: 600;
    color: #000;
    font-size: 23px;
}

.section-bg1 {
    background-color: #fff;
}

#portfolio #portfolio-flters {
    padding: 0;
    /*margin: 5px 0 35px 0;*/
    list-style: none;
    text-align: center;
}

    #portfolio #portfolio-flters li {
        cursor: pointer;
        margin: 15px 15px 15px 0;
        display: inline-block;
        padding: 6px 15px;
        font-size: 12px;
        line-height: 20px;
        color: #666666;
        border-radius: 4px;
        text-transform: uppercase;
        background: #eaeaea;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        #portfolio #portfolio-flters li:hover,
        #portfolio #portfolio-flters li.filter-active {
            background: #008163;
            color: #fff;
        }

        #portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

    #portfolio .portfolio-wrap:hover {
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    }

#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}

    #portfolio .portfolio-item figure {
        background: #000;
        overflow: hidden;
        height: 240px;
        position: relative;
        border-radius: 4px 4px 0 0;
        margin: 0;
    }

        #portfolio .portfolio-item figure:hover img {
            opacity: 0.4;
            transition: 0.3s;
        }

        #portfolio .portfolio-item figure .link-preview,
        #portfolio .portfolio-item figure .link-details {
            position: absolute;
            display: inline-block;
            opacity: 0;
            line-height: 1;
            text-align: center;
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            transition: 0.2s linear;
        }

            #portfolio .portfolio-item figure .link-preview i,
            #portfolio .portfolio-item figure .link-details i {
                padding-top: 6px;
                font-size: 22px;
                color: #333;
            }

            #portfolio .portfolio-item figure .link-preview:hover,
            #portfolio .portfolio-item figure .link-details:hover {
                background: #008163;
            }

                #portfolio .portfolio-item figure .link-preview:hover i,
                #portfolio .portfolio-item figure .link-details:hover i {
                    color: #fff;
                }

        #portfolio .portfolio-item figure .link-preview {
            left: calc(50% - 38px);
            top: calc(50% - 18px);
        }

        #portfolio .portfolio-item figure .link-details {
            right: calc(50% - 38px);
            top: calc(50% - 18px);
        }

        #portfolio .portfolio-item figure:hover .link-preview {
            opacity: 1;
            left: calc(50% - 44px);
        }

        #portfolio .portfolio-item figure:hover .link-details {
            opacity: 1;
            right: calc(50% - 44px);
        }

    #portfolio .portfolio-item .portfolio-info {
        background: #fff;
        text-align: center;
        padding: 30px;
        height: 90px;
        border-radius: 0 0 3px 3px;
    }

        #portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            line-height: 1px;
            font-weight: 700;
            margin-bottom: 18px;
            padding-bottom: 0;
        }

            #portfolio .portfolio-item .portfolio-info h4 a {
                color: #333;
            }

                #portfolio .portfolio-item .portfolio-info h4 a:hover {
                    color: #c75243;
                }

        #portfolio .portfolio-item .portfolio-info p {
            padding: 0;
            margin: 0;
            color: #b8b8b8;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
        }


/*--------------------*/
/* MEDICAL WORK */
/*--------------------*/
#medial-work
{
  margin-top:20px;
  background-color: #fff;
  display: inline;
  float: left;
  padding: 40px 0 50px;
  width: 100%;
}
#medial-work p
{
    text-align:justify;
}
.about-area {
        margin-bottom: 40px;
}
.about-area .pattent-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 30px;
}
#our-medical-products
{
 background: linear-gradient(rgb(238 244 247 / 45%), #beddec73), url(assets/images/Medical-Work/pattern.png) center center;
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
  
}
#our-medical-parteners {
    display: inline;
    float: left;
    padding: 100px 0 50px;
    width: 100%;
    padding: 50px 0;
    background: rgb(0 0 0 / 2%);
}
 .medical-product-wrap {
    border: 1px solid #eaaa70;
    border-radius:5px;
    padding: 10px;
    background: #fff;
}

.medical-product-wrap figure {
    background: #fff;
    overflow: hidden;
    /* height: 240px; */
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.medical-item
{
    margin-bottom: 15px;
}
.medical-item figure img {
    width: 100%;
}
.medical-item .product-info {
    background:#525252;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
    padding:5px;
    color:#fff;
}
.medical-item .medical-product-wrap figure:hover img {
            opacity: 0.4;
            transition: 0.3s;

		}
		

        .medical-item .medical-product-wrap .link-preview,
        .medical-item .medical-product-wrap .link-details {
            position: absolute;
            display: inline-block;
            opacity: 0;
            line-height: 1;
            text-align: center;
            width: 36px;
            height: 36px;
            background: #ff7214;
            border-radius: 50%;
            transition: 0.2s linear;
        }

            .medical-item .medical-product-wrap .link-preview i,
            .medical-item .link-details i {
                padding-top: 6px;
                font-size: 22px;
                color: #fff;
            }

            .medical-item .medical-product-wrap .link-preview:hover,
           .medical-item .medical-product-wrap .link-details:hover {
                background: #ff7214;
            }

                .medical-item .medical-product-wrap .link-preview:hover i,
                .medical-item .medical-product-wrap .link-details:hover i {
                    color: #fff;
                }

       .medical-item .medical-product-wrap .link-preview {
            left: calc(50% - 38px);
            top: calc(50% - 18px);
        }

        .medical-item .medical-product-wrap .link-details {
            right: calc(50% - 38px);
            top: calc(50% - 18px);
        }

        .medical-item .medical-product-wrap:hover .link-preview {
            opacity: 1;
            left: calc(50% - 44px);
        }

       .medical-item .medical-product-wrap:hover .link-details {
            opacity: 1;
            right: calc(50% - 20px);
        }
        ul.medical-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px !important;
}
ul.medical-list li {
    list-style: none;
    padding: 2px 0;
    line-height: 26px;
    position: relative;
    margin-left: 40px;
    color: #000;
    text-align:left;
    }
ul.medical-list li::before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    font-size: 18px;
    color: #000;
}
.modal-product {
  width: 1024px !important;
  margin: 30px auto;
}
.modal-product  .modal-header-two {
    min-height: 16.42857143px;
    padding: 10px;
    border-top: 4px solid #2196f3;
    border-bottom:1px solid #ccc;
}
.modal-product .modal-header-two .title
{
    font-size:20px;
}
.modal-product .modal-header-two .cls-btn
{
    top: 0 !important;
    position: absolute !important;
    right: 0 !important;
    padding: 18px !important;
    font-size: 32px !important;
} 
.p-0
{
  padding:0 !important;
}
.p-5
{
  padding:5px !important;
}
.h-title
{
    color:#ff5722;
    text-align:center;
    font-weight:700;
}
#covid_products
{
  display: inline;
  float: left;
  padding: 100px 0 50px;
  width: 100%;
  padding: 50px 0;
  
}
.banner-wrapper
{
    background:rgb(155 226 241 / 27%);
    border-radius:4px;
    height: 375px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0 0 0 5px transparent inset;
    box-shadow: 0 0 0 5px transparent inset;
    -webkit-transition: box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}
.banner-wrapper:hover {
    -webkit-box-shadow: 0 0 0 2px #c2e2e8 inset;
    box-shadow: 0 0 0 2px #c2e2e8 inset;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

 .banner-wrapper .inner {
    padding: 60px 15px 32px;
    -webkit-transition: padding 0.25s;
    -o-transition: padding 0.25s;
    transition: padding 0.25s;
}
.banner-wrapper:hover .inner {
    padding: 32px 15px;
    -webkit-transition: padding 0.25s;
    -o-transition: padding 0.25s;
    transition: padding 0.25s;
}
.banner-text
{
    padding-top: 2px;
}
.banner-text span
{
        font-size: 20px;
    font-weight: 600;
    color:#969292;
}
.banner-text h2
{
color:#084873;
font-size:26px;
}
.banner-img img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.text-center {
    text-align: center !important;
}


.banner-wrapper .department-detail {
    height: 0;
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banner-wrapper:hover .department-detail {
    visibility: visible;
    height: 44px;
    opacity: 1;
}
.enquiry-btn {
    border-radius: 0px;
    color: #fff;
   background-color: #0568AC;
   font-size:16px;
   border:none !important;
}
.enquiry-btn:hover, .enquiry-btn:active, .enquiry-btn:focus  {

    color: #fff;
    border-radius: 0px !important;
     background-color: #0568AC;
     border:none !important;
     border-color:transparent !important;
}

.widget-catg-2 li a   
{
    background:#fff;
    width:175px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 10px;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius:4px !important;
  border:1px solid #FF7800;
  float:left;
  
}

.widget-catg-2 li a:hover,
.widget-catg-2 li a:focus,
.widget-catg-2 li a:active
{
  text-decoration: none;
  outline: none;
  background:#FF7800;
  border:1px solid #FF7800;
  color:#fff;
  
}
.tabs-left-2>li {
    margin-right: -1px;
}
.tabs-left-2>li {
    float: none;
}
.tabs-left-2>li.active>a, .tabs-left-2>li.active>a:hover, .tabs-left-2>li.active>a:focus {
    background:#FF7800;
  border:1px solid #FF7800;
  color:#fff;
}
.p-50
{
        padding: 30px 50px !important;
}

.wrap-box {
    padding: 10px 50px;
    background: rgb(122 122 121 / 22%);
    border-radius: 8px;
}
    .wrap-box h4 {
        font-size: 36px;
        font-weight: 700;
        color: #6a6a69;
        padding: 45px 0px;
        text-align: center;
    }
.mb-10
{
    margin-bottom:10px;
}
.mb-20
{
    margin-bottom:20px;
}
#our-medical-Intro
{
 margin-top: 75px;
 background: #ffcc53;
  display: inline;
  float: left;
  width: 100%;
  padding: 15px 0px 15px 0px;
  
}
#our-medical-Intro h4
{
    font-size:20px;
    color:#000;
    font-weight:500;
}
.h-customer
{
    padding-right:10px;
}

.wpb-wrapper {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.vc-single-image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.wpb-wrapper .img-box img {
    border-radius: 8px;
    box-shadow: 0 9px 24px 0 rgb(26 47 106 / 5%);
}
.vc-single-image-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    border: 6px solid #ff7800;
    border-radius: 10px;
    z-index: -1;
}
.image-wrapper {
    display: flex;
    align-items:center;
    margin-top:20px;


  
}
.panel-title-2
{
    color:#000;
    
}
    .panel-title-2 a {
        color: #000;
        font-weight: 600;
        text-shadow: none;
        font-size: 16px;
    }
        .panel-title-2 a:hover, .panel-title-2 a:active {
            color: #000;
        }
.conference-solutions .panel-body p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
   
}

.t-txt {
    color: #ff6d2e;
    font-weight:500;

}


#bg-content-2 {
    background-attachment: fixed !important;
    background: #212121 none repeat scroll 0 0;
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    padding: 75px 0px 100px;
}
.mb-50{
    margin-bottom:50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-150 
{
    margin-bottom:150px;
}
.one-img-wp {
    position: relative;
}
.icon-box {
    width: 100%;
    padding: 0px 50px 30px 50px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgb(68 88 144 / 14%);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    min-height: 550px;
    font-family: 'Open Sans', sans-serif;
}
    .icon-box .title {
        font-weight: 700;
        font-size: 18px;
    }
    .icon-box .description {
        font-size: 15px;
        margin-bottom: 10px;
    }
.icon-box p {
    font-family: 'Open Sans', sans-serif;
}
.btn-shop-now-2 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    border: 2px solid #0568ac;
    background: #0568ac;
    position:absolute;
    bottom:40px;
    left:0;
    right:0;
    width:200px;
    margin:0 auto;
   
}
    .btn-shop-now-2:hover {
        text-decoration: none;
        color: #fff;
       
    }
.box-c5 {
    width: 100%;
    padding: 50px 90px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #212529;
    text-align: center;
    border: 1px solid #fff;
    min-height: 500px;
    border-radius: 20px;
}
    .box-c5 h3
    {
font-size:32px;
color:#fff;
font-weight:600;

    }
    .box-c5 h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .box-c5 p {
        font-size: 15px;
        color: #b7b9bb;
        font-weight: 500;
        text-align: left;
        line-height:1.5;
    }
    .no-padding
    {
        padding-left:0 !important;
        padding-right:0 !important;
    }
.box-c6 {
    width: 100%;
    position: absolute;
    border-radius: 20px;
    right:50px;
    top:65px;
}
.box-c6 img {
    border-radius: 20px;
}
.sub-footer {
    background: #fff;
    padding: 50px; 
    margin-bottom:50px;
}
    .sub-footer h3 {
        color: #ff6d2e;
    }
    .sub-footer p {
        color: #000;
        font-size:18px;
        font-weight:600;
    }
.btn-shop-now-3 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 100px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    border: 2px solid #0568ac;
    background: #0568ac;
}

    .btn-shop-now-3:hover {
        text-decoration: none;
        color: #fff;
    }

.bx-shadow {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 4px 0px 8px #e5e5e5;
    min-height:270px;
}
    /*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/
    @media(max-width:1199px ) {
        #search-icon { 
	  right: 4%;  
	}
  .slide-article {  
    padding-left: 30px;
    padding-right: 0;
    padding-top: 90px;  
  }
  .slide-article h1 {
    font-size: 40px;  
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {  
    font-size: 18px;    
  }
}


@media(max-width:991px ){
	
	#menu-area #navbar {
    padding-right: 55px;
  }
  .navbar-default .navbar-nav > li > a {  
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px; 
  }
  #search {
    margin: 0 auto;
    width: 90%;
  }
  #search-icon {
    right: 3%;
  }
  .slide-article {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;    
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {  
    width: 85%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top: 40px;
  }
 
}


@media(max-width:767px )
{
    
    
    
    .header-banner-placement,
.header-banner-mostalentpool,
.header-banner-whatwedo,
.header-banner-mospeople,
.header-banner-strategy,
.header-banner-itspectrum,
.header-banner-micollab,
.header-banner-phone,
.header-banner-contact,
.header-banner-build,
.header-banner-telecom,
.header-banner-mob,
.header-banner-ELearn,
.header-banner-telec,
.header-banner-fm,
.header-banner-web,
.header-banner-Genelec,
.header-banner-Yamaha,
.header-banner-Bose,
.header-banner-Polk,
.header-banner-Onkyo,
.header-banner-AvReceivers,
.header-banner-Cabasse,
.header-banner-Denon,
.header-banner-Sennheiser,
.header-banner-Epson,
.header-banner-Benq,
.header-banner-aboutoutsourcing,
.header-banner-aboutmos,
.header-banner-news,
.header-banner-bitrix,
.header-contact-enquiry 
  {
    padding: 0px !important ;
    max-height:360px;
}
#blog-archive {

    padding: 0px 0 0 0 !important;

}
.intro-text H1 {
    letter-spacing: 0px !important;
    font-size: 14px !important;
    font-weight:700;
}
		.logo img
{
	width:65% !important;
}
  .header-bottom {    
    padding: 0;   
  }
	.header-contact ul li:last-child {
    /*display: none;*/
  }
  .header-contact ul li {

    border-left: none;
   

}
.header-contact ul li:last-child {

    border-right: none;

}
  .navbar-brand { 
    margin-top: 0;  
  }
  #search-icon {
    right: 11%;
    top: 5px;
  }
  .main-nav li {
    padding: 0;
  }  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }  
  #search {
    width: 100%;
  }
  #menu-area #navbar {
    padding-right: 15px;
  }
  .slider-img {
    display: none;
  }
  .slide-article {
    padding-top: 10px;
  }
  .title-area {
    padding: 0 30px;
  }
  .single-feature {
    text-align: center;
    padding: 0 15px;
  }
    .single-team-member {
	  margin-bottom:0;
  }
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag {
    text-align: center;
  }
  .blog-single-social {
    text-align: center;
    margin-top: 20px;
  }
    .modal-dialog {
        width: 80% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    .wrap-box h4
{
  font-size: 32px;
    padding: 30px 0px;
}
.banner-img
{
    display:inline-block;
}
.banner-img img
{
    max-width:300px !important;
}


}


@media(max-width:480px ){
		.logo img
{
	width:65% !important;
}
.header-bottom {
	/*display:none;*/
}
#hide{
	display:none;
}
	#search input {  
    width: 85%;
  }
  #search-icon {
    right: 15%;
    top: 5px;
  }
  .slide-article h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    height: 40px;
    top: 46%;
    width: 40px;
  }
  .title-area .title {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .title-area {
    padding: 0;
  }
  .title-area p {    
    line-height: 23px;   
    font-size: 15px;
  }
  .single-feature p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .subscrib-form {
    width: 100%;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right {
    text-align: center;
  }
  #login-form .modal-dialog {  
    width: 350px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
   .single-team-member {
	  margin-bottom:0;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 320px;
  }
  .blog-navigation-prev {
    margin-bottom: 10px;
  }
  .widget-catg-2 li a   
{
    width:149px !important;

}
.medical-item .product-info h4
{
    font-size:13px !important;
}
.medical-item .product-info p
{
    font-size:10px !important;
}
#our-medical-Intro h4
{
    font-size:15px;
}
#our-medical-Intro img
{
    max-width:40px;
}
}


@media(max-width:360px )
{
    .top-header-title-2 {
    padding: 12px 5px !important;
    font-size: 12px !important;
}
  .login {    
      padding: 10px;    
  }  
  .single-slide {
    height: 200px;    
  }
  .single-slide img {
    height: 100%;   
  }
  #menu-area .navbar-toggle {
    padding: 8px 6px;    
  }
	.phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  #search-icon {
    right: 20%;
    top: 5px;
  }
  .slide-article {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article h1 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area {
    padding: 0;
  }
  .subscribe-area h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input {
    font-size: 15px;
    height: 40px;    
  }
  .subscribe-btn {
    font-size: 15px;    
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog {  
    width: 320px;
  }
  #search input {
    font-size: 14px;
  }
  .overlay {
    padding: 20px 0;
  }
   .single-portfolio {
    width: 100%;
  }
   .single-team-member {
	  margin-bottom:0;
  }
  .single-item-content::after {
    left: 15px;
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 250px;
  }
  .comments-form textarea {
    width: 100%;
  }
    .widget-catg-2 li a   
{
    width:149px !important;

}
   
} 


@media(max-width:320px ){
	.logo img
{
	width:65% !important;
}
.top-header-title-2 {
    padding: 12px 5px !important;
    font-size: 12px !important;
}
.header-bottom {
	display:none;
}
	#login-form .modal-dialog {  
    width: 300px;
  }
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {  
    padding: 10px 0 10px 3px;
  }
  .subscribe-area h2 {
    font-size: 22px;
  }
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 16px;
  }
	.single-item-content::after {   
    width: 85%;
  }
  .single-team-member {
	  margin-bottom:0;
  }
  .blog-archive-left .blog-news-img {
    height: 220px;
  }
}
