

html,
body {
	margin: 0;
	font-size: 100%;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	background: #fff;
	color: #8a8a8a;
	/* scroll-margin-top: 2em; */
}

/* body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
} */

a:hover, a:visited, a:link {
	text-decoration: none !important;
	/* color: inherit; */
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}

p {
	margin: 0;
	font-size: 0.9em;
	color: #8d8d8d;
	line-height: 2em;
	letter-spacing: 1px;
	font-weight: 300;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}
.nav-border-shadow
{
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.015)!important;
}
.element {  
  width: 100%;
  height: 200px;
  background: url(http://i.imgur.com/k8BtMvj.jpg) no-repeat center top;
  background-size: cover;
}
.element:before,
.element:after{
  content: '';
  position: absolute; bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.element:before{
  left: 0;  
  border-width: 35px 0 0 55vw;
  border-color: transparent transparent transparent #fff;
}
.element:after{
  right: 0;  
  border-width: 0 0 35px 55vw;
  border-color: transparent transparent #fff transparent;
}
/*-----gradient -----*/
.service-container h2 {
    margin-bottom: 21px;
    font-family: 'gilroy-bold', sans-serif;
    color: #8d8d8d;
    font-weight: 600;
    font-size: 24px;
}
.service-container p
{
	color: #8d8d8d;
}
.request-btn {
   /*margin: 2em auto;*/
   display: block;
   -webkit-appearance: none;
   border: 3px solid #8a8a8a;
   border-radius: 50px;
   padding: 1em 3em;
   background-repeat: no-repeat;
   background-size: 100%;
   background-clip: padding-box;
   position: relative;
   box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
   color: #17a2b8;
}
 .request-btn:before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 5px;
   left: 5px;
   border-radius: 50px;
   z-index: -1;
   filter: blur(14px);
}
 .request-btn:after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 5px;
   right: 5px;
   border-radius: 50px;
   z-index: -1;
   filter: blur(14px);
}
 .button1 {
   background-image: linear-gradient(90deg,#7b81ec,#3bd1d3);
}
 .button1:before {
   background-image: linear-gradient(90deg,#7b81ec,transparent);
}
 .button1:after {
   background-image: linear-gradient(90deg,transparent,#3bd1d3);
}
 .button2 {
   /*background-image: linear-gradient(90deg,#fa80d2,#fed757);*/
   /* background-image: linear-gradient(90deg,#17a2b8,#fed757); */
   background: #fff;
}
 /* .button2:before {
   background-image: linear-gradient(90deg,#fa80d2,transparent);
}
 .button2:after {
   background-image: linear-gradient(90deg,transparent,#fed757);
} */
 .button3 {
   background-image: linear-gradient(90deg,#8ce0f1,#79f391);
}
 .button3:before {
   background-image: linear-gradient(90deg,#8ce0f1,transparent);
}
 .button3:after {
   background-image: linear-gradient(90deg,transparent,#79f391);
}
 .button4 {
   background-image: linear-gradient(90deg,#525a69,#898dda);
}
 .button4:before {
   background-image: linear-gradient(90deg,#525a69,transparent);
}
 .button4:after {
   background-image: linear-gradient(90deg,transparent,#898dda);
}

/*------ gradient ends ----*/
/*------active -------------*/
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active
{
	color: #17a2b8;
}
.navbar-light .navbar-nav .nav-link
{
	color: #8d8d8d;
}
.navbar-nav>li>a
{
	padding: 7px 20px;
}
.nav-link
{
	padding: 7px 20px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 0.75em;
    font-weight: 600 !important;
}
/*-------active --------------*/
/* .header_top
{
	border-bottom: 4px solid #17a2b8;
} */
/*--/header --*/
.bg-light {
	background: none !important;
}

.bg-faded {
	background-color: #fff;
	padding: .5em .5em .5em .5em;
}

ul.navbar-nav li {
	margin: 0 6px;
}

a.navbar-brand {
	/* font-size: 2em; */
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.navbar-light .navbar-brand {
	color: #8d8d8d;
}

a.navbar-brand i {
	color: #17a2b8;
}

.navbar-toggleable-md .navbar-nav .nav-link {
	padding-right: 1.1em;
	padding-left: 1.1em;
	letter-spacing: 1px;
}

/* li.nav-item.active {
	border-bottom: 2px solid #17a2b8;
	background: #e7e9ea;
} */

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #808890;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 0.9em;
}

input.form-control.mr-sm-2.ser-ch {
	margin-right: 0 !important;
}

.search input[type="search"] {
	outline: none;
	padding: 11px 15px;
	font-size: 13px;
	color: #777;
	background: #f0f2f5;
	width: 64%;
	letter-spacing: 2px;
	border: none;
	border: 1px solid #ddd;
	margin: 0;
	border-radius: 0;
}

.search button[type="submit"]{
	outline: none;
	padding: 12px 17px;
	font-size: 13px;
	color: #fff;
	background: #343638;
	border: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	margin: 0;
	cursor: pointer;
	font-weight: 600;
	border-radius: 0px 6px 6px 0px;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	-o-border-radius: 0px 6px 6px 0px;
	-ms-border-radius: 0px 6px 6px 0px;
}

.search button [type="submit"]:hover {
	background: #17a2b8;
}

/*--//header --*/

/*--/banner --*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
	bottom: 11em;
	z-index: 10;
	text-align: center;
	width: 59%;
	margin: 0 auto;
}

/* Declare heights because of positioning of img element */

.carousel-item {
	height: 45em;
	background-color: #777;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.bottom-sub-grid.ser {
	margin-top: 1.5em;
	margin-bottom: 0;
}

.marketing h2 {
	font-weight: 400;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/*--/slider--*/

.hidden-text
{
	visibility: hidden;
}
.carousel-caption h2,
.carousel-caption h3 {
	font-size: 4em;
	letter-spacing: 2px;
	line-height: 1.4em;
	/* text-shadow: 0 1px 2px #000; */
}

.carousel-indicators {
	bottom: 7%;
	left: 0%;
	cursor: pointer;
	display: none;
}

.bnr-button {
	margin-top: 2em;
}

.carousel-control {
	line-height: 42em;
}
.carousel-control-prev-icon, .carousel-control-next-icon
{
	background-image: none !important;
}
.carousel-indicators li {
	display: inline-block;
	max-width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
}

.carousel-indicators .active {
	background: #17a2b8;
}

/* Show it is fixed to the top */

button.btn.btn-primary.play {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	outline: none;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	background-color: #17a2b8;
	border: none;
}

/*--//banner --*/

/*--/content --*/

h3.tittle_w3ls {
	text-align: center;
	font-size: 3em;
	color: #2c363e;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

h3.tittle_w3ls.cen {
	color: #fff;
}

.lead {
	font-size: 1.1em;
	font-weight: 300;
}

.featurette-heading {
	font-size: 46px;
	line-height: 1.4em;
}
.shaped-img>div {
    display: inline-block;
    position: relative;
}
.shaped-img img {
    -webkit-clip-path: polygon(19.54% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(19.54% 0,100% 0,100% 100%,0 100%);
    max-width: 100%;
}
.shaped-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    background-color: #292b2c;
    -webkit-clip-path: polygon(31% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(31% 0,100% 0,100% 100%,0 100%);
    z-index: -1;
    right: 0px;
    top: 0;
}
/*@media (min-width: 992px)
{*/
.shaped-img {
    max-width: 100%;
    padding: 40px 30px;
}
/*}*/
/*@media (min-width: 992px)
{*/
.shaped-img>div:after {
    -webkit-box-shadow: 10px 10px 11px -2px rgba(0,0,0,.2);
    box-shadow: 10px 10px 11px -2px rgba(0,0,0,.2);
}
.shaped-img>div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.section-head h1
{
	font: 40px/82px "gilroy-bold", sans-serif;
    font-weight: 900;
}
.section-head .border {
    width: 76px;
    height: 1px;
    border: 1px solid #17a2b8;
    margin-left: 47%;
}
.border {
    width: 76px;
    height: 1px;
    border: 1px solid #17a2b8 !important;
    margin-bottom: 22px;
}
.about-section h4 {
    color: #268a94;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*--/banner-bottom --*/

/* .banner-bottom {
	padding: 6em 0;
} */
.about-text
{
	margin-top: 0px;
    color: #8d8d8d;
    font-weight: 300;
}
.bt-bottom-info h5 {
	font-size: 2em;
	line-height: 1.5em;
	color: #17a2b8;
	margin-bottom: 4em;
}

.inner-sec-w3layouts-agileinfo {
	margin-top: 4em;
}

.bottom-sub-grid {
	text-align: center;
	margin: 0 auto;
}

.bt-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background: #17a2b8;
	text-align: center;
	margin: 0 auto;
}

.bottom-sub-grid span{
	font-size: 2em;
	line-height: 3em;
	color: #fff;
	border-color: rgba(173, 173, 173, 0.45);
}

.bottom-sub-grid:hover a.btn.btn-secondary.view {
	background: #17a2b8;
}

a.btn.btn-secondary.view {
	background: #8d8d8d;
	color: #fff;
	margin-top: 2em;
	font-size: 0.9em;
	padding: 0.8em 1.5em;
}

.modal-body.video iframe {
	border: none;
	width: 100%;
	min-height: 250px;
}

h5#exampleModalLabel {
	font-size: 1.2em;
}

h4.sub-tittle_w3ls {
	font-size: 1.2em;
	color: #8d8d8d;
	letter-spacing: 1px;
	margin: 1em 0;
}

/*--//banner-bottom --*/

.left-img img {
	width: 100%;
}

/*--//content --*/

/*-- /services --*/

.services {
	padding: 7em 0;
}

.icon_info h5 {
	font-size: 1.2em;
	color: #8d8d8d;
	margin: 1em 0;
	font-weight: 600;
}

.icon_info {
	text-align: center;
}

.icon_info {
	text-align: left;
	padding: 4em 2em;
	border: 3px solid #f5f5f5;
	background-color: #f5f5f5;
	transition: all 0.3s ease-out 0s;
}

.grid_info_main.mid {
	margin-top: 3em;
}

.grid_info_main i {
	font-size: 2em;
	color: #17a2b8;
}

.grid_info.second {
	margin-top: 1.5em;
}

.grid_info_main.mid img {
	width: 100%;
}

/*-- //services --*/

.style-grids_main {
	margin: 0;
}

.style-image-2 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner2.jpg) no-repeat;
	background-size: cover;
	min-height: 600px;
}

.style-image-2.second {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner5.jpg) no-repeat;
	background-size: cover;
	min-height: 600px;
}

.grid_sec_info {
	padding: 8em 6em 6em 6em;
	background: #f5f5f5;
}

.style-grid-2-text_info p {
	margin: 2em 0;
}

.grid_sec_info h3 {
	font-size: 1.6em;
	line-height: 1.6em;
}

/*-- stats --*/

.stats_left p {
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	line-height: 2em;
}

.stats_left h4 {
	font-size: 1.1em;
	color: #f7f7f7;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.stats_left i
 {
	font-size: 3em;
	color: rgba(34, 34, 34, 0.45);
	margin: 0;
}

.stats_bottom_grid_left img {
	margin: 0 auto;
}

.stats_left.counter_grid {
	background: #76daff;
}

.stats_left.counter_grid1 {
	background: #ff3c41;
}

.stats_left.counter_grid2 {
	background: #fcd000;
}

.stats_left.counter_grid3 {
	background: #47cf73;
}

.stats_left {
	text-align: center;
	float: left;
	width: 25%;
	border: 1px solid rgba(49, 48, 48, 0.18);
	padding: 4em 1em;
	border-top: none;
	border-bottom: none;
}

.stats_left:nth-child(3) {
	border-right: 0px;
}

.stats_left:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}

/*--//about --*/

/*--/Reviews--*/

/*-- testimonials --*/

.reviews_sec {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/test.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/test.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/test.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/test.jpg) no-repeat;
	background-size: cover;
	padding: 7em 0;
	background-attachment: fixed;
}

.testimonials_grid {
	text-align: center;
	position: relative;
}

.testimonials_grid img {
	margin: 0 auto;
}

.test_social_pos {
	position: absolute;
	top: 0%;
	right: 38.5%;
}

.social_list1 li {
	display: inline-block !important;
}

.test_social_pos li a {
	color: #fff;
	font-size: 0.9em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	line-height: 29px;
}

.facebook1 {
	background: #3b5998;
}

.twitter2 {
	background: #1da1f2;
}

.dribble3 {
	background: #ea4c89;
}

.testimonials_grid {
	text-align: center;
}

.testimonials_grid h3 {
	margin: 1em 0 0.5em 0;
	color: #fff;
	font-size: 1.2em;
}

.testimonials_grid h3 span {
	font-weight: 100;
	font-size: 0.9em;
}

.testimonials_grid i {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #f3f0f0;
}

.testimonials_grid p {
	width: 70%;
	margin: 1em auto 0;
	color: #fff;
	line-height: 2em;
	letter-spacing: 1px;
}

.testimonials_grid img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.15);
}
.dark-button
{
	background: #1d1d1d;
}
.testimonials_grid {
	margin: 0 auto;
	width: 65%;
}

/*-- //testimonials --*/

/*--responsive--*/

@media(max-width:900px) {}

@media(max-width:800px) {
	.stats_left p {
		font-size: 2.3em;
	}
}

@media(max-width:768px) {
	.news-right h4,
	.ab_info h4 {
		font-size: 1.7em;
	}
}

@media(max-width:640px) {
	.stats_left {
		text-align: center;
		float: left;
		width: 100%;
	}
	.stats_left:nth-child(2) {
		border-bottom: 0px;
	}
	.stats_left:nth-child(1) {
		border-bottom: 0px;
	}
	.stats_left:nth-child(3) {
		border-bottom: 0px;
	}
}

/*--//content --*/

/*--about--*/

.banner-inner {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner2.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner2.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner2.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(assets/images/banner2.jpg) no-repeat;
	background-size: cover;
	min-height: 250px;
}

li.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 1px;
}

li.breadcrumb-item a {
	color: #8d8d8d;
}

.breadcrumb-item.active {
	color: #17a2b8;
}

.bt-bottom-info.ab img {
	width: 100%;
}

p.ab-para {
	margin: 2em 0 3em 0;
}

/*--//about--*/

/*-- gallery --*/

.section_1_gallery_grid {
	margin-top: 1em;
}

.w3_section_1_gallery_grid {
	padding: 0 8px;
}

.section_1_gallery_grid1 {
	position: relative;
	background: #edf3f3;
	padding: 6px;
}

.proj_gallery_grid1_pos {
	background: rgba(14, 15, 16, 0.59);
	bottom: 23px;
	left: 30px;
	opacity: 0;
	padding: 1em;
	position: absolute;
	right: 30px;
	text-align: center;
	visibility: hidden;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.proj_gallery_grid1_pos h3 {
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.proj_gallery_grid1_pos p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

.banner-bottom.gallery {
	padding: 5em 0;
}

p.quia {
	font-size: 1.2em;
	color: #140b05;
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.proj_gallery_grid img {
	width: 100%;
}

/*-- //gallery --*/

/*-- /error --*/

.error-404 h4 {
	font-size: 12em;
	font-weight: 600;
	color: #8d8d8d;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #202020;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	font-size: 0.9em;
}

a.b-home:hover {
	background: #17a2b8;
}

.error-404 p {
	color: #929090;
	font-size: 1em;
	letter-spacing: 8px;
	margin: 0em 0 2em 0;
}

.error.social-icons {
	margin-bottom: 1em;
}

.error.social-icons a {
	color: #4e4e4e;
}

.error.social-icons a:hover {
	color: #ff3c41;
}

.error-404 {
	text-align: center;
}

.error-404 form {
	margin: 0 auto 2em;
	width: 40%;
	text-align: center;
}

.error-404 form input[type="search"] {
	outline: none;
	border: 1px solid #c4c5c5;
	background: none;
	color: #212121;
	padding: 14px 15px;
	width: 80%;
	float: left;
	font-size: 12px;
	letter-spacing: 5px;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #ff3c41;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
}

button.btn1:hover {
	background: #17a2b8;
}

.error ul li {
	list-style: none;
	display: inline-block;
}

.error ul li a {
	color: #555;
	margin: 0 5px;
	font-size: 0.9em;
}

@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}
	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}
	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
}

/*-- //error --*/

/*--footer--*/

footer {
	padding: 2em 0;
	background-color: #fff;
}

footer h3,
footer h2 {
	font-size: 1.3em;
	color: #8a8a8a;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
	color: #8a8a8a;
	font-weight: 600;
}

footer ul li {
	display: block;
	color: #bfbfbf;
	font-weight: 400;
	font-size: 0.9em;
	margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #17a2b8;
}

footer ul li a {
	color: #8a8a8a;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #17a2b8;
}

footer ul li.hd {
	color: #7dd7e2;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #8d8d8d;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #17a2b8;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #17a2b8;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	/*background: #141415;*/
	color: #fff;
	padding: 1em 0;
	/*border-top: 1px solid rgba(25, 24, 24, 0.58);*/
}

.copyrightbottom p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 28px;
}

.copyrightbottom a {
	color: #8cbbc1;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}


/*--// copyright-- */

/*--responsive--*/

@media(max-width:1440px) {
	.services,
	.reviews_sec {
		padding: 6em 0;
	}
}

@media(max-width:1366px) {
	.carousel-item {
		height: 35em;
	}
	.carousel-caption {
		/* bottom: 9em;
		width: 59%; */
		bottom: auto;
    	width: auto;
    	left: 2%;
    	text-align: left;
    	top: 11rem;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 1.8em;
		letter-spacing: 2px;
		font-family: 'Montserrat', sans-serif;
		/* text-shadow: 5px 5px 5px #000; */
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 530px;
	}
}

@media(max-width:1280px) {
	.banner-bottom,
	.services,
	.reviews_sec {
		padding: 5em 0;
	}
	.inner-sec-w3layouts-agileinfo {
		margin-top: 3.5em;
	}
	.banner-inner {
		min-height: 180px;
	}
	ul.navbar-nav li {
		margin: 0 4px;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 488px;
	}
	.grid_sec_info {
		padding: 6em 4em 4em 4em;
	}
}

@media(max-width:1080px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 32em;
	}
	button.btn.btn-primary.play {
		width: 80px;
		height: 80px;
	}
	.carousel-indicators li {
		display: inline-block;
		max-width: 16px;
		height: 16px;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 3.3em;
		letter-spacing: 2px;
	}
	.carousel-indicators {
		bottom: 11%;
		left: 0%;
		cursor: pointer;
	}
	.carousel-caption {
		bottom: 8em;
		width: 65%;
	}
	.stats_left p {
		font-size: 2.5em;
		line-height: 1.6em;
	}
	.stats_left .fa-w-16,
	.stats_left .fa-w-18,
	.stats_left .fa-w-14,
	.stats_left .fa-w-20 {
		font-size: 2.5em;
	}
	.grid_sec_info h3 {
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.inner-sec-w3layouts-agileinfo {
		margin-top: 3em;
	}
	h3.tittle_w3ls {
		font-size: 2.8em;
	}
	footer {
		padding: 4em 0;
	}
	.proj_gallery_grid1_pos h3 {
		font-size: 1em;
	}
}

@media(max-width:1024px) {
	.banner-bottom,
	.services,
	.reviews_sec {
		padding: 4em 0;
	}
	a.navbar-brand {
		font-size: 1.8em;
	}
	.bt-bottom-info h5 {
		font-size: 2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 457px;
	}
	.proj_gallery_grid1_pos p {
		letter-spacing: 1px;
		font-size: 12px;
	}
	.error-404 form {
		margin: 0 auto 2em;
		width: 50%;
	}
	.grid_sec_info {
		padding: 4em 2em 2em 2em;
	}
}

@media(max-width:991px) {
	.grid_info_main.mid {
		margin-top: 2em;
	}
	.grid_info_main.mid img {
		width: 45%;
	}
	.footer-grid {
		margin: 1em 0;
	}
	footer {
		padding: 3em 0;
	}
	.bt-bottom-info.ab img {
		width: 60%;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 3em;
		letter-spacing: 1px;
	}
	.navbar-toggler {
		margin-top: 7px;
		cursor: pointer;
	}
	a.navbar-brand {
		font-size: 1.8em;
		width: 50%;
	}
}

@media(max-width:900px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 3em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 29em;
	}
	.carousel-caption {
		bottom: 7em;
		width: 72%;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 415px;
	}
	.test_social_pos {
		position: absolute;
		top: 0%;
		right: 28%;
	}
}

@media(max-width:800px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2.9em;
		letter-spacing: 1px;
	}
	.testimonials_grid p {
		width: 100%;
		margin: 1em auto 0;
	}
}

@media(max-width:768px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2.8em;
		letter-spacing: 1px;
	}
	.bt-bottom-info h5 {
		font-size: 1.8em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.copyrighttop,
	.copyrightbottom {
		float: none;
		text-align: center;
	}
	.copyrightbottom {
		margin-top: 0.6em;
	}
	.bottom-sub-grid {
		margin: 1em 0;
	}
}

@media(max-width:767px) {
	.banner-bottom,
	.services,
	.reviews_sec {
		padding: 3em 0;
	}
	.bt-bottom-info.ab img {
		width: 90%;
	}
	.grid_info_main.mid img {
		width: 70%;
	}
	.inner-sec-w3layouts-agileinfo {
		margin-top: 2em;
	}
	.test_social_pos {
		position: absolute;
		top: 0%;
		right: 23%;
	}
	h3.tittle_w3ls {
		font-size: 2.7em;
	}
}

@media(max-width:736px) {
	.carousel-caption {
		bottom: 7em;
		width: 74%;
	}
	.carousel-indicators li {
		margin: 0 6px;
	}
	.carousel-indicators li {
		display: inline-block;
		max-width: 14px;
		height: 14px;
	}
	.banner-inner {
		min-height: 127px;
	}
}

@media(max-width:667px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2.6em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 27em;
	}
	.carousel-indicators {
		bottom: 11%;
		left: 4%;
		cursor: pointer;
	}
	footer h3,
	footer h2 {
		font-size: 1.2em;
	}
}

@media(max-width:640px) {
	.carousel-caption {
		bottom: 6em;
		width: 77%;
	}
	h3.tittle_w3ls {
		font-size: 2.5em;
	}
	.section_1_gallery_grid {
		margin-top: 0em;
		margin-bottom: 0.6em;
	}
}

@media(max-width:600px) {
	.bt-bottom-info h5 {
		font-size: 1.4em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	h3.tittle_w3ls {
		font-size: 2.2em;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2.4em;
		letter-spacing: 1px;
	}
	.carousel-caption {
		bottom: 7em;
	}
}

@media(max-width:568px) {
	.carousel-item {
		height: 30em;
		background-size: inherit !important;
		background-position: center !important;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	button.btn.btn-primary.play {
		width: 60px;
		height: 60px;
	}
	.carousel-caption {
		bottom: 5em;
		width: 80%;
	}
	.carousel-indicators {
		bottom: 11%;
		left: 8%;
		cursor: pointer;
	}
	h3.tittle_w3ls {
		font-size: 2em;
	}
	.stats_left {
		padding: 3em 1em;
	}
	.icon_info {
		padding: 2.5em 2em;
	}
	.grid_sec_info h3 {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.testimonials_grid {
		margin: 0 auto;
		width: 90%;
	}
	.test_social_pos {
		position: absolute;
		top: 0%;
		right: 15%;
	}
}

@media(max-width:480px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	h4.sub-tittle_w3ls,
	.icon_info h5 {
		font-size: 1.1em;
	}
	footer {
		padding: 2em 0;
	}
	.banner-bottom,
	.services,
	.reviews_sec {
		padding: 2.5em 0;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 280px;
	}
	/* .bg-faded {
		 padding: 1em 0.8em;
	} */
	.banner-inner {
		min-height: 107px;
	}
	/* .navbar.fixed-top
	{
		position: relative !important;
	} */
}

@media(max-width:440px) {

	.bottom-sub-grid .fa-w-16,
	.bottom-sub-grid .fa-w-18,
	.bottom-sub-grid .fa-w-20 {
		font-size: 1.8em;
		margin-top: 26px;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.carousel-caption {
		bottom: 5em;
		width: 75%;
	}
}

@media(max-width:414px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 25em;
	}
	.bt-bottom-info h5 {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	h3.tittle_w3ls {
		font-size: 1.8em;
	}
	.carousel-indicators li {
		display: inline-block;
		max-width: 11px;
		height: 11px;
	}
	.carousel-indicators {
		bottom: 11%;
		left: 5%;
		cursor: pointer;
	}
}

@media(max-width:384px) {
	a.navbar-brand {
		font-size: 1.6em;
		width: 50%;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.nav-link {
		display: block;
		padding: 0.5em 1em;
		font-size: 0.9em;
	}
	.testimonials_grid h3 {
		font-size: 1em;
	}
}

@media(max-width:375px) {
	.carousel-item {
		height: 25em;
		background-size: inherit !important;
		background-position: center !important;
	}
	.banner-bottom, .services, .reviews_sec {
		padding: 2em 0;
	}
	.carousel-caption {
		bottom: 4em;
		width: 75%;
	}
	.search input[type="search"] {
		width: 62%;
	}
	h3.tittle_w3ls {
		font-size: 1.6em;
	}
	.grid_sec_info h3 {
		font-size: 1em;
		line-height: 1.6em;
	}
	footer h3, footer h2 {
		font-size: 1.1em;
	}
}

@media(max-width:320px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	h3.tittle_w3ls {
		font-size: 1.4em;
	}
	h4.sub-tittle_w3ls, .icon_info h5 {
		font-size: 1em;
	}
	p {
		margin: 0;
		font-size: 0.845em;
	}
}

/*--//responsive--*/
/*----card hover --*/
.blocks-service
{
    padding: 15px 25px;
    min-height: 285px;

}
.blocks-service div
{
	position: absolute;
    top: 0;
    left: 0;
    /*right: 7%;*/
    text-align: center;
    min-height: 220px;
    padding: 30px 15px 10px;
    background-color: #fff;
    transition: top .5s cubic-bezier(.39,.58,.57,1);
    box-shadow: 0 5px 9px 1px rgba(32,32,32,.28);
}
.blocks-service h3 {
    color: #828080;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10%;
}
.blocks-service:hover div {
    top: -60px;
    margin-bottom: 2%;
}
.blocks-service p
{
	visibility: hidden;
}
.blocks-service:hover div p {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.blocks-service p {
    color: #5a5f63;
    font-size: 13px;
    text-align: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}
.text-orange-clr
{
	color: #17a2b8 !important;
	font-weight: 600;
}
.fet-icon
{
	opacity: 0.7;

}
/*---------------------*/
#box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
}
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*----style cards ----*/
.card-blog {
    margin-top: 30px;
}
.card .card-image {
    /* height: 60%; */
    position: relative;
    overflow: hidden;
    /* margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px; */
    border-radius: 6px;
    /* box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); */
}
.card .table-cap {
    padding: 15px 30px;
}
.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #8a8a8a;
    font-size: 1.3em;
    /* text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000', endColorstr='#000000'); */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#0000), to(#454545)); 
    background: -moz-linear-gradient(top,  #0000,  #454545);   */
    left: 0;
    bottom: 0;
    width: 100%;    
    padding: 16px 20px;
}
.card .card-image .card-caption-product
{
	font-size: 1.2em;
}
.card-blog .card-caption {
    margin-top: 5px;
}
.card-caption {
    font-weight: 700;
    /* font-family: "Roboto Slab", "Times New Roman", serif; */
}
.card-below {
    display: inline-block;
    /* position: relative; */
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.down_footer_copy {
    margin: 3em 0 0;
    padding: 1em 0;
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    text-align: center;
}
.w3agile_footer_copy p {
    color: #8a8a8a;
    line-height: 1.8em;
    margin: 0;
}
.img:before
{
	content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  background: -webkit-linear-gradient(transparent, #FFF) left repeat;
  background: linear-gradient(transparent, #FFF) left repeat; 
}
/*-----new section -----*/
.client-img {
    position: relative;
    display: block;
}
.overlay-sec .beyond-1 {
    left: -30px;
}
.overlay-sec .beyond-2 {
    right: -30px;
}
.client-img .beyond-1 {
    z-index: -1;
    position: absolute;
    width: 40%;
}
.client-img .beyond-2 {
    z-index: -1;
    position: absolute;
    width: 40%;
}
.bg-dark-1, .bg-dark-2 {
    background-color: #8d8d8d!important;
}
.client-img .square::before {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.client-img img
{
	margin-top: 30px;
	-webkit-box-shadow: 0 2px 6px 0 rgb(112 112 112 / 25%);
     box-shadow: 0 2px 6px 0 rgba(112 112 112 / 25%);
}
.shadow-none
{
	box-shadow: initial
}
.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link
{
	color: #17a2b8 !important;
}
/* .large-top
{
	margin-top: 5%;
} */
/* .about-banner
{
	height: 350px !important;
} */
.img-center-align img
{
	display: inline-block;
}
.white-bg-center
{
	
	background: #fff;
}
.about-banner
{
	height: 400px !important;
}
.large-top
{
	padding-top: 5%;
}
.line-height-font
{
	line-height: inherit;
	font-size: 14px;
}
.date-text
{
	font-size: 12px;
	font-weight: 600
}
.news-view-line-height
{
	line-height: inherit;
	font-size: 18px;
}
.news-shadow
{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.01), 0 2px 10px 0 rgba(0,0,0,0.09);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.01), 0 2px 10px 0 rgba(0,0,0,0.09);
}
.about-list-icon li:before, .news-list-icon li:before
{
		content: "\f058"; /* FontAwesome Unicode */
		font-family: FontAwesome;
		display: inline-block;
		margin-left: -1.3em; /* same as padding-left set on li */
		width: 1.3em; /* same as padding-left set on li */
	 
}
.faiclitate .card-caption
{
	color: #d8d8d8 !important;
}
.table-cap h5
{
	color: #8d8d8d;
}
.list-items ul li
{
    margin-bottom: 10px;
    font-weight: 600;
    color: #7d7d7d;
    font-size: 14px;
}
.un-list li
{
	list-style: none;
}
/* .nav-link.active
{
	color: red;
} */
.font-size-12
{
	font-size: 0.8em;
    letter-spacing: inherit;
}
.h-list
{
	font-size: 14px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}
.h-list:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	vertical-align: middle;
 }
 .rounded-0-r
 {
	 border-radius: 0 !important;
 }
 .padd-10
 {
	 padding-left: 10px !important;
 }
 .heading-lotus-text
 {
	font-size: 18px;
    font-weight: 600;
    color: #ec893c;
 }
 @media (min-width: 576px)
 {
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25
rem
;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25
rem
;
}
}