/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

*
{
	margin:0;
	padding:0;
	/*transition:.5s;
	-webkit-transition:.5s;*/
	font-family: 'PT Sans', sans-serif;
}
.h2, h2 {
    font-size: 24px;
}
.navbar {
    border-radius: 0;
	min-height:90px;
    margin-bottom: 0;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: transparent;
}
.navbar-right
{
    margin-top: 10px;
}
.navbar-right .glyphicon
{
	padding:10px;
	border-radius:100%;
	color:#fff;
	background: #0092D5;
}
.navbar-right li:hover .glyphicon
{
	background:#CD2E7E;
	/*transform:rotateY(360deg);*/
}
.banner
{
	background:transparent;
	/*background:url(../images/10.jpg);
	background-attachment:fixed;
	background:#2d2c2a;
	background-size:cover;
	-webkit-background-size:cover;*/
	min-height:600px;
	padding:30px 0;
}
.banner h3
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:40px;
    color: #fff;
    /*text-shadow: 1px 1px 2px #000;*/
	position:relative;
}
.crslne
{
	position:relative;
}
.crslne:before
{
    content: '';
    width: 145px;
    height: 4px;
    background: red;
    position: absolute;
    top: 26px;
    /* left: 0px; */
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}
/*.crslne:after
{
	content:attr(data-title);
    position: absolute;
    top: 55px;
    left: 100px;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
	display: inline-table;
	
}*/
.banner p
{
	color: #fff;
    font-size: 22px;
    padding: 10px 0;
    /*text-shadow: 1px 1px 2px #000;*/	
}
.bnfrm p
{
	color:#333;
    font-size: 16px;
    text-shadow: 0px 0px 0px #fff;
}
.banner .mgtb50
{
	margin:20px 0;
}
.banner .bnrp
{
    font-size: 16px;
    /*text-align: justify;*/
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,.7);
}

.mgt10p
{
	margin-top:4px;
}
.mgt20p
{
	margin-top: 10px;
}
.kybdrBtm
{
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 20px;
}
.kybdrBtm:last-child
{
	border-bottom:none;	
    margin-bottom: 0px;
}
.wrkdne
{
	box-sizing:border-box;
	height:180px;
	position:relative;
	overflow: hidden;
	cursor:pointer;
    /*box-shadow: 0 0 1px #000;
    background:rgb(0, 146, 212);*/
    background: rgba(0,0,0,0.7);
}

.banner .bg1 .fa
{
	color: #FF442F;
}
.banner .bg2 .fa
{
	color: #FFED00;
}
.banner .bg3 .fa
{
	color: #0092D5;
}

/*.wrkdne.bg1
{
	background: rgba(252,96,31,0.7);
	transition:.5s;
	-webkit-transition:.5s;
}
.wrkdne.bg2
{
	background: rgba(44, 173, 183, 0.7);
	transition:.5s;
	-webkit-transition:.5s;
}
.wrkdne.bg3
{
	background: rgba(160, 180, 0, 0.7);
	transition:.5s;
	-webkit-transition:.5s;
}
.wrkdne.bg1:hover
{
	background: rgba(252,96,31, 1);
}
.wrkdne.bg2:hover
{
	background: rgba(44, 173, 183, 1);
}
.wrkdne.bg3:hover
{
	background: rgba(160, 180, 0, 1);
}*/
.wrkdne .fa
{
	color:#fff;
	font-size:5em;
	padding-bottom:20px 10px;
    padding: 30px 0;
	opacity:1;
	transition:.2s;
	-webkit-transition:.2s;
}
.wrkdne p
{
	color:#fff;
	font-size:20px;
    text-shadow: none;
}

.wrkdne .ovrly
{
	position:absolute;
    /*background: rgb(255, 255, 255);*/
	width:100%;
	height:130px;
	top:80px;
	padding:24px 20px;
	transition:.5s;
	-webkit-transition:.5s;
}

.wrkdne:hover .ovrly
{
	top: 40px;
    color: #FFF;
}

.wrkdne:hover .fa
{
	opacity:0;
	transform:scale(3);
	-webkit-transform:scale(3);
}

.srv
{
	padding:0;
}
.whycu
{
    padding: 0px;
    /*background: #F9F9F9;*/
}
.whycu p
{
	font-size:16px;
}
.whycu span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 30px;
    background: #DD2986;
}
.srv span , .whatwedo span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 0;
	background: #ff0030;
}
.abt span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 0;
	background: #0CF;
}
.abtsrv h3
{
	font-size:30px;
	color:#de383a;
}
.testimonials .ttl
{
	font-size:2em;
	color:#333;
}
.testimonials .ttl span
{
	width: 4%;
    height: 4px;
    display: block;
    margin: 15px auto 30px;
	background: #0092D5;
}
.pd30
{
	padding:15px 0;
}
.pd30 .media-heading
{
    padding: 10px 0 0;
}

.testimonials
{
	padding:0;
    /*background: url(../images/6.jpg);*/
    background: #fff;
	background-attachment:fixed;
}
.testimonials .dispinl
{
	display:inline;
}
.testimonials .img-rounded
{
	width:100px;
	height:100px;
	border-radius:100%;
	-webkit-border-radius:100%;
    border: 3px solid #fff;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left:none;
    color: rgb(225, 253, 0);
}
.carousel-indicators {
    top: 90%;
}
.wd80p
{
	width:80%;
	color:#fff;
	font-size:20px;
	margin:10px auto;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 18px !important;
}
.ftr
{
	padding:30px 0 20px;
	background: #111 url(../images/b_bg.gif);
}
.ftr h2
{
    color: #c8bf2c;
}
.ftr .bdrl
{
	border-left:1px solid rgba(255,255,255,0.2);
}
.ftr .bdrr
{
	border-right:1px solid rgba(255,255,255,0.2);
}
.ftr p
{
	font-size:16px;
	color:rgba(255,255,255,1);
    text-align: justify;
}
.ftrCntus li
{
	margin-bottom:10px;
    list-style: none;
}
.ftrCntus .glyphicon
{
	vertical-align:top;
	color:rgba(255,255,255,.7);
}
.ftrCntus .info
{
	display:inline-block;
	color:rgba(255,255,255,1)
}
.testimonials h3
{
	font-size:30px;
	color:#de383a;
}
.srv h2 , .whatwedo h2 , .nh3
{
	font-size:30px;
	color:#de383a;
}
.srv h1
{
	font-size:30px;
	color:#de383a;
}
.srv h4
{
	font-size:18px;
	color:#333;
	font-weight: bold;
}
.srv .ourclnt .s_clLogo
{
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	transition: .5s;
}
.srv .ourclnt .s_clLogo:hover
{
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.srv .ourclnt .s_clLogo img
{
	display: initial;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.testimonials .testibox
{
	box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 1px #E4E4E4;
    transition: .5s;
    -webkit-transition: .5s;
    margin-bottom: 30px;
}
.testimonials .testibox:hover
{
    background: #f5f5f5;
}
/*.testimonials .testibox:hover
{
	background:rgba(255,255,255,.8);
    box-shadow: 0 5px 10px #333;
	transform:scale(1.1);
	z-index:1000;
}*/
.fs16
{
	font-size:16px;
	text-align: justify;
}
.testimonials .testibox p
{
	color:#333;
	font-size:16px;
    text-align: justify;
}
.testimonials .testibox h3
{
	font-size: 14px;
    color: #000;
    text-align: right;
}
.testimonials .testibox .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
.callus
{
    /*color: #F00;*/
    font-size: 26px;
}
.mgt10pxN
{
	margin-top:10px;
}
.fxmenu .mgt10pxN 
{
	margin-top:10px;
}
.testimonials .testibox img
{	
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    display: -webkit-box;
    margin-bottom: 15px;
	border:5px solid #fff;
}
.testibox h5
{
    padding: 0;
    margin: 2px;
    text-align: right;
    font-size: 14px;
    color: #BDBDBD;
}
.listBing li
{
    list-style: none;
    position: relative;
    padding: 4px 10px 4px 30px;
	transition:1s;
	-webkit-transition:1s;
	font-size:18px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}
.listBing li:last-child
{
	border-bottom:none;
}
.listBing2 li
{
    list-style: none;
    position: relative;
    padding: 7px 10px 7px 30px;
	transition:.5s;
	-webkit-transition:.5s;
	border-left:1px solid #000;
	border-bottom:1px solid #DFDFDF;
}

.listBing2 li:last-child
{
	border-bottom:none;
}
.listBing li:hover
{
	background:#fff;
	color:#333;
	border-left:10px solid #000;
}
.listBing li:before
{
	content:'\f046';
	font-family:fontAwesome !important;
	position:absolute;
	left:10px;
}
.flwus li
{
	list-style:none;
	float:left;
	padding-right:20px;
}
.ourclnt .col-sm-6 {
    width: 50%;
    height: 100px;
	position:relative;
	float: left;
}
.ourclnt .col-sm-6 img
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    padding: 20px;
}
.ourclnt .col-sm-6 .clntlogo
{
	padding:10px;
	box-sizing:border-box;
}
.flwus li i
{
	font-size:24px;
	color:#fff;
}
.cli
{
	padding:20px;
	box-sizing:border-box;
}
.mrqright
{
    /* width: 50%; */
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    margin-top: 0px;
}
.mrqright img {
    height: 80px;
    width: auto;
    margin-left: 20px;
}
.btmlne
{
	height:1px;
	width:60px;
	background:rgba(255,255,255,0.3);
	display:block;
	position:relative;
	top:-5px;
	margin-bottom:5px;
}
.btmlne2
{
	height:1px !important;
	width:60px !important;
	background:rgba(0,0,0,0.3) !important;
	display:block !important;
	position:relative !important;
	top:-5px !important;
	margin-bottom:5px !important;
	margin-left:0 !important;
}
.wd100p
{
	width:100%;
	margin:0;
}
.contentbox1
{
	height:600px;
	overflow:hidden;
	border-bottom:1px solid #c3c3c3;
}

.contentbox1 .conic
{
	transition:8s;
	-webkit-transition:8s;
}
.contentbox1:hover .conic
{
	transform:translateY(-560px);
	-webkit-transform:translateY(-560px);
}
.contentbox2
{
	height:467px;
	overflow:hidden;
    border: 1px solid #c3c3c3;
}
.contentbox2 img
{
	transition:12s;
	transition:12s;
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.contentbox2:hover img
{
	transform: translateY(-79.5%);
	-webkit-transform: translateY(-79.5%);
	/*-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}
.section2
{
	background:transparent;
	min-height:400px;
	padding:140px 0;
}
.section2 h2
{
	font-size: 50px;
    color: #fff;
	margin:0;
	padding:0;
}
.section2 h3
{
	color:#fff !important;
}
.section2 .bgc2
{
	/*background: rgba(44, 173, 183 , .7);*/
    padding: 20px;
}
.section3
{
	background:transparent;
	min-height:400px;
	padding:150px 0;
}
.section4
{
	background:transparent;
	min-height:400px;
	padding:120px 0;
}
.section4 h2
{
	color:#fff;
	font-size:50px;
}
.section5
{
    background: transparent;
    min-height: 400px;
    padding: 100px 0;
}
.section5 h3
{
	font-size:50px;
    color: #fff;
}
.section5 h2
{
	font-size: 40px;
    color: #fff;
}
.section5 .btnD1
{
	background-color: #de383a;
    border-color: #de383a;
    color: #fff;
    font-size: 20px; 
    margin-top: 20px;
}
.mgt50pxcsb
{
	margin-top:50px;
}
.rdf
{
	text-transform:uppercase;
    color: #FF0000;
	font-weight:bold;
}
.thmsup
{
	color:#fff;
	font-size:60px;
}
.section3
{
    background: transparent;
    min-height: 400px;
    padding: 100px 0;
}
.section3 h2
{
	font-size:50px;
    color: #fff;
}
.whatwedo
{
	min-height:400px;
	padding:30px 0;
}
.pressrelease h3,
.csn h3
{
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.logo-box
{
    width: 100%;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	transition:.5s;
	-webkit-transition:.5s;
    border: 1px solid #F4F4F4;
}
.logo-box:hover
{
    border: 1px solid #EFEFEF;
	box-shadow:0 5px 1px #8B8B8B;
    transform: translateY(-5px)rotateX(20deg);
    -webkit-transform: translateY(-5px)rotateX(20deg);
}
.logo-box img
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	transition:.5s;
	-webkit-transition:.5s;
  
}
.logo-box:hover > img
{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
  
}
.bdr1px
{
	border:1px solid #E5E5E5;
}
.wsn0
{
	padding:5px;
	font-size:18px;
}
.wsn
{
	/*background:rgba(237,237,237,1.00);*/
	padding:5px;
	overflow:hidden;
	position:relative;
	transition:.5s;
	-webkit-transition:.5s;
	font-size:18px;
	font-weight:500;
}
.kywrd
{
    font-size: 14px;
    background: rgb(140, 140, 140);
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 6px;
    margin-right: 3px;
    display: inline-table;
}
.sclx2
{
	transition:.5s;
	-webkit-transition:.5s;
	border:1px solid #BDBDBD;
}
.sclx2:hover
{
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
}
/*.wsn:after
{
	content:'';
	display:block;
	background:#000;
	width:100%;
	height:100%;
	position:relative;
}*/
.wsn:before {
    content: '';
    display: block;
    background: #ECECEC;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
	transition:.5s;
	-webkit-transition:.5s;
}
.wsn:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wsn:hover ~ .wsn a
{
	color:#fff !important;
}
.mgt15p
{
	margin-top:15px;
}
.seoe h3,
.seoe p
{
	padding:0;
	margin:0;
	color:#fff
}
.bfseo
{
	background:rgb(232, 76, 61);
}
.afseo
{
	background:rgb(39, 174, 97);
}
.seoe
{
	border:1px solid #E4E4E4;
    padding: 10px 0 20px;
}
.crcleR
{
	padding: 3px 5px!important;
    color: #FFFFFF !important;
    display: inline;
    position: relative;
    top: 8px;
    font-size: 20px;
    border: 1px solid #fff;
}
.casestudy
{
	border-left: 1px solid #E2E2E2;
}

.pd15plr
{
	padding:0 15px !important;
}
.ngtbdr15p
{
    padding-bottom: 15px;
    border-bottom: 1px solid #C3C3C3;
}
/************form***********/
.bnfrm h2
{
	margin:0;
	padding:0;
}
.bnfrm
{
	background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding:24px 10px;
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 4px;
	position:relative;
}
.thg
{
	
    position: absolute;
    top: 0;
    right: -116px;
	z-index:2;
}
.bnfrm form
{
	margin:10px 0;
	box-sizing:border-box;
}
.bnfrm .form-control{
    background: transparent;
	border-radius:0;
	border:1px solid  rgba(0, 0, 0, 0.3);
}
.sbbtn
{
	background:#0092D5 !important;
	border:1px solid #0092D5 !important;
	color:#fff;
	width:auto !important;
}
.ourclnt
{
    border-left: 1px solid #DADADA;
}
.ourclnt img
{
	padding:0 0 20px;
}
.ftr form {
	width: 100%;
	/*margin: 20px;*/
}
form > div {
	position: relative;
	overflow: hidden;
}
form input, form textarea {
	width: 100%;
	border: 2px solid gray;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
}
form input:valid, form textarea:valid {
	background: white;
}
form input:focus, form textarea:focus {
	border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
	background: transparent;
    color: #000;
    font-size: 70%;
    padding: 1px 6px;
    margin-top: 5px;
    z-index: 2;
    text-transform: uppercase;
}
form label {
	-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
}
form textarea {
	display: block;
	resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}
form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}
form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}
.ftr .submbtn
{
    width: auto;
    float: right;
    color: #fff;
    background: #0092D4;
    border-color: #0092D4;
}
.ftr .form-control
{
	border-radius:0;
}
.cpr2016
{
	color:#fff;
	padding:10px 0;
	background:#000;
}
.cpr2016 a
{
	color:rgba(255,255,255,1.00);
}
.cpr2016 a:hover
{
	color:rgba(255,255,255,0.60);
}
.ftrMenulist
{
	display: flex;
    margin-bottom: 0;
	padding:0 20px;
}
.cprm
{
	background: #101010;
    padding: 5px 0;
}
.ftrMenulist li
{
	/*text-align:center;
	flex:1;*/
	float:left;
	list-style:none;
}
.ftrMenulist li a
{	
	/*border-right:1px solid rgba(255,255,255,0.4);*/
	color:rgba(255,255,255,1);
	font-size:14px;
	/*padding:0 20px;*/
	transition:.5s;
	-webkit-transition:.5s;
	padding:0 20px;
}
.ftrMenulist li a:hover
{
	color:rgba(255,255,255,.4);
	text-decoration:none;
}
.ftrMenulist li:last-child a
{
	border-right:none;
}
.bdrbtmnav
{
    border-bottom: 2px solid #333;
}
.thanks
{
	padding:200px 0;
	background:url(../images/thanks.jpg);
	-webkit-background-size:cover;
	background-size:cover;
	-webkit-background-size:cover;
	background-position:center;
}
.thanks h1
{
	font-size:48px;
	color:#333;
	margin:0;
	padding:0;
	font-size:60px;
	font-weight:bold;
    color: #f2e524;
    text-shadow: 0 1px 5px #000;
}
.thanks h3
{
	color:#fff;
    margin: 0;
    font-size: 24px;
	padding:20px 0;
    text-shadow: 0 1px 2px #000;
}

.f4mbp2
{
	position: relative;
	top: 20px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.f4mbp2 li
{
	list-style: none;
	padding-right: 10px;
}
.f4mbp2 li a
{
	display: block;
}
.f4mbp2 li a img
{
	max-width: 140px;
}
header
{
	margin-top:-20px;
}
@media (max-width:768px)
{
	.ftrMenulist
	{
    display: block;
	padding:0 15px;
	margin-top:0;
    }
	.ftrMenulist li
	{
    display: block;
	float:none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.2);
	}
	.ftrMenulist li:last-child
	{
    border-bottom: none;
	}
	.navbar-toggle
	{
    margin-top: 26px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: none;
	}
	.navbar-default .navbar-toggle
	{
    border-color: #ddd;
    border: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
    border-color: #e7e7e7;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
    border-color: #e7e7e7;
    margin-top: 25px;
	}
	.banner h1 {
    font-weight: 100;
    font-size: 25px;
	}
	.crslne:before {
	    content: '';
	    width: 154px;
	    height: 2px;
	    background: red;
	    position: absolute;
	    top: 28px;
	    left: -6px;
	    transform: rotate(9deg);
	    -webkit-transform: rotate(9deg);
	}
	.banner p {
    font-size: 16px;
    padding: 20px 0;
	}
	.listBing li
	{
    font-size: 16px;
	}
	.wrkdne
	{
    margin-bottom: 10px;
	}
	.thg
	{
    display: none;
	}
	form {
    width: 100%;
    }
	.wrkdne
	{
    height: 170px;
	}
	.wrkdne:hover .ovrly
	{
    font-size: 20px;
	}
	.srv h2, .whatwedo h2
	{
    font-size: 30px;
	}
	.abtsrv h3
	{
    font-size: 30px;
	}
	.testimonials h3
	{
    font-size: 30px;
	}
	.section2,
	.section3,
	.section4,
	.section5
	{
    min-height: 100px;
    padding: 50px 0;
	box-sizing:border-box;
	}
	.section2 h1,
	.section3 h1,
	.section4 h1,
	.section5 h1
	{
    font-size: 30px;
    padding: 0 20px;
	}
	.section2 p,
	.section3 p,
	.section4 p,
	.section5 p
	{
    padding: 0 20px;
	}
	.contentbox1 {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
	}
	.contentbox1:hover .conic
	{
     transform: translateY(0); 
     -webkit-transform: translateY(0); 
	}
	.contentbox1 .conic .col-sm-4
	{
		width:33% !important;
		float:left;
		box-sizing:border-box;
		padding:5px;
		
	}
	.contentbox1 .conic  .logo-box {
    width: 100%;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    /* padding: 10px; */
    box-sizing: border-box;
    margin: 10px 0;
    transition: .5s;
    -webkit-transition: .5s;
    border: 1px solid #F4F4F4;
	}
	.contentbox2
	{
		height:auto;
	}
	.contentbox2:hover img
	{
     transform: translateY(0); 
     -webkit-transform: translateY(0); 
	}
	.whatwedo h2
	{
    margin-top: 20px;
	}
	.casestudy {
     border-left: none; 
	}
	.ftr .bdrr,
	.ftr .bdrl {
    border-right: none;
    border-left: none;
	}
	.mrqright
	{
	margin-top:0;
	height:80px;
	}
	.mrqright img
	{
    height: 70px;
    }
	.testimonials .ttl span
	{
    width: 12%;
	}
	.whycu span
	{
    width: 12%;
	}
	.testimonials .testibox img {
    width: 50px;
    height: 50px;
	}
	.testimonials .testibox
	{
    padding: 5px;
    box-sizing: border-box;
	}
	.section3 h2 {
	    font-size: 30px;
	    padding: 0 10px;
	}
	.section2 h2 {
	    font-size: 30px;
	    padding: 0 10px;
	}
	.section4 h2 {
		font-size: 30px;
		padding: 0 10px;
	}
	.section5 h3 {
	    font-size: 30px;
	    padding: 10px 10px 0 10px;
	}
	.section5 h2 {
	    font-size: 30px;
	    color: #fff;
	    padding: 0 10px;
	}
}


/************form***********/


@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

@media (max-width:768px)
{
	#no-more-tables .col-md-12
	{
		padding:0;
	}
}