
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
	font-family: 'Poppins', sans-serif;
	background: #fff;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Dosis', sans-serif;
}

p {
	margin: 0;
	color: #777;
	font-size: 1em;
	line-height: 2;
	letter-spacing: 1px;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 10px;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
/*--/navbar--*/
.navbar {
	padding: 0em 2em;
	border-bottom: 1px solid rgba(243, 242, 242, 0.41);
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top {
	background: -webkit-linear-gradient(top right, #16e3ff, #008fa5);
	border: none;
	padding: 0.7em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	z-index: 99;
}

h1.wthree-logo a {
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: 600;
	color: #000;
	text-transform:uppercase;
}
/*
h1.wthree-logo a span {
	background: #ff7f00;
	width: 40px;
	display: inline-block;
	color: #000;
	text-align: right;
	margin-right: 5px;
	padding-right: 4px;
}
*/
a.scroll.bnr-btn {
	background: #ff7f00;
	text-transform: capitalize;
	color: #000;
	padding: 5px 20px;
	display: inline-block;
	font-weight: 600;
	margin-top: 1em;
	border-radius: 20px;
}

a.scroll.bnr-btn:hover {
	padding: 5px 30px;
	color: #fff;
}

.bnr-w3pvt-txt h4 {
	color: #fff;
	font-size: 2.5em;
	letter-spacing: 3px;
}

.bnr-w3pvt-txt p {
	width: 600px;
}

.bnr-w3pvt-txt h2 {
	color: #fff;
	font-size: 2em;
	margin: 10px 0;
	text-transform: capitalize;
	font-weight:600;
	text-align:center;
}

.bnr-w3pvt-txt h3 {
	color: #fff;
	font-size: 1.6em;
	text-transform: capitalize;
}

.bnr-w3pvt-txt {
	margin-left: 5em;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse {
	background: -webkit-linear-gradient(top right, #16e3ff, #008fa5);
	padding: 0.8em 0;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a {
	font-size: 0.7em;
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.top-nav-collapse h1.wthree-logo a span {
	width: 34px;
}
.min-height-400, .min-height-400:before {
	min-height:400px !important;
}
.sun {
	width:60%;
	margin-top: 0px;
}
/* Important styles */
#toggle {
	display: block;
	width: 28px;
	margin: 15px auto 10px;
}

/*#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}

#toggle span:after {
	top: 9px;
}

#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}


#toggle.on span {
	background-color: transparent;
}

#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
	opacity: 1;
	visibility: visible;
}


#menu {
	position: absolute;
	right: -77px;
	top: 53px;
	width: 185px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	background: #ff7f00;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}

#menu:after {
	position: absolute;
	top: -20px;
	left: 80px;
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #ff7f00;
}

div#menu li a {
	color: #fff;
	font-weight: 600;
}

#menu li {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}*/

/* banner */
.clip-wthree {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	-ms-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

.cliptop-wthree {
	-webkit-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	-moz-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	-o-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	-ms-clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
}

.clipbottom-wthree {
	-webkit-clip-path: polygon(0 14%, 100% 0, 100% 0%, 0 100%);
	-moz-clip-path: polygon(0 14%, 100% 0, 100% 0%, 0 100%);
	-o-clip-path: polygon(0 14%, 100% 0, 100% 0%, 0 100%);
	-ms-clip-path: polygon(0 14%, 100% 0, 100% 0%, 0 100%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}
/*.map-grid.clipbottom-wthree {*/
/*    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 0%, 0 100%);*/
/*	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);*/
/*}*/
.cliptop-blog-wthree {
	-webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
	-moz-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
	-o-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
	-ms-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
	clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.cliptop-portfolio-wthree {
	-webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	-moz-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	-o-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	-ms-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
	background: linear-gradient(TO top right, #16e3ff, #008fa5);
	padding: 12em 0;
}

.banner-w3pvt {
	position: relative;
}
.banner-w3pvt.non-home {
	background: url(../images/2.jpg) no-repeat center;
	min-height: 100vh;
	background-size: cover !important;
	/*position: relative;*/
	width:100%;
	float: left;
}

.banner-w3pvt img {
    position: absolute;
    width: 68%;
    top: 65px;
	left: 0px;
}

/*.banner-w3pvt.non-home:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #27615B;
	background: -webkit-linear-gradient(TO top right, #16e3ff, #008fa5);
	background: -moz-linear-gradient(TO top right, #16e3ff, #008fa5);
	background: linear-gradient(TO top right, #16e3ff, #008fa5);
	background-size: cover;
	min-height: 100vh;
	opacity: 0.9;
}*/

/* //banner */

.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #ff7f00;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.blog .carousel-indicators .active {
	margin-bottom: 5px;
    background: #008fa5;
    opacity: 1;
    border: 2px solid #fff;
    
}

/* about */
.sec-space {
	padding: 5em 0;
}

.ab-grid-bottom {
	margin-top: 5em;
}

h4.w3layouts_pvt-head, h3.w3layouts_pvt-head {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 2em;
	color: #0068b7;
}

span.title-icon-wthree {
	color: #ff7f00;
	font-size: 1em;
}

.title-sec-w3layouts_pvt p {
	color: #333;
}

.title-sec-w3layouts_pvt {
	border-left: 5px #bdbdbd solid;
	padding-left: 1em;
}

h4.feed-title {
	color: #0068b7;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: 600;
}

a.btn-w3layouts_pvt span {
	margin-left: 5px;
	color: #ff7f00;
	font-size: 1em;
}

a.btn-w3layouts_pvt:hover {
	color: #0068b7;
	letter-spacing: 0.5px;
}

.ab-pvtw3 p {
	width: 100%;
}

a.btn-w3layouts_pvt {
	display: inline-block;
	margin-top: 1em;
	color: #000;
	font-weight: 600;
}

.clip-each {
	display: block;
	position: relative;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-moz-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    -o-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-ms-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	margin: 0 auto;
}

.clip-border {
	background: #27615B;
	background: -webkit-linear-gradient(TO top right, #00d8c2, #0068b7);
	background: -moz-linear-gradient(TO top right, #00d8c2, #0068b7);
	background: linear-gradient(TO top right, #00d8c2, #0068b7);
	width: 100px;
	height: 100px;
	padding: 25px;
}

.clip-border::after {
	content: "";
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 4%;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-moz-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-ms-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	-o-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
	z-index: -1;
}

.ab-border {
	position: absolute;
	width: 200px;
	height: 200px;
	border-width: 4px 0px 0px 0px;
	border-style: dotted;
	border-color: #000;
	border-radius: 50%;
	left: 183px;
	top: -39px;
}

.ab-border span {
	font-size: 1.5em;
	color: #0967ac;
	background: #fff;
	position: absolute;
	top: -13px;
	left: 89px;
}

/* //about */
/* gallery page */
/* gallery page */
.agile_gallery_grids {
	padding: 0 2em;
}

.demo>li {
	list-style-type: none;
	margin: 2px;
	display: inline-block;
	width: 271px;
}

/*jquery.picEyes*/
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	z-index: 100;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199;
	display: none;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img {
	max-height: 500px;
	max-width: 700px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img {
	height: 50px;
}

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: rgba(25, 24, 24, 0.8);
	position: absolute;
	padding: 1em 1em;
	width: 100%;
	top: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: center;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.p-mask h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.p-mask p {
	color: #f5f5f5;
	font-size: 13px;
	margin-top: 5px;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img {
	width: 100%;
}

/* //gallery */
/* testimonials */
.testimonials {
	padding: 4em 0;
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
}

ul.callbacks_tabs {
	position: absolute;
	z-index: 2;
	right: 10%;
	bottom: 50px;
	display:none;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #ff7f00;
}

.callbacks_here a:after {
	background: #333;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/
#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align:center;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.testi-pos {
	margin-top: 1em;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a {
	visibility: hidden;
	width: 20px;
	line-height: 19px;
	height: 20px;
	text-align: center;
	color: #000;
	font-weight: 600;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_tabs a:hover {
	background: #1165f3;
	color: #fff;
}

.testi-pos h4 {
	text-transform: capitalize;
	font-size: 1.3em;
	color: #ff7f00;
	font-weight: 600;
}

.testi-agile h4 {
	color: #000;
	font-size: 1em;
	text-transform: capitalize;
	margin: 1em 0 0.5em;
	font-weight: bold;
}

.testi-agile p {
	width: 100%;
	color: #777;
    font-size: 1em;
    letter-spacing: 0.3px;
    margin-top: 8px;
}

/* //testimonials */
/*-- Contact-form --*/

div#contact {
	position: relative;
}

button.btn.btn-block.text-uppercase, button.btn.btn-block2.text-uppercase {
	font-weight: 600;
	background: #ff7f00;
	color: #333;
	letter-spacing: 1px;
}

.w3layouts-contact-pos {
	position: absolute;
	left: 3%;
	width: 35%;
	top: 0;
	height: 99%;
	background: #0081bf;
}


.w3layouts-contact-pos-grid {
	padding: 3.5em 2em;
}

form.contact-wthree {
	margin-top: 2em;
}

.w3layouts-contact-pos-grid li {
	color: #333;
	font-size: 0.95em;
	line-height: 2;
	font-weight: 600;
}

.w3layouts-contact-pos-grid.sr1.row {
	padding: 1em 0;
}

.w3layouts-contact-pos-grid li a {
	color: #333;
}

.w3layouts-contact-pos-grid span {
	color: #00c6d6;
}

.w3layouts-contact-pos-grid li a:hover {
	color: #000;
}

.map-grid {
	position: relative;

}

.map-grid iframe {
	width: 100%;
	min-height: 650px;

}

.contact-title {
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: 600;
	color: #131313;
	margin-bottom: 0.5em;
}

.address p a:hover {
	color: #000;
}

form.contact-wthree label {
	width: 45px;
	height: 39px;
	text-align: center;
	background: #ff7f00;
	line-height: 41px;
	color: #eee;
	margin-bottom: 0;
}

.contact-top1 button {
	background: #b031d9;
	letter-spacing: 1px;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem transparent;
}

form.contact-wthree .form-control {
	border-radius: 0;
	background: #fff;
	border: none;
	font-size: 1rem;
}

textarea.form-control {
	resize: none;
}

/* //contact */
/* social */
.social_w3ls_pvt ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	display: flex;

}

.social_w3ls_pvt ul li {
	list-style: none;
	margin: 0 60px 0 0;
}

.social_w3ls_pvt ul li:last-child {
	margin-right: 0;
}

.social_w3ls_pvt ul li .fa {
	font-size: 25px;
	color: #262626;
	line-height: 45px;
	transition: .5s;

}

.social_w3ls_pvt ul li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #fff;
	text-align: center;
	transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
	transition: .5s;
	box-shadow: -20px 20px 10px #000;
}

.social_w3ls_pvt ul li a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	height: 100%;
	width: 20px;
	background: #b1b1b1;
	transition: .5s;
	transform: rotate(0deg) skewY(-45deg);
}

.social_w3ls_pvt ul li a::after {
	content: "";
	position: absolute;
	top: 45px;
	left: -11px;
	height: 20px;
	width: 100%;
	background: #b1b1b1;
	transition: .5s;
	transform: rotate(0deg) skewX(-45deg);
}

.social_w3ls_pvt ul li a:hover {
	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
}

.social_w3ls_pvt ul li a:hover {
	box-shadow: -50px 50px 50px #757575;
}

.social_w3ls_pvt ul li a .fa {
	color: #fff;
}

.social_w3ls_pvt ul li a:hover {
	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
	box-shadow: -50px 50px 50px #757575;
}

.social_w3ls_pvt ul li:nth-child(1) a {
	background: #3b5999;
}

.social_w3ls_pvt ul li:nth-child(1) a:before {
	background: #2e4a86;
}

.social_w3ls_pvt ul li:nth-child(1) a:after {
	background: #4a69ad;
}

.social_w3ls_pvt ul li:nth-child(2) a {
	background: #55acee;
}

.social_w3ls_pvt ul li:nth-child(2) a:before {
	background: #4184b7;
}

.social_w3ls_pvt ul li:nth-child(2) a:after {
	background: #4d9fde;
}

.social_w3ls_pvt ul li:nth-child(3) a {
	background: #0077B5;
}

.social_w3ls_pvt ul li:nth-child(3) a:before {
	background: #036aa0;
}

.social_w3ls_pvt ul li:nth-child(3) a:after {
	background: #0d82bf;
}


/* //social */
footer {
	background: #008fa5;
	padding: 1rem;
}

/*/team */
.team-agile-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.box20, .box2 {
	position: relative;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.35);
}

.box20:after,
.box20:before {
	position: absolute;
	content: ""
}

.box20:before {
	width: 80%;
	height: 220%;
	background: #ff7f00;
	top: -50%;
	left: -100%;
	z-index: 1;
	transform: rotate(25deg);
	transform-origin: center top 0;
	transition: all .5s ease 0s
}

.box20:hover:before {
	left: 10%
}

.box20:after {
	width: 55%;
	height: 175%;
	background-color: rgba(0, 0, 0, .8);
	bottom: -1000%;
	left: 53%;
	transform: rotate(-33deg);
	transform-origin: center bottom 0;
	transition: all .8s ease 0s
}

.box20 .box-content,
.box20 .icon, .box2 .box-content,
.box2 .icon {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all 1.1s ease 0s
}

.box20:hover:after {
	bottom: -70%
}

.box20 img, .box2 img {
	width: 100%;
	height: auto
}

.box20 .box-content {
	top: -100%;
	color: #fff
}

.box20:hover .box-content {
	top: 30px
}

.box20 .title {
	font-size: 20px;
	margin: 0;
	text-transform: capitalize;
	color: #fff;
}

.box20 .icon li a,
.box20 .post {
	display: inline-block;
	font-size: 14px
}

.box20 .post {
	margin-top: 5px;
	text-transform: capitalize;
}

.box20 .icon {
	list-style: none;
	margin: 0;
	bottom: -100%
}

.box20:hover .icon {
	bottom: 25px
}

.box20 .icon li {
	display: inline-block
}
.home-box .box20 .icon li span {
    	margin: 0 -10px;
}
.box20 .icon li span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #444;
	border-radius: 50%;
	margin: 0 3px;
	color: #fff;
	text-align: center;
	transition: all .5s ease 0s
}

.box20 .icon li a:hover {
	background: #fff;
	color: #ff402a
}

.box2 .box-content {
    background:  rgba(255,127,0,0.89);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}


.box2 .box-content p {
font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.box2 .box-content {
	left: -200%;
	color: #fff
}

.box2:hover .box-content {
	left: 0px
}

/*------------------New CSS------------------------------*/
.profile-image img {
	width:100%;
}
textarea.form-control {
    height: 100px;
}
.font-icons .field-icon {
    color: #17a2b8;
    text-align: center;
    background: #ffffff;
}
.fa-hashtag:before {
	display:none;
}
.about-slider {
	padding: 2.7em 0 3.7em;
    background: url(../images/1s.jpg) no-repeat;
    background-size: cover;
}
.relative {
	position:relative;
}
#mapDiv .place-card.place-card-large {
	display:none !important;
}
.border-top {
	border-top: 1px solid #dedede;
}
.btn-block2 {
    display: block;
    width: 48%;
    float: left;
    margin: 0 1% !important;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 10px !important;
}
.contact-form input {
	border-radius: 0;
    height: 48px;
}
.contact-form textarea {
	height: 110px;
    border-radius: 0;
}
.btn:focus {
	box-shadow: none;
}
.product-list ul li {
	display: inline-block;
    position: relative;
    padding-left: 22px;
    margin: 6px 0;
}
.seperator {
    width: 100%;
    float: left;
    margin: 40px 0;
    border: 1px solid #ddd;
}
.product-list ul li:before {
 	content: "\f067";
    font-family:'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff7f00;
 }
 .orange-color {
 	color:#ff7f00;
 }
 .text-light {
    color: #fff!important;
}
.main-slider.carousel-fade .carousel-item.main-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out;
}
.main-slider.carousel-fade .carousel-item.active {
  opacity: 1;
}

.main-slider.carousel,
.main-slider .carousel-inner.main-inner,
.main-slider .carousel-item.main-item {
  width: 100%;
  height: 100%;
  max-height:700px;
}

.main-slider.carousel {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-1 {
   background: url(../images/1.jpg) no-repeat;
   background-size: cover;
   min-height:700px;
}
.bg-2 {
   background: url(../images/new-banner.jpg) no-repeat;
   background-size: cover;
   min-height:700px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
	transform:translate(-50%,-28%);
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    margin: auto;
    max-width: 500px;
    bottom: initial;
    width: 100%;
}
ul.font-resp {
    width: 100%;
    float: left;
}
/*nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.inner-banner {
	background:none;
}*/
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.navbar-fixed-top.inner-banner.top-nav-collapse {
	background: -webkit-linear-gradient(top right, #16e3ff, #008fa5);
}
.blog .carousel-indicators .active {
    background: #008fa5;
    opacity: 0.7;
}
.navbar-light .navbar-nav .nav-link {
    color: #008fa5;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #008fa5;
}
button:focus {
	outline:none;
}
.inner-slide .w3-slide-grid h5 {
    color: #fff !important;
    margin-bottom: 15px;
}
.min-height {
	min-height:600px;
	align-items: center;
}


.small-header {
   margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    float: left;
}

.small-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.small-header ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.small-header ul li a {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.small-header .btn {
    padding: 4px 10px !important;
    font-size: 14px;
    margin-top: 4px;
}
header {
	background: -webkit-linear-gradient(TO top right, #16e3ff, #008fa5);
	background: -moz-linear-gradient(TO top right, #16e3ff, #008fa5);
	background: linear-gradient(TO top right, #16e3ff, #008fa5);
    
}
.navbar {
	    padding: 1em 1em;
   border: none !important;
    border-radius: 0 !important;
}
.new-banner1 {
	background:  url(../images/new-banner.jpg) no-repeat center !important;
}
.new-banner3 {
	background:  url(../images/new-banner3.jpg) no-repeat center !important;
}
.top-icon li i {
	padding: 0 6px;
    font-size: 16px;
}
.carousel-indicators {
    bottom:23px;
}
.carousel-control-prev, .carousel-control-next {
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background: #008fa5;
    opacity: 1;
}
.carousel-control-next {
    margin-right:10px;
}
.carousel-control-prev {
    margin-left:10px;
}
.hide-color {
    background: transparent !important;
}
.mangmnt-padding {
	padding:0 5em;
}
.bg-grad {
	background: linear-gradient(TO top right, #008fa5, #16e3ff);
}
.mangmnt-img {
    width: 100%;
}
.client-img {
    max-width:200px;
    margin-bottom: 35px;
}
.zoom-efect:hover .client-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor:pointer;
    transition: all .4s ease-in-out;
}
.bg-f8f8f8 {
    background:#f8f8f8;
}
.clip {
     -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
      -moz-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
       -o-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
    -ms-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
     clip-path: polygon(0 15%, 100% 0, 100% 80%, 0 100%);
     padding:6rem 0 8rem 0 !important;
}
.fssai {
    max-width: 150px;
    margin-bottom: 5px;
}
.view-more {
    float: right;
    text-align: right !important;
    margin-top:-23px !important;
}
.home-box h5 {
    margin:5px 10px;
}
.suppliers img {
    max-width: 300px;
    margin: 20px 0;
}
.hover-black {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
}

.hover-black:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor:pointer;
}
.inside-padding {
    padding:2em;
    background-color: rgba(0,0,0,0.76);
    
}
.border-top {
    border-top:1px solid #dedede;
}

.home-blog.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
	-webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* The colour of the indicators */
.home-blog.blog .carousel-indicators li {
	background: #ff7f00;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

.home-blog.blog .carousel-indicators .active {
	margin-bottom: 5px;
    background: #008fa5;
    opacity: 1;
    border: 1px solid #008fa5;
    
}
.enquire-now {
        margin-top: 5px;
    font-weight: 600;
    background: #ff7f00;
    padding: 0.5em 2em;
    color:#fff;
}
.enquire-now:hover {
    color:#fff !important;
    cursor:pointer;
}
.msme-image img {
    width:auto;
    height:150px;
}