body, html {
	font-family: 'Rajdhani', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	width: 100% !important;
	height: 100% !important;
}
*,ul{ margin:0; padding:0; box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,a,p{margin:0; text-decoration:none;}
li{list-style:none}
a{text-decoration:none;}

h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
}
h3, h4 {
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #C54DAA;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #ea1d1d;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}


*,ul{ margin:0; padding:0; box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,a,p{margin:0; text-decoration:none;}
li{list-style:none}
a{text-decoration:none;}


/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand:hover {
	color: #cd65b5;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #e8474d;
}
.on {
	background-color: rgba(0,0,0,0.8) !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e8474d !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #C54DAA;
	border-color: #C54DAA;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 50px;
}
.section-title p {
	font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #fe4242;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
	border-top: 4px solid #ea1d1d;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #ea1d1d;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat right bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b71d6+0,c54daa+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(top, rgba(27,113,214,0.5) 0%, rgba(197,77,170,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(27,113,214,0.5) 0%, rgba(197,77,170,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(288,45,65,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801b71d6', endColorstr='#80c54daa', GradientType=0 ); /* IE6-9 */
}
.intro h1 {
	color: rgba(255,255,255,0.9);
	font-size: 72px;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 20px;
}
.intro span {
	color: rgba(255,255,255,0.5);
	font-size: 28px;
	font-weight: 300;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	padding-left: 100px;
}
header .intro-text a{
	color: #000;
    background: #fff;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}



/* About Section */
#about {
	padding: 50px 0;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-text h3 {
	font-weight: 600;
    color: #ea1d1d;
    font-size: 23px;
	margin-bottom: 10px;
}
#about img {
	margin:0 auto;
    margin-left: 80px;
}
#about p {
	margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
/* Services Section */
#services {
	padding: 70px 0;
}
#services img{
    margin: 0 auto;
    margin-bottom: 15px;
    border: 8px solid #ddd;
    border-radius: 10px;
	transition:0.3s ease-in-out;
}
.service-in:hover img{
    border: 8px solid #ea1d1d !important;
}
#services h4 {
	color: #ea1d1d;
	text-transform: uppercase;
	margin-bottom:5px;
}
#services i.fa {
	font-size: 38px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #fff;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	background: #ea1d1d;
	border-radius: 50%;
}
/* Portfolio Section */
#portfolio {
	padding: 70px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 40px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 5px;
}
ol.type li a {
	color: #ea1d1d;
	padding: 10px 20px;
	border: 1px solid #ea1d1d;
	text-transform: uppercase;
	font-size: 17px;
    font-weight: 500;
}
ol.type li a.active {
	background: #ea1d1d;
	color: #fff;
}
ol.type li a:hover {
	background: #ea1d1d;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Achivements Section */
#achievements {
	background: url(../img/achievements-bg.jpg) no-repeat center bottom fixed;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#achievements .overlay {
	padding: 120px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54daa+0,1b71d6+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(to top, rgba(228,45,65,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(228,45,65,0.6) 0%, rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(228,45,65,0.6) 0%, rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c54daa', endColorstr='#991b71d6', GradientType=1 ); /* IE6-9 */
}
#achievements h2 {
	color: #fff;
}
.achievement-box h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
}

/* clients Section */
#clients {
	padding: 70px 0;
}
.clients{
	padding:0;
}
.clients img{
	box-shadow: 0 0 15px #e8e8e8;
    margin: 10px 0px;
}
.clients .slick-slide {
    margin: 7px;
}


/* Testimonials Section */
#testimonials {
	padding: 70px 0;
	background: #F6F6F6;
}
#testimonials i.fa {
	color: #8e9599;
	font-size: 36px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
#testimonial .item p {
	margin: 30px 0;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 6px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 0;
	background: #fff;
	transition: all 0.5s;
	border: 1px solid #ccc;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ea1d1d;
	border: 1px solid #ea1d1d;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #ea1d1d;
	border: 1px solid #ea1d1d;
}
/* Contact Section */
#contact {
	padding: 70px 0 60px 0;
}
#contact form {
	padding: 0 0 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #222;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
    font-weight: 400;
}
#contact .form-control:focus {
	border-color: #ea1d1d;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 28px;
	padding: 4px;
	color: #fe4242;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #444;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #c31212; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54daa', endColorstr='#1b71d6', GradientType=1 ); /* IE6-9 */
	color: rgba(255,255,255,0.7);
	padding: 30px 0 25px 0;
}
#footer a {
	color: rgba(255,255,255,1);
	font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
#footer a:hover {
	color: #fff;
}

@media (max-width: 1024px) {
#about img {
	float: left;
    margin: 0 auto;
	margin-bottom: 20px;
}
}




.navbar-brand {
    float: left;
    height: auto !important;
    padding: 0 0 10px 0 !important;
}
.on {
    background-color: rgba(0,0,0,0.95) !important;
    padding: 0 !important;
	transition:.3s ease-in-out !important;
}
.navbar-brand > img {
	transition:.3s ease-in-out !important;
}
.on .navbar-brand > img {
    display: block;
    width: 100px !important;
	transition:.3s ease-in-out !important;
}
.on .navbar-brand{
    width: 40px;
    overflow: hidden;
}
.navbar-right {
    margin-top: 0px !important;
	transition:.3s ease-in-out !important;
}
.on .navbar-right {
    margin-top: 0px !important;
}
#menu.navbar-default {
    padding-top: 10px !important;
}

.banner{
	padding:0;
}
.banner-up{
	position:absolute;
	bottom:30px;
}

.welcome-right{
	padding:0;
}
.section-title h2{
	margin-bottom: 10px;
}

.slick-slide:focus{
	outline:none;
}
.slick-slider {
     user-select: text;
}

.service p{
	font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

a.download-brochure {
	display: inline-block;
    margin-top: 50px;
	font-size: 17px;
	color:#fff;
    background: #333;
    padding: 12px 30px;
    border-radius: 50px;
}
a.download-brochure:hover{
    background: #ea1d1d;
}


.service .slick-prev {
    left: 0px;
    z-index: 1;
}
.slick-prev::before {
    content: url(../img/prev.png);
}
.service .slick-next {
    right: 0px;
}
.slick-next::before {
    content: url(../img/next.png);
}



.section-title h5{
	font-size:21px;
	line-height:36px;
	font-weight:500;
}
.section-title h5 span{
	color:#ea1d1d;
}
.section-title h5 a{
	color:#666;
    text-transform: initial;
}

#mySidenav a {
    position: fixed;
    z-index: 9999;
    right: -12px;
    transition: 0.3s;
    padding: 0px;
    width: 50px;
}
#mySidenav a img{
	right: -6px;
}
#mySidenav a:hover {
    right: 0;
}
#facebook {
    top: 40%;
}
#twitter {
    top: 46%;
}
#youtube {
    top: 52%;
}


.menu-top {
    text-align: right;
    margin-top: 10px !important;
}
.menu-top p{
	color: #ffd83a;
    font-size: 17px;
    font-weight: 400;
}
.menu-top p a{
	color: #ffd83a;
	cursor:text;
}


.on .menu-top {
	display:none;
}


.mob-banner {
	display:none;
}


@media (max-width: 768px) {
header#header {
    margin-top: 90px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
}
#menu {
    padding: 0;
	transition:0s ease-in-out !important;
}
#menu.navbar-default {
    margin: 0;
	transition:0s ease-in-out !important;
}
.navbar-brand > img {
    transition: 0s ease-in-out !important;
	width:100px;
}
#menu a.navbar-brand {
    padding: 0 !important;
	transition:0s ease-in-out !important;
	padding-left:15px !important;
}
#menu.navbar-default {
    padding-top: 10px !important;
    background: #000;
	transition:0s ease-in-out !important;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
    border: none;
}
.on {
    background-color: rgba(0,0,0,0.95) !important;
    padding: 0 !important;
	transition:0s ease-in-out !important;
}
.on .navbar-brand > img {
    padding-left: 0px;
    padding-bottom: 10px;
	transition:0s ease-in-out !important;
	width: 80px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
}
.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
#menu.navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #222;
    padding: 11px 20px;
}
#menu.navbar-default .navbar-nav > li:last-child > a {
	border-bottom:none;
}
.slide-text {
    top: 40%;
}
#about {
    padding: 30px 15px;
}
h2 {
	font-size: 25px;
}
.section-title {
    margin-bottom: 30px;
}
#about .about-text h3 {
    line-height: 28px;
}
#about p {
    text-align: justify;
}
#services {
    padding: 40px 0;
}
#portfolio {
    padding: 40px 0;
}
ol.type li {
    margin: 0;
    margin-bottom: 26px;
}
.categories {
    padding-bottom: 0px;
}
#achievements .overlay {
    padding: 50px 0 20px 0;
}
.achievement-box h4 {
    margin-left: 0;
    margin-bottom: 30px;
}
#testimonials {
    padding: 40px 0 0 0;
}
#contact {
    padding: 40px 0 20px 0;
}
#contact form {
    padding: 0;
}
.hover-bg .hover-text {
    padding: 0% 0 0 0;
    height: 100%;
    width: 100%;
}
.portfolio-item .hover-bg {
    height: 115px;
}
.hover-bg:hover .hover-text>h4 {
    margin-top: 30%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    display: none;
}
#clients {
    padding: 40px 0 30px 0;
}


.on .navbar-brand {
    width: 45px !important;
    overflow: hidden;
}

.menu-top {
    text-align: center;
}
.menu-top p {
    font-size: 13px;
}


.desktop-banner {
	display:none;
}
.mob-banner {
	display:block;
}
.blog .blog-caption{margin-left: 20px !important;}
    .portfolio-item .hover-bg{
        height: auto!important;
    }

}

.blog-banner img{width:100%;}
.blog{margin:50px 0;}
.blog h2{    font-weight: 600;margin-bottom:10px;}
.blog a{background: black;display: inline-block;    width: 100%;}
.blog a img{opacity: 0.3;    width: 100%;}
.blog .blog-caption{position: absolute;bottom: 0;margin-left: 50px;margin-bottom: 25px;}
.blog .blog-caption p span{color: #f04e3f;}
.blog .blog-caption p{margin: 0;padding: 0;color: #fff;text-align: left;}
p.blg-arrow{    text-transform: uppercase;
    font-size: 14px;
    margin-top: 44px;
    display: inline-block;
    text-decoration: none;
    color: #1d1d1d;
    float: right;}
p.blg-arrow:after{content: url(../img/nxt-blog.jpg);
    display: block;
    float: right;
    padding-left: 10px;
    margin-bottom: 50px;}
p.hd-pos{font-size: 21px;
    color: #f04e3f;
    margin-bottom: 21px;}
p.ld-hed{font-size: 21px;
    color: #1d1d1d;
    margin-bottom: 43px;}
p.glnt-det{font-size: 15px;
    color: #1d1d1d;
    font-family: 'Rajdhani', sans-serif;
    line-height: 26px;text-align:justify;}
	.blog-lst{padding-left:60px;margin-bottom:30px;}
.blog-lst li{list-style-type:disc;    font-size: 17px;
    color: #1d1d1d;
    font-family: 'Rajdhani', sans-serif;
    line-height: 35px;
    text-align: justify;}

.chy-wdng-phto h2{
    text-align: center;
}
a.chrevkwmr{
  display: block;
    margin-top: 50px;
    font-size: 17px;
    color: #fff;
    background: #333;
    padding: 12px 30px;
    border-radius: 50px;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}
.chrfxdicn {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99999;
    
}
.chrfxdicn ul li {
    background: #2e2e2e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;  
    margin-bottom: 10px;
}
.chrfxdicn ul li:hover{
   background: #c42228;
    transition: 0.5s all;
}
.hover-bg img{
    opacity: 1!important;
}
.portfolio-item .hover-bg{
    height: 185px;
}
.desktop-banner, .carousel-inner {pointer-events: none;}
