#footer{border-top:1px solid #e4e3e3;}
#wrapper {
	overflow:hidden;
}

.topBanner {
	background-color: #00abc9;
	background-image: url("../../images/bubblebg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
.banner-txt {
	float: left;
	margin: 60px 0;
	max-width: 710px;
	position:relative;
	z-index:4;
}
.banner-txt > h2 {
	color: #fff;
	font-family: open sans;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
}
.banner-img {
	bottom: -90px;
	float: right;
	max-width: 370px;
	position: relative;
	right: 200px;
	z-index: 3;
}
.banner-txt > p {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	padding: 35px 0px 20px 0px;
}
.banner-txt a.btn-theme, .banner-txt .btn-theme {
	background: #008ea7;
	border: 2px solid #008ea7;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: table;
	float: left;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin: 0 auto;
	padding: 20px 30px;
}
.banner-txt a.btn-theme:hover, .banner-txt .btn-theme:hover {
	background: #f24130;
	border: 2px solid #f24130;
	border-radius: 25px;
	color: #fff;
	transition: all 0.8s ease-out 0s;
}
.banner-img span {
	background: #0fb8d6;
	display: inline-block;
	padding: 30px;
	position: absolute;
	text-align: center;
}
.lrgBubble {
	border-radius: 190px;
	height: 190px;
	width: 190px;
}
.midBubble {
	width:155px;
	height:155px;
	border-radius:155px;
}
.smallBubble {
	width:90px;
	height:90px;
	border-radius:90px;
}
.extrasmallBubble {
	left: -50px;
	top: -70px;
}
.extrasmallBubble {
	border-radius: 70px;
	height: 50px;
	width: 50px;
}
.banner-img span.smallBubble p {
	font-size:30px;
}
.banner-img span p {
	color: #fff;
	font-size: 15px;
	left: 50%;
	line-height: 20px;
	padding: 22px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	font-weight:700;
}
.smallBubble {
	left: -60px;
	top: 170px;
}
.btm.midBubble {
	bottom: 0;
	left: -200px;
}
.lrgBubble {
	left: 30px;
	top: -90px;
}
.top.midBubble {
	height: 140px;
	left: 70%;
	top: -125px;
	width: 140px;
}
.right.midBubble {
	right: -200px;
	top: 50px;
}
.right.extrasmallBubble {
	left: auto;
	right: -50px;
	top: 20px;
}
.right.extrasmallBubble.animated.fadeInUp {
	animation-delay: 0s;
}
.extrasmallBubble.animated.fadeInUp {
	animation-delay: 0.5s;
}
.smallBubble.animated.fadeInUp {
	animation-delay: 1s;
}
.top.midBubble.animated.fadeInUp {
	animation-delay: 1.5s;
}
.btm.midBubble.animated.fadeInUp {
	animation-delay: 2s;
}
.right.midBubble.animated.fadeInUp {
	animation-delay: 2.5s;
}
.lrgBubble.animated.animated.fadeInUp {
	animation-delay: 3s;
}
.col-2 > li {
	float: left;
	padding-left: 50px;
	text-align: left;
	width: 50%;
}
.col-2 {
	margin-left:-50px;
}
.theme-heading h2, .page-heading h2 {
	font-weight:700;
	padding-bottom:45px;
}
.row.padd-row {
	padding: 80px 0 80px;
}
.txtWrap {
	color: #666;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
}
.services {
	background:url("../../images/servicesBg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
.services .theme-heading h2 {
	color:#0099cc;
	font-size:48px;
}
.services .theme-heading p {
	color: #666;
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 50px;
}
.boxWrap {
	background:#fff;
	display: table;
	width: 100%;
	display: table;
	padding: 60px;
	width: 100%;
}
.rightBlk {
	display: table-cell;
	vertical-align: middle;
}
.leftBlk {
	display: table-cell;
	vertical-align: middle;
	width: 68%;
	z-index:6;
	position:relative;
}
.leftBlk > h2 {
	color: #ff3333;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
}
.leftBlk > p {
	color: #000;
	font-size: 16px;
	line-height:30px;
}
.services .col-2 li .boxWrap {
	height: 381px;
}
.rightBlk > span:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+5,f3f3f3+50,f3f3f3+100 */
background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 5%, #f3f3f3 50%, #f3f3f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 5%, #f3f3f3 50%, #f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #ffffff 5%, #f3f3f3 50%, #f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=1 ); /* IE6-9 */
	height:260px;
	width:260px;
	border-radius:265px;
	bottom: 0;
	content: "";
	left: -70px;
	position: absolute;
	right: 0;
	top: -50px;
}
.rightBlk > span {
	position: relative;
}
.services .col-2 > li {
	padding-left: 30px;
	padding-top:30px;
}
.services .col-2 {
	margin-left:-30px;
	margin-top:-30px;
}
.clients {
	background:#f5432f url("../../images/bubblebg.png");
	background-repeat:no-repeat;
}
.clients .theme-heading h2, .clients .page-heading h2 {
	color:#fff;
	font-size:56px;
}
.clients .col-4 {
	margin-left:-30px;
}
.clients .col-4 li {
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	width: 25%;
}
.clients .col-4 li .boxWrap {
	background: none;
	display: block;
	padding: 40px;
	width: 100%;
	border:8px solid #F65846;
}
.clients .col-4 li.lastChild {
	width: 75%;
}
.clients .col-4 li.lastChild .boxWrap {
	background:#F65846;
}
.clients .col-4 li.lastChild .boxWrap .btn-theme {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #f24130;
    margin-top: 15px;
}
.clients .col-4 li.lastChild .leftBlk {
	width:auto;
}
.clients .col-4 li.lastChild .leftBlk > h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding-bottom:0px;
}
.clients .col-4 li.lastChild .leftBlk > p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 13px;
}
.clients .col-4 li.lastChild .leftBlk {
	display: inline-block;
	float: left;
	width: auto;
}
.clients .col-4 li.lastChild .rightBlk {
	display: inline-block;
	float: right;
	vertical-align: middle;
}
.success .theme-heading h2 {
	padding-bottom: 15px;
}
.listCount {
	display: table-cell;
	vertical-align: top;
}
.listCount span {
	color: #ebebeb;
	font-size: 200px;
	font-style: italic;
	font-weight: 800;
	line-height: 140px;
}
.stepContent {
	display: table-cell;
	padding-left: 185px;
	text-align: left;
}
.stepContent > h3 {
	background: #00abc9;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 20px 35px;
	position:relative;
}
.stepContent > h3:after {
	border-right: 20px solid transparent;
	border-top: 20px solid #00abc9;
	bottom: -20px;
	content: "";
	left: 0;
	position: absolute;
}
.stepContent > h2 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
}
.stepContent > p {
	color: #666;
	font-size: 17px;
	line-height: 30px;
}
.wrap ul li {
	padding: 30px 0px;
}
.wrap:before {
	border-left: 6px solid #ebebeb;
	bottom: 0;
	content: "";
	left: 25%;
	position: absolute;
	top: 0;
}
.wrap {
	position: relative;
}
.stepListing:before {
	background: #ebebeb;
	border-radius: 30px;
	content: "";
	height: 30px;
	left: 24.1%;
	position: absolute;
	top: 0;
	width: 30px;
}
.stepListing {
	position: relative;
}
.stepListing:after {
	border-top: 20px solid #ebebeb;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	content: "";
	left: 24.1%;
	position: absolute;
	bottom: 0;
}
.stepListing:after {
	border-left: 26px solid transparent;
	border-right: 25px solid transparent;
	border-top: 34px solid #ebebeb;
	bottom: -10px;
	content: "";
	left: 23.3%;
	position: absolute;
}
.strategies {
	background: #00abc9 url("../../images/bubblebg.png");
	background-repeat:no-repeat;
}
.strategies .theme-heading h2, .strategies .page-heading h2 {
	color:#fff;
}
.strategies .col-6 {
	margin-left: -30px;
}
.strategies .col-6 li {
	float: left;
	padding-left: 30px;
	width: 16.6%;
}
.strategies .col-6 li .boxWrap {
	display: block;
	padding: 40px;
	width: 100%;
	text-align:center;
}
.strategies .col-6 li .boxWrap img {
	 width: auto;
    height: 65px;
}
.serviceType {
	background: #0096b0;
	color: #fff;
	display: block;
	font-size: 20px;
	margin-top: 30px;
	padding: 15px;
	position:relative;
}
.serviceType:after {
	border-top: 4px dotted #0096b0;
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translate(0px, -50%);
	width: 30px;
}
.strategies .col-6 li.third .serviceType:before {
	border-right: 4px solid #0096b0;
	content: "";
	position: absolute;
	top: -30px;
	left:50%;
	transform: translate(-50%, 0px);
	height: 30px;
	width:4px
}
.strategies .col-6 li.last .serviceType:after {
	display:none;
}
.blog {
	position:relative;
}
.blogsection {
	display: table;
	width: 100%;
}
.blogLeft {
	float:left;
	padding-right: 150px;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}
.blogRight {
	float: right;
	padding-left: 100px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 40%;
	padding-bottom: 210px;
}
.blogLeft > h2 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-align: left;
}
.blogLeft > p {
	color: #666;
	font-size: 17px;
	line-height: 30px;
	padding-top: 30px;
}
.titleBox h2 {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin: 45px 0px 20px 0px;
}
.titleBox h2 span {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	display:block;
	text-align: left;
}
.blog .titleBox .btn-theme {
	background: #00abc9;
	border: 2px solid #00abc9;
	color: #fff;
	float:left;
}
.postedBy > span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.postedBy {
	color: #f24130;
	font-size: 29px;
	font-weight: 700;
	padding-top:50px;
}
.blogRight .quote > p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	padding-top: 50px;
	line-height:30px;
}
.blogRight img {
	float: left;
}
.blog:before {
	background: #f2f2f2;
	bottom: 0px;
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	width: 45%;
}
.boxTitle {
	font-size: 15px;
	text-align: center;
}
.blog {
	position:relative;
}
.blogRight:before {
	background:url("../../images/quoteBg.png");
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: -321px;
	top: 0;
	bottom:0;
}
.quote {
	position: relative;
}
.mobView {
	display:none;
}
/*.revealOnScroll{opacity:0;}*/
.revealOnScroll.animated{opacity:1;}
 @media only screen and (max-width: 767px) {
 .fix-container {
 width: 100%;
}
.row.padd-row {
 padding: 20px 0;
}
 .theme-heading h2, .page-heading h2 {
 font-size: 22px;
 font-weight: 700;
 padding-bottom: 10px;
}
 .services .theme-heading h2 {
 font-size: 22px;
}
.services .theme-heading p {
 font-size: 14px;
 line-height: 25px;
 padding-bottom: 20px;
}
 .rightBlk {
 display: block;
}
.col-2 > li {
 width: 100%;
}
 .txtWrap {
 color: #666;
 font-size: 14px;
 font-weight: 300;
 line-height: 25px;
}
.topBanner {
padding:20px 0px;
}
 .banner-img {
 bottom: 0px;
 float: none;
 max-width: 100%;
 right: 0;
}
.banner-img span {
display:none;
}
 .banner-txt {
 float: none;
 margin: 10px 0;
 max-width: 100%;
 text-align:center;
}
.banner-txt > h2 {
 font-size: 25px;
 line-height: 35px;
}
 .banner-txt > p {
 font-size: 17px;
 padding: 10px 0 10px;
}
 .banner-txt a.btn-theme, .banner-txt .btn-theme {
 float: none;
 font-size: 16px;
 padding: 10px 20px;
}
.banner-img img {
 max-width: 100%;
}
.services .col-2 {
 margin-left: -10px;
 margin-top: -10px;
}
.services .col-2 > li {
 padding-left: 10px;
 padding-top: 10px;
 width:100%;
}
.services .col-2 li .boxWrap {
 height: 100%;
 padding: 25px;
 overflow:hidden;
}
 .leftBlk > h2 {
 font-size: 18px;
 padding-bottom: 10px;
}
 .leftBlk > p {
 font-size: 14px;
 line-height: 25px;
}
.clients .col-4 li {
 padding-left: 10px;
 padding-top: 10px;
 width: 100%;
}
.clients .col-4 {
 margin-left: -10px;
}
 .clients .col-4 li.lastChild {
 width: 100%;
}
 .clients .col-4 li.lastChild .leftBlk > h2 {
 font-size: 26px;
}
.clients .col-4 li.lastChild .leftBlk > p {
 font-size: 13px;
 line-height: 20px;
 padding-bottom: 10px;
}
.clients .col-4 li.lastChild .boxWrap {
padding:20px;
}
 .clients .col-4 li.lastChild .rightBlk {
 float: none;
}
.blogRight {
padding-left:50px;
}
.blogLeft {
padding-right:0px;
width:50%;
}
.deskView {
display:none;
}
.mobView {
display:block;
}
.strategies .col-6 li {
 float: none;
 padding-left: 10px;
 padding-top: 10px;
 width: 100%;
}
 .strategies .col-6 {
 margin-left: -10px;
}
.deskView {
display:none;
}
.mobView {
display:block;
}
.strategies .col-6 li {
 float: left;
 padding-left: 10px;
 width: 33.3%;
 padding-top:10px;
}
.strategies .col-6 {
 margin-left: -10px;
}
.strategies .col-6.title-list li {
padding-top:0;
}
.strategies .col-6.title-list li:last-child .serviceType:after {
border-top: none;
}
.strategies .col-6.title-list li.third .serviceType:after {
border-top: none;
}
 .strategies .col-6 li.last .serviceType:before {
 border-right: 4px solid #0096b0;
 content: "";
 height: 30px;
 left: 50%;
 position: absolute;
 top: -30px;
 transform: translate(-50%, 0px);
 width: 4px;
}
 .stepListing:after {
left:170px;
}
 .listCount span {
 font-size: 130px;
 line-height: 70px;
}
.stepContent {
 padding-left: 88px;
}
.stepListing:before {
left:180px;
}
.clients .col-4 li .boxWrap {
padding:31px;
}
.wrap:before {
 left: 192px;
}
.clients .col-4 li .boxWrap {
 min-height: 100%;
}
.blogRight:before {
display:none;
}
.blogLeft {
 float: none;
 padding-right: 0;
 width: 100%;
}
.blog:before {
display:none;
}
.blogLeft > h2 {
 font-size: 25px;
 line-height: 30px;
}
.titleBox h2 {
 font-size: 20px;
 font-weight: 700;
 margin: 15px 0;
}
.titleBox h2 span {
font-size:18px;
}
.blogLeft > p {
 font-size: 14px;
 line-height: 25px;
 padding-top: 10px;
}
.blogLeft > h2 br {
display:none;
}
.blogRight {
 margin-top: 20px;
 padding-bottom: 0;
 padding-left: 0;
 width: 100%;
}
 .blogRight .quote > p {
 font-size: 14px;
 line-height: 25px;
}
.postedBy {
 font-size: 18px;
 padding-top: 20px;
}
 .postedBy > span {
 font-size: 16px;
}
 .clients .theme-heading h2, .clients .page-heading h2 {
 font-size: 25px;
}
.strategies .col-6 li .boxWrap {
 padding: 30px;
}
.revealOnScroll{opacity:1;}
.clients .col-4 li.lastChild .leftBlk {
    display: block;
    float: none;
    width: auto;
}
}
@media only screen and (max-width: 480px) {
 .wrap:before {
display:none;
}
 .stepListing:before, .stepListing:after {
display:none;
}
 .stepContent {
 display: block;
 padding-left: 0;
}
.blogRight .quote > p {
 font-size: 16px;
 line-height: 25px;
 padding-top: 20px;
}
 .blogRight .quote > p {
 font-size: 14px;
 line-height: 25px;
}
.blogRight {
 margin-top: 20px;
 padding-bottom: 0;
 padding-left: 0;
 width: 100%;
 padding:20px;
 background:#f2f2f2 ;
}
.stepContent > p {
 font-size: 14px;
 line-height: 25px;
}
 .stepContent > h2 {
 font-size: 20px;
 padding-bottom: 10px;
}
.postedBy {
 font-size: 18px;
 padding-top: 20px;
}
.postedBy > span {
 font-size: 16px;
}
.leftBlk {
 display: block;
 width: 100%;
}
.clients .theme-heading h2, .clients .page-heading h2 {
 font-size: 25px;
}
.listCount {
 display: block;
}
.wrap ul li {
 padding: 10px 0;
}
.listCount span {
 font-size: 80px;
 line-height: 90px;
}
.stepContent > p {
 font-size: 14px;
 line-height: 25px;
}
.stepContent > h2 {
 font-size: 20px;
 padding-bottom: 5px;
}
.blogLeft {
 float: none;
 padding-right: 0;
 width: 100%;
}
.blog:before {
display:none;
}
.blogLeft > h2 {
 font-size: 25px;
 line-height: 30px;
}
.titleBox h2 {
 font-size: 20px;
 font-weight: 700;
 margin: 15px 0;
}
.titleBox h2 span {
font-size:18px;
}
.blogLeft > p {
 font-size: 14px;
 line-height: 25px;
 padding-top: 10px;
}
.blogLeft > h2 br {
display:none;
}
 .serviceType:after {
display:none;
}
 .strategies .col-6 li .serviceType::before {
 border-right: 4px dotted #0096b0;
 content: "";
 height: 30px;
 left: 50%;
 position: absolute;
 top: -30px;
 transform: translate(-50%, 0px);
 width: 4px;
}
 .strategies .col-6 li {
 float: none;
 padding-left: 10px;
 width: 100%;
 padding-top:10px;
}
.strategies .col-6.title-list li {
padding-top:0;
}
.strategies .col-6.title-list li:last-child .serviceType:after {
border-top: none;
}
.strategies .col-6.title-list li.third .serviceType:after {
border-top: none;
}
 .strategies .col-6 li.last .serviceType:before {
 border-right: 4px dotted #0096b0;
 content: "";
 height: 30px;
 left: 50%;
 position: absolute;
 top: -30px;
 transform: translate(-50%, 0px);
 width: 4px;
}
}
@media only screen and (min-width:768px) and (max-width:990px) {
 .fix-container {
 width: 100%;
}
.revealOnScroll{opacity:1;}
.blogRight:before {
display:none;
}
 .banner-img {
 bottom: 0px;
 float: none;
 max-width: 100%;
 right: 0;
}
.banner-img span {
display:none;
}
 .banner-txt {
 float: none;
 margin: 30px 0;
 max-width: 100%;
 text-align:center;
}
 .banner-txt > h2 {
 font-size: 55px;
 line-height: 60px;
}
.banner-txt > p {
 font-size: 25px;
 padding: 15px 0 20px;
}
.banner-txt a.btn-theme, .banner-txt .btn-theme {
float:none;
}
.services .col-2 {
 margin-left: -10px;
 margin-top: -10px;
}
.services .col-2 > li {
 padding-left: 10px;
 padding-top: 10px;
 width:100%;
}
 .services .col-2 li .boxWrap {
 height: 100%;
}
.clients .col-4 li {
 padding-left: 10px;
 padding-top: 10px;
 width: 50%;
}
.clients .col-4 {
 margin-left: -10px;
}
 .clients .col-4 li.lastChild {
 width: 50%;
}
 .clients .col-4 li.lastChild .leftBlk > h2 {
 font-size: 26px;
}
.clients .col-4 li.lastChild .leftBlk > p {
 font-size: 13px;
 line-height: 20px;
 padding-bottom: 10px;
}
.clients .col-4 li.lastChild .boxWrap {
padding:20px;
}
 .clients .col-4 li.lastChild .rightBlk {
 float: none;
}
.blogRight {
padding-left:50px;
}
.blogLeft {
padding-right:0px;
width:50%;
}
.deskView {
display:none;
}
.mobView {
display:block;
}
.strategies .col-6 li {
 float: left;
 padding-left: 10px;
 width: 33.3%;
 padding-top:10px;
}
.strategies .col-6 {
 margin-left: -10px;
}
.strategies .col-6.title-list li {
padding-top:0;
}
.strategies .col-6.title-list li:last-child .serviceType:after {
border-top: none;
}
.strategies .col-6.title-list li.third .serviceType:after {
border-top: none;
}
 .strategies .col-6 li.last .serviceType:before {
 border-right: 4px solid #0096b0;
 content: "";
 height: 30px;
 left: 50%;
 position: absolute;
 top: -30px;
 transform: translate(-50%, 0px);
 width: 4px;
}
.stepListing:after {
left:170px;
}
 .listCount span {
 font-size: 130px;
 line-height: 70px;
}
.stepContent {
 padding-left: 88px;
}
.stepListing:before {
left:180px;
}
.clients .col-4 li .boxWrap {
padding:31px;
}
.wrap:before {
 left: 192px;
}
.clients .col-4 li .boxWrap {
 min-height: 184px;
}
 .clients .col-4 li.lastChild .leftBlk {
 display: block;
 float: none;
 width: auto;
}
.theme-heading p {
font-size:14px;
}
 .clients .theme-heading h2, .clients .page-heading h2 {
 color: #fff;
 font-size: 22px;
}
}
@media only screen and (min-width:991px) and (max-width:1050px) {
 .fix-container {
 width: 100%;
}
.strategies .col-6 {
 margin-left: -30px;
}
.strategies .col-6 li .boxWrap {
 padding: 20px;
}
.strategies .col-6 li .boxWrap {
 padding: 20px;
 width: 100%;
}
 .boxTitle {
 font-size: 16px;
 text-align:center;
}
.serviceType {
 font-size: 16px;
 padding: 10px;
}
.listCount span {
 font-size: 150px;
 line-height: 100px;
}
.stepListing:after {
 left: 22.9%;
}
.blogRight:before {
right:0;
background-repeat:no-repeat;
}
.clients .col-4 li.lastChild .leftBlk > p {
 font-size: 16px;
}
.clients .col-4 li .boxWrap {
padding:20px;
}
 .rightBlk > span::before {
 height: 220px;
 top: -30px;
 width: 220px;
}
.services .col-2 {
 margin-left: -10px;
}
.leftBlk > p {
 font-size: 14px;
 line-height: 25px;
}
.services .col-2 > li {
 padding-left: 10px;
 padding-top: 10px;
}
 .banner-txt > p {
 font-size: 18px;
 padding: 25px 0 20px;
}
 .banner-txt > h2 {
 font-size: 34px;
 line-height: 40px;
}
.smallBubble {
 top: 120px;
}
.btm.midBubble {
 bottom: 0;
 left: -160px;
}
.banner-img {
 bottom: -30px;
}
.lrgBubble {
 top: -60px;
}
.top.midBubble {
 left: 61%;
 top: -65px;
}
.revealOnScroll{opacity:1;}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	.blogRight:before{right:0px;}
	
	
	}