/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

.grecaptcha-badge { visibility: hidden; }

/* Common styles */
@font-face {
  font-family: 'TTNormsPro-Bold';
  src: url('fonts/TTNormsPro-Bold.woff2') format('woff2'), url('fonts/TTNormsPro-Bold.woff') format('woff');
  /* font-weight: bold; */
  font-display: swap;
}
@font-face {
  font-family: 'TTNormsPro';
  src: url('fonts/TTNormsPro-Regular.woff2') format('woff2'), url('fonts/TTNormsPro-Regular.woff') format('woff');
  font-display: swap;
}
html { font: 10px TTNormsPro, Verdana,sans-serif; scroll-behavior: smooth; }
@media (-webkit-min-device-pixel-ratio: 1.1), (min-device-pixel-ratio: 1.1) {
    html { font-size: 8px }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    html { font-size: 7px }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
    html { font-size: 10px }
}
body { position: relative; color: #2a2859; background: #fff; overflow-x: hidden; 
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none;}
h1 { font-size: 7.2rem; line-height: 8.6rem; color: #2A2859; font-family: TTNormsPro-Bold, Verdana,sans-serif; }
h2 { font-size: 3.6rem; line-height: 4.2rem; font-family: TTNormsPro-Bold, Verdana,sans-serif; }
h3 { font-size: 3.6rem; line-height: 4.2rem; font-family: TTNormsPro-Bold, Verdana,sans-serif; }
h4 { font-size: 2.4rem; line-height: 3.6rem; font-family: TTNormsPro-Bold, Verdana,sans-serif; }
h5 { display: none; }
ul { padding: 0; }
strong { font-family: TTNormsPro-Bold, Verdana,sans-serif; }
.container-fluid { max-width: 1185px; }
.bold { font-family: TTNormsPro-Bold, Verdana, sans-serif; }
.mb-80 { margin-bottom: 80px }
.mb-60 { margin-bottom: 60px }
.mb-40 { margin-bottom: 40px }
.mb-20 { margin-bottom: 20px }
.mb-10 { margin-bottom: 10px }
.p-8 { padding: 80px 0; }
.p-6 { padding: 60px 0; }
.p-4 { padding: 40px 0; }
.p-2 { padding: 20px 0; }
.p-0 { padding: 0; }
.pt-50 { padding-top: 50px; }
main { font-size: 2.4rem; line-height: 3.6rem; }
ul.c-list { font-size: 2.1rem; line-height: 3rem; }
ul.c-list li { position: relative; padding-left: 22px; }
ul.c-list li:before { content: '•'; position: absolute; top: 10px; left: 0; line-height: 8px; }

/* Primary button */
.primary-btn,
.primary-btn:active:focus,
.primary-btn:active,
.primary-btn:focus,
.primary-btn:disabled {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 20px;
    position: relative;
    color: #fff;
    border-radius: 200px;
    background: #06c6c1;
    outline: none !important;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    text-decoration: none;
    display: inline-block;
    border: none;
    text-align: left;
    min-width: 150px;
    padding: 17px;
}

.primary-btn:hover {
    color: #fff;
    background: #2a2859;
    text-decoration: none;
}

.primary-btn:disabled {
    cursor: not-allowed !important;
}

.primary-btn.white,
.primary-btn.white:active:focus,
.primary-btn.white:active,
.primary-btn.white:focus,
.primary-btn.white:disabled {
    background: #fff;
    color: #2a2859;
    text-align: center;
}

.primary-btn.white:hover {
    background: #2a2859;
    color: #fff;
}

.underlined-text {
    font-size: 1.3rem;
    display: inline-block;
    line-height: 3.5rem;
    border-bottom: 1px solid #2a2859;
    text-transform: uppercase;
}

.grey {
    background-color: #f4f6f8;
}

/* Header */
.heading-background {
    min-height: 100vh;
    width: 100%;
    background-image: url(images/heading-backgr.png);
    background-size: cover;
}

header .navbar {
    padding-left: 0;
    padding-right: 0;
}

header .navbar .navbar-brand {
    padding: 0;
}

header .navbar .navbar-brand img {
    width: 145px;
}

/* Navigation */
header {
    padding: 20px 0;
}

.header-btn-holder {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}   
/* Main */

/* Heading content*/
.heading-content {
    color: #2A2859;
    padding-top: 150px;
}

body.green .heading-content {
    padding-top: 100px;
}

.heading-content .underlined-text {
    border-bottom: 1px solid #2A2859;
}

.discover-more {
    font-size: 1.6rem;
    margin-top: 160px;
    margin-bottom: 40px;
    text-decoration: none;
    color: #2A2859;
    transition: .3s;
}

.discover-more:hover {
    color: #2A2859;
    text-decoration: none;
}

.discover-more i {
    color: #2A2859;
    margin-right: 10px;
}

/* Benefits */
ul.benefits li {
    padding-left: 80px;
    background-size: 40px 40px;
    margin-bottom: 40px;
}

ul.benefits li:nth-child(1) {
    background: url('../design/images/benefit-1.svg') no-repeat left top;
}

ul.benefits li:nth-child(2) {
    background: url('../design/images/benefit-2.svg') no-repeat left top;
}

ul.benefits li:nth-child(3) {
    background: url('../design/images/benefit-3.svg') no-repeat left top;
}

ul.numerous li {
    margin-bottom: 40px;
}

ul.numerous li h4 {
    border-bottom: 1px solid #CBD2DB;
}

/* Contact form */
.form-container {
    background-color: #2A2859;
}

.form-container {
    border-radius: 10px;
    padding-top: 90px;
    color: #fff;
    padding-bottom: 90px;
    position: relative;
    z-index: 9999;
}

.form-container .underlined-text {
    border-color: #fff;
    color: #fff;
}

.form-container .green-text {
    color: #fff !important;
}

.form-container h2 {
    color: #fff;
    font-size: 4.8rem;
    line-height: 5.3rem;
}

.form-container form > div {
    position: relative;
}

.form-container .control label {
    font-size: 1.6rem;
    position: absolute;
    top: 9px;
    left: 0;
    transition: .3s;
}

.form-container .control.active label {
    top: -15px;
    font-style: italic;
}

.form-container .control input,
.form-container .control input:active,
.form-container .control input:focus,
.form-container .control textarea,
.form-container .control textarea:active,
.form-container .control textarea:focus {
    width: 100%;
    background: transparent;
    border: solid #fff;
    border-width: 0 0 2px 0;
    margin-bottom: 22px;
    outline: none;
    line-height: 4rem;
    transition: .3s;
    font-size: 1.6rem;
    color: #fff;
}

.form-container .control input:focus {
    border: solid #fff;
    border-width: 0 0 2px 0;
}

.form-container .control textarea {
    line-height: 3rem;
    height: 110px;
}

.error-message {
    display: none;
    font-size: 1.6rem;
    color: #fff;
    background-color: #f06f72;
    border-color: #f06f72;
    border-radius: 10px;
}

#contact-form-success {
    text-align: center;
    font-size: 4rem;
    display: none;
}

/* Success Animation */
#successAnimationWrap {
	text-align: center;
}

#successAnimationWrap {
	display: none;
	position: absolute;
	top: calc(50% - 169px);
	width: 100%;
	margin-left: -15px;
}

@-webkit-keyframes scaleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes drawCircle {
	0% {
		stroke-dashoffset: 151px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes drawCircle {
	0% {
		stroke-dashoffset: 151px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes drawCheck {
	0% {
		stroke-dashoffset: 36px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes drawCheck {
	0% {
		stroke-dashoffset: 36px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#successAnimationCircle {
	stroke-dasharray: 151px 151px;
	stroke: #FFF;
}

#successAnimationCheck {
	stroke-dasharray: 36px 36px;
	stroke: #FFF;
}

#successAnimationResult {
	fill: #FFF;
	opacity: 0;
}

#successAnimation.animated {
	-webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
	animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
	-webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
	animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
	-webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
	animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
	-webkit-animation: 0.3s linear 0.9s both fadeIn;
	animation: 0.3s linear 0.9s both fadeIn;
}

#replay {
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 3px;
	bottom: 100px;
	color: #FFF;
	left: 50%;
	outline: 0;
	padding: 10px 30px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#replay:active {
	background: rgba(255, 255, 255, 0.1);
}

/* Footer */
footer.page-footer {
    background: #fff;
    z-index: 9998;
    overflow: hidden;
    padding-top: 40px;
}

.home footer.page-footer {
    padding-top: 330px;
}

footer.page-footer p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

footer.page-footer .logo,
footer.page-footer .store {
    display: inline-block;
}

footer.page-footer .store.apple img {
    width: 159px;
}

footer.page-footer .logo img {
    width: 135px;
}

footer.page-footer .socials {
    display: flex;
}

.socials {
    width: 162px;
}

.socials li {
    display: inline-block;
    padding: 0;
}

.socials li a {
    color: #003732;
    padding: 0 23px; 
    text-decoration: none;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-left: none;
    align-items: center;
}

.socials li:not(:last-child) a {
    border-left: none;
    padding-left: 0;
    position: relative;
}

.socials li:not(:last-child) a:after {
    content: '';
    width: 1px;
    height: 21px;
    right: 0;
    top: 16px;
    position: absolute;
    background-color: #92a8b6;
    transition: .3s;
}

footer.page-footer .socials:hover li a:after {
    content: '';
    width: 0;
    height: 0;
}

footer.page-footer .socials li a:hover {
    border: 2px solid #92a8b6 !important;
    background-color: #fff;
    border-radius: 50px;
}

.socials li a i {
    font-size: 2rem;
}

.media {
    margin-bottom: 90px;
}

.contacts {
    padding-bottom: 90px;
    border-bottom: 1px solid #ebedf1;
}

.contacts p {
    margin-bottom: 0;
}

.contacts p a {
    color: #003732;
    text-decoration: none;
}

.bottom-text {
    min-height: 120px;
    font-size: 1.4rem;
    color: #98a6b8;
}

.bottom-text p {
    font-size: 1.4rem !important;
    margin-bottom: 0;
}

.bottom-text nav ul li {
    display: inline-block;
}


.bottom-text nav ul li a {
    color: #98a6b8;
    text-decoration: none;
}

#scroll-top,
#scroll-top:hover {
    display: inline-block;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
    background-color: #f4f6f8;
    border-radius: 500px;
    text-decoration: none;
    color: #2a2859;
}

.mail:before { content:'@'; }

.facebook:hover i {
    color: #3b5998;
}

.twitter:hover i {
    color: #1da1f2;
}

.linkedin:hover i {
    color: #0077b5;
}

.youtube:hover i {
    color: #c4302b;
}

footer .credits {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .credits > div > div {
    display: flex;
    align-items: center;
}

footer .credits > div > div:last-child {
    justify-content: flex-end;
}

footer .credits p,
footer .credits .credit-website {
    font-size: 1.2rem;
    color: #2a2859;
}

footer .credits .credit-website {
    padding-left: 20px;
    border-left: 1px solid #d2d8e0;
    line-height: 11px;
}

footer .credits img {
    margin-right: 20px;
}

/* Tabs */
.nav.nav-tabs {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav.nav-tabs .nav-item {
	width: 33.3333%;
}

.nav.nav-tabs .nav-link {
	font-size: 2.4rem;
	line-height: 2.6rem;
	text-align: center;
	transition: .3s;
	width: 100%;
	padding: 0;
    padding: 0 0 20px;
	border-width: 0;
    color: #98A6B8;
    font-family: TTNormsPro-Bold, Verdana,sans-serif;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link.active {
	border-color: #2a2859 !important;
    color: #2a2859;
	border-width: 0 0 6px 0;
    background-color: transparent;
}

.nav.nav-tabs .nav-link .tab-label {
	display: block;
}

/* Media queries */
@media (min-width: 1921px) {
    .benefits {
        background-size: 650px auto, 400px auto;
    }
}

@media (min-width: 992px) {     
    .content-image-holder {
        display: flex !important;
        align-items: center;
    }
}

@media (max-width: 1600px) {
    .mb-80 { margin-bottom: 60px }
    .mb-60 { margin-bottom: 40px }
    .mb-40 { margin-bottom: 20px }
    .mb-20 { margin-bottom: 10px }
    .p-8 { padding: 60px 0; }
    .p-6 { padding: 40px 0; }
    .p-4 { padding: 20px 0; }    
    .heading-background { 
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 1360px) {  
    .mb-80 { margin-bottom: 60px }
    .mb-60 { margin-bottom: 20px }
    .mb-40 { margin-bottom: 10px }
    .p-8 { padding: 40px 0; }
    .p-6 { padding: 20px 0; }
    .p-4 { padding: 10px 0; }    
    h1 { 
        font-size: 4.5rem;
        line-height: 5rem;
    }
    h2 { 
        font-size: 3.5rem;
        line-height: 4rem;
    }
}

@media (max-width: 991px) {  
    .mb-80 { margin-bottom: 40px }     
    .p-8 { padding: 20px 0; }
    h1 { 
        text-align: center;
        font-size: 4rem;
        line-height: 4.5rem;
    }
    h2 { 
        text-align: center;
    }
    h3 { font-size: 2.6rem; line-height: 3.2rem; }
    h4 { font-size: 1.4rem; line-height: 2.6rem; }
    main p {
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: center;
    }
    ul.numerous li p {
        text-align: left;
    }
    .underlined-text {
        border-bottom: none !important;
        text-decoration: underline;
    }  
    .heading-content {
        color: #2A2859;
        padding-top: 20px;
    }  
    header {
        padding: 10px 0;
    }
    header .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .pre-title {
        text-align: center;
    }
    .heading-background { 
        background-image: none !important;
        background-color: #F4F6F8;
    }
    ul.benefits li {
        padding: 40px 0 0 0;
        background-size: 30px 30px;
        background-position: center top !important;
        text-align: center;
        margin-bottom: 20px;
    }    
    .form-container {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .form-container .control {
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-container .control label {
        left: 15px;
    }
    .form-container:after {
        content: none;
    }

    .form-container .green-text,
    .form-container h2 {
        text-align: center;
        display: block;
    }

    .form-container form button.primary-btn {
        margin: 0 auto;
    }    
    .form-container {
        text-align: center;
    }    
    footer.page-footer {    
        padding-top: 40px;
    }
    footer.page-footer .logo-wrap {    
        text-align: center;
        padding-top: 20px;
    }
    footer.page-footer .socials {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .tech-item > div {
        padding: 20px;
        background-image: none !important;
    }    
    .nav.nav-tabs .nav-link {
        font-size: 1.4rem;
        line-height: 1.5rem;
        padding: 0 0 10px;
        padding-top: 20px;
        height: 62px;
    }
    .nav.nav-tabs .nav-link img {
        display: none;
    }
    .nav.nav-tabs .nav-link:hover,
    .nav.nav-tabs .nav-link.active {
        margin-bottom: -6px;
    }
    .tabs-image {
        max-width: 220px;
    }        
    footer .credits > div > div {
        justify-content: center !important;
    }
}

@media (max-width: 540px) {
    .primary-btn,
    .primary-btn:active:focus,
    .primary-btn:active,
    .primary-btn:focus,
    .primary-btn:disabled {
        min-width: 130px;
        padding: 12px 30px;
    }
    h1 { 
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
    }
    h2 { 
        text-align: center;
        font-size: 2.5rem;
        line-height: 3rem;
    }
    main p,
    ul.c-list li { 
        font-size: 1.6rem; line-height: 2rem; 
    }
    ul.c-list li:before {
        top: 4px;
        left: 8px;
    }  
    header .navbar {
        justify-content: center;
    } 
    header .navbar .navbar-brand img {
        width: 100px;
    }
}