html, body {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #8a8a8a;
}

a {
	color: #00ACE9;
}

a:hover {
	text-decoration: none;
}

p {
	color: #777;
}

.height10 { height: 10px; }
.height20 { height: 20px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1	{	font-size: 1.5em;
	color: #ffffff;
	background: #343537;
	padding: 10px 8px;
	float: left;
	}

h2	{ font-size: 24px; color: #333333; }

.pops_reasonbg h2, .pops_blog h2 { color: #ffffff; }

img {
  	max-width: 100%;
  	height: auto;
  	width:100%;
}
.clear	{ clear: both;}

.mWrapper {
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}

.pops_top	{
	position: relative;
	z-index: 5000;
	/* background: #ffffff; */
	background: #ffc000;
	width: 100%;
}
.pops_slider {
	top: 1px;
	position: relative;
}
.logo {
	padding: 0 0 0 20px;
	width: 190px;
}
.mainMenu {

}
.mainMenu ul {
	float: right;
	padding-left: 0;
	margin-bottom: 0;
	line-height: 60px;
}
.mainMenu li {
	list-style-type: none !important;
	display: inline-block;
}
.mainMenu li a {
	display: block;
	text-transform: uppercase;
	color: #939393;
}

.mainMenu li a:active {
	background: #ffc000;
}

#top-menu {
    /* background: white; */
}
#top-menu ul { float: right;}
#top-menu li {
    float: left;
	line-height: 60px;
	display: inline-block;
}

#top-menu a {
    display: block;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
    /* color: #666; */
	color:#000;
    text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#top-menu a:hover {
    color: #ffffff;
	/* background: #ffc000; */
	background: #e9c968;
}

#top-menu li.active a {
    color: #ffffff;
	/* background: #ffc000; */
	background: #e9c968;
	line-height: 60px;
	font-size: 14px;
}

#top-menu>li>a {
    position: relative;
    display: block;
    padding: 1.5rem;
}

.btn-primary {
	background-color: #ffc000;
	border-color: #5ea32e;
}

.btn-primary:hover {
	background-color: #5aa625;
	border-color: #5ea32e;
}

.pops_caption p { color: #ffffff; background: rgba(0, 0, 0, 0.32); padding: 10px; font-size: 12px; }

.pops_caption	{
	margin-left: 40%;
	text-align: left;
	text-shadow: none;
	top: 60%;
	position: absolute;
	z-index: 10;
	width: 60%;
}

.pops_caption h1 {
	font-weight: bolder;
	float: right;
	background: none;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.pops_slidetitle	{
	font-size: 1.5em;
	font-weight: bolder;
	/* background: #ffffff; */
	padding: 5px 10px;
	/* color: #202224; */
	color:#fff;
	float: right;
	margin-bottom: -10px;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.pops_lightgrey_about	{
	background-color: #e9e9e9;
	padding: 120px 0px 50px 0px;

}

.pops_aboutus{
	background-color: #e9e9e9;
	padding: 50px 0px;
}

.pops_aboutus img{
	width: 370px;
	height: 400px;
}

.pops_aboutus p{
	padding: 10px 15px;
	color:black;
	font-weight: bold;
	line-height: 1.7rem;
	border: 1px solid #ffc000;
}

.pops_capabilities{
	background-color: #e9e9e9;
	padding: 50px 0px;
}

.pops_capabilities img{
	width: 100%;
	height: 300px;
}

.pops_capabilities p{
	padding: 10px 15px;
	color:black;
	font-weight: bold;
	line-height: 1.7rem;
	border: 1px solid #ffc000;
}

.pops_capabilities .exp_bar{
	padding: 15px 20px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color:#fff;
	background-color: black;
}

.pops_offerings{
	background-color: #e9e9e9;
	padding: 30px 0px;
    justify-content: space-between;
}

.pops_offerings .col_bar{
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-right: 1px solid #fff;
	color:#fff;
	background-color: black;
}

.pops_offerings .off_col
{
	display: flex;
	flex-direction: column;
	padding: 5px;
	height: 500px;
}

.pops_offerings .off_col .box
{
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #ffc000;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pops_offerClass {
	background-color:  #ffc000;
	color:#fff;
	cursor: pointer;
}

.pops_differentiators
{
	background-color: #e9e9e9;
	padding: 50px 0px;
}

.pops_differentiators img{
	width: 100%;
	height: 307px;
}

.pops_differentiators p{
	padding: 10px 15px;
	color:black;
	font-weight: bold;
	line-height: 1.7rem;
}
.pops_differentiators .exp_bar{
	padding: 15px 20px;
	height: 82px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color:#fff;
	background-color: black;
}

.pops_differentiators .box
{
	vertical-align: middle;
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ffc000;
}

.pops_contactus{
	background-color: #e9e9e9;
	padding: 30px 0px;
}

.pops_contactus img{
	width: 100%;
	height: 300px;
}

.pops_contactus .divcontactform .form-group, button{
	margin-bottom: 20px;
}

.pops_lightgrey {
	background-color: #e9e9e9;
	padding: 70px 0px;

}

.pops_paracenter { text-align: center; }

.pops_about_box {
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 0px;
	text-align: center;
}

.pops_services .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 5px;
    background: #ffc000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.square_coner {
	margin: 0 auto;
	width: 100px;
	margin-bottom: 20px;

}
.texts-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	background: #ffc000;
	border-radius: 5px;
	font-size: 32px;
	color: #ffffff;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 92%;
    height: 100%;
	border-radius: 5px;
    background: #ffc000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box p {
	color: #ffffff;
	padding: 15px 10px;
}

.pops_reasonbg {
	/* background: url(../images/reasonbg.jpg) no-repeat; */
	background: #333537;
	background-position: center;
	padding: 75px 0px 75px 0px;
	color: #ffffff;
	text-align: center;
}

.pops_reasonbg p { color: #ffffff; }

.pops_reasonbg div.fa {
	font-size: 40px;
	margin: 10px 8px;
}

.pops_portfolio {
	padding: 80px 0px;
	text-align: center;
}

.pops_portfolio p { padding-bottom: 50px; }

.portfolio-thumb { overflow: hidden; position: relative; }

.portfolio-thumb img { width: 100%; height: auto; }

.portfolio-thumb .overlay-p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffc000; visibility: hidden; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.portfolio-thumb .overlay-p a { position: absolute; top: 10%; margin-top: -12px; left: 10%; width: 80%; margin-left: -15px; color: white; text-align: center; }
.portfolio-thumb .overlay-p a ul { text-align: center; margin-top:0.1em;}
.portfolio-thumb .overlay-p a ul li	{ padding: 0.2em 0em; margin: 0px; width: 100%; list-style: none;}
.portfolio-thumb .overlay-p a ul li.fsmall{ font-size: 0.7em; }

.portfolio-item { margin-bottom: 40px; overflow: hidden; }
.portfolio-item:hover .overlay-p { visibility: visible; opacity: 1; }

.portfolio-title { width: 100%; text-align: center; }
.portfolio-title a { color: #38e395; font-size: 18px; text-transform: uppercase; }


.pops_blog {
	width: 100%;
	background: #333537;
	padding: 80px 0px;
	color: #ffffff;
	text-align: center;
}
.pops_blog p { padding-bottom: 50px; }
.pops_wrapperblogbox	{
	float: left;
}
.pops_wrapperblogbox a.fa	{
	padding: 8px;
	background: #c6cfd3;
	color: #ffffff;
	margin: 0px;
	text-align: left;
	float: left;
	font-size: 18px;
}

.pops_wrapperblogbox a.fa:hover {
	background: #ffc000;
}

.pops_wrapperblogbox .tooltip1, .pops_wrapperblogbox .tooltip2, .pops_wrapperblogbox .tooltip3, .pops_wrapperblogbox .tooltip4 {
    display: inline;
    position: relative;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.pops_wrapperblogbox .tooltip1:hover:after, .pops_wrapperblogbox .tooltip2:hover:after,
.pops_wrapperblogbox .tooltip3:hover:after, .pops_wrapperblogbox .tooltip4:hover:after {
    background: #ffc000;
    top: 33px;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
	font-size: 14px;
	white-space: nowrap;
}
.pops_wrapperblogbox .tooltip1:hover:after {
    left: 0px;
}
.pops_wrapperblogbox .tooltip2:hover:after {
    left: -33px;
}
.pops_wrapperblogbox .tooltip3:hover:after {
    left: -63px;
}

.pops_wrapperblogbox .tooltip4:hover:after {
    left: -94px;
}
.pops_wrapperblogbox img	{
	width: 100%;
}

.pops_blogtext	{
	width: 100%;
}

.pops_blogtext span.left	{
	text-align: left;
	width: 70%;
	float: left;
}
.pops_blogtext span.right	{
	text-align: right;
	width: 30%;
	float: left;
}
.pops_blogtext span.right	a i {
	padding-left: 5px;
	font-size: 9px;
	color: #ffffff;
}
.pops_blogtext span.right	a:hover i	{
	color: #ffc000;
}

.pops_partner	{ padding: 50px 0px;}

#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}

#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next.png)0px -50px no-repeat;
}

#prev:hover, #next:hover {
  background-position: 0px 0px;
}

.partnerWrap {
  margin: 30px 0;
  position: relative;
}
.slideshow {
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }
.pops_clientwrapper	{
	margin: 0 auto;
	float: none;
	width: 500px;
}

.pops_clientimage {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

.pops_clientimage img{
	width: 150px;
	height: 60px;
	/* border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px; */
	border:1px solid white;
}
.pops_clientimage img:hover { border: 3px solid #ffc000; }

.pops_clientdes {
  /* position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0; */
  color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;

}
.pops_clientimage:hover .pops_clientdes {
  visibility: visible;
  opacity: 1;

}
.pops_clientimage	div.fa	{font-size: 12px; position: absolute;}
.pops_clientimage:hover div.fa{ color: #ffc000; font-size: 12px; }
.pops_clientimage	div.mleft1	{ left: 46%;}
.pops_clientimage	div.mleft2	{ left: 49%;}
.pops_clientimage	div.mleft3	{ left: 52%;}
.pops_clientimage	div.mleft4	{ left: 55%;}
.pops_clientimage	div.mleft5	{ left: 58%;}

.pops_maps {
  margin: 50px 0;
  display: block;
  overflow: hidden;
  height: 400px;
}

.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}
.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
}
.addr ul li i {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #00ACE9;
  font-size: 18px;
  text-align: center;
}
.pops_footer	{
	padding: 40px 0px;
}

.pops_footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.pops_footer ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.pops_footer ul li:before {
    content: "\002022 ";
    color: #ffc000;
	font-size: 2.5em;
    vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.pops_morelink a{
	float: left;
	color: #5d9e30;
	text-indent: 15px;
}

.pops_footer span.left {
	float: left;
	color: #ffc000;
	font-size: 1.5em;
	text-align: left;
	line-height: 30px;
}
.pops_footer span.right {
	float: left;
}
.pops_footer .col-xs-1 {
	padding: 0px;
}
.pops_footer .col-xs-11	{
	padding: 0px 0px 0px 10px;
}
.pops_footer span.left.fa-envelope { font-size: 1.2em;}

.pops_bottom	{
	padding: 15px 0px;
	width: 100%;
	background: #333536;
	}
.pops_bottom .left { float: left;}
.pops_bottom .right { float: right;}
.pops_bottom .right fa { padding: 15px;}
.pops_bottom .right div.soc {
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background: #c6cfd3;
	color: #333536;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.pops_bottom a{
	text-decoration: none;
}

.pops_bottom .right a:hover div.soc{
	background: #ffc000;
}

#pops_flicker	{}
#pops_flicker ul li:before {
    content: none;
    vertical-align: middle;
}

#pops_flicker.smoothmenu ul li a {
	width: 55px;
	height: 55px;
	margin-right: 0px;
}

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(./images/bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #555 }

ul.footer_gallery li { display: block; float: left; margin: 0 5px 5px 0 }
ul.footer_gallery li img { }



.slider_caption p { color: #ffffff; background: rgba(0, 0, 0, 0.32); padding: 10px; font-size: 12px; }

.slider_caption	{
	margin-left: 20%;
	text-align: left;
	text-shadow: none;
	top: 35%;
	position: absolute;
	z-index: 10;
	width: 60%;
}

.slider_slidetitle	{
	font-size: 1em;
	background: #ffffff;
	padding: 5px 8px;
	color: #202224;
	float: left;
	margin-bottom: -10px;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.camera_bar_cont #pie_1 {
	background-color: #ffc000 !important;
}

.error{
	color: #D8000C;
}

.error i{
	margin-right: 5px;
}

.lstOurTeam{
	list-style: none;
	color: black;
}

.lstOurTeam li{
	padding: 15px 20px;
	border: 1px solid #bda356;
}
.lstOurTeam li span{
	font-size: 18px;
	font-weight: bold;
}
.lstOurTeam li b{
	font-size: 14px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-width : 480px) {

	.pops_top .navbar-brand > img{
		height: 60px;
		width: 100x;
	}

	.pops_top .navbar-toggler-icon{
		width: 1em;
    	height: 1em;
	}

	.mainMenu li a {
		font-size: 8px;
	}
	#top-menu li a {
		font-size: 12px;
	}
	#top-menu li a	{ padding: 0px;}
	#top-menu li.active a {
    color: #ffffff;
	background: #ffc000;
	font-size: 12px;
	}
	.pops_col12	{
		width: 100%;
		margin-bottom: 5px;
	}

	.hover-box {
    left: 3%;
    width: 94%;
	}
	.pops_bottom span.left	{ width: 90%; margin-left: 10px;}
	.pops_bottom span.right { width: 90%; float: left; margin: 10px;}

	.pops_bottom .right{
		float: none;
		text-align: left;
	}
	.pops_bottom .text-end{
		margin-top: 20px;
		text-align: center !important;
	}
	.pops_bottom .left{
		float: none;
		text-align: center !important;
	}

	#camera_wrap_4 {
		height: 320px !important;
		border-top: 2px solid #fff !important;
	}

	.camera_caption1 > span{
		font: 400 normal 1.2rem 'tahoma' !important;
	}

	.pops_reasonbg{
		padding: 30px 0;
	}

	.pops_footer .row > div {
		margin-top:20px;
	}

	.pops_clientimage img{
		width: 85px;
		height: 52px;
		/* border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px; */
		border:1px solid white;
	}
}
@media (max-width:600px){
	.pops_caption {
		display: none;
	}
}
@media(min-width:500px) and (max-width: 650px){
	.hover-box {
    left: 5%;
    width: 90%;
	}
	.pops_bottom .right{
		float: none;
		text-align: left;
	}
	.pops_bottom .text-end{
		margin-top: 20px;
		text-align: center !important;
	}
	.pops_bottom .left{
		float: none;
		text-align: center !important;
	}

	.pops_footer .row > div {
		margin-top:20px;
	}

	.pops_clientimage img{
		width: 85px;
		height: 52px;
		/* border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px; */
		border:1px solid white;
	}
}
@media(max-width:767px){
	.pops_col9	{ padding: 0px;}
	.pops_slider	{ top: 2px;}
	.pops_lightgrey_about	{ padding-top: 150px;}
	.pops_portfolio	{ padding-top: 30px; }
	.pops_blog	{ padding-top: 30px;}
	.pops_partner	{ padding-top: 30px;}
	.pops_lightgrey	{ padding-top: 30px;}
	.pops_margintop10	{
	margin-top: 10px;
	}
    #camera_wrap_4 {
		height: 400px !important;
	}
	.camera_caption1 > span{
		font: 500 normal 1.5rem 'tahoma' !important;
	}

	.pops_reasonbg{
		padding: 50px 0;
	}

	.pops_footer .row > div {
		margin-top:20px;
	}

	.mailme {

	}
	.logo {
		text-align: center;
	}
	.socials ul {
		float: none;
		text-align: center;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.mainMenu li a {
	padding: 8px 7px;

	}
	#top-menu ul {
		float: none;
		text-align: center;
		line-height: 40px;
		margin-left: 15px;
	}
	#top-menu li {
    float: left;
	line-height: 40px;
}
	#top-menu li a {
	padding: 8px 7px;

	}
	#top-menu li.active a {
    color: #ffffff;
	background: #ffc000;
	line-height: 40px;
	}

  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 220px;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: 0px;
  }
  .info3 {
    margin-bottom: 30px;
  }
}

@media(min-width:768px){
	.rmargin	{ right: 10%;}
   .socials ul {
    float: none;
    text-align: center;
  }
  .imgWrp {
    height: 160px;
  }
  .imgWrp:hover {
      height: 160px;
      opacity: 1;
      margin-top: 0px;
  }
  #box-img_testimonial a {
    width: 40px;
  }
  .opener span:before,
  .opener span:after {
    width: 30%;
  }
  .info3 {
    margin-bottom: 30px;
  }

}
@media(min-width:600px) and (max-width:769px){
	h1	{ font-size: 1rem;}
	.pops_slidetitle { font-size: 1rem;}
	.pops_caption	{ font-size: 14px; top: 50%;  width: 90%; margin-left: 10%; }
	.rmargin	{ right: 3%; }
	}
@media(min-width:768px) and (max-width:992px){
	 h1	{ font-size: 1.2rem;}
	.pops_slidetitle { font-size: 1.2rem;}
	.pops_caption	{ font-size: 18px; margin-left: 40%; top: 45%;}
	.pops_container {
	width: 100%;
	}
	.pops_container .mainMenu li a {
	padding: 10px;
	}
	.pops_margintop10	{
	margin-top: 10px;
	}
	.camera_caption1 > span{
		font: 500 normal 1.8rem 'tahoma' !important;
	}
}
@media(min-width:992px) {
  .imgWrp {
    height: 190px;
    opacity: 0.5;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: -15px;
  }
  .txtarea {
    margin: 0;
  }
  #box-img_testimonial a {
    width: 50px;
  }
  .opener span:before,
  .opener span:after {
    width: 45%;
  }
  .socials ul {
    float: right;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-width : 540px)	{
	.pops_clientwrapper	{ width: 320px; font-size: 12px;}
	.pops_clientwrapper .next{ margin-top: 20px;}
	.pops_marginleft50	{ margin-left: 50px;}
	.pops_clientimage	div.fa	{ display: none;}
	.pops_bottom .right{
		float: none;
		text-align: left;
	}
	.pops_bottom .text-end{
		margin-top: 20px;
		text-align: center !important;
	}
	.pops_bottom .left{
		float: none;
		text-align: center !important;
	}
	.camera_caption1 > span{
		font: 400 normal 1.2rem 'tahoma' !important;
	}
	.pops_clientimage img{
		width: 85px;
		height: 52px;
		/* border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px; */
		border:1px solid white;
	}
}
@media only screen
and (min-device-width : 540px)
and (max-width : 650px)	{
	.pops_clientimage img{
		width: 150px;
		height: 55px;
		/* border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px; */
		border:1px solid white;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }
}