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;
}

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

button {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	max-width: 100%;
	height: auto;
}

body {
	/*font-family: 'Raleway', sans-serif;*/
	/*font-weight: 100;*/
}

.navbar-inverse .navbar-brand {
	color: #FFFFFF;
	outline: none !important;
}

.cl-effect-21 li a::before, .cl-effect-21 li a::after {
	outline: none !important;
}

.cl-effect-21 li a::before, .cl-effect-21 li a::before {
	outline: none !important;
}

ul#navbar-list.nav.navbar-nav.navbar-right.non-main {
	outline: none !important;
}

a:active {
	outline: none !important;
}

.form-group label:empty {
	/*display: none;
    */
}

.navbar-inverse .navbar-brand h1 {
	font-size: 30px;
	font-family: 'Poiret One', cursive;
}

h1 span {
	background: #C5413E;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 0.7em;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 3px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}

.navbar-brand {
	padding: 8px 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 17px;
}

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

	.navbar-wrapper > .container {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-wrapper .navbar {
		padding-right: 15px;
		padding-left: 15px;
	}

		.navbar-wrapper .navbar .container {
			width: auto;
		}

ul.nav.navbar-nav.navbar-right {
	margin: 10px 0 0 0;
}

.cl-effect-21 li a {
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

	.cl-effect-21 li a::before, .cl-effect-21 li a::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.cl-effect-21 li a::before {
		top: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.cl-effect-21 li a::after {
		bottom: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}

	.cl-effect-21 li a:hover, .cl-effect-21 li a:focus {
		color: #fff;
	}

		.cl-effect-21 li a:hover::before, .cl-effect-21 li a:focus::before, .cl-effect-21 li a:hover::after, .cl-effect-21 li a:focus::after {
			opacity: 1;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			transform: translateY(0px);
		}

@media (min-width:768px) {
	.navbar-wrapper {
		margin-top: 20px;
	}

		.navbar-wrapper .container {
			padding-right: 15px;
			padding-left: 15px;
		}

		.navbar-wrapper .navbar {
			padding-right: 0;
			padding-left: 0;
		}

		.navbar-wrapper .navbar {
			border-radius: 4px;
		}
}

.bgfader {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}

.bgfader-overlay {
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bgfader > .image {
	display: none;
}

.bgfader, .bgfader > .image {
	width: 100%;
	background-position: center;
	background-attachment: fixed;
	/*contain*/
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}

section.about-us {
	padding: 100px 0;
}

	section.about-us h2.text-center {
		font-size: 40px;
		font-family: 'Poiret One', cursive;
		font-weight: normal;
		padding: 20px 0;
	}

	section.about-us p.text-center {
		font-size: 18px;
		font-weight: 300;
		padding-bottom: 25px;
	}

	section.about-us p.abt {
		text-align: center;
		font-size: 17px;
		padding: 0 80px;
		font-weight: 400;
		line-height: 1.9em;
		color: #8A8585;
	}

section.druta-services {
	padding: 100px 0;
	background: url(images/slider-1.png) repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
}

	section.druta-services h3.text-center {
		font-size: 40px;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'Poiret One', cursive;
		color: #fff;
	}

	section.druta-services p.text-center {
		font-size: 18px;
		font-weight: 300;
		padding-bottom: 50px;
		color: #fff;
	}

.serv-info {
	text-align: center;
}

section.druta-services i.fa {
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	padding: 20px;
	width: 90px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	border: 2px solid white;
}

	section.druta-services i.fa:hover {
		background-color: white;
		color: black;
	}

section.druta-services h4.text-center {
	font-size: 23px;
	font-weight: 700;
	padding: 20px 0;
	font-family: 'Poiret One', cursive;
	color: #fff;
}

section.druta-services p.serv {
	font-size: 15px;
	font-weight: 300;
	line-height: 29px;
	color: #ECEBEB;
	padding: 0 40px;
}

section.our-skills {
	padding: 100px 0;
}

	section.our-skills h3.text-center {
		font-size: 40px;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'Poiret One', cursive;
	}

	section.our-skills p.text-center {
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 60px;
		color: #000;
	}

section.our-gallery {
	padding: 100px 0;
	background: url(images/slider-3.png) repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
}

	section.our-gallery h3.text-center {
		font-size: 40px;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'Poiret One', cursive;
		color: #fff;
	}

	section.our-gallery p.text-center {
		font-size: 18px;
		font-weight: 300;
		padding-bottom: 50px;
		color: #fff;
	}

section.our-updates {
	padding: 100px 0;
}

	section.our-updates h3.text-center {
		font-size: 40px;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'Poiret One', cursive;
	}

	section.our-updates p.text-center {
		font-size: 18px;
		font-weight: 300;
		padding-bottom: 50px;
	}

.update-row {
	padding: 10px 0;
}

.view {
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(images/slider-2.png) no-repeat center center;
}

	.view .mask, .view .content {
		width: 250px;
		height: 250px;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}

	.view img {
		display: block;
		position: relative;
	}

	.view h4 {
		text-transform: uppercase;
		color: #fff;
		font-family: 'Poiret One', cursive;
		text-align: center;
		position: relative;
		font-size: 17px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.8);
		margin: 60px 0 0 0;
	}

	.view p {
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 14px;
		position: relative;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.view a.info {
		display: inline-block;
		text-decoration: none;
		padding: 7px 14px;
		background: #000;
		color: #fff;
		font-family: 'Poiret One', cursive;
		text-transform: uppercase;
		-webkit-box-shadow: 0 0 1px #000;
		-moz-box-shadow: 0 0 1px #000;
		box-shadow: 0 0 1px #000;
	}

		.view a.info:hover {
			-webkit-box-shadow: 0 0 5px #000;
			-moz-box-shadow: 0 0 5px #000;
			box-shadow: 0 0 5px #000;
		}

.update-details {
	margin-left: -10%;
}

	.update-details h4 {
		color: #000;
		font-family: 'Poiret One', cursive;
		font-weight: 600;
		font-size: 23px;
		line-height: 30px;
	}

	.update-details p {
		font-size: 17px;
		font-weight: 400;
		word-spacing: 4px;
		padding: 20px 0;
		line-height: 30px;
		color: #8A8585;
	}

	.update-details a {
		font-size: 16px;
		font-weight: 600;
		word-spacing: 4px;
		padding: 20px 0;
		line-height: 27px;
		color: #31708F;
	}

		.update-details a:hover {
			color: #ae380e;
		}

.row.update {
	padding-top: 20px;
}

section.map iframe.googlemaps {
	width: 100%;
	height: 400px;
}

section.contact-us {
	padding: 100px 0;
	background: url(images/contact.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}

	section.contact-us h3.text-center {
		font-size: 40px;
		font-weight: normal;
		font-family: 'Poiret One', cursive;
		padding: 20px 0;
		color: #fff;
	}

	section.contact-us p.text-center {
		font-size: 18px;
		font-weight: 300;
		padding: 0 0 50px;
		color: #fff;
	}

input#name, input#email, textarea#comments {
	color: #fff;
	border-radius: 0px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 17px;
	border: 1px solid #fff
}

textarea#comments {
	height: 150px;
}

section.contact-us form button {
	border-radius: 0px;
	padding: 10px 30px;
}

.btn-outline1 {
	font-family: 'Poiret One', cursive;
	border: solid 1px #fff;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	background: 0 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

	.btn-outline1:hover, .btn-outline1:focus, .btn-outline1:active {
		border: solid 1px #fff;
		color: #18bc9c;
		background: #fff;
	}

section.contact-us .contact-info h4 {
	font-size: 25px;
	font-weight: normal;
	padding: 20px 0;
	font-family: 'Poiret One', cursive;
	color: #fff;
}

section.contact-us .contact-info .contact-details span.glyphicon {
	color: #fff;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 15px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

	section.contact-us .contact-info .contact-details span.glyphicon:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #a94442;
	}

section.contact-us .contact-info .contact-details p.p1 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	margin: -60px 0 12px 80px;
}

section.contact-us .contact-info .contact-details p.p2 {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin: 0px 0 20px 80px;
}

	section.contact-us .contact-info .contact-details p.p1 a, section.contact-us .contact-info .contact-details p.p2 a {
		text-decoration: none;
		color: #fff;
	}

figure > center > img.photoGallery.img-responsive.slideanim.slide {
	width: 100%;
}
/* #myModalBrochure>.modal-dialog {
     width: 350px;
}*/
.modal-dialog {
	width: 350px;
}

button.btn.btn-info.btn-lg {
	position: fixed;
	z-index: 9;
	right: 0;
	top: 13%;
	background-color: #B4A763 !important;
	border: none;
	outline: none;
}

.modal-content {
	background-color: #B4A763;
}

footer {
	color: #fff;
}

	footer h4 {
		font-weight: normal;
		font-size: 25px;
		font-family: 'Poiret One', cursive;
		padding-bottom: 35px;
	}

	footer a {
		color: #fff;
		text-decoration: none;
	}

		footer a:hover {
			text-decoration: none;
			color: red;
		}

	footer .footer-above {
		padding-top: 50px;
		background-color: #3C642B;
	}

		footer .footer-above p {
			font-size: 15px;
			line-height: 31px;
			font-weight: 400;
		}

		footer .footer-above i.fa {
			color: white;
		}

			footer .footer-above i.fa:hover {
				color: black;
			}

	footer .footer-col {
		margin-bottom: 50px;
	}

	footer .footer-below {
		padding: 25px 0;
		background-color: rgb(11, 11, 12);
	}

		footer .footer-below p {
			color: #fff;
			font-size: 15px;
			font-weight: 400;
		}

			footer .footer-below p a {
				color: #fff;
				text-decoration: none;
			}

				footer .footer-below p a:hover {
					color: #31708f;
				}

.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

	.btn-social:hover, .btn-social:focus, .btn-social:active {
		border: solid 2px #fff;
		color: black;
		background: #fff;
	}

		.btn-social:hover i.fa {
			color: black;
		}
/* .cd-top {
     display: inline-block;
     height: 40px;
     width: 40px;
     position: fixed;
     bottom: 40px;
     right: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     overflow: hidden;
     text-indent: 100%;
     white-space: nowrap;
     background: rgba(0, 0, 0, 0.4) url(images/cd-top-arrow.svg) no-repeat center 50%;
     background-size: 60%;
     border: 1px solid #fff;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity .3s 0s, visibility 0s .3s;
     -moz-transition: opacity .3s 0s, visibility 0s .3s;
     transition: opacity .3s 0s, visibility 0s .3s;
}
 .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
     -webkit-transition: opacity .3s 0s, visibility 0s 0s;
     -moz-transition: opacity .3s 0s, visibility 0s 0s;
     transition: opacity .3s 0s, visibility 0s 0s;
}
 .cd-top.cd-is-visible {
     visibility: visible;
     opacity: 1;
}
 .cd-top.cd-fade-out {
     opacity: .5;
}
 .cd-top:hover {
     background-color: #000;
     opacity: 1;
     border: 1px solid #000;
}*/
#servicesCarousel_1 {
	display: none;
}
/*#servicesCarousel_2 {
     display: none;
}
*/
#servicesCarousel_3 {
	display: block;
}

.navbar-header {
	width: 100%;
}

@media only screen and (min-width:557px) and (max-width:991px) {
	.login-applet-placeholder {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width:769px) and (max-width:991px) {
	.core-features {
		margin-top: 220px;
	}
}

@media only screen and (max-width:768px) {
	.core-features {
		margin-top: 75px;
	}

	#sliderUl li p {
		margin-top: 20px;
	}
}
/* @media only screen and (min-width:768px) {
     #myModalBrochure>.modal-dialog {
         width: 350px;
    }
     .cd-top {
         right: 20px;
         bottom: 20px;
    }
}*/
/*@media only screen and (min-width:1024px) {
    .cd-top {
         height: 50px;
         width: 50px;
         right: 30px;
         bottom: 30px;
    }
}*/
.slideanim {
	visibility: hidden;
}

.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@media (max-width:1600px) {
	.header {
		height: 795px;
	}
}

@media (max-width:1366px) {
	.header {
		height: 765px;
	}
}

@media (max-width:1166px) {
	.header {
		height: 765px;
	}
}

@media (max-width:1080px) {
	section.druta-services p.serv {
		padding: 0 20px;
	}

	.update-details {
		margin-left: -3px;
	}

	.view {
		width: 230px;
		height: 230px;
	}

		.view .mask, .view .content {
			width: 230px;
			height: 230px;
		}

	.update-details h4 {
		font-size: 20px;
	}

	.update-details p {
		font-size: 15px;
		padding: 10px 0;
	}

	.view h4 {
		margin: 50px 0 0 0;
	}

	.view p {
		padding: 20px 10px;
	}
}

@media (max-width:1024px) {
	.header {
		height: 685px;
	}

	section.about-us, section.druta-services, section.our-skills, section.our-gallery, section.our-updates, section.contact-us {
		padding: 50px 0 70px;
	}
}

@media (max-width:991px) {
	#servicesCarousel_1 {
		display: block;
	}
	/*#servicesCarousel_2 {
         display: block;
    }
    */
	#servicesCarousel_3 {
		display: none;
	}

	.druta-modules .row .col-md-4 {
		border-bottom: 1px solid #999;
		padding: 20px 0px;
	}

	.nav > li > a {
		padding: 10px 12px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -70px;
	}

	.navbar-brand {
		padding: 10px 15px;
	}

	.header {
		height: 595px;
	}

	section.about-us p.abt {
		padding: 0px;
	}

	.col-lg-4.col-md-4.col-sm-6.last-serv {
		margin: 60px 0 0 182px;
	}

	.photoGallery {
		width: 235px;
	}

	.view {
		width: 250px;
		height: 250px;
		margin-bottom: 40px;
	}

		.view .mask, .view .content {
			width: 250px;
			height: 250px;
		}

	.update-details {
		margin: 0px 0 0px -100px;
	}

		.update-details h4 {
			font-size: 22px;
		}

		.update-details p {
			font-size: 16px;
			padding: 30px 0;
		}

	.view p {
		font-size: 15px;
	}

	section.contact-us form button {
		width: 100%;
	}

	section.contact-us .contact-info h4 {
		text-align: center;
		padding: 45px 0 30px;
	}

	.contact-details {
		margin-left: 250px;
	}

	ul.nav.navbar-nav.navbar-right {
		margin: 17px -85px 0 0px;
	}
}

@media (max-width:800px) {
	section.about-us p.text-center, section.druta-services p.text-center, section.our-skills p.text-center, section.our-gallery p.text-center, section.our-updates p.text-center, section.contact-us p.text-center {
		font-size: 17px;
		font-weight: 400;
	}

	section.druta-services p.serv {
		font-size: 16px;
		font-weight: 300;
	}

	section.about-us p.abt {
		font-size: 15px;
	}

	.header {
		height: 520px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -20px;
	}

	.nav > li > a {
		padding: 9px 9px;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #FFFFFF;
		font-weight: 400;
		font-size: 15px;
		margin-top: 5px;
	}

	ul.nav.navbar-nav.navbar-right {
		margin: 17px -30px 0 0px;
	}
}

@media (max-width:768px) {
	ul.nav.navbar-nav.navbar-right {
		margin: 17px -15px 0 0px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -10px;
	}

	section.about-us h2.text-center, section.druta-services h3.text-center, section.our-skills h3.text-center, section.our-gallery h3.text-center, section.our-updates h3.text-center, section.contact-us h3.text-center {
		font-size: 35px;
	}

	h1 span {
		background: #C5413E;
		font-family: 'Montserrat', sans-serif;
		padding: 0.4em 0.5em;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 3px;
	}
}

@media (max-width:736px) {
	#servicesCarousel_1 {
		display: block;
	}
	/*#servicesCarousel_2 {
         display: none;
    }
    */
	#servicesCarousel_3 {
		display: none;
	}

	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 20px;
	}

	.header {
		height: 350px;
	}

	section.druta-services p.serv {
		padding: 0 100px 60px;
	}

	.col-lg-4.col-md-4.col-sm-6.last-serv {
		margin: 0;
	}

	.photoGallery {
		width: 220px;
	}

	.contact-details {
		margin-left: 230px;
	}

	ul.nav.navbar-nav.navbar-right {
		margin: 10px 0 0 0;
		text-align: center;
		background-color: rgba(0, 0, 0, 1);
		overflow-y: hidden;
	}
}

@media (max-width:667px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	.header {
		height: 311px;
	}

	.photoGallery {
		width: 195px;
	}

	.update-details {
		margin: 0px 0 0px -62px;
	}

		.update-details p {
			font-size: 16px;
			padding: 15px 0;
		}

	section.map iframe.googlemaps {
		height: 280px;
	}

	.contact-details {
		margin-left: 170px;
	}
}

@media (max-width:640px) {
	.header {
		height: 400px;
	}

	.navbar-brand {
		padding-top: 18px;
	}

	.navbar-toggle {
		margin-top: 22px;
		margin-right: 35px;
	}

	section.about-us p.text-center, section.our-gallery p.text-center, section.druta-services p.text-center {
		font-size: 16px;
	}

	section.our-skills p.text-center {
		font-size: 16px;
		padding-bottom: 30px;
	}

	section.our-updates p.text-center {
		font-size: 16px;
	}
	/*.sonny_progressbar p.title {
         font-size: 15px;
    }*/
	.update-details {
		margin: 0px 0 0px -50px;
	}

	.view h4 {
		margin: 60px 0 0 0;
	}

	.contact-details {
		margin-left: 150px;
	}
}

@media (max-width:600px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	section.about-us, section.druta-services, section.our-skills, section.our-gallery, section.our-updates, section.contact-us {
		padding: 30px 0 60px;
	}

	.photoGallery {
		width: 180px;
	}

	.update-details {
		margin: 0px 0 0px -25px;
	}

	.contact-details {
		margin-left: 140px;
	}
}

@media (max-width:568px) {
	/* #myModalBrochure>.modal-dialog {
         width: 300px;
    }*/
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	.header {
		height: 260px;
	}

	section.about-us p.text-center, section.our-gallery p.text-center, section.druta-services p.text-center {
		font-size: 15px;
		line-height: 25px;
		padding: 0 20px 25px;
	}

	section.about-us p.abt {
		padding: 0 20px;
	}

	section.druta-services p.serv {
		font-size: 15px;
	}

	section.our-skills p.text-center {
		font-size: 15px;
		line-height: 25px;
		padding: 0 10px;
	}

	section.our-updates p.text-center {
		font-size: 15px;
		line-height: 25px;
		padding: 0 20px 40px;
	}

	.photoGallery {
		width: 170px;
	}

	.update-details {
		margin: 0px 0 0px -10px;
	}

		.update-details p {
			font-size: 15px;
			line-height: 25px;
		}

	section.contact-us p.text-center {
		font-size: 15px;
		padding: 0 20px 40px;
		line-height: 25px;
	}

	section.map iframe.googlemaps {
		height: 250px;
	}

	.contact-details {
		margin-left: 120px;
	}
}

@media (max-width:480px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	section.about-us h2.text-center, section.druta-services h3.text-center, section.our-skills h3.text-center, section.our-gallery h3.text-center, section.our-updates h3.text-center, section.contact-us h3.text-center {
		font-size: 30px;
	}

	section.druta-services p.serv {
		padding: 0 60px 60px;
	}

	section.our-gallery p.text-center {
		padding-bottom: 40px;
	}

	.view {
		width: 215px;
		height: 215px;
	}

		.view .mask, .view .content {
			width: 215px;
			height: 215px;
		}

	.update-details h4 {
		font-size: 20px;
	}

	.update-details p {
		font-size: 15px;
		padding: 10px 0 5px;
	}

	.update-details a {
		font-size: 18px;
	}

	.view h4 {
		margin: 30px 0 0 0;
	}

	.contact-details {
		margin-left: 60px;
	}
}

@media (max-width:414px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	section.about-us p.text-center, section.our-gallery p.text-center, section.druta-services p.text-center {
		font-size: 16px;
		padding: 0 15px 40px;
	}

	section.druta-services {
		padding: 30px 0;
	}

	.view {
		width: 250px;
		height: 250px;
		margin-bottom: 20px;
	}

		.view .mask, .view .content {
			width: 250px;
			height: 250px;
		}

	.update-details {
		margin: 0px 0 50px 0;
	}

	.col-xs-6.news-info {
		width: 100%;
	}

	section.druta-services p.serv {
		padding: 0 30px 60px;
	}

	section.our-updates {
		text-align: -webkit-center;
		padding: 30px 0 10px;
	}

	.view h4 {
		margin: 50px 0 0 0;
	}

	section.about-us p.abt {
		padding: 0 10px;
	}

	.contact-details {
		margin-left: 25px;
	}

	.contact-details {
		margin-left: 25px;
	}

	section.map iframe.googlemaps {
		height: 200px;
	}
}

@media (max-width:384px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	.photoGallery {
		width: 280px;
	}

	input#name, input#email {
		height: 45px;
	}

	.contact-details {
		margin-left: 15px;
	}

	h1 span {
		background: #C5413E;
		font-family: 'Montserrat', sans-serif;
		padding: 0.3em 0.5em;
		font-weight: bold;
		font-size: 1em;
		margin-right: 3px;
	}
}

@media (max-width:375px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	section.about-us, section.druta-services, section.our-skills, section.our-gallery, section.our-updates, section.contact-us {
		padding: 20px 0 20px;
	}

	section.druta-services {
		padding: 30px 0 0 0 !important;
	}

		section.about-us p.text-center, section.our-gallery p.text-center, section.druta-services p.text-center {
			padding: 0 15px 20px;
		}

	.serv-info {
		margin-top: 10px;
	}

	#photoGallery-container {
		margin-top: 10px;
	}

	section.our-updates p.text-center {
		font-size: 16px;
		padding: 0 10px 40px;
	}

	.contact-details {
		margin-left: 7px;
	}

	footer .footer-above {
		padding-top: 25px;
	}

	footer .footer-col {
		margin-bottom: 22px;
	}

	p {
		font-size: 14px !important;
	}

	footer h4 {
		padding-bottom: 10px;
	}

	ul.list-inline {
		margin-top: 12px;
	}
}

@media (max-width:320px) {
	button.btn.btn-info.btn-lg {
		font-size: 12px;
	}

	.update-details {
		margin: 0px 0 20px 0;
	}

	section.about-us h2.text-center, section.druta-services h3.text-center, section.our-skills h3.text-center, section.our-gallery h3.text-center, section.our-updates h3.text-center, section.contact-us h3.text-center {
		font-size: 25px;
	}

	section.about-us p.text-center, section.our-gallery p.text-center, section.druta-services p.text-center {
		font-size: 15px;
	}

	section.about-us p.abt {
		font-size: 14px;
	}

	section.druta-services h4.text-center {
		font-size: 20px;
	}

	section.druta-services p.serv {
		font-size: 15px;
	}

	section.our-skills p.text-center {
		font-size: 15px;
		margin-bottom: 20px;
	}
	/*.sonny_progressbar p.title {
         font-size: 14px;
    }*/
	section.our-updates p.text-center {
		font-size: 15px;
		font-weight: 300;
	}

	.update-details h4 {
		font-size: 20px;
	}

	.update-details p {
		font-size: 14px;
	}

	.update-details a {
		font-size: 17px;
	}

	section.contact-us p.text-center {
		font-size: 15px;
		padding: 0 0 30px;
	}

	input#name, input#email {
		height: 40px;
	}

	input#name, input#email, textarea#comments {
		font-size: 15px;
	}

	section.contact-us form button {
		padding: 7px 30px;
		font-size: 18px;
	}

	.list-inline > li {
		padding-right: 1px;
		padding-left: 0px;
	}

	section.contact-us .contact-info .contact-details p.p1 {
		font-size: 15px;
		margin: -52px 0 12px 60px;
	}

	section.contact-us .contact-info .contact-details p.p2 {
		font-size: 15px;
		margin: 0px 0 20px 60px;
	}

	.contact-details {
		margin-left: 0px;
	}

	section.contact-us .contact-info .contact-details span.glyphicon {
		font-size: 20px;
	}

	.navbar-toggle {
		margin-right: 8px;
	}

	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}

	footer .footer-above p {
		font-size: 15px;
	}

	section.about-us, section.druta-services, section.our-skills, section.our-gallery, section.our-updates, section.contact-us {
		padding: 20px 0 20px;
	}

	footer .footer-below p {
		color: #fff;
		font-size: 13px !important;
		font-weight: 400;
		line-height: 1.9em;
	}
}

table {
}

tr {
	padding-bottom: 20px;
	text-align: left;
}

td {
	padding: 5px 15px;
	color: #fff;
	font-weight: 400;
}

.team-desc {
	margin-bottom: 20px;
}

.non-main {
	background: #3C642B;
	position: relative;
	right: 0;
	opacity: 1;
}

#text_slider {
	position: absolute;
	color: white;
	top: 50%;
	font-size: 32px;
	height: 200px;
	right: 0;
	text-align: center;
	width: 100%;
	left: 0;
}

.slider-click {
	text-decoration: none;
	font-size: 24px;
	border: 2px solid white;
	color: white;
	padding: 10px;
	margin-top: 30px;
}

	.slider-click:hover {
		background: white;
		color: black;
	}

#site-logo {
	width: 150px;
}

#hamburger {
	position: fixed;
	right: 0;
	margin-right: 40px;
	background: black;
}

.site-logo-loc {
	position: fixed;
}

.team-mobile-seperator {
	display: none;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	#text_slider {
		position: absolute;
		color: white;
		top: 50%;
		font-size: 16px;
		height: 200px;
	}

	.amneties-bottom-items {
		margin-bottom: 30px;
	}

	.site-logo-loc {
		position: static;
	}

	.team-mobile-seperator {
		display: block;
	}

	.slider-click {
		text-decoration: none;
		font-size: 14px;
		border: 2px solid white;
		color: white;
		padding: 10px;
		margin-top: 30px;
	}

		.slider-click:hover {
			background: white;
			color: black;
		}

	#navbar-list {
		margin-right: 10px;
		opacity: 1;
	}

	ul#navbar-list.nav.navbar-nav.navbar-right.non-main > li {
		outline: none;
	}

	#site-logo {
		width: 90px;
		left: 0;
		margin-left: 0px;
	}

	#amneties {
		margin-top: 80px;
	}

	#gallery-pad {
		margin-top: 80px;
	}

	#contact-pad {
		margin-top: 80px;
	}
	/** Druta **/
	/*.pre-login-view-container .applet-placeholder {
         width: 80%;
         margin-left: auto;
         margin-right: auto;
    }*/
}

#mainPopup {
	background-color: transparent !important;
	position: fixed;
	margin-top: 15%;
	z-index: 10 !important;
	margin-right: 0px !important;
}

#innerPopup {
	display: none;
}

@media only screen and (min-width:641px) and (max-width:1024px) {
	#text_slider {
		position: absolute;
		color: white;
		top: 50%;
		font-size: 32px;
		height: 200px;
	}

	#site-logo {
		width: 150px;
	}

	.slider-click {
		text-decoration: none;
		font-size: 24px;
		border: 2px solid white;
		color: white;
		padding: 10px;
		margin-top: 30px;
	}

		.slider-click:hover {
			background: white;
			color: black;
		}

	.team-support-pics {
		margin-bottom: 50px;
	}

	#site-logo {
		width: 150px;
	}
}
/***************************/
/* Debashis Pal */
.core-features, .core-features span {
	background-color: #FFF;
	color: #333;
}

.bulletS img {
	margin-right: 10px;
	height: 20px;
}

.core-features .text-center {
	padding-top: 20px;
}

.logo-bar {
	background: url(images/request-bg.png) top left no-repeat !important;
	background-size: cover !important;
}

	.logo-bar .container {
	}

.footer-section {
	background-color: #fff;
}

	.footer-section * {
		color: #333;
	}

/** Druta **/
select.control option {
	color: Gray !important;
	font-weight: normal;
	background-color: #262638;
}

.control {
	font-weight: bold;
}

input.control:focus, textarea.control:focus, select.control:focus {
	border-color: #44C4DD;
}

input.control.required:focus, textarea.required.control:focus, select.required.control:focus {
	border-color: red;
}

.data-container.col-1 .form-group .TextBlock {
	height: auto;
}

.pre-login-view-container {
	padding-bottom: 35px;
}

	.pre-login-view-container .applet-placeholder {
		width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 93px;
		padding-top: 35px
	}

.ui-widget-overlay {
	background-color: #333;
}

.wait-container .content {
	border-color: #fff;
	background-color: #333;
}

.wait-container span {
	color: #fff;
}

.applet-container h1, .applet-container h2, .applet-container h3, .applet-container h4 {
	color: #999 !important;
}

.popup-container {
	display: inline-block;
}

	.popup-container .applet-container {
		background-color: #262638DE;
		box-shadow: none;
		border-radius: 2px;
		border: 1px solid #98bac7;
	}

.ControlLabel.required:before {
	content: "* ";
	color: Red;
}

.control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 1px solid #426B9C;
	border-radius: 3px;
}

.TextBlock.control {
	border: none;
}

.ControlLabel:empty {
	display: none;
}

.applet-container {
	background: transparent;
	padding: 15px 30px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 20px 5px #fff;
}

	.applet-container table {
		width: 100%;
	}

		.applet-container table .ControlLabel {
			text-align: right;
		}

	.applet-container header .title-container {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

.popup-applet-container {
	background-color: #2f2f35ee;
}

input[type='button']:not(.Trigger-Button), button:not(.Trigger-Button) {
	font-size: 18px !important;
	background-color: #44C4DD !important;
}

	input[type='button']:not(.Trigger-Button):disabled, button:not(.Trigger-Button):disabled {
		background-color: #777 !important;
	}

input[type='button']:not(:disabled):hover,
button:not(:disabled):hover,
input[type='button']:not(:disabled):focus,
button:not(:disabled):focus {
	background-color: #073C5B !important;
}

.input-with-button .Trigger-Button {
	position: absolute;
	margin-top: -27px;
	margin-right: 15px;
}

.form-group .CheckBox label {
	height: 30px;
	background-position: 0px !important;
	background-color: transparent;
	border-radius: 0px;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: rgba(0, 153, 213, 0.20);
}

	::-webkit-scrollbar-thumb:hover {
		background-color: #0099d5;
	}

::-webkit-scrollbar-track {
	background-color: #262638;
}

	::-webkit-scrollbar-track:hover {
		background-color: #262638;
	}

::-webkit-scrollbar-corner {
	background-color: #262638;
}