@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,500;1,700&display=swap');

	
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}


body{
	font-family: "poppins", sans-serif;
}
a{
	text-decoration: none;
}

li{
	list-style: none;
}
h3{
	font-size: 44px;
	line-height:55px;
	color:#121212;
	font-weight: 600;
}
h6{
	font-size:20px;
	line-height: 32px;
	color:#6c6c6c;
	margin-top: 16px;
	font-weight: normal;
}



.main-btn{
	 display: inline-block;
	 font-weight: 700;
	 text-align: center;
	 white-space: nowrap;
	 vertical-align: middle;
	 border: 2px solid transparent;
	 padding: 0 32px;
	 font-size:16px;'
	 line-height: 48px;
     color:#0067f4;
     position: relative;
     cursor: pointer;
     transition: all 0.4s ease-out 0s;
     z-index: 5;
}
.nav{
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
	width:100%;
	padding: 1rem 6.5rem;
	background: transparent;
	transition: all 0.5s ease;
	z-index: 100000;
}
.nav .navbar-toggler{
             display: none;
             border: none;
             outline: none;
}

.nav .navbar-toggler .toggler-icon{
         width: 27px;
         height:3px;
         background-color: #121212;
         margin: 5px 0;
         position:relative;
         display:block;
         transition: all 0.3s ease-out 0s;
}

.nav .menu-bar .menu-items{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
} 

.nav .menu-bar .menu-items li{
	margin: 0 15px;
} 

.nav .menu-bar .menu-items li a {
	color:#000;
	font-size: 18px;
	font-weight:600;
} 

.nav .menu-bar .menu-items li a:hover{
	color:#4f47e4;
} 

.nav .navbar-social{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; 
}

.nav .navbar-social ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; 

}

.nav .navbar-social span{
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
	color:#6c6c6c;
}
.nav .navbar-social ul li{
	margin:  0 7px;
}

.nav .navbar-social ul li a{
	color:#6c6c6c;
	font-size: 22px;
}

.back{
	background: url(images/6.jpg);
	width: 100%;
	height: 120vh;
	background-size: cover;
	background-attachment: fixed;
	position:relative;
}
  
.overlay{
	background-image:linear-gradient(rgba(232,237,255,0.9), rgba(239, 254, 255, 0.9) 40%, rgba(254, 255, 244, 0.3) 70%, rgba(255, 255, 255, 0.12));
   width:100%;
   height:100%;
}

.back .hero-shape{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.back .hero-shape img  {
	width:100%;
	display: block;
}


.hero-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.hero-text h6{
color:#1d1d1d;
 }

.hero-text .header-btn{
      margin-top:22px;
}


.hero-text .header-btn li{
	display: inline-block;
	margin: 10px 10px 0 0 ;
}
.hero-text .header-btn li a.main-btn{
     border-radius: 50px;
     overflow: hidden;
     background-color: #fff;
     border:0;
     line-height: 50px;
     box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16); 
}

.hero-text .header-btn li a.main-btn i{
	margin-left: 5px;
	color:#646EE5;
}

.hero-text .header-btn .btn-one{
         color:#fff;
}
.hero-text .header-btn .btn-one::before{
	position:absolute;
	content: "";
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-image:linear-gradient(to right,#535CF1, #A147E4);
     z-index: -1;
    transition: all 0.3s ease;
    background-position: right content;
}




.hero-text .header-btn .btn-one:hover::before{
	background-image:linear-gradient(to left,#535CF1, #A147E4);
  background-position: left content;
}

.hero-text .header-btn .btn-two:hover{
	box-shadow: 0 3px 25px 0 rgba(0,0,0,0.16)
}



/* services*/

#wrapper{
	margin:5rem 7rem 10rem 7rem;
}

.service{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
}
.service h6{
	margin-bottom: 6rem;
}

.service .service-content{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
}
.service .service-content .box{
	  width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.service .service-content .box .box-one{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:100%;
}
.service .service-content .box .box-one .services{
	 display: flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items: flex-start;
	margin-bottom: 2rem;	
}

.service .service-content .box .box-one .services i{
	 font-size:3rem;
     margin-bottom:10px;
     color:#535CF1;
}

.service .service-content .box .box-one .services .service-content{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: justify;
}



.service .service-content .service-img{
	width:40%;

}
.service .service-content .service-img img{
	width:100%;
}
