@charset "utf-8";
/* CSS Document */

/*@import url(fonts/fonts.css);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);/*font-family: 'Roboto', sans-serif;*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333333;
}
.posi_rel {
	position: relative;
}
a {
	text-decoration: none;
	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;
}
a:hover {
	/*text-decoration: underline;*/
	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;
}
a {
	outline: none;
}
:focus {
	outline: none;
}
.disTable {
	display: table;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fnone {
	float: none;
}
/**/

.message.error {
	background-color: #f2dede;
	border: 1px solid #ebcccc;
	color: #a94442;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	padding: 10px;
	font-size: 14px;
}
.message.success {
	background-color: #dff0d8;
	border: 1px solid #d0e9c6;
	color: #3c763d;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	padding: 10px;
	font-size: 14px;
}

.post-categories li{float:left;display:inline-block;margin-right:5px;}
/*-------------------------------------------------*/
/* =  General 
/*-------------------------------------------------*/

#wrapper {
	opacity: 1;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
h2 {
	font-size: 48px;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h3 {
	font-size: 24px;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 38px;
}
h2 span, h3 span {
	font-weight: 500;
	color: #0098da;
}
h2 span.font72 {
	font-size: 72px;
}
/*
p {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 1;
	/*background:rgba(255,255,255,0.8);*/
	 -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out; 
}

body.headerFix header {
    height:70px;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}



header .logo {
	padding: 30px 10px;
	 -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

body.headerFix  header .logo {
	padding:10px;
}


body.headerFix header .logo img{
	width:115px;
	height:auto;
	 -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

body.headerFix .mm-menu-toggle{
	top:25px;
	 -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

header .menu {
	margin-top: 0px;
}
header .menu a {
	color: #333333;
	text-decoration: none;
}
header .menu a:hover {
	color: #0098da;
}
header {
	transition: all 300ms ease-in-out 0s;
}
/*header.fixed{
	transition: all 300ms ease-in-out 0s;
	height:80px;
}

header.fixed .logo {
    padding: 10px 0;
}

header.fixed .logo img{
	width:150px;
	height:auto;
}

header.fixed .menu a{
	top:15px;
}*/


.pTB50 {
	padding: 50px 0 0;
}
.goto_next {
	position: absolute;
	text-align: left;
	bottom: 20px;
	left: 0;
}
.goto_next img {
	display: table;
	margin: 5px 30px 10px 30px
}
section {
	width: 100%;
	position: relative;
}
section.heroSection {
	display: table;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px 0;
}
/*
section.page2 {
	background: #99fbff;
	background: -moz-linear-gradient(-45deg, #99fbff 0%, #0098da 100%);
	background: -webkit-linear-gradient(-45deg, #99fbff 0%, #0098da 100%);
	background: linear-gradient(135deg, #99fbff 0%, #0098da 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fbff', endColorstr='#0098da', GradientType=1 );
	overflow: hidden;
}
section.page3 {
	background: #99fbff;
	background: -moz-linear-gradient(-45deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
	background: -webkit-linear-gradient(-45deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
	background: linear-gradient(135deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fbff', endColorstr='#d8f3ff', GradientType=1 );
	padding-bottom: 0;
}
*/
section.portfolio {
	padding: 100px 0;
}
section#contact-section {
	background: #f1f1f1;
	background: -moz-linear-gradient(-45deg, #f1f1f1 0%, #d8f3ff 100%);
	background: -webkit-linear-gradient(-45deg, #f1f1f1 0%, #d8f3ff 100%);
	background: linear-gradient(135deg, #f1f1f1 0%, #d8f3ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d8f3ff', GradientType=1 );
	padding-bottom: 0;
	display: table-cell;
	vertical-align: bottom;
}

section.services {
	padding:0;
}


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

section.heroSection h2 {
	padding: 20px 0 20px 0;
}
section.page2 h2 {
	padding: 140px 0 20px 0;
	font-weight: 400;
}
section.page3 h3 {
	padding: 140px 0 20px 0;
}
section.portfolio h2 {
	padding: 20px 0 20px 0;
}
section.digitalScore h2 {
	padding: 30px 0 20px 0;
}
section.digitalScore p {
	padding: 0 0 10px 0;
}
section.digitalScore h3 {
	padding: 0 0 30px 0;
	font-weight: 400;
}
section#contact-section h2 {
	padding: 150px 0 60px 0;
	font-weight: 400;
}
section.client {
	padding: 100px 0 130px;
}
section.client h2 {
	padding: 40px 0 40px 0;
}
/*******************/

/*.bootImg{
	position:absolute;
	bottom:-90px;
	left:0;
	text-align:center;
	width:100%;
}*/

/*
section.page2 p {
	padding: 0 0 50px 0;
}
section.portfolio p {
	padding: 90px 30px 0;
}
*/
.animatePortfolio {
	margin: 0 -40px;
}
.animatePortfolio .box {
	float: left;
	min-width: 137px;
	position: relative;
	overflow: hidden;
}
.hover-box {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	/*background: rgba(44,166,223,0.87);*/
	background: rgba(0,0,0,0.7);
	text-align: center;
	text-decoration: none !important;
	text-align: left;
	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;
	/* transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);*/
	opacity: 0;
	visibility: hidden;
}
.animatePortfolio .box:hover .hover-box {
	left: 0;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.inner-hover {
	height: 0;
	margin-top: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.inner-hover h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
	transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transform: rotate(0) scale(0);
	-webkit-transform: rotate(0) scale(0);
	-moz-transform: rotate(0) scale(0);
	-o-transform: rotate(0) scale(0);
}
.inner-hover span {
	display: inline-block;
	padding: 5px 0;
	color: #ffffff;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	border-top: 2px solid #ffffff;
	text-transform: uppercase;
	transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transform: rotate(0) scale(0);
	-webkit-transform: rotate(0) scale(0);
	-moz-transform: rotate(0) scale(0);
	-o-transform: rotate(0) scale(0);
}
.animatePortfolio .box:hover .inner-hover h2, .animatePortfolio .box:hover .inner-hover span {
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
}
.knowLink {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	top: -160px;
}
section.digitalScore {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 120px 0;
}
section.digitalScore ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.2);
}
section.digitalScore ul li {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 18px;
}
section.digitalScore ul li span {
	font-size: 30px;
	font-weight: 400;
}
.clientLogo {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	min-height: 290px;
}
.clientList .row .clientLogo:last-child {
	border-right: none;
}
.clientList .row:last-child .clientLogo {
	border-bottom: none;
}
.clientLogo img {
	position: relative;
	top: -55px;
	margin-top: 50%;
}
/**************/



#contact-section h2 {
	padding: 40px 0;
}
.contact-box {
	background: url(../images/img4.png) no-repeat 0 100%;
	padding-bottom: 80px;
}
.contact-info .contact-list {
	font-size: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-info .contact-list li {
	margin-bottom: 30px;
}
.contact-info .contact-list li span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px 0 0;
}
.contact-info .contact-list li p {
	display: inline-block;
	vertical-align: top;
}
#contact-form h4 {
	font-size: 18px;
	margin: 0 0 30px 0;
	font-weight: normal;
}
#contact-form .form-control {
	background: none;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 14px 12px;
	margin: 0 0 20px 0;
	height: auto;
}
#contact-form textarea.form-control {
	height: 160px;
}


button.submit_contact, .newsletter .simplenewsleter-field input.simplenewsleter-field-submit {
	background: #0098da;
  	font-size: 18px;
  	padding: 0;
  	width: 185px;
  	text-align: center;
  	border: none;
  	color: #ffffff;
  	font-family: 'Conv_gotham-Bold';
}
.newsletter .simplenewsleter-field input.simplenewsleter-field-submit:hover, .newsletter .simplenewsleter-field input.simplenewsleter-field-submit:active, .newsletter .simplenewsleter-field input.simplenewsleter-field-submit:focus
{
	background: #070707 !important;
}

/*Footer Css*/

#footer {
	background: #ffffff;
	height: 80px;
}
.footerLogo {
	display: inline-block;
	padding: 15px 0;
	vertical-align: middle;
}
.copyright {
	display: inline-block;
	padding: 15px;
	vertical-align: middle;
	font-size: 14px;
}
.socialIcon {
	text-align: right;
	font-size: 26px;
	padding: 25px 0;
}
.socialIcon a {
	color: #333333;
	margin: 0 0 0 20px;
	display: inline-block;
}
.socialIcon a:hover {
	color: #0098da;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.img-responsive {
	margin: 0 auto;
}
/*************/

.wrapper.mm-menu-open {
/*-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px)*/
}
.mm-menu-toggle {
	position: fixed;
	top: 36px;
	right: 20px;
	z-index: 20;
	width: 24px;
	height: 18px;
	background: -webkit-linear-gradient(90deg, rgba(33,33,33,0), rgba(33,33,33,0) 7px, #212121 7px, #212121 11px, rgba(33,33,33,0) 11px, rgba(33,33,33,0) 18px);
	background: linear-gradient(0deg, rgba(33,33,33,0), rgba(33,33,33,0) 7px, #212121 7px, #212121 11px, rgba(33,33,33,0) 11px, rgba(33,33,33,0) 18px);
	font-size: 0;
	text-indent: -9999px;
	border: none;
}
.mm-menu-toggle::after, .mm-menu-toggle::before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #212121;
	content: ""
}
.mm-menu-toggle::before {
	top: 0;
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}
.mm-menu-toggle::after {
	bottom: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}
.mm-menu-toggle, .mm-menu-toggle::after, .mm-menu-toggle::before {
	-webkit-transition: all .5s;
	transition: all .5s
}
.mm-menu-toggle.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: -webkit-linear-gradient(90deg, rgba(33,33,33,0), rgba(33,33,33,0) 7px, #ffffff 7px, #ffffff 11px, rgba(33,33,33,0) 11px, rgba(33,33,33,0) 18px);
	background: linear-gradient(0deg, rgba(33,33,33,0), rgba(33,33,33,0) 7px, #ffffff 7px, #ffffff 11px, rgba(33,33,33,0) 11px, rgba(33,33,33,0) 18px);
}
.mm-menu-toggle.active::before {
	background: #ffffff;
	width: 75%;
	-webkit-transform: translateY(7px) rotate(-45deg);
	-ms-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg)
}
.mm-menu-toggle.active::after {
	background: #ffffff;
	width: 75%;
	-webkit-transform: translateY(-7px) rotate(45deg);
	-ms-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg)
}
.mm-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	background-color: #0098da;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-shadow: 0;
	-webkit-transform: translateX(320px);
	-ms-transform: translateX(320px);
	transform: translateX(320px);
	-webkit-transition: -webkit-transform .5s, box-shadow .5s;
	transition: transform .5s, box-shadow .5s
}
.mm-menu.active {
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@media all and (min-width:300px) {
.mm-menu {
	width: 320px;
	-webkit-transform: translateX(320px);
	-ms-transform: translateX(320px);
	transform: translateX(320px)
}
}
.mm-menu__header {
	position: relative;
	width: 100%;
	height: 188px;
	background-color: #CDDC39
}
.mm-menu__title {
	position: absolute;
	bottom: 12px;
	left: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 22px
}
.mm-menu__items {
	list-style: none;
	margin: 0;
	padding: 80px 20px 20px;
}
.mm-menu__item {
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.mm-menu__item.in-view {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.mm-menu__item.item-1 {
	-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
	transition: opacity .5s .1s, transform .5s .1s
}
.mm-menu__item.item-2 {
	-webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
	transition: opacity .5s .2s, transform .5s .2s
}
.mm-menu__item.item-3 {
	-webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
	transition: opacity .5s .3s, transform .5s .3s
}
.mm-menu__item.item-4 {
	-webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
	transition: opacity .5s .4s, transform .5s .4s
}
.mm-menu__item.item-5 {
	-webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
	transition: opacity .5s .5s, transform .5s .5s
}
.mm-menu__item.item-6 {
	-webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
	transition: opacity .5s .6s, transform .5s .6s
}
.mm-menu__item.item-7 {
	-webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
	transition: opacity .5s .7s, transform .5s .7s
}
.mm-menu__item.item-8 {
	-webkit-transition: opacity .5s .8s, -webkit-transform .5s .8s;
	transition: opacity .5s .8s, transform .5s .8s
}
.mm-menu__item.item-9 {
	-webkit-transition: opacity .5s .9s, -webkit-transform .5s .9s;
	transition: opacity .5s .9s, transform .5s .9s
}
.mm-menu__item.item-10 {
	-webkit-transition: opacity .5s 1s, -webkit-transform .5s 1s;
	transition: opacity .5s 1s, transform .5s 1s
}
.mm-menu__item.item-11 {
	-webkit-transition: opacity .5s 1.1s, -webkit-transform .5s 1.1s;
	transition: opacity .5s 1.1s, transform .5s 1.1s
}
.mm-menu__item.item-12 {
	-webkit-transition: opacity .5s 1.2s, -webkit-transform .5s 1.2s;
	transition: opacity .5s 1.2s, transform .5s 1.2s
}
.mm-menu__item.item-13 {
	-webkit-transition: opacity .5s 1.3s, -webkit-transform .5s 1.3s;
	transition: opacity .5s 1.3s, transform .5s 1.3s
}
.mm-menu__item.item-14 {
	-webkit-transition: opacity .5s 1.4s, -webkit-transform .5s 1.4s;
	transition: opacity .5s 1.4s, transform .5s 1.4s
}
.mm-menu__item.item-15 {
	-webkit-transition: opacity .5s 1.5s, -webkit-transform .5s 1.5s;
	transition: opacity .5s 1.5s, transform .5s 1.5s
}
.mm-menu__item.item-16 {
	-webkit-transition: opacity .5s 1.6s, -webkit-transform .5s 1.6s;
	transition: opacity .5s 1.6s, transform .5s 1.6s
}
.mm-menu__item.item-17 {
	-webkit-transition: opacity .5s 1.7s, -webkit-transform .5s 1.7s;
	transition: opacity .5s 1.7s, transform .5s 1.7s
}
.mm-menu__item.item-18 {
	-webkit-transition: opacity .5s 1.8s, -webkit-transform .5s 1.8s;
	transition: opacity .5s 1.8s, transform .5s 1.8s
}
.mm-menu__item.item-19 {
	-webkit-transition: opacity .5s 1.9s, -webkit-transform .5s 1.9s;
	transition: opacity .5s 1.9s, transform .5s 1.9s
}
.mm-menu__item.item-20 {
	-webkit-transition: opacity .5s 2s, -webkit-transform .5s 2s;
	transition: opacity .5s 2s, transform .5s 2s
}
.mm-menu__link {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 4px 0;
	/* padding: 12px; */
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: background .5s, color .5s;
	transition: background .5s, color .5s
}
.customnav .mm-menu__link{display:none;}
.mm-menu__link:hover {
	color: #ffffff;
}
.mm-menu__link-text {
	position: relative;
	z-index: 2
}
.mm-menu__link--touch-effect {
	display: block;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.mm-menu__link--touch-effect.animating {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s
}
.mm-menu-mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s, visibility .5s;
	transition: opacity .5s, visibility .5s
}
.mm-menu-mask.active {
	visibility: visible;
	opacity: 1
}
/***************/


.autoHeight {
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
}

section.services .PTB25{
	padding:25px 0;
}

section.services h4, section.services.ecom h4{
	font-size:20px;
	margin:0;
	padding:0;
	color:#000000;
	font-weight:400;
	line-height:normal;
}

section.services.ecom h4{
	margin:15px 0;
}

section.services p{
	font-size:14px;
	margin:0;
	padding:0;
	color:#000000;
	font-weight:300;
	line-height:20px;
}


section.page3.deliverPage{
	/*padding:150px 0 200px 0;*/
	padding:0;
}

section.page3.deliverPage h3{
	font-size:48px;
	padding: 100px 0 40px;
	font-weight: 400;
}

.deliverPage span{
	color:#0083de;
	font-weight: 600;
}

.deliverPage p{
	font-size:18px;
	line-height:28px;
	margin-bottom:48px;
}

.deliverPage a.btn-expert {
	background: #0098da;
	font-size: 18px;
	padding: 0 28px;
	text-align: center;
	border: none;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	display:table;
	margin:0 auto;
	text-decoration:none;
}

.businessPage{
	padding-top:120px;
}

section.page2.businessPage p{
	font-size:18px;
	line-height:28px;
	margin-bottom:24px;
	padding:0;
}

section.page2.businessPage h3{
	font-weight:400;
	margin-bottom:30px;
	padding:0 120px;
}

section.page2.businessPage.writerPage h3{
	padding:0 40px;
}


section.heroSection.heroServices h2, section.heroSection.heroWriter h2{
	font-weight:400;
	color:#000000;
	padding:35px 0;
}

section.heroSection.heroServices h2 span, section.heroSection.heroServices h3 span,
section.heroSection.heroWriter h2 span, section.heroSection.heroWriter h3 span{
	font-weight:600;
	color:#0083de;
}

section.heroSection.heroServices h3, section.heroSection.heroWriter h3{
	font-weight:400;
	color:#000000;
	line-height:30px;
	padding:0 90px;
}

section.heroSection.heroWriter h3{
	margin-bottom:15px;
}

section.heroSection.heroServices p, section.heroSection.heroWriter p{
	font-size:16px;
	line-height:28px;
	margin-bottom:35px;
	padding:0;
	padding:0 90px;
}

a.bhanceLink{
	display:table;
	margin:0 auto;
	color:#0083de;
	font-size:24px;
	font-weight:600;
	border-left:1px solid #e5e5e5;
	padding:24px 30px;
	position:relative;
	left:60px;
}

a.bhanceLink:after{
	background:url(../images/services/be_logo.png) no-repeat;
	width:57px;
	height:57px;
	position:absolute;
	left:-85px;
	top:12px;
	content:"";
}

/**/

section.heroSection.heroProduct h2, section.services h2, section.heroSection.heroMobileApp h2{
	font-weight:400;
	color:#000000;
	padding:35px 100px;
	font-size:36px;
}



section.heroSection.heroProduct h2 span, section.services h2 span, section.heroSection.heroMobileApp h2 span{
	font-weight:600;
	color:#0083de;
}

section.services h2{
	text-align:center;
}




section.heroSection.heroProduct p, section.heroSection.heroMobileApp p{
	font-size:18px;
	line-height:28px;
	margin-bottom:0;
	padding:0;
	padding:0 100px;
}

section.heroSection.heroMobileApp h2{padding:0 100px;}
section.heroSection.heroMobileApp p{padding:30px 100px 50px;}


#feedbackModal .modal-dialog {
    margin: 30px auto;
    width: 96%;
	max-width:460px;
}


#feedbackModal .modal-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#feedbackModal .modal-content #contact-form h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

#feedbackModal .modal-content .close{
	position:absolute;
	top:0;
	right:-40px;
	background:url(../images/close_btn.png) no-repeat;
	width:25px;
	height:25px;
	display:block;
	opacity:0.8;
}

#feedbackModal .modal-content .close:hover{
	opacity:1;
}

#feedbackModal .modal-content #contact-form button.submit_contact{
	width:100%;
}


/*Blog Css style*/

.blog{
	margin:100px 0 0 0;
	font-family: 'Roboto', sans-serif;
}

.blog .list{
	padding:80px 20px;

	background:#ffffff;
	font-family: 'Roboto', sans-serif;
}

.blog .list:nth-child(even){
	background: #99fbff;
	background: -moz-linear-gradient(-45deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
	background: -webkit-linear-gradient(-45deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
	background: linear-gradient(135deg, #99fbff 0%, #f1f1f1 0%, #d8f3ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fbff', endColorstr='#d8f3ff', GradientType=1 );
}


.blog .list h2, .blog .details h2{
	color: #0098da;
  	font-size: 30px;
  	line-height: normal;
  	margin: -5px 0 18px 0;
  	padding: 0;
  	font-family: 'Conv_Gotham-Bold';
}

.blog .list h1{
	color: #0098da;
    font-size: 30px;
    line-height: 38px;
    margin: -6px 0 15px 0;
    padding: 0;
    font-family: 'Conv_Gotham-Bold';
    letter-spacing: -0.5px;
}

.blog .details h1{
	color:#0098da;
	font-size:34px;
	line-height:normal;
	margin: 15px 0 15px 0;
    padding: 0;
    font-weight: 700;
    font-family: 'Conv_Gotham-Bold';
}

.blog .list .date, .blog .details .date{
	color: #000000;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-family: 'Conv_Gotham-Book';
}

.blog .details h2, .blog .details .date{
	margin:0 0 22px 0;
}

.blog .details .date ul{
	margin:0;
}

.blog .list .desc, .blog .details .desc{
	 color: #000000;
    font-family: 'Conv_Gotham-Book';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0 35px;
    padding: 0;
}

.blog .list p, .blog .details p{
	color:#000000;
	font-size:18px;
	line-height:28px;
	padding:0;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.blog .list a.readmore_btn, .blog  a.readmore_btn {
	background:#0098da;
	width:185px;
	height:45px;
	line-height:45px;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	display:block;
	font-family: 'Roboto', sans-serif;
	margin-top:18px;
}

.blog .list a.readmore_btn:hover, .newsletter .simplenewsleter-field input.simplenewsleter-field-submit:hover{
	background:#595959;
}

.blog .list p:first-child a.readmore_btn, .blog .list p:Last-child a.readmore_btn{
	margin-top:20px;
}

.blog .details img{
	/*margin:20px 0;*/
	margin:0;
	display:block;
	width:100%;
	height: auto;
}

.blog .details .desc p{
	margin:0 0 24px 0;
	color:#000000;
	font-size:18px;
	line-height:28px;
	padding:0;
	font-weight:400;
	font-family: 'Conv_Gotham-Book';
}

.blog .details .desc ul{
	list-style:disc;
}

.blog .details .desc ul li {
    margin-bottom: 15px;
}

.blog .details .desc p:last-child{
	margin:0;
}

.blog .details .desc h3, .blog .details .desc h2{
	margin:0 0 26px 0;
	color:#000000;
	font-size:26px;
	line-height:28px;
	padding:0;
	font-weight:700;
	font-family: 'Conv_Gotham-Bold';
}
.blog .details .desc ol li, .blog .details .desc ul li
{
	margin-bottom: 22px;
}
.blog .details .desc ol li strong, .blog .details .desc ul li strong
{
	font-family: 'Conv_Gotham-Bold';
	font-weight: normal;
}
.blog .details .desc h2{
	font-size:22px;
	font-weight:500;
}

.shareBlog{
	padding:20px 0;
	font-family: 'Roboto', sans-serif;
}

.shareBlog h3{
	margin:0;
	color:#000000;
	font-size:18px;
	line-height:20px;
	padding:0;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.blog_bot{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 9.94vw 5.94vw 9.94vw;
}
.blog_bot .container{
	max-width: 100%;
    padding: 0;
}
.blog_bot .container .col-sm-6{
    padding: 0;
}

.blog_bot .pager{
	float:left;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

.blog_bot .pager ul.pagination{
	padding:0;
	margin:0;
	position: relative;
  	z-index: 12;
}

.blog_bot .pager ul li{
	min-width:50px;
	height:45px;
	line-height:45px;
	margin:0 4px;
	float:left;
	font-family: 'Roboto', sans-serif;
}

.blog_bot .pager ul li a{
	float: none;
	border-radius: 0;
	background: #FFF;
	font-size: 18px;
	color: #b7b7b7;
	text-align: center;
	text-decoration: none;
	display: block;
	font-family: 'Conv_Gotham-Book';
	padding: 0px 21px;
	border: 1px solid #e1e1e1;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.blog_bot .pager ul li a:hover, .blog_bot .pager ul li.active a, .blog_bot .pager ul li a:focus{
	background:#0098da;
	color:#FFFFFF;
}

.newsletter{
	float:right;
	position:relative;
	z-index:12;
}

.newsletter .simplenewsleter-field input{
	border: 1px solid #e1e1e1;
  	border-radius: 0;
  	font-size: 18px;
  	font-family: 'Conv_Gotham-Book';
  	color: #7d7d7d;
  	height: 45px;
  	line-height: 45px;
  	float: left;
  	margin-right: 5px;
  	width: 350px;
  	padding: 0 18px;
  	background-color: #FFF;
}

.newsletter button.submit_contact, .newsletter .simplenewsleter-field input.simplenewsleter-field-submit{
	float:right;
	margin:0;
}


.signup-box{
	padding: 32px 35px 35px;
    background: #0098da;
    margin: 0 0 25px 0;
    width: 73%;
    float: right;
}
.signup-box .form .es-field-wrap label
{
	margin: 0 0 4px 0;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    font-family: 'Conv_Gotham-Book';
    width: 100%;
}
.signup-box .form .es-field-wrap label input
{
	width: 100%;
    display: block;
    border: 0;
    height: 48px;
    padding: 6px 15px;
    font-family: 'Conv_Gotham-Book';
    font-size: 17px;
    margin-top: 5px;
}

.signup-box h2{
	margin: 0 0 18px 0;
    color: #ffffff;
    font-size: 28px;
    padding: 0;
    font-family: 'Conv_Gotham-Bold';
}

.signup-box .es_textbox, .signup-box .es_button{
	padding:0;
}

.signup-box .form-control, .signup-box .es_textbox input {
	background: #ffffff;
	border-radius: 0;
	border: none;
	padding: 12px 12px;
	margin: 0 0 5px 0;
	height: auto;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.42857;
	width:100%;
}

.signup-box  button.submit_contact, .signup-box .es_button input {
	border:3px solid #ffffff;
	background: #0098da;
	font-size: 18px;
	padding: 0;
	width: 135px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	font-family: 'Roboto', sans-serif;
}
.signup-box .es_button input:active{
	padding: 0;
}
.signup-box  button.submit_contact:hover, .signup-box .es_button input:hover{
	color: #0098da;
	background: #ffffff;
}


.blog-cat-nav{
	margin: 32px 0 25px 0;
    width: 73%;
    float: right;
}

.blog-cat-nav h2{
	margin:0 0 20px 0;
	color:#000000;
	font-size:24px;
	line-height:28px;
	padding:0;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}
.blog-cat-nav h3.widget-title  {
    color: #070707;
    font-size: 32px;
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Conv_Gotham-Bold';
}
.blog-cat-nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.blog-cat-nav ul li{
	font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    font-family: 'Conv_Gotham-Book';
}

.blog-cat-nav ul li:last-child{
	border:none;
}

.blog-cat-nav ul li a{
	color:#000000;
	padding:15px 0;
	display:block;
	text-decoration:none;
}

.blog-cat-nav ul li a:hover{
	color:#0098da;
}
input.es_subscription_form_submit.es_submit_button.es_textbox_button
{
	font-family: 'Conv_Gotham-Medium';
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    background-color: #070707;
    border: 0;
    text-decoration: inherit;
    padding: 15px 38px;
    margin: 12px 0px 0px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.goto_back{
	background:#0098da;
	font-size:14px;
	line-height:26px;
	padding:0;
	font-weight:700;
	width:78px;
	height:26px;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	margin:20px 0;
}

a.goto_back:hover{
	background:#595959;
}
	

/*Blog css style*/

/*@MOBILE CSS HERE*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.newsletter .simplenewsleter-field input {
		border: 1px solid #b2b2b2;
		border-radius: 0;
		color: #000000;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
		margin-right: 0;
		max-width: 135px;
		padding: 0 5px;
	}
	
	.signup-box .form-control, .signup-box .es_textbox input {
		background: #ffffff none repeat scroll 0 0;
		border: medium none;
		border-radius: 0;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		height: auto;
		line-height: 1.42857;
		margin: 0 0 8px;
		padding: 12px;
		width: 240px;
	}
	
	.blog .details img {
		height: auto;
		margin: 10px 0 0 !important;
		max-width: 100%;
		width: auto;
	}
	
	.blog .details .desc .saboxplugin-wrap .saboxplugin-gravatar{padding: 20px 0 0;}

}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
	.newsletter .simplenewsleter-field input {
		border: 1px solid #b2b2b2;
		border-radius: 0;
		color: #000000;
		float: left;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
		margin-right: 0;
		max-width: 155px;
		padding: 0 5px;
	}
	
	.signup-box .form-control, .signup-box .es_textbox input {
		background: #ffffff none repeat scroll 0 0;
		border: medium none;
		border-radius: 0;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		height: auto;
		line-height: 1.42857;
		margin: 0 0 8px;
		padding: 12px;
		width: 280px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		
	.signup-box .form-control, .signup-box .es_textbox input {
		background: #ffffff none repeat scroll 0 0;
		border: medium none;
		border-radius: 0;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 14px;
		height: auto;
		line-height: 1.42857;
		margin: 0 0 8px;
		padding: 12px;
		width: 175px;
	}
}


@media all and (max-width:640px) {
.col-xs-offset-1 {
	margin-left: 0;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
}
/*header {
	height: 90px;
}*/

header {
	height: 75px;
	background: #ffffff;
}

header .logo {
	padding: 15px 0;
}

body.headerFix header .logo {
    padding: 10px 0;
}

header .logo img {
	width: 120px;
	height: auto;
}
.mm-menu-toggle {
	top: 26px;
	right: 20px;
}
h2 {
	font-size: 24px;
}
p {
	font-size: 14px;
	line-height: 22px;
}
section.heroSection h2 {
	padding: 100px 0 30px 0;
}
section.heroSection h2 span:first-child {
	display: block;
}
section.page2 h2 {
	padding: 120px 0 20px 0;
	font-weight: 400;
}
section.page3 h3 {
	padding: 130px 0 50px 0;
	line-height: 30px;
}
section.portfolio h2 {
	padding: 0px 15px 20px;
	float: none;
}
section.digitalScore h2 {
	padding: 0 0 20px 0;
}
section.digitalScore p {
	padding: 0 0 10px 0;
}
section.digitalScore h3 {
	padding: 0 0 30px 0;
	font-weight: 400;
}
section#contact-section h2 {
	padding: 100px 0 30px 0;
	font-weight: 400;
}
section.heroSection h2 br {
	display: none;
}
section.heroSection p {
	margin: 0 0 20px;
}
section.client {
	padding: 100px 0 50px;
}
section.client h2 {
	padding: 0 0 20px 0;
}
.heroSection img {
	width: 100%;
	height: auto;
}
section.page2 p {
	padding: 0 0 35px;
}
.bootImg img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
h2 span.font72 {
	font-size: 42px;
	display: block;
}
section.portfolio p {
	padding: 0;
}
.animatePortfolio {
	margin: 0 15px;
}
.animatePortfolio .box {
	float: none;
	max-width: 100%;
	min-width: 230px;
	position: relative;
}
.animatePortfolio .box img {
	width: 100%;
	height: auto;
}
.knowLink {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}
section.digitalScore {
	padding: 100px 0
}
section.digitalScore ul li {
	font-size: 14px;
	padding: 10px;
}
section.digitalScore ul li span {
	font-size: 20px;
}
.clientLogo {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	min-height: inherit;
	padding: 20px 0;
}
.clientList .row:last-child .clientLogo {
	border-bottom: 1px solid #cccccc;
}
.clientLogo img {
	margin-top: 0;
	position: relative;
	top: 0;
}
.contact-info .contact-list {
	margin-bottom: 20px;
}
.contact-info .contact-list li {
	margin-bottom: 0;
}
.contact-box {
	background: none;
	padding-bottom: 30px;
}
.copyright {
	display: block;
	font-size: 12px;
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}
.footerLogo {
	display: table;
	margin: 0 auto;
	padding: 15px 0 0;
	vertical-align: middle;
}
.socialIcon {
	display: none;
}
#main-nav ul {
	padding: 50px 0;
}
#main-nav li {
	padding: 20px 0;
}

header .menu .cd-menu-trigger {
	height: 30px;
	line-height: 30px;
	top: 35px;
	cursor: pointer;
}

.ui-ux{
	padding-top:100px;
}

section.heroSection.heroServices h2 {
    padding: 20px 0;
	font-size:28px;
}

section.heroSection.heroServices h3{
	padding:0;
	line-height:28px;
	font-size:20px;
}

section.heroSection.heroServices p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    padding: 10px 0;
}

a.bhanceLink {
    border-left: 1px solid #e5e5e5;
    color: #0083de;
    display: table;
    font-size: 20px;
    font-weight: 600;
    left: 20px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

a.bhanceLink::after {
    background: rgba(0, 0, 0, 0) url("../images/services/be_logo.png") no-repeat scroll 0 0 / 30px auto;
    content: "";
    height: 30px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 30px;
}

.businessPage {
    padding-top: 85px;
}

section.page2.businessPage p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0;
}

section.page2.businessPage h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    padding: 0;
}

section.services {
    padding: 85px 0 20px;
}

section.services .PTB25 {
    padding: 0;
}

section.services p{
	margin-bottom:30px;
}

section.page3.deliverPage h3 {
    font-size: 28px;
    font-weight: 400;
    padding: 85px 0 20px;
}

.deliverPage p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

section.page3.deliverPage {
    padding: 0 0 50px;
}

section.heroSection.heroProduct p{
	font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}

section.heroSection.heroProduct h2{
	font-size: 28px;
    padding: 0 0 20px;
}

section.heroSection.heroProduct .ui-ux, .heroSection.heroWriter .ui-ux, section.heroSection.heroMobileApp .ui-ux{
    padding-top: 60px;
}


.heroSection.heroWriter img{
	width:80px;
}

section.heroSection.heroMobileApp .ui-ux img{
	width:60%;
}

section.heroSection.heroWriter h3, section.heroSection.heroMobileApp h3{
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0;
}

section.heroSection.heroWriter h2, section.heroSection.heroMobileApp h2{
	padding:5px 0 15px;
}

section.heroSection.heroWriter p, section.heroSection.heroMobileApp p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0;
}

section.page2.businessPage.writerPage h3 {
    padding: 0;
}

section.services h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 80px;
}

#feedbackModal .modal-content #contact-form h4{
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#feedbackModal .modal-content #contact-form .form-control{
	margin-bottom:10px;
}

#feedbackModal .modal-content #contact-form textarea.form-control{
	height: 90px;
}

#feedbackModal .modal-dialog {
    margin: 50px auto 0;
}

#feedbackModal .modal-content .close{
    right: 0;
    top: -30px;
}

section.services.ecom h4{
	font-size:16px;
}

section.services.ecom .row.PTB25 .col-sm-4{
	margin-bottom:20px;
}


.blog {
    margin: 10px 0 0;
}

.blog .list {
    padding: 80px 0 20px;
}

.blog .list h1, .blog .details h1{
	margin: 10px 0 15px 0;
}

.blog .list h2, .blog .details h2 {
    font-size: 20px;
    margin: 15px 0;
}

.blog .list .date .blog .details .date{
	font-size:12px;
}

.blog .list .desc, .blog .details .desc p {
    font-size: 16px;
    line-height: 24px;
}

.blog_bot {
    padding: 15px 0 40px;
}

.blog_bot .pager ul li a{
	font-size:14px;
}

.blog_bot .pager ul li{
	min-width:45px;
}

.newsletter button.submit_contact{
	width:100px;
}

.newsletter .form-control{
	margin-right: 0;
    max-width: 190px;
}

a.goto_back{
	margin:80px 0 0;
}

.blog .details img, .blog .details .desc {
    margin: 10px 0;
}

.blog .details .desc h3 {
    font-size: 18px;
    line-height: 24px;
}


}
#main.mainContainer .blog
{
	padding: 0vw 9.94vw 0vw 9.94vw;
}
#main.mainContainer .blog .container
{
	max-width: 100%;
    padding: 0;
}
#main.mainContainer .blog .container .details
{
	position: relative;
  	z-index: 2;
}
@media (min-width:1025px) {
	#main.mainContainer .blog
	{
		width: 100%;
		margin: 140px auto;	
		display: -webkit-flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		position: relative;
		z-index: 11;
	}
	#main.mainContainer .blog::after
	{
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: #e4e8ed;
		position: absolute;
		top: 0;
		left: 50%;
		right: inherit;
	}
	#main.mainContainer .blog .list
	{
		width: 40%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	#main.mainContainer .blog .list .container
	{
		width: 100%;
	}
	#main.mainContainer .blog .list .container .col-sm-6
	{
		width: 100%;
		padding: 0px;
	}
	#main.mainContainer .blog .list .container .col-sm-6 img
	{
		width: 100%;
		height: auto;
	}
	#main.mainContainer .blog .list:nth-child(2n)
	{
		background: none;
		filter: inherit;
	}
	#main.mainContainer .blog .list:nth-child(even)
	{
		margin-top: 175px;
	}
	#main.mainContainer .blog .list .container .col-sm-6:nth-child(2)
	{
		padding: 28px 30px 26px;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
	}
	.thumbnail-wrapper {
		display: inline-block;
		width: 100%;
	}
	.thumbnail-wrapper img {
		width: 100%;
		height: auto;
	}

	#main.mainContainer .blog .list .container:hover, #main.mainContainer .blog .list .container:active, #main.mainContainer .blog .list .container:focus
	{
		-webkit-box-shadow: 0px 14px 18px 10px rgba(0, 0, 0, 0.03);
		box-shadow: 0px 14px 18px 10px rgba(0, 0, 0, 0.03);
	}
	#main.mainContainer .mainContainer .blog::after
	{
		content: none;
		position: static;
	}
	a.text-blog:focus
	{
		outline: none !important;
	}
}

#main.mainContainer .blog .list .container .col-sm-6:nth-child(2) .desc
{
	display: none;
}