/* normal */
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
body {
	margin: 0;
	font-family: 'TT Firs Neue';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #212529;
	text-align: left;
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
}
ol,
ul,
dl {
	margin-top: 0;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;

}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
blockquote {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1{
	color: #acfcd9;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
h2{
	color: #021d24;
	font-size: 40px;
	font-weight: 700;
}
h3{
	color: #15525a;
	font-size: 30px;
	font-weight: 700;

}
h4{
	color: #021d24;
	font-size: 25px;
	font-weight: 500;
}
h5{

}
h6{

}
p{
	color: #021d24;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.container{
	max-width: 1670px;
	padding: 0px 15px;
	margin: 0 auto;
}

/* template  */

#template {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* layout */

#layout {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding-top: 100px;
}
.message-btn {
	position: fixed;
	bottom: 30px;
	right: 60px;
	display: block;
	z-index: 99;
}

/* header */

#header-part {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-bar {
	background-color: #021d24;
    padding: 20px 0px 20px;
}
.logo{
	margin-top: 5px;
}
.logo a{
	display: block;
}
.menu-bar > ul {
	display: flex;
	align-items: center;
}
.menu-bar > ul > li {
    margin-left: 50px;
    position: relative;
}
.menu-bar > ul > li:first-child {
    margin-left: 0px;
}
.menu-bar > ul > li > a,
.menu-bar > ul > li > ul > li > a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	transition: all 0.3s;
	padding: 10px 0px;
}
.menu-bar ul li a:hover{
	color: #15525a;
}
.menu-bar > ul > li > ul{
    position: absolute;
    left: -10px;
    top: 100%;
    width: 165px;
    padding: 10px;
    z-index: 9;
    background-color: #021d24;
    display: none;
}
.menu-bar > ul > li:hover > ul{
	display: block;
}
.sign-up-panel{
	margin-left: 60px;
}
.sign-up-btn {
	background-color: #00cc99;
	display: inline-flex;
	color: #15525a;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 20px 20px 20px 15px;
    transition: all 0.3s;
}
.sign-up-btn:hover {
	color: #fff;
}
/* banner */

#banner-part {
	width: 100%;
}
.home-banner-bar {
	position: relative;
}
.home-banner-bar:after {
	position: absolute;
	left: 50%;
	bottom: -65px;
	background: url(../images/icon1.svg) no-repeat center;
	transform: translate(-50%,-0%);
	content: "";
	width: 50px;
	height: 50px;
	z-index: 99;
}
.home-banner-text  {
	min-height: 480px;
	max-width: 1081px;
	margin: 0 auto;
}
.home-banner-text h1 {
    margin-bottom: 20px;
}
.home-banner-text p{
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
}
#slider1 .slick-dots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1620px;
    text-align: right;
    padding-right: 20px;
}
#slider1 .slick-dots li{
	margin-bottom: 12px;
}
#slider1 .slick-dots li:last-child{
	margin-bottom: 0;
}
#slider1 .slick-dots li button {
	width: 16px;
	height: 16px;
	background-color: #021d24;
	border-radius: 50%;
	border: none;
	font-size: 0;
}
#slider1 .slick-dots li.slick-active button {
	background-color: #acfcd9;
}

/* content */

#content-part {
	width: 100%;
}
.why-quantimatter-bar {
	padding: 162px 0px 0;
}
.why-quantimatter-bar .title{
    margin-bottom: 20px;
}
.why-quantimatter-bar .title h3{
	margin-bottom: 102px;
	text-transform: uppercase;
}
.why-quantimatter-bar .title h2{
    margin-bottom: 35px;
}
.why-quantimatter-bar .title p{
    line-height: 30px;
}
.why-quantimatter-bar .inner{
	background-image: linear-gradient(180deg, rgba(189, 249, 219, 0.25) 0%, #bdf9db 100%);
	background: url(../images/bg-1.svg) no-repeat center top/cover;
    padding: 303px 0px 108px;
}
.why-quantimatter-bar .inner .container{
	max-width: 1416px;
}
.why-quantimatter-bar .inner > .container > .row{
    margin-bottom: 110px;
}
.why-quantimatter-bar .inner > .container  .bottom p{
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.process-panel {
	padding-left: 38px;
	padding-right: 10px;
}
.process-panel .panel{
    box-shadow: 5px 2px 11px rgb(0 0 0 / 15%);
    border-radius: 31px;
    background-color: #ffffff;
    margin-bottom: 19px;
    padding: 45px 30px 58px 45px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.process-panel .panel.active,
.process-panel .panel:hover {
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.15);
	border-radius: 36px;
	background-color: #effef7;
}
.process-panel .panel.active h3,
.process-panel .panel.active p,
.process-panel .panel:hover h3,
.process-panel .panel:hover p{
	color: #00cc99;
}
.process-panel .panel:after{
	position: absolute;
	left: -20px;
    top: 24%;
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/checkmark-black.svg) no-repeat center/40px;
}
.process-panel .panel.active:after,
.process-panel .panel:hover:after{
	background: url(../images/checkmark-green.svg) no-repeat center/40px;
}
.process-panel .panel h3{
	color: #021d24;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.process-panel .panel p{
	color: #021d24;
	font-size: 20px;
	font-weight: 500;
}
.process-panel .panel:nth-child(2){
	padding: 54px 30px 68px 45px;
}
.process-panel .panel:nth-child(4){
    padding: 30px 30px 30px 45px;
}
.process-panel .panel:nth-child(5){
    padding: 33px 25px 45px 45px;
}
.business-grow-bar .title {
    padding: 110px 0px 88px;
}
.business-grow-bar .title .container{
	max-width: 1300px;
}
.business-grow-bar .title .container .text{
	max-width: 700px;
	margin: 0 auto;
}
.business-grow-bar .title h2 {
	margin-bottom: 54px;
}
.business-grow-bar .title  p {
    line-height: 28px;
}
.counter-bar {
    padding: 168px 0px 141px;
    background: url(../images/quantimatter_bg-03.svg) no-repeat center/cover;
}
.counter-bar .container{
	max-width: 1350px;
}
.counter-bar .panel {
	text-align: center;
	box-shadow: 2px -5px 11px rgba(0, 0, 0, 0.49);
	border-radius: 36px;
	background-color: #ffffff;
    padding: 67px 30px 20px;
    height: 100%;
}
.counter-bar .panel h2{
	color: #15525a;
	font-size: 79px;
	font-weight: 500;
	margin-bottom: 32px;
}
.counter-bar .panel p{
	color: #15525a;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 14px;
}
.counter-bar .panel img{
	margin: 0 auto;
}
.online-business-text-bar {
    padding: 122px 0px 97px;
}
.online-business-text-bar .container{
	max-width: 1350px;
}
.online-business-text-bar h4{
	margin-bottom: 55px;
}
.free-trial-bar {
	background-color: #021d24;
    padding: 53px 0px 41px;
}
.free-trial-bar h2{
	color: #00cc99;
	margin-bottom: 72px;
}
.free-trial-bar .btn{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: url(../images/bg3.svg) no-repeat center/cover;
	border-radius: 0;
    padding: 17px 15px 17px;
    transition: all 0.3s;
}
.free-trial-bar .btn:hover{
	color: #15525a;
}
/*feature-bar*/
.feature-bar {
    padding: 133px 0px 32px;
    position: relative;
}
.feature-bar .title{
    margin-bottom: 147px;
}
.feature-panel .nav-tabs {
	padding: 0px 98px;
	border-bottom: 1px solid #44ab98;
}
.feature-panel .nav-tabs .nav-item{
	width: 20%;
}
.feature-panel .nav-tabs .nav-link {
    border-radius: 0;
    padding-bottom: 57px;
	position: relative;
	border: none;
	background-color: inherit;
	height: 100%;
	cursor: pointer;
}
.feature-panel .nav-tabs .nav-link.active:after{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-0%);
	bottom: 0;
	content: "";
	width: 141px;
	height: 8px;
	border-radius: 2px;
	background-color: #00cc99;
}
.feature-panel .top-panel figure {
	display: flex;
	justify-content: center;
	min-height: 80px;
	margin-bottom: 10px;
	align-items: flex-start;
}
.feature-panel .top-panel h5 {
	color: #15525a;
	font-size: 19px;
	font-weight: 600;
	line-height: 35px;
	text-transform: uppercase;
}
.platform-panel {
    padding-left: 133px;
    padding-top: 30px;
}
.platform-panel .fig-panel figure{
 	background:  url(../images/bg-img3.svg) no-repeat center/cover;
    width: 820px;
    height: 980px
}
.platform-panel .text-panel{
	width: 100%;
	max-width: 641px;
	height: 291px;
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.15);
	border-radius: 36px;
	background-color: #ffffff;
	position: relative;
	padding: 65px 30px 30px 85px;
    top: -23px;
    left: -82px;
}
.platform-panel .text-panel:after,
.platform-panel .text-panel:before{
	position: absolute;
	left: 50%;
    top: -20%;
	content: "";
	transform: translate(-50%,-0%);
	width: 260px;
	height: 1px;
	border: 2px dashed #00cc99;
}
.platform-panel .text-panel:before{
    top: 120%;
}
.platform-panel .text-panel h4{
	color: #44ab98;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.platform-panel .text-panel p{
	color: #021d24;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}
.feature-panel .bullets{
    flex-direction: column;
    border: none;
    position: absolute;
    right: 97px;
    top: 62%;
    transform: translate(-0%,-50%);
    z-index: 99;
}
.feature-panel .bullets .nav-item {
    margin-bottom: 15px;
    width: 0;
}
.feature-panel .bullets .nav-item .nav-link {
    width: 17px;
    height: 17px;
    background-color: #021d24;
    border-radius: 50%;
    padding: 0;
}
.feature-panel .bullets .nav-item .nav-link.active:after {
	display: none;
}
.feature-panel .bullets .nav-item .nav-link.active {
	background-color: #acfcd9;
}
.awards-bar {
	background:  url(../images/bg4.svg) no-repeat center bottom/cover;
    padding: 65px 0px 180px;
	min-height: 493px;
	position: relative;
	z-index: 2;
}
.awards-bar h3{
	color: #bdf9db;
	margin-bottom: 90px;
}
.awards-bar figure{
	display: flex;
	justify-content: center;
}
#slider3 .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(-0%,-50%);
	border: none;
	font-size: 0;
	width: 20px;
	height: 40px;
	z-index: 9;
}
#slider3 .slick-prev  {
    left: 63px;
	background: url(../images/left.svg) no-repeat center/18px;
}
#slider3 .slick-next {
    right: 40px;
	background: url(../images/right.svg) no-repeat center/18px;
}
.work-bar {
	background: url(../images/bg5.svg) no-repeat center bottom/ cover;
	position: relative;
	margin-top: -95px;
    padding: 117px 0px 130px;
}
.work-bar .title{
	margin-bottom: 130px;
}
.testing-panel .top-panel {
    padding-bottom: 73px;
}
.testing-panel .square{
	width: 100%;
    max-width: 88%;
	height: 188px;
	border: 2px dashed #44ab98;
	border-bottom: none;
	margin: 0 auto;
}
.testing-panel .top-panel h3 {
    text-transform: lowercase;
    margin-bottom: 57px;
}
.testing-panel .top-panel ul{
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-top: -80px;
	padding-left: 8px;
	justify-content: space-between;
}
.testing-panel .top-panel ul:after{
	position: absolute;
    left: -40px;
    top: 67px;
    content: "";
    width: calc(100% + 100px);
    height: 55px;
    background: url(../images/bg-img2.svg) no-repeat center/cover;
    z-index: 1;
}
.testing-panel .top-panel ul li{
	margin-right: 95px;
}
.testing-panel .top-panel  ul li:last-child{
	margin-right: 0;
}
.testing-panel .top-panel ul li .circle-text {
	width: 192px;
	height: 191px;
	background-color: #fafafa;
	border-radius: 50%;
	display: flex;
	align-items: center;
    text-align: center;
	color: #15525a;
	font-size: 26px;
	font-weight: 500;
	padding: 10px 35px;
	line-height: 34px;
	z-index: 9;
	position: relative;
	margin-bottom: 78px;
}
.testing-panel .top-panel ul li .circle-text > div{
	overflow: hidden;
}
.testing-panel  .top-panel ul li .circle-text:after {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translate(-50%,-0%);
	content: "";
	width: 20px;
	height: 50px;
    background: url(../images/round.svg) no-repeat center bottom/100%;
}
.testing-panel .top-panel ul li span{
	display: block;
	text-align: center;
	color: #021d24;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.duration-panel {
	border-radius: 166px;
	background-image: linear-gradient(180deg, #bdf9db 0%, rgba(189, 249, 219, 0.28) 100%);
	padding: 21px 22px;
	width: 100%;
	max-width: 1634px;
	margin: 0 auto 157px;
}
.duration-panel > div {
    box-shadow: 3px 0 11px rgb(0 0 0 / 22%);
	border-radius: 145px;
	background-color: #ffffff;
	width: 100%;
	max-width: 1590px;
    margin: 0 auto;
}
.duration-panel .panel{
	max-width: 1270px;
	margin: 0 auto;
	padding: 40px 0 40px;
	border-bottom: 2px dashed #a2a2a2;
}
.duration-panel .panel:last-child{
	border: none;
}
.duration-panel ul li.total{
	color: #15525a;
	font-size: 23px;
	font-weight: 600;
}
.duration-panel ul li{
	font-size: 25px;
	font-weight: 500;
	color: #00cc99;
	margin-right: 60px;
}
.duration-panel ul li strong{
	font-weight: 700;
	margin-right: 5px;
}
.duration-panel ul li:last-child{
	margin-right: 0;
}
.duration-panel ul li img{
	margin-right: 45px;
}
.testing-panel .bottom-panel ul li span{
    margin-bottom: 80px;
}
.testing-panel .bottom-panel ul:after {
    top: 166px;
}
.testing-panel .bottom-panel ul li .circle-text:after {
    bottom: 100%;
    transform: rotate(180deg);
    left: 45%;
}
.testing-panel .bottom-panel  ul li .circle-text {
    margin-bottom:0px;
}
.testing-panel .bottom-panel .square {
	transform: rotate(180deg);
	height: 105px;
}
.navigate-security-bar {
	background: url(../images/bg6.svg) no-repeat center top/cover;
    padding: 283px 0px 172px;
    position: relative;
    margin-top: -100px;
}
.navigate-security-bar .title{
    margin: 0 auto 200px;
    width: 80%;
}
.navigate-security-bar .title h2{
	color: #bdf9db;
}
.navigate-security-bar .navigate-panel{
	position: relative;
}
.navigate-security-bar .navigate-panel:after{
	position: absolute;
	left: -200px;
    top: 67.5%;
	content: "";
	width: calc(100% + 400px);
	height: 2px;
	border: 1px solid #bdf9db;
	z-index: 1;
}
.navigate-security-bar .navigate-panel .panel{
	width: 20%;
}
.navigate-security-bar .navigate-panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: -20px;
	margin-bottom: 37px;
	z-index: 2;
}
.navigate-security-bar .navigate-panel h3{
	color: #44ab98;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	text-align: center;
}
.navigate-security-bar .navigate-panel .target h3{
	color: #44ab98;
}
.navigate-security-bar .navigate-panel .test h3{
	color: #00cc99;
}
.navigate-security-bar .navigate-panel .access h3{
	color: #15525a;
}
.ticker {
	background: url(../images/bg7.svg) no-repeat center/cover;
    padding: 41px 0px 41px;
    display: flex;
}
.ticker__item p{
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.ticker__list {
	display: flex;
	align-items: center;
	margin-top: 0px;
	animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
	animation-play-state: paused;
}
.ticker__item {
	margin-right: 20px;
}

@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}

.partner-logo-bar {
	background-color: #00cc99;
	padding: 110px 0px 86px;
}
/* footer part */

#footer-part {
	width: 100%;
}

.footer-bar {
	background-color: #021d24;
    padding: 95px 0px 58px;
}
.footer-bar .top-text-panel{
	padding-bottom: 55px;
	border-bottom: 2px solid #44ab98;
}
.footer-bar .inner{
	max-width: 1465px;
	margin: 0 auto;
}
.f-logo-panel a{
	display: flex;
    margin-bottom: 16px;
}
.f-logo-panel span{
    color: #acfcd9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.f-contact-panel {
	padding: 72px 0px 0;
}
.f-contact-panel .social-panel{
    margin-bottom: 16px;
}
.f-contact-panel .social-panel li{
    margin-left: 20px;
}
.f-contact-panel .social-panel a{
	display: block;
}
.f-contact-panel .contact a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	transition: all 0.3s;
}
.f-contact-panel .contact a img{
	margin-right: 5px;
}
.f-content-links-panel {
    padding: 10px 0px;
}
.f-content-links-panel .top-panel {
	border-bottom: 2px solid #dedede;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
.f-content-links-panel .row.heading > div > h6{
	display: block;
}
.f-content-links-panel .row > div > h6{
	display: none;
}
.f-content-links-panel h6{
	color: #acfcd9;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.f-content-links-panel .col1 {
	width: 30%;
}
.f-content-links-panel .col2 {
	width: 20%;
}
.f-content-links-panel .col3 {
	width: 25%;	
}
.f-content-links-panel .col4 {
	width: 25%;
}
.f-content-links-panel ul li {
	margin-bottom: 14px;
}
.f-content-links-panel ul li a,
.copy-bar ul li a{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s;
}
.f-content-links-panel ul li a:hover,
.copy-bar ul li a:hover,
.f-contact-panel .contact a:hover{
	color: #15525a;
}
.copy-bar {
	padding: 62px 0px 0;
}
.copy-bar ul li{
	position: relative;
	margin-right: 15px;
}
.copy-bar ul li:after{
	position: absolute;
    right: -8px;
    top: 3px;
    content: "";
    width: 2px;
    height: 65%;
    background: #ffffff;
}
.copy-bar ul li:last-child{
	margin-right: 0;
}
.copy-bar ul li:last-child:after{
	display: none;
}
.copy-bar p{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}
.price-bar{
	background-image: linear-gradient(180deg, #bdf9db 0%, #44ab98 100%);
	position: relative;
	width: 100%;
	padding-bottom: 233px;
}
.price-bar > .container > .title{
    padding: 152px 0px 141px;
}
.price-bar .col1{
	width: 28%;
}
.price-bar .col2{
	width: 18%;
}
.price-bar .col3{
	width: 18%;
}
.price-bar .col4{
	width: 18%;
}
.price-bar .col5{
	width: 18%;
}
.plans-text-panel {
    box-shadow: 0 -2px 11px rgb(0 0 0 / 16%);
    background-color: #ffffff;
    border-radius: 50px 0px 0px 50px;
	padding-top: 98px;
    padding-bottom: 80px;
    margin-top: 53px;
}
.plans-text-panel .title{
	margin-right: 90px;
	padding-bottom: 43px;
	position: relative;
    margin-bottom: 30px;
	padding-left: 50px;
}
.plans-text-panel .title:after{
	position: absolute;
    left: 50px;
	bottom: 0;
	content: "";
	width: 209px;
	height: 1px;
	border: 2px dashed #021d24;
}
.plans-text-panel .title h2{
    margin-bottom: 50px;
}
.plans-text-panel .title p{
	color: #021d24;
	font-size: 23px;
	line-height: 23px;
}
.plans-text-panel ul li{
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	min-height: 88px;
}
.plans-text-panel ul li:nth-child(2n),
.plans-panel .middle ul li:nth-child(2n){
	background-color: rgba(222, 222, 222, 0.25);
}
.plans-text-panel ul li h4{
    margin-bottom: 0;
}
.plans-text-panel ul li p{
	color: rgba(2, 29, 36, 0.75);
	font-family: 'Helvetica';
	font-size: 17px;
}
.plans-panel {
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.15);
	border-radius: 60px;
	background-color: #ffffff;
	overflow: hidden;
	height: 100%;
	padding-bottom: 45px;
}
.plans-panel .top{
	min-height: 395px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.plans-panel.free .top{
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.16);
	background-image: linear-gradient(180deg, #35d1b4 0%, #43ad99 100%);
}
.plans-panel .top h3{
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
	margin-top: -40px;
}
.plans-panel .middle .round{
    width: 193px;
    height: 193px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-top: -95px;
    padding-top: 50px;
}
.plans-panel .middle .round h2{
	color: #44ab98;
	font-size: 62px;
	line-height: 62px;
	font-weight: 500;
    margin-bottom: 10px;
	position: relative;
    padding: 0 30px;
}
.plans-panel .middle .round h2 sup{
    color: #44ab98;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 16px;
}
.plans-panel .middle .round span{
	color: #44ab98;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}
.plans-panel .middle ul{
	position: relative;
	margin-top: 5px;
	padding-top: 30px;
	padding-bottom: 14px;
}
.plans-panel .middle ul:after{
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    width: 209px;
    height: 1px;
    border: 2px dashed #44ab98;
    transform: translate(-50%,-0%);
}
.plans-panel .middle ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0px 23px;
	color: #44ab98;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	min-height: 88px;
}
.plans-panel .middle .dashed{
	width: 24px;
	height: 5px;
	background-color: #44ab98;
}
.plans-panel .bottom{
	text-align: center;
	margin: 0px 28px;
}
.plans-panel .bottom .btn{
    color: #44ab98;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #15525a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    margin-bottom: 28px;
    border-radius: 0;
}
.plans-panel .bottom span{
	display: block;
	color: #838383;
	font-size: 13px;
	font-weight: 400;
}
.plans-panel.standard .top {
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.16);
	background-image: linear-gradient(180deg, #1f7a89 0%, #165962 100%);
}
.plans-panel.premium .top {
    background: url(../images/premium-bg.svg) no-repeat center bottom / auto 116%;
}
.plans-panel.custom .top {
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.16);
	background-image: linear-gradient(180deg, #bdf9db 0%, #bdf9db 100%);
}
.plans-panel .top .p-icon{
	position: absolute;
	right: 62px;
	top: -1px;
}
.plans-panel.standard .middle .round h2,
.plans-panel.standard .middle .round h2 sup,
.plans-panel.standard  .middle .round span,
.plans-panel.standard .middle ul li {
	color: #15525a;
}
.plans-panel.standard .middle ul:after {
	border: 2px dashed #15525a;
}
.plans-panel.standard .bottom .btn {
	color: #15525a;
	border: 2px solid #15525a;
}
.plans-panel.premium .middle .round h2,
.plans-panel.premium .middle .round h2 sup,
.plans-panel.premium  .middle .round span,
.plans-panel.premium  .middle ul li {
	color: #00cc99;
}
.plans-panel.premium  .middle ul:after {
	border: 2px dashed #5cc89c;
}
.plans-panel.premium  .bottom .btn {
	color: #ffffff;
	border: none;
	background: url(../images/bg3.svg) no-repeat center/cover;
}
.plans-panel.custom .middle .round h2,
.plans-panel.custom .middle .round h2 sup,
.plans-panel.custom  .middle .round span{
	color: #15525a;
}
.plans-panel.custom   .middle ul:after {
	border: 2px dashed #021d24;
}
.plans-panel.custom  .bottom .btn {
	color: #021d24;
	border: 2px solid #021d24;
}
.plans-panel.custom  .middle ul li {
	color: #021d24;
}
.plans-panel.custom .middle .round h2 .blank{
    display: block;
    width: 62px;
    height: 5px;
    background: #15525a;
    margin: 31px auto 35px;
}
.plans-panel.custom .middle .round h2 sup {
    top: -14px;
}
/*contact-bar*/
.contact-bar .title{
    padding: 137px 0px 0px;
}
.contact-bar .inner,
.sign-up-bar .inner{
	background: url(../images/c-bg.svg) no-repeat center top/cover;
	padding-top: 127px;
}
.contact-bar .inner .row > div{
    margin-bottom: 25px;
}
.contact-bar .inner .container{
	max-width: 1390px;
}
.contact-bar .form-group{
	background-image: linear-gradient(180deg, #bdf9db 0%, rgba(189, 249, 219, 0.28) 100%);
	padding: 7px 8px;
	border-radius: 35px;
}
.contact-bar  .form-control,
.contact-bar  .form-select {
	color: #a2a2a2;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	height: 56px;
	box-shadow: 3px 0 11px rgba(0, 0, 0, 0.22);
	border-radius: 27px;
	background-color: #ffffff;
	border-radius: 35px;
	padding: 10px 25px;	
	background:#ffffff;
}
.contact-bar  .form-control::placeholder{
	color: #a2a2a2;
}
.form-group .form-control.error {
	border: 1px solid red;
}
.contact-bar  textarea.form-control {
	height: 273px;
	resize: none;
	padding: 22px 25px;
}
.contact-bar .form-select {
	background:#ffffff url(../images/arrow-green.svg) no-repeat center right 20px/19px;
	appearance: none;
	-webkit-appearance: none;
}
.contact-bar .bottom-links {
    padding: 62px 0px 91px;
}
.contact-bar .bottom-links ul li{
	margin: 0px 10px;
}
.contact-bar .bottom-links ul li a,
.contact-bar .bottom-links ul li button{
	width: 100%;
	min-width: 366px;
}
.btn.btn-half{
	color: #15525a;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #15525a;
	position: relative;
	border-radius: 0;
	background: transparent;
	padding: 14px 15px;
}
.btn.btn-full{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: url(../images/bg3.svg) no-repeat center/cover;
	border-radius: 0;
	position: relative;
	padding: 14px 15px;
}
.btn.btn-half:hover{
	color: #fff;
}
.btn.btn-full:hover,
.security-panel .text .btn:hover,
.sign-up-bar .links .btn.btn-full:hover{
    color: #15525a;
}
.contact-bar .bottom-links ul li .btn.btn-half:after{
	position: absolute;
	left: 18px;
	top: 0;
	content: "";
	width: 30px;
	height: 100%;
	background: url(../images/tick1.svg) no-repeat center/25px;
}
.partnership-panel {
	min-height: 851px;
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}
.partnership-bar .inner .container{
	max-width: 1670px;
}
.partnership-panel .text-panel{
	min-height: 510px;
}
.partnership-panel .img-panel{
	min-height: 341px;
}
.partnership-panel .img-panel.img1{
	background: url(../images/p-img1.svg) no-repeat center bottom/cover;
}
.partnership-panel .img-panel.img2{
	background: url(../images/p-img2.svg) no-repeat center top/cover;
}
.partnership-panel .img-panel.img3{
	background: url(../images/p-img3.svg) no-repeat center bottom/cover;
}
.partnership-panel .text-panel {
	padding: 131px 50px 0px;
	text-align: center;
}
.partnership-panel .text-panel .top-text{
	margin-bottom: 87px;
}
.partnership-panel h3 {
	margin-bottom: 46px;
	color: #021d24;
}
.partnership-panel p {
	line-height: 30px;
	color: #021d24;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}
.partnership-panel .btn.btn-full {
    padding: 17px 65px;
}
.partnership-bar .inner {
    padding-bottom: 117px;
}
.sign-up-bar {
	padding: 143px 0px 0;
}
.sign-up-bar .top-text{
	width: 100%;
    max-width: 260px;
	margin: 0 auto 42px;
	border-bottom: 2px dashed #15525a;
}
.sign-up-bar .top-text figure{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.sign-up-bar .top-text h5{
	color: #021d24;
	font-size: 24px;
	font-weight: 700;
	line-height: 54px;
    margin-bottom: 4px;
}
.sign-up-bar .middle-text {
	margin: 0 auto;
	max-width: 1500px;
}
.sign-up-bar .middle-text h3{
    margin-bottom: 62px;
}
.sign-up-bar .middle-text p{
	line-height: 32px;
	margin-bottom: 57px;
}
.sign-up-bar .check-panel {
    max-width: 1325px;
    margin: 0 auto 41px;
}
.check-panel .form-check {
	text-align: left;
	min-height: 1px;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}
.check-panel .form-check label{
	color: #021d24;
	font-size: 20px;
    line-height: 27px;
	font-weight: 400;
    width: calc(100% - 45px);
}
.check-panel  .form-check-input {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: solid 2px #021d24;
	border-radius: 50%;
	margin-left: 0;
}
.check-panel  .form-check-input:checked[type=checkbox] {
    background-image: none;
    background: url(../images/tick2.svg) no-repeat center/15px;
}
.sign-up-bar .links .btn.btn-full{
	padding: 17px 75px;
}
.sign-up-bar .inner {
    padding-top: 183px;
}
.sign-up-bar .contact-bar .form-group{
	margin-bottom: 10px;
}
.sign-up-bar .contact-bar .form-group,
.sign-up-bar .contact-bar .form-control, 
.sign-up-bar .contact-bar .form-select {
    border-radius: 0px;
}
.main-concern-panel {
    padding: 44px 0px 0;
}
.main-concern-panel h4{
	color: #15525a;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sign-up-bar .main-concern-panel .check-panel {
    padding-left: 25px;
}
.sign-up-bar .main-concern-panel  .check-panel .form-check {
    margin-bottom: 13px;
}
.sign-up-bar .contact-bar .bottom-links {
    padding: 13px 0px 74px;
    position: relative;
    left: 37px;
}
.sign-up-bar  .contact-bar .bottom-links ul li {
     margin: 0;
    margin-right: 75px;
}
.benefits-panel {
    padding-left: 70px;
}
.benefits-panel h3{
	color: #15525a;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 59px;
}
.benefits-panel ul {
    margin-bottom: 50px;
}
.benefits-panel ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.benefits-panel ul li p{
	color: #15525a;
	font-size: 25px;
	font-weight: 500;
	width: calc(100% - 50px);
}
.benefits-panel .morebtn{
	color: #15525a;
	font-size: 20px;
	font-weight: 700;
}
/*team-bar*/
.team-bar {
    padding: 137px 0px 0;
}
.team-bar .top-text{
    margin-bottom: 71px;
}
.team-bar .top-text h3{
    margin-bottom: 137px;
}
.team-bar .top-text p{
	line-height: 34px;
	color: #000000;
	font-size: 25px;
	font-weight: 400;
}
.team-bar .middle-text{
	position: relative;
    padding: 82px 0px 121px;
}
.team-bar .middle-text:after,
.team-bar .middle-text:before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-0%);
	content: "";
	width: 260px;
	height: 2;
	border: 2px dashed #00cc99;
}
.team-bar .middle-text:before{
	top: inherit;
	bottom: 0;
}
.team-bar .middle-text h2{
	color: #000000;
}
.team-bar .bottom-text{
    padding: 92px 0px 85px;
}
.team-bar .bottom-text p{
	color: #000000;
	font-size: 25px;
	font-weight: 400;
}
/*journey-bar*/
.journey-bar {
	position: relative;
	width: 100%;
	background: url(../images/team-bg.svg) no-repeat center top/cover;
    padding: 190px 0px 220px;
}
.journey-bar .title {
    margin-bottom: 141px;
}
.journey-bar .title h3{
	color: #021d24;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 123px;
}
.journey-bar .title p{
	color: #021d24;
	font-size: 25px;
	line-height: 33px;
	font-weight: 400;
}
/*founder-panel*/
.founder-panel .panel{
	margin-bottom: 35px;
}
.founder-panel .fig-panel{
	position: relative;
	width: 100%;
	max-width: 440px;
}
.founder-panel .fig-panel figure{
	position: absolute;
    right: -195px;
    top: 50%;
    transform: translateY(-50%);
    width: 440px;
    height: 440px;
    border-radius: 50%;
    overflow: hidden;
}
.founder-panel .fig-panel .f-social-list{
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translateY(-50%);
}
.founder-panel .fig-panel .f-social-list li{
	margin-bottom: 86px;
}
.founder-panel .fig-panel .f-social-list li:last-child{
	margin-bottom: 0;
}
.founder-panel .text-panel{
	width: calc(100% - 440px);
	min-height: 563px;
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background-color: #ffffff;
    padding: 122px 80px 0 260px;
}
.founder-panel .text-panel .top-text{
    padding-bottom: 39px;
    position: relative;
    margin-bottom: 53px;
}
.founder-panel .text-panel .top-text:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 191px;
	height: 0px;
	border: 2px dashed #00cc99;
}
.founder-panel .text-panel .top-text h2{
	color: #00cc99;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.founder-panel .text-panel .top-text span{
	color: #a2a2a2;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	line-height: 53px;
	text-transform: uppercase;
}
.founder-panel p{
	color: #021d24;
	font-size: 30px;
	line-height: 48px;
}
.founder-panel .panel.style2 .text-panel{
	text-align: right;
	padding: 122px 260px 0 80px;
}
.founder-panel .panel.style2 .text-panel .top-text:after {
    right: 0;
    left: inherit;
}
.founder-panel .panel.style2 .fig-panel .f-social-list {
   left: inherit;
   right: 85px;
}
.founder-panel .panel.style2 .fig-panel figure {
    left: -195px;
    right: inherit;
}
/*quotes-bar*/
.quotes-bar {
	background: url(../images/bg8.svg) no-repeat center top/cover;
	position: relative;
	margin-top: -102px;
}
.quotes-bar .text {
    padding: 280px 130px 132px;
    position: relative;
}
.quotes-bar .text:after {
	position: absolute;
	left: 125px;
	top: 0;
	content: "";
	width: 155px;
	height: 150px;
	background: url(../images/quotes.svg) no-repeat center;
}
.quotes-bar p{
	color: #021d24;
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 59px;
}
.quotes-bar h4{
	color: #021d24;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 0;
}
.quotes-bar span{
	color: #021d24;
	font-size: 20px;
	font-style: italic;
	line-height: 42px;
	text-transform: uppercase;
}
.home-banner-bar.style2:after{
	display: none;
}
/*explore-bar*/
.explore-bar {
    padding: 122px 0px 93px;
}
.explore-panel .nav-tabs{
	border: none;
	border-bottom: 1px solid #44ab98;
}
.explore-panel .nav-tabs .nav-item .nav-link{
	color: rgba(21, 82, 90, 0.5);
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 47px 100px 88px;
	border: none;
	position: relative;
}
.explore-panel .nav-tabs .nav-item .nav-link.active{
	color: #15525a;
}
.explore-panel .nav-tabs .nav-item .nav-link.active:after{
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	width: 100%;
	height: 8px;
	border-radius: 2px;
	background-color: #00cc99;
}
/*blog-panel*/
.blog-panel .heading-panel{
	padding: 55px 0px;
}
.blog-panel .heading-panel .form-group {
    border-radius: 0px;
    position: relative;
    margin: 0px 10px;
}
.blog-panel .heading-panel .form-group i{
	position: absolute;
    right: 30px;
    top: 25px;
}
.blog-panel .heading-panel  .form-group  .form-control{
	width: 382px;
	border-radius: 0;
	height: 65px;
}
.blog-panel .heading-panel  .form-group  .form-control::placeholder{
	color: #dedede;
}
.blog-panel .heading-panel .form-group  .form-select{
	border-radius: 0;
	width: 382px;
	height: 65px;
	background: #ffffff url(../images/arrow-green.svg) no-repeat center right 32px/19px;
	color: #dedede;
}
/*sign-up-panel2*/
.sign-up-panel2 {
	min-height: 904px;
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 35px;
	background: url(../images/bg9.svg) no-repeat center/150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-up-panel2 > div{
    position: relative;
    top: 40px;
}
.sign-up-panel2 h3{
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	display: block;
	margin-bottom: 0;
}
.sign-up-panel2 h4{
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
    margin-bottom: 15px;
}
.sign-up-panel2 span{
	color: #f2f2f2;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}
.sign-up-panel2 .btn{
	background: #bdf9db;
	color: #15525a;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 61px;
}
/*security-panel*/
.security-panel {
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 15px;
}
.security-panel figure{
	margin-bottom: 0;
}
.security-panel figure img{
	width: 100%;
}
.security-panel .text{
    padding: 80px 30px 30px;
}
.security-panel .text h3{
	color: #021d24;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	margin-bottom: 44px;
}
.security-panel .text > div{
    align-items: flex-end;
}
.security-panel .text span{
	color: #021d24;
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.security-panel .text .btn{
    padding: 13px 45px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.security-panel.style2 {
	box-shadow: -2px 5px 11px rgba(0, 0, 0, 0.16);
	background-color: rgba(68, 171, 152, 0.5);
	margin-bottom: 0;
}
.security-panel.style2 figure {
	background: url(../images/iStock-1174418677.jpg) no-repeat center/cover;
	width: 512px;
	height: 399px;
}
.security-panel.style2 .text{
	padding: 135px 30px 30px;
}
.security-panel.style2 .text h3{   
	margin-bottom: 100px;
}
.popular-panel .popularbtn{
	min-height: 111px;
	background-color: #00cc99;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.popular-panel .panel{
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 35px;
	background-color: #ffffff;
	margin-bottom: 15px;
    padding: 30px 28px 23px;
    position: relative;
    display: block;
}
.popular-panel .panel:after{
	position: absolute;
    right: 37px;
    bottom: 20px;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/double-angle.svg) no-repeat center/22px;
}
.popular-panel .panel h5{
	color: #021d24;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.popular-panel .panel span{
	color: #021d24;
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.news-panel {
	box-shadow: 5px 2px 11px rgba(0, 0, 0, 0.16);
	border-radius: 36px;
	background-color: #ffffff;
	height: 100%;
	margin-bottom: 15px;
}
.news-panel figure{
	margin-bottom: 0;
}
.news-panel figure img{
	width: 100%;
}
.news-panel .text{
    padding: 40px 30px 0;
}
.news-panel .text span{
	color: #021d24;
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.news-panel .text .middle{
	min-height: 470px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-panel .text h2{
	color: #021d24;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news-panel .text h3{
	color: #021d24;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.news-panel .text h4{
	color: #021d24;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0px 0;
}
.news-panel .btn{
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-panel.news-panel2 .text h4{
	color: #15525a;
}
.news-bar .row > div{
	margin-bottom: 16px;
}
.cyber-attack .bottom-panel iframe{
	width: 100%;
	height: 1511px;
	display: block;
}
.m-toggle {
	display: none;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #00cc99;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
}
/*responsive*/
@media only screen and (max-width: 1899px) {
	.testing-panel .top-panel ul li {
	    margin-right: 80px;
	}
}
@media only screen and (max-width: 1799px) {
	#slider1 .slick-dots {
	    right: 50px;
	}
	.feature-panel .bullets {
	    right: 0;
	    padding: 0 40px;
	}
	.testing-panel .top-panel ul:after {
	    background: url(../images/bg-img2.svg) no-repeat center/95% 100%;
	}
	.sign-up-bar .contact-bar .bottom-links {
		left: 0;
    }
    .sign-up-bar .contact-bar .bottom-links ul li:first-child {
    	margin-right: 30px;
    }
    .sign-up-bar .contact-bar .bottom-links ul li {
		margin-right: 0px;
	}
}
@media only screen and (max-width: 1599px) {
	.testing-panel .top-panel ul li {
	    margin-right: 50px;
	}
	.testing-panel .top-panel ul:after {
	    background: url(../images/bg-img2.svg) no-repeat center/94% 100%;
	}
	.contact-bar .bottom-links ul li a, .contact-bar .bottom-links ul li button {
	    min-width: 320px;
	}
}
@media only screen and (max-width: 1439px) {
	.menu-bar > ul > li {
	    margin-left: 30px;
	}
	.sign-up-panel {
	    margin-left: 30px;
	}
	.logo {
	    margin-top: 0px;
	}
	.logo a {
	    width: 260px;
	}
	.platform-panel{
		flex-direction: column;
		padding-left: 0px;
		padding-top: 0px;
	}
	.platform-panel .text-panel {
	    top: 0;
	    left: 0;
	}
	.feature-panel .nav-tabs {
	    padding: 0px 40px;
	    justify-content: space-between;
	}
	.free-trial-bar h2 br{
		display: none;
	}
	.testing-panel .top-panel ul li {
	    margin-right: 40px;
	}
	.testing-panel .top-panel ul li .circle-text {
		width: 160px;
		height: 160px;
		font-size: 20px;
		padding: 10px 20px;
		line-height: 30px;
	}
	.duration-panel ul li {
	    margin-right: 40px;
	}
	.duration-panel .panel ul{
		justify-content: center;
	}
	.duration-panel ul li.total {
	    font-size: 18px;
	}
	.duration-panel ul li {
	    font-size: 18px;
	}
	.navigate-security-bar .navigate-panel h3 {
	    font-size: 20px;
	}
	.plans-text-panel .title {
	    margin-right: 40px;
	}
	.plans-panel .bottom .btn {
	    padding: 13px 10px;
	}
	#slider4 figure{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sign-up-bar .contact-bar .bottom-links > ul{
		flex-direction: column;
		align-items: flex-start !important;
	}
	.sign-up-bar .contact-bar .bottom-links ul li:first-child {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.quotes-bar {
	    margin-top: -115px;
	}
	.founder-panel .text-panel {
	    min-height: auto;
	}
	.security-panel .text > div {
	    align-items: center;
	    flex-direction: column;
	}
	.security-panel.style2 .text {
	    padding: 70px 30px 30px;
	}
	.news-panel {
	    padding-bottom: 90px;
	    position: relative;
	}
	.news-panel .btn {
	    position: absolute;
	    bottom: 20px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 90%;
	}
	.news-panel .text .middle {
	    min-height: auto;
	}
}
@media only screen and (max-width: 1199px) {
	.header-bar .inner{
		align-items: center;
	}
	.header-bar {
	    padding: 30px 0px;
	}
	.header-bar .right-bar {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 999;
		background-color: #021d24;
		padding: 20px 20px;
	}
	.header-bar .right-bar > div{
		display: block !important;
	}
	.menu-bar > ul {
	    align-items: flex-start;
	    flex-direction: column;
	}
	.menu-bar > ul li{
		margin: 0;
	}
	.menu-bar > ul > li:hover > ul {
	    display: none;
	}
	.menu-bar > ul > li > ul {
	    position: relative;
	    left: 0px;
	    width: 100%;
	}
	.m-toggle{
		display: block;
	}
	.sign-up-panel {
		margin-left: 0;
		margin-top: 15px;
	}
	.counter-bar .panel h2 {
	    font-size: 60px;
	}
	.platform-panel .fig-panel figure {
	    width: 700px;
	    height: 700px;
	}
	.work-bar {
		display: none;
	}
	.why-quantimatter-bar{
		padding: 100px 0 0;
	}
	.why-quantimatter-bar .title h3 {
	    margin-bottom: 50px;
	}
	.why-quantimatter-bar .inner {
	    padding: 200px 0px 108px;
	}
	.feature-bar {
	    padding: 100px 0px 32px;
	}
	.feature-bar .title {
	    margin-bottom: 100px;
	}
	.feature-panel .nav-tabs {
	    padding: 0px 0px;
	}
	.price-bar > .container > .title {
	    padding: 100px 0px 70px;
	}
	.price-bar .col1 {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.price-bar .col2,
	.price-bar .col3,
	.price-bar .col4,
	.price-bar .col5{
		width: 25%;
	}
	.price-bar {
	    padding-bottom: 100px;
	}
	.contact-bar .title {
	    padding: 90px 0px 0px;
	    position: relative;
	    z-index: 8;
	}
	.partnership-panel .text-panel {
	    padding: 100px 20px 0px;
	}
	.sign-up-bar {
	    padding: 100px 0px 0;
	}
	.sign-up-bar .middle-text h3 {
	    margin-bottom: 30px;
	}
	.sign-up-bar .middle-text p {
	    line-height: 32px;
	    margin-bottom: 30px;
	}
	.sign-up-bar .inner {
	    padding-top: 160px;
	    position: relative;
	    margin-top: -50px;
	}
	.benefits-panel {
	    padding-left: 0px;
	    padding-bottom: 30px;
	}
	.benefits-panel h3 {
	    font-size: 18px;
	    margin-bottom: 30px;
	}
	.benefits-panel ul li p {
	    font-size: 20px;
	}
	.sign-up-bar .contact-bar .bottom-links {
	    padding: 13px 0px 30px;
	}
	.team-bar {
	    padding: 100px 0px 0;
	}
	.team-bar .top-text h3,
	.journey-bar .title h3,
	.journey-bar .title {
	    margin-bottom: 50px;
	}
	.team-bar .top-text,
	.quotes-bar p {
	    margin-bottom: 30px;
	}
	.team-bar .middle-text,
	.team-bar .bottom-text {
	    padding: 50px 0px 50px;
	    position: relative;
	    z-index: 8;
	}
	.team-bar .bottom-text p {
	    line-height: 30px;
	}
	.journey-bar {
	    margin-top: -100px;
	}
	.founder-panel .fig-panel figure {
	    position: relative;
	    right: 0;
	    top: 0;
	    transform: translateY(-0%);
		width: 440px;
		height: 440px;
		margin: 0 auto;
	}
	.founder-panel .text-panel {
		width: 100%;
		order: 2;
		padding: 30px;
	}
	.founder-panel .panel{
		flex-direction: column;
	}
	.founder-panel .fig-panel{
		order: 1;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.founder-panel .fig-panel .f-social-list {
	    position: absolute;
	    left: inherit;
	    right: 0
	}
	.founder-panel .text-panel .top-text {
	    padding-bottom: 25px;
	    margin-bottom: 30px;
	}
	.founder-panel .panel.style2 .fig-panel figure {
	    left: 0;
	}
	.founder-panel .panel.style2 .fig-panel .f-social-list{
		right: 0;
	}
	.founder-panel .panel.style2 .text-panel{
		padding: 30px;
		text-align: left;
	}
	.founder-panel .panel.style2 .text-panel .top-text:after {
	    right: inherit;
	    left: 0;
	}
	.journey-bar {
	    padding: 190px 0px 120px;
	}
	.quotes-bar {
	    margin-top: -130px;
	}
	.quotes-bar .text {
	    padding: 120px 0 50px;
	}
	.blog-panel .bottom-panel > .row > div{
		margin-bottom: 30px;
	}
	.popular-panel {
		display: flex;
	    flex-direction: column-reverse;
	}
	.explore-bar {
	    padding: 50px 0px;
	}
	.explore-panel .nav-tabs .nav-item .nav-link {
	    padding: 30px 50px 30px;
	}
}
@media only screen and (max-width: 991px) {
	.f-contact-panel {
	    padding: 0 0px 0;
	}
	.footer-bar .inner > div{
		flex-direction: column;
	}
	.copy-bar {
		padding: 50px 0px 0;
		text-align: center;
	}
	.copy-bar .inner ul{
		margin-bottom: 10px;
	}
	.footer-bar {
	    padding: 50px 0px 50px;
	}
	.f-logo-panel a{
		margin-bottom: 0px;
		justify-content: center;
	}
	.footer-bar .inner > .row > div{
		margin-bottom: 20px;
	}
	.footer-bar .top-text-panel {
	    padding-bottom: 40px;
	}
	.home-banner-text h1 br{
		display: none;
	}
	h1{
		font-size: 40px;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
	    font-size: 20px;
	}
	h4 {
	    font-size: 20px;
	}
	p {
	    font-size: 20px;
	}
	.why-quantimatter-bar .title p {
	    line-height: 25px;
	}
	.home-banner-text p{
		font-size: 20px;
	}
	.why-quantimatter-bar .title h2 {
	    margin-bottom: 20px;
	}
	.why-quantimatter-bar .title {
	    margin-bottom: 0;
	}
	.why-quantimatter-bar .inner > .container > .row {
	    margin-bottom: 30px;
	}
	.why-quantimatter-bar .inner {
	    padding: 160px 0px 70px;
	}
	.business-grow-bar .title {
	    padding: 70px 0px 70px;
	}
	.business-grow-bar .title h2 {
	    margin-bottom: 30px;
	}
	.counter-bar .panel h2 {
	    font-size: 40px;
	}
	.counter-bar .panel {
	    padding: 40px 20px 20px;
	}
	.counter-bar ,
	.online-business-text-bar {
	    padding: 100px 0px 100px;
	}
	.free-trial-bar h2 {
	    margin-bottom: 50px;
	}
	.free-trial-bar .btn {
	    font-size: 16px;
	    padding: 15px 15px 15px;
	}
	.feature-panel .nav-tabs {
	    flex-direction: column;
	}
	.feature-panel .nav-tabs .nav-item {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.feature-panel .nav-tabs .nav-link {
	    padding-bottom: 30px;
	}
	.feature-panel .bullets {
	    display: none;
	}
	.feature-bar .title {
	    margin-bottom: 50px;
	}
	.awards-bar h3 {
	    margin-bottom: 50px;
	}
	.awards-bar {
	    padding: 65px 0px 0px;
	    min-height: 400px;
	}
	.navigate-security-bar {
	    margin-top: -228px;
	}
	.navigate-security-bar .title {
	    margin: 0px auto 60px;
	    width: 100%;
	}
	.plans-text-panel {
		border-radius: 50px 50px 50px 50px;
		padding: 50px 0;
	}
	.plans-text-panel .title h2{
		margin-bottom: 30px;
	}
	.plans-panel .middle .round span {
	    font-size: 12px;
	}
	.navigate-security-bar .navigate-panel .panel {
	    width: 100%;
	}
	.navigate-security-bar .navigate-panel {
	   	flex-direction: column;
	}
	.navigate-security-bar .navigate-panel:after{
		display: none;
	}
	.ticker {
	    padding: 35px 0px 35px;
	}
	.ticker__item p {
	    font-size: 23px;
	}
	.plans-panel .middle .round h2 {
	    font-size: 50px;
	    line-height: 50px;
	    padding: 0 20px;
	}
	.plans-panel .middle .round h2 sup {
	    left: 35px;
	}
	.contact-bar .bottom-links ul {
	    flex-direction: column-reverse;
	}
	.contact-bar .bottom-links ul li {
	    margin: 0px 0px 10px;
	}
	.partnership-bar .row{
		justify-content: center;
	}
	.partnership-bar .inner {
		padding-top: 200px;
		position: relative;
		margin-top: -75px;
	}
	.sign-up-bar .middle-text p {
	    line-height: 28px;
	}
	.quotes-bar .text:after {
	    left: 0;
	    width: 100px;
	    height: 100px;
	    background-size: 100%;
	}
	.team-bar {
	    padding: 50px 0px 0;
	}
	.team-bar .top-text h3, 
	.journey-bar .title h3, 
	.journey-bar .title {
	    margin-bottom: 30px;
	}
	.team-bar .top-text p {
	    line-height: 28px;
	    font-size: 20px;
	}
	.team-bar .middle-text, .team-bar .bottom-text {
	    padding: 30px 0px 30px;
	}
	.journey-bar .title p {
	    font-size: 20px;
	    line-height: 28px;
	}
	.founder-panel .fig-panel figure {
	    width: 300px;
	    height: 300px;
	}
	.founder-panel .fig-panel .f-social-list li {
	    margin-bottom: 50px;
	}
	.founder-panel .text-panel .top-text h2 {
	    line-height: 35px;
	}
	.founder-panel .text-panel .top-text span {
	    font-size: 16px;
	    line-height: 25px;
	}
	.founder-panel p {
	    font-size: 18px;
	    line-height: 25px;
	}
	.quotes-bar p {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 30px;
	}
	.quotes-bar h4 {
	    font-size: 25px;
	    line-height: 35px;
	}
	.quotes-bar span {
	    font-size: 15px;
	    line-height: 25px;
	}
	.blog-panel .heading-panel .form-group .form-control,
	.blog-panel .heading-panel .form-group .form-select{
		width: 300px;
	}
	.explore-panel .nav-tabs .nav-item .nav-link {
	    font-size: 26px;
	}
	.sign-up-panel2 {
	    min-height: 700px;
	}
	.news-panel .text h2 {
	    font-size: 25px;
	    line-height: 30px;
	}
	.news-panel .text h3 {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.news-panel .text h4 {
	    font-size: 16px;
	}
	.cyber-attack .bottom-panel iframe {
	    height: 1000px;
	}
}
@media only screen and (max-width: 767px) {
	.f-content-links-panel .col1,
	.f-content-links-panel .col2,
	.f-content-links-panel .col3,
	.f-content-links-panel .col4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.f-content-links-panel .col4 {
		margin-bottom: 0px;
	}
	.f-content-links-panel .top-panel {
	    display: none;
	}
	.f-content-links-panel .row > div > h6 {
		display: block;
		border-bottom: 2px solid #dedede;
		width: max-content;
		margin-bottom: 15px;
	}
	.f-contact-panel {
	    width: 100%;
	    justify-content: flex-start !important;
	}
	.f-contact-panel .social-panel {
	    justify-content: flex-start !important;
	}
	.f-contact-panel .contact a {
	    justify-content: flex-start !important;
	}
	.f-contact-panel .social-panel li:first-child {
	    margin-left: 0px;
	}
	.home-banner-text h1{
		padding-right: 20px;
		font-size: 35px;
	}
	.home-banner-text {
	    min-height: 400px;
	}
	.why-quantimatter-bar .title h3 {
	    margin-bottom: 30px;
	}
	.why-quantimatter-bar .inner {
	    position: relative;
	    margin-top: -90px;
	}
	.why-quantimatter-bar .title {
	    position: relative;
	    z-index: 8;
	}
	.process-panel .panel,
	.process-panel .panel:nth-child(2) {
	    margin-bottom: 15px;
	    padding: 35px 30px 35px 45px;
	}
	.process-panel .panel h3 {
	    font-size: 25px;
	}
	.process-panel .panel p {
	    font-size: 16px;
	}
	.counter-bar .row > div{
		margin-bottom: 20px;
	}
	.counter-bar, .online-business-text-bar {
	    padding: 60px 0px 60px;
	}
	.platform-panel .text-panel h4 {
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 30px;
	}
	.platform-panel .text-panel{
		padding: 40px 30px 30px 45px;
		height: auto;
		max-width: 98%;
	}
	.platform-panel .fig-panel figure {
	    width: 500px;
	    height: 500px;
	}
	.platform-panel .text-panel p{
		font-size: 16px;
		line-height: 22px;
	}
	.price-bar .col2, .price-bar .col3, .price-bar .col4, .price-bar .col5{
		width: 50%;
		margin-bottom: 15px;
	}
	.plans-panel.premium .top {
	    background: url(../images/premium-bg.svg) no-repeat center  top / 120% 133%;
	}
	.process-panel {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.partnership-bar .inner {
	    padding-top: 250px;
	    margin-top: -150px;
	}
	.partnership-panel {
	    min-height: auto;
	}
	.sign-up-bar {
	    padding: 50px 0px 0;
	}
	.sign-up-bar .middle-text p br{
		display: none;
	}
	.journey-bar {
	    margin-top: -50px;
	}
	.journey-bar .title h3 {
	    font-size: 20px;
	}
	.journey-bar {
	    padding: 150px 0px 120px;
	}
	.sign-up-panel2 {
	    min-height: 500px;
	}
	.security-panel .text h3,
	.security-panel.style2 .text h3 {
	    font-size: 25px;
	    line-height: 30px;
	    margin-bottom: 20px;
	}
	.security-panel .text,
	.security-panel.style2 .text {
	    padding: 50px 30px 30px;
	}
	.security-panel.style2 {
	    flex-direction: column;
	}
	.security-panel.style2 figure {
	    width: 100%;
	    height: 280px;
	}
	.heading-panel > div{
		margin-bottom: 15px;
		flex-direction: column;
	}
	.blog-panel .heading-panel .form-group {
	    margin: 0px 0px;
	    width: 100%;
	}
	.blog-panel .heading-panel .form-group .form-control, 
	.blog-panel .heading-panel .form-group .form-select {
	    width: 100%;
	}
	.explore-panel .nav-tabs {
	    flex-direction: column;
	    align-items: center;
	}
	.explore-panel .nav-tabs .nav-item{
		text-align: center;
		width: 100%;
	}
	.cyber-attack .bottom-panel iframe {
	    height: 800px;
	}
}
@media only screen and (max-width: 575px) {
	.logo a {
	    width: 220px;
	}
	.copy-bar .inner ul {
	    flex-direction: column;
	}
	.copy-bar ul li:after {
	    display: none;
	}
	.price-bar .col2, .price-bar .col3, .price-bar .col4, .price-bar .col5{
		width: 100%;
	}
	.process-panel .panel, .process-panel .panel:nth-child(2) {
	    padding: 30px 15px 30px 30px;
	}
	.header-bar {
	    padding: 25px 0px;
	}
	#layout {
	    padding-top: 90px;
	}
	.plans-panel.premium .top {
	    background: url(../images/premium-bg.svg) no-repeat center top -15px/ 120% 135%;
	}
	.price-bar > .container > .title {
	    padding: 100px 0px 0px;
	}
	.plans-text-panel .title {
	    padding-left: 30px;
	}
	.plans-text-panel ul li {
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: auto;
	}
	.plans-text-panel .title:after {
	    left: 30px;
	}
	.contact-bar .bottom-links ul li {
	    width: 100%;
	}
	.contact-bar .bottom-links ul li .btn.btn-full{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.partnership-panel .text-panel {
	    min-height: 450px;
	}
	.partnership-panel .text-panel {
	    padding: 70px 20px 0px;
	}
	.partnership-panel .text-panel .top-text {
	    margin-bottom: 60px;
	}
	.partnership-bar .title {
	    padding: 60px 0px 0px;
	}
	.founder-panel .fig-panel figure {
	    width: 200px;
	    height: 200px;
	}
	.founder-panel .fig-panel .f-social-list li a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.founder-panel .fig-panel .f-social-list li {
	    margin-bottom: 30px;
	}
	.message-btn {
	    right: 15px;
	    width: 15%;
	}
	.quotes-bar .text:after {
	    width: 75px;
	    height: 75px;
	}
	.sign-up-panel2 {
	    min-height: 400px;
	}
	.sign-up-panel2 > div {
	    top: 0;
	}
}
@media only screen and (max-width: 439px) {

}



/* Extra */
sup { font-size: 25px; top: 5px; vertical-align: text-top; }
.blog-panel .heading-panel, .message-btn, .cc-link { display: none !important; }
.download { margin-bottom: 40px; }
.sign-up-bar .inner { display: none; }
.blog-panel .bottom-panel { margin-top: 40px; }
.process-panel .panel { cursor: default; }
.team-bar .top-text p { margin-bottom: 35px; }
.grid-container {
  display: grid;
  grid-gap: 50px;
}