* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	/* outline: none; */
    font-family: 'Merriweather-Regular';
}
h1,h2,h3,h4,h5{
    font-family: 'Decimal-Bold';
}
::-webkit-input-placeholder {
    color:inherit;
    opacity:1;
}
:-ms-input-placeholder {
    color:inherit;
    opacity:1;
}
::placeholder {
    color:inherit;
    opacity:1;
}
html,
body{
	height:100%;
	background: #f5f7f9;
}
.container-fluid{
	max-width: 1900px;
	width: 100%;
}
.container{
	max-width: 1170px;
	width: 100%;
}
/*** ### Fonts ### ***/
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('/etc/clientlibs/clean/dependencies/fonts/merriweather/merriweather-v21-latin-regular.woff2');
	font-display: swap;
}
@font-face {
    font-family: 'Merriweather-Light';
    src: url('/etc/clientlibs/clean/dependencies/fonts/merriweather/merriweather-v21-latin-300.woff2');
	font-display: swap;
}


@font-face {
    font-family: 'Decimal-Medium';
    src: url('/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff2');
	font-display: swap;
}
@font-face {
    font-family: 'Decimal-Semibold';
    src: url('/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff2');
	font-display: swap;
}
@font-face {
    font-family: 'Decimal-Bold';
    src: url('/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff2');
	font-display: swap;
}


/*** ### End Fonts ### ***/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/*** ### Mobile Header ### ***/
.mobile-header{
	position: fixed;
	position: -webkit-sticky;
	top: 0px;
	z-index: 10000000;
	padding: 10px 0px;
	background: #fafbfc;
	width: 100%;
}
.mobile-header .logo {
	position: relative;
	text-align:center;
}
.mobile-header .logo a {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	/* outline: none; */
}
.mobile-header .logo img {
	display: inline-block;
	vertical-align: middle;
	max-height:33px;
}
.tab-box{
	display: none;
}
section {
	scroll-margin-top: 85px;
  }
/*** ### Header ### ***/
header {
	position:sticky;
	position: -webkit-sticky;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fafbfc;
	z-index:10000;
	padding: 1% 5% 0px 5%;
}
header .logo {
	position: relative;
	text-align:left;
}
header .logo a {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	/* outline: none; */
}
header .logo img {
	display: inline-block;
	vertical-align: middle;
	max-height:33px;
}
.navigation {
	position: relative;
}
.navigation {
	position: relative;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	border: none;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
}
.navigation ul li {
	position: relative;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	box-shadow: 20px 30px 20px 0px #d9dbdd;
	margin: 0px 2px;
}
.navigation ul li:first-child {
	margin-left: 0px;
}
.navigation ul li:last-child {
	margin-right: 0px;
}
.navigation ul li a {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	min-height: 65px;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	font-size: 15px;
	/* outline: none; */
	padding: 5px 25px;
	text-align: center;
    font-family: 'Decimal-Bold';
}
.navigation ul li a.reveal{
	background: #FA5832;
	color: #141414;
}
.navigation ul li a.reveal::before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background: #ba5133;
}
.navigation ul li a:hover{
	background: #FA5832;
	color: #141414;
}
.navigation ul li a:hover::before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background: #ba5133;
}
@media (max-width: 1440px) {
	header{
		padding:10px 80px 10px 40px
	}
	.navigation ul li a {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	header{
		padding: 0px;
	}
	header .logo {
		position: relative;
		text-align:center;
		padding: 15px 0px;
	}
}
@media (max-width: 767px) {
	body{
		padding-top: 53px;
	}
	header{
		padding: 0px;
		position: relative;
	}
.navigation ul {
	text-align: left;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.navigation ul li {
	width: 100%;
	box-shadow: none;
	margin:0px 0px;
	background: #ededed;
	border-bottom: 1px solid #000000;
}
.navigation ul li a {
	justify-content: left;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	padding: 10px 45px;
	min-height: inherit;
	text-decoration: none;
	color: #494c4f;
	background: #ededed;
	text-align: left;
}
.navigation{
	padding: 0px;
}
}
/*** ### Footer ### ***/
footer{
	position: relative;
}
footer p{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 15px 0px;
	text-align: right;
}
@media (max-width:767px){
	footer p{
		text-align: center;
	}
}
/*** ### Index Page ### ***/
header.simple{
	position: sticky;
	position: -webkit-sticky;
	padding: 10px 0px;
	background: #f5f7f9;
}
header.simple .container{
	max-width: 1100px;
}
@media (max-width:767px){
	header.simple{
		padding: 20px 0px;
	}
	header.simple .logo{
		text-align: center;
	}
}
/*** ### Top Box ### ***/
.indexpage .container-fluid{
	padding: 0px 12%;
}
.indexpage .top-box{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.indexpage .top-box h1{
	color: #FA582D;
	font-size: 25px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	letter-spacing: 0.6px;
}
.indexpage .top-box p{
	color: #000000;
	font-size: 15px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
@media (max-width:1440px){
.indexpage .container-fluid{
	padding: 0px 100px;
}
}
@media (max-width:991px){
.indexpage .top-box{
	margin-bottom: 150px;
}
}
@media (max-width:767px){
	.indexpage .container-fluid{
		padding: 0px 15px;
	}
.indexpage .top-box{
	margin-bottom: 30px;
}
.indexpage .top-box h1{
	font-size: 22px;
}
}
/*** ### Best In Class ### ***/
.indexpage .best-in-class{
	position: relative;
	padding: 30px 0px;
}
.indexpage .best-in-class .container{
	max-width: 1600px;
	width: 100%;
}
.indexpage .best-in-class .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.indexpage .best-in-class .boxes{
	position: relative;
	width: 41%;
	min-width: 41%;
	max-width: 41%;
	background-image: linear-gradient(180deg, #F9B9A880 0%, #F2295B00 100%);
	border-radius: 12px;
	padding: 10px;
	text-align: center;
}
.indexpage .best-in-class .boxes .image-box{
	position: relative;
	margin-top: -130px;
}
.indexpage .best-in-class .boxes .image-box img{
	display: block;
	margin: auto;
	max-height: 185px;
}
.indexpage .best-in-class .boxes h2{
	color: #FA5832;
	font-size: 30px;
	line-height: 30px;
	margin: 20px 0px 15px 0px;
	padding: 0px;
}
.indexpage .best-in-class .boxes p{
	color: #000000;
	font-size: 21px;
	line-height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.indexpage .best-in-class .arrows{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	width: 18%;
	min-width: 18%;
	max-width: 18%;
	z-index: 1;
}
.indexpage .best-in-class .arrows .arrows-box{
	position: relative;
}
.indexpage .best-in-class .arrows .arrows-box img{
	max-height: 90px;
}
.indexpage .best-in-class a.begin{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	/* outline: none; */
	border:3px solid #E34920;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 2px 5px 10px 0px rgb(0 0 0 / 50%);
    padding: 11px 48px 11px 48px;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	background: #FA5832;
    font-family: 'Decimal-Bold';
	transition: 0.2s ease-in-out;
}
.indexpage .best-in-class a.begin:hover{
	background: rgb(250, 90, 46, 0.9);
	border:3px solid rgb(250, 90, 46, 0.9);
}
.indexpage .best-in-class a.begin .icons{
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
.indexpage .best-in-class a.begin .icons img{
	max-height: 22px;
}
@media (max-width:1440px){
.indexpage .best-in-class .boxes h2{
	font-size: 25px;
	line-height: 25px;
}
.indexpage .best-in-class .boxes p{
	color: #000000;
	font-size: 18px;
	line-height: 18px;
}
.indexpage .best-in-class .arrows .arrows-box img{
	max-height: 70px;
}
.indexpage .best-in-class a.begin{
	font-size: 13px;
}
}
@media (max-width:767px){
	.indexpage .best-in-class .iner{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.indexpage .best-in-class .boxes{
		width: 100%;
		min-width: 10%;
		max-width: 100%;
	}
	.indexpage .best-in-class .boxes .image-box{
		position: relative;
		margin-top: 0px;
	}
	.indexpage .best-in-class .boxes .image-box img{
		max-height: 140px;
	}
	.indexpage .best-in-class .boxes h2{
		font-size: 25px;
		line-height: 25px;
		margin: 15px 0px;
	}
	.indexpage .best-in-class .boxes p{
		font-size: 18px;
		line-height: 18px;
	}
	.indexpage .best-in-class .arrows{
		display: none;
	}
	.indexpage .best-in-class a.begin{
		padding: 11px 40px 11px 40px;
		font-size: 14px;
	}
}
/*** ### Overview Page ### ***/
.overviewpage{
	position: relative;
}
.new-overview{
	position: relative;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	min-height: 100vh;
}
/*** ### Meet Cloud NGFE ### ***/
.overviewpage .meet-cloud{
	position: relative;
}
.overviewpage .meet-cloud .container-fluid{
	max-width: 1600px;
	width: 100%;
}
.overviewpage .meet-cloud .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	padding: 20px 40px;
}
.overviewpage .meet-cloud .left-box{
	position: relative;
	min-width: 35%;
	max-width: 35%;
	width: 35%;
	background: #F5F7F9;
	padding: 6px;
	box-shadow: 50px 9px 100px 10px rgb(0 0 0 / 13%);
	z-index: 1;
	text-align: center;
	border-radius: 20px;
	padding: 0px 20px;
}
.overviewpage .meet-cloud .left-box::after{
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    height: 6px;
    width: 70px;
    background: #F04E23;
    border-radius: 0 0 10px 10px;
	margin-left: -35px;
	z-index: -1;
}
.overviewpage .meet-cloud .left-box .image-box{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.overviewpage .meet-cloud .left-box .image-box img{
	display: block;
	margin: auto;
	max-height: 160px;
}
.overviewpage .meet-cloud .left-box h2{
	color: #FA5832;
	font-size: 33px;
	margin: 0px;
	padding: 20px 0px;
}
.overviewpage .meet-cloud .left-box p{
	color: #000000;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
}
.overviewpage .meet-cloud .arrow-box{
	position: relative;
	width: 10%;
	min-width: 10%;
	max-width: 10%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}
.overviewpage .meet-cloud .right-box{
	position: relative;
	min-width: 55%;
	max-width: 55%;
	width: 55%;
	padding: 30px;
	padding-bottom: 0px !important;
}
.overviewpage .meet-cloud .right-box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.overviewpage .meet-cloud .right-box ul li{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	margin: 0px 0px 30px 0px;
}
.overviewpage .meet-cloud .right-box ul li:last-child{
	margin-bottom: 0px;
}
.overviewpage .meet-cloud .right-box ul li .icons{
	position: relative;
	min-width: 120px;
}
.overviewpage .meet-cloud .right-box ul li .icons img{
	max-width: 75px;
	transition: 0.2s ease-in-out;
}
.overviewpage .meet-cloud .right-box ul li .icons img:hover{
	transform: scale(1.1);
}
.overviewpage .clound-native .boxes ul li .items{
	width: 100%;
}
.overviewpage .meet-cloud .right-box ul li h3{
	color: #FA5832;
	font-size: 26px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.overviewpage .meet-cloud .right-box ul li p{
	color: #000000;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
    
}
.overviewpage .meet-cloud .right-box ul li .items{
	width: 100%;
}
@media (max-width:1440px){
	.overviewpage .meet-cloud{
		position: relative;
	}
	.overviewpage .meet-cloud .container-fluid{
		max-width: 1280px;
		width: 100%;
	}
	.overviewpage .meet-cloud .left-box{
		min-width: 31%;
		max-width: 31%;
		width: 31%;
	}
	.overviewpage .meet-cloud .arrow-box{
		width: 14%;
		min-width: 14%;
		max-width: 14%;
	}
	.overviewpage .meet-cloud .left-box h2{
		font-size: 23px;
	}
	.overviewpage .meet-cloud .left-box p{
		font-size: 15px;
		line-height: 27px;
	}
	.overviewpage .meet-cloud .right-box ul li h3{
		font-size: 20px;
	}
	.overviewpage .meet-cloud .right-box ul li p{
		font-size: 16px;
	}
	.overviewpage .meet-cloud .right-box ul li .icons{
		position: relative;
		min-width: 80px;
	}
	.overviewpage .meet-cloud .right-box ul li .icons img{
		max-width: 60px;
	}
}
@media (max-width:1280px){
	.overviewpage .meet-cloud{
		position: relative;
	}
	.overviewpage .meet-cloud .left-box{
		min-width: 35%;
		max-width: 35%;
		width: 35%;
	}
	.overviewpage .meet-cloud .arrow-box{
		width: 10%;
		min-width: 10%;
		max-width: 10%;
	}
	.overviewpage .meet-cloud .left-box h2{
		font-size: 22px;
	}
	.overviewpage .meet-cloud .left-box p{
		font-size: 15px;
		line-height: 27px;
	}
	.overviewpage .meet-cloud .right-box ul li h3{
		font-size: 18px;
	}
	.overviewpage .meet-cloud .right-box ul li p{
		font-size: 14px;
	}
}
@media (max-width:767px){
	.overviewpage .meet-cloud{
		position: relative;
		padding:30px 0px;
	}
	.overviewpage .meet-cloud .iner{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.overviewpage .meet-cloud .left-box{
		position: relative;
		min-width: 10%;
		max-width: 100%;
		width: 100%;
	}
	.overviewpage .meet-cloud .left-box .image-box img{
		max-height: 120px;
	}
	.overviewpage .meet-cloud .left-box h2{
		font-size: 22px;
		padding: 15px 0px;
	}
	.overviewpage .meet-cloud .left-box p{
		font-size: 15px;
		line-height: 25px;
	}
	.overviewpage .meet-cloud .arrow-box{
		display: none;
	}
	.overviewpage .meet-cloud .right-box{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		padding: 20px 15px;
		margin-top: 30px;
	}
	.overviewpage .meet-cloud .right-box ul li{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		margin: 0px 0px 25px 0px;
		text-align: center;
	}
	.overviewpage .meet-cloud .right-box ul li .icons{
		min-width: 100%;
	}
	.overviewpage .meet-cloud .right-box ul li .icons img{
		display: block;
		margin: auto auto 15px auto;
	}
	.overviewpage .meet-cloud .right-box ul li p{
		color: #000000;
		font-size: 15px;
	}
}
/*** ### Clound Native ### ***/
.overviewpage .clound-native{
	position: relative;
}
.overviewpage .clound-native .container-fluid{
	max-width: 1600px;
	width: 100%;
}
.overviewpage .clound-native h2{
	color: #FA5832;
	font-size: 36px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
.overviewpage .clound-native .iner{
	position: relative;
	margin: 15px 0px;
}
.overviewpage .clound-native .boxes{
	position: relative;
	background: #F5F7F9;
	box-shadow: 15px 10px 23px 7px rgb(0 0 0 / 13%);
	border-radius: 20px;
	padding: 40px 40px;
	height: 100%;
}
.overviewpage .clound-native .boxes .top-btn{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.overviewpage .clound-native .boxes .top-btn button{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	padding: 18px 95px 18px 95px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	border: 3px solid #FFFFFF;
	margin-top: -80px;
	color: #FFFFFF;
    font-family: 'Decimal-Bold';
}
.overviewpage .clound-native .boxes .top-btn button.yellow{
	background: #ffc000;
	color: #141414;
}
.overviewpage .clound-native .boxes .top-btn button.blue{
	background: #5CCBE4;
	color: #141414;
}
.overviewpage .clound-native .boxes ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.overviewpage .clound-native .boxes ul li{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	margin: 0px 0px 30px 0px;
}
.overviewpage .clound-native .boxes ul li .icons{
	position: relative;
	min-width: 100px;
}
.overviewpage .clound-native .boxes ul li .icons img{
	max-width: 70px;
	transition: 0.2s ease-in-out;
}
.overviewpage .clound-native .boxes ul li .icons img:hover{
	transform: scale(1.1);
}
.overviewpage .clound-native .boxes ul li .items{
	width: 100%;
}
.overviewpage .clound-native .boxes ul li h3{
	color: #FA5832;
	font-size: 26px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.overviewpage .clound-native .boxes ul li p{
	color: #000000;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
    
}
@media (max-width:1440px){
	.overviewpage .clound-native{
		position: relative;
	}
	.overviewpage .clound-native .container-fluid{
		max-width: 1280px;
		width: 100%;
	}
	.overviewpage .clound-native .boxes{
		padding: 20px 20px;
	}
	.overviewpage .clound-native h2{
		color: #FA5832;
		font-size: 28px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		text-align: center;
	}
.overviewpage .clound-native .boxes .top-btn button{
	font-size: 13px;
	padding: 12px 65px 12px 65px;
	margin-top: -43px;
}
.overviewpage .clound-native .boxes ul li h3{
	font-size: 20px;
}
.overviewpage .clound-native .boxes ul li p{
	font-size: 16px;
}
.overviewpage .clound-native .boxes ul li .icons{
	position: relative;
	min-width: 80px;
}
.overviewpage .clound-native .boxes ul li .icons img{
	max-width: 60px;
	transition: 0.2s ease-in-out;
}
}
@media (max-width:1280px){
	.overviewpage .clound-native{
		position: relative;
	}
	.overviewpage .clound-native .container-fluid{
		max-width: 1280px;
		width: 100%;
	}
.overviewpage .clound-native .boxes .top-btn button{
	font-size: 12px;
	padding: 12px 65px 12px 65px;
	margin-top: -43px;
}
.overviewpage .clound-native .boxes ul li h3{
	font-size: 18px;
}
.overviewpage .clound-native .boxes ul li p{
	font-size: 14px;
}
}
@media (max-width:767px){
	.overviewpage .clound-native{
		position: relative;
		padding: 30px 0px;
	}
	.overviewpage .clound-native h2{
		font-size: 28px;
		margin: 0px 0px 15px 0px;
	}
	.overviewpage .clound-native .boxes{
		padding: 20px 15px;
		margin-top: 30px;
		height: auto;
	}
	.overviewpage .clound-native .boxes .top-btn button{
		padding: 12px 50px 12px 50px;
	}
	.overviewpage .clound-native .boxes ul li{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
	.overviewpage .clound-native .boxes ul li .icons{
		position: relative;
		min-width: 100%;
	}
	.overviewpage .clound-native .boxes ul li .icons img{
		display: block;
		margin: auto auto 15px auto;
	}
	.overviewpage .clound-native .boxes ul li p{
		font-size: 15px;
	}
}
/*** ### Secure Traffic ### ***/
.overviewpage .secure-traffic{
	position: relative;
}
.overviewpage .secure-traffic h2{
	color: #FA5832;
	font-size: 33px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
.overviewpage .secure-traffic .iner{
	position: relative;
	margin: 15px 0px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}
.overviewpage .secure-traffic .boxes{
	position: relative;
	min-width: 14.75%;
	max-width: 14.75%;
	width: 14.75%;
	text-align: center;
}
.overviewpage .secure-traffic .boxes .image-box{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.overviewpage .secure-traffic .boxes .image-box img{
	display: block;
	margin: auto;
}
.overviewpage .secure-traffic .boxes .arrow-box{
	position: relative;
	margin: 40px 0px 0px 0px;
}
.overviewpage .secure-traffic .boxes .arrow-box img{
	display: block;
	width: 100%;
}
.overviewpage .secure-traffic .boxes h3{
	color: #000000;
	font-size: 28px;
	margin: 0px;
	padding: 20px 0px;
}
.overviewpage .secure-traffic .boxes p{
	color: #000000;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
@media (max-width:1440px){
.overviewpage .secure-traffic h2{
	font-size: 25px;
}
.overviewpage .secure-traffic .boxes h3{
	font-size: 22px;
}
.overviewpage .secure-traffic .boxes p{
	font-size: 17px;
	line-height: 22px;
}
}
@media (max-width:767px){
	.overviewpage .secure-traffic{
		position: relative;
		padding: 30px 0px;
	}
	.overviewpage .secure-traffic h2{
		font-size: 22px;
	}
	.overviewpage .secure-traffic .iner{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.overviewpage .secure-traffic .boxes{
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
	.overviewpage .secure-traffic .boxes .image-box img{
		max-height: 140px;
	}
	.overviewpage .secure-traffic .boxes .arrow-box{
		position: relative;
		display: none;
	}
	.overviewpage .secure-traffic .boxes h2{
		font-size: 20px;
		padding: 15px 0px;
	}
	.overviewpage .secure-traffic .boxes p{
		font-size: 15px;
		line-height: 20px;
	}
}

/*** ### Find Out More ### ***/
.summery-section{
	position: relative;
	position: relative;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	min-height: 95vh;
}
.summery-section .container-fluid{
	max-width: 1400px;
	width: 100%;
}
.summery-section .left-box{
	position: relative;
	padding: 30px 0px;
}
.summery-section .left-box img{
	display: block;
	margin: auto;
}
.summery-section .right-box{
	position: relative;
	padding: 0px 40px;
	margin: 30px 0px;
	background: #F5F7F9;
	border-radius: 20px;
	box-shadow: 29px 61px 92px 22px #d9dbdd;
}
.summery-section .right-box h2{
	color: #FA5832;
	font-size: 28px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.summery-section .right-box p{
	color: #000000;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
.summery-section .right-box a.find-out-more{
	position: relative;
	top: 23px;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	/* outline: none; */
    border-radius: 40px;
    padding: 12px 65px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background: #FA5832;
	border-width: 2px 5px 7px 8px;
	border-color: #FFFFFF;
	border-style: solid;
    font-family: 'Decimal-Bold';
	transition: 0.2s ease-in-out;
}
.summery-section .right-box a.find-out-more:hover{
	background: rgb(250, 89, 46, 0.9);
	border-color: rgb(255, 255, 255, 0.9);
}
.summery-section .right-box a.find-out-more .icons{
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
.summery-section .right-box a.find-out-more .icons img{
	max-height: 22px;
}
.summery-section .right-box .boxes{
	position: relative;
	padding: 20px 0px;
	border-bottom: 2px solid #E3E4E4;
}
.summery-section .right-box .boxes:last-child{
	border-bottom: none;
}
@media (max-width:1440px){
	.summery-section{
		position: relative;
		padding: 15px 0px;
	}
	.summery-section .container-fluid{
		max-width: 1280px;
		width: 100%;
	}
	.summery-section .left-box{
		position: relative;
		padding: 30px 0px;
	}
	.summery-section .left-box img{
		max-height: 240px;
	}
	.summery-section .right-box h2{
		font-size: 21px;
	}
	.summery-section .right-box p{
		font-size: 15px;
	}
	.summery-section .right-box a.find-out-more{
		top: 18px;
		font-size: 15px;
		padding: 8px 45px;
	}
}
@media (max-width:1280px){
	.summery-section{
		position: relative;
		padding: 30px 0px;
	}
	.summery-section .right-box h2{
		font-size: 18px;
	}
	.summery-section .right-box p{
		font-size: 14px;
	}
	.summery-section .right-box a.find-out-more{
		top: 18px;
		font-size: 15px;
		padding: 8px 45px;
	}
}
@media (max-width:767px){
	.summery-section{
		position: relative;
		padding: 30px 15px;
	}
	.summery-section .left-box{
		padding: 30px 0px 0px 0px;
	}
	.summery-section .left-box img{
		display: block;
		margin: auto;
		max-height: 200px;
	}
	.summery-section .right-box{
		padding: 0px 15px;
		margin: 10px 0px;
	}
	.summery-section .right-box h2{
		font-size: 18px;
	}
	.summery-section .right-box p{
		font-size: 14px;
	}
	.summery-section .right-box a.find-out-more{
		font-size: 13px;
		padding: 8px 40px;
		top: 0px;
	}
}
/*** ### Find Out More ### ***/
.find-out-more{
	position: relative;
	padding: 5% 0px;
}
.find-out-more .container-fluid{
	max-width: 1400px;
	width: 100%;
}
.find-out-more .left-box{
	position: relative;
	padding: 30px 0px;
}
.find-out-more .left-box img{
	display: block;
	margin: auto;
	max-height: 260px;
}
.find-out-more .right-box{
	position: relative;
	padding: 0px 40px;
	margin: 30px 0px;
	background: #F5F7F9;
	border-radius: 20px;
	box-shadow: 29px 61px 92px 22px #d9dbdd;
}
.find-out-more .right-box h2{
	color: #FA5832;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}
.find-out-more .right-box p{
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.find-out-more .right-box p a{
	color: inherit;
	text-decoration: none;
}
.find-out-more .right-box a.find-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	/* outline: none; */
    border-radius: 40px;
    padding: 12px 65px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	background: #000000;
    font-family: 'Decimal-Bold';
	transition: 0.2s ease-in-out;
}
.find-out-more .right-box a.find-btn:hover{
	background: rgb(0, 0, 0, 0.8);
}
.find-out-more .right-box a.find-btn .icons{
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
.find-out-more .right-box a.find-btn .icons img{
	max-height: 22px;
}
.find-out-more .right-box .boxes{
	position: relative;
	padding: 20px 0px;
	border-bottom: 2px solid #E3E4E4;
}
.find-out-more .right-box .boxes:last-child{
	border-bottom: none;
}
@media (max-width:1440px){
.find-out-more{
	position: relative;
	padding: 50px 0px;
}
.find-out-more .container-fluid{
	max-width: 1280px;
	width: 100%;
}
.find-out-more .left-box{
	position: relative;
	padding: 30px 0px;
}
.find-out-more .left-box img{
	display: block;
	margin: auto;
	max-height: 260px;
}
.find-out-more .right-box{
	position: relative;
	padding: 0px 40px;
	margin: 30px 0px;
	background: #F5F7F9;
	border-radius: 20px;
	box-shadow: 29px 61px 92px 22px #d9dbdd;
}
.find-out-more .right-box h2{
	color: #FA5832;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}
.find-out-more .right-box p{
	font-size: 14px;
}
.find-out-more .right-box a.find-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	/* outline: none; */
    border-radius: 40px;
    padding: 8px 45px;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	background: #000000;
}
}
@media (max-width:1280px){
.find-out-more{
	position: relative;
	padding: 30px 0px;
}
.find-out-more .left-box{
	position: relative;
	padding: 30px 0px;
}
.find-out-more .left-box img{
	max-height: 240px;
}
.find-out-more .right-box{
	position: relative;
	padding: 0px 30px;
}
.find-out-more .right-box h2{
	font-size: 18px;
}
}
@media (max-width:767px){
	.find-out-more{
		position: relative;
		padding: 30px 15px;
	}
	.find-out-more .left-box{
		padding: 30px 0px 0px 0px;
	}
	.find-out-more .left-box img{
		display: block;
		margin: auto;
		max-height: 200px;
	}
	.find-out-more .right-box{
		padding: 0px 15px;
		margin: 10px 0px;
	}
	.find-out-more .right-box h2{
		font-size: 18px;
	}
	.find-out-more .right-box p{
		font-size: 14px;
	}
	.find-out-more .right-box a.find-btn{
		font-size: 13px;
		padding: 8px 40px;
	}
}
/*** ### Primary Btn ### ***/
.primary-btn{
	position: relative;
	padding: 10px 0px;
	text-align: center;
}
.primary-btn a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px;
	font-size: 15px;
	color: #000000;
	padding: 14px 40px 14px 40px;
	border-radius: 50px;
	text-decoration: none;
	/* outline: none; */
	text-transform: uppercase;
	background: #FA5832;
    font-family: 'Decimal-Bold';
	transition: 0.2s ease-in-out;
}
.primary-btn a:hover{
	background: rgb(250, 89, 46, 0.9);
}
.primary-btn a .text{
	position: relative;
	display: inline-block;
	min-width: 100px;
    font-family: 'Decimal-Bold';
}
.primary-btn a .icon{
	position: relative;
	display: inline-block;
}
.primary-btn a .icon img{
	max-height: 22px;
}
.primary-btn a .left-icon{
	margin-right: 10px;
}
.primary-btn a .right-icon{
	margin-left: 10px;
}
.primary-circle{
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.primary-circle a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: #FA5832;
	font-size: 20px;
	border: 2px solid #FA5832;
	border-radius: 50%;
	transition: 0.2s ease-in-out;
}
.primary-circle a:hover{
	background: rgb(250, 89, 46, 0.9);
}
.primary-circle img{
	position: relative;
	top: -1px;
	max-height: 22px;
}
@media (max-width:1440px){
	.primary-btn a{
		font-size: 13px;
		padding: 11px 30px 11px 30px;
	}
}
@media (max-width:767px){
.primary-btn a{
	display: block;
}
.primary-btn a .text{
	min-width: 80%;
}
}
/*** ### Hero Section ### ***/
.hero-section-all{
	position: relative;
	background: url(../images/lines-bg.png) center center no-repeat;
	background-size: cover;
}
.hero-section-all .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	min-height: 90vh;
	text-align: center;
}
.hero-section-all h1{
	color: #FA5832;
	font-size: 60px;
	letter-spacing: 3px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
}
.hero-section-all h2{
	color: #000000;
	font-size: 40px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
.hero-section-all a.see-how{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	/* outline: none; */
    border-radius: 40px;
	padding: 14px 75px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	background: #FA5832;
    font-family: 'Decimal-Bold';
	transition: 0.2s ease-in-out;
}
.hero-section-all a.see-how:hover{
	background: rgb(250, 89, 46, 0.9);
}
.hero-section-all a.see-how .icons{
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
.hero-section-all a.see-how .icons img{
	max-height: 22px;
}
@media (max-width:1440px){
.hero-section-all h1{
	font-size: 40px;
	letter-spacing: 0px;
}
.hero-section-all h2{
	font-size: 30px;
}
.hero-section-all a.see-how{
	font-size: 15px;
    padding: 8px 45px;
}
}
@media (max-width:991px){
	.hero-section-all h1{
		font-size: 35px;
	}
	.hero-section-all h2{
		font-size: 25px;
	}
}
@media (max-width:767px){
	.hero-section-all .iner{
		min-height: 100vh;
	}
	.hero-section-all h1{
		font-size: 30px;
	}
	.hero-section-all h2{
		font-size: 22px;
	}
	.hero-section-all a.see-how{
		font-size: 13px;
		padding: 8px 40px;
	}
}
@media (max-width:576px){
	.hero-section-all h1{
		font-size: 23px;
	}
	.hero-section-all h2{
		font-size: 20px;
	}
}
/*** ### Section One ### ***/
.section-one{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	min-height: 100vh;
}
.section-one .container-fluid{
	max-width: 1600px;
	width: 100%;
}
.section-one .left-box{
	position: relative;
	padding: 30px 0px;
}
.section-one .left-box h2{
	color: #FA5832;
	font-size: 28px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.section-one .left-box p{
	color: #000000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.section-one .right-box{
	position: relative;
	padding: 30px 0px;
}
.section-one .right-box img{
	display: block;
	margin: auto;
	max-height: 50vh;
}
@media (max-width:1440px){
	.section-one .container-fluid{
		max-width: 1280px;
		width: 100%;
	}
	.section-one .left-box h2{
		font-size: 24px;
	}
	.section-one .left-box p{
		font-size: 16px;
	}
}
@media (max-width:1280px){
	.section-one .left-box h2{
		font-size: 22px;
	}
	.section-one .left-box p{
		font-size: 15px;
	}
}
@media (max-width:991px){
	.section-one .container-fluid{
		padding: 50px 15px;
	}
	.section-one .left-box h2{
		font-size: 20px;
	}
	.section-one .left-box p{
		font-size: 15px;
	}
}
@media (max-width:767px){
	.section-one .left-box{
		padding: 15px 0px;
	}
	.section-one .left-box h2{
		font-size: 22px;
	}
	.section-one .left-box p{
		font-size: 16px;
	}
	.section-one .right-box{
		padding: 15px 0px;
	}
	.section-one .right-box img{
		display: block;
		margin: auto;
		max-height: 300px;
	}
}
@media (max-width:576px){
	.section-one .left-box{
		padding: 10px 0px;
	}
	.section-one .left-box h2{
		font-size: 20px;
	}
	.section-one .left-box p{
		font-size: 14px;
	}
	.section-one .right-box{
		padding: 10px 0px;
	}
}
u {
	text-decoration: underline;
  }