

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #c78964;
	left: 0;
	z-index: 998;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 10px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #33024536  !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 300;
	color: #212112;
	text-align: center;
}
.border-topup{
	border-bottom: 1px solid #d1ab7f;
    border-top: 1px solid #d1ab7f;
}

p{
    
	margin: 0 !important;
	font-size: 14px;
	padding-top: 10px;
	opacity: 1;
	font-weight: normal;
	color: #0c0b0b;
	transform: translate(0);
    transition: all 300ms linear;
    /*transition-delay: 1700ms;*/
}
body.hero-anime p{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.element {
    width: 4em;
	height: 4em;
	top: 20px;
    /* margin: 5em auto 0 auto; */
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .element:after {
	content: '';
    position: absolute;
    padding: calc(1.5em - 18px);
    border:3px solid #ddd5d5;
    border-radius: 1000px;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    top: 0.8em;
    background: transparent;
  }
  .element:before {
	content: '';
    position: absolute;
    padding: calc(1em - 10px);
    border-bottom: 3px solid #ddd5d5;
    left: 28%;
    bottom: calc(64% - 1px);
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
  }
  .element.hover:after {
	padding: calc(2px) calc(2em - 22px);
    border-radius: 0;
    border: 0px solid transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - 4px);
    background: red;
  }
  .element.hover:before {
	padding: calc(2em - 22px);
    border-bottom: 4px solid red;
    left: 0%;
    bottom: calc(50% - 0px);
  }
  #search-box {
    border: 0;
    border-bottom: 1px solid #aaa;
	color: #555;
	width: 1075px;
    font-family: sans-serif;
    padding: 6px;
    outline: none;
    font-size: 15pt;
    text-align: center;
    background: transparent;
  }
  .placeholder {
    position: fixed;
    z-index: -9999;
    left: 442px;
    color: #ddd;
    font-family: sans-serif;
    outline: none;
    font-size: 20pt;
    top: 152px;
  }

  canvas.tsparticles-canvas-el{
	  background: none !important;
	  position: absolute !important;
  }
  

  @media screen and (min-width: 1200px) and (max-width: 1700px) {
	.feature-img {
		margin-top: 21px;
	}
  }

  /* fixed social*/
#fixed-social {
	position: fixed;
	top: 303px;
	z-index: 10;
 }
 
 #fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	 line-height: 40px;
	width: 60px;
	margin-bottom: 1px;
	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: 211px;
	 visibility: hidden;
	 transition-duration: 0.5s;
	 z-index: 1;
	 opacity: 0;
 }
  .fixed-facebook{
	  background-color: #00AAE5;
  }
  
  .fixed-twitter{
	 background-color: #3F51B5;
  }
  
	 .fixed-insta{
	 background-color: #49064a;
	 }
	 .fixed-youtube{
		 background-color: #80061a;
	 }
  
  /* .fixed-linkedin{
	 background-color: #FFC41E;
 
  }
  .fixed-linkedin span{
	  background-color: #FFC41E;
  }
  .fixed-instagrem{
	 background-color: #ED2B29;
 
  }
  .fixed-instagrem span{
	  background-color: #ED2B29;
  }
  .fixed-tumblr{
	 background-color: #EB1471;
 
  }
  .fixed-tumblr span{
	  background-color: #EB1471;
  } */
 /*end fixed social*/


 .float-whatsapp {
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 18px;
	right: 80px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 28px;
	/* box-shadow: 2px 2px 3px #999; */
	z-index: 1;
  }
  .my-float-whatsapp{
	  margin-top: 8px;
  }
  .float-call {
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 17px;
	right: 138px;
	background-color: #2196F3;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 32px;
	/* box-shadow: 2px 2px 3px #999; */
	z-index: 1;
  }
  .icon-xs{
	  position: relative;
	  top: 8px;
  }
  
  .my-float-call{
	  margin-top:8px;
  }
  
  @media only screen and (max-width: 767px){
	.float-whatsapp {
	  bottom: 20px;
	  right: 20px;
	  z-index: 11;
  }
  .float-call {
	  bottom: 17px;
	  right: 310px;
	}
  }

  @-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-float {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover,
.faa-float.animated.faa-fast,
.faa-parent.animated-hover:hover>.faa-float.faa-fast {
	-webkit-animation: float 1s linear infinite;
	animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover,
.faa-float.animated.faa-slow,
.faa-parent.animated-hover:hover>.faa-float.faa-slow {
	-webkit-animation: float 3s linear infinite;
	animation: float 3s linear infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.faa-parent.animated-hover:hover>.faa-pulse,
.faa-pulse.animated,
.faa-pulse.animated-hover:hover {
	-webkit-animation: pulse 5s linear infinite;
	animation: pulse 5s linear infinite
}

.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-pulse.animated.faa-fast {
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite
}

.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-pulse.animated.faa-slow {
	-webkit-animation: pulse 3s linear infinite;
	animation: pulse 3s linear infinite
}


@media screen and (min-width: 1650px){
    .team-area .thumb img{
       margin-left: auto;
    margin-right: auto;
    height: 13vh;
    width: 130px;
        border-radius: 50%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
	.h-60 {
		height: 526px !important;
		position: relative;
		top: 86px;
	}
	.main-menu {
		padding: 3px 30px;
	}
	.nav-menu a{
	    padding: 0px 11px 0px 7px ;
	}
	.banner-content h1 {
	    padding: 1px 264px 1px 1px;
		color: #fff;
		font-size: 43px;
        line-height: 45px !important;
		/*margin-top: 99px;*/
	}
	.numbers-counter {
		padding: 20px 0px 47px;
	}
	.stat-number {
	    width: 250px;
    height: 250px;
		/*color: #3B94A3;*/
		font-size: 50px;
	}
	
	.review-area h4{
	    font-size: 21px !important;
	}
	.display-3 {
		font-size: 3.5rem;
	}
	.list-unstyled {
		font-size: 14px;
	}
  }
  
  
  
  
  
  
  @media(width:1600px){
      .banner-content h1{
          padding: 1px 411px 1px 1px !important;
      }
  }

  @media only screen and (max-width: 991px) {
	.modal-dialog {
		max-width: 365px !important;
	}
	
	
	
	
	.lnr-chevron-down:before {
   display:none;
}
	
	
	
	
	
	
	
	
	#mobile-nav-toggle i {
		color: #fff;
		font-weight: 900;
		position: absolute;
		right: 35px;
	}
	.h-60 {
		top: 32px;
	}
	.main-menu {
		z-index: 9;
	}
	.nav-menu a {
		font-size: 11px;
  }
  .navigation-wrap {
	z-index: 1000;
  }
  .circle {
	width: 60%;
  }
  .xs-none{
	  display: none;
  }
  .footer-area p {
 margin-top: 0px !important; 
}
}

@media only screen and (min-width: 1240px) and (max-width: 1600px) {
	.prev-p {
	  position: absolute;
	  z-index: 1000;
	  top: 1%;
	  left: 471px;
	  font-size: 30px;
	  color: #fff;
	  background: ;
	  padding: 10px;
	  transform: translateY(-50%);
	}
	
	.next-n {
	  position: absolute;
	  right: 164px !important;
	  top: 93%;
	  font-size: 30px;
	  color: #fff;
	  background: ;
	  transform: translateY(-50%);
	  z-index: 1000;
	}
}

.prev {
    position: absolute;
    z-index: 5;
    width:50px!important;
    top: 50%;
    left: -48px;
    font-size: 30px;
    /* background: #fff; */
    /*padding: 3px;*/
    border-radius: 25px;
    transform: translateY(-50%);
  }
  
  .next {
      left:100%;
    display: block;
    position: absolute;
    /*right: -48px;*/
    top: 50%;
    font-size: 30px;
    /*background: #fff;*/
    /*padding: 10px;*/
    transform: translateY(-50%);
    z-index: 5;
  }