body {
	font-family: roboto;
	
}


.hero .menu {
	margin: 30px;
}

.topnav {
  overflow: hidden;;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #6271FB;
  color: white;
}

.topnav a.active {
  background-color: #6271FB;
  color: white;
}

.hero .menu input[type=text] {
  padding: 10px 20px 10px 20px;
  margin-top: 8px;
  border: none;
  border-radius: 50px;
  font-size: 17px;
}

.hero .menu .search button {
	border-radius: 50px;
	height: 40px;
	width: 40px;
	margin-left: 10px;
	background-color: #6271FB;
	border: none;
}

/*TOP BAR STYLE ENDS*/




.hero {
	background-image: url(images/hero-bg.jpg);
	background-size: cover;
	overflow: hidden;
}

.hero .head h1 {
	font-weight: bolder;
	padding: 250px 0 0 200px;
	font-size: 50px;
}

.hero .head h1 span {
	color: #6271FB;
}

.hero .head .g-btn {
	color: white;
	background-color: #6271FB;
	border-radius: 5px;
	border: 2px #6271FB;
	padding: 10px 20px 10px 20px;
	transition: transform .6s;
}

.hero .head .g-btn:hover {
	color: #6271FB;
	background: none;
	border-radius: 5px;
	border: solid 2px #6271FB;
	padding: 10px 20px 10px 20px;
	transform: scale(1.1);
}

.hero .head .c-btn {
	color: #6271FB;
	border-radius: 5px;
	border: solid 2px #6271FB;
	padding: 10px 20px 10px 20px;
	background-color: transparent;
	transition: transform .6s;
}

.hero .head .c-btn:hover {
	color: white;
	border-radius: 5px;
	border: solid 2px #6271FB;
	padding: 10px 20px 10px 20px;
	background-color: #6271FB;
	transform: scale(1.1);
}

.hero .head .hero-vector img {
	margin: auto;
	float: right;
	height: 626px;
	width: 626px;
}




/*HERO STYLE ENDS*/




.we-card {
	margin-top: 90px;
}

.best {
	text-align: center;

}

.best span {
	color: #6271FB;
}

.we-card .card {
	padding: 30px;
	transform: translateY(60px);
}

.we-card .card h3{
	color: #333333;
	margin: 30px 0 20px 0;
}


.we-card .card p {
	color: #808080;
}

.we-card .down {
	margin-top: 30px;
}




/*WE DELIVER STYLE ENDS*/




.we-tailor .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.we-tailor .words h3 {
	color: #6271FB;
	text-align: center;
}

.we-tailor .words .words-p {
	color: #808080;
	text-align: center;
}

.we-tailor .words .cards p {
	text-align: justify;
	color: #808080;
}

.we-tailor .words .cards  {
	margin-left: 50px;
}

.we-tailor .words .card1 {
	padding: 10px;
	border-left: solid 4px #61e486;
	margin-right: 20px;
	margin-bottom: 10px;
}

.we-tailor .words .card2 {
	padding: 10px;
	border-left: solid 4px #86afff;
	margin-right: 20px;
}

.we-tailor .words .card11 {
	padding: 10px;
	border-left: solid 4px #ff8587;
	margin-bottom: 10px;
}

.we-tailor .words .card22 {
	padding: 10px;
	border-left: solid 4px #ffcf85;
}





/*WE TAILOR SECTION STYLE ENDS*/






.all-row {
	padding: 100px;
}

.services h1 {
 	font-weight: bold;
 	text-align: center;
 	margin: 50px;
}

.services span {
	color: #6271FB;
}

.services .card {
	width: 270px;
	text-align: center;
	padding: 40px;
	margin-left: 130px;
  	margin-top: 80px;

}

.services .card h5 {
	margin: 30px 0 0 0;
	color: #4a4a4a;
}




/*SERVICES SECTION STYLE ENDS*/









.reviews h1 {
 	font-weight: bold;
 	text-align: center;
}

.reviews span {
	color: #6271FB;
}

.heading-reviews {
	margin: 100px;
}

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	padding: 0 70px;
}

.carousel-inner .carousel-item .quotes img {
	margin-bottom: 50px;
}

.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	
}
.carousel .overview b {
	text-transform: uppercase;
	color: #6271FB;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}






/*REVIEWS SECTION STYLE ENDS*/







.blogs h1 {
 	font-weight: bold;
 	text-align: center;
 	margin: 30px;
}

.blogs .span span {
	color: #6271FB;
}

.blogs .cards .card .padding {
	padding: 50px;
}


.blogs .cards .card p span {
	text-align: right; 
}

.blogs .cards .card p {
	font-style: italic;
	color: #868686; 
}





/*BLOGS SECTION STYLE ENDS*/







footer {
	color: white;
	margin-top: 80px;
}

footer .bg {
	padding-top: 70px;
	background-color: #1a1927
}

footer .bg img {
	margin-bottom: 0px;
}

footer .bg .quick-link {
	margin-top: 30px;
}

footer .bg .quick-link li {
	list-style: none;
	padding-top: 10px;
	color: white;
}

footer .bg .quick-link li a {
	color: white;
}

footer .bg .quick-link li a:hover {
	color: #6271FB;
}

footer .bg p {
	margin-top: 30px;
}

footer .bg .social li {
	display: inline-block;
	padding: 10px;
	color: #6271FB;
}

footer .bg input {
	padding: 5px;
	border-radius: 8px;
	width: 230px;
	border: none;
	margin-top: 30px;
}

footer .bg button {
	border-radius: 100px;
	background-color: #6271FB;
	border:none;
	background: none;
	margin-top: 30px;
}


footer .bg .copy-rights {
	margin: 50px;
	text-align: center;
}


/*FOOTER SECTION STYLE ENDS*/