body {
    direction: ltr;
	font-family: Arial,Helmet,Freesans,sans-serif;
}
.page-header {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;	
    width: 100%;
    height: auto;
    z-index: 9999;
    position: fixed;
	border-bottom: none;	
}


/* ====================================================================== */
/* ================ DorpDown Menu style ================================= */
/* ====================================================================== */
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


/* ====================================================================== */
/* ================ DorpDown Menu style ================================= */
/* ====================================================================== */



.page-header .navbar {
    border-radius: 0;
    margin-bottom: 0;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	background:#00000082;
	opacity:.7;
	transition:all .5s;
}
.page-header .navbar:hover{
	opacity:1;
	transition:all .5s;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar .in{
    max-height: 450px;
}
.navbar .in ul{
    float:left;
}
.navbar .in ul li{
	margin: 5px 1px;
}
.navbar .in ul li .dropdown-content{
    height: 0;
    overflow: hidden;
}
.page-header .navbar .toggle-icon span{
    background-color:#2196F3;
}
.page-on-scroll .page-header .navbar {
    background:rgba(0,0,0,0.7);
    border-bottom: 1px solid #000;
	padding:5px 0;
}
.page-on-scroll .page-header {
    background: #fff;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.page-on-scroll .page-header .navbar #btn-register {
	background: #2196F3;
	color: #fff;
}

.page-on-scroll .page-header .navbar-brand {
	padding: 0;
	transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    position: absolute;
    left: 30px;
    top: 5px;
}
.page-header .navbar-brand {
	margin:20px auto;
	padding:0;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    position: absolute;
    left: 30px;

}
.page-header .navbar-brand img {
    width: 150px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.page-header .navbar-brand img.logo-scroll {
    display: none;
}

.page-on-scroll .page-header .navbar-brand img.logo-scroll {
	display: block;
}

.page-on-scroll .page-header .navbar-brand img.logo-default {
	display: none;
}

.page-on-scroll .page-header .navbar-nav li {
	transition-duration: 400ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	list-style-type:none;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.page-header .navbar-toggle {
    border: none;
    margin: 20px 0 20px 15px;
	float:right;
}
.navbar-toggle {
    float: left;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
}
.page-header .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-brand {
    float: left;
}

.page-header .navbar-nav {
    float: right;
	margin:20px 0;
}
.page-header .navbar-nav li{
    overflow:visible;
	margin:0 1px;
	padding:0;
	border-left: 1px solid #22daff66;
    line-height: 20px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	list-style-type:none;
}
.page-header .navbar-nav li > a {
    padding: 5px 6px;
    font-size: 12px;
    font-weight: bolder;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 5px;
    transition: all .5s;
    font-family: inherit;
	text-decoration:none;
}
.dropdown {
    overflow: hidden;
}
.dropdown-menu {
    position: absolute;
    top: 17%;
    left: 90px;
    background-color: #5b5b5b;
}
.dropdown .dropbtn {
    font-size: 12px;
    font-weight: bolder;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    padding: 6px 14px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: all .5s;
}
.dropdown .dropbtn i{
margin-left: 3px;
color: #22daff8f;
font-size: 12px;
}
.active-menu , .page-header .navbar-nav li > a:hover,
.navbar a:hover, .dropdown:hover .dropbtn {
    background: #22daff;
    color: #3e3e3e !important;
    text-shadow: none ;
	border-radius:5px;
	transition:all .5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #5b5b5b;
	border-radius:5px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content ul {
	padding-left: 2px;
}

.dropdown-content a {
    float: none;
    color: #eee;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.language-nav{
    margin-left: 20px;
    display: inline-block;
    margin-top: 5px;
}

.page-header .navbar-nav li > a img {
	margin-left:-15px;
}
.active-lang{
	padding: 4px;
    border-radius: 5px;
    background: #484848;	
}

.page-header .navbar-nav li a img{
	display:inline-block;
}
.home-bg{
    background: #000 url(../images/Goroh.jpg) 50% 0 fixed;
    background-size: cover;
    background-position: 0 -170px;
    margin-bottom: 50px;
}

.text-head{
	font-size: 30px;
    color: #fff;
    padding-top: 130px;
    text-align: center;
}

.home-bg1{
	padding: 80px 15px 55px 15px;	
}

.goTop{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:20px;
	-webkit-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:#22daff url(../images/cd-top-arrow.svg) no-repeat 50% 50%;
	visibility:hidden;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition:opacity .3s 0,visibility 0 .3s;
	-moz-transition:opacity .3s 0,visibility 0 .3s;
	-ms-transition:opacity .3s 0,visibility 0 .3s;
	-o-transition:opacity .3s 0,visibility 0 .3s;
	transition:opacity .3s 0,visibility 0 .3s;
	cursor:pointer;
	z-index:100;
	border-radius: 5px;
}
.goTop.in, .goTop.out .goTop:hover{
	-webkit-transition: opacity .3s 0,visibility 0 0;
	-moz-transition: opacity .3s 0,visibility 0 0;
	-ms-transition: opacity .3s 0,visibility 0 0;
	-o-transition: opacity .3s 0,visibility 0 0;
	transition: opacity .3s 0,visibility 0 0;	
}
.goTop.in{
	visibility: visible;
	-ms-opacity: .5;
	opacity: .5;	
}
.goTop.out{
	-ms-opacity: .5;
	opacity: .5;
}

#download h2{
    text-align: center;
    color: #22daff;
    padding-bottom: 8px;
    padding-top: 17px;
    font-size:20px;
}
#download .btn{
    display: block;
    width: 250px;
    margin: 25px auto 100px;
    color: #22daff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    transition: all .5s;
    border: 3px solid #22daff;
    text-shadow: 0 1px 3px #000;
}
#download .btn:hover{
	transition:all .5s;
	background:#22daff;
	color:#fff;
}
#download .btn i{
    font-size: 23px;
    padding-left: 20px;
}
#hightlight  {
    background-image: url(../images/iStock_000004839451Medium_2.jpg);
    background-size: cover;
    padding: 100px 20px;
    background-repeat: no-repeat;
}
#hightlight .col-md-3 div  {
	background: rgba(255, 255, 255, 0.73);
    padding: 1px 1px 1px 4px;
    color: #22daff;
    border-radius: 5px;
}
#hightlight h2 {
	text-align: center;
    margin-bottom: 50px;
    color: #22daff;
    text-shadow: 0 2px 2px #444;
    font-size: 2.9em;
}
#hightlight h3 {
	font-size: 20px;
    font-weight: bold;
    transition: all .5s;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
	text-shadow: 0 1px 2px #000;
}
#hightlight ul li{
    list-style-type: none;
    color: #2f2f2f;
    border-left: 2px solid #22daff;
    padding: 0 0 0 7px;
    margin: 9px 0;
}

.footer{
    padding-top: 10px;
    background-image: url(../images/map-world.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: 57%;
    background-position-y: 100px;
}

.footer .col-md-3 p{
    color: #fff;
    padding: 26px 7px;
    text-align: justify;
    line-height: 26px;
    text-shadow: 0 2px 3px #000;
    background: rgba(91, 91, 91, 0.52);
    border-radius: 7px;
}

.footer .col-md-3 a img{
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.footer .col-md-3 ul{
    padding: 30px 50px 0 50px;
	color:#22daff;
}

.footer .col-md-3 ul li{
    padding-top: 10px;
    list-style-type: none;
}
.footer .col-md-3 ul li a{
	font-size: 13px;
    color: #22daff;
    font-weight: bold;
}
.footer form{
    text-align: center;
    position: inherit;
    margin: 30px auto 40px auto;
}
.social{
	margin-top:100px;
    display: block;
    text-align: center;
	height:80px;
}
.social a i{
    padding: 8px;
    color: #00daff;
    border-radius: 12px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    margin-left: 5px;
    transition: all .5s;
    background: rgba(91, 91, 91, 0.68);
    box-shadow: 0 2px 3px #222;
    text-shadow: 0 2px 3px #000;
}
.social a i:hover{
	color: #fff;
    transition: all 0.5s;
    background: #5b5b5b;
}
.footer-copyright{
    background: #2d2d2d;
    text-align: center;
    color: #9a9a9a;
    padding: 15px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 2px 3px #000;	
}
.footer-copyright a{
    color: #00daff;
    text-decoration: underline;
    font-size: 11px;
}

.about-header{
    padding: 0;
    background: #000 url(../images/banco-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center 20%;
    margin-bottom: 30px;
    height: 32vw;
}
.boxed{
    padding: 50px 40px 35px 40px;
    color: #565656;
    font-size: 15px;
}
.boxed .col-md-10{
	text-align:center;
}
.boxed .col-md-4{
	text-align:center;
}
.boxed .col-md-10 div{
	background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 100px;
}
.boxed >.row> .col-md-10> img{
    background: #22daff;
    padding: 15px;
    border-radius: 50%;
    width: 15%;
	border: 4px solid #ddd;
    margin-bottom: -80px;		
}
.boxed >.row> .col-md-4> img{
    background: #22daff;
    padding: 15px;
    border-radius: 50%;
    max-width: 35%;
    border: 4px solid #ddd;		
}
.boxed .col-md-10 p{
    text-align: justify;
    line-height: 36px;
    font-size: 18px;
    color: #656565;
}
.boxed .col-md-4 p{
	stext-align: justify;
    padding: 80px 10% 10px 10%;
    line-height: 24px;
    font-size: 15px;
    background: #f5f5f5;
    margin-top: -71px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #6b6b6b;
}
.boxed> .col-md-11>p >i{
    color: #22daff;
    font-size: 25px;
    margin-right: 10px;
    border: 2px solid #e8e8e8;
    padding: 6px 0;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
}
.boxed> .col-md-11> img{
	border: 2px solid #b3b3b3;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.boxed .col-md-3{
	text-align:center;
}

#map> .news-box{
    padding: 0px 0 20px 5%;
    color: #6b6b6b;
}
#map> .news-box > i{
    width: 86px;
    text-align: center;
    color: #fff;
    background: #22daff;
    border-radius: 50%;
    margin-top: -45px;
    border: 4px solid #ddd;
    padding: 15px 0;
    font-size: 48px;	
}
#map> .home-bg1> .row> .col-md-6> .news-box{
    padding: 0px 10px 10px 20px;
    border-radius: 7px;
    transition: all 1s;
    background: rgba(0, 0, 0, 0.35);
    margin-top: 30px;
}
#map> .home-bg1> .row> .col-md-6> .news-box > i{
	background: #22daff;
    padding: 4px 0;
    width: 86px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
    font-size: 70px;
    color: #fff;
    margin-top: -45px;
    text-shadow: 0 2px 3px #000;	
}
#map> .home-bg1> .row> .col-md-6> .news-box > h3{
    color: #fff;
    text-shadow: 0 2px 3px #000;
    padding-left: 5px;
    margin: 32px 0;
}
#map> .home-bg1> .row> .col-md-6> .news-box > p{
	font-size: 13px;
    margin:35px 0;
    text-align: left;
    background: none;
    padding: 0;
    text-shadow: none;
}
#map> .home-bg1> .row> .col-md-6> .news-box >p > i{
    color: #22daff;
    font-size: 21px;
	margin-right:8px;
    text-shadow: 2px 2px 3px #000;
}
#map> .home-bg1> .row> .col-md-6> .news-box > img{
    margin: 20px auto;
    border-radius: 5px;
    display: block;
}


.contact{
    padding:0;
    background: #000 url(../images/m2.jpg) fixed no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 30px;	
}
.contact h2{
	color: #fff;
    margin: 31px 0 50px 120px;
    text-shadow: 0 2px 3px #000;
    font-size: 43px;
    display: block;
    width: 300px;
}
#contact-form .col-md-6{
	background:#f5f5f5;
}
.news-box form input{
	border: 1px solid #22daff;
    border-radius: 5px;
    margin: 10px;
    padding: 5px;
    outline: none;	
}
.news-box form textarea{
    border: 1px solid #22daff;
    border-radius: 5px;
    margin:0;
    margin-top: 0;
    padding: 5px;
    outline: none;
    resize: none;
	display:block;
}
.contact-social{
    text-align: center;
    margin: 60px 0 0 0;
}
.contact-social h2{
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 3px #000;
    padding-bottom: 10px;
    width: 432px;
    margin: 0 auto 20px auto;
}
.contact-social i{
    padding: 8px;
    color: #22daff;
    border-radius: 12px;
    width: 42px;
    text-align: center;
    font-size: 22px;
    margin-left: 5px;
    transition: all .5s;
    background: #fff;
    box-shadow: 0 2px 3px #222;	
}
.contact-social i:hover{
	color: #fff;
    transition: all 0.5s;
    background: #5b5b5b;
    box-shadow: 0 0px 2px #222;	
}
.submit{
	background-color: #22daff;
    margin-left: 15px;
    margin-top: 25px;
    border: none;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    padding: 5px 15px;
    font-weight: bold;
	border-radius:5px;
	transition:all .5s;
	font-size: 25px;
    width: 100px;	
}
.submit:hover{
	background-color: #22daff;
    color: #000;
    text-shadow: none;
	transition:all .5s;
}
.bg-about {
	background: #000 url(../images/shiraz.jpg) no-repeat;
    background-size: cover;
	padding:0;
}
.bg-about h1{
    text-align: center;
    color: #fff;
    width: 249px;
    border-bottom: 1px solid #fff;
    display: block;
    margin: auto auto 20px auto;
    padding-bottom: 15px;
}
.bg-about p{
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 15px 8%;
    font-size: 22px;
    text-shadow: 0 2px 3px #000;
    line-height: 50px;
    margin: 0;
}
.boxed .col-md-11{
    padding: 20px 20px 20px 5%;
    line-height: 24px;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #6b6b6b;
    z-index: -1;
}
.boxed .col-md-11 p{
    margin: 20px 0;
    font-size: 15px;
}
.boxed .col-md-1 img{
	background: #22daff;
    padding: 15px;
    border-radius: 50%;
    width: 135px;
    margin-top: 15px;
    z-index: 1;
    border: 4px solid #ddd;
}

.download{
    padding:0;
    background: #000 url(../images/Mobile-13.jpg) fixed no-repeat;
    background-size: cover;
    background-position: 0 -80px;
}

.home-bg3{
    padding: 250px 15px 0 15px;
}

.download h2{
    color:#000;
    background-color:rgba(255,255,255,0.8);
    width: 40%;
    padding: 15px 75px;
    border-radius: 20px;
}

.container h3 {
    margin-top: 45px;
    margin-left: 70px;
}

.download-box-1{
    background-color: #eee;
    margin-top: 90px;
    border-radius: 10px;
    padding-bottom: 30px;
}

#d1{
    text-align:center;
}

#d2{
    background-color:#22daff;
    color:#fff;
    border-radius:5px;
    padding:5px 15px;
    border: 1px solid #22daff;	
	transition:all .5s;
    margin-bottom:10px;
}

#d2:hover {
    background-color:#fff;
    color:#22daff;
    border-radius:5px;
    padding:5px 15px;
	transition:all .5s;
}

.mini-box{
    margin-top: 60px;
    text-align: center;
}

.mini-box .col-md-3{
    margin-bottom:50px;
}

.download-img1{
    margin-left: -70px;
    margin-bottom: -120px;
    margin-top: 20px;
    background: #22daff;
    padding: 20px 25px;
    border-radius: 50%;
    border: 4px solid #ddd;
    font-size: 70px;
    color: #fff;
}

.download-img{
    width:100px;
}

.news{
    background-image:url(../images/Building-City-For-Effect-Camera-Wallpaper-Images-68.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    padding:0;
    background-position: 0 -80px;
	height: 300px;
}

.news-box1 .col-md-4 img{
    width:100%;
    height:150px;
    margin-top:10px;
    border-radius:10px;
}

.news-box1 {
    background-color:#eee;
    border-radius:10px;
    padding:50px 20px 20px;
    margin-top:80px;
    margin-bottom:20px;
}

.news-box{
    padding:0 60px;
}

.news-box h6{
    font-size:25px;
    color:#22DAFF;
}

.news-img1{
    background: #22daff;
    padding: 15px 20px;
    border-radius: 50%;
    border: 4px solid #ddd;
    font-size: 70px;
    color: #fff;
    margin-top: -120px;
    margin-left: 125px;
}

.more-btn a{
    color:#fff;
    padding: 2px;
    background-color: #22DAFF;
    border-radius: 5px;
    width: 6%;
    text-align: center;
    float:right;
    box-shadow:1px 1px 3px #aaa;
    transition:all .5s;
}

.more-btn a:hover{
     color:#22DAFF;
     padding: 2px;
     background-color: #fff;
     border-radius: 5px;
     width: 6%;
     text-align: center;
     box-shadow:1px 1px 3px #aaa;
     float:right;
}

.font{
    padding:5px 10px;
    color:#aaa;
}

.font:hover{
    padding:5px 10px;
    color:#000;
}

.reference{
    padding:0;
    background: #000 url(../images/Hand-Mobile-3.jpg) fixed no-repeat;
    background-size: cover;
    background-position: 0 -100px;
}

.reference-box1{
    background-color:#eee;
    border-radius:10px;
    padding:50px 20px 20px;
    margin-top:80px;
    margin-bottom:50px;
}

.reference-img1 {
    background: #22daff;
    padding: 15px 20px;
    border-radius: 50%;
    border: 4px solid #ddd;
    font-size: 70px;
    color: #fff;
    position: absolute;
    left: 70px;
    margin-top: -20px;
}

.reference-box1 .col-md-4 img{
    width: 40%;
    margin-left: 90px;
    margin-top: 90px;
}


@media(max-width:950px) {
    #box-contin .col-md-6 h3{
        font-size:15px;
    }
    .footer-copyright{
        font-size:10px;
    }
    .overlay ul{
        font-size:12px;
    }
}
.headingP {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    background-color: rgba(0,0,0,.6);
    padding-top: 150px;
    padding-bottom: 124px;
}

.bankingHeader {
    background-image: url(../images/Banking.jpg);
    height: 300px;
    background-size: contain;
    background-attachment: fixed;
}

.bankingDiv {
    padding-top: 60px;
	padding-bottom:100px;
    background-image: url(../images/background2.jpg);
    background-size: cover;
    background-attachment: fixed;
    direction: ltr;
    text-align: justify;
	min-height: 550px;
}

    .bankingDiv p {
        line-height: 30px;
    }

    .bankingDiv li, h2, h4 {
        margin-bottom: 15px;
    }

    .bankingDiv img {
        display: block;
        margin: 30px auto;
    }

.BIHeader {
    background-image: url(../images/BI.jpg);
    background-position: 0 -190px;
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
}

.profassionalHeader {
    background-image: url(../images/professional.png);
    background-position: 0 -160px;
    height: 300px;
    background-size: cover;
}

.virtualHeader {
    background-image: url(../images/virtual.png);
    background-position: 0 -160px;
    height: 300px;
    background-size: contain;
    background-attachment: fixed;
}

