body{
	font-family: 'Open Sans', sans-serif;
	background-color: #f4f4f4;
    overflow-x: hidden;
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.outer-container {
    position: relative;
}
#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
}
.outer-container .container {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

* {
	margin: 0;
	padding: 0;
}


/*----------multi-level-accordian-menu------------*/
.navbar-logo{
	padding: 12px;
	color: #f5cac3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 25px;
    margin-left: 10px;
}
.navbar-mainbg{
	background-color: #022b3a;
	padding: 0px;
	margin: 0%;
}
li a{
    font-weight: 800;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i, #navbarSupportedContent ul p a i{
	margin-right: 10px;
}
#navbarSupportedContent li, #navbarSupportedContent p {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent ul p a{
	color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
	font-weight: bold;
    display: block;
	padding: 20px 20px 0px 20px;
	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: #022b3a;
	background-color: transparent;
	transition: all 0.7s;
}

@media screen and (max-width: 800px) {
	#navbarSupportedContent>ul>li.active>a{
	background-color: #f4f4f4;
	}
}
#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: #f4f4f4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #f4f4f4;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #022b3a;
}
/* 
.hori-selector .left:before{
	background-color: #383234;
} */

.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}

@media(min-width: 992px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}


@media (max-width: 991px){
	#navbarSupportedContent ul li a, #navbarSupportedContent ul p a{
		padding: 12px 30px;
		text-align: left;
	}
	.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;
	}
}

/* fixed social*/
#fixed-social {
    position: fixed;
    top: 180px;
	z-index: 100;
 }
 
 #fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    z-index: 2;
 }

 #fixed-social a:hover>span{
     visibility: visible;
   left: 41px;
   opacity: 1;
 } 
 #fixed-social a span {
     line-height: 40px;
     left: 60px;
     position: absolute;
     text-align: center;
     width: 120px;
     visibility: hidden;
     transition-duration: 0.5s;
     z-index: 1;
     opacity: 0;
 }
  .fixed-telegram{
      background-color: #f49997;
  }
  .fixed-telegram span{
     background-color: #f49997;
  }

  /* .fixed-twitter{
     background-color: #f49997;
 
  }
  .fixed-twitter span{
      background-color: #f49997;
  } */


  .fixed-gplus{
     background-color: #f49997;
 
  }
  .fixed-gplus span{
      background-color: #f49997;
  }
  .fixed-linkedin{
     background-color: #f49997;
 
  }
  .fixed-linkedin span{
      background-color: #f49997;
  }
  .fixed-instagrem{
     background-color: #f49997;
 
  }
  .fixed-instagrem span{
      background-color: #f49997;
  }
  .fixed-tumblr{
     background-color: #f49997;
 
  }
  .fixed-tumblr span{
      background-color: #f49997;
  }

  @media screen and (max-width: 540px) {
	  .fixed-linkedin{
		  opacity: 0.8;
	  }
	  .fixed-gplus{
		opacity: 0.8;
	}
	.fixed-telegram{
		opacity: 0.8;
	}
	
	/* .fixed-twitter{
		opacity: 0.8;
	} */

	.fixed-instagrem{
		opacity: 0.8;
	}
  }
  
 /*end fixed social*/