
/*
*
* Menu
* --------------------------------------------------
*/
/*header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    height: 70px;
    padding: 14px 0px;
	background-color:transparent;
	transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	transition: box-shadow 0.5s linear;
	-moz-transition: box-shadow 0.5s linear;
	-webkit-transition: box-shadow 0.5s linear;
}
@media (max-width: 1023px) {
	header {
		display: none;
	}
}
.header_logo {
	display: inline-block;
    padding-left: 85px;
}
.header_logo img {
	width: 145px;
}
.header_logo img:nth-of-type(1) {
	display: none;
}
.header_logo img:nth-of-type(2) {
	display: block;
}
@media (max-width: 1023px) {
	.header_logo img:nth-of-type(1) {
		display: block;
	}
}
@media (max-width: 996px) {
	.header_logo {
		padding-left: 0px;
		margin-top: 8px;
	}
	.header_logo img {
		width: 100px;
	}
}
.header_downmenu {
    padding-right: 220px;
    display: inherit;
}
@media (max-width: 1299px) {
	.header_downmenu {
		padding-right: 20px;
	}
}
.header_downmenu .header_downmenu_li  {
	display: inline-block;
    margin-right: 32px;
    position: relative;
}
.header_downmenu .header_downmenu_li:hover .header_downmenu_title {
	font-weight: 700;
	color: #fff;
}
.header_downmenu .header_downmenu_li.active:hover .header_downmenu_title {
	color: #004ff0 !important;
}
.header_downmenu .header_downmenu_li .header_downmenu_title {
    display: block;
	font-size: 15px;
    font-family: 'InterRegular';
    color: #fff;
	padding: 22px 0px;
}

.header_downmenu .header_downmenu_li:hover .header_downmenu_title::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.header_downmenu .header_downmenu_li.selected:hover .header_downmenu_title::before {
    background-color: #004ff0;
}
.header_downmenu .header_downmenu_li .header_downmenu_title i {
	display: none;
}
.header_downmenu .header_downmenu_li:hover .header_downmenu_title i {
	display: block;
	text-align: center;
	font-size: 20px;
    color: #fff;
}
.header_downmenu .header_downmenu_li.highlight:hover .header_downmenu_title i {
    color: #004ff0;
}
.header_downmenu .header_downmenu_li.downmenu__about_title:hover .header_downmenu_title,
.header_downmenu .header_downmenu_li.downmenu__service_title:hover .header_downmenu_title,
.header_downmenu .header_downmenu_li.downmenu__resource_title:hover .header_downmenu_title {
	padding: 22px 0px 0px 0px;
}
.header_downmenu_li ul {
	position: absolute;
    top: 69px;
    left: -80px;
    width: 248px;
    background-color: rgba(51, 51, 51, 0.949019607843137);
    padding: 24px 0px;
    border: none;
    border-top: 0px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-box-shadow: 0px 0px 3px rgba(121, 121, 121, 0.901960784313726);
    -webkit-box-shadow: 0px 0px 3px rgb(121 121 121 / 90%);
    box-shadow: 0px 0px 3px rgb(121 121 121 / 90%);
}
.header_downmenu_li ul li {
    padding: 14px 35px;
}
.header_downmenu_li ul a {
	font-family: 'InterRegular';
	color: #d7d7d7;
	line-height: normal;
}
.header_downmenu_li ul li:hover {
	background-color: #004FF0;
}
.header_downmenu_li ul a:hover {
	color: #fff;
}
.header_downmenu_li .downmenu_resource_content {
	width: 172px;
    left: -50px;
}
.header_downmenu_li .downmenu_about_content {
	width: 172px;
    left: -60px;
}
.downmenu_resource_content li,
.downmenu_about_content li  {
	text-align: center;
}

.navbar-default {
	display: none;
}
.navbar.navbar-default {
    margin-bottom: 0px;
}
@media (max-width: 1023px) {
	.navbar-default {
		display: block;
	}
	.collapse.in {
		display: block;
	}
}
.navbar.navbar-default {
    margin-bottom: 0px;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.collapse {
    display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.navbar-nav {
    margin: 7.5px -15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-family: 'InterRegular';
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover {
	font-weight: 700;
	color: #004ff0;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.dropdown, .dropup {
    position: relative;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 1399px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: rgba(51, 51, 51, 0.949019607843137);
		border-radius: 4px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		-moz-box-shadow: 0px 0px 3px rgba(121, 121, 121, 0.901960784313726);
		-webkit-box-shadow: 0px 0px 3px rgb(121 121 121 / 90%);
		box-shadow: 0px 0px 3px rgb(121 121 121 / 90%);
	}
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-content a {
	font-family: 'InterRegular';
    color: #d7d7d7;
    line-height: normal;
}
.dropdown-menu-content li {
	padding: 14px 35px;
}
.dropdown-menu-content li:hover {
	background-color: #004FF0;
}
*/

/*
*
* Banner
* --------------------------------------------------
*/
.vr-banner-section {
	position: relative;
}
.vr-banner-section img:nth-of-type(1) {
	display: block;
}
.vr-banner-section img:nth-of-type(2) {
	display: none;
}
.vr-banner-text {
	position: absolute;
    right: 10%;
    top: 50%;
	transform: translate(10%, -50%);
	float: right;
}
.vr-banner-text1 {
    max-width: 488px;
}
.vr-banner-text2 {
    max-width: 365px;
	float: right;
}
.vr-banner-section h2 {
	font-family: 'InterBlack';
	font-size: 30px;
    color: #333;
    line-height: normal;
    text-align: right;
}
.vr-banner-section h1 {
	font-family: 'InterBlack';
	font-size: 60px;
    color: #333;
    padding-bottom: 30px;
    line-height: 50px;
    text-align: right;
}
.vr-banner-section p {
	font-size: 16px;
    color: #f2f2f2;
    padding-bottom: 15px;
    line-height: 25px;
    text-align: right;
}
.vr-banner-arrow {
	position: absolute;
    bottom: 14%;
    right: 10%;
}
.vr-banner-arrow i {
	position: relative;
	color: #f2f2f2;
    font-size: 80px;
	-webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes drop {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes drop {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes drop {
    0% {
        top: 0;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1799px) {
	.vr-banner-arrow {
		bottom: 0;
	}
}
@media all and (max-width: 1399px) {
	.vr-banner-text1 p, .vr-banner-text2 {
		display: none;
	}
}
@media all and (max-width: 1200px) {
	.vr-banner-section p {
		font-size: 16px;
		padding-bottom: 10px;
		line-height: normal;
	}
}
@media all and (max-width: 767px) {
	.vr-banner-section h2 {
		font-size: 22px;
		line-height: normal;
	}
	.vr-banner-section h1 {
		font-size: 27px;
		padding-bottom: 10px;
		line-height: normal;
	}
	.vr-banner-arrow i {
		font-size: 50px;
	}
	.vr-banner-text {
		top: 20%;
		transform: translate(-10%, -20%);
	}
	.vr-banner-section img:nth-of-type(1) {
		display: none;
	}
	.vr-banner-section img:nth-of-type(2) {
		display: block;
	}
		
}

/*
*
* Connect without Boundaries
* --------------------------------------------------
*/
.vr-connect-section {
	background-color: #555;
}
.vr-connect-section .container-fluid,
.vr-connect-section .container-fluid .col-lg-3 {
	padding: 0;
}
.vr-connect-section .container-fluid .row {
	margin: 0;
}
.vr-connect-section h2 {
	font-family: 'InterRegular';
	font-size: 26px;
	color: #f2f2f2;
	padding: 22px 0px;
	text-align: center;
}
.vr-connect-item1 {
	background: linear-gradient(180deg, rgba(72, 72, 72, 1) 58%, rgba(44, 44, 44, 1) 100%);
}
.vr-connect-item2 {
	background: linear-gradient(180deg, rgba(86, 88, 104, 1) 37%, rgba(54, 55, 64, 1) 100%);
}
.vr-connect-item3 {
	background: linear-gradient(180deg, rgba(170, 170, 170, 1) 57%, rgba(137, 137, 137, 1) 100%);
}
.vr-connect-item4 {
	background: linear-gradient(180deg, rgba(154, 145, 140, 1) 58%, rgba(126, 116, 114, 1) 100%);
}
.vr-connect-text {
	padding: 35px 40px 30px 35px;
}
.vr-connect-text h3 {
	font-family: 'InterRegular';
	font-size: 26px;
	color: #d7d7d7;
	line-height: 31px;
	padding-bottom: 10px;
}
.vr-connect-text p {
	font-size: 15px;
	color: #d7d7d7;
	line-height: 25px;
	height: 150px;
}
.vr-connect-item3 .vr-connect-text h3,
.vr-connect-item3 .vr-connect-text p {
	color: #f2f2f2;
}
.vr-connect-item3 .vr-connect-text {
	padding: 35px 35px 30px;
}
.vr-connect-section img {
	width: 100%;
}
@media (min-width: 1200px) and (max-width: 1699px) {
	.vr-connect-text h3 {
		height: 72px;
	}	
	.vr-connect-text p {
		height: 240px;
	}
	.vr-connect-text, .vr-connect-item3 .vr-connect-text {
		padding: 35px 15px 30px;
	}
}
@media (max-width: 767px) {
    .vr-connect-section h2 {
		font-size: 24px;
	}	
	.vr-connect-text p {
		height: auto;
	}
}



/*
*
* Exhibit Showcase
* --------------------------------------------------
*/
@media (min-width: 1800px) {
	.vr-showcase-section .container {
		width: 1741px;
		max-width: 1741px;
	}
}
.vr-showcase-section {
	padding: 120px 0px 40px
}
.vr-showcase-section h3 {
	font-family: 'InterRegular';
	font-size: 40px;
	color: #333;
	line-height: 31px;
	text-align: center;
	padding-bottom: 20px;
}
.vr-showcase-section p {
	font-family: 'InterLight';
	font-size: 23px;
	color: #7f7f7f;
	line-height: normal;
	padding-bottom: 40px;
	text-align: center;
}
.vr-showcase-content {
	margin-bottom: 30px;
	max-width: 550px;
}
.vr-showcase-content ul {
    display: flex;
}
.vr-showcase-content ul li {
	display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    font-size: 13px;
    font-family: 'InterRegular';
    height: 40px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 35%);
    border-bottom-left-radius: 5px;
    width: 50%;
}
.vr-showcase-content ul li:last-child {
    background: #424242;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    width: 50%;
}
.vr-showcase-content i {
	font-size: 22px;
    padding-right: 10px;
}
.vr-showcase-content ul li.active {
	background: linear-gradient(180deg, rgba(18, 105, 224, 1) 0%, rgba(0, 68, 255, 1) 100%);
}
.vr-showcase-img {
	position: relative;
	overflow: hidden;
}
.vr-showcase-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.698039215686274);
}
.vr-showcase-overlay img {
	width: 150px;
}
.vr-showcase-overlay i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #f2f2f2;
}
.vr-showcase-overlay p {
	font-size: 15px;
    color: #f2f2f2;
    line-height: normal;
    font-family: 'InterRegular';
    padding: 0;
    position: absolute;
    bottom: 15%;
    left: 20%;
    transform: translate(-20%, 15%);
    width: 100%;
}
.vr-showcase-overlay img {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.vr-showcase-overlay h4{
	font-family: 'InterRegular';
    font-size: 40px;
    color: #f2f2f2;
	line-height: normal;
	padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vr-showcase-glasses  {
	position: relative;
}
.vr-showcase-glasses-text {
	position: absolute;
	bottom: 70px;
    left: 35px;
}
.vr-showcase-glasses-text p {
	font-size: 36px;
    color: #333;
    line-height: 49px;
    text-align: left;
    padding: 0;
    font-family: 'InterRegular';
}
.vr-showcase-glasses-text h3 {
	font-size: 40px;
    color: #333;
    line-height: 49px;
    text-align: left;
    padding: 0;
}
@media (min-width: 1200px) and (max-width: 1799px) {
	.vr-showcase-overlay img {
		width: 80px;
	}
	.vr-showcase-overlay h4{
		font-size: 27px;
	}
	.vr-showcase-glasses-text p {
		font-size: 20px;
		line-height: normal;
	}
	.vr-showcase-glasses-text h3 {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
    .vr-showcase-section h3 {
		font-size: 27px;
	}
	.vr-showcase-section p {
		font-size: 16px;
	}
	.vr-showcase-overlay p {
		font-size: 12px;
	} 
	.vr-showcase-overlay img {
		width: 60px;
	}
	.vr-showcase-overlay h4{
		font-size: 20px;
	}
	.vr-showcase-glasses-text p {
		line-height: normal;
	}
}



/*
*
* Request a Quote
* --------------------------------------------------
*/
.vr-quote-section {
	background-color: #f2f2f2;
	padding: 80px 0px 0px;
}
.vr-quote-text {
    text-align: center;
	padding-bottom: 70px;
}
.vr-quote-text h2 {
	font-family: "InterThin", sans-serif;
    font-size: 50px;
	font-weight: 200;
    line-height: normal;
    color: #555;
    padding-bottom: 30px;
}
.vr-quote-text p {
	font-family: "InterLight", sans-serif;
    font-size: 23px;
    line-height: normal;
    color: #7f7f7f;
    padding-bottom: 50px;
}
.vr-quote-text a {
	font-family: 'InterRegular';
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    padding: 14px 36px;
    background-color: #333;
}
.vr-quote-text a:hover  {
	background-color: #0061DF;
}
@media (max-width: 1200px) {
    .vr-quote-text h2 {
		font-size: 27px;
	}
	.vr-quote-text p {
		font-size: 16px;
		padding-bottom: 30px;
	}
}



/*
*
* Footer
* --------------------------------------------------
*/
/*@media (min-width: 1800px) {
	.vr-quote-section .container {
		width: 1741px;
		max-width: 1741px;
	}
}
.footer-contact-section {
	background-color: #f2f2f2;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid #d7d7d7;
    line-height: 45px;
}
.footer-left-section {
    max-width: 410px;
}
.footer-left-section p {
    font-size: 14px;
    color: #555;
}
.footer-left-section a {
    font-family: 'InterRegular';
    font-size: 14px;
    color: #555;
}
.footer-left-section a:hover {
	font-family: 'InterBold';
    color: #333;
}
.footer-right-section ul {
    float: right;
}
.footer-right-section ul li {
    font-family: 'InterRegular';
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-right: 5px;
}
.footer-right-section ul i {
    color: #7F7F7F;
    font-size: 24px;
}
.footer-right-section ul li:hover i {
	color: #333;
}
.footer-right-section .clutch-widget {
    float: left;
    width: 230px;
    overflow: hidden;
}
@media (max-width: 991px){
	.footer-contact-section{
		flex-direction: column;
		padding: 20px 0px;
	}
	.footer-left-section {
		padding-bottom: 20px;
		text-align: center;
	}
}
*/



/*
*
* Back To Top
* --------------------------------------------------
*/
/*.back-to-top {
	display: none;
    background: #004ff0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
}
.back-to-top:hover i {
	color: #fff;
    font-weight: 600;
}

*/

