
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Slab:300,400|Roboto:300,400,700');

/*
        font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Slab', serif;

    font-family: 'Montserrat', sans-serif;
*/

body {
	font-family: 'Roboto Slab', serif;
	color: #525252;
	line-height: 28px;
	font-size: 14px;
	/*padding-top: 110px;*/
	font-weight: 300;
	overflow-x: hidden;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	color: #111111;
	font-size: 48px;
}
a {
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}



.navbar-brand { height: auto;}
.navbar-inverse {
	background-color: #FFF;
	border-color:transparent;
	border-bottom: 2px solid #e78832;
}

.navbar-nav > li > a {padding:45px 15px;font-size: 16px;}
.navbar-inverse .navbar-nav > li > a {
	color: #111;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #000;}
header.carousel { height: auto;}

.welcome-bg {background: #e78832;margin-bottom: 20px;}
.welcome-bg h1 { margin:0px; padding: 30px 0px; color: #fff; font-size: 28px; border-bottom: 0px;}

.product-blog { }
.product-blog-content {
	background: #FFF;
	margin: 0 10px;
	margin-top: -40px;
	position: relative;
	z-index: 2;	
	padding:25px;
}
.product-blog-content h4 { color: #111111;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	margin:0px 0 20px; 
	font-weight: 600;
}
.product-blog-content p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.read-btn {
  background: #009cec none repeat scroll 0 0;
  
  padding:8px 15px;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
.read-btn:hover { color: #fff;}

.hvr-bounce-to-left {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.5s;
  transition-property: color;
  vertical-align: middle;
}

.hvr-bounce-to-left::before {
  background: #f97f13 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50% 0;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.hvr-bounce-to-left:hover::before, .hvr-bounce-to-left:focus::before, .hvr-bounce-to-left:active::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#product {
	background: url("../images/product-bg.jpg");
	background-size: 100%;
	/* height: 100%; */
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 100px;
	padding: 75px 0;
	text-align: center;
}

#product h3 {
	font-size: 24px;
	text-transform: uppercase;;
	margin: 0px 0 30px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #f07307;
	letter-spacing: 3px;
	display: inline-block;

}

#portfoliolist {
	margin-top: 40px;
}

#testimonials #demo .owl-item img { border:1px solid #ccc}

.about-right-content.award h4 {
  color: #111111;
  font-family: "Roboto",sans-serif;
  font-size:17px;
  font-weight: 600;
  margin: 0 0 20px;
}

#testimonials {
	text-align: center;
	padding: 100px 0; 
	background:#f9f9f9;
}
#testimonials h1 {
	font-size: 24px;
	text-transform: uppercase;;
	margin: 0px 0 60px;
	color: #414141;
	text-align: center;
	border-bottom: 3px solid #f07307;
	letter-spacing: 3px;
	display: inline-block;

}

#owl-example .item h3 {
	font-size: 15px;
	color: #111111;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    margin:20px 0 10;
}
#owl-example .item h4 {
	font-size: 13px;
	color: #ccc;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    margin:0;
}

.owl-item p {
	padding: 0 10%;
}


#clients {
	text-align: center;
	padding:75px 0;
	background: url("../images/product-bg.jpg");
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/* margin-top: 100px; */
}

#clients h1 {
	font-size: 24px;
	text-transform: uppercase;;
	margin: 0px 0 60px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #f07307;
	letter-spacing: 3px;
	display: inline-block;

}
#clients .owl-carousel.owl-theme .owl-item {
  background: #fff;
  border: 1px solid #ccc;
}


footer {
	background: #ec730a;
	margin:0px;
	padding: 75px 0;
}

footer h1 {
	font-size: 20px;
	text-transform: uppercase;;
	margin: 0px 0 20px;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #fff;
	letter-spacing: 3px;
	display: inline-block;

}

footer p {
	color: #fff;
	margin:0; 
	/*border-bottom: 1px dashed #fff;*/
	line-height: 28px;
	padding: 10px 0;
}

footer p a:hover { color:#fff;}

footer a {
	color: #fff;
	margin:0; 
}

.hvr-forward {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  transform: translateX(8px);
}

.fot-link ul {
	margin: 0px;
	padding: 0px;
}

.fot-link li {
	display: block;
	line-height: 24px;
	padding: 10px 0;
	/*border-bottom: 1px dashed #fff;*/

}

.fot-link a {
	color: #fff;
	font-size: 13px;
}

footer i {
	font-size: 18px;
}



.about-top-menu ul { padding: 0px; margin-top: 0px;}
.about-top-menu ul li { list-style:none; }


.about-top-menu ul li a {
  background: #ccc none repeat scroll 0 0;
  display: block;
  margin-bottom: 2px;
  padding:14px 20px;
  color:#858585; 
}

.about-img { overflow: hidden;}

.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover::before, .hvr-bounce-to-right:focus::before, .hvr-bounce-to-right:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*wasim*/
#all-product {
	padding: 40px 0;
}

.product-block {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #eee;
  /*margin-bottom: 30px;*/
  position: relative;
}
.detail-icon {
	position: absolute;
	background: #fff;
	width:35px;
	height:35px;
	border-radius: 100%;
	z-index: 1;
	right:10px;
	bottom: 10px;
	line-height: 35px;
}
.detail-icon a {
	color: #414141
}
.main-div-prod {
	border:1px solid #efefef;
}
.product-title {
	padding:15px;
}
.product-title h3 {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  color: #111111;

}
.product-title p {
  color: #2f2f2f;
  font-size: 13px !important;
  line-height: 22px;
  margin-bottom: 0;
  padding:10px 0;
  text-align: center;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(227,108,4,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:13px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display:none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin:2px 0 0 !important;
  /*min-width: 160px;*/
  padding:8px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color:#414141;
	background-color:transparent;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding:8px 20px;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color:transparent;
  color: #fff;
  text-decoration: none;
}

#all-products {
	padding:40px 0;
}
 {
	margin:0px;
	font-size: 16px; 
}
.product-details h3 {
  border-bottom: 3px solid #f07307;
  color: #414141;
  display: inline-block;
  font-size:18px;
  letter-spacing: 3px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

.product-details h5 {
 
  color: #000;
  display: inline-block;
  font-size:14px;
  letter-spacing: 3px;
  
  text-align: center;
  
}

.product-details ul {
	padding: 0px;
	margin: 0px;
}

.product-details li {
	padding:7px 0;
	line-height: 24px;
	border-bottom: 1px dashed #eee;
	cursor: pointer;
	display: block; 
	font-size: 13px;

}
.product-details li:last-child {
	border-bottom: none;
}
.product-details li i {
	color: #01b14d;
}
.product-details li a i {
	color: #fff !important;
}


.product-block-big {
  background: #eee none repeat scroll 0 0;
  border: 5px solid #fff;
  box-shadow: 1px 2px 3px #ccc;
  position: relative;
}
/*wasim*/

/*Mustafa*/
/*.top-banner { height: 250px; display: block; overflow: hidden;}*/

.about-top-menu ul { padding: 0px; margin-top: 0px;}
.about-top-menu ul li { list-style:none; }

.about-top-menu ul li a {
  background: #e1e1e1;
  display: block;
  margin-bottom: 2px;
  padding:10px 20px;
  color:#858585;
  text-transform:uppercase;
  font-family: 'Roboto Slab', serif;
  font-size:13px;
}
.about-top-menu ul li a:hover { color:#FFF;}
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hvr-bounce-to-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#009cec /*#e78832*/;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover::before, .hvr-bounce-to-right:focus::before, .hvr-bounce-to-right:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-right-content h1 { font-size: 24px;
text-transform: uppercase;
margin: 0px 0 15px;
color: #333333;
text-align: center;
border-bottom: 3px solid #f07307;
letter-spacing: 3px;
display: inline-block;}
.about-right-content h3 {font-size: 17px;/* text-transform: uppercase; */margin: 0px 0 10px;color: #ffffff;border-bottom: 2px solid #dedede;display: inline-block;text-align: -webkit-center;}
.about-right-content { line-height:24px; font-weight:300;}
hr {border-top: 1px dashed #e78832;}
.submit-btn { background:#e78832; padding:10px 30px; color:#FFF; border-radius:0px; border:none;}
.submit-btn:hover { background:#f79842; color:#FFF;}
.textinput { background:#e1e1e1; border-radius:0px; height:40px;}
.contact-right-sect ul { margin:0px; padding:0px;}
.contact-right-sect ul li { list-style:none; border-bottom:1px solid #e1e1e1; padding:15px 0px; line-height:18px;}
.contact-right-sect ul li span { overflow:hidden; display:block;}
.contact-right-sect ul li i { float:left; width:25px; padding:5px 0; color:#e78832;}
.map iframe { width:100%;}

.Flexible-container { position: relative; padding-bottom:22%; height: 0; overflow: hidden; }
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0}
.download-btn {background: #585858;color:#FFF;padding:7px 20px;font-size:13px;margin-top:18px;display:inline-block;position: absolute;bottom: 14px;left: 50%;transform: translate(-50%, -14px);border-radius: 10px 0px;}
.download-btn:hover {background: rgba(0, 0, 0, 0.73);color:#FFF;}
.case-img { box-shadow:2px 2px 3px #ccc; border:5px solid #FFF;}
.download-btn .fa { margin-right:5px;}
.case-studies {
    font-size: 13px;
    line-height: 18px;
}
.techonology-heding h1 {letter-spacing: 0px;}
/*Mustafa*/


/*wasim 31-1-2017*/
.product-blog img {
  width: 100%;
}
.img-center {
  display:inline-block;
  text-align:center;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 0em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	/*float: left;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*wasim 31-1-2017*/

/*18-2-2017*/
#application {
  padding: 100px 0;
  text-align: center;
}
#application h1 {
  border-bottom: 3px solid #f07307;
  color: #414141;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0 0 60px;
  text-align: center;
  text-transform: uppercase;
}
/*18-2-2017*/



/*28-2-2017*/
.case-img img {
  width: 100%;
}


/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding:0em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}
/*28-2-2017*/
.mb0{margin-bottom: 0px;}



/* For Product Page */
.mr-b30{margin-bottom: 30px;}
.product-top-wrap, #advantage-wrap{padding: 80px 0px;}
.product-text{margin-bottom: 50px; text-align: center;}
.orenge-title{color: #e78832;/* margin: 0px 0px 20px; */}
.pro-profile-img{border-top: 3px solid #008fdb; border-left: 3px solid #008fdb; border-top-left-radius: 40px; overflow: hidden; border-bottom: 3px solid #00923f; border-right: 3px solid #00923f; border-bottom-right-radius: 40px;}
.pro-text-box{background-color: #066bbb; padding: 15px; border-top-left-radius: 40px; -webkit-border-top-left-radius: 40px; -moz-border-top-left-radius: 40px; -ms-border-top-left-radius: 40px; -o-border-top-left-radius: 40px; -webkit-border-bottom-right-radius: 40px; -moz-border-bottom-right-radius: 40px; -ms-border-bottom-right-radius: 40px; -o-border-bottom-right-radius: 40px;}
.pro-text-box h4{color: #FFF; font-size: 22px; text-align: center;}
.pro-text-box p{color: #fff; text-align: justify; line-height: 25px;}
.pd0{padding: 0px;}
.pro-text-box{height: 100%; min-height: 424px;}
.pro-text-box.box-hight{height: 100%; min-height: 209px;}
#pro-img-wrap{padding: 80px 0px; background-color: #F4F4F4;}
.pro-img{position: relative;}
.pro-img img{width: 100%; height: auto;}
.name-hover{width: 100%; height: 100%; position: absolute; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); opacity: 0;}
.name-hover:hover{opacity: 1; cursor: pointer; transition: all 1s linear 0s;}
.name-hover p{ transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); font-family: 'Roboto Slab', serif; font-size: 22px; color: #fff;
text-align: center; position: absolute; left: 50%; top: 50%; width: 240px;}
.list-advanteg ul{margin: 0px 0px 0px 0px;   padding-right: 25px;}
.list-advanteg ul li{list-style-type: square; color: #ec730a; margin: 0px 0px 17px; line-height: 24px;}
.list-advanteg ul li span{color: #000;}
#table-wrap{/* background-color: #F4F4F4; *//* padding: 80px 0px; */}
.table-content{margin: 20px 0px;}
.pd0{padding: 0px;}
table{text-align: center;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{vertical-align: middle;}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{background: #353535;color: #FFF;text-align:center;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{color: #000;}
.table tr td:first-child{/* background: #e78832; */ color: #000;}
#table-wrap2{padding: 80px 0px;}


.container_org {background-color: #e78832;color: white;padding-bottom: 20px;}
section.bg {background-color: #e78832;padding: 30px;}
.box_d {
    background-color: #e78832;
    padding: 20px;
    color: white;
    height: 180px;}
.box_1 {
    padding-bottom: 50px;
    margin: 35px;}
.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #d5d4d3;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}
h5, .h5 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;}
span.big {font-size: 2em;font-weight: 500;}
.box_bg {color: white;padding: 20px;}
.box_bg_2 { color: white;}
.box_bg {
    color: #403e3e;
    padding: 20px;
    background-color: #d8d8d8;
    box-shadow: 10px 10px #9e9c9c;
    border-radius: 10px;
    min-height: 235px;}
.cs_bg {
    box-shadow: 0px 0px 2px 0px black;
    border-radius: 10px;
    padding: 10px;
    min-height: 265px;
    margin: 0px 0px 40px;
    position: relative;
    border-radius: 30px 0px;
    background-color: #e78832;
    color: white;}
.box_bg.n {min-height: 390px;}
.about_bg {
  background: url(../images/about_us.jpeg) repeat;
  background-size: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
} 
#award {
    padding: 40px 0;
}

.about_transbox {
  margin: 60px;
  background-color: rgba(42, 42, 42, 0.85);
  opacity: 5.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  min-height: 530px;
}

.about_transbox p {
  margin: 2%;
  color: #ffffff;
}

.hr {
    border: 1px dashed #e78832;
}
.box_p {
  transition:all 0.2s ease;
  border: 2px dashed #ffffff;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background-clip: padding-box;
  min-height:340px;
}

.box_p:hover {
  border: 2px solid #ffffff;
}



.box_p-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box_p-content p {
  color:#515c66;
  text-transform:none;
}
#swim {
    padding: 40px 0;
    background-color: #b1d341;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	width: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.pd0{
    padding: 0px !important;
}