@charset "utf-8";
/* CSS Document */
body {
	color: #666;
}
p {
	font-size: 19px;
}
main {
	margin-top: 60px;
	overflow: hidden;
}
form {
	clear: both;
	margin-bottom: 25px;
}
.center {
	margin:0 auto;
	display: block;
}
.text-center {
	text-align: center;
}
.orange {
	color: #22bad8;
}
.m-slide-bg {
	background-image: url(../img/m-home-banner-laptop.jpg);
}
.user-conference-bg {
	background-image: url(../img/ptp-user-conference-2024-banner-2.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content_container {
	padding: 10px;
	/* margin-top: 20px; */
}
.container-section {
	padding: 150px 50px;
}
.content_container_plant {
	padding: 10px 10px 0 10px;
	margin-top: 20px;
}
.content_container_under_plant {
	display: block;
	
	z-index: 15;
	color: #fff;
	font-size: 18px;
}
.inside-container {
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding: 25px;
}
.title-container {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.section-intro {
	padding-bottom: 60px;
}
.home-icon {
	font-size: 50px;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	background-color: #6c757d;
	border-radius: 50%!important;
	color: #fff;
}
.blue-icon {
	color: #187eb7;
	font-size: 80px;
	padding: 45px;
}
.white-icon {
	font-size: 30px;
	padding: 5px;
}
.login-box {
	display: block;
	padding: 50px;
	background-color: #187eb7;
	max-width: 900px;
	width: 100%;
	color: #fff;
	margin: 25px auto;
}
.login-box a, .login-box a:visited {
	color: #fff;
}
label {
	font-size: 21px;
	font-weight: bold;
	margin-top: 20px;
}
label::after {
	content:"";
    background: #ffffff;
    height: 4px;
    width: 100px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.red-box {
	background-color: #16aac8;
	padding: 80px 40px;
	color: #fff;
	background-image: url(../img/bg-blue-design.png);
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.red-small-banner {
	background-color: red;
	color: #fff;
	padding:5px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}
.btn-red {
	background-color: red;
	color: #fff;
}
.btn-red:hover {
	background-color: rgb(190, 8, 8);
}
.blue-box {
	background-color: #276b96;
	padding: 80px 40px;
	color: #fff;
	text-align: center;
}
.blue-box hr, .red-box hr {
	border-top: 1px solid rgba(207, 207, 207, 1);
}
.yellow-text,  .yellow-text:hover {
	color: #ffff00;
}
.ip-logo {
	margin: 20px auto;
	display: block;
}
.jumbo-txt {
	display: block;
	font-weight: 800;
	font-size: 130px;
	line-height: 120px;
	margin-bottom: 20px;
}
.small-txt {
	font-size: 11px;
    font-weight: bold;
}
.grey-box {
	background-color: #757575;
	padding: 80px 40px;
	color: #fff;
	text-align: center;
}
h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
.blue-txt {
	color: #0eaded;
}
.dark-blue-txt {
	color: #276b96;
	font-size: 26px;
	font-weight: bold;
}
.dark-blue {
	color: #2b4298;
}
.dark-red-txt {
	color: #e02b20;
	font-size: 16px;
	font-weight: bold;
}
#header-alliance {
	margin-bottom: 50px;
}
.page-title {
	width: 100%;
	/* background-color: #0eaded; */
	background-color:#ce1f32;
	color: #fff;
	padding: 25px;
	margin-bottom: 50px;
}
.page-title-alliance {
	width: 100%;
	/* background-color: #0eaded; */
	background-color:#ce1f32;
	color: #fff;
	padding: 25px;
}
.feature-img {
	max-width: 300px;
	width: 100%;
	height: auto;
}
.top-feature {
	display: block;
	background-image: url("../img/top-feature.svg");
	height: 47px;
	margin-bottom: -1px;
}
.box-feature {
	background-color: #187eb7;
	padding: 50px;
	color: #fff;
}
.box-black {
	padding: 20px;
	color:#fff;
	background-color: #000;
}
.box-grey {
	padding: 20px;
	color:#333;
	background-color: #eee;
}
.box-grey-2 {
	padding: 100px 50px;
	color:#3d3d3d;
	background-color: #ccc9c9;
}
.box-dark-grey {
	color:#d3d2d2;
	background-color: #414040;
}
.text-muted-2 {
    color: #b9c9d6!important;
}
.box-clear {
	padding: 100px 50px;
}
.bottom-feature {
	display: block;
	background-image: url("../img/bottom-feature.svg");
	height: 100px;
	margin-top: -1px;
	transform: rotateX(180deg);
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.container2 {
	display:inline-block;
	width:100%;
}
.container3 {
	display:inline-block;
	width:100%;
	padding: 100px 0;
}
.parallax-overlay {
	display:block;
	height:100%;
	width:100%;
	background-image:url(../img/overlay-pattern.png);
	background-repeat:repeat;
	background-color:rgba(4,57,128,0.65);
}
#header {
  box-shadow: 0px 18px 20px -10px #0000008f;
}
.navbar-default .navbar-nav > li > a {
	color:#fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.90);
}
.nav-link, .nav-link:visited {
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #bac7d3;
}
.tab-content {
	margin-top: 30px;
	padding: 20px;
}
.logo-efile {
	max-height: 42px;
	width: auto;
	margin-top: 10px;
	margin-right: 20px;
}
.banner-bg {
	background-image: url("../img/summer-landscape-with-young-woman-with-backpack-PLMH8PD.jpg");
	background-size: cover;
	background-position: center;
	width:100%;
	height:580px;
}
.txt-area-right {
	display: block;
	float: right;
	z-index: 5;
	background-color: rgba(206, 31, 50, 0.72);
	color:#fff;
	width:300px;
	height: 100%;
	padding:20px;
	text-align: center;
}
.txt-area-right h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.txt-area-center {
	display: block;
	float: left;
	z-index: 5;
	color:#000;
	width:300px;
	height: 100%;
	padding:20px;
	font-size: 28px;
	line-height: 26px;
	margin: 2% 0 0 20%;
}
.call2action {
  display:block;
  width:100%;
  max-width:1140px;
  min-height:110px;
  text-align:center;
  color:#fff;
  font-size:30px;
  margin:0 auto;
  border-radius:20px;
}
.call2action p {
	font-size: 18px;
}
.orange-btn {
	background-color: rgba(252,132,3,1);
	border: none;
}
.orange-btn:hover {
	background-color: rgba(252,132,3, .7);
}
.orange-btn:active {
	background-color: rgba(252,132,3, .7) !important;
}
.red-fade-btn {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db0a06+0,700503+100 */
	background: #db0a06; /* Old browsers */
	background: -moz-linear-gradient(left,  #db0a06 0%, #700503 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #db0a06 0%,#700503 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #db0a06 0%,#700503 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0a06', endColorstr='#700503',GradientType=1 ); /* IE6-9 */

	border-radius: 100px;
	border: solid 2px #fff;
	margin-top: 20px;
	margin-bottom: 20px;

	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.red-fade-btn:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f71707+0,bc0b05+100 */
	background: #f71707; /* Old browsers */
	background: -moz-linear-gradient(left,  #f71707 0%, #bc0b05 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f71707 0%,#bc0b05 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f71707 0%,#bc0b05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71707', endColorstr='#bc0b05',GradientType=1 ); /* IE6-9 */

	border-radius: 100px;
	border: solid 2px #fff;
	margin-top: 20px;

}
.call2action2 {
	display:block;
	width:100%;
	max-width:1140px;
	min-height:110px;
	text-align:center;
	color:#fff;
	font-size:30px;
	margin:0 auto;
	padding: 50px;
    background-color: #187eb7;
  }
.overlay {
  display:inline-block;
  width: 100%;
  max-width:1140px;
  height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.4);
  border-radius:20px;
}
.overlay-grey {
	display:inline-block;
	width: 100%;
	height: 100%;
	margin:0 auto;
	background-color: rgba(148, 147, 147, 0.85);
	padding: 50px 10px 0 10px;
}
.overlay-blue2 {
	display:inline-block;
	width: 100%;
	height: 100%;
	margin:0 auto;
	background-color: rgba(50, 109, 149, 0.85);
	padding: 50px 10px 0 10px;
}
.overlay-blue {
	display:inline-block;
	width: 100%;
	height: 500px;
	margin-top:-50px;
	background-color: rgba(50, 109, 149, 0.65);
	padding-top:100px;
	padding-left:50px;
	padding-right:50px;
	color: #fff;
	font-size: 26px;
}
.image-bg-1 {
	background-image: url("../img/003-woman-working-laptop.jpg");
	background-position: center;
	width:100%;
	height:500px;
	margin-top:-50px;
	padding-top:50px;
	padding-left: 0;
    padding-right: 0;
}
.background-diagnal {
	background-image: linear-gradient(310deg,#c91a1a 44%,#ffffff 26%);
}
#singleoffice {
	background-image: url("../img/computer-works-closeup-P3CLDRA.jpg");
	background-size: cover;
}
#singleoffice .container-section {
	background: rgba(255, 255, 255, .5);
}
#howManyReturns {
	background-image: url("../img/shanghai-nanpu-bridge-at-dusk-PMRJJTQ.jpg");
	background-size: cover;
}
#howManyReturns .container-section {
	background: rgba(255, 255, 255, .9);
}
#pay {
	background-image: url("../img/city-PNPMV6W.jpg");
	background-size: cover;
}
#pay .container-section {
	background: rgba(255, 255, 255, .9);
}
#less10, #less100, #unlimitedA, #unlimitedC {
	background-color: #ffffff;
	color: rgba(0,0,0,0.7);
}
#less50, #unlimitedAnoBank, #unlimitedB, #multiOffice {
	background-color: #097dbb;
	color: rgba(255,255,255,0.9);
}
.diagnal-txt {
	color: #fff;
	font-size: 44px;
	padding: 50px 50px 50px 0;
}
/*.box-blue {
	padding:50px;
	background-color: #0c71c3;
	color: #fff;
}*/
.box-blue {
	padding:50px;
	color: #fff;
	background-image: url(../img/002-blue-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.no-list {
	list-style-type:none;
	font-weight: bold;
	font-size: 24px;
}
footer {
  display:block;
  background-color:#444;
  color:#fff;
  width:100%;
  padding:20px;
  text-align:center;
  font-size:12px;
}
.cta-footer {
	display:block;
	width:100%;
	margin-top: 100px;
	padding:50px;
	background-color: #187eb7;
	color: #fff;
}
.cta2 {
	display:block;
	width:100%;
	padding:50px;
	background-color: #187eb7;
	color: #fff;
	font-size: 39px;
	margin: 50px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.vendor-logo {
	margin: 20px;
	vertical-align: middle;
	max-height: 70px;
	max-width: 200px;
}
.pre-footer {
  display:inline-block;
  background-color:#fff;
  width:100%;
  padding:20px;
  text-align: center;
}
.pre-footer a, .pre-footer a:visited, .pre-footer a:link,
footer a {
  color:#fff;

  -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.pre-footer a:hover {
	color: #ddd;
	/*margin-left: 5px;*/
}
footer a:hover {
	color: #ddd;
}
.pre-footer li {
	list-style-type: none;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color:#60dcea;
	color:#333333;
}
.dropdown-menu {
    margin-top: 14px;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#666;
	height:25px;
	position:fixed;
	z-index:1000;
	color:#fff;
	top:0;
}
.pre-header a {
	color:#fff;
}
.pre-header a:hover {
	color:#0CF;
}
#header{
	position: fixed;
	top:0px;
	width: 100%;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;

	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	/* background-color:rgba(240, 241, 241, 0.9) !important;*/
	background-color: rgba(46,130,187, 1) !important;

	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky {
	text-align: left;
	/*background-color:rgba(240, 241, 241, 0.95) !important; */
	background-color:rgba(46,130,187, 0.95) !important;
}
#header2{
	position: fixed;
	top:0px;
	width: 100%;

	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	background-color:rgba(240, 241, 241, 0.20) !important;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header2.sticky a:link, #header2.sticky a:visited,
#header.sticky a:link, #header.sticky a:visited,
#header a:link, #header a:visited {
	/* color: rgba(0,0,0,0.6) !important; */
}
#header2.sticky a:hover, #header.sticky a:hover,
#header2 a:hover, #header a:hover {
	/* color: rgba(0,0,0,0.9) !important; */
}
#header2.sticky {
	text-align: left;
	background-color:rgba(240, 241, 241, 0.95) !important;
}
#logo {
  display:block;
  height:auto;
  width:291px;
  
  // set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#logo.sticky_size {
	height: auto;
	width:200px;
}
#nav-sticky {
	margin-top:34px;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:20px;
}
.cta {
	background: rgba(255,255,255, 0.95);
	padding: 40px;
	width: 100%;
	margin-top: -125px;
	border: solid 1px rgba(212, 212, 212, 1);

	z-index: 3;
	position: relative;
}
.phone-header {
	font-size: 30px;
	font-weight: 700;
}
.link-white:link, .link-white:visited {
	color: rgba(255,255,255, 0.95);

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.link-white:hover {
	color: rgba(255,255,255, 0.75);
}
.in-bg {
	background:rgba(255,255,255, 0.8);
	margin-bottom:5px;
	width:100%;
	border:solid 1px #CCC;
}
.bg-image {
	background-size: cover;
	background-position: center center;
	background-image: url(../img/home-banner-laptop.jpg);
}
.schedule-bg {
	background-blend-mode: multiply;
	background-image: url("../img/geometric-bg-overlay-01.jpg"),linear-gradient(135deg,#e32228 0%,#6b0a0f 100%);
}
.error {
	border: 1px solid #F00;
}
.section-1 {
	background-color: #eaeff3;
	width: 100%;
	padding: 100px 20px;
	margin-bottom: 50px;
}
.section-2 {
	background-color: #fff;
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 50px;
}
.coupon {
	width:100%;
	border: dashed 4px #333;
	padding: 10px;
	margin-bottom: 10px;
}
.coupon-footer {
	font-size: 12px;
	border-top: solid 1px rgb(231, 231, 231);
	padding-top: 5px;
	min-height: 40px;
}
.coupon-header {
	font-size: 35px;
	text-align: center;
}
.coupon-header-2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.fa-icon {
	font-size: 55px;
	color: rgb(109, 109, 109);
}
.footer-icon {
	color: #fff;
	margin-right: 30px;
	font-size: 30px;

	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-icon:hover {
	color: #999;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-top-bottom-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.box1 {
	display:block;
	background-color: #f8fbfe;
	color: #535b7c;
	width:100%;
	padding:100px 20px;
	text-align: center;
	margin-bottom: 80px;
}
.box1-icon {
	font-size: 30px;
	margin:20px;
}
.card {
	border-top: solid 3px #0428b5; 

}
.box-shadow {
	background-color:#fff;
	border:solid 1px #CCC;
	border-radius:10px;
	margin:10px 20px 30px 10px;
	padding:10px;
	-webkit-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
}
.title-bg {
	background-color: #0c71c3!important;
	background-image: linear-gradient(166deg,#276b96 60%,#2e82bb 67%)!important;
	margin-right: -15px;
	margin-left: -15px;
	height: 188px;
}
.title-area {
	padding: 40px;
	color:#fff;
}
.footer-area {
	padding: 100px 40px 40px 40px;
	color:#fff;
	font-size: 40px;
}
.footer-bg {
	background-color: #0c71c3!important;
	background-image: linear-gradient(186deg,rgba(3,0,61,0.82) 3%,#276b96 38%)!important;
	margin-right: -15px;
	margin-left: -15px;
	height: 400px;
}
.footer-feature {
	background-image:url("../img/title-feature.svg");
	background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
	transform: rotateY(180deg) rotateX(180deg);
	margin-bottom: -100px;
	margin-top:20px;
}
.bottom-feature2 {
	background-image:url("../img/title-feature.svg");
	background-size: 100% 140px;
    bottom: 0;
    height: 140px;
    z-index: 1;
	transform: rotateY(180deg);
	margin-top: -140px;
	margin-right: -15px;
	margin-bottom: 40px;
}
.mobile_hide {
	display:block;
}
.mobile_only {
	display:none;
}

.product
{
	border: 1px solid rgba(34,34,34,.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 25px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+1,ededed+51,c8c8c8+100 */
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 1%, #ededed 51%, #c8c8c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f4f4f4 1%,#ededed 51%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f4f4f4 1%,#ededed 51%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */

	margin-bottom: 75px;
}

.product h3
{
	background-color: rgb(42, 56, 149);
	color: rgb(255,255,255);
	margin: -25px -25px 10px -25px;
	display: block;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	padding: 8px;
}

.product img
{
	margin: 3px;
	float: right;
}


/* Owl Carosel */

.owl-carousel .owl-item img {
	max-width:300px;
	width: auto;
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
}
/*.owl-item {
	width: 4.5% !important;
} */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:block !important;
}

.owl-carousel {
	/*padding: 45px 0 0; */
	/* margin-bottom: 4em; */
}

.owl-theme .owl-nav [class*=owl-] {
	/* padding: 20px 28px !important; */
	margin: 0 !important;
	/* text-indent: -999em; */
	background: none !important;
}
.owl-next:hover,
.owl-prev:hover {
	background:#424242 !important;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.owl-next,
.owl-prev {
    color: #8e8e8e !important;
    /* font-size: 26px !important; */
    margin: 5px;
    padding: 4px 7px;
    /* background: #eaeaea !important; */
    display: inline-block;
    cursor: pointer;
    border-radius: 14px !important;
    /* -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 85% 50%, 60% 0); */
    /* clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 85% 50%, 60% 0); */
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: absolute;
}
.owl-next i,
.owl-prev i {
	font-size:3em;
	color:#00074e;
}

.owl-next {
	right:-4em;
}
.owl-prev {
	left:-4em;
	/* -webkit-clip-path: polygon(40% 0, 16% 50%, 40% 100%, 25% 100%, 0% 49%, 25% 0%); */
	/* clip-path: polygon(40% 0, 16% 50%, 40% 100%, 25% 100%, 0% 49%, 25% 0%); */
}

.owl-theme .owl-nav {
	position:absolute;
	top:40%;
	width: inherit;
}


@media (max-width: 620px) {
	main {
		margin-top: 39px;
	}
	.mobile_hide {
		display:none;
	}
	.mobile_only {
		display:block;
	}
	#logo {
		width:256px;
	}
	.call2action {
	  display:block;
	  width:100%;
	  max-width:1140px;
	  min-height:110px;
	  text-align:center;
	  background-image: url(../img/octagon-blue.jpg);
	  background-attachment: scroll;
	  background-size: 1140px 600px;
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  color:#fff;
	  font-size:30px;
	  margin:0 auto;
	  border-radius:20px;
	}
	.top-image {
		margin-top: 80px;
	}
	.inside-container {
		padding:10px;
	}
	.cta {
		margin-top: 10px;
	}
	.cta2 {
		padding: 10px;
		font-size: 28px;
	}
	.background-diagnal {
		background-image: linear-gradient(343deg,#e02b20 50%,#ffffff 26%)!important;
	}
	.diagnal-txt {
		font-size: 35px;
		padding: 60px 0 40px 50px;
	}
	.title-area {
		padding: 20px;
		font-size: 18px;

	}
}
