* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
body {
	background: #555;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 200;
	width: 100%;
	background: #222;
}
img {
	max-width:100%;
}
.logo {
	position: relative;
	z-index: 123;
	padding: 5px 0px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
	width: 22%
}
.logo a {
	color: #6DDB07;
}
.logo img {
	width: 260px;
	max-width: 100%;
}
nav {
	position: relative;
	margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	font-family: sans-serif;
	background: #222;
	padding-top: 0px;
	min-height: 80px;
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 17px 12px 10px 12px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	border-bottom: 3px solid #bf902d;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: 3px;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 200px;
	max-width:100%;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	 font-weight: 700;
text-transform: uppercase;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
 @media screen and (max-width:1000px) {
.logo img {
	width: 214px !important;
	max-width: 100%;
}
}
 @media screen and (max-width:1000px) {
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: center;
	padding: 10px 0 0 0;
	float: none
}
.logo2 {
	display: none
}
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #444
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	position: absolute;
	top: 22px;
	right: 5px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 5px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}
#cssmenu ul {
	float: right;
	margin-top: 16px;
}
footer p {
	margin: 0px;
	padding: 0px;
}
footer {
	background: #222;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #bf902d;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	z-index: 201;
	border-top: 1px solid #ddd;
}
.tab-slider--body p {
	font-size: 15px;
}
.tab-slider--nav {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
	 
	 
}
.tab-slider--tabs {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tab-slider--tabs:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	border-radius: 35px;
}
.tab-slider--tabs.slide:after {
	left: 50%;
}
.tab-slider--trigger {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 11px 20px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	width: 150px;
}
.tab-slider--trigger {
	float: left;
	margin-right: 15px;
	padding-bottom:50px;
	transition: ease  all 1s;
	background-position:center ;
	 
}
.tab-slider--trigger img {
	margin-bottom: 10px;
	width: 100%;
}
.tab-slider--trigger.active {
	color: #f2aa74;
	background:url(../images/ball3.png) center bottom no-repeat;
	  
	 
	 
}
.tab-slider--body {
	margin-bottom: 0px;
	background:url(../images/btm.png) top center repeat-x;
	padding-top:20px;
	 
}
.about {
	margin-top: 120px;
	padding-bottom: 100px ;
}
.about h2 {
	color: #bf902d;
	font-size: 26px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom:15px;
}
.about h4 {
	color: #bf902d;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}
.tab-slider--container {
	padding-top: 0px;
	min-height: 270px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	margin-top: -7px;
	 
}
.no-pad {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#tab11 {
	background: url(../images/ball3.png) bottom center no-repeat;
}
#tab31 {
	background: url(../images/ball3.png) bottom center no-repeat;
}
#tab21 {
	background: url(../images/ball2.png) bottom center no-repeat;
}
.who {
	height: 67px;
}
.milestone p {
	font-size: 12px;
	margin-top: 10px;
	line-height:13px;
	padding-bottom: 4px;
	
}
.milestone div {
	background: url(../images/line.jpg) top 52px center repeat-x;
	padding-left: 0px;
	margin-bottom: 70px;
}
.m-b {
	margin-bottom: 60px !important;
}

.p-right {
	float:right !important;
	
}

.sec-last {
	margin-top:-72px;
}

.modal-dialog h4 {
	font-weight:bold;
	border-bottom: 2px dotted #bf902d;

color: #bf902d;
text-align:center;
	
}
.modal-dialog p {
	text-align:center;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 2299;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image:url(../images/mukkadan.png) ;
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#status {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.address p {
	line-height:24px;
	font-size:14px;
	margin-bottom:20px;
}
.address {
	 
	border-radius:10px;
	padding:0px 0px 15px 25px !important;
	 
 }
 .about  .form-group {
    margin-bottom: .8rem;
}
 
 
.about .form-control {
	border-radius:0px;
	height: calc(2rem + 1px);
}
 
 .address h3 {
	 font-size:17px;
	 font-weight:600;
	 
	 
 }
 .address h4 {
	 font-size:16px;
	 color:#444;
	  
	 
 }

.btn-gold {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	 
	font-size:13px;
	padding:6px 34px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.btn-gold:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}
.btn-gold:active {
	position:relative;
	top:1px;
}

.map {
	width:100%;
	height:300px;
	border:1px solid #ddd;
	 
	 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */

    
} 
.phone {
	font-size:20px;
	text-align:center;
	padding:20px 0px !important;
		border:2px solid #fff ; 
	 
}
.phone i {
	font-size:40px;
	color: #bf902d;
}

 
 .file-upload {
	display: block;
	text-align: center;
	 
	font-size: 12px;
}
.file-upload .file-select {
	display: block;
	border: 2px solid #bb8515;
	color: #fff;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select .file-select-button {
	background: #bb8515;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select {
	border-color: #3fa46a;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background: #3fa46a;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #c41212;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #c41212;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.career {
	 
}

.job li {
	margin-bottom:10px;
	list-style:none;
	 
}

.foot {
	height:100px;
	width:100%;
	background:url(../images/foot.png)  top center repeat-x;
	position:fixed;
	z-index:203;
	left:0px;
	right:0px;
	bottom:3px;
	
	 
	 
	
}
@media screen and (min-width:768px) {
	.no-display {
		display:none;
		
	}
	
}
@media screen and (max-width:768px) {
	.about p {
		text-align:justify;
	}
	#cssmenu ul {
		float:none;
	}
	.chairman {
		margin-top:20px !important;
		
		
	}
	
	.tab-slider--tabs {
		margin-top:10px;
	}
	
	.offset-3 {
		margin-left:0px !important;
	}
	
	.no-pad {
		padding-left: 15px !important;
padding-right: 15px !important;
	}
	
	.tab-slider--trigger {
		width:28%;
	}
	.about {
		padding-bottom:90px;
	}
	
	.tab-slider--trigger.active {
    
    padding-bottom: 66px;
	
	}
	
	.tab-slider--nav {
    margin-top: 0px;
    min-height: 180px;
	
	}
	.tab-slider--body {
	 
	}
	
	.tab-slider--trigger.active {
   
    background: url(../images/ball.png) center bottom -115px no-repeat;
	
	}
	
	.tab-slider--container {
    padding-top:  0px;
	
	}
	
	.tab-slider--body {
    
    min-height: auto;
	padding-bottom:20px;
	}
	
	.offset-1 {
		margin-left: 0px !important   ;
		
	}
	.offset-9 {
		margin-left: 0px !important   ;
		
	}
	
	.milestone {
		padding:20px;
	}
	.milestone div {
		text-align:center;
    background: url(../images/line2.jpg)   center repeat-y;
	 padding-bottom: 30px;
	 margin-bottom:0px;
	
	}
	
	.milestone p {
    margin-top: 0px;
    margin-bottom: 18px;
    background: #fff;
    padding: 5px 0px;
	font-size: 14px;
	
	   
}
	.hide-xs {
		display:none !important;
	}
	
	.m-b {
    margin-bottom: 0px !important;
	}
	
	 .sec-last {
    margin-top: 0px !important;
}  

.modal-dialog {
     
    margin-top: 40% !important;
	
}
.tab-slider--trigger {
    font-size: 12px;
}
	 
}
.serv-tile {
	background:#fff;
	padding:15px 0px;
	box-shadow:0px 1px 5px rgba(0,0,0,.1);
	margin-bottom:20px;
	
}
.service {
	background:#f5f5f5;
	margin-top:0px;
	padding-top:120px;
}
.service img {
	width:100%;
}
.service h5 {
	 font-weight: 600;
font-size: 20px;
}
.clients img {
	border:1px solid #ddd;
	margin-bottom:30px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	width:100%;
	padding: 10px 3px;
	
}
.chairman {
	margin-top:126px;
	
}

.chair {
	padding-bottom:20px !important;
	
}

.chairman-content {
	padding-bottom:20px;
}

.milestone img {
		max-width:none;
		
	}
	
	.float-right {
    float: right !important;
}