*,:after,:before {
	box-sizing: border-box;
}

body,html {
	height: 100%;
	font-family: Montserrat,sans-serif;
}

body {
	cursor: default;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#div_loader {
	position: fixed;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	background-color: #f8f8f8;
}

#div_loader .preloader-wrapper.big.active {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1510px;
}

.main_page {
	float: left;
	width: 100%;
}

.main_header {
	display: flex;
    width: auto !important;
    margin: 0 -15px;
}

.main_header .col-sm-6.no_padding {
	padding-left: 15px;
}

.site_link {
	color: #fff;
}

.site_link:focus,.site_link:hover {
	color: #f8f8f8;
}

.logo_div {
	padding: 20px 0;
	display: inline-block;
}

.header_opacity {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
}

.header_opacity:before {
	background-color: rgba(0,0,0,.05);
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	left: 0;
}

.main_logo_img {
	width: 125px;
}

.side_logo_div {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.sidebar_header {	
	width: auto !important;
	height: 100%;
	background: 0 0;
	overflow: auto;
	right: 0;
	top: 0;
	margin-left: auto;
    margin-right: 0;
    position: relative;
}

.sidebar_header.fixed_position {
	z-index: 99;
}

.icon-1,.icon-2,.icon-3 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 2.4px;
	background-color: #fff;
	transition: all .4s cubic-bezier(.84,.06,.52,1.8);
}

.icon-1.a,.icon-2.c,.icon-3.b {
	background-color: #4c425b;
}

.icon-1 {
	transform: translateY(-8px);
	animation-delay: .1s;
}

.icon-3 {
	transform: translateY(8px);
	animation-delay: 250ms;
}

.sidebar_header .hamburger-icon {
	position: absolute;
	height: 45px;
	width: 25px;
	top: 17px;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	transition: all .2s ease-in-out;
	margin: 0 auto;
}

.sidebar_header .hamburger-icon:hover {
	border-radius: 50%;
}

.icon-1.a {
	transform: rotate(40deg);
}

.icon-3.b {
	transform: rotate(-40deg);
}

.icon-2.c {
	opacity: 0;
}

.sidebar_header .clear {
	clear: both;
}

@keyframes slideIn {
	0% {
		width: 0%;
		opacity: 0;
	}

	100% {
		width: 50%;
		opacity: 1;
	}
}

.sidebar_header nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 0%;
	z-index: 10;
	opacity: 0;
	transition: all .6s cubic-bezier(.62,.04,.3,1);
	transition-delay: .1s;
}

.sidebar_header nav:before {
	content: '';
	width: 280px;
	height: 100%;
	background: inherit;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 0 0 0 200px rgba(255,255,255,.1);
	filter: blur(10px);
	background: rgba(76,66,91,.6);
}

.sidebar_header nav ul {
	margin: 0;
	position: absolute;
	top: 80px;
	right: 0;
	width: 100%;
	text-align: center;
}

.sidebar_header nav ul li {
	list-style: none;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	font-weight: 500;
	letter-spacing: -.5px;
}

.sidebar_header nav ul li .sidebar_link {
	color: #4c425b;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar_header nav ul li .sidebar_link:focus,
.sidebar_header nav ul li .sidebar_link:hover {
	background: #eee;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0;
}

.sidebar_header nav.show {
	width: 280px;
	opacity: 1;
}

.sidebar_header .dark-blue {
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	height: 100%;
	width: 0%;
	transition: all .5s cubic-bezier(.62,.04,.3,1.8);
	transition-delay: 50ms;
	z-index: 5;
	opacity: 1;
}

.sidebar_header .dark-blue.slide {
	width: 50%;
	opacity: 1;
}

@keyframes shotup {
	0% {
		transform: translateY(300%);
		opacity: 0;
	}

	90% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.logo_div h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .8;
	margin-top: 10px;
}

.logo_div h3 span {
	font-weight: 500;
	letter-spacing: -.5px;
	font-weight: 700;
}

.main_page_title {
	margin: 3.5% 0;
	float: left;
	width: 100%;
	position: relative;
}

.main_page_title blockquote {
	font-size: 65px;
	border-left: none;
}

.div_overlay,.three_div {
	text-align: center;
}

.div_overlay {
	border-radius: 50px;
}

.three_div {
	position: relative;
	margin: .5%;
	max-width: 90%;
	width: 90%;
	box-shadow: 0 32px 60px rgba(69,77,93,.3);
	-webkit-box-shadow: 0 32px 60px rgba(69,77,93,.3);
	border-radius: 50px;
}

.three_div img {
	width: 100%;
	margin-bottom: -4px;
}

.three_div .div_overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: perspective(1600px);
	transform: perspective(1600px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.three_div .div_overlay h2 {
	padding-top: 20%;
}

.three_div:hover .div_overlay {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.three_div:hover .div_overlay h2 {
	padding-top: 20%;
}

.three_div:hover img.three_col_img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.three_col_img {
	width: 100%;
}

.three_div img.overlay_img {
	width: auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hover_link img {
	max-width: 230px;
}

.div_txt {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	min-height: 120px;
}

.div_txt a.hover_link {
	min-height: 50px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.div_txt h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -.5px;
	margin-bottom: 30px;
	margin-top: 0;
	background-color: #a0a0a0;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0;
	width: 22%;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.footer_section {
	text-align: center;
	margin: 0;
	display: inline-block;
	width: 100%;
	background-color: #f3f4f9;
	padding: 0;
	float: left;
	padding-top: 30px;
}
.footer_section .container{
	max-width: 1310px;
}

.join_us a {
	font-weight: 500;
	letter-spacing: -.5px;
	color: #999;
	text-decoration: underline;
	font-size: 15px;
}

.copyright h6 {
	font-size: 15px;
	color: #aaa;
	font-weight: 500;
	letter-spacing: -.5px;
}

.menu_icon {
	width: 26px;
	height: 26px;
}

#rightMenu.w3-bar-block .w3-bar-item {
	margin: 0;
	color: #000!important;
	font-weight: 500;
	letter-spacing: -.5px;
	font-size: 15px;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #dedede;
}

.main_page_title q:after,.main_page_title q:before {
	content: none;
}

.incredible,.productive {
	opacity: 0;
}

.top_ftr {
	float: left;
	width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-start;
	min-height: 90px;
}

.top_ftr:after {
	display: none;
}

.leftdiv {
	display: flex;
	align-items: center;
}

.ftr_logo_div {
	float: left;
	width: 95px;
	text-align: left;
}

.ftr_logo {
	width: auto;
	max-height: 65px;
}

.ftr_txt_div {
    float: left;
    max-width: 370px;
    position: relative;
	right: 0;  
	width: 100%;
	top: -4px;
}

.company_main {
	float: left;
	width: 30%;
}

.ftr_txt_div h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	text-align: left;
	margin-top: 0;
	font-weight: 500;
	letter-spacing: -.5px;
}

.ftr_txt_div h5 {
	float: left;
    width: 100%;
    font-size: 16px;
    color: #777;
    text-align: left;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 20px;
}
.three_logo_div {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;  
}

.four_logo_div {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.four_logo_div ul,
.three_logo_div ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.four_logo_div ul li {
    padding-left: 25px;
}
.four_logo_div ul li:first-child {
	padding-left: 0;
}

.three_logo_div ul li {
	padding: 0 8px;
}

.four_logo_div ul li .city_bank {
	width: 126px;
}
.four_logo_div ul li .pwc {
	width: 60px;
}
.four_logo_div ul li .us_department {
	width: 148px;
}
.four_logo_div ul li .m3 {
	width: 65px;
}

.ftr_txt_div h5 a {
	color: #777;
	border-bottom: 1px solid #999;
	display: inline-block;
}

.ftr_txt_div h5 a:hover {
	color: #009fda;
	border-bottom: 1px solid #009fda;
}

.bottom_btr {
	float: left;
    width: 100%;
    padding: 35px 0 20px;
}

.copyright {
	float: left;
	width: 100%;
}

.copyright h5 {
	display: inline-block;
	color: #fff;
	background-color: #999;
	border-radius: 5px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 6px;
	margin: 0;
	font-weight: 500;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

.copyright h5 i.fa {
	color: #fff;
}

.copyright h6 {
	display: inline-block;
	color: #888;
	padding-left: 10px;
}

.caps_title {
	text-transform: uppercase!important;
}

.header_bg {
	display: inline-block;
	width: 100%;
}

.header_bg:before {
	background-size: 200% 200%;
	-webkit-animation: Gradient 35s ease infinite;
	-moz-animation: Gradient 35s ease infinite;
	animation: Gradient 35s ease infinite;
	position: absolute;
	max-height: 835px;
	top: 0;
	bottom: 0;
	width: 100%;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

.img-responsive {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.rounded {
	border-radius: 50%;
	box-shadow: 0 12px 50px rgba(69,77,93,.3);
}

.hover_div {
	display: block;
	height: auto;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	transition: transform .5s;
	-webkit-transition: transform .5s;
}

.hover_div:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.overlay_img {
	opacity: 0;
	border-radius: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: auto;
	max-width: 100%;
	display: none;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.hover_div:hover .overlay_img {
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: block;
	position: absolute;
	width: 50%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.hover_div:hover .three_col_img {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.hover_front {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}

.hover_front a.hover_link {
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	height: 100%;
	z-index: 99;
}

.footer_padding {
	padding: 0;
}

.box_text {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.5px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 10px;
	float: left;
	width: 100%;
	text-align: center;
}

.company_main {
	float: left;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.company_main h2 {
	margin: 0;
	padding: 0 5px;
}

.most_download,.top_faxes,.top_gross,.total_user {
	float: left;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}

.gross_title {
	font-size: 30px;
	text-transform: uppercase;
	color: #929292;
	text-align: center;
	float: left;
	width: 52%;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 0 6px;
}

.top_gross .gross_title {
	width: 40%;
}

.gross_title span {
	font-size: 13px;
	float: left;
	width: 100%;
	text-transform: capitalize;
}

.most_download .caps_title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.user_title {
	font-size: 38px;
	color: #a9a9a9;
	text-align: center;
	line-height: 24px;
}

.most_download .platfrm_img {
	width: 15px;
	margin-right: 5px;
}

.top_gross .platfrm_img {
	width: 65px;
}

.small_txt {
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	top: 3px;
	text-align: center;
}

.user_title span {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -.5px;
	letter-spacing: 1px;
}

.fax_title {
	font-size: 38px;
	color: #a9a9a9;
	text-align: center;
	line-height: 24px;
}

.fax_title span {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.5px;
	letter-spacing: 1px;
}

.download_title {
	font-size: 30px;
	text-transform: uppercase;
	color: #a9a9a9;
	text-align: center;
	float: left;
	width: 65%;
	letter-spacing: 1px;
	line-height: 15px;
}

.download_title span {
	font-size: 12px;
}

.img_main_div {
	float: left;
}

.remove_padding {
	padding: 0;
}

.three_app_main {
	min-height: auto;
	padding-bottom: 0;
}

.hidden {
	visibility: hidden;
}

.animation-element.slide-left {
	opacity: 0;
	-moz-transform: translate3d(0,100px,0);
	-webkit-transform: translate3d(0,100px,0);
	-o-transform: translate(0,100px);
	-ms-transform: translate(0,100px);
	transform: translate3d(0,100,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animation-element.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate3d(0,0,0);
}

.animation-element.slide-left.in-view.sign_box {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.animation-element.slide-left.in-view.ifax_box {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.animation-element.slide-left.in-view.scan_box {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.animation-element.slide-left.in-view.number_box {
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.contact100-pic.js-tilt {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #4c425b;
	text-align: center;
}

.contact100-pic.js-tilt img {
	width: 20%;
	margin: 0 auto;
}

form.contact100-form.validate-form {
	width: 90%;
	margin: 20px auto 5px;
	padding: 20px;
}

span.contact100-form-title {
	font-size: 20px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.wrap-input100.validate-input {
	margin-bottom: 15px;
}

.wrap-input100 input {
	height: auto;
	box-shadow: none;
	transition: all .3s;
	font-weight: 500;
	letter-spacing: -.5px;
	background-color: #eee;
	padding: 12px 5px 12px 15px;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 30px;
	line-height: normal;
}

.wrap-input100 textarea {
	height: 6rem;
	background-color: #eee;
	border: none;
	resize: none;
	border-radius: 20px;
	padding: 10px 5px 0 15px;
}

.container-contact100-form-btn {
	text-align: center;
}

.container-contact100-form-btn .btn-primary,.container-contact100-form-btn .btn-secondary {
	font-size: 15px;
	letter-spacing: 1px;
	height: auto;
	line-height: normal;
	padding: 10px 20px;
	margin-bottom: 0;
}

.modal-title {
	font-size: 20px;
}

.modal-body {
	padding: 0;
}

.modal-backdrop.in {
	opacity: .7;
}

.wrap-input100 textarea:focus {
	outline: 0;
}

.wrap-input100 input:focus {
	box-shadow: none!important;
	border: 2px solid #ccc!important;
	outline: 0;
}

#nav {
	background-color: #fff;
}

.sidebar_header nav:before {
	box-shadow: none;
	filter: none;
	background: rgba(76,66,91,.4);
	content: none;
}

.modal_overlay {
	position: fixed;
	background-color: rgba(0,0,0,.8);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9;
	display: none;
}

* {
	box-sizing: border-box;
}

#app {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -15px;
}

.cards {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.three_box_main {
	float: left;	
	text-align: center;
	margin-bottom: 30px;
	max-width: 450px;
    width: 100%;
    padding: 0 15px;
}

.three_box_main .box_inner {
	width: 100%;
	max-width: 100%;
}
.three_box_main .box_inner .card{
	border-radius: 50%;
	box-shadow: none;
}
.three_box_main .box_inner .div_txt p{
	font-size: 16px;
}
.cards a.main_box_div {
	float: none;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	max-width: 272px;
    aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
}
/* .main_apps_block a.main_box_div .hover_state{
	opacity: 0;
	transition-delay: 0.2s;
	z-index: 3;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

} */
/* .main_apps_block a.main_box_div:hover .hover_state{
	opacity: 1;
	
} */
/* @-moz-document url-prefix() {
	.cards a.main_box_div {
		backdrop-filter: blur(5px);
	}
	.cards a.main_box_div:hover{
		backdrop-filter: blur(74px);
	}
 } */

.card {
	/* -webkit-perspective: none;
	-moz-perspective: none;
	perspective: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d; */
	padding: 0;
	float: none;
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	border: none;
	box-shadow: none;
}

.card .inner {
	position: relative;
	/* -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d; */
	width: 100%;
	height: 100%;
	box-shadow: 0 7px 10px rgba(0,0,0,.3);
	transition: box-shadow,-webkit-transform,-moz-transform;
	transition: box-shadow,transform;
	transition: box-shadow,transform,-webkit-transform,-moz-transform;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.62,.28,.57,.91);
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	backdrop-filter: blur(74.8689px);
	-webkit-backdrop-filter: blur(74.8689px);
	-moz-backdrop-filter: blur(74.8689px);
	box-shadow: 0px 3.3275px 24.9563px rgba(0, 0, 0, 0.12), inset 1px 1px 1px rgb(255 255 255 / 60%);
	background-color: rgba(235, 235, 235, 0.37);
}
.chrome-windows .card .inner {
	backdrop-filter: blur(12px);
    background-color: rgb(235 235 235 / 50%);
  }

.card .inner:hover{
	background-color: rgb(235 235 235 / 70%);
}
/* .card .inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 0 200px rgba(255,255,255,.05);
	backdrop-filter: saturate(180%) blur(270px);
	background-color: rgba(255,255,255,.52);
	z-index: -1;
	top: 0;
	filter: saturate(180%) blur(270px);
	background-image: url(../images/backdrop-image.jpg);
} */
/* @-moz-document url-prefix() {
	.card .inner::after{
		background-color: rgba(255,255,255,.52);
		filter:  blur(270px);
	}
} */

.card .inner img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 1;
	-webkit-filter: blur(65px);
	-moz-filter: blur(65px);
	filter: blur(65px);
	visibility: hidden;
}

.card .inner .glimmer {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: background;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.62,.28,.57,.91);
}

.card .inner p {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	color: #fff;
	top: 0;
	margin: 0;
	font-size: 60px;
	line-height: 270px;
	text-shadow: 0 5px 15px rgba(0,0,0,.2);
	padding: 0 8px;
	text-transform: uppercase;
	left: -100%;
	transition: left .3s,-webkit-transform .1s,-moz-transform .1s;
	transition: left .3s,transform .1s;
	transition: left .3s,transform .1s,-webkit-transform .1s,-moz-transform .1s;
	transition-timing-function: cubic-bezier(.62,.28,.57,.91);
}

.card .inner:hover img {
	-webkit-filter: blur(65px);
	-moz-filter: blur(65px);
	filter: blur(65px);
}

.cards .three_box_main.sign_box .card .inner p.play.normal {
	background-image: url(../images/fill-white.svg);
}
.cards .three_box_main.sign_box .card .inner p.play.hover {
	background-image: url(../images/fill-logo-color.svg);
	background-size: 37.4%;
}

.cards .three_box_main.scan_box .card .inner p.play.normal {
	background-image: url(../images/scan_app.png);
	background-size: 100% 100%;
}

.cards .three_box_main.number_box .card .inner p.play.normal {
	background-image: url(../images/call-white.svg);
}
.cards .three_box_main.number_box .card .inner p.play.hover {
	background-image: url(../images/call-logo-color.svg);
	background-size: 65%;
}

.cards .three_box_main.ifax_box .card .inner p.play.normal {
	background-image: url(../images/ifax-white.svg);

}
.cards .three_box_main.ifax_box .card .inner p.play.hover{
	background-image: url(../images/ifax-black-logo-amplify.svg);
	background-size: 55%;
}
 .cards .three_box_main.cloud_box .card .inner p.play.normal {
	background-image: url(../images/cloud-white.svg);
}
 .cards .three_box_main.cloud_box .card .inner p.play.hover {
	background-image: url(../images/ifax-black-logo-amplify.svg);
	background-size: 54%;
}
.cards .three_box_main .card .inner p.play.normal {
	opacity: 1;
	visibility: visible;
}
.cards .three_box_main .card .inner p.play.hover{
	opacity: 0;
	visibility: hidden;
}
.cards .three_box_main .card .inner:hover p.play.normal {
	opacity: 0;
	visibility: hidden;
}
.cards .three_box_main .card .inner:hover p.play.hover {
	opacity: 1;
	visibility: visible;
}
.card .inner p.play {
	background-size: auto 114px;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	background-position: center;
	font-size: 0;
	padding: 0;
	text-shadow: none;
	visibility: visible;
	transition: opacity 0.6s;
	transition-timing-function: cubic-bezier(.62,.28,.57,.91);
	transform: none!important;
}
.card .inner:hover p.play {
	visibility: visible;
	background-size: 50%;
	z-index: 4;
	/* background-image: none !important; */
	
}
.card .inner:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(112.32deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 101.12%);
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	content: " ";
	border-radius: 50%;
	opacity: 0;
}
.card .inner:hover:after, .main_box_div:hover .inner:after, .card:hover .inner::after{
	width: 100%;
	height: 100%;
	opacity: 1;
}
/* .card .inner:hover p.play, .main_box_div p.play .inner:after, .card:hover .inner p.play .card:has(.hover_state:hover) p.play, .main_box_div:hover p.play{
	background-image: none !important;
} */

.card:hover .inner {
	box-shadow: 0 20px 60px -10px rgba(50,50,93,.6);
	-webkit-box-shadow: 0 20px 60px -10px rgba(50,50,93,.6);
	-moz-box-shadow: 0 20px 60px -10px rgba(50,50,93,.6);
	background: linear-gradient(112.32deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 101.12%);
}

.card:hover p {
	transition: left .3s .2s;
	left: 0;
}

#gradient_new {
	position: absolute;
	top: 0;
	height: 835px;
	width: 100%;
	z-index: -1;
}

.color_logo_img {
	filter: brightness(0);
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-webkit-backface-visibility: hidden;
}

.sign_box .hover_link img {
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-webkit-backface-visibility: hidden;
}

.ifax_box:hover .hover_link img.color_logo_img,.number_box:hover .hover_link img.color_logo_img,.scan_box:hover .hover_link img.color_logo_img,.sign_box:hover .hover_link img.color_logo_img {
	display: inline-block;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-webkit-backface-visibility: hidden;
	filter: brightness(1);
}

.ifax_box:hover .hover_link img.gray_logo_img,.number_box:hover .hover_link img.gray_logo_img,.scan_box:hover .hover_link img.gray_logo_img,.sign_box:hover .hover_link img.gray_logo_img {
	display: none;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-webkit-backface-visibility: hidden;
}


.main_apps_block .cards .three_box_main {
	padding: 0 8px;
    max-width: 25%;
    flex: 0 0 25%;
	line-height: 1.31;
}
.main_apps_block .cards .three_box_main  h6{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 18px;
}
.amplify_footer_section .bottom_btr p{
	font-size: 20px;
	font-weight: 500;
	color: #777777;
	margin-bottom: 0;
}
.amplify_footer_section .bottom_btr{
	background-color: #E9EAF1;
    padding: 27px 0;
}
.amplify_footer_section{
	position: relative !important;
}
.amplify_footer_section .top_ftr{
	padding-bottom: 30px;
}
	.amplify_footer_section .partner_block_outer{
		max-width: 27%;
		flex: 0 0 27%;
		padding-right: 80px;
	}
	.amplify_footer_section .badge_block_outer{
		max-width: 20.5%;
		flex: 0 0 20.5%;
	}
	.amplify_footer_section .copyright_text{
		max-width: 52.5%;
		flex: 0 0 52.5%;
		padding-right: 40px;
}
.amplify_footer_section .partner_block_outer .logo_block{
	max-width: calc(50% - 16px);
	flex: 0 0 calc(50% - 16px);
}
.amplify_footer_section .copyright_block_footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;

}
.amplify_footer_section .badge_block {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-left: auto;
	max-width: 280px;
}

.amplify_footer_section .badge_block .logo_block{
	max-width: calc(33.33% - 10px);
    flex: 0 0 calc(33.33% - 10px);
}
.amplify_footer_section .copyright_block_footer .partner_block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 30px;
	max-width: 311px;
	margin: 0 auto;
}

.amplify_landing_page{
	padding-bottom: 0 !important;
}
.amplify_footer_section .copyright_inner{
	display: flex;
	align-items: center;
	gap: 16px;
}
.amplify_footer_section .copyright_text .sm_text,.amplify_footer_section .copyright_text  .gray_text{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 0 6px;
}
.amplify_footer_section .copyright_text .gray_text{
	margin: 0 ;
	color: #777777;
}

.main_apps_block .cards .three_box_main h6 a{
	color: inherit;
}
.amplify_landing_page .cards{
	flex-wrap: wrap	;
}
.amplify_landing_page .container{
	max-width: 1317px;
}

.amplify_landing_page .main_apps_block .container{
	max-width: 1350px;
}
@media screen and (min-width:1920px) {
	.floating_height {
		float: left;
		width: 100%;
		height: 100%;
	}

	.main_page {
		padding-bottom: 240px;
		position: relative;
	}

	.footer_padding {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width:8000px) {
	.sidebar_header nav.show,
	.sidebar_header nav:before {
		width: 390px;
	}

	.div_txt {
		margin-top: 70px;
	}

	.header_opacity:before {
		height: 135px;
	}

	.copyright h6,.join_us a {
		font-size: 32px;
	}

	.main_page_title {
		margin: 6.5% 0;
	}

	.logo_div h3 {
		font-size: 76px;
	}

	.main_page_title h1 {
		font-size: 160px;
	}

	.main_page_title blockquote {
		font-size: 160px;
	}

	.div_txt h2 {
		font-size: 75px;
	}

	.hover_div:hover .overlay_img {
		width: 50%;
	}

	.hover_div .overlay_img {
		width: 50%;
	}

	.div_txt h2 {
		margin-bottom: 80px;
	}

	.sidebar_header .hamburger-icon {
		top: 38px;
	}

	.box_text {
		font-size: 60px;
		line-height: 80px;
	}

	.header_bg:before {
		max-height: 1835px;
	}

	#gradient_new {
		height: 1835px;
	}
}

@media screen and (max-width:5000px) {
	.copyright h6,.join_us a {
		font-size: 30px;
	}

	.main_page_title {
		margin: 5.5% 0;
	}

	.logo_div h3 {
		font-size: 58px;
	}

	.box_text {
		font-size: 42px;
		line-height: 55px;
	}

	.main_page_title h1 {
		font-size: 140px;
	}

	.main_page_title blockquote {
		font-size: 140px;
	}

	.div_txt h2 {
		font-size: 60px;
	}

	.div_txt h2 {
		margin-bottom: 65px;
	}

	.header_bg:before {
		max-height: 1485px;
	}

	#gradient_new {
		height: 1485px;
	}
}

@media screen and (max-width:4000px) {
	.sidebar_header nav.show,
	.sidebar_header nav:before {
		width: 330px;
	}

	.copyright h6,.join_us a {
		font-size: 20px;
	}

	.main_page_title {
		margin: 4.5% 0;
	}

	.logo_div h3 {
		font-size: 40px;
	}

	.box_text {
		font-size: 30px;
		line-height: 40px;
	}

	.sidebar_header .hamburger-icon {
		top: 27px;
	}

	.main_page_title h1 {
		font-size: 100px;
	}

	.main_page_title blockquote {
		font-size: 100px;
	}

	.div_txt h2 {
		font-size: 44px;
	}

	.hover_div:hover .overlay_img {
		width: 30%;
	}

	.hover_div .overlay_img {
		width: 30%;
	}

	.header_opacity:before {
		height: 100px;
	}

	.header_bg:before {
		max-height: 1135px;
	}

	#gradient_new {
		height: 1135px;
	}
}

@media screen and (max-width:2560px) {
	.sidebar_header nav.show,
	.sidebar_header nav:before {
		width: 300px;
	}

	.sidebar_header .hamburger-icon {
		top: 7px;
		left: auto;	
	}

	.div_txt {
		margin-top: 24px;
	}

	.copyright h6,.join_us a {
		font-size: 14px;
	}

	.main_page_title {
		margin: 4.5% 0;
	}

	.header_bg:before {
		max-height: 835px;
	}

	#gradient_new {
		height: 625px;
	}

	.logo_div h3 {
		font-size: 24px;
	}

	.box_text {
		font-size: 24px;
		line-height: 30px;
	}

	.main_page_title h1 {
		font-size: 71px;
	}

	.main_page_title blockquote {
		font-size: 65px;
	}

	.div_txt h2 {
		font-size: 36px;
		margin-bottom: 50px;
	}

	.header_opacity:before {
		height: 80px;
	}
}

@media screen and (max-width:1920px) {
	.box_text {
		font-size: 18px;
		line-height: 24px;
	}

	.sidebar_header nav.show,
	.sidebar_header nav:before {
		width: 280px;
	}		

	.main_page_title {
		margin: 100px 0 76px
	}

	.header_bg:before {
		max-height: 595px;
	}

	#gradient_new {
		height: 573px;
	}

	.copyright h6,.join_us a {
		font-size: 12px;
	}

	.logo_div h3 {
		font-size: 18px;
		margin-top: 10px;
	}

	.div_txt h2 {
		font-size: 20px;
	}

	.div_txt h2 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1700px) {
	.company_main {
		width: 33%;
		padding-left: 15px;
	}

	.ftr_txt_div h4,.ftr_txt_div h5 {
		font-size: 16px;
	}

	.gross_title {
		width: 55%;
	}

	.top_ftr:after {
		width: 94%;
		left: 12px;
	}
}

@media screen and (max-width:1600px) {
	.main_page_title {
		margin: 2.5% 0 5%;
	}

	.footer_section {
		margin: 0;
	}

	.header_bg:before {
		max-height: 525px;
	}

	#gradient_new {
		height: 525px;
	}

	.three_app_main {
		min-height: 490px;
	}

	.gross_title {
		width: 58%;
	}

	.top_gross .gross_title {
		width: 45%;
	}
}

@media screen and (max-width:1500px) {
	.header_bg:before {
		max-height: 485px;
	}

	#gradient_new {
		height: 485px;
	}

	.top_ftr:after {
		width: 94%;
		left: 12px;
	}

	.gross_title {
		width: 62%;
	}
}

@media screen and (max-width:1440px) {
	.main_page_title h1 {
		font-size: 62px;
	}

	.main_page_title blockquote {
		font-size: 62px;
	}

	.top_gross .gross_title {
		width: 55%;
	}
	.main_apps_block .cards .three_box_main{
		padding: 0 25px;
	}
	.amplify_landing_page .cards {
		margin: 0 -25px;
	}
	.amplify_footer_section .partner_block_outer{
		max-width: 30%;
		flex: 0 0 30%;
		padding-right: 30px;
	}
	.amplify_footer_section .badge_block_outer {
		max-width: 28%;
		flex: 0 0 28%;
	}
	.three_box_main  .div_txt p br{
		display: none;
	}
	.amplify_footer_section .copyright_text {
		max-width: 42%;
		flex: 0 0 42%;
	}
}

@media screen and (max-width:1400px) {
	.download_title span {
		font-size: 10px;
	}

	.gross_title span {
		font-size: 12px;
	}

	.three_app_main {
		min-height: 530px;
	}

	.company_main {
		width: 38%;
	}

	.ftr_txt_div {	
		padding: 0 0 0 15px;
	}

	.gross_title {
		width: 58%;
	}
}

@media screen and (max-width:1366px) {
	.three_app_main {
		min-height: 440px;
	}

	.header_bg:before {
		max-height: 465px;
	}

	#gradient_new {
		height: 465px;
	}


}

@media screen and (max-width:1300px) {
	.gross_title {
		width: 62%;
	}
}

@media screen and (max-width:1280px) {
	.div_txt h2 {
		width: 30%;
	}

	.header_bg:before {
		max-height: 455px;
	}

	#gradient_new {
		height: 455px;
	}	

	.gross_title {
		width: 65%;
	}
	.top_ftr {
		flex-wrap: wrap;
	}
	.leftdiv {
		width: 100%;
		margin-bottom: 30px;
		float: left;
	}
	.three_logo_div,
	.four_logo_div {
		position: initial;
		transform: translate(0);
		width: auto;
		display: inline-block;
		vertical-align: middle;
		padding: 0 30px;
	}	
}

@media screen and (max-width:1200px) {
	.div_txt h2 {
		width: 30%;
	}

	.three_app_main {
		min-height: 100%;
	}

	.cards a.main_box_div {
		width: 92%;
	}

	.header_bg:before {
		max-height: 435px;
	}

	#gradient_new {
		height: 435px;
	}

	.icon-1,.icon-2,.icon-3 {
		left: 0;
	}

	.container {
		width: 100%;
	}

	.top_ftr {
		display: inline-block;
	}

	.ftr_txt_div {		
		padding: 0 0 0 20px;
	}

	.company_main {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}

	.top_ftr {
		padding: 45px 10px 25px;
	}

	.top_gross .gross_title {
		width: 42%;
	}

	.gross_title {
		width: 48%;
	}

	

	.hover_link img {
		max-width: 200px;
	}
	.main_apps_block .cards .three_box_main{
		padding: 0 15px;
	}
	.amplify_landing_page .cards {
		margin: 0 -15px;
	}
	.amplify_footer_section .copyright_text {
		max-width: 39%;
		flex: 0 0 39%;
	}
	.amplify_footer_section .partner_block_outer {
		max-width: 34%;
		flex: 0 0 34%;
	}
	.amplify_footer_section .badge_block_outer {
		max-width: 27%;
		flex: 0 0 27%;
	}
	.amplify_footer_section .bottom_btr p {
		font-size: 18px;
	}
	.card .inner p.play{
		background-size: auto 94px;
	}
}

@media screen and (max-width:1148px) {
	.three_div {
		max-width: 48%;
		margin: 1%;
	}
}

@media screen and (max-width:1100px) {
	.header_bg:before {
		max-height: 415px;
	}

	#gradient_new {
		height: 415px;
	}

	.ftr_logo {
		width: 80px;
	}

	.copyright h6,.join_us a {
		line-height: 24px;
	}
}

@media screen and (max-width:1024px) {
	.header_bg:before {
		max-height: 405px;
	}

	#gradient_new {
		height: 405px;
	}
}

@media screen and (max-width:991px) {
	.main_page_title h1 {
		font-size: 55px;
	}

	.main_page_title blockquote {
		font-size: 55px;
	}

	.hover_div {
		width: 100%;
	}

	.hover_content,.rounded {
		border-radius: 50%;
	}

	.container {
		width: 100%;
	}

	.header_bg:before {
		max-height: 445px;
	}

	#gradient_new {
		height: 445px;
	}

	.main_page_title {
		margin: 60px 0;
	}

	.div_txt h2 {
		width: 40%;
	}

	.company_main {
		width: 100%;
	}

	.top_ftr:after {
		left: 0;
	}

	.hover_link img {
		max-width: 180px;
	}
	.three_logo_div {
		margin-bottom: 30px;
	}
	.three_logo_div,
	.four_logo_div {
		width: 100%;
		padding: 0;
	}
	.main_apps_block .cards .three_box_main{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.amplify_landing_page .cards {
		 max-width: 650px;	
	}
	#gradient_new {
		height: 100%;
		height: 100%;
		position: fixed;
		top: 0;
	}
	.main_apps_block .cards .three_box_main h6, .main_apps_block .cards .three_box_main P{
		color: #FFF;
	}
	.main_apps_block .cards .three_box_main h6{
		margin-bottom: 24px;
	}
	.amplify_footer_section .copyright_text {
        max-width: 100%;
        flex: 0 0 100%;
		padding: 0 0 30px 0;
    }

	.amplify_footer_section .partner_block_outer {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .amplify_footer_section .badge_block_outer {
        max-width: 50%;
        flex: 0 0 50%;
    }
	.amplify_footer_section .copyright_block_footer .partner_block{
		margin: 0;
	}
}

@media screen and (max-width:850px) {
	.header_bg:before {
		max-height: 435px;
	}

	/* #gradient_new {
		height: 435px;
	} */
}

@media screen and (max-width:800px) {
	/* #gradient_new {
		height: 415px;
	} */

	.hover_link img {
		max-width: 160px;
	}
}

@media screen and (max-width:768px) {
	.three_div {
		float: none;
		max-width: 80%;
		margin: 1% auto;
	}
}

@media screen and (max-width:767px) {
	.ftr_logo_div,
	.ftr_txt_div h5.light_txt {
		text-align: center;
	}
	.four_logo_div ul, .three_logo_div ul {
		justify-content: center;
	}
	/* #gradient_new {
		height: 400px;
	} */

	.three_box_main {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	.div_txt {
		margin-bottom: 30px;
	}

	.cards .three_box_main:last-child .div_txt {
		margin-bottom: 0;
	}

	.box_text {
		font-size: 20px;
	}

	.no_padding {
		padding: 0;
	}

	.download_title span {
		font-size: 12px;
	}

	.gross_title span {
		font-size: 12px;
	}

	.main_page_title {
		margin: 30px 0;
	}

	.div_txt h2 {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.hover_div {
		width: 50%;
		margin: 0 auto 60px;
	}

	.footer_section {
		margin: 0;
	}

	.main_page_title h1 {
		font-size: 40px;
	}

	.main_page_title blockquote {
		font-size: 40px;
	}

	.hover_content,.rounded {
		border-radius: 35px;
	}

	.logo_div {
		padding: 16px 0;
	}

	.header_opacity {
		padding-top: 0;
	}

	.logo_div h3 {
		font-size: 18px;
		margin: 0;
	}

	.sidebar_header .hamburger-icon {
		top: 7px;
		left: auto;
	}

	.sidebar_header {
		z-index: 99;
	}

	.header_opacity:before {
		height: 60px;
	}
	
	.div_txt h2 {
		width: 22%;
	}

	.sidebar_header nav.show,
	.sidebar_header nav:before {
		width: 250px;
	}



	.three_box_main {
		float: none;
		width: 50%;
		margin: 0 auto;
	}

	.header_bg:before {
		max-height: 445px;
	}

	.company_main {
		margin: 30px 0 10px;
		padding-left: 0;
	}

	.ftr_logo_div {
		width: 100%;
		margin-bottom: 25px;
	}

	.ftr_logo {
		width: 90px;
	}

	.ftr_txt_div {
		
		padding: 0;
	}

	.copyright h6 {
		margin-bottom: 0;
	}

	.top_ftr {
		padding: 0;
	}

	.bottom_btr {
		padding: 30px 0 10px;
	}

	.hover_link img {
		max-width: 220px;
	}
	.four_logo_div ul {
		flex-wrap: wrap;
	}
	.three_logo_div {
		margin-bottom: 20px;
	}
	.four_logo_div ul li {
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 0;
	}
	.cards {
		flex-wrap: wrap;
	}
	.amplify_footer_section .bottom_btr p {
		font-size: 16px;
	}
	.amplify_footer_section .partner_block_outer {
        max-width: 100%;
        flex: 0 0 100%;
		padding-right: 0;
    }
	.amplify_footer_section .copyright_block_footer .partner_block{
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	.amplify_footer_section .badge_block_outer {
        max-width: 100%;
        flex: 0 0 100%;
    }
	.amplify_footer_section .badge_block{
		margin: 0 auto;
	}
	.card .inner p.play {
		filter: none;
	}
	.cards a.main_box_div{
		        width: 70%;
	}
	    .card .inner p.play {
        background-size: auto 75px;
    }
	.main_apps_block .cards .three_box_main h6 {
        margin-bottom: 10px;
		font-size: 20px;
    }
	#app{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:568px) {
	.three_box_main {
		width: 60%;
	}

	.main_page_title h1 {
        font-size: 31px;
        margin-bottom: 0;
	}

	.main_page_title blockquote {
		font-size: 58px;
	}

	.hover_div {
		width: 50%;
		margin: 0 auto 70px;
		float: none;
	}

	.company_main {
		flex-direction: column;
		margin: 30px 0 0;
	}

	.most_download,.top_faxes,.top_gross,.total_user {
		margin-bottom: 25px;
	}

	.most_download {
		margin-bottom: 0;
	}

	.div_txt h2 {
		width: 30%;
	}

	.copyright h6,.join_us a {
		font-size: 15px;
	}

	.download_title,.gross_title {
		font-size: 28px;
		line-height: 17px;
	}

	.fax_title,.user_title {
		font-size: 34px;
	}

	.fax_title span,.user_title span {
		font-size: 20px;
	}

	.three_box_main {
		width: 80%;
	}

	.ftr_txt_div h4,.ftr_txt_div h5 {
		font-size: 15px;
	}
}

@media screen and (max-width:480px) {
	.header_bg:before {
		max-height: 345px;
	}

	.logo_div {
		padding: 20px 0;
	}

	.header_opacity:before {
		height: 60px;
	}

	.sidebar_header .hamburger-icon {
		top: 6px;
	}

	.logo_div h3 {
		font-size: 17px;
		line-height: normal;
	}

	.main_logo_img {
		width: 115px;
	}
	.main_apps_block .cards .three_box_main {
        max-width: 100%;
        flex: 0 0 100%;
    }
	.amplify_landing_page .cards {
        max-width: 300px;
    }
	.amplify_footer_section .copyright_inner{
		flex-direction: column;
	}
	.amplify_footer_section .copyright_inner .copy_right_text {
		text-align: center;
	}
}

@media screen and (max-width:414px) {
	.hover_div {
		width: 70%;
		margin: 0 auto 70px;
		float: none;
	}

	
	.main_page_title blockquote {
		font-size: 42px;
	}

	.box_text {
		font-size: 18px;
	}

	/* #gradient_new {
		height: 450px;
	} */
}

@media screen and (max-width:375px) {
	.header_bg:before {
		max-height: 335px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.box_text br {
		display: none;
	}

	.box_text {
		padding: 0 10px;
	}
}

@media screen and (max-width: 425px) {
	/* #gradient_new {
		height: 100%;
		height: 100%;
		position: fixed;
		top: 0;
	} */

	.cards {
		padding-bottom: 20px;
	}

	.cards .div_txt {
		color: #fff;
	}

	.cards .div_txt .hover_link > img {
		visibility: hidden;
		opacity: 0;
	}

	.cards .div_txt .hover_link {
		mask: url(../images/fill_logo.svg) no-repeat center/contain;
		-webkit-mask: url(../images/fill_logo.svg) no-repeat center/contain;
	}

	.cards .three_box_main .div_txt .hover_link {
		background-color: #fff !important;
	}

	.cards .three_box_main:nth-child(1) .div_txt .hover_link {
		mask: url(../images/fill_logo.svg) no-repeat center/contain;
		-webkit-mask: url(../images/fill_logo.svg) no-repeat center/contain;
	}

	.cards .three_box_main:nth-child(2) .div_txt .hover_link {
		mask: url(../images/ifax_logo_new.png) no-repeat center/contain;
		-webkit-mask: url(../images/ifax_logo_new.png) no-repeat center/contain;
	}

	.cards .three_box_main:nth-child(3) .div_txt .hover_link {
		mask: url(../images/call_logo.png) no-repeat center/contain;
		-webkit-mask: url(../images/call_logo.png) no-repeat center/contain;
	}
}
/*--- End (max-width:425px) ---*/