/*
Theme Name: Dotnet it solutions
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Modified Twenty Sixteen theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: twentysixteen
*/
@import 'https://fonts.googleapis.com/css?family=Lato:400,700';
/************************	Reset styles		************************************************************/
*						{	margin:0;padding:0																}
*						{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box	}
:before, :after			{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box	}
.clear					{	clear:both																		}
.clearfix:after			{	content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0	}
img						{	border:0;max-width:100%;height:auto;vertical-align:top;							}
a						{	text-decoration:none;transition:all ease 0.4s;									}
input, textarea			{	outline:none																	}
a:active, a:focus		{	outline:0;outline-style:none;outline-width:0									}
li						{	list-style:none																	}
.hide					{	display:none																	}
.show					{	display:block																	}
.vhidden				{	visibility:hidden																}
.aligncenter			{	text-align:center																}
.alignleft				{	float:left;margin:0 15px 15px 0;												}
.alignright				{	float:right;margin:0 0 15px 15px;												}
.left					{	float:left																		}
.right					{	float:right																		}
.relative				{	position:relative																}
.absolute				{	position:absolute																}
h1, h2, h3, h4, h5, h6	{	font-weight:normal;																}
/************************	Reset styles end	************************************************************/
html, body{
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:400;
	font-family:'Century Gothic', sans-serif;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}
.enclose{
	max-width:1170px;
	margin:auto;
}
.navigation{
	margin-top:40px;
}
.navigation li{
	float:left;
	margin-left:50px;
}
.home .navigation li a{
	color:#fff;
	text-shadow:2px 2px #000;
}
.navigation li a{
	display:block;
	color:#333;
	font-size:20px;
	padding-bottom:5px;
	border-bottom:2px solid rgba(0,0,0,0);
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
.navigation li.current-menu-item a{
	border-bottom:2px solid #f7bc20;
}
.navigation li.current-menu-item.menu-item-type-custom a{
	border-bottom:2px solid rgba(0,0,0,0);
}
.copyright{
	background:#171e26;
	text-align:center;
	font-family:'Century Gothic', sans-serif;
	font-size:16px;
	padding:15px;
	line-height:20px;
	color:#fff;
}
.footer{
	background:#2676bb;
	padding-top:25px;
	min-height:300px;
}
.footer .col1{
	float:left;
	width:14.5%;
	padding-right:30px;
	min-height:2px;
	margin-bottom:40px;
}
.footer .col2{
	float:left;
	width:59%;
	padding:0 50px 0 25px;
	background:url(images/footer-shadow.png) no-repeat left center, url(images/footer-shadow.png) no-repeat right center;
	min-height:260px;
	margin-bottom:40px;
}
.footer .col3{
	float:left;
	width:26.5%;
	padding-left:40px;
	min-height:2px;
	margin-bottom:40px;
}
.footer h2{
	font-size:22px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #4d8dc4;
	position:relative;
	margin-bottom:20px;
}
.footer h2:before{
	width:35px;
	height:1px;
	background:#83afd6;
	position:absolute;
	left:0;
	bottom:-1px;
	content:'';
}
.footer .q-links li{
	display:block;
	color:#cdcdcd;
	font-size:16px;
	margin-bottom:23px;
}
.footer .q-links li a{
	font-size:16px;
	color:#fff;
	padding-left:15px;
	background:url(images/list-style-dot.png) no-repeat left center;
}
.foot-mid .left{
	width:250px;
}
.foot-mid .right{
	width:350px;
	border:4px solid #fff;
	min-height:190px;
}
.foot-mid .right iframe{
	width:100%;
	height:195px;
	display:block;
}
.foot-mid p{
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
}
.foot-mid p:first-child{
	font-size:18px;
}
.foot-mid .contacts{
}
.foot-mid .contacts li{
	margin-top:18px;
}
.foot-mid .contacts li a{
	display:inline-block;
	padding-left:28px;
	color:#fff;
	font-size:16px;
	line-height:20px;
}
.foot-mid .contacts li a.phone{
	background:url(images/icon-phone.png) no-repeat left center;
}
.foot-mid .contacts li a.fax{
	background:url(images/icon-fax.png) no-repeat left center;
}
.foot-mid .contacts li a.mail{
	background:url(images/icon-mail.png) no-repeat left center;
}
.f-logo{
	display:inline-block;
	margin:50px 0 40px;
}
.f-social{
	text-align:center;
}
.f-social li{
	margin:0 4px;
	display:inline-block;
}
.f-social a{
	display:block;
}
.home-slider .item img.layer{
	display:block;
	width:100%;
	height:auto;
}
.home-slider .item img.wp-post-image{
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top:0;
}
.home-slider .item iframe,
.home-slider .item video{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.home-slider .slick-dots{
	position:absolute;
	bottom:130px;
	left:50%;
	margin-left:-585px;
}
.home-slider .slick-dots li{
	display:inline-block;
	margin-right:10px;
	border:2px solid #000;
	border-radius:50%;
}
.home-slider .slick-dots li button{
	display:block;
	width:16px;
	height:16px;
	background:#666666;
	position:relative;
	text-indent:-9999px;
	border-radius:50%;
	border:2px solid #666666;
	cursor:pointer;
}
.home-slider .slick-dots li.slick-active{
	border:2px solid #f7bc20;
}
.home-slider .slick-dots li.slick-active button{
	background:#f7bc20;
	border:2px solid #000;
}
.home-slider .slick-slide{
	position:relative;
}
.home-slider .slide-content{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding-top:230px;
}
.home-slider .slide-content p{
	font-weight:bold;
	font-size:28px;
	color:#fff;
	text-shadow:2px 2px #000;
	line-height:40px;
}
.home-slider .slide-content a{
	display:inline-block;
	font-weight:bold;
	font-size:28px;
	color:#000;
	background:url(images/slide-btn-arrow.png) no-repeat right center #f7bc20;
	line-height:55px;
	border:3px solid #fff;
	border-radius:60px;
	padding:0 60px 0 20px;
	margin-top:24px;
	text-shadow:none;
}
.home .header{
	position:absolute;
	top:0;
	width:100%;
	left:0;
	padding:20px 0;
	z-index:100;
	background:none;
}
.header{
	padding:20px 0;
	background:#f1f2f4;
	position:relative;
}
.hamburg{
	margin-top:35px;
}
/**Home page**/
.welcome-box{
	background:#f4f4f4;
	min-height:300px;
	text-align:center;
}
.welcome-title{
	display:inline-block;
	/*line-height:82px;*/
	font-size:45px;
	padding:30px 40px;
	margin-bottom:35px;
	color:#333;
	border-bottom:1px solid #666666;
	position:relative;
	min-width:570px;
}
.welcome-title span{
	color:#2676bb;
}
.welcome-title img{
	display:inline-block;
	vertical-align:middle;
}
.welcome-title:before{
	width:74px;
	height:5px;
	content:'';
	position:absolute;
	bottom:-3px;
	left:50%;
	margin-left:-37px;
	background:#666666;
}
.welcome-box .desc{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#000;
	font-size:20px;
	margin-bottom:35px;
}
.welcome-box .cols{
	margin:0 -15px;
}
.welcome-box .cols li{
	margin-bottom:35px;
	float:left;
	width:33.33%;
	padding:0 15px;
}
.welcome-box .cols li h3{
	font-weight:bold;
	color:#2676bb;
	font-size:30px;
}
.welcome-box .cols li a{
	display:inline-block;
	color:#000;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	border:2px solid #fff;
	line-height:38px;
	padding:0 50px 0 20px;
	background: #f7bc20 url(images/slide-btn-arrow.png) no-repeat right center / 38px 28px;
	border-radius:30px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.5);
	margin-top:30px;
}
.our-services{
	padding:10px 0px 50px;
	text-align:center;
}
.our-mission{
	padding:40px 0px 70px;
	color:#fff;
	font-size:23px;
	line-height:40px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-align:center;
	background:url(images/our-mission-img.jpg) no-repeat center center / cover;
}
.our-mission .welcome-title{
	color:#fff;
}
.our-mission a{
	background:#f7bc20;
	line-height:48px;
	max-width:295px;
	width:100%;
	color:#000;
	font-family:'Century Gothic', sans-serif;
	font-weight:bold;
	border:1px solid #8e6e20;
	border-radius:5px;
	display:inline-block;
	margin-top:35px;
}
.why-choose{
	text-align:center;
	padding-top:10px;
}
.partners{
	padding:10px 0 40px;
	background:#f4f4f4;
	text-align:center;
}
.partner-slider div.item{
	padding:5px;
}
.partner-slider div.item p{
	box-shadow:0 0 3px #dcdcdc;
	background:#f8f8f8;
	padding:10px;
}
.partner-slider .slick-arrow{
	position:absolute;
	top:50%;
	border:0;
	text-indent:-9999px;
	width:34px;
	height:34px;
	margin-top:-17px;
	cursor:pointer;
}
.partner-slider .slick-arrow.slick-prev{
	background:url(images/partner-slider-arrow-left.png) no-repeat center;
	left:-55px;
}
.partner-slider .slick-arrow.slick-next{
	background:url(images/partner-slider-arrow-right.png) no-repeat center;
	right:-55px;
}
.newsletter{
	padding:20px 0;
}
.newsletter h2{
	font-size:32px;
	color:#333333;
}
.newsletter h2 img{
	vertical-align:middle;
	display:inline-block;
}
.newsletter form{
	position:relative;
}
.newsletter form label{
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#333;
	vertical-align:middle;
}
.newsletter form input[type=email]{
	max-width:500px;
	width:100%;
	background:none;
	border:1px solid #cdcdcd;
	border-radius:5px;
	padding:10px 125px 10px 20px;
	line-height:25px;
}
.newsletter form input[type=submit]{
	width:120px;
	background:#f7bc20;
	border:0;
	border-radius:5px;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:700;
	text-align:center;
	line-height:45px;
	position:absolute;
	right:0;
	top:0;
	-webkit-appearance:none;
	appearance:none;
	cursor:pointer;
}
/**Page Content**/
#primary header{
	text-align:center;
}
#primary header h1{
	display:inline-block;
	font-size:45px;
	padding:30px 40px;
	margin-bottom:35px;
	color:#333;
	border-bottom:1px solid #666666;
	position:relative;
	min-width:570px;
}
#primary header h1:before{
	width:74px;
	height:5px;
	content:'';
	position:absolute;
	bottom:-3px;
	left:50%;
	margin-left:-37px;
	background:#666666;
}
#primary .entry-content h2{
	font-weight:bold;
	color:#2676bb;
	font-size:30px;
	margin-bottom:20px;
}
#primary .entry-content iframe{
	display:block;
	padding:10px;
	border:5px solid #F7BC20 !important;
	border-radius:10px;
}
#primary .entry-content a{
	color:#F7BC20;
}
/**Testimonials**/
.testimonials{
	padding:10px 0 50px;
	text-align:center;
}
.testimonials .testi-slider .item{
	text-align:left;
	padding:0 80px;
}
.testimonials .testi-slider .item .test-box{
	width:50%;
	float:left;
}
.testimonials .testi-slider .con{
	background:#f7bc20;
	padding:35px 50px 35px 28px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:20px;
	color:#000;
	border-radius:10px;
	margin-bottom:50px;
	position:relative;
	margin-right:-28px;
	line-height:30px;
}
.testimonials .testi-slider .con:before{
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	background:url(images/testi-arrow1.png) no-repeat;
	left:155px;
	bottom:-31px;
}
.testimonials .testi-slider .con.c-right{
	margin-top:50px;
	background:#eaeaea;
}
.testimonials .testi-slider .con.c-right:before{
	background:url(images/testi-arrow2.png) no-repeat;
	bottom:-31px;
}
.testimonials .testi-slider .item .test-box img{
	float:left;
	margin-right:30px;
}
.testimonials .testi-slider .item .test-box .clearfix{
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#000;
	line-height:120px;
}
.testimonials .testi-slider .slick-arrow{
	position:absolute;
	top:50%;
	width:49px;
	height:47px;
	border:0;
	margin-top:-24px;
	text-indent:-9999px;
	z-index:100;
}
.testimonials .testi-slider .slick-arrow.slick-prev{
	background:url(images/testi-arrow-left.png);
	left:-20px;
}
.testimonials .testi-slider .slick-arrow.slick-next{
	background:url(images/testi-arrow-right.png);
	right:-20px;
}
#primary{
	min-height:400px;
}
.serv_bg{
	background:url(images/our-services-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:left;
}
.serv_bg h1{
	font-size:23px;
	color:#2676bb;
	line-height:23px;
	font-family:Century Gothic;
	font-weight:bold;
	margin:37px 0px 55px;
}
.serv_bg li{
	color:#333;
	font-family:Century Gothic;
	font-weight:bold;
}
.serv-left{
	float:left;
	max-width:380px;
	width:100%;
}
.serv-left li{
	font-size:20px;
	margin-bottom:30px;
	line-height:35px;
}
.serv-left li img{
	margin-right:10px;
}
.serv-right{
	float:right;
	max-width:320px;
	width:100%;
}
.serv-right h1{
	text-align:right;
}
.serv-right ul{
	margin-left:15px;
}
.serv-right li{
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}
.serv-right li img{
	margin-right:10px;
}
.serv-right li span{
	width:265px;
	display:inline-block;
	top:-3px;
}
.why-choose{
	background:url(images/why-choose-bg.jpg) no-repeat;
	background-position:top center;
	height:594px;
	font-size:22px;
	color:#000;
	font-family:Century Gothic;
	font-weight:bold;
	line-height:26px;
}
.mobi{
	position:absolute;
	left:300px;
	top:225px;
	text-align:left;
}
.ol{
	position:absolute;
	left:108px;
	top:330px;
	text-align:right;
}
.sc{
	left: 50px;
    position: absolute;
    top: 483px;
	text-align:right;
}
.susbty{
	position: absolute;
    right: 255px;
    top: 227px;
	text-align:left;
}
.bd{
	position: absolute;
    right: 180px;
    top: 330px;
	text-align:left;
}
.cc{
	position: absolute;
    right: 45px;
    text-align: left;
    top: 485px;
}
.serv-mobile{
	display:none;
}
.why-mobile{
	display:none;
}
.nl-left{
	float:left;
	width:250px;
}
.nl-right{
	float:right;
	max-width:870px;
	width:100%;
}
.nl-right label{
	float:left;
	width:365px;
	padding-top:10px;
}
.nl-right .email-field{
	max-width:500px;
	width:100%;
	float:right;
	position:relative;
}
.error-404{
	text-align:center;
	font-weight:300;
	font-size:15px;
	color:#000;
	padding-bottom:40px;
}
.error-404 h1{
	font-weight:700;
	text-align:center;
	font-size:100px;
	line-height:110px;
}
.error-404 h2{
	font-weight:700;
	font-size:24px;
	line-height:28px;
	margin:20px 0px;
}
.error-404 p{
	margin-bottom:15px;
}
.error-404 a{
	color:#000;
	font-size:20px;
}
.error-404 a:hover{
	text-decoration:none;
}
.error-404 .search-form label span.screen-reader-text{
	display:none;
}
.error-404 .search-form input[type='search']{
	background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #b3b5b7;
    font-size: 16px;
    font-weight: 300;
    line-height: 54px;
    padding:0px 5px;
    width: 100%;
	max-width:300px;
	margin-bottom:10px;
}
.error-404 .search-form button[type='submit']{
	-moz-appearance: none;
    background: #343434 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size:18px;
    font-weight: normal;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	max-width:90px;
}
.backtotop{
	display:none;
}
#backtotop{
	position: fixed;
	right:0px;
	bottom:15px;
	display:none;
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:30px;
	height:30px;
}
#backtotop a:hover {
	opacity:.8;
}
/****************************************/
@media only screen and (max-width:1200px){
/*****/
.enclose{
	max-width:994px;
}
.home-slider .slide-content{
	padding-top:200px;
}
.home-slider .slick-dots{
	margin-left:-497px;
	bottom:30px;
}
.foot-mid .right{
	width:250px;
}
.partners{
	padding:10px 60px 40px
}
.testimonials{
	padding:10px 40px 50px;
}
.serv_bg{
	background-size:60%;
}
.serv_bg h1{
	font-size:18px;
	line-height:22px;
	margin:28px 0 40px;
}
.serv-right ul{
	margin-left:55px;
}
.serv-right li{
	font-size:16px;
	line-height:26px;
}
.serv-right li span{
	width:220px;
}
.serv-left li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.mobi {
    left:245px;
}
.susbty {
    right:210px;
}
.bd {
    right:110px;
}
.ol {
    left:50px;
}
.sc {
    left:0px;
}
.cc {
    right:-4px;
}
.why-choose{
	font-size:16px;
	line-height:20px;
}
.nl-left {
    width: 25%;
}
.nl-right {
    max-width: 100%;
    width: 74%;
}
.nl-right label {
    padding-top:15px;
    width: 40%;
}
.newsletter form label{
	font-size:17px;
}
.nl-right .email-field {
    width: 55%;
}
/*****/
}
@media only screen and (max-width:1023px){
/*****/
.enclose{
	max-width:738px;
}
.logo img{
	width:190px;
	height:auto;
}
.hamburg{
	margin-top:10px;
}
.home-slider .slide-content{
	padding-top:130px;
}
.home-slider .slick-dots{
	margin-left:-50px;
	bottom:10px;
}
.footer .col1,
.footer .col2,
.footer .col3{
	width:100%;
	padding:0;
}
.footer .col2{
	background:none;
}
.footer .col3{
	text-align:center;
}
.foot-mid .right{
	width:450px;
}
.navigation li{
	margin-left:20px;
}
.navigation{
	margin-top:20px;
}
.testimonials .testi-slider .item .test-box .clearfix{
	line-height:35px;
}
.our-mission br{
	display:none;
}
.serv_bg {
    background-size: 55% auto;
}
.serv_bg h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 40px;
}
.serv-left li{
	font-size:15px;
}
.serv-right li {
    font-size: 15px;
    line-height: 26px;
}
.serv-right ul {
    margin-left: 70px;
}
.serv-right li span {
    width: 200px;
}
.why-choose{
	height:390px;
	background-size:cover;
}
.mobi {
    left: 182px;
    top: 140px;
}
.susbty {
    right: 140px;
    top: 143px;
}
.bd {
    right: 100px;
    top: 210px;
}
.cc {
    right: 4px;
    top: 314px;
}
.ol {
    left: 40px;
    top: 208px;
}
.sc {
    left: 7px;
    top: 310px;
}
.nl-left {
	float:none;
    width:100%;
}
.nl-right {
    max-width: 100%;
    width:100%;
	float:none;
}
.nl-right label {
	padding:15px 0px;
    width:100%;
	float:none;
	display:block;
}
.nl-right .email-field{
	float:none;
	width:100%;
}
.home-slider .slide-content p{
	font-size:20px;
	line-height:25px;
}
.home-slider .slide-content a{
	font-size:20px;
}
/*****/
}
@media only screen and (max-width:767px){
/*****/
.enclose{
	margin:0 15px;
}
.foot-mid .left{
	width:100%;
	margin-bottom:40px;
}
.foot-mid .right{
	width:100%;
}
.serv-mobile, .why-mobile{
	display:block;
}
.why-choose{
	background:none;
	background-color:#f4f4f4;
	height:auto;
}
.serv_bg{
	display:none;
}
.why-desktop{
	display:none;
}
#primary header h1{
	padding:15px 10px;
	font-size:26px;
	min-width:10px;
}
.welcome-title{
	padding:15px 10px;
	font-size:26px;
	min-width:10px;
}
.welcome-title img{
	width:35%;
}
.welcome-box .cols{
	margin:0px;
}
.welcome-box .cols li{
	float:none;
	padding:0px;
	width:100%;
	margin-bottom:15px;
}
.newsletter h2{
	font-size:26px;
}
.newsletter form input[type="submit"]{
	font-size:14px;
	width:100px;
}
.our-mission{
	font-size:18px;
	line-height:28px;
}
.welcome-box .cols li h3{
	font-size:25px;
}
.welcome-box .cols li a{
	margin-top:15px;
}
.testimonials .testi-slider .item .test-box{
	float:none;
	width:100%;
}
.testimonials .testi-slider .item{
	padding:0px 30px;
}
.testimonials .testi-slider .con{
	padding:15px;
	font-size:16px;
	line-height:24px;
	margin-right:0px;
}
.testimonials {
    padding: 10px 20px 50px;
}
.backtotop{
	display:block;
}
#primary .entry-content h2{
	font-size:24px;
}
/*****/
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
/*****/
body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.home-slider, .home-slider .slick-slide{
	height:450px;
	overflow:hidden;
}
.home-slider .slick-slide img.wp-post-image{
	width:auto;
	height:450px;
	max-width:inherit;
	position:absolute;
	right:0%;
	left:inherit;
}
.home-slider .slick-slide video{
	height:100%;
	width:auto;
	right:0%;
	left:inherit;
}
/*****/	
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
/*****/
body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.home-slider, .home-slider .slick-slide{
	height:100vh;
	overflow:hidden;
}
.home-slider .slick-slide img.wp-post-image{
	width:auto;
	height:100vh;
	max-width:inherit;
	position:absolute;
	right:-30%;
	left:inherit;
}
.home-slider .slick-slide video{
	height:100%;
	width:auto;
	right:-50%;
	left:inherit;
}
/*****/	
}
@media only screen and (max-width:479px){
/*****/
.testimonials .testi-slider .con:before{
	left:115px;
}
.testimonials .testi-slider .item{
	padding:0px 10px;
}
/*****/
}