/* =============================  
	Yashguru Projects Private Ltd
	Developed by sirigroup.com
============================== */

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
}
a {
	text-decoration: none !important;
	outline: none;
}
button {
	outline: none;
}
p {
    letter-spacing: 1px;
    line-height: 1.4;
}
h2, h3, h4 {
	color: #795a9d;
	text-transform: uppercase;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.85);
	padding: 5px 0px;
	z-index: 1000;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	/*box-shadow: 0px 0px 15px #929292;*/
}
.sticky {
	background: rgba(255,255,255,1);
}
.logo a img {
	height: 65px;
	transition: all 0.4s ease;
}
.sticky .logo a img {
	height: 45px;
}
.t-contact {
	text-align: right;
	margin: 20px 0px;
}
.t-contact span {
	color: #fff;
}
.t-contact span i {
	color: #795a9d;
	font-size: 18px;
	margin-left: 10px;
}
.navigation {
	margin-top: 15px;
	transition: all 0.4s ease;
}
.sticky .navigation {
	margin-top: 7px;
}
.navigation nav {
	margin: 0px;
	min-height: auto;
}
.navigation ul li a {
	position: relative;
    padding: 5px 15px;
    color: #946fbe;
	text-shadow: 0px -35px 0px transparent;
    transition: 0.5s;
}
.navigation ul li a:hover, .navigation ul li a:focus {
	background: none;
	color: #000;
	text-shadow: 0px 0px 0px #555;
}
.navigation ul li a i {
    color: #353535;
    font-size: 16px;
	text-shadow: none;
	transition: 0.5s;
}
.navigation ul li a:hover i {
	color: #946fbe;
	transform: scale(1.2);
}
.navigation ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.current {
	color: #000 !important;
}
.current i {
	color: #946fbe !important;
	transform: scale(1.2);
}
.navbar-header, .navbar-toggle .icon-bar {
	background: #946fbe;
}
.navbar-toggle {
	background: #fff;
}
.slider {
	border-bottom: 3px solid #795a9d;
	margin-bottom: 25px;
}
.welcome {
	text-align: center;
	margin-bottom: 45px;
	padding: 35px 0px;
}
.l-project {
	position: relative;
	background: #795a9d url(../images/probg.jpg) repeat 0px 0px fixed;
	background-size: auto 100%;
	padding: 55px 0px;
	overflow: hidden;
}
.l-project:before, .l-project:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 35px;
	background-size: 65% auto;
}
.l-project:before {
	top: -7px;
	background: url(../images/shadow.png) no-repeat center scroll;
}
.l-project:after {
	bottom: -7px;
	background: url(../images/shadow2.png) no-repeat center scroll;
}
.owl-carousel a {
    display: block;
    background: rgba(255,255,255,0.75);
    margin: 0px 5px;
    padding: 5px;
    text-align: center;
	border: 1px solid #fff;
	transition: 0.3s ease;
}
.owl-carousel a:hover {
	background: #fff;
}
.owl-carousel a img {
	width: 100%;
}
.owl-carousel a h4 {
	margin-bottom: 0px;
	text-transform: capitalize;
}
.owl-carousel a p {
	margin: 0px;
	color: #353535;
	font-size: 12px;
}
.our-service {
	padding: 55px 0px;
	text-align: center;
}
.our-service h2 {
	margin-top: 0px;
}
.ser-home {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.ser-home i {
	width: 56px;
    height: 56px;
    font-size: 28px;
    text-align: center;
    color: #795a9d;
    padding-top: 12px;
	margin-top: 15px;
    border: 1px solid #795a9d;
    border-radius: 50%;
    box-shadow: 0px 3px 0px #795a9d;
}
.ser-home h3 {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.ser-home p {
	font-size: 12px;
}
.ser-home a {
	color: #795a9d;
}
.p-counter {
	background: #795a9d url(../images/testimony.jpg) no-repeat -0px 0px fixed;
	background-size: 100% 100%;
    text-align: center;
    padding: 45px 0px;
}
.p-counter i {
    width: 86px;
    height: 86px;
    background: #795a9d;
    color: #ffffff;
    font-size: 58px;
    padding-top: 12px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #ffffff;
	border-top:none;
    border-radius: 50%;
    box-shadow: 0px 3px 0px #fff;
}
.p-counter span {
    display: block;
    color: #fff;
    font-size: 36px;
    text-shadow: 2px 2px 0px #000;
}
.p-counter p {
	color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 0px #000;
}

.our-client {
	margin: 35px 0px;
}
#clients {
	display: block;
	margin-bottom: 15px;
}
#clients .clients-wrap {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#clients .clients-wrap ul {
	display: inline-flex;
	list-style: none;
	position: relative;
}
#clients .clients-wrap ul li {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	margin-right: 8px;
	height: auto;
	text-align: center;
}
#clients .clients-wrap ul li img {
	vertical-align: middle;
	width: auto;
	height: 65px;
	padding: 3px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65); 
	opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); 
	opacity: 1.0;
}
.footer-top {
	background: #252525;
	padding: 35px 0px;
	border-top: 3px solid #795a9d;
}
.footer-top a {
	color: #795a9d;
}
.footer-top .f-nav img {
	float: left;
	margin-right:10px;
}
.footer-top .f-nav ul li {
	display: inline-block;
}
.footer-top .f-nav ul li a {
	display: block;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 5px;
	border: 1px solid #795a9d;
}
.footer-top .f-nav ul li a:hover {
	color: #795a9d;
}
.f-contact p {
	color: #fff;
}
.f-contact a {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 3px;
}
.f-contact a:hover {
	background: #795a9d;
}
.f-contact a img {
	height: 20px;
}
.f-contact p i {
	color: #795a9d;
	font-size: 16px;
	margin-right: 5px;
}
.about p {
	text-align: justify;
	font-size: 12px;
	color: #fff;
}
.footer-top .border-right{
	color: #fff;
    border-right: 1px dotted #795a9d;
	min-height: 150px;
}
.footer {
	text-align: center;
	padding: 15px 0px;
	background: #795a9d;
	color: #000;
}
.footer a {
	color: #fff;
}
.banner {
	background: #e8e6de url(./images/banner.jpg) no-repeat 0px 0px scroll;
	background-size: 100% auto;
	padding-top: 75px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-align: center;
}
.banner h3 {
	font-size: 28px;
	text-shadow: 2px 2px 0px #fff;
}
.banner p {
    color: #fdb221;
    text-shadow: 1px 1px 0px #fff;
}
.banner a {
    color: #333;
}
.content {
	padding-top: 35px;
	padding-bottom: 45px;
}
.content h3, .content h4 {
	margin-top: 0px;
}
.service {
	position: relative;
	text-align: center;
}
.service .ser-home {
	background: #fff;
	margin-bottom: 35px;
	min-height: 185px;
}
.service .ser-home img {
    height: 135px;
    padding: 3px;
    border: 1px solid #946fbe;
}
.service .ser-home h3 {
	margin-top: 5px;
	font-size: 20px;
}
.clients {
	text-align: center;
	padding: 35px 0px;
}
.clients img {
	width: auto;
	height: 85px;
	margin: 15px 0px;
}
#testimonials {
	position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 45px 0px;
}
#testimonials .carousel-wrap {
	display: block;
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
}
#testimonials .carousel-nav {
	display: block;
	width: 65%;
	margin: 0 auto;
	position: absolute;
	left: 18%;
}
#testimonials .carousel-nav img {
	cursor: pointer;
	height: 28px;
}
#testimonials .carousel-nav img:active {
	position: relative;
	top: 1px;
}
#testimonials .carousel-nav .prevbtn {
	float: left;
}
#testimonials .carousel-nav .nextbtn {
	float: right;
}
#testimonials .carousel-wrap ul {
	display: block;
	list-style: none;
	position: relative;
}
#testimonials .carousel-wrap ul li {
	display: block;
	float: left;
	position: relative;
	width: 400px;
	margin-right: 15px;
}
#testimonials .carousel-wrap .context {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 25px;
	padding-bottom: 4px;
}
#testimonials .carousel-wrap .credits {
	color: #795a9d;
}
#testimonials .carousel-wrap .credits a {
	color: #795a9d;
}
.content form {
	background: #e8e6de;
	padding: 10px;
}
.content input[type="text"], .content input[type="email"], .content textarea {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #cecece;
}
.content select {
	width: 100%;
	padding: 7px 10px;
	margin-bottom: 10px;
	border: 1px solid #cecece;
}
.content input[type="file"] {
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #cecece;
}
.content label {
	font-weight: normal;
}
input, select, textarea {
	outline: none;
}
.content input[type="submit"] {
    background: #795a9d;
    color: #fff;
    padding: 5px 15px;
    border: none;
}
.content input[type="submit"]:hover {
    background: #6a4e8a;
}
.content form h4 {
    padding-bottom: 5px;
    text-transform: none;
    border-bottom: 1px solid #fff;
}
.contact p i {
    color: #795a9d;
    font-size: 18px;
    width: 20px;
    text-align: center;
}
.social li {
	display: inline-block;
}
.social li a {
	color: #795a9d;
	margin-right: 5px;
}
.social li a:hover {
	color: #333;
}
.gallery a {
    display: inline-block;
    width: 18.7%;
    height: 157px;
    padding: 1px;
    margin-right: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.gallery a img {
	position: relative;
	width: 100%;
	min-height: 100%;
	filter: grayscale(0.75);
	transition: 0.3s ease;
}
.gallery a img:hover {
	filter: grayscale(0)
}
.worksimg {}
.albums-tab {
	border: 1px solid #795a9d;
}
.w-close {
	display: block;
    text-align: right;
}
.w-close i {
    background: #946fbe;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 5px;
}




@media screen and (max-width:767px) {
	.header { position: relative; }
	.skdslider { height: auto !important; }
	.banner { padding-top: 15px; }
	.customNavigation { width: 100% !important; left: 0px !important; }
	.footer-top .border-right { border-right: none; margin-bottom: 25px; }
	#testimonials .carousel-nav { width: 97%; top: 70px; left: 5px; }
	#testimonials .carousel-nav img { width: 24px; height: auto; }
	#testimonials .carousel-wrap ul li { width: 300px; padding-left: 15px; }
	.gallery a { width: 45%; height: auto; }
}









