/* ak */

.carousel-inner {

	background:none; 
	background-position:center;
	height:100%;
	
}
@media(max-width:767px){.WhiteText {
    color: white;
    margin-top: 0;
    font-size: 60px;
	text-align:center;

	padding:25px 5px;
	text-shadow:8px 9px 10px #000} }
@media(min-width:768px){.WhiteText {
    color: white;
    margin-top: 0;
    font-size: 60px;
	text-align:center;

	padding:25px 5px;
	text-shadow:8px 9px 10px #000}}
@media(min-width:992px){.WhiteText {
    color: white;
    margin-top: 168px;
    font-size: 60px;
	text-align:center;

	padding:25px 5px;
	text-shadow:8px 9px 10px #000}}
@media(min-width:1200px){.WhiteText {
    color: white;
    margin-top: 168px;
    font-size: 60px;
	text-align:center;

	padding:25px 5px;
	text-shadow:8px 9px 10px #000}}


.YellowText {
	color: gold;
}	
.spacer-md {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Make the slide sections move at different speeds */
.slide-delay-1 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}
.slide-delay-2 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
}
/* ED MOD */
  

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background:none; /* Old browsers */
		padding-top:266px

}
.carousel-control.right {
	left: auto;
	right: 0;
	background: none; 
	padding-top:266px;
}
.carousel-control:hover, .carousel-control:focus {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}




element.style {
}
banner.css:102
.carousel-control.right {
    background:none;
}
bootstrap.min.css:14
.carousel-control.right {
    background:none;
}


.item img{
	float:right
}
/*end ak*/


.welcome-text{
	text-align:justify; 
	/*width:480px; */
	padding-top:50px;
	}



	#borderTop {		
  width   : 76px;		
  position: relative;		
  z-index : 1;		
  background: none;		
}		
#borderTop:before {		
  content : "";		
  position: absolute;		
  left    : 0;		
  bottom  : 0;		
  height  : 8px;		
  width   : 50%;  /* or 100px */		
  border-top:3px solid #0098d9;		
}
/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		font-size:14px;
		line-height:24px;
 		color: #333;
		/*font-family: 'Open Sans', sans-serif;*/
		font-weight: 400;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
/*add to cart*/

.ccc{
	font-size: 14px;
    line-height: 1.33333;
    padding: 0px 16px;
	background-color: #181818;
    border-color: #181818;
    color: #fff;
}
.pad{
	padding:20px 10px;
	color:#000;
	background-color:#f5f5f5;
	margin:20px 0px;
}
.pad span{ 
	font-weight:bold;
	
}
.pad select option{
	 background: transparent none repeat scroll 0 0;
   
    box-shadow: none;
	height: 30px;
}
select {
    width:20%;
	margin:0 2%;
}
.button-wrapper .btn{
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.button-wrapper .items{
  font-size: 14px;
  background-color: #0fcef1;
  
    -webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
  }
/*add to cart*/
/*add to Product Slider*/


/*add to product slider*/
.navbar {
       min-height: 105px;
    }
a {
	color: #47C6F8;
}
	
a:hover {
	color: #333;
}

/* start h2 */
h2
	{
		text-align: left;
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
	}
	h4
	{
		font-family:'Open Sans';
		text-align: center;
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		line-height:32px;
		
	}		
h2 span
	{
		color: #5D5D5D;
		font-weight: bold;
	}
.white
	{
		color:#ffffff;
	}
/* end h2 */
.ourapplication1{ display:none;}
/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */
header
	{
		min-height: 20px;
		padding-top: 10px;
		background-color:#fff;
		border-bottom: 1px solid #ccc;
}
/* start header */
	}

.link h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}	
.link a{
	color:#fff;
	text-decoration:none;
}
.link a:hover{
	color:#47c6f8;
}
.link ul li {
    font-size:13px;
	line-height:39px;
	border-bottom:1px dashed #fff;
}	
	
header .fa
	{
		color: #5D5D5D;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header .contactmail {
    font-weight: bold;
    padding: 5px;
    padding-left: 4px;
    border: 1px solid #9e9e9e;
    margin-right: 5px;
}
header a
	{
		color: #333;
		font-weight: 400;
	}
header .social-icon1
	{
		text-align: left;
		padding:0px;
	}
.social-icon1 li {
    display: inline-block;
    list-style: none;
	padding:0 5px;
}
.social-icon1 li a
	{
		border: 1px solid #fff;
border-radius: 2px;
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-right: 10px;
	}

header .social-icon
	{
		text-align: left;
	}
header .contact_info{
		text-align: right;
	}
.contact_info {
    position: relative;
    padding: 0;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
}
.contact_info li {
    display: inline-block;
    list-style: none;
	margin-left:20px;
}
.contact_info li .cinfo {
    border: 1px solid #868585;
    border-radius: 2px;
    color: #868585;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}

.contact_info a:hover {
    color:#47c6f8;
	text-decoration:none;
}

.element1 {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0098db;
    background-color: transparent;
}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 0px 0px 0px 10px;
	}
.navbar-brand>img{
	display:inline-block
}
.navbar-default .navbar-nav li a
	{
		font-weight: 400;
		font-size: 12px;
		height: 105px;
		line-height: 80px;
		padding-left:23px;
	}
	



.navbar-default .navbar-nav > li > a.current { 
	color: #E82525; 
}

.dropdown-menu {
	left: 0px !important;
	width:215px;
}

.dropdown-menu > li > a {
	height: 40px !important;
    line-height: 40px !important;
}

.dropdown-menu > li > a:hover { 
	color: #47c6f8 !important;
}

.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
	border-bottom: 1px solid #ccc;
}
/* end navigation */

/* start home */
.subheader{ /*background-image:url(../images/aboutus_02.jpg);*/
background-color:#0097d7;
background-repeat:no-repeat;
background-size:100% 100%;}

.head {
    text-align: left;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    float: left;
	background-image:url(../images/bgred.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:5px;
}
.pageheading {
    margin: 50px auto;
    width: 100%;
    overflow: hidden;
}
.breadcrumb1  {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
    width: auto;
    float: right;
    background-color:transparent;
	text-transform: uppercase;
	line-height:40px;
}
.breadcrumb1 > .active {
    color: #ed3237;
}
.breadcrumb1 a {
    color: #fff;
}
.company_profile{ margin:30px auto; overflow: hidden;}
.bgred{ background-color:#ed3237;}
.company_profile1{ margin:20px; padding:20px; color:#fff;border: 1px solid #fff;}
.company_profile1 p{font-size:14px; line-height:22px; margin:26px auto;}
.bgwhite {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    margin: 30px auto;
	border: 1px dashed #5d5d5d;
}
.element {
	height: 60px;
	font-size: 16px;
}
.company_profile_head{width:auto; padding:20px; background-color:#ed3237; color:#fff; position:absolute; font-size:18px; 
text-transform: uppercase; font-weight:bold;margin-left: 361px; margin-top: -600px;}
.History{ text-align:left;    margin: 20px auto;}
.management{margin: 20px auto;}
.management h3{ background-position:top left;}

.ourvisin{ background-color: #0098da;
padding: 20px;
color: #fff;
text-align: center;}
.history_icon {
    padding: 20px;
    width: auto;
}
.history_icon img {
    margin: 20px auto;
    border: 1px solid #fff;
}
.history1{ margin:20px auto; overflow:hidden;}

.ourmission{ background-color:#333333; padding: 20px;color: #fff;text-align: center;}
.ourmission .history_icon img { margin: 20px auto;border: 1px solid #ed3237;}
.ourvalues{ background-color:#f7f7f7; padding: 20px; color: #000; text-align: center;}
.ourvalues .history_icon img { margin: 20px auto;border: 1px solid #209fdb;}
/*flexslider mainslider styles*/
#home .flex-control-nav {
  display: none;
}
#home .flexslider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home .flexslider:before,
#home .flexslider:after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#home .flexslider:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
#home .slide_description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  height: 100%;
  width: 100%;
}
#home .slide_description_wrapper:before, #home .slide_description {
  display: inline-block;
  vertical-align: middle;
}
#home .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-left: 15px;
}
#home .highlight {
  color: #ffffff;
  padding: 0 5px 2px;
  display: inline-block;
}
#home .slide_p {
  margin-top: 10px;
}
#home .slide_p .slide_buy, #home .slide_p .slide_buy_more {
  border-radius: 5px;
  font-weight: bold;
  padding: 9px 20px;
  background: #77a03f;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #77a03f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home .slide_p .slide_buy:hover, #home .slide_p .slide_buy_more:hover {
  border: 1px solid #ffffff;
  background: transparent;
}
#home .slide_p .slide_buy_more {
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
  padding: 9px 20px;
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home .slide_p .slide_buy_more:hover {
  border: 1px solid #77a03f;
  background: #77a03f;
}
#home p:first-child {
  background: #77a03f;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  padding: 0.3em 0.4em 0.4em;
}
#home h4 {
  font-size: 30px;
}
#home h3 {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding: 0 0 2px;
  color: #77a03f;
  font-weight: 700;
  letter-spacing: 1px;
}
#home h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  font-size: 130px;
  letter-spacing: -3px;
  margin: 0 0 0 -0.04em;
}
#home .theme_button {
  margin-top: 30px;
}







/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team{
	background:#fff
}
#team h2{
	color:#333
}
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #E82525;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		text-align:center;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 2px solid #fff;
		border-radius: 50%;
		background:#fff;
		color: #E82525;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
	.navbar-nav li a
#service h4
	{
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	background:#fff
	}
#portfolio h2{
	color:#333
}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #E82525;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #e82525;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #222;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #222;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent ;
		background: #fff;
		font-weight: bold;
		color:#222;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
		background:#fff
	}
#copyright p
	{
		font-weight: 400;
		color:#333
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a {
    border: 1px solid #868585;
    border-radius: 2px;
    color: #868585;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 0px;
}
.tabbg{ background-image:url(../images/tabbg.jpg); background-repeat:no-repeat; background-size: 100%;}
.ourapplication {
    margin: 20px 0 20px -10px;
    overflow: hidden;
    position: absolute;
    margin-top: -440px;
	width:951px;
}
h3 span {
    display: block;
    /*font-weight: bold;*/
}
.tab-content > .active {
    display: block;
    visibility: visible;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 20px;
	//margin-left: -56px;  
}
.nav-pills > li > a {
    border-radius: 0px;
	color:#5d5d5d;
	border-bottom: 1px dashed;
	//margin-right: 56px; 
}
.borderimg {
    border: 1px #dadada solid;
}
.footer {
    background-color: #3d3d3d;
color: #fff;
padding-top: 30px;
padding-bottom: 30px;
}
.ftrlink {
    background-color: #0098da;
    color: #fff;
    width: 100%;
    z-index: 9999;
    margin-top: -25px;
	padding: 20px;
}
.ftrlink .social-icon {
    text-align: left;
	color:#fff;
}
.ftrlink .contact_info{
    text-align: right;
	color:#fff;
}
.ftrlink .social-icon li a {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}
.ftrlink .contact_info li .cinfo {
 border: 1px solid #fff;
color: #fff;}
.logoicon {
    background-image: url(../images/logoicon.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    width: auto;
    text-align: right;
}
.ftrlink a{color:#fff;}
.ourapplication1{ display:none;}
/* end social icon */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}
@media (max-width: 991px) {
  #home .slide_description_wrapper {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #E82525;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
.ourapplication{ display:none;}
.ourapplication1{display:block; margin:20px auto;}
}
/* end 360 media quires */

/* start 768 media quires */
@media (max-width: 768px) {
.bgwhite {
    padding:0px;
}
.tabbg {
   background-size: 100% 100%;
    }
.nav-stacked > li + li {
       margin-right: 15%;
}

}

@media only screen and ( max-width: 767px ) {
	#home .slide_description_wrapper {
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -175px;
  }
  
	#home
		{
			/*min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;*/
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */
@media (max-width: 734px) {
  #home .slide_description_wrapper {
    margin-top: -150px;
  }
}
@media (max-width: 508px) {
  #home p:first-child {
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  #home .slide_description_wrapper {
    margin-top: -150px;
    margin-left: -100px;
  }
}
@media (max-width: 385px) {
  #home .slide_description_wrapper {
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    margin-top: -100px;
  }

  .slide_p {
    display: none;
  }
}
/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			/*min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;*/
		}
	#home h1
		{
			font-size: 32px;
		}

}
/* end 360 media quires */
.panel-title {
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
    color: #fff;
	background-image:url(../images/icontab.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #337ab7;
    border-color: #ddd;
}
.panel-default {
    border:0 ;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: solid 1px #ddd;
    margin: 10px auto;
    border-radius: 5px;
}
.job_desc{width:70%; overflow:hidden; margin: 10px 0;}
.job{width:30%; overflow:hidden; float:left;}
.desc{width:70%; overflow:hidden;float:left;}
.apply{font-size:18px; background-color:#ed3237; padding:10px 20px; color:#fff; width:160px;}
.or{font-size:18px; padding:10px;}
.panel-body h4{ text-align:left;}
.Career111{ margin:20px auto;}
.modal-header {
    min-height: 16.43px;
    padding: 0px;
    border-bottom: 0;
}
.modal-body {
    overflow:hidden;
}
label {
       font-weight: 400;
}
.modal-body .apply {
   font-size: 15px;
background-color: #ed3237;
padding: 10px 20px;
color: #fff;
width: auto;
font-weight: bold;
line-height: 18px;
float: right;
margin: 10px;
}
.modal-header .close {
    margin-top: -15px;
    margin-right: -15px;
    border-radius: 100%;
}
label span {
    color: red;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
	opacity: 1;
	box-shadow:1px 1px 1px #000;
	color:#fff;
}
.close {
	color:#fff;
	box-shadow:1px 1px 1px #000;
	text-shadow:1px 1px 1px #000;
}
.clients{ margin:20px auto;}
.clients12{margin:15px auto;}
.clients12 img{ border:1px solid #eee; width: 90%;}
.clientname{ background-color:#f4f4f4; color:#333333; text-align:center; font-size:14px; line-height:39px;}
.contact{ margin:20px auto;}
.contact .apply{margin:20px auto;}
.Companyadd {
    background-color: #0098da;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
.Companyadd h5 {font-size:16px; font-weight:bold;text-transform: uppercase;line-height:32px; border-bottom:1px solid #fff}
.map {
    margin: 15px auto;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.contact h4 {
    text-align: left;
}
.category{ margin:20px auto;}
.category p{ text-align:left;}
.bgblue{ background-image:url(../images/bgblue.png); background-repeat:no-repeat; background-position:top left; padding-top:10px;}
.pro{ border:1px solid #efefef; padding:10px;}

.pro:hover .ovr{ display:block;}
.proimg img {
    width: 100%;
}


.ovr {
       width: 82%;
    height: 92%;
    background-color: #0006;
    position: absolute;
    top: 0;
    margin: 10px auto;
    display: none;
}
	

.ovr img{ width: 33px;
height: 33px; margin:45%;}

.error{
	color:red;
}

.tab-content{
padding-left: 0;		
			
}		
h3 {		
	text-transform:uppercase;		
	font-size:30px;}		
/*		
@media (max-width: 1600px) {		
  .tab-content > .active {		
	margin-left:-22px;		
	padding-bottom: 230px;		
	margin-top: 80px;			
	}}		
@media only screen and (max-width: 1199px) and (min-width: 992px) {		
	.tab-content > .active {		
    		
	margin-left: 5px;		
	padding-bottom: 230px;		
	margin-top: 80px;			
}}*/		
@media only screen		
and (min-width : 1024px) {		
.tab-content > .active {		
        margin-top: 60px;		
	padding-bottom: 96px;		
	padding-left:30px;		
	}		
			
	.nav-stacked{		
	padding-right:0;		
	background-color:#fff;		
	padding-top:20px;		
			
}		
}		
@media only screen		
and (min-width : 1200px) {		
.tab-content > .active {		
        margin-top: 81px;		
	padding-bottom: 52px;		
	padding-left:70px}		
			
	.nav-stacked{		
	padding-right:0;		
	background-color:#fff;		
	padding-top:20px;		
			
}		
}		
			
			
@media only screen		
and (min-width : 1360px) {		
.tab-content > .active {		
        margin-top: 81px;		
	padding-bottom: 52px;		
	padding-left:46px}}		
	.nav-stacked{		
	padding-right:0;		
	background-color:#fff;		
	padding-top:20px;		
			
}		
}		
@media only screen		
and (min-width : 1440px) {		
.tab-content > .active {		
        margin-top: 81px;		
	padding-bottom: 250px;		
	padding-left:20px}}		
	.nav-stacked{		
	padding-right:0;		
	background-color:#fff;		
	padding-top:20px;		
			
}		
}		
@media only screen		
and (min-width : 1600px) {		
.tab-content > .active {		
        margin-top: 81px;		
	padding-bottom: 250px;		
	padding-left:20px}		
	}		
	.nav-stacked{		
	padding-right:0;		
	background-color:#fff;		
	padding-top:20px;		
			
}

}

.hht{
	color:fff;
	font-size:16px;
	}


