@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&display=swap');
body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #485666;
	font-weight: 400;
}
ul{
	list-style-type: none;
	padding-left: 0;
}
h1{
	color: #233d62;
	font-weight: 800;
}
a{
	text-decoration: none;
	color: #16b29f;
}
.text-primary{
	color: #16b29f !important;
}
.btn-primary{
	background: #16b29f;
	border-color: #16b29f;
}
.btn-primary:hover{
	background: #28d3be;
	border-color: #28d3be;
}
/*header*/
header{
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
}
header .nav-link{ 
	letter-spacing: .5px;
	font-size: 16px;
	color: #485666;
}
/*banner*/

#banner{
	position: relative; 
	background: #f2f2f2;
}
.buoyant-container{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;

}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	opacity: 0.8;
	z-index: -1;
}
#banner .container{
	position: relative;
	z-index: 2;
}
/*aboutus*/
#aboutUs{
	padding: 50px 0px;
	background: #F4F8FB url(../img/bg-top.svg) center top no-repeat;
    background-size: cover;
}
.setpItem{
	display: block;
    background: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 14px; 
    line-height: 26px;
    letter-spacing: 0.88px;
    padding: 30px;
    border-radius: 40px;
    border-bottom-right-radius: 4px; 
    position: relative;
    margin-bottom: 20px;
}
/*whyUS*/
#whyUS{
	background: linear-gradient(127deg, #16b29f 0%, #24CDFF 91%);
	position: relative;
	color: #ffffff;
}
#whyUS h3{
	margin-top: 20px;
}
/*appClass*/
#appClass h4{
	margin-top: 15px;
}
/*downloadApps*/
#downloadApps{
	 position: relative;
}
#downloadApps:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.78;
    background-image: linear-gradient(127deg, #16b29f 0%, #24CDFF 91%);
    z-index: 1;
}
#downloadApps .container{
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 100px 0px;
}
/*testmonial*/
#testmonial{
	padding: 50px 0px;
}
div#search_res {
    min-height: 90vh;
}
.carousel-control-next, .carousel-control-prev{
	height: 50px;
	width: 50px;
	background: #16b29f;
	top: 30%;
}
.carousel{
	padding: 0 55px;
}
/*footer*/
footer {
    background: #F4F8FB;
    padding-top: 20px;
    padding-bottom: 10px;
	text-align: center;
}
.footer-nav li a{
	color: #485666;
}
.footer-nav li a:hover{
	color: #16b29f;
}
/*breadcrumb*/
#breadcumb{
	padding-top: 50px;
	background: #f4f8fb;
}
.breadcrumb li a{
	color: #16b29f;
}
/*joinSection*/
.joinSection{
	position: relative;

}
.rightJoin{
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.rightJoin::after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: 0 0;
    box-shadow: inset 1px 0 0 #eee;
    overflow: hidden;
    background: #f2f2f2;
    z-index: -1;
}
.topStepHeader ul {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.topStepHeader ul li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px; 
	font-weight: 700;
	background: #f2f2f2;
	border-radius: 50%;
	margin-right: 5px;
	color: #485666;
}
.topStepHeader ul li.active span{
	background: #16b29f;
	color: #ffffff;
}
#card-element{
	padding: .175rem .75rem;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
}
 

/*new index2*/
.index2 header .nav-link{
	font-weight: 700;
}
.index2 header{
	background: transparent;
	box-shadow:none;
	position:absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.index2 #banner{
	background: url(../img/home-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 30px;
}
.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #233d62;
  color: transparent;
  transition: all 0.5s;
  position: relative;
  display: block;
  font-size: 80px;
}
.designers::before {
  content: "Discover Apps";
  position: absolute;
  color: #16b29f;
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #16b29f;
}
@keyframes pulse-width {
  50% {
    width: 100%;
  }
}

/*index 3*/
 

.index3 #banner h1{
	color: #fff;
	letter-spacing: 6px;
	font-size: 30px;
	text-transform: uppercase;
}
/* .index3 #banner h1 span{
	font-size: 63px;
	display: block;
	 text-transform: uppercase;
  	background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  letter-spacing:0px !important;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
 
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
} */
.index3 header .nav-link{
	font-weight: 700;
}
.index3 header{
	background: transparent;
	box-shadow:none;
	position:absolute;
    width: 100%;
    left: 0;
    top: 0;
}
img#banner_image {
    max-width: 224px;
    position: absolute;
    z-index: 11;
    margin-top: 9%;
}
div#banner_content {
    position: absolute;
    max-width: 50%;
    color: #fff;
    z-index: 99;
	top:30%
}
.index3 #banner{
	background: url(../img/5e98283c-8dcf-4413-9b69-07cada8019e4.jpeg) no-repeat;
	background-size: cover;
min-height: 500px;
	padding-top: 120px;
	margin-bottom: 80px;
	position: relative;
}
.index3 #banner:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
opacity: 0.4;
background-color: #000;
	display: block;
	transform: rotate(180deg);
}
.bannerImage{
	animation: 2.1s infinite alternate upDownAnimation;
}
@keyframes upDownAnimation {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(30px);
  }
}


/* About*/
@media only screen and (max-width: 991px) {
  #aboutUs{
  	padding: 0;
  }
  #aboutUs h3{
  	text-align: center;
    margin: 10px 0 30px 0;
  }
  #aboutUs .setpItem{
	text-align: center;
  }
  #aboutUs .setpItem > img{
  	height: 80px;
    width: 80px;
    margin-bottom: 10px;
  }
  .navbar-collapse{
  	background: #fff;
  	padding: 10px;
  }
  .detailsAbout{
  	display: none;
  }

}



/*dashboad*/
.userImage{
	height: 34px;
	width: 34px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.userImage img{
	object-fit: cover;
    height: 34px;
    width: 34px;
}
.dashboard #breadcumb h2{
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 0;
}
.dashboard #breadcumb h4 span{
	background: #16b29f;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 50px;
}
.btn-success{
	background: #16b29f;
	border-color: #16b29f;
}
.searchBox .form-control{ 
	border-color: #16b29f;
}
.dashboard .card{
	border-color: #f2f2f2;
}
 
.dashboard section{
	background: #fafdff;
}
.dashboard section#breadcumb{
	background: #ffffff;
}
.dashboard .populer_post{
	background: #f9f9f9;
    padding: 20px 0px;
}
.dashboard .post_item{
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	align-items: center;
	position: relative;
}
 
.dashboard .listDetails .itemList{
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}
.dashboard .listDetails .itemList .post_item{
	flex: 0 0 18%;
	display: block;
	width: 18%;
}
.page-link{
	color: #16b29f;
}
.dashboard .post_item_description{
	font-size: 12px;
    font-weight: 700;
    line-height: 1.2; 
}
.dashboard .listDetails .post_item_description{
    margin-top: 10px;
}
.dashboard .slick-slide .post_item_description{
	margin-top: 10px;
}
.dashboard .post_item_description a{
	color: #333;
}
.dashboard .post_item_description h3{
	font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.dashboard .post_item_description p{ 
    font-weight: 400; 
    margin-bottom: 0;
    color: #999;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard .post_item_description .btn-sm{
    padding: 2px 6px;
    font-size: 9px;
}

.dashboard .post_item .post_item_image img {
    width: 80px;
    height:80px;
    border: 1px solid #e8e8e8;
    border-radius: 20%;
}
.dashboard .sideBar .post_item .post_item_image img {
    width: 60px;
    height:60px;
    border: 1px solid #e8e8e8;
    border-radius: 20%;
}

.dashboard .rating{
	font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.dashboard .sideBar .rating{
	margin-top: 0;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}
.dashboard .sideBar .rating img{
	height: 10px;
	width: 10px;
}
.dashboard .rating .icon-star {
    width: 13px;
    height: 13px;
    margin-right: 2px;
    margin-left: -2px;
    fill: #ffc107;
}
.titleBar{
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    background: #fafdff;
    padding: 5px;
    border-radius: 5px;
}
.titleBar span{
	font-weight: bold;
	color: #16b29f;
}
.titleBar a{
	float: right;
	margin-right: 60px;
	font-size: 12px;
	padding: 2px 10px;
	margin-top: 3px;
}
.btn-outline-primary{
	border-color:#16b29f;
	color: #16b29f; 
}
.dashboard .slick-prev:before {
	background: url('../img/right-arrow.png') no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-size: cover;
    border: 1px solid #4c4c4c47;
}
.dashboard .slick-next:before{
	background: url('../img/left-arrow.png') no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-size: cover;
    border: 1px solid #4c4c4c47;
}
.dashboard .slick-next{
	right: 6px;
	top: -40px;
}
.dashboard .slick-prev{
	left: inherit;
	right: 32px;
	top: -40px;
}
.dashboard #downloadAppsModal .post_item .post_item_image img{
	height: 30px;
	width: 30px;
}
.dashboard #downloadAppsModal .post_item_description h3{
	font-size: 20px;
	font-weight: bold;
}
.dashboard #downloadAppsModal .modal-body .nav {
	display: flex;
    background: #f9f9f9;
    border-radius: 6px;

}
.dashboard #downloadAppsModal .modal-body .nav .nav-item{
	 flex:1 0 0%;
}
.dashboard #downloadAppsModal .modal-body .nav-pills .nav-link{
	width: 100%;
	color: #16b29f;
}
.dashboard #downloadAppsModal .modal-body .nav-pills .active.nav-link{
	background: #16b29f;
	color: #ffffff;
}
.list-group-item.active{
	background-color: #16b29f;
	border-color: #16b29f;
}
.dashboard .productDetails .post_item_description h3{
	font-size: 20px;
	font-weight: bold;
}
.dashboard .moretext{
	height: 350px;
	overflow: hidden;
	position: relative;
}
.dashboard .moretext:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background:linear-gradient(180deg, rgba(255,255,255,.0) 0%, rgba(255,255,255,1) 100%); 
}
.productDetails .slick-slide{
	margin: 10px 5px;
}
.productDetails .slick-slide img{
	max-height: 400px;
}
.dashboard .productDetails .slick-next{
    top: 49%;
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}
.dashboard .productDetails .slick-prev{
    top: 49%;
    background: #fff;
    z-index: 1000;
    left: 6px;
    right: inherit;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}
.dashboard .productDetails .slick-prev:before,.dashboard .productDetails .slick-next:before{
	border: none;
}
.progress-bar{
	background-color: #16b29f;
}
.smallThubmbline{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	object-fit: cover;
}
@media only screen and (max-width:767px) {
	  .dashboard .listDetails .itemList .post_item{
	  	flex: 0 0 31%; 
	    width: 31%;
	  }
	  div#div_content {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
    .accountButton{
            position: absolute;
         right: 77px;
         top:14px;
    }
}
@media only screen and (max-width:550px) {
	  .dashboard .listDetails .itemList .post_item{
	  	flex: 0 0 48%; 
	    width: 48%;
	  }
   
}
@media only screen and (max-width: 400px) {
    .navbar-brand{
        max-width:150px;
    }
    .accountButton { 
            right: 70px;
        font-size: 14px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
