@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Light.eot');
    src: local('../fonts/GT Walsheim Pro Light'), 
		local('../fonts/GTWalsheimPro-Light'),
        url('../fonts/GTWalsheimPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Light.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Light.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Regular.eot');
    src: local('../fonts/GT Walsheim Pro Regular'), 
		local('../fonts/GTWalsheimPro-Regular'),
        url('../fonts/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Regular.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Medium.eot');
    src: local('../fonts/GT Walsheim Pro Medium'),
		local('../fonts/GTWalsheimPro-Medium'),
        url('../fonts/GTWalsheimPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Medium.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Medium.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('../fonts/GTWalsheimPro-Bold.eot');
    src: local('../fonts/GT Walsheim Pro Bold'),
		local('../fonts/GTWalsheimPro-Bold'),
        url('../fonts/GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
        url('../fonts/GTWalsheimPro-Bold.woff') format('woff'),
        url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}


body {
	padding: 0px;
    margin: 0px;
	font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 400;
	line-height: 28px;
}
body.no-scroll {
    overflow: hidden;
}
html {
	scroll-behavior: smooth;
}
a {
	color: #79916f;
	text-decoration: none;
}
a:hover , a:focus {
	color: #282828;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 10px 0%;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float:left;
	width:100%;
}
/*:root {
    --container-width: 1200px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}*/
.container {
	max-width: 1200px;
	padding:0;
	margin:0px auto;
}
#header * {
	transition: all 0.3s ease-in-out;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 40px 0px 50px;
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 189px;
}
#header .logo a {
	display:inline-block;
}
#header .logo img {
	width: 100%;
	height: auto;
}
.topRight {
	float: left;
	width: calc(100% - 189px);
	padding: 0px 0 0 80px;
}
.topRight .mainMenu {
	float: left;
	width: auto;
	padding: 0px 0 0 0;
}
.mainMenu ul.menu {	
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mainMenu ul.menu li {
	position: relative;
	float: left;
	width: auto;
	padding: 15px 32px 40px 32px;
}
.mainMenu ul.menu li:first-child {
	padding: 15px 32px 40px 32px;
}
.mainMenu ul.menu li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #707070;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out !important;
}
.mainMenu ul.menu li a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.mainMenu ul.menu > li > a:hover,
.mainMenu ul.menu > li:hover > a,
.mainMenu ul.menu > li.current_page_item > a,
.mainMenu ul.menu > li.current-menu-parent > a {
	color: #e3372b;
}
.mainMenu ul.menu li a svg {
	display: none;
}
.mainMenu ul.menu li.menu-item-has-children a {
	padding-right: 25px;
}
.mainMenu ul.menu li.menu-item-has-children > a:after {
	content: "\f140";
    font-family: "Material Design Icons";
    font-size: 16px;
    position: absolute;
	right: 0;
}
.mainMenu ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.mainMenu ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 220px;
	background: #ffffff;
	position: absolute;
	top: 100%;
	left: 19px;
	z-index: 2;
	display: none;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mainMenu ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
	margin: 0;
}
.mainMenu ul.menu li ul.sub-menu li a {
	padding: 10px 15px;
	font-size: 18px;
	color: #e03b2e;
	text-transform: none;
}
.mainMenu ul.menu li ul.sub-menu li a:hover {
	padding-left: 20px;
}
.mainMenu ul.menu li ul.sub-menu li.current_page_item a {	
	color: #ffffff;
	text-decoration: none;
}
.mainMenu ul.menu li ul.sub-menu li a::before {
	display: none;
}
.mainMenu ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.mainMenu ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}

.topRight .rightMenu {
	float: right;
	width: auto;
}
.topRight .rightMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.topRight .rightMenu ul li {
	position: relative;
	float: left;
	width: auto;
}
.topRight .rightMenu ul li a {
	position: relative;
	padding: 15px 0 0 0;
	display: block;
	font-size: 18px;
	color: #707070;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.topRight .rightMenu ul li a:hover {
	color: #db3529;
}
.topRight .rightMenu ul li.trialBtn a {
	display: inline-block;
	margin: 0 0 0 30px;
	padding: 15px 41px;
	font-family: 'GT Walsheim Pro';
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;	
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
	transition: all 0.5s !important;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
}
.topRight .rightMenu ul li.trialBtn a:hover {
	background: rgb(230,60,46);
	background: linear-gradient(0deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
}

/*----------------- Sticky Header Start -----------------*/

#header.sticky {
	position: fixed;
	padding: 10px 40px 0px 50px;
	background-color: #ffffffff;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
	z-index: 2;
}	
#header.sticky .mainMenu ul.menu li {
	padding: 15px 32px 20px 32px;
}
#header.sticky .mainMenu ul.menu li:first-child {
	padding: 15px 32px 20px 32px;
}
#header.sticky .mainMenu ul.menu li ul.sub-menu li {
	padding: 0;
}

/*
=======================================================
		Header Hamburger Menu CSS Start
=======================================================
*/

#header .mobileNav {
	float: right;
	width: auto;
}
#header .hamburger {
	position: relative;
	float: left;
	width: auto;
}
#header .hamburger #nav-btn,
#header .hamburger #nav-btn+label {
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	z-index: 99;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 0px solid transparent;
	border-radius: 50%;
	justify-content: center;
}
#header .hamburger #nav-btn {
	position: relative;
	opacity: 0;
	z-index: 100;
}
#header .hamburger #nav-btn+label span {
	display: block;
	width: 35px;
	height: 3px;
	border-radius: 2px;
	background-color: #e3372b;
	position: relative;
	cursor: pointer;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
#header .hamburger #nav-btn+label span::before,
#header .hamburger #nav-btn+label span::after {
	content: "";
	display: block;
	width: 35px;
	height: 3px;
	border-radius: 0px;
	background-color: #e3372b;
	position: absolute;
	left: 0;
	transition: all 0.3s ease-in-out;
}
#header .hamburger #nav-btn+label span::before {	
	top: -10px;
}
#header .hamburger #nav-btn+label span::after {
	bottom: -10px;
	left: auto;
	right: 0;
}
#header .hamburger #nav-btn:checked+label span {
	transform: rotate(135deg);
	background-color: #e3372b;
	border-radius: 0;
	width: 35px;
}
#header .hamburger #nav-btn:checked+label span::before,
#header .hamburger #nav-btn:checked+label span::after {
	width: 35px;
	top: 0;
	max-width: 100%;
	transform: rotate(90deg);
	background-color: #e3372b;
}
#header .hamburger #nav-btn:checked+label span::after {
	opacity: 0;
}
#header .hamburger #nav-btn:checked~nav {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
}
#header .hamburger #nav-btn:checked+label {
	border: 0px solid #79916f;
}
#header .hamburger nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 1;
	z-index: 98;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
	overflow: hidden;
}
#header .hamburger nav .hamburger-item {
	float: left;
	width: 100%;
}
#header .hamburger nav .m-logo {
    display: inline-block;
    padding: 22px 0px 0 20px;
}
#header .hamburger nav .m-logo img {
	max-width: 79%;
}
#header .hamburger nav .m-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	grid-gap: 40px;
	padding: 50px 25px 40px 25px;
	overflow: auto;
}
#header .hamburger nav .m-nav ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
	overflow: auto;
	transition: transform 0.5s;
}
#header .hamburger nav .m-nav ul::-webkit-scrollbar {
	width: 4px;
}
#header .hamburger nav .m-nav ul::-webkit-scrollbar-track {
	background: #000000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .hamburger nav .m-nav ul::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #e63c2e;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header .hamburger nav .m-nav ul li {
	margin: 0 0 10px 0;
	transition: transform 0.5s;
}
#header .hamburger nav .m-nav ul li:last-child {
	margin-bottom: 0;
}
#header .hamburger nav .m-nav ul li a {
	display: inline-block;
	font-size: 16px;
	color: #707070;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#header .hamburger nav .m-nav ul li a:hover,
#header .hamburger nav .m-nav ul li.current>a {
	padding-left: 5px;
	color: #db3529;
	text-decoration: none;
}
#header .hamburger nav .m-nav ul li.trialBtn a {
	display: inline-block;
	margin: 20px 0 0 0px;
	padding: 10px 25px;
	font-family: 'GT Walsheim Pro';
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
	transition: all 0.5s !important;
	/*-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);*/
}
#header .hamburger nav .m-nav ul li.trialBtn a:hover {
	background: rgb(230,60,46);
	background: linear-gradient(0deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
}
#header .m-nav ul li .sub-menu-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}
#header .m-nav ul li .sub-menu-btn:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	color: #707070;
	font-weight: 600;
	line-height: 30px;
}
#header .m-nav ul li .sub-menu-btn.open:after {
	content: "\f077";
}
#header .m-nav ul>li:hover>ul.sub-menu {
	display: none;
}
#header .m-nav ul li ul.sub-menu {
	display: none;
	width: 100%;
	padding: 0 0 0 20px;
	background-color: transparent;
	position: static;
	transition: transform 0.5s;
}
#header .m-nav ul li ul.sub-menu li {
	margin: 5px 0 0 0;
}
#header .m-nav ul li ul.sub-menu li a {
	display: inline-block;
	max-width: calc(100% - 30px);
	font-size: 16px;
	padding: 0;
}
#header .m-nav ul>li>ul>li:hover>ul.sub-menu {
	display: none;
}


#homeBanner {
	position: relative;
	float: left;
	width: 100%;
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 150%);
}
#homeBanner .caption {
	display: block;
	width: 90%;
	padding: 55px 0;
	margin:0 auto;
	text-align: center;
}
#homeBanner .caption h1 {
	margin: 0 0 35px 0;
	font-size: 80px;
	color: #ffffff;
	font-weight: 700;
	line-height: 90px;
}
#homeBanner .caption p {
	margin: 0 0 35px 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: 400;
	line-height: 38px;
}
#homeBanner .caption .app-logo {
	display: block;
	width: 100%;
}
#homeBanner .caption .app-logo a {
	display: inline-block;
	min-width: 193px;
	margin: 0 10px 0 0;
}
#homeBanner .caption .app-logo a:last-child {
	margin: 0;
}
#homeBanner .caption .app-logo a img {
	width: 100%;
	height: auto;
}
#homeBanner .caption .featureBtn {
	width: max-content;
	display: block;
	margin: 0 auto;
	padding: 16px 30px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #e63c2e;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#homeBanner .caption .featureBtn:hover {
	background-color: #313131;
	color: #ffffff;
}

#middle {
	float: left;
	width: 100%;
}
#ourService {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffeeee;
}
#ourService .item-box {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 35px 20px;
	background-color: transparent;
	border-radius: 10px;
	border: 3px solid #fff7f7;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#ourService .item-box:hover {	
	border-color: #ffffff;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
}
#ourService .item-box:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 6px;
	border-radius: 3px;
	background-color: #f6a7aa;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	transition: all 0.3s ease-in-out;
}
#ourService .item-box:hover::after {
	background-color: #e63c2e;
}
#ourService .item-box .service-icon {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}
#ourService .item-box .service-icon img {
	max-width: 100%;
	height: auto;
}
#ourService .item-box .service-cont {
	float: left;
	width: 100%;
}
#ourService .item-box .service-cont h3 {
	margin: 0 0 25px 0;
	font-size: 24px;
	color: #313131;
	font-weight: 700;
	line-height: 30px;
	transition: all 0.3s ease-in-out;
}
#ourService .item-box:hover .service-cont h3 {
	color: #e63c2e;
}
#ourService .item-box .service-cont p {
	margin: 0;
	font-size: 18px;
	color: #707070;
	font-weight: 400;
	line-height: 25px;
}
#companySec {
	padding-top: 120px;
	padding-bottom: 100px;
	text-align: center;
}
#companySec h2 {
	margin: 0 0 35px 0;
	font-size: 65px;
	color: #313131;
	font-weight: 700;
	line-height: 65px;
}
#companySec .companyLogo {
	display: grid;
	grid-template-columns: 18% 18% 18% 18% 18%;
	grid-gap: 30px;
}
#companySec .companyLogo .item {
	float: left;
	width: 100%;
	padding: 18px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
}
#companySec .companyLogo .item img {
	width: 100%;
	height: auto;
}
#whyChoose {
	padding-top: 30px;
	padding-bottom: 100px;
}
#whyChoose h2 {
	margin: 0 0 35px 0;
	font-size: 65px;
	color: #313131;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
}
#whyChoose .left-clm {
	float: left;
	width: 100%;
	padding: 0 28px 0 0;
}
#whyChoose .left-clm .tab-content {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.03);
	border-radius: 10px;
	overflow: hidden;
}
#whyChoose .left-clm .tab-content .item {
	float: left;
	width: 100%;
}
#whyChoose .left-clm .tab-content img {
	width: 100%;
	height: auto;
}
#whyChoose .right-clm {
	float: left;
	width: 100%;
	padding: 0 0 0 14px;
}
#whyChoose .right-clm .tab-nav {
	float: left;
	width: 100%;
}
#whyChoose .right-clm .tab-nav ul {
	display: block;
	border: none;	
	padding: 0;	
	margin: 0;	
	list-style: none;
}
#whyChoose .right-clm .tab-nav ul li {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#whyChoose .right-clm .tab-nav ul li a.nav-link {
	position: relative;
	padding: 20px 30px 20px 40px;
	margin: 0;
	border-radius: 10px;
	border: none;
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
#whyChoose .right-clm .tab-nav ul li a.nav-link:hover,
#whyChoose .right-clm .tab-nav ul li a.nav-link.active {
	background-color: #ffffff;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.08);
}
#whyChoose .right-clm .tab-nav ul li a.nav-link:hover::after ,
#whyChoose .right-clm .tab-nav ul li a.nav-link.active::after {
	background-color: #e63c2e;
}
#whyChoose .right-clm .tab-nav ul li a:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 60px;
	border-radius: 3px;
	background-color: #f6a7aa;
	left: -3px;
	top: 0;
	margin: auto 0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
}
#whyChoose .right-clm .tab-nav ul li a .item-list {
	display: block;
	width: 100%;
}
#whyChoose .right-clm .tab-nav ul li a .item-list h4 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #313131;
	font-weight: 500;
	line-height: 30px;
}
#whyChoose .right-clm .tab-nav ul li a .item-list p {
	margin: 0;
	font-size: 20px;
	color: #707070;
	font-weight: 400;
	line-height: 28px;
}
#premiumSec {
	padding-top: 110px;
	padding-bottom: 110px;
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 140%);
	text-align: center;
}
#premiumSec .contentBox {
	display: block;
	width: 100%;
	padding: 0 170px;
}
#premiumSec .contentBox h2 {
	margin: 0 0 20px 0;
	font-size: 65px;
	color: #ffffff;
	font-weight: 700;
	line-height: 80px;
}
#premiumSec .contentBox p {
	margin: 0 0 35px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 31px;
}
#premiumSec .contentBox .getBtn {
	display: inline-block !important;
	padding: 16px 40px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #e63c2e;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
}
#premiumSec .contentBox .getBtn:hover {
	background-color: #313131;
	color: #ffffff;
}
#footer {
	float: left;
	width: 100%;	
}
#footer .footerSection {
	float: left;
	width: 100%;
	padding: 90px 0 65px 0;
}
#footer .footerSection h4 {
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #e63c2e;
	font-weight: 500;
	line-height: 37px;
}
#footer .footerSection .ftr-logo {
	float: left;
	width: 100%;
}
#footer .footerSection .ftr-logo img {
	max-width: 100%;
	height: auto;
}
#footer .footerSection .ftr-menu {
	float: left;
	width: 100%;
	padding: 0 0 0 100px;
}
#footer .footerSection .ftr-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerSection .ftr-menu.product {
	padding: 0 0 0 65px;
}
#footer .footerSection .ftr-menu.product ul {
	column-count: 2;
}
#footer .footerSection .ftr-menu ul li {
	display: inline-block;
	width: 100%;
	padding: 0 0 15px 0;
}
#footer .footerSection .ftr-menu ul li a {
	display: inline-block;
	font-size: 18px;
	color: #323232;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSection .ftr-menu ul li a:hover {
	color: #e63c2e;	
}
#footer .footerMiddle {
	float: left;
	width: 100%;
}
#footer .footerMiddle .middle-clm {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#footer .footerMiddle .middle-clm .ftr-social {
	float: left;
	width: 100%;
}
#footer .footerMiddle .middle-clm .ftr-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerMiddle .middle-clm .ftr-social ul li {
	display: inline-block;
	padding: 0 20px 0 0;
}
#footer .footerMiddle .middle-clm .ftr-social ul li:last-child {
	padding: 0;
}
#footer .footerMiddle .middle-clm .ftr-social ul li a {
	display: inline-block;
	font-size: 18px;
	color: #323232;
	transition: all 0.3s ease-in-out;
}
#footer .footerMiddle .middle-clm .ftr-social ul li a:hover {
	color: #e63c2e;
}
#footer .footerMiddle .middle-clm .ftr-appstore {
	float: left;
	width: 100%;
	text-align: right;
}
#footer .footerMiddle .middle-clm .ftr-appstore ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerMiddle .middle-clm .ftr-appstore ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
#footer .footerMiddle .middle-clm .ftr-appstore ul li:last-child {
	margin: 0 0 0 0;
}
#footer .footerMiddle .middle-clm .ftr-appstore ul li a {
	display: inline-block;
	min-width: 135px;
}
#footer .footerBottom {
	float: left;
	width: 100%;
	padding: 20px 0;
}
#footer .footerBottom .ftr-copyRight {
	float: left;
	width: 100%;
}
#footer .footerBottom .ftr-copyRight p {
	margin: 0;
	font-size: 18px;
	color: #323232;
	font-weight: 400;
	line-height: 28px;
}
#footer .footerBottom .ftr-copyRight p strong {
	color: #e63c2e;
	font-weight: 500;
}
#footer .footerBottom .ftr-link {
	float: left;
	width: 100%;
	text-align: right;
}
#footer .footerBottom .ftr-link ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
#footer .footerBottom .ftr-link ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}
#footer .footerBottom .ftr-link ul li:last-child {
	padding: 0 0 0 5px;
}
#footer .footerBottom .ftr-link ul li a {
	display: inline-block;
	font-size: 18px;
	color: #323232;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerBottom .ftr-link ul li a:hover {
	color: #e63c2e;	
}

/*-----------------------------------------------*/
/*----------------- Inner Pages -----------------*/
/*-----------------------------------------------*/

/*----------------- File Upload Page -----------------*/

.uploadPage #footer .footerBottom .row  {
	margin: 0 30px;
}
#uploadSec {
	display: flex;
	min-height: calc(100vh - 171px);
	background-color: #ffeeee;	
	align-items: center;
	justify-content: center;
}
#uploadSec .uploadItem {
	float: left;
	width: 100%;
	text-align: center;
}
#uploadSec .uploadItem h3 {
	margin: 0 0 15px 0;
	font-size: 50px;
	color: #313131;
	font-weight: 700;
	line-height: 55px;
}
#uploadSec .uploadItem p {
	margin: 0 0 20px 0;
	font-size: 27px;
	color: #313131;
	font-weight: 400;
	line-height: 37px;
}
#uploadSec .uploadItem .file-upload {
	position: relative;
	display: inline-block;
	width: auto;
}
#uploadSec .uploadItem .file-upload .image-upload-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
#uploadSec .uploadItem .file-upload .file-upload-input {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
#uploadSec .uploadItem .file-upload .drag-text {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 22px 80px 22px 47px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
	transition: all 0.5s !important;
	cursor: pointer;
}
#uploadSec .uploadItem .file-upload .drag-text:after {
	position: absolute;
	content: "\f093";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	right: 50px;
}
#uploadSec .uploadItem .file-upload .file-upload-content {
    display: inline-block;
    width: auto;
    margin: 20px 0 0 0;
}
#uploadSec .uploadItem .file-upload .file-upload-content .image-title-wrap {
    display: inline-block;
}
#uploadSec .uploadItem .file-upload .file-upload-content .remove-image {
	width: auto;
	margin: 0;
	color: #e03b2e;
	background-color: #ffffff;
	border: none;
	padding: 10px 10px;
	border-radius: 5px;
	transition: all .2s ease;
	outline: none;
}
#uploadSec .uploadItem .file-upload .file-upload-content .remove-image i {
	font-size: 14px;
	margin: 0 0 0 10px;
}
#uploadSec .uploadItem .file-upload .drag-box {
	margin: 5px 0 0 0;
	font-size: 16px;
	color: #313131;
	font-weight: 400;
}

/*----------------- Result Screen Page -----------------*/

#resultSec {
	background-color: #ffeeee;
}
#resultSec .left-clm {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 35px;
}
#resultSec .left-clm .backBtn i {
	font-size: 16px;
	margin-right: 5px;
}
#resultSec .left-clm .backBtn {
	display: inline-block;
	font-size: 18px;
	color: #797979;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#resultSec .left-clm .backBtn:hover {
	color: #e3372b
}
#resultSec .left-clm .result-box {
	display: flex;
	width: 100%;
	padding: 40px 0 0 0;
	justify-content: center;
}
#resultSec .left-clm .result-box .item {
	float: left;
	width: 100%;
	max-width: 980px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.05);
	box-shadow: 20px 20px 50px 0px rgba(0,0,0,0.05);
}
#resultSec .left-clm .result-box .item img {
	width: 100%;
	height: auto;
}
#resultSec .right-clm {
	float: left;
	width: 100%;
	min-height: calc(100vh - 66px);
	margin: 1px 0 0 0;
	background-color: #ffffff;
}
#resultSec .right-clm .item-box {
	float: left;
	width: 100%;
	min-height: 100vh;
	padding: 50px 40px 50px 50px;
}
#resultSec .right-clm .item-box h3 {
	margin: 0;
	font-size: 23px;
	color: #323232;
	font-weight: 700;
	line-height: 35px;
}
#resultSec .right-clm .item-box h3 strong {
	color: #797979;
}
#resultSec .right-clm .item-box .button-clm {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
#resultSec .right-clm .item-box .button-clm .downloadBtn {
	display: flex;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 16px 41px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	text-decoration: none;
	background: rgb(230,60,46);
	background: linear-gradient(180deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
	transition: all 0.5s !important;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	text-align: center;
	align-items: center;
	justify-content: center;
}
#resultSec .right-clm .item-box .button-clm .downloadBtn i {
	font-size: 20px;
	margin: 0 0 0 10px;
	line-height: normal;
}
#resultSec .right-clm .item-box .button-clm .downloadBtn:hover {
	background: rgb(230,60,46);
	background: linear-gradient(0deg, rgba(230,60,46,1) 0%, rgba(122,43,40,1) 100%);
}
#resultSec .right-clm .item-box .button-clm .sharedBtn {
	display: flex;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 14px 41px;
	background-color: #ffffff;
	border: 2px solid #e63c2e;
	font-size: 16px;
	color: #e63c2e;
	font-weight: 700;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.5s !important;
	-webkit-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	box-shadow: 20px 20px 80px 0px rgba(0,0,0,0.1);
	text-align: center;
	align-items: center;
	justify-content: center;
}
#resultSec .right-clm .item-box .button-clm .sharedBtn:hover {
	background: #e63c2e;
	border-color: transparent;
	color: #ffffff;	
}