html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}
body{margin:0; height:100%; font-family: Inter-Regular, Arial, Helvetica, sans-serif; color:#ffffff; font-size:16px; line-height:30px; background:#00071c}

a:link.w3-text {color:inherit;}
a:active.w3-text {color:inherit;}
a:visited.w3-text {color:inherit;}
a:hover.w3-text {text-decoration:none;}

a:link.w3-text2 {color:inherit;text-decoration:none}
a:active.w3-text2 {color:inherit;text-decoration:none}
a:visited.w3-text2 {color:inherit;text-decoration:none}
a:hover.w3-text2 {text-decoration:none}

a:link.w3-text3 {color:#ffffff;text-decoration:none}
a:active.w3-text3 {color:#ffffff;text-decoration:none}
a:visited.w3-text3 {color:#ffffff;text-decoration:none}
a:hover.w3-text3 {text-decoration:none; color: #ff4d00}

a:link.w3-text4 {color:#ff4d00;text-decoration:none}
a:active.w3-text4 {color:#ff4d00;text-decoration:none}
a:visited.w3-text4 {color:#ff4d00;text-decoration:none}
a:hover.w3-text4 {text-decoration:none; color: #ffffff}

h1{font-family:Inter-Bold; font-size:96px; line-height:1em; margin:0; font-weight:normal}
h2{font-family:Inter-Bold; font-size:40px; line-height:1.5em; margin:0}
h3{font-family:Inter-Bold; font-size:48px; line-height:1.5em; margin:0}

.pH{font-family:Inter-Bold;font-size:28px; line-height:38px}

.p1{font-size:18px; line-height:30px; font-weight:400}
.p2{font-size:24px!important; line-height:36px!important; font-weight:400!important}
.p3{font-size:20px; line-height:32px; font-weight:400}
.p4{font-size:15px; line-height:24px; font-weight:400}

.bold{font-family:Inter-Bold}
.white{color:#ffffff}
.orange{color:#ff4d00}
.black{color:#000000}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center{-webkit-justify-content:center; justify-content:center; -webkit-align-items:center; align-items:center;}
.content-right{-webkit-justify-content:flex-end; justify-content:flex-end}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:0px}
	
#top{width:100%; transition:all 1s ease}
.logo, .logo2{padding:0px; margin:20px}

.banner{margin-top:0px; min-height:700px}
.banner-text{max-width:600px; font-size:1.333em; line-height:1.5em}
/*
.banner2 {width: 100%; position: relative; padding: 200px 10%; display: flex; flex-direction: column; justify-content: center; overflow: hidden; z-index:-1; background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.57) 100%); mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%)}
*/
.banner2 {width: 100%; position: relative; padding: 200px 10%; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background-image: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.57) 100%); mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%)}

/* Optional: Adding a slight 'glow' or 'mist' like the original */
.banner2::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(28, 58, 106, 0.4), transparent 50%);
    pointer-events: none;
}

/*
.map-container{width:100%; position:fixed; top:0; left:0; z-index:99999}
.map{position:relative; height:600px; border:2px solid #000000}
.close {color: #ffffff; font-size:1.5em; line-height:1em; padding:20px; background:#000000; position:absolute; top:0; right:0}
.close:hover,.close:focus {color: #999999; text-decoration: none; cursor: pointer; transition:all 1s ease;}
*/
.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}

.button {border: 1px solid #000000;background:#000000; color:#ff4d00;padding: 10px 20px; margin:10px 0px; width:164px; height:44px; font-family:Inter-Regular; font-size:18px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 30px; transition: 0.6s}
.button:hover {background:#ff4d00; border: 1px solid #ff4d00; color:#000000}
.button2 {border: 1px solid #000000;background:#000000; color:#ff4d00;padding: 10px 20px; margin:20px 0px; width:164px; height:44px; font-family:Inter-Regular; font-size:18px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 30px; transition: 0.6s}
.button2:hover {background:#ffffff; border: 1px solid #ffffff; color:#000000}
/*
.footer {flex-shrink: 0; background:#000000; font-family:opensans-regular}
.footer-text {font-size:0.888em; line-height:1.5em}
.footer-item {padding:0px 10px 10px 10px; font-size:0.777em; line-height:1.5em; color:#999999}
*/
.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-20{padding:20px}
.w3-padding-30{padding:30px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top{position:fixed; top:0; width:100%; z-index:9999}
.w3-top1{width:100%; height:50px; background:#000000; color:#ffffff; font-size:24px; text-decoration:none}/*1.5em 24px*/
.w3-top2{background:url(images/bgTop.png) bottom repeat-x; color:#000000; -webkit-align-items:center; align-items:center}
.w3-top2R{background:#000000; color:#ffffff; -webkit-align-items:center; align-items:center}
.w3-top2-logo{width:20%}
.w3-top2-menu{width:60%; -webkit-align-items:center; align-items:center;}

.w3-topM{position:fixed; width:49.99999%; color:#ffffff;padding:0; z-index:9999; top:50px; background:#000000}

/* top menu */
.nav-toggle {
  display: none;
}

/* STYLING/POSITIONING THE MENU */
.nav-toggle-label {
  z-index:9999999 ;
  position: absolute;
  top: 0;
  right: 0px;
  margin-right: 1em;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #ffffff;
  height: 6px;
  width: 30px;
  border-radius: 0px; 
  position: relative;
  transition: all .5s ease-in-out;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before {
  bottom: 10px;
}
.nav-toggle-label span::after {
  top: 10px;
}

#nav-toggle:checked ~ .nav-toggle-label span {
  background: none; /* setting it to the same background as header so it "disappears" */
}

/* transforming the before and after span into an X */
#nav-toggle:checked ~ .nav-toggle-label span::before {
  transform: rotate(45deg);
  bottom: 0;
  background: #ff4d00;
}

#nav-toggle:checked ~ .nav-toggle-label span::after {
  transform: rotate(-45deg);
  top: 0;
  background: #ff4d00;
}

#menu {
  z-index:999999 ;
  position: absolute;
  background: #000000;
  opacity:0.9;
  text-align: center;
  /*top: 100%; /* puts itself directly under the preceeding relative positioned element */
  left: 0;
  width: 100%;
  height:1000px;
  transform: scale(1, 0);
  transform-origin: top; /* menu appears from the top instead if center, try and comment this out and see for yourself */
  transition: transform .4s ease-in-out;
}

#menu ul {
  list-style: none;
	padding: 0;
}

#menu li {
  /*padding: 20px 0px 20px 0px;*/
  padding: 20px 0px 0px 0px;
}

#menu a {
  text-decoration: none;
  color: #fff;
  font-family:Inter-Regular;
  font-size: 16px;
  /*text-transform: uppercase;*/
  opacity: 0;
  transition: opacity .15s ease-in-out;
  padding:0
}

#menu a:hover {
  color: #f3723a;
}

#menu2 a {
  text-decoration: none;
  color: #fff;
  font-family:Inter-Regular;
  font-size: 16px;
  text-transform: none;
  opacity: 0;
  background: #000000;
  opacity:0.85;
  transition: opacity .15s ease-in-out;
}

#menu2 a:hover {
  color: #f3723a;
  text-decoration:none;
}

#nav-toggle:checked + #menu {
  transform: scale(1, 1);
}
#nav-toggle:checked ~ #menu a {
  opacity: 1;
  transition: opacity .25s ease-in-out .35s;
}

/*Drop-Down*/

      .nav-item{
        position: relative;
        border-top: 0px solid trandsparent;
        border-bottom: 0px solid trandsparent;
        float: left;
        list-style: none;
        width: 100%;
        color: #fff;
  font-family:Inter-Regular;
  font-size: 18px;
  /*text-transform: uppercase;*/
  cursor: pointer;
        }

.child {display: none;margin: 0}
.child li {width:100%}
ul{list-style: none;}
       
      .sub-nav {
          width: 100%;
          position: relative;
          margin: 0;
          padding:0;
          overflow: hidden;
	  }
          .sub-nav-item{
  			font-family:Inter-Regular;
            position: relative;
            float: left;
            list-style: none;
            width: 100%;
            color: #fff;
            font-size: 16px;
            overflow: hidden;
            cursor: pointer;
            }

/* mobile dropdown */

.mobile-child,
.mobile-child2 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    padding-left: 20px;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out, padding 0.3s ease-out;
}

.mobile-parent input:checked + .mobile-child {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    padding-left: 0;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in, transform 0.5s ease-in, padding 0.3s ease-in;
}

.mobile-parent2 input:checked + .mobile-child2 {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    padding-left: 0;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in, transform 0.5s ease-in, padding 0.3s ease-in;
}

.mobile-parent input,
.mobile-parent2 input{
    display: none;
}
	
}/*End top menu*/
.w3-button{border:none;display:inline-block;padding:10px 20px 10px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Inter-Bold; font-size:16px; line-height:25px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:700}
a:hover.w3-button{color:#ff4d00;text-decoration:none}
.w3-button2{border:none;display:inline-block;padding:10px 30px 0px 30px;/*vertical-align:middle;*/overflow:hidden;text-decoration:none; font-family:Inter-Regular; font-size:15px; line-height:25px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500}
a:hover.w3-button2{color:#ff4d00;text-decoration:none}
.w3-button2a{border-top:none;display:inline-block;padding:10px 30px;/*vertical-align:middle;*/overflow:hidden;text-decoration:none; font-family:Inter-Regular; font-size:15px; line-height:25px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500}
a:hover.w3-button2a{color:#ff4d00;text-decoration:none}
.button-separator {border: 0; height: 1px; background-color: #ff4d00; margin: 0; width: 80%; margin-left: 10%;}

.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none; margin-left:-55px!important;}
.child2 li {background: #000000; width:100%;}
.parent3 {position: relative}
.parent3:hover > .child3 {display: block; position: absolute; left: 100%;      /* opens to the right */top: 0}
.child3 {display: none; margin-left: -40px !important}
.child3 li {background: #000000; width: 100%}
.ul2{list-style: none;margin: 0;}

.footer{font-family:Inter-Regular, Arial, Helvetica, sans-serif; color:#333333; font-size:14px; line-height:24px}
a:link.footer{color:#f3723a}
a:active.footer{color:#f3723a}
a:visited.footer{color:#f3723a}
a:hover.footer{text-decoration:none}

.footer2{font-family:Inter-Regular, Arial, Helvetica, sans-serif; color:#333333; font-size:14px; line-height:24px}
a:link.footer2{color:#333333}
a:active.footer2{color:#333333}
a:visited.footer2{color:#333333}
a:hover.footer2{text-decoration:none}

.footer-menu-container{width:100%; background:#ffffff; color:#ffffff}
.footer-menu{-webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap}
.footer-menu-title{padding:0px 0px 0px 0px; font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; text-decoration:none; line-height:35px}
a:hover.footer-menu-title{text-decoration:none; color: #f3723a}
.footer-menu-link{padding:0px 0px 0px 0px; font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 15px; color: #ffffff; text-decoration:none; line-height:35px}
a:hover.footer-menu-link{text-decoration:none; color: #f3723a}
.footer-menu-link2{padding:0px 0px 6px 0px; margin:6px 0px ;font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; text-decoration:none; line-height:20px}
a:hover.footer-menu-link2{text-decoration:none; color: #f3723a}
.footer-menu-P{padding:0px 0px 0px 0px; font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; text-decoration:none; line-height:35px}
a:hover.footer-menu-P{text-decoration:none; color: #f3723a}

.footer-link{font-family:Inter-Bold; font-size:20px; line-height:1.5em; font-weight:700}

/* Logo effect */
		header, a, img, li{
			transition: all 0.5s;
			-moz-transition: all 0.5s; /* Firefox 4 */
			-webkit-transition: all 0.5s; /* Safari and Chrome */
			-o-transition: all 0.5s; /* Opera */
		}

			header.large img{
				width: 250px;
				height: 104px;
			}

			header.small img{ 
				width: 200px; 
				height: 83px; 
				/*margin-top: -12px;*/ 
			}
/*End Logo effect */

/*Right-to-Left Color Swap Link Hover Effect*/
.rainbow-underline {
  transition: background-size 400ms;
  text-align: center;
}

/*Left-to-Right Color Swap Link Hover Effect*/
.left-to-righ-color-swap {
  position: relative;
  display: inline-block;
  /*font-size: 2em;
  font-weight: 800;*/
  color: #999999;
  overflow: hidden;
  background: linear-gradient(to right, #ffffff, #ffffff 50%, #999999 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
  padding: 10px 0 0px 0;
}
.left-to-righ-color-swap:hover {
  background-position: 0 100%;
}

/*Right-to-Left Color Swap Link Hover Effect*/
.right-to-left-color-swap {
  /*background-image: linear-gradient(to right, #999999, #999999 50%, #fff 50%);*/
  background-image: linear-gradient(to left, #999999, #999999 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 10px 0 10px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.right-to-left-color-swap:before {
  content: "";
  background: #999999;
  display: block;
  position: absolute;
  bottom: -0px;
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.right-to-left-color-swap:hover {
  background-position: 0;*/
}
.right-to-left-color-swap:hover::before {
  width: 100%;
}

/*the growing background link hover effect*/
.swappin-link {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.swappin-link::before, .swappin-link::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}
.swappin-link::before {
  background-color: #54b3d6;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.swappin-link::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #54b3d6;
}
.swappin-link:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.swappin-link:hover::after {
  transform: translate3d(0, 0, 0);
}
.swappin-link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.swappin-link:hover span {
  transform: translate3d(-200%, 0, 0);
}

.sliding-highlight {
  box-shadow: inset 0 0 0 0 #999999;
  color: #ffffff;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.sliding-highlight:hover {
  box-shadow: inset 200px 0 0 0 #999999;
  color: white;
  text-decoration:none;
}

.sliding-highlight2 {
  box-shadow: inset 0 0 0 0 #000000;
  color: #000000;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.sliding-highlight2:hover {
  box-shadow: inset 200px 0 0 0 #000000;
  color: white;
  text-decoration:none;
}

/*END*/

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

/*Animation*/
.reveal {
  position: relative;
  opacity: 0;

  /* GPU & WebKit fixes */
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
}
.active.fade-bottom  { animation: fade-bottom 0.8s ease-out both; }
.active.fade-bottom2 { animation: fade-bottom 1.1s ease-out both; }
.active.fade-bottom3 { animation: fade-bottom 1.4s ease-out both; }
.active.fade-bottom4 { animation: fade-bottom 1.7s ease-out both; }
.active.fade-bottom5 { animation: fade-bottom 2.0s ease-out both; }
.active.fade-bottom6 { animation: fade-bottom 2.3s ease-out both; }

.active.fade-left  { animation: fade-left 0.8s ease-out both; }
.active.fade-left2 { animation: fade-left 1.5s ease-out both; }

.active.fade-right  { animation: fade-right 0.8s ease-out both; }
.active.fade-right2 { animation: fade-right 1.5s ease-out both; }

@keyframes fade-bottom {
  0% {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translate3d(-25px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translate3d(25px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*Animation2 - Auto show*/
.animated {animation: .8s ease-out}
/*.animated2 {animation: 2s ease-out}
.animated3 {animation: 4s ease-out}*/
.animated2 {animation: fadeIn 1.5s ease-in both}
.animated3 {animation: fadeIn 2s ease-in both}
.animated4 {animation: 4s ease-out}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}
/*End Animation2 - Auto show*/

/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 2.5s ease-in both;
}
.sw-2 {
  animation-delay: 1s;
}
.sw-3 {
  animation-delay: 1.5s;
}
.sw-4 {
  animation-delay: 2s;
}
.sw-5 {
  animation-delay: 2.5s;
}
.sw-6 {
  animation-delay: 3s;
}

@keyframes fadeIn {
100% {
    opacity: 1;
  }		
/*	
 0% {
		opacity: 0;
		transform: translate3d(100%);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
*/  
}
/*End showing2 1 by 1*/


/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 1.5s ease-in both;
}
.sw-2 {
  animation-delay: 1s;
}
.sw-3 {
  animation-delay: 1.5s;
}
.sw-4 {
  animation-delay: 2s;
}
.sw-5 {
  animation-delay: 2.5s;
}
.sw-6 {
  animation-delay: 3s;
}
.sw-7 {
  animation-delay: 3.5s;
}
.sw-8 {
  animation-delay: 4s;
}
.sw-9 {
  animation-delay: 4.5s;
}
.sw-10 {
  animation-delay: 5s;
}
.sw-11 {
  animation-delay: 5.5s;
}
.sw-12 {
  animation-delay: 6s;
}
.sw-13 {
  animation-delay: 6.5s;
}
.sw-14 {
  animation-delay: 7s;
}
.sw-15 {
  animation-delay: 7.5s;
}
.sw-16 {
  animation-delay: 8s;
}
.sw-17 {
  animation-delay: 8.5s;
}
.sw-18 {
  animation-delay: 9s;
}


@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 1*/

.footer-direction{-webkit-flex-direction:column; flex-direction:column}

/*image Border*/
#rcorners1 {
  border-radius: 30px;
}
#rcorners2 {
  border-radius: 50px;
}
#rcornersR {
  border-radius: 0px 50px 50px 0px;
}
#rcornersL {
  border-radius: 50px 0px 0px 50px;
}

/*End image Border*/

.g-recaptcha{margin:25px 0px 0px 0px}

.enquiry-container{min-width:320px; width:100%; margin-top:0px; padding:10px; background:inherit}
.enquiry-container .form{padding:60px 30px}
#contactForm label{display:block;font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff; line-height:30px}
#contactForm input,select{padding-left:10px; margin-bottom:20px; border: none;border-bottom: 1px solid #ffffff; display:block;width:100%; max-width:600px; height:60px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; background-color: transparent}
#contactForm textarea{display:block;width:100%; max-width:600px; height:200px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; padding:10px; margin-bottom:10px; border: none;border-bottom: 1px solid #ffffff; background-color:transparent}
#contactForm .hidetext{display:none; visibility:hidden}

.contactForm .label{display:block;font-family:Inter-Bold, Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff; line-height:30px}
.contactForm .input,select{padding-left:10px; margin-bottom:20px; border: none;border-bottom: 1px solid #ffffff; display:block;width:100%; max-width:600px; height:60px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; background-color:transparent}
.contactForm .textarea{display:block;width:100%; max-width:600px; height:200px; font-family:Inter-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; padding:10px; margin-bottom:10px; border: none;border-bottom: 1px solid #ffffff; background-color:transparent}
.contactForm .hidetext{display:none; visibility:hidden}


/*SideSlider*/
.overflow {
  width: 100%;
  height: 58%;
/*  padding: 0 1.1vmax;*/
  padding: 0 0 60px 16.66%;/*0 0 60px 16.66%*/
  margin: 0;
/*  margin-top:-40px;*/
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overflow.animation-reveal {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.strip_of {
  background-color: inherit;
  height: 57%;
  width: 1.1rem;
  z-index: 99;
  position: absolute;
}
.strip_of.paper1 {
/*  transform: translate(55vw, 0%);*/
}
.strip_of.paper2 {
/*  transform: translate(15vw, 0%);*/
}
.strip_of.invisible {
  visibility: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
  padding: 0 1rem;/*1rem*/
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.home-service {
  margin: 0 30px 50px 0px;
  overflow: hidden;
  border-radius: 50px;
  height: 430px;/*50vh*/
  width: 423px;/*24.6*/
  position: relative;
  background-size: cover;
  cursor: pointer;
/*  transition: width 0.16s ease-in-out, height 0.16s ease-in-out;*/
  transition: 0.2s ease;
  font-size: 22px;
  line-height: 30px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-service .sliderT {
  font-family:Inter-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 0%;
  padding: 2rem;
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
.home-service .sliderT2 {
  font-family:Inter-Bold, Arial, Helvetica, sans-serif;
  font-size: 96px;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  height: 30%;
  padding: 2rem;
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
.home-service .sliderT3 {
  font-family:Inter-Bold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 40%;
  padding: 2rem;
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}

.home-service .slider {
  font-family:Inter-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ff4d00;
  text-align: left;
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column;
  width: 100%;
  height: 75%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
.home-service .slider:hover {
  color: #ffffff;
  transition: 0.2s ease;
}
.buttonL {border: 1px solid #000000;background:#000000; color:#ff4d00;padding: 10px 20px; margin:10px 0px; width:164px; height:44px; font-family:Inter-Regular; font-size:18px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 30px; transition: 0.6s}
.buttonL:hover {background:#ff4d00; border: 1px solid #ff4d00; color:#000000}

.home-service .slider2 {
  font-family:Inter-Regular, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #ffffff;/*#333333*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
/*.home-service .slider2:hover {
  color: #ffffff;
  transition: 0.2s ease;
}*/

.home-service.is-selected {
  transform: scale(1.05);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
/*  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);*/
  transition: 0.2s ease;
}

.home-service-bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
/*  left: 100px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transform: translate(0%, 8%);
  vertical-align: middle;
}

.flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*End SideSlider*/

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/*opacity: 0.3;*/
	transition: 0.6s;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.3); 
	pointer-events: none; 
	z-index: 1;
}

.container1:hover .overlay2 {
	/*opacity: 0.3;*/
	opacity: 1;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: Inter-Regular, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;	
	top: 80%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	z-index: 2;
}
/* END image mouseover */

.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

@media (max-width:600px){
	body{font-size:16px!important; line-height:1.666em!important}
	
	h1{font-size:40px!important; line-height:50px!important}
	h2{font-size:30px!important; line-height:1.5em!important}
	h3{font-size:32px!important; line-height:1.5em!important}/*3em*/
	
	.pH{font-family:Inter-Bold;font-size:24px; line-height:30px}
	.p1{font-size:16px; line-height:28px}
	.p2{font-size:20px!important; line-height:30px!important}
	.p3{font-size:18px; line-height:30px}
	.p4{font-size:14px; line-height:22px}
	
	#rcorners1 {border-radius: 30px}	
	#rcorners2 {border-radius: 20px}
	#rcornersR {border-radius: 0px 30px 30px 0px;}
	#rcornersL {border-radius: 30px 0px 0px 30px;}

.nav-toggle-label {
  top: 40px;
  right: 0px;
}
/*
#menu {
  width: 100%;
  height:400px;
}
*/
#menu a {
  font-size: 16px;
}

#menu2 a {
  font-size: 16px;
}

	.left-to-righ-color-swap {
  	padding: 14px 0 14px 0;
	}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	
	.revealS {opacity: 1}
	
	.logo{width:110px; margin:20px!important}
	.logo2{width:110px; margin:20px!important}
	
			header.large img{
				width: 110px;
				height: 46px;
			}

			header.small img{ 
				width: 110px;
				height: 46px;
				margin-top: 0px; 
			}

.carousel {
  padding: 0 1rem;/*1rem*/
}

	.overflow {padding:20px 0}
	.home-service {font-size:16px;height: 45vh; width: 70%}/*height: 36vh; width: 70%*/
	.home-service .sliderT{padding:1.5rem; font-size:16px; line-height:20px;height: 0%}	
	.home-service .sliderT2{padding:1.5rem; font-size:60px;height: 32%}	
	.home-service .sliderT3{padding:1.5rem; font-size:16px; line-height:20px;height: 45%}	
	.home-service .slider{padding:1.5rem; font-size:15px;height: 72%}	

	.strip_of{height: 64%}
	.home-service-button{font-size:20px}
	.home-service-button.next {transform: translate(35vw)}
	.carousel-slide {flex: 1 0 90%;}

	.banner{margin-top:0px!important; min-height:400px!important}
	.banner2{margin-top:0px; /*min-height:250px;*/ padding:100px 5%}

	
	.box-padding{padding:30px 20px}
	.box-padding2{padding:20px}
	.box-paddingM{padding:0px 20px 20px 20px}

	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-top2-logo{width:20%!important}
	.w3-top2-menu{width:40%!important; -webkit-justify-content:flex-end!important; justify-content:flex-end!important}

	.w3-hide-x-small{display:none!important}

	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 20px}
	.w3-padding3{padding:30px 20px 0px 20px}
	.w3-padding-x{padding:0px 10px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-z{padding:30px 0px 0px 0px}
	
	.footer{font-size:12px; line-height:24px}
	.footer2{font-size:12px; line-height:24px}
	.w3-padding-footer{padding:10px 0px!important}
	.w3-padding-footer2{padding:10px 0px!important}
	.w3-padding-footerMenu{padding:30px 10px 10px 10px}
	.footer-link {font-size: 14px; line-height:24px}

	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs6{width:49.99999%}
	/*.w3-col.xs8{width:66.66666%}*/
	.w3-col.xs8{width:60%}
	.w3-col.xs9{width:40%}
	/*.w3-col.xs9{width:74.99999%}*/
	
	.w3-col.xs10{width:89.99999%}
	.w3-col.xs11{width:9.99999%}
	
	.w3-col.holeNum{width:11.11111%}
	}


@media (min-width:601px) and (max-width:992px){
	h1{font-size:60px!important; line-height:70px!important}
	h2{font-size:34px!important; line-height:1.5em!important}
	h3{font-size:40px!important; line-height:1.5em!important}/*3.333em*/
	
	.banner{margin-top:0px!important; min-height:500px!important}
	.banner2{margin-top:0px!important; /*min-height:300px!important*/}

.nav-toggle-label {
  top: 40px;
  right: 0px;
}

	.pH{font-size:22px; line-height:35px}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}

	.revealS {opacity: 1}
	
	.logo{width:117px; margin:20px!important}
	.logo2{margin:20px!important}
	
			header.large img{
				width: 150px;
				height: 62px;
			}
			header.small img{ 
				width: 150px; 
				height: 62px; 
			}

.carousel {
  padding: 0 1rem;/*1rem*/
}

	.overflow {padding:30px}
	.flickity-viewport {left:50px}
	/*.home-service {font-size:20px; width: 50%; height: 33vh}
	.home-service .slider{padding:1rem}*/
	
	.home-service {font-size:16px;height: 45vh; width: 50%}/*height: 36vh; width: 70%*/
	.home-service .sliderT{padding:1.5rem; font-size:16px; line-height:20px;height: 0%}	
	.home-service .sliderT2{padding:1.5rem; font-size:60px;height: 32%}	
	.home-service .sliderT3{padding:1.5rem; font-size:16px; line-height:20px;height: 45%}	
	.home-service .slider{padding:1.5rem; font-size:15px;height: 75%}	
	
	
	.strip_of{height: 65%}

	.box-padding{padding:30px}
	.box-padding2{padding:20px}
	.box-paddingM{padding:0px 20px 20px 20px}
	
	.footer-center{text-align:center}
	.w3-padding-footerMenu{padding:30px 20px 10px 20px}
	.footer-menu-title{padding:0px 0px 0px 0px; font-size:16px}
	
	.w3-padding-footer{padding:20px 20px!important}
	.w3-padding-footer2{padding:15px 0px!important}
	.w3-padding-footer3{padding:30px 20px!important}
	
	.w3-top2-logo{width:20%!important}
	.w3-top2-menu{width:40%!important; -webkit-justify-content:flex-end!important; justify-content:flex-end!important}

	.w3-hide-small{display:none!important}

	.w3-padding{padding:30px 20px}
	.w3-padding2{padding:30px 40px}
	.w3-padding3{padding:30px 20px 0px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-z{padding:30px 0px 0px 0px}

	.w3-padding-footer{padding:0px 20px!important}

	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}

	.w3-col.s10{width:89.99999%}
	.w3-col.s11{width:9.99999%}
	
	.w3-col.holeNum{width:11.11111%}
	}
	
/* Desktop/Laptop Menu Styles - Add to the end of your existing CSS */
@media (min-width: 993px) {
    /* Ensure desktop menu displays correctly */
    .w3-top2-menu {
        display: block !important;
        visibility: visible !important;
    }
    
    .w3-top2-menu ul.ul2 {
        display: flex !important;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .w3-top2-menu ul.ul2 li.parent2 {
        display: inline-block;
        position: relative;
        float: none;
        margin: 0 5px;
    }
    
    /* First-level dropdown – About and Capability */
	.w3-top2-menu ul.ul2 li.parent2 > ul.child2 {
		display: none;
		position: absolute;
		top: 100%;
		left: 30px;              /* Left edge aligns with parent menu item's left edge */
		transform: none;      /* Remove any centering transform */
		background: #000000;
		min-width: 220px;
		padding: 10px 0;
		border-radius: 10px;
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		z-index: 10000;
	}
    
    .w3-top2-menu ul.ul2 li.parent2:hover > ul.child2 {
        display: block !important;
    }
    
    /* Second level dropdown (Digital Everything) */
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li.parent3 {
        position: relative;
    }
    
    /* Second-level dropdown – Digital Everything submenu */
	.w3-top2-menu ul.ul2 li.parent2 ul.child2 li.parent3 > ul.child3 {
		display: none;
		position: absolute;
		left: 118%;           /* Position to the right of the parent item */
		top: 0;
		background: #000000;
		min-width: 280px;
		padding: 10px 0;
		border-radius: 10px;
		box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		z-index: 10001;
	}
    
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li.parent3:hover > ul.child3 {
        display: block !important;
    }
    
    /* Menu item styles */
    .w3-top2-menu ul.ul2 li.parent2 a.w3-button {
        color: #ffffff;
        font-family: Inter-Bold;
        font-size: 16px;
        padding: 10px 20px;
        display: block;
        white-space: nowrap;
    }
    
    .w3-top2-menu ul.ul2 li.parent2 a.w3-button:hover {
        color: #ff4d00;
    }
    
    /* Submenu item styles */
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li a.w3-button2,
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li a.w3-button2a {
        color: #ffffff;
        font-family: Inter-Regular;
        font-size: 14px;
        padding: 8px 20px;
        display: block;
        white-space: nowrap;
        text-align: center;
    }
    
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li a.w3-button2:hover,
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 li a.w3-button2a:hover {
        color: #ff4d00;
    }
    
    /* Separator styles */
    .w3-top2-menu ul.ul2 li.parent2 ul.child2 hr.button-separator {
        width: 80%;
        margin: 5px auto;
        border: 0;
        height: 1px;
        background-color: #ff4d00;
    }
    
    /* Hide mobile menu on desktop */
    #menuM {
        display: none !important;
    }
}

/* Fix z-index issues */
#menuM {
    position: relative;
    z-index: 9999;
}

#menu {
    z-index: 9998;
}

/* Ensure desktop menu is in correct position */
.w3-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9997;
}

/* Remove underline from all menu links */
#menu a,
#menu2 a,
.w3-top2-menu a,
.w3-button,
.w3-button2,
.w3-button2a,
.parent2 a,
.child2 a,
.child3 a,
.mobile-child a,
.mobile-child2 a {
    text-decoration: none !important;
}

/* Also remove underline on hover */
#menu a:hover,
#menu2 a:hover,
.w3-top2-menu a:hover,
.w3-button:hover,
.w3-button2:hover,
.w3-button2a:hover,
.parent2 a:hover,
.child2 a:hover,
.child3 a:hover,
.mobile-child a:hover,
.mobile-child2 a:hover {
    text-decoration: none !important;
}

/* Ensure no underlines ever appear */
a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

@media (min-width:993px) and (max-width:1440px){
	.box-padding{padding:60px}
	.box-padding2{padding:30px}
	.box-paddingL{padding:30px 0px 0px 0px}

	.w3-hide-large{display:none!important}

	.w3-padding{padding:40px}
	.w3-padding2{padding:40px 60px}
	.w3-padding3{padding:60px 40px 0px 40px}
	.w3-padding-x{padding:0px 30px}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-z{padding:60px 0px 0px 0px}

	.footer-right{text-align:right}
	.footer-center{text-align:center}
	.w3-padding-footerMenu{padding:20px 20px}
	
	.w3-padding-footer{padding:20px 20px 40px 20px!important}
	.w3-padding-footer2{padding:15px 20px!important}
	.w3-padding-footer3{padding:40px 20px!important}

.overflow {
  padding: 0 0 60px 16.66%;/*0 0 60px 16.66%*/
}
.carousel {
  padding: 0 1rem;/*1rem*/
}

	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}

	.w3-col.l13{width:44.99999%}
	.w3-col.l14{width:54.99999%}
	.w3-col.l15{width:79.99999%}
	.w3-col.l16{width:19.99999%}
	.w3-col.l17{width:30%}
	.w3-col.l18{width:70%}
	
	.w3-col.holeNum{width:11.11111%}
	}
	
@media (min-width:1441px){
	.box-padding{padding:60px}
	.box-padding2{padding:30px}
	.box-paddingL{padding:30px 0px 0px 0px}

	.w3-hide-x-large{display:none!important}

	.w3-padding{padding:60px 22.66%}/*16.66%*/
	.w3-padding2{padding:60px 26.66%}
	.w3-padding3{padding:60px 22.66% 0px 22.66%}/*16.66%*/
	.w3-padding4{padding:60px 16.66%}
	.w3-padding-x{padding:0px 30px}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-z{padding:60px 0px 0px 0px}

	.footer-center{text-align:center}
	.w3-padding-footerMenu{padding:20px 16.66%}

	.w3-padding-footer{padding:20px 16.66% 40px 16.66%!important}
	.w3-padding-footer2{padding:15px 60px!important}
	.w3-padding-footer3{padding:40px 16.66%!important}

	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}

	.w3-col.xl13{width:44.99999%}
	.w3-col.xl14{width:54.99999%}
	.w3-col.xl15{width:79.99999%}
	.w3-col.xl16{width:19.99999%}
	.w3-col.xl17{width:30%}
	.w3-col.xl18{width:70%}

	.w3-col.holeNum{width:11.11111%}
	}

@font-face {
    font-family: 'Inter-Bold';
    src: url('fonts/Inter-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('fonts/Inter-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


ul.bo-slider{display:none}.bo-slider{position:relative;width:100%}.bo-slider .bo-slide{display:none}.bo-slider .bo-slide.active{display:block}body .bo-slider .bo-slide img{height:auto;width:100%;object-fit:cover}body .bo-slider .bo-slide video{height:auto;width:100%;object-fit:cover}.bo-slider .bo-slide{position:relative}.bo-slider .play-button{cursor:pointer;position:absolute;top:50%;left:50%;width:auto;margin-top:-62px;margin-left:-62px;padding:16px;color:#fff;font-weight:700;font-size:80px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none}.bo-prev,.bo-slider .bo-next{cursor:pointer;position:absolute;top:50%;width:auto;margin-top:-22px;padding:16px;color:#fff;font-weight:700;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0;user-select:none}.bo-slider .bo-prev{left:0}.bo-slider .bo-next{right:0}.bo-next:hover,.bo-prev:hover{background-color:rgba(0,0,0,.8)}.bo-dots{margin-top:10px;text-align:center}.bo-dot{cursor:pointer;height:15px;width:15px;margin:0 2px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s ease}.bo-dot:hover,.selected{background-color:#717171}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;-moz-animation-name:fade;-moz-animation-duration:1.5;-ms-animation-name:fade;-ms-animation-duration:1.5;-o-animation-name:fade;-o-animation-duration:1.5;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@-moz-keyframes fade{from{opacity:.4}to{opacity:1}}@-o-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}.slide{-webkit-animation-name:slide;-webkit-animation-duration:1.5s;-moz-animation-name:slide;-moz-animation-duration:1.5;-ms-animation-name:slide;-ms-animation-duration:1.5;-o-animation-name:slide;-o-animation-duration:1.5;animation-name:slide;animation-duration:1.5s}@-webkit-keyframes slide{from{opacity:.4;margin-left:100%}to{opacity:1;margin:0}}@-moz-keyframes slide{from{opacity:.4;margin-left:100%}to{opacity:1;margin:0}}@-o-keyframes slide{from{opacity:.4;margin-left:100%}to{opacity:1;margin:0}}@keyframes slide{from{opacity:.4;margin-left:100%}to{opacity:1;margin:0}}

#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.webp) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}
