* {
	margin:0px auto;
	padding:0;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.fix-container {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 10px;
}
.section {
	padding:75px 0px;
}
.section.grey {
	background:#393e41;
}
.section.grey {
	background:#f8f8f8;
}
.banner {
    overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
    height:660px;
	background-position:center center;
}


#myVideo {
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0px);
	width: auto;
}
.mobilecaption {
	display:none;
}
.banner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index:4;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7556dc+0,207cca+0,9056a1+0,9056a1+23,1e5799+100 */
  background: #7556dc; /* Old browsers */
	background: -moz-linear-gradient(left, #7556dc 0%, #207cca 0%, #9056a1 0%, #9056a1 23%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #7556dc 0%, #207cca 0%, #9056a1 0%, #9056a1 23%, #1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #7556dc 0%, #207cca 0%, #9056a1 0%, #9056a1 23%, #1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7556dc', endColorstr='#1e5799', GradientType=1 ); /* IE6-9 */
}
.banner_content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index:5;
}
.banner_content > h2 {
	color: #fff;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: -5px;
}
.banner_content > h2 span {
	font-weight: 700;
}
.banner_content > p {
	color: #fff;
	font-size: 33px;
	line-height: 40px;
	padding-top: 10px;
}

.design-work{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; 
    align-items:center;
}
.design-work .grid{
    width:70%;
}
.design-work .grid:first-child{
    width:30%;
    padding-right:20px;
}
.screen-images{
    position: relative;
}
.portfolio-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
.portfolio-slider .slick-dots li{
    display:inline-block;
    padding:0 3px;
    vertical-align: middle;
}
.portfolio-slider .slick-dots li button{
    font-size:0;
    width:16px;
    height:16px;
    border-radius:50%;
    background-color:#29bed2;
    border:3px solid #29bed2;
    padding:0;
    margin:0;
    display:block;
}
.portfolio-slider .slick-dots li.slick-active button{
    background-color:transparent;
    border:2px solid #e62e48;
}
.section_head > h2 {
	color: #000002;
	font-size: 35px;
	padding-bottom: 40px;
	line-height:40px;
}
.section_head > h2 span {
	color: #e62e48;
	font-size: 35px;
	font-weight:700;
}
.section p {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.title-block {
	background: #2ac9de;
	color: #fff;
	display: inline-block;
	font-size: 35px;
	line-height: 40px;
	padding: 10px 25px;
	text-align: center;
}
.title-block span {
	color: #92effb;
	font-weight:700;
}
.section.workWay {
	display: table;
	padding-top: 0;
	width: 100%;
}
.workWay .img-block {
	height:475px;
	background:url(../../img2/bg-work.png) #ffdb19;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
}
.workWay .img-block .fix-container {
	position:relative;
}
.content-blk {
	
	position:absolute;
	top:150px;
	left:0px;
}
.img-block p{font-size:32px;
	color:#000002;
	line-height:40px;}
.workWay_listing {
	position: relative;
	z-index: 2;
}
.workWay_listing ul li {
	float: left;
	width: 50%;
}
.list_box.blue {
	background: #2ac9de;
}
.list_box.red {
	background:#e62e48;
}
.list_box.white {
	background:#efefef;
}
.list_box.white:before {
	background:#fff;
	left:4px;
	right:4px;
	top:4px;
	bottom:4px;
	content:"";
	position:absolute;
}
.list_box {
	padding:70px 70px 120px 70px;
	position:relative;
}
.list_box > h2 {
	color: #fff;
	font-size: 33px;
	line-height: 40px;
	padding-bottom: 10px;
}
.list_box.white h2 {
	color: #000002;
	position: relative;
}
.list_box > p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  max-width: 85%;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.list_box.white p {
	color:#333;
}
.list_box.white > p:before {
	background: #efefef;
}
.list_box > p:before {
	background: #fff;
	content: "";
	font-weight: 700;
	height: 3px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 20px;
}
.list_box > span {
	bottom: 10px;
	color: #fff;
	font-size: 140px;
	font-weight: 700;
	opacity: 0.35;
	position: absolute;
	right: 70px;
}
.list_box.white > span {
	color:#efefef;
	opacity:1;
}
.workWay_listing ul li:nth-child(2n+1) {
 position: relative;
 top: -120px;
}
.cta-col {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
	width: 50%;
}
.yellow {
	background:#ffdb19;
}
.cta.blue {
	background: #3ecadd;
}
.cta {
	position: relative;
	z-index: 1;
	padding:65px 0;
}
.cta.dream {
	margin-top: -195px;
	padding:0px;
}
.cta-col {
	display: inline-block;
	margin: 0 -4px 0 0;
	vertical-align: middle;
	width: 50%;
}
.cta-content {
	background: #ffdb19;
	padding: 30px 45px;
	position: relative;
	top: 40px;
}
.cta-content p {
	color: #000002;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -1px;
}
.cta-content a, .link {
	color: #000002;
	font-size: 26px;
}
.cta-content a i {
	display: inline-block;
	margin-left: 20px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	vertical-align:middle;
}
.cta-content a:hover i {
	margin-left: 30px;
}

.cta-content:after {
	background: #ffdb19;
	bottom: 0;
	content: "";
	left: -40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.cta-content_wrap {
	position: relative;
	z-index: 4;
}
.section.affordableprice {
	padding: 0;
	position:relative;
	overflow:hidden;
}


.horz-col:first-child {
  padding: 75px 0;
  position: relative;
  width: 50%;
  z-index: 3;
}
.affordableprice .horz-col {
  position: relative;
  vertical-align: bottom;
  width: 45%;
  z-index: 3;
  display: inline-block;
  margin: 0 -4px 0 0;
}
.affordableprice .section_head > h2 span {
  font-size: 45px;
  line-height: 50px;
}
.affordableprice .horz-col:first-child {
  padding: 95px 0;
  position: relative;
  width: 55%;
  z-index: 3;
}
.affordableprice .section_head > h2 {
  
  font-size: 45px;
  line-height: 50px;
 
}

.affordableprice .horz-col p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
.affordableprice .section_head > h2 span {
	color: #000;
}
.horz-col:first-child {
	padding: 75px 0;
}
.horz-col {
	display: inline-block;
	width: 50%;
	margin:0px -4px 0px 0px;
	vertical-align:top;
}
.affordableprice .horz-col p {
	padding-bottom:20px;
}
.affordableprice .section_head > h2 span {
	color: #000;
}
.section.packages {
	text-align: center;
	position:relative;
}
.section.packages:before {
	background: #fbfbfb;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 86.4%;
	z-index: 3;
}
.black {
	background:#393e41;
}
.section.packages .section_head > h2 {
	color: #fff;
	padding-bottom: 10px;
}
.section.packages .section_head > h2 span {
	color: #fff;
}
.section.packages .section_head > h3 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 30px;
}
.packages p {
	color: #bfbfbf;
}
.package_details {
	float:left;
	width: 33.3%;
	padding-left:40px;
	padding-top:40px;
}
.package_wrap {
	background: #29bed2;
	padding: 40px;
}
.package_wrap.red {
	background: #e62e48;
}
.package_wrap.yellow {
	background: #ffdd00;
}
.packages_list {
	margin-left: -40px;
	position:relative;
	z-index:4;
}
.section.packages .package_wrap p {
	color: #fff;
	font-size: 18px;
}
.package_wrap > h3 {
	color: #fff;
	font-size: 28px;
	line-height: 35px;
}
.package_price {
	font-size: 73px;
	font-weight: 800;
	color: #fff;
	padding: 60px 0 40px 0;
	display: block;
	line-height: 80px;
	position:relative;
}
.package_wrap.yellow .package_price {
	color: #393e41;
}
.package_wrap.yellow .package_offers > li {
	color:#393e41;
}
.package_price sup {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: -15px;
    color:inherit;
}
.package_offers > li {
	color: #fff;
	font-size: 18px;
	padding-bottom: 5px;
	display: block;
}
.package_offers {
	margin-bottom:20px;
}
.package_price:before {
	background: rgba(255, 255, 255, 0.4);
	bottom: 0;
	content: "";
	display: inline-block;
	height: 5px;
	left: 50%;
	position: absolute;
	right: 0;
	top: 20px;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	width: 70px;
	z-index: 999;
}
.package_wrap.yellow .package_price:before {
	background: rgba(0, 0, 0, 0.4);
}
.package_wrap.yellow > h3, .section.packages .package_wrap.yellow p, .package_wrap.yellow > li {
	color: #393e41;
}
.btn_group {
	margin-left:-10px;
}
a.Btn {
	background: #fff;
	border-radius: 0;
	color: #000002;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
	padding: 10px 25px;
	margin-left:10px;
	border:1px solid #fff;
	text-align:center;
}
a.Btn.black {
	background:#393e41;
	color:#fff;
	border:1px solid #393e41;
}
a.Btn.black:hover {
	background:none;
	color:#fff;
	border:1px solid #fff;
}
a.Btn:hover {
	color:#fff;
	background:none;
}
.package_features .section_head > h2 {
	text-align: center;
	font-weight:600;
	position:relative;
}
.package_features .section_head > h2:before {
	background:#29bed2;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 5px;
	left: 50%;
	position: absolute;
	right: 0;
	bottom:20px;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	width: 70px;
	z-index: 2;
}
.lgt-grey {
	background:#f6f6f6;
}
.services .section_head > h2 {
	text-align: center;
}
.service-offered:nth-child(2n+1) {
  background: #fff;
}
.service-offered .horz-col:first-child {
	padding: 0;
}
.service_media > img {
	max-width: 100%;
	display:block;
	text-align:center;
}
.service_content > h3 {
	font-size: 32px;
	color: #000002;
	line-height: 40px;
	padding-bottom: 20px;
}
.section .service_content > p {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
.service-offered {
	padding: 75px 0;
	display: table;
	width: 100%;
}
.service-offered a.Btn.black:hover {
	background:none;
	color:#000002;
	border:1px solid #000002;
}
a.Btn.blue {
	color:#fff;
	border:1px solid #29bed2;
	background:#29bed2;
}
.service-offered a.Btn.blue:hover {
	color:#29bed2;
	border:1px solid #29bed2;
	background:none;
}
.section.services {
  border-top: 1px solid #eaeaea;
  padding-bottom: 0;
}
.service-offered .service_content {
	padding-left: 40px;
}
.service-offered.lgt-grey .service_content {
  padding-left: 0;
  padding-right: 40px;
}
.cta-col.full {
	display: block;
	margin: 0;
	width: 100%;
}
.cta-col.full .cta-content {
	background: none;
	padding: 0;
	top: auto;
}
.cta-col.full .cta-content:after {
	display:none;
}
.cta-light p, .cta-light a {
	color:#fff;
}
.cta-light svg path {
	fill:#fff;
}
.cta-light p {
	padding-bottom:20px;
}
.experts {
	background-image:url(../../img2/experts.png);
	background-repeat:no-repeat;
	background-position:80% bottom;
	position:relative;
}
/*Accordion*/
.features-table .ft-head.active {
  display: none;
}
.features-table {
	border: solid 1px #ced5d8;
	border-bottom: none;
}
.ft-repeat {
	border-bottom: solid 1px #ced5d8;
	position: relative;
	background:#fff;
}
.ft-repeat .arrows {
	position: absolute;
	border: solid 2px #29bed2;
	border-radius: 50%;
	right: 10px;
	top: 18px;
	height: 20px;
	width: 20px;
}
.ft-repeat .arrows:before {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 10px;
}
.ft-repeat .arrows:after {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	width: 10px;
}
.ft-repeat.active .arrows:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ft-data {
	display: none;
}
.ft-data table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.ft-data table thead {
	background: #f3f3f3;
	color: #393f40;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px #ced5d8;
}
.ft-data table th {
	padding: 15px 15px;
	vertical-align:top;
}
.ft-data table td {
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  vertical-align: middle;
}
.ft-data table th:first-child {
	color: #29bed2;
}
.features-table ul li {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
  position: relative;
}

.features-table .ft-head {
	color: #29bed2;
	padding: 15px 15px;
	position: relative;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
}
.features-table .ft-head.active {
	display: none;
}
.package_features {
	position: relative;
	background:#fbfbfb;
	padding-top:0px;
}
.icon-scroll, .icon-scroll:before {
	position: absolute;
	left: 50%;
}
.img-choice {
  display: inline-block;
  width: 130px;
}
.icon-scroll {
	width: 40px;
	height: 70px;
	margin-left: -20px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 25px;
	position: absolute;
	top: 85%;
	z-index:999;
}
.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(46px);
 transform: translateY(46px);
}
}
@keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(46px);
 transform: translateY(46px);
}
}
.icon-scroll.show {
	display:block;
}
.icon-scroll {
	display:none;
}
.help {
	background: #e62e48;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	position: relative;
	text-align: center;
	width: 20px;
}
.help:hover span {
	display:block;
}
.help span {
	background:#29bed2;
  border-radius: 3px;
  display: none;
  font-size: 12px;
  font-weight: 400;
  left: 150%;
  line-height: 15px;
  padding: 5px 10px;
  position: absolute;
  text-align: left;
  top: -11px;
  width: 285px;
}
.help span:before {
	position:absolute;
	content:"";
	left:-6px;
	top:50%;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #29bed2;
}
.package_custom > h2 {
	color: #393e41;
	font-size: 28px;
	font-weight: 600;
	line-height: 100%;
}
.package_custom > h3 {
	color: #999;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
}
.package_custom .Btn {
	margin-left:0px;
}
.Btn.red {
	background: #e62e48;
	color: #fff;
	border:1px solid #e62e48;
}
.Btn.red:hover {
	background: none;
	color: #e62e48;
	border:1px solid #e62e48;
}

.content-blk > h2 {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}
.testimonialsection {
  background: #29bed2;
  background-image:url(../../img2/testquote.png);
  background-repeat:no-repeat;
  background-position:7% -30%;
}
.testimonial-content > h2 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 10px;
}
.testimonial-content > p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 15px;
}
.testimonial-content h2 span {
  display: block;
  font-size: 25px;
}
.testimonial-wrap {
  display: table;
  width: 100%;
}
.testimonial {
  display: table-cell;
  padding: 45px 44px 45px 0;
  vertical-align: top;
}
.testimonial-image {
  display: table-cell;
  vertical-align: bottom;
}
/*======================Responsive*=============*/
@media only screen and (min-width:991px) and (max-width:1050px) {
 .fix-container {
padding:0px 10px;
}

.section.affordableprice {
 overflow: hidden;
 padding: 0;
}
.horz-col:first-child {
 z-index: 4;
}
.horz-col {
 position: relative;
 vertical-align: top;
}
.section.affordableprice .horz-col {
 position: relative;
}
.horz-col > img {
 position: absolute;
 right: 0;
 z-index: 2;
}
.package_wrap > h3 {
 font-size: 25px;
}
a.Btn {
 font-size: 16px;
 margin: 0 0 0 10px;
 padding: 5px 12px;
}
.banner_content {
 width: 90%;
}
.content-blk  {
left:10px;
}

}
 @media only screen and (min-width:768px) and (max-width:990px) {
 .package_custom > h2 {
 font-size: 17px;
}
.package_custom > h3 {
 font-size: 13px;
}
 .fix-container {
padding:0px 10px;
}
 .banner_content > h2 {
 font-size: 74px;
}
 .banner_content > p {
 font-size: 18px;
 line-height: 10px;
}
.banner_content {
 width: 90%;
}
.content-blk {
left:10px;
}
.workWay_listing ul li {
 width: 100%;
}
.workWay_listing ul li:nth-child(2n+1) {
 top: 0;
}
.workWay_listing ul {
 position: relative;
 top: -80px;
}
.cta-content p {
 font-size: 25px;
}
.cta-col > img {
 width: 100%;
}
.cta-content a, .link {
 display: block;
 font-size: 20px;
 padding-top: 10px;
}
.horz-col {
 display: block;
 margin: 0;
 width: 100%;
}
.section.affordableprice {
 overflow: hidden;
 padding: 0;
 position: relative;
 text-align: center;
}
.affordableprice .horz-col:first-child {
 position: relative;
 z-index: 2;
}
.affordableprice .horz-col{width:100%;}
.affordableprice .horz-col > img {
  left: -30%;
  opacity: 0.13;
  position: relative;
  top: 0;
  width: 100%;
}
.affordableprice .horz-col:last-child {
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 z-index: 1;
}
.package_details {
 padding-left: 10px;
}
.packages_list {
 margin-left: -10px;
}
.packages_list {
 margin-left: -10px;
}
.package_wrap > h3 {
 font-size: 18px;
 line-height: 25px;
}
.section.packages .package_wrap p {
 font-size: 14px;
}
.package_price {
 font-size: 53px;
 line-height: 70px;
 padding: 50px 0 40px;
}
.package_offers > li {
 color: #fff;
 font-size: 14px;
}
a.Btn {
 font-size: 14px;
 margin: 0 0 0 10px;
 padding: 5px 10px;
}
.package_wrap {
 padding: 20px;
}
.service-offered .service_content {
 padding-right: 0;
}
.horz-col.fr {
 float: none;
}
.service-offered .horz-col {
 padding-top: 20px;
 text-align: center;
}
.service-offered.lgt-grey .service_content {
 padding-left: 0px;
 padding-right: 0;
}
.cta.dream {
 margin-top: -155px;
}
.affordableprice .horz-col:first-child{width:90%;}
.affordableprice .section_head > h2 , .affordableprice .section_head > h2 span {
  font-size: 35px;
  line-height: 40px;
}
.affordableprice:before{left:70%;}
.horz-col:first-child {
 
  width: 100%;
 
}
.cta-content{top:0px;}
}
 @media only screen and (max-width: 767px) {
 .banner_content {
 width: 90%;
     transform: none;
     -webkit-transform: none;
     top:0;
     left:0;
     position: relative;
     padding:50px 0;
     text-align: center;
     margin:0 auto;
}
     .banner{height: auto}
.section {
 padding: 40px 0;
}
.banner_content > h2 {
 font-size: 29px;
 letter-spacing: -1px;
}
.banner_content > p {
 font-size: 15px;
 line-height: 25px;
}
.section_head > h2 span {
 font-size: 25px;
}
.section_head > h2 {
 font-size: 25px;
 line-height: 30px;
 padding-bottom: 15px;
}
.title-block {
 font-size: 25px;
 line-height: 30px;
}
.content-blk{
	position: absolute;
 right: 10px;
 top: 100px;
  left: 10px;
}
.img-block p {
 font-size: 20px;

 line-height: 30px;
 
}
.workWay .img-block {
 height: 270px;
}
.workWay_listing ul li:nth-child(2n+1) {
 position: relative;
 top: -60px;
}
.workWay_listing ul li {
 float: none;
 width: 100%;
}
.list_box {
 padding: 30px;
 position: relative;
}
.list_box > h2 {
 font-size: 24px;
 line-height: 30px;
}
.list_box > p {
 font-size: 14px;
 line-height: 24px;
 max-width: 100%;
 padding-left: 0;
}
.list_box > p br {
 display:none;
}
.workWay_listing ul li:nth-child(2n+1) {
 top: 0;
}
.list_box > p:before {
display:none;
}
.workWay_listing ul {
 top: -60px;
}
.list_box > span {
 bottom: 0;
 font-size: 60px;
 right: 15px;
}
.cta-col > img {
 max-width: 100%;
}
.cta-col {
width:100%;
}
.cta.dream {
 margin-top: -65px;
}
.cta-content {
 padding: 20px 15px;
 position: relative;
 top: -20px;
}
.cta-content a, .link {
 display: block;
 font-size: 20px;
 padding-top: 10px;
}
.cta-content p {
 font-size: 25px;
}
.horz-col:first-child {
 padding: 40px 0;
}
.horz-col {
 display: block;
 margin: 0;
 vertical-align: top;
 width: 100%;
}
.horz-col > img {
 max-width: 100%;
}
.horz-col:first-child {
 padding: 40px 0 0;
 width:100%;
}
.package_details {
 padding-top: 10px;
 width: 100%;
}
a.Btn {
 font-size: 14px;
 margin: 0 0 0 10px;
 padding: 5px 10px;
}
.package_features .section_head > h2 {
 text-align: center;
 padding-bottom:30px;
}
.service_content > h3 {
 font-size: 24px;
 line-height: 30px;
 padding-bottom: 10px;
}
.horz-col.fr {
 float: none;
}
.service-offered .service_content {
 padding-right: 0;
 padding-top: 20px;
}
.service-offered.lgt-grey .service_content {
 padding-left: 0px;
 padding-right: 0;
}
.section.package_features {
padding-top:0px;
}
.service-offered {
 padding: 40px 0;
}
.ft-data table th {
 display: none;
 padding: 10px 15px;
    font-size:14px;
}
.ft-data table td {
  display: block;
  padding: 10px 15px;
  text-align: center;
}
.ft-data table th:first-child {
 display: block !important;
 width: 100%;
}
.ft-repeat .arrows {
top:13px;
}
.mobilecaption {
 color: #393f40;
 display: block;
 font-size: 14px;
 font-weight: 600;
 padding: 0;
}
.features-table .ft-head {
 font-size: 14px;
 padding: 10px 15px;
}
.package_custom > h3 {
 font-size: 14px;
 padding: 5px 0;
}
.package_custom > h2 {
 font-size: 20px;
}
.affordableprice .horz-col{width:100%;}
.affordableprice .horz-col > img {
  left: -30%;
  opacity: 0.13;
  position: relative;
  top: 0;
  width: 100%;
}
.affordableprice .horz-col:last-child {
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 z-index: 1;
}
.affordableprice .section_head > h2, .affordableprice .section_head > h2 span {
  font-size: 35px;
  line-height: 40px;
}
.affordableprice .horz-col:first-child {
  width: 100%;
}
.service-offered .service_content{padding-left:0px;padding-right:0px;}
.affordableprice .section_head  h2, .affordableprice .section_head  h2 span {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 15px;
}
.affordableprice .horz-col p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0px;
}

.affordableprice .horz-col:first-child {
  padding: 35px 0;
}
.help span {
  left: -195px;
  top: -51px;
  width: 285px;
}
.help span:before {
  border-top: 10px solid #29bed2;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  left: 69%;
  position: absolute;
  top: 100%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
}
.testimonial-image {
  display: block;
  vertical-align: bottom;
}
.testimonial {
  display: block;
  padding: 30px 0 0 0;
  vertical-align: top;
}
.testimonialsection {background-position:7% -10%;} 
.testimonial-wrap {
  display: block;
  width: 100%;
}
.section p, .section .service_content p, .affordableprice .horz-col p, .testimonial-content p{font-size:14px;line-height:24px;}
}
