body {
	color: rgb(var(--evinta-grey3));
	font: 400 20px "Segoe UI", "sans-serif", "Roboto" , "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.75;
}

/* theme */

:root {
    --evinta-primary: 63, 0, 72;
    --evinta-secondary: 119, 60, 186;
    --evinta-accent: 0, 0, 0;
    --evinta-blue: 40, 57, 119;
    --evinta-purple: 102, 32, 95;
    --evinta-grey: 101, 101, 101;       
    --evinta-grey2: 251, 251, 251; 
    --evinta-grey3: 68, 68, 68;
    --black: 0, 0, 0;
}

@font-face {
	font-family: "Eras Light ITC";
	font-style: normal;
	font-weight: 100;
	src:  local('Eras Light ITC'), url(../fonts/eras/ERASLGHT.TTF) format('ttf');
}

 @font-face {
	font-family: "Eras ITC";
	font-style: normal;
	font-weight: 400;
	src: local('Eras ITC'), url(../fonts/eras/ERASMD.TTF) format('ttf');
} 

@font-face {
	font-family: "Eras Light ITC";
	font-style: normal;
	font-weight: 100;
	src:  local('Eras Light ITC'), url(../fonts/eras/ERASLGHT.TTF) format('ttf');
}

 
/* Roboto */

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/roboto/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @font-face {font-family: "Eras ITC"; font-style: normal;
	font-weight: 700; src: local('Eras Light'), url(../fonts/eras/93ba5b91a6c7d7927a9342c4b6d956e4.eot); src: url(../fonts/eras/93ba5b91a6c7d7927a9342c4b6d956e4.eot?#iefix) format("embedded-opentype"), url(../fonts/eras/93ba5b91a6c7d7927a9342c4b6d956e4.woff2) format("woff2"), url(../fonts/eras/93ba5b91a6c7d7927a9342c4b6d956e4.woff) format("woff"), url(../fonts/eras/93ba5b91a6c7d7927a9342c4b6d956e4.svg#Eras) format("svg"); } */

a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: rgb(var(--evinta-primary));
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 39px;}
h2 {font-size: 38px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p {
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.evinta-li {
	padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    line-height: 35px;
}
.evinta-li::before {
	content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/bullet.png);
    background-size: cover;
    transform: rotate(90deg);
}

@media screen and ( max-width: 575px ) {
	.evinta-li {
		padding-left: 40px;
	}
}

.f-w-300 {
	font-weight: 300;
}
.f-w-600 {
	font-weight: 600;
}

.highlight-txt {
	font-size: 22px;
	color: rgb(var(--evinta-secondary));
}

.small-txt {
	color: rgb(var(--evinta-grey3));
    font: 400 16px "Segoe UI", "sans-serif", "Roboto" , "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*	menu button animation
	==================================================*/

.menu-btn-burger {
	position: relative;
	width: 24px;
	height: 2px;
	background-color: rgb(var(--evinta-secondary));
	border-radius: 1px;
	transition: all .5s ease-in-out;
}

.menu-btn-burger::before, 
.menu-btn-burger::after {
	content: '';
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: rgb(var(--evinta-secondary));
	border-radius: 1px;
	transition: all .5s ease-in-out;
}

.menu-btn-burger::before {
	transform: translateY( -8px );
}

.menu-btn-burger::after {
	transform: translateY( 8px );
}

.navbar-toggler.open .menu-btn-burger {
	transform: translateX( -30px );
	background-color: transparent;
}

.navbar-toggler.open .menu-btn-burger::before {
	transform: rotate(45deg) translate(30px, -30px) ;
}

.navbar-toggler.open .menu-btn-burger::after {
	transform: rotate(-45deg) translate(30px, 30px) ;
}

/*	Section
	==================================================*/
.section {
	padding: 90px 100px 90px 100px;
	min-height: 700px;
}
.section-full {
	padding: 90px 200px 70px 200px;
}
@media (max-width: 1199px) {
	.section-full {
		padding: 90px 100px 70px 100px;
	}
}
@media (max-width: 767px) {
	.section, .section-full {
		padding: 50px 30px;
	}
}
.section-title {
	color: rgb(var(--evinta-primary));
	font: 400 40px/46px "Eras ITC", "Eras Light ITC", sans-serif;
	margin-bottom: 50px;
}
@media (max-width: 767px) { 
	.section-title {
		font: 400 32px/48px Segoe UI, sans-serif;
		text-align: center;
	}
}

.section-title2 {
	color: rgb(var(--evinta-primary));
	font: 400 28px/37px "Eras ITC", "Eras Light ITC", sans-serif;
	margin-top: 90px;
}

@media (max-width: 575px) { 
	.section-title2 {
		font: 400 24px/28px "Eras ITC", "Eras Light ITC", sans-serif;
	}
}

.section-title3 {
	color: rgb(var(--evinta-primary));
	font: 400 20px/24px "Eras ITC", "Eras Light ITC", sans-serif;
	margin-top: 90px;	
}

@media (max-width: 575px) { 
	.section button {
		display: block;
		margin: auto;
	}
}


/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}
.btn, .label {
	font-weight: 300;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
	background-color: rgb(var(--evinta-primary));
    border-color: rgb(var(--evinta-primary));
}
.btn-secondary, .label-secondary {
	background-color: rgb(var(--evinta-secondary));
	border-color: rgb(var(--evinta-secondary));
}
.evinta-btn {
	border-radius: 5px;
    font: 600 20px/27px Segoe UI, sans-serif;
    height: 50px;
    padding: 0 40px;
}
button:focus {
	outline: none;
}
/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #1abc9c;
}
.navbar .navbar-collapse, .navbar .navbar-form {
	border-color: #bdc3c7;
}
.navbar .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar .navbar-toggle:focus {
	outline: none;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}

/*	Form
	==================================================*/
label {
	font-weight: 400;
	color: rgb(var(--evinta-grey3));
	font-size: 20px;
    line-height: 30px;
}
@media screen and ( max-width: 767px ) {
	label {
		font-size: 16px;
	}
}
.form-control {
	border-width: 2px;
	border-style: solid;
	border-color: rgb(var(--evinta-primary));
	font-size: 24px;
	height: 55px;
	padding: .375rem .75rem .6rem .75rem;
	color: #000000;
}
@media screen and ( max-width: 767px ) {
	.form-control {
		font-size: 16px;
		padding: 0 .5rem 0 .5rem;
		height: 40px;
	}
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover,
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	background-color: #ecf0f1;
}
.form-control:hover, .form-control:focus {
	outline: none;
	border-color: #a7008f;	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control:-moz-placeholder{color:#000; font-weight: 400;}
.form-control::-moz-placeholder{color:#000; font-weight: 400;}
.form-control:-ms-input-placeholder{color:#000; font-weight: 400;}
.form-control::-webkit-input-placeholder{color:#000; font-weight: 400;}
.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #000;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
	border-color: #2ecc71;
	background-color: #FFF;
	color: #2ecc71;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}
.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
	background-color: #FFF;
	border-color: #e67e22;
	color: #e67e22;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}
.has-error .form-control:hover, .has-error .form-control:focus {
	background-color: #FFF;
	border-color: #e74c3c;
	color: #e74c3c;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
	height: 85px;
	background-color: #ffffff;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
  
#header.is-hidden {
    opacity: 0;
    -webkit-transform: translate(0,-60px);
	-webkit-transition: -webkit-transform .5s,background 1s,color 1s,opacity 1s;
	transition: transform .5s, background 1s, color 1s, opacity 1s;
  }
  
#header.is-visible {
    opacity: 1;
    -webkit-transform: translate(0,0);
	-webkit-transition: -webkit-transform .2s,background .3s,color .3s;
	transition: transform .2s, background .3s, color .3s;
  }

@media screen and ( max-width: 991px ) {
	#header {
		height: 55px;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 55px;
		left: 0;
		height: 100%;
		min-height: 100vh;
		background-color: white;
		width: 100%;
		overflow: auto;
		padding-bottom: 50px;
	}
	
	#header .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 30px;
		margin: 0;
		font-size: 28px;
		font-weight: 400;
	}

	#header .navbar .navbar-nav {
		padding: 30px 0;
	}

	#header .navbar ul.navbar-nav li:hover ul {
		display: block;
		position: relative;
		width: 100%; 
		padding: 0;
	}

	#header .navbar ul.navbar-nav li:hover ul li {
		padding: 0;
	} 
}

@media screen and ( max-width: 575px ) {
	#header .navbar .navbar-nav .nav-item ul .nav-link {
		font-size: 20px;
	}
}

#header .navbar .nav-item.active{
	color: rgb(var(--evinta-primary));
}

@media screen and ( min-width: 768px ) and ( max-width: 991px ) {
	#header .navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 100px;
	}
}


/*	Parallax Background
	==================================================*/

#parallax {
	height: 100vh;
    width: 100%;
    top: 0;
    position: fixed;
	background: url(../images/covers/4047-___cloud-airplane-plane-and-sunset-hd.jpg) center center no-repeat;
	background: url(../images/covers/4047-___cloud-airplane-plane-and-sunset_hilks1.webp) center center no-repeat;
    background-size: cover;
	z-index: -100;
	background-position: left 86px;
	filter: hue-rotate(-10deg);
}

@media screen and ( max-width: 991px ) {
	#parallax {
		height: calc( 100vh - 55px);
		margin-top: 55px;
		background-position: left 0;
	}
}

@media screen and ( max-width: 400px ) {
	#parallax {
		background-position: -100px 0px;
	}
} 

#parallax.nbqsa-2017 {
	background-image: url(../images/news/quick-facts-cover_ubhdzz.webp);
}

#parallax.nbqsa-2020 {
	background-image: url(../images/news/nbsqa_2020.jpg);
}


/*	Navbar
	==================================================*/

.navbar {
	padding: 0;
}
@media screen and ( max-width: 991px ) {
	.navbar {
		margin: 8px 0;
	}
}
.navbar-brand {
	height: 33px;
    padding: 0;
} 
.navbar-brand > img {
	height: 35px;
    width: 125px;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
	color: #000;
}
.navbar {
	/* background-color: rgba(255, 255, 255, .9); */	
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}

.navbar .nav-item .nav-link {
	position: relative;
	line-height: 1;
}
.navbar-nav>li>a {
	padding: 29px 0;
	margin: 0 15px;
}
.navbar .navbar-nav>li>a {
	color: rgb(var(--evinta-primary));
	text-transform: uppercase;
	line-height: inherit;
	/* font-weight: 500; */
}
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: rgb(var(--evinta-primary));
}

.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>.active>a:hover {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: rgb(var(--evinta-secondary));
}
.header-button {
	margin-left: 15px;
}

.navbar-nav>li:hover > a::after{
	content: '';
	position: absolute;
	left: 0;
	top: 60px;
    width: 100%;
    height: 3px;
	background-color: rgb(var(--evinta-secondary));
}

@media screen and ( max-width: 991px ) {
	.navbar-nav>li:hover a::after {
		display: none;
	}
}

ul li ul {
	display: none;
}

ul li:hover {
	cursor: pointer;
}

ul li:hover ul {
	display: block;
	width: 355px;
	position: absolute;
	background-color: #f2f2f2;
	padding: 10px;
}

ul li:hover ul li {
	display: block;
    padding: 5px 5px 5px 10px;
}

ul li:hover ul li a {
	color: rgb(var(--evinta-primary));
}  

ul li:hover ul li a:hover {
	color: rgb(var(--evinta-secondary));
}

/*	Footer
	==================================================*/

.evinta-footer {
	background-color: #36063e;
	color: #ffffff;
	font-weight: 100;
}
.evinta-footer .evinta-contacts {
	padding-top: 50px;
    padding-bottom: 30px;
}
.evinta-footer .evinta-contacts .contact-section {
	color: #dadada;
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 15px;
}
.evinta-footer .evinta-contacts .contact-section .contact-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
}
.evinta-footer .evinta-copyright {
	text-align: center;
    font-weight: 400;
    padding: 5px;
    background-color: #2d0633;
    font-size: 12px;
    color:#ac9aaf;;
}
.evinta-footer a {
	color: #dadada;
} 
.evinta-footer a:hover {
	color: #c6a5cc;
}

/*	Hero
	==================================================*/

#intro {
	height: 100vh;
	padding-bottom: 100px;
	position: relative;
}

@media screen and ( max-width: 992px ) { 
	#intro .advert img {		
		right: 30px;
		top: 30px;		
		position: absolute;
		height: 150px;
	}
}

@media screen and ( max-width: 575px ) { 
	#intro {
		padding-bottom: 150px;
	}

	#intro .advert img {
		height: 100px;
	}
}

#intro.layout-start-bottom {
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#intro.layout-start-top {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and ( max-width: 991px ) {
	#intro {
		height: 100%;
		min-height: calc( 100vh - 55px );
		margin-top: 55px;
	}
}
#intro .message {
	margin-top: 50px;
}
@media screen and ( max-width: 575px ) {
	#intro .message {
		margin-top: 15px;
	}
}
#intro .message .heading {
	color: rgb(var(--evinta-primary));
	font: 400 50px/57px "Eras ITC", "Eras Light ITC", sans-serif;
	/* text-shadow: 0px 0px 4px white; */
}
#intro .message .heading2, #intro .message .heading3 {
	display:none;
}
@media screen and ( max-width: 575px ) {
	#intro .message .heading {
		/* font-weight: 500; */
		display: none;
	}
	#intro .message .heading2 {
		color: rgb(var(--evinta-primary));
		font: 500 50px/57px "Eras ITC", "Eras Light ITC", sans-serif;
		display: block;
		text-align: center;
	}
	#intro .message .heading3 {
		color: rgb(var(--evinta-primary));
		font: 500 40px/57px "Eras ITC", "Eras Light ITC", sans-serif;
		display: block;
		text-align: center;
	}
}

#intro .message .lead {
	color: rgb(var(--evinta-primary));
	font: 400 32px/48px Segoe UI, sans-serif;
	/* text-shadow: 0px 0px 4px white; */
} 

#intro .message .request-demo span {
	/* color: rgb(var(--evinta-primary)); */
	color: #f4f4f4;
    font: 100 28px/48px Segoe UI, sans-serif;
	/* text-shadow: 0px 0px 4px white; */
}

@media screen and ( max-width: 767px ) {
	#intro .message .heading {
		text-align: center;
	}
	#intro .message .lead {
		text-align: center;
	}
	#intro .request-demo {
		display: flex;
    	justify-content: center;
	}
	#intro .message .request-demo span {
		display: none;
	}
}

@media screen and ( max-width: 575px ) {
	#intro .message .heading {
		width: 244px;
		margin-bottom: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}

.arrow-down {
	width: 35px;
    position: absolute;
    bottom: 30px;
    left: calc( 50% - 15px );
    animation: bounce-7 2s ease-in infinite;
    z-index: 1;
}

@media screen and ( max-width: 575px ) {
	.arrow-down {
		display: none;
	}
}

.bounce-7 {
	animation-name: bounce-7;
	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7 {
	0%   { transform: translateY(0); }
	10%  { transform: translateY(0); }
	30%  { transform: translateY(-5px); }
	50%  { transform: translateY(0); }
	57%  { transform: translateY(0); }
	64%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

@media screen and ( max-width: 450px ) {
	#intro .title-img {
		width: 100%;
	}
}

/*	News
	==================================================*/

#news .section-title2 {
	max-height: 150px;

}	

#news .cover-img {
	background-image: url('../images/why-choose-evinta.jpg');
	background-image: url('../images/covers/why-choose-evinta_wxcdak.webp');
	min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#news .news-carousel .item {
	margin: 5px 25px;
	padding: 0 0 30px 0;
    box-shadow: 0px 1px 2px #00000029;
	/* border: 1px solid #C8C8C880; */
    border-radius: 10px;
	text-align: center;
	outline: none;
	min-height: 423px;
	background-color: #ffffff;
}

#news .news-carousel .item a:hover, 
#news .news-carousel .item a:focus {
	color: transparent;
}

@media screen and ( max-width: 767px ) {
	#news .news-carousel .item {
		margin: 2px 0;
		border: none;
	}
}


/* @media screen and ( max-width: 400px ) {
	#featured-solutions .item .title-img {
		height: 28px;
		margin: auto;
	}
} */

#news .item .icon-img {
    width: 100%;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* max-height: auto; */
}

#news .item .news-desc {
	padding: 0 30px 0 30px;
	text-align: left;
	font: 400 18px/24px Segoe UI, sans-serif;
	color: rgb(var(--evinta-grey3));
	
}

/* @media screen and ( max-width: 400px ) {
	#news .item .news-desc {
		height: 160px;
	}
} */

#news.section {
	background-color: rgb(var(--evinta-grey2));
}

@media screen and ( max-width: 767px ) {
	.news-carousel .slick-arrow {
		display: none !important;
	}

	.news-carousel .slick-dots {
		bottom: -50px;
	}

	.slick-dots li.slick-active button:before
	{
		opacity: 0.5;
		background-color: rgb(var(--evinta-primary));
	}

	.slick-dots li button:before {
		width: 10px;
		height: 10px;
		border-radius: 5px;
		content: '';
		opacity: 0.75;
		background-color: lightgrey;
	}

	.slick-dots li button:hover:before, .slick-dots li button:focus:before {
		opacity: 0.5;
		background-color: rgb(var(--evinta-primary));

	}
}

@media screen and ( min-width: 768px ) {
	.news-carousel .slick-dots {
		display: none !important;
	}
}

/*	Featured Solutions
	==================================================*/

#featured-solutions .solutions-carousel .item {
	margin: 5px 25px;
	padding: 30px 0;
    box-shadow: 0px 1px 2px #00000029;
	/* border: 1px solid #C8C8C880; */
    border-radius: 10px;
	text-align: center;
	outline: none;
	min-height: 423px;
	background-color: #ffffff;
}

#featured-solutions .solutions-carousel .item a:hover, 
#featured-solutions .solutions-carousel .item a:focus {
	color: transparent;
}

@media screen and ( max-width: 767px ) {
	#featured-solutions .solutions-carousel .item {
		margin: 2px 0;
		border: none;
	}
}

#featured-solutions .item .title-img {
	width: auto;
	margin: auto;
}

/* @media screen and ( max-width: 400px ) {
	#featured-solutions .item .title-img {
		height: 28px;
		margin: auto;
	}
} */

#featured-solutions .item .icon-img {
	margin: 15px auto;
    height: 70px;
}

#featured-solutions .item .solution-desc {
	padding: 30px 30px 0 30px;
	text-align: left;
	font: 400 18px/24px Segoe UI, sans-serif;
	color: rgb(var(--evinta-grey3));
	height: 126px;
}

@media screen and ( max-width: 400px ) {
	#featured-solutions .item .solution-desc {
		height: 160px;
	}
}

#featured-solutions.section {
	background-color: rgb(var(--evinta-grey2));
}

@media screen and ( max-width: 767px ) {
	.solutions-carousel .slick-arrow {
		display: none !important;
	}

	.solutions-carousel .slick-dots {
		bottom: -50px;
	}

	.slick-dots li.slick-active button:before
	{
		opacity: 0.5;
		background-color: rgb(var(--evinta-primary));
	}

	.slick-dots li button:before {
		width: 10px;
		height: 10px;
		border-radius: 5px;
		content: '';
		opacity: 0.75;
		background-color: lightgrey;
	}

	.slick-dots li button:hover:before, .slick-dots li button:focus:before {
		opacity: 0.5;
		background-color: rgb(var(--evinta-primary));

	}
}

@media screen and ( min-width: 768px ) {
	.solutions-carousel .slick-dots {
		display: none !important;
	}
}

.evinta-next, .evinta-prev {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
} 
.evinta-next:hover > img, .evinta-prev:hover > img {
	transform: scale(1.2);
}
.evinta-prev
{
    left: -64px;
}
[dir='rtl'] .evinta-prev
{
    right: -64px;
    left: auto;
}
.evinta-next
{
    right: -64px;
}
[dir='rtl'] .evinta-next
{
    right: auto;
    left: -64px;
}

.evinta-prev > img, .evinta-next > img {
	height: 60px;
	width: 60px;
}

/*	quick facts
	==================================================*/

#quick-facts {
	background-color: #ffffff;
}
#quick-facts .cover-img {
	background-image: url('../images/covers/quick-facts-cover.jpg');
	background-image: url('../images/covers/quick-facts-cover_ubhdzz.webp');
	min-height: 700px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and ( max-width: 575px ) {
	#quick-facts .cover-img {
		min-height: 300px;
	}
}

/*	why choose evinta
	==================================================*/

#choose-evinta {
	background-color: #ffffff;
}

#choose-evinta .evinta-li {
    margin-bottom: 35px;
    line-height: 2;
}

#choose-evinta .cover-img {
	background-image: url('../images/why-choose-evinta.jpg');
	background-image: url('../images/covers/why-choose-evinta_wxcdak.webp');
	min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media screen and ( max-width: 1599px ) {
	#choose-evinta .cover-img {
		min-height: 700px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
}
@media screen and ( max-width: 575px ) {
	#choose-evinta .cover-img {
		min-height: 300px;
	}
}

#choose-evinta .podcast-thumbnail {
	height: 200px;
	margin: 15px 0 30px 0;
}

@media screen and ( max-width: 575px ) {
	#choose-evinta .podcast-thumbnail {
		height: auto;
		width: 100%;
	}
}

#choose-evinta .podcast-wrapper {
	display: flex;
	flex-direction: column;
    align-items: center;
}
#choose-evinta .podcast-wrapper > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*	global presence
	==================================================*/

#global-presence {
	background-color: #ffffff;
}
#global-presence .cover-img {
	background-image: url(../images/global-presence.png);
    min-height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
	background-color: #fee9ff;
}
#global-presence .section-title {
	font: 400 70px/80px "Eras ITC", "Eras Light ITC", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
@media screen and ( max-width: 1599px ) {
	#global-presence .section {
		padding-bottom: 0;
		background-color: #f8f3f7;
	}

	#global-presence .cover-img {
		min-height: 700px;
		background-size: contain;
		background-repeat: no-repeat;
		/* background-position: center -50px; */
	} 
	
	#global-presence .section-title {
		font: 400 40px/46px "Eras ITC";
		margin-bottom: 50px;
	}
}
@media screen and ( max-width: 767px ) {

	#global-presence .section-title {
		font: 400 32px/48px Segoe UI, sans-serif;		
	}
}
@media screen and ( max-width: 575px ) {
	#global-presence .section {
		padding-bottom: 50px;
	}

	#global-presence .section-title {
		font: 400 32px/48px Segoe UI, sans-serif;
		margin-bottom: 0;
	}

	#global-presence .cover-img {
		min-height: 300px;
	}
}

/*	demo
	==================================================*/

#demo {
	background-color: #ffffff;
}
#demo .cover-img {
	background-image: url('../images/demo-software.jpg');
	background-image: url('../images/covers/demo-software_wrtd2p.webp');
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 64% center;
}

@media screen and ( max-width: 575px ) {
	#demo .cover-img {
		background-position: 58% center;
	}
}

/*	Request For Demo
    ==================================================*/

#request-demo {
	background-color: #ffffff;
}

#request-demo .section {
	background-color: rgb(var(--evinta-grey2));
	box-shadow: 0px 1px 1px #00000029;
	border: 1px solid #C8C8C880;
	border-radius: 5px;
	max-width: 1000px;
    display: block;
    margin: auto;
    padding-bottom: 90px;
}

#request-demo .section-title {
	color: rgb(var(--evinta-primary));
}

#request-demo .form-control {
	border-color: rgb(var(--evinta-primary));
}

#request-demo .form-control:hover {
	border-color: rgb(var(--evinta-secondary));
}

#request-demo .section {
	min-height: auto;
}

/*	clients
	==================================================*/

#clients {
	background-color: rgb(var(--evinta-grey2));
	min-height: auto;
}
#clients .clients-carousel .item {
	margin: 5px 25px;
	padding: 30px 0;
	text-align: center;
	outline: none;
}
@media screen and ( max-width: 991px ) {
	#clients .clients-carousel .item {
		margin: 0;
		padding: 0;
	}
}
#clients .clients-carousel .item .client-img {
	margin: 2px auto;
	border-radius: 10px;
	box-shadow: 0px 1px 2px #00000029;
	height: 150px;
    width: 200px;
    background-color: white;
}
#clients .clients-carousel .slick-slide {
	opacity: 0;
} 
#clients .clients-carousel .slick-slide.slick-active {
	opacity: 1;
	z-index: 1000;
	display: block;
}

/*	Modal
	==================================================*/ 

#modal .modal-dialog {
	max-width: 90vh;
}

@media screen and ( max-width: 575px ) { 
	#modal .modal-dialog {		
		max-width: 100%;
	}
}

#modal .modal-dialog .modal-content {
	border: none;
	border-radius: 0;
	width: auto;
}

#modal .modal-dialog .modal-content img {
	width: 100%;
    height: auto;
}

#modal .modal-dialog .close {
	color: rgb(var(--evinta-primary));
    position: absolute;
    right: 0;
    top: -7px;
    font-size: 30px;
}


/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
	.service-block  {
		margin-bottom: 30px;
	}
	#image img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	.faq-block {
		margin: 0 60px;
	}
	/* .navbar-nav>li>a {
		margin: 0 7px;
	} */
}
@media (max-width: 767px) {
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.faq-block {
		margin: 0 50px;
	}
	.navbar-nav>li>a {
		padding: 10px;
	}
	.header-button {
		margin: 0;
	}
	.navbar-right button {
		margin-top: 0;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4, .carousel-inner blockquote p {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	p.lead {
		font-size: 18px;
	}
	.overview p.lead {
		margin-bottom: 40px;
	}
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#newsletter form {
		width: 100%;
		margin: 0;
	}
	.input-lg, .btn-lg {
		font-size: 12px;
		height: 37px;
	}
	.faq-block {
		margin: 0 40px;
	}
	

}
@media (max-width: 490px) {
	.container {
		max-width: 430px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#intro .lp-element {
		margin-left: -30px;
		margin-right: -30px;
	}
	#intro h1 {
		font-size: 38px;
	}
	#intro p.lead {
		font-size: 1.5em;
	}
	#gallery .col-xs-6 {
		width: 50%;
	}
	.faq-block {
		margin: 0;
	}
}





