/* ========= TOTUS FACILITY SERVICES PVT LTD ========= */
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none !important;
}
a:hover, a:focus {
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
}
h2, h3, h4 {
	text-transform: uppercase;
	color: #a02b2d;
}
.topbar {
	background: #000;
	padding: 5px 0px;
	border-top: 3px solid #770105;
}
.topbar a {
	display: inline-block;
	color: #ccc;
	padding-right: 15px;
}
.topbar a i {
	color: #9a1519;
}
.topbar span {
	display: block;
	color: #ccc;
	text-align: right;
}
.header {
	background: #e0e0e0;
}
.logo {
	display: block;
	padding: 10px 0px;
}
.logo img {
	width: 100%;
}
.navigation nav {
	margin-bottom: 0;
	padding-top: 30px;
	min-height: auto;
}
.navigation ul li a {
	position: relative;
	color: #9a1519;
	padding: 5px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 0px #000;*/
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.navigation ul li a:hover {
	background: none;
	color: #000;
}
.navigation ul li a:focus {
	background: none;
	outline: none;
}
.navigation ul li a:before, .navigation ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
.navigation ul li a:before {
	top: -15px;
}
.navigation ul li a:after {
	bottom: -15px;
}
.navigation ul li a:hover:before {
	top: -1px;
	opacity: 1;
}
.navigation ul li a:hover:after {
	bottom: -1px;
	opacity: 1;
}
.navigation ul li:nth-last-child(1) a {
	padding-right: 0;
}
.current {
	color: #000 !important;
	border-color: #000 !important;
}
.navbar-header {
	border: 1px solid #000;
}
.navbar-header div {
	display: none;
	color: #333;
	padding: 8px 15px;
	text-transform: uppercase;
}
.navbar-toggle {
	padding: 0;
}
.navbar-toggle .icon-bar {
	background: #a02b2d;
}
#jssor_1 {
	position:relative;
	top: -1px;
	width:980px;
	height:255px;
	overflow:hidden;
	visibility:hidden;
}
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.jssorb053 .i {
	position:absolute;
	cursor:pointer;
}
.jssorb053 .i .b {
	fill:#fff;
	fill-opacity:0.5;
}
.jssorb053 .i:hover .b {
	fill-opacity:0.7;
}
.jssorb053 .iav .b {
	fill-opacity: 1;
}
.jssorb053 .i.idn {
	opacity:.3;
}
.jssora093 {
	display:block;
	position:absolute;
	cursor:pointer;
}
.jssora093 .c {
	fill:none;
	stroke:#fff;
	stroke-width:400;
	stroke-miterlimit:10;
}
.jssora093 .a {
	fill:none;
	stroke:#fff;
	stroke-width:400;
	stroke-miterlimit:10;
}
.jssora093:hover {
	opacity:.8;
}
.jssora093.jssora093dn {
	opacity:.6;
}
.jssora093.jssora093ds {
	opacity:.3;
	pointer-events:none;
}
.jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.jssorl-009-spin {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}
.welcome {
	background: #f5f5f5;
	padding: 45px 0px;
}
.welcome img {
    width: 100%;
}
.quote {
	background: #333 url(../images/quote.jpg) no-repeat 0px 0px fixed;
	background-size: 100% auto;
	padding: 55px 0px;
	text-align: center;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	text-shadow: 2px 2px 0px #a02b2d;
}
.service {
	background: #f5f5f5 url(../images/security.png) no-repeat 0px 0px fixed;
	background-size: auto 100%;
	padding: 45px 0px;
}
.service .ser-content {
	position: relative;
	display: block;
	margin-top: 25px;
	text-align: center;
	cursor: pointer;
}
.service .ser-content img {
	position: relative;
	width: 75px;
	height: auto;
	margin-bottom: -35px;
	border: 3px solid #fff;
    border-radius: 50%;
	z-index: 99;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.service .ser-content:hover img {
	transform: scale(1.1);
}
.service .ser-content span {
	display: block;
    background: #d6d6d6;
    color: #000;
    padding: 45px 15px 15px 15px;
    font-size: 16px;
    text-transform: uppercase;
    border: 3px solid #fff;
	box-shadow: 0px 10px 10px -10px #555;
}
.service a {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 10px 25px;
	margin-top: 35px;
	text-transform: uppercase;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.service a:hover {
	background: #a02b2d;
}
.about {
	padding: 35px 0px;
}
.about a {
	display: inline-block;
	color: #a02b2d;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about a:hover {
	color: #333;
}
.about img {
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
}
.footer {
	background: #c5c5c5;
	padding: 25px 0px;
}
.footer h4 {
	margin-bottom: 25px;
}
.footer a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.footer ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.footer ul li a {
	display: block;
	background: transparent;
	color: #000;
	padding: 3px 25px;
	font-size: 13px;
	border: 1px solid #a02b2d;
}
.footer ul li a:hover {
	background: #a02b2d;
	color: #ccc;
}
.footer p {
	color: #333;
}
.footer p i {
	color: #a02b2d;
	font-size: 18px;
}
.social a {
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #000;
	padding: 4px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #a02b2d;
}
.social a:hover {
	background: #a02b2d;
	color: #ccc;
}
.footer-bottom {
	background: #333;
	padding: 10px 0px;
	text-align: center;
}
.footer-bottom span {
	color: #777;
}
.footer-bottom span a {
	color: #a02b2d;
}
.banner {
	background: #000 url(../images/banner.jpg) no-repeat 0px 0px scroll;
	padding: 25px 0px;
}
.banner h2 {
	margin: 0;
}
.content {
	padding: 35px 0px;
}
.aboutus img {
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
}
.our-services ul li {
	position: relative;
	display: block;
	padding: 3px 0px 3px 10px;
	font-size: 16px;
}
.our-services ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	border: 5px solid transparent;
	border-left-color: #a02b2d;
}
.our-services img {
	width: 8%;
	height: auto;
	padding: 3px;
	margin: 5px 5px 15px 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.gallery .nav-tabs {
	margin-bottom: 15px;
	border-color: #a02b2d;
}
.gallery .nav-tabs li a {
	color: #000;
	padding: 5px 25px;
	text-transform: uppercase;
}
.gallery .nav-tabs li a:hover {
	background: #a02b2d;
	color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #a02b2d;
	color: #fff;
	border-color: #a02b2d;
}
.gallery .tab-content a {
	display: inline-block;
	width: 265px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.gallery .tab-content a img {
	width: 100%;
	min-height: 100%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.gallery .tab-content a:hover img {
	transform: scale(1.1);
	-webkit-transition: scale(1.1);
	-moz-transition: scale(1.1);
	-o-transition: scale(1.1);
	-ms-transition: scale(1.1);
}
.clients ul li {
	position: relative;
	display: inline-table;
	width: 32%;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #a02b2d;
	text-align: center;
	font-size: 18px;
	border: 3px solid #f5f5f5;
}
.clients ul li span {
	display: block;
	font-size: 14px;
	color: #000;
}
.clients ul li:hover {
	background: #efefef;
}
form {
	margin-bottom: 35px;
}
.contact label {
	margin-bottom: 0;
	font-weight: normal;
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
}
input[type="submit"] {
	background: #a02b2d;
	color: #fff;
	padding: 5px 25px;
	border: none;
}
input[type="submit"]:hover {
	background: #333;
}
.contact p i {
	color: #a02b2d;
	font-size: 18px;
	width: 16px;
}
.contact iframe {
	width: 100%;
	min-height: 350px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.no-js #loader-wrapper {
	display: none;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #16a085;
	-webkit-animation: spin 1.7s linear infinite;
	animation: spin 1.7s linear infinite;
	z-index: 11;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin-reverse .6s linear infinite;
	animation: spin-reverse .6s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes spin-reverse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222;
	z-index: 10;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}



.invisible {
    display: none;
    visibility: visible;
}


@media screen and (max-width:768px) {
	.topbar, .topbar span { text-align: center; }
	.header { padding-bottom: 10px; }
	.logo img { width: 100%; }
	.navigation nav { padding-top: 0; }
	.navbar-header div { display: inline-block; }
	.welcome { text-align: center; }
	.welcome img { width: 55%; }
	.welcome h2 span { display: block; font-size: 14px; color: #333; }
	.welcome h2 { font-size: 18px;}
	.quote { background-size: auto 100%; }
	.footer h4 { margin-bottom: 10px; }
	.gallery .tab-content a { width: 100%; height: auto; margin-right: 0; }
	.clients ul li { width: 100%; margin-right: 0; }
	.contact iframe { min-height: 185px; }
	.our-services img { width: 15%; }
}





