 
@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     background-image: url('background-1.jpg'); 
    background-color: white;
    background-repeat:repeat;
    background-attachment: fixed;
    background-size: cover; 
    -webkit-animation: backgroundScroll 20s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 20s linear 1;
    animation-fill-mode: forwards;
}
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}
/*----------multi-level-accordian-menu------------*/
.navbar-logo{
	padding: 10px;
	color:darkorange;
    font-size: 14px;
}
.navbar-mainbg{
	background-color: #333;
    padding: 0px;
    opacity: 0.9;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color:white;
    text-decoration: none;
    font-size: 11px;
    display: block;
    padding: 10px 10px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
	color:white;
	background-color: transparent;
    transition: all 0.7s;
    font-weight: bolder;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
    
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color:darkorange;
  border-top-left-radius: 15px;
	border-top-right-radius: 15px;
  margin-top: 4px;
}




@media (max-width: 991px){

    .navbar-mainbg{
	background-color: #333;
    padding: 0px;
   
    }

	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
        
    }
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -180px 0px;}
}



img.ri
{
	position:fixed;
	max-width: 50%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
    
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri { max-width: 90%;position: relative; }
}

@media (max-width: 991px){
    img.ri{
        position: relative;
		margin-top: 55%;
		width: 80%;
		margin-right: 20%; 
    }
}
@media screen and (orientation: landscape) {
  img.ri { max-height: 90%; }
}


li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 6px 2px;
  font-size:small;  
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}


* {
	box-sizing: border-box;
  }
  
  .new {
	display: block;
	height: 0%;
	-webkit-animation: hue-rotate 10s linear infinite;
			animation: hue-rotate 10s linear infinite;
	width: 20%;
	margin-top: 36%;        
	float: left;
	margin-left: 2.5%;
  }
  
  .button {
	-webkit-font-smoothing: antialiased;
	background-color: darkorange;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	letter-spacing: 1px;
	color: white;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
  }
  .button:hover {
	background-color: #90feb5;
	color: white;
  }
  .button:active {
	-webkit-transform: scale(0.95);
			transform: scale(0.95);
  }
  .button--bubble {
	position: relative;
	z-index: 2;
	color: white;
	background: none;
  }
  .button--bubble:hover {
	background: none;
  }
  .button--bubble:hover + .button--bubble__effect-container .circle {
	background: #44fd82;
  }
  .button--bubble:hover + .button--bubble__effect-container .button {
	background: #44fd82;
  }
  .button--bubble:active + .button--bubble__effect-container {
	-webkit-transform: scale(0.95);
			transform: scale(0.95);
  }
  .button--bubble__container {
	position: relative;
	display: inline-block;
  }
  .button--bubble__container .effect-button {
	position: absolute;
	width: 50%;
	height: 25%;
	top: 50%;
	left: 25%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	background: #007b5e;
	-webkit-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
  }
  
  .button--bubble__effect-container {
	position: absolute;
	display: block;
	width: 200%;
	height: 400%;
	top: -150%;
	left: -50%;
	-webkit-filter: url("#goo");
	filter: url("#goo");
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	pointer-events: none;
  }
  .button--bubble__effect-container .circle {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background: #222;
	-webkit-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
  }
  .button--bubble__effect-container .circle.top-left {
	top: 40%;
	left: 27%;
  }
  .button--bubble__effect-container .circle.bottom-right {
	bottom: 40%;
	right: 27%;
  }
  
  .goo {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
  }
  
  
  .button--bubble__container {
	top: 50%;
	margin-top: -25px;
  }
  
  @-webkit-keyframes hue-rotate {
	from {
	  -webkit-filter: hue-rotate(0);
	  -moz-filter: hue-rotate(0);
	  -ms-filter: hue-rotate(0);
	  filter: hue-rotate(0);
	}
	to {
	  -webkit-filter: hue-rotate(360deg);
	  -moz-filter: hue-rotate(360deg);
	  -ms-filter: hue-rotate(360deg);
	  filter: hue-rotate(360deg);
	}
  }
  
  @keyframes hue-rotate {
	from {
	  -webkit-filter: hue-rotate(0);
	  -moz-filter: hue-rotate(0);
	  -ms-filter: hue-rotate(0);
	  filter: hue-rotate(0);
	}
	to {
	  -webkit-filter: hue-rotate(360deg);
	  -moz-filter: hue-rotate(360deg);
	  -ms-filter: hue-rotate(360deg);
	  filter: hue-rotate(360deg);
	}
  }
  

@media (max-width: 991px){
	.new {
		display: block;
		height: 2%;
		-webkit-animation: hue-rotate 10s linear infinite;
				animation: hue-rotate 10s linear infinite;
		width: 35%;
		margin-top: 40%;        
		float: left;
		margin-left: 10%;
		
	  }

	  .button {
		-webkit-font-smoothing: antialiased;
		background-color: #222;
		border: none;
		color: #fff;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		font-weight: 300;
		text-decoration: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
		letter-spacing: 1px;
		color: white;
		padding: 10px 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	  }
}

@media (min-width: 1780px){
	.new {
		display: block;
		height: 5%;
		-webkit-animation: hue-rotate 10s linear infinite;
				animation: hue-rotate 10s linear infinite;
		width: 20%;
		margin-top: 38%;        
		float: left;
		margin-left: 1%;
	  }

	  .button {
		-webkit-font-smoothing: antialiased;
		background-color: #222;
		border: none;
		color: #fff;
		display: inline-block;
		font-family: 'Montserrat', sans-serif;
		font-size: 17px;
		font-weight: 300;
		text-decoration: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
		letter-spacing: 1px;
		color: white;
		padding: 20px 30px;
		text-transform: uppercase;
		-webkit-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	  }
}