/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #ff6600;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

h5 {
	font-family: "Open Sans", sans-serif;
	color: #0000ff;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

h6 {
  font-family: "Open Sans", sans-serif;	
  color: #0000ff;
  font-size: 18px;
	line-height: 25px;  
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #activity, #news, #contact , #fbook {
  padding-top: 15px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #e3722e;
  color: white;
  padding: 15px 0;
}
.top-header h1 {
  color: white;
  font-size: 24px;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 10px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 15px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

.readall-section {
  margin-top: 20px;	
  margin-bottom: 15px;
}
.readall-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.readall-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

/*------------------------------------------------------
	dara Styles 
--------------------------------------------------------*/
#dara  {
  margin-top: 100px;
}

/*------------------------------------------------------
	Activity Styles 
--------------------------------------------------------*/
#Activity .service-item .service-header {
  margin-bottom: 80px;
  clear: both;
}
#Activity .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#Activity .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 1px;
  margin-top: 1px;
}
#portfolio .title-section h2 {
  color: red;
}
#portfolio .portfolio-border {
	border: 1px solid #3300ff;
}	
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 15px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 15px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-head {
  font-size:18px;
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}
#contact .contact-info {
  font-size:16px;
  color: black;
}

#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;

}

.flexslider {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flexslider .slides {
    transition-delay: 2s;
    -webkit-transition-delay: 2s
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 26px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #99ccff;
  color: white;
  padding: 15px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

/*------------------------------------------------------
	activity Styles 
--------------------------------------------------------*/
#activity .our-team {
  margin-top: 20px;
}
#activity .our-team .team-member {
  overflow: hidden;
}
#activity .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#activity .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#activity .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#activity .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#activity .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#activity .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#activity .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#activity .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#activity .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#activity .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#activity .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	news Styles 
--------------------------------------------------------*/
#news .our-team {
  margin-top: 20px;
}
#news .our-team .team-member {
  overflow: hidden;
}
#news .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#news .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#news .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#news .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#news .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#news .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#news .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#news .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#news .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#news .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#news .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}


/*------------------------------------------------------
	portjob Styles 
--------------------------------------------------------*/
#portjob {
  padding-bottom: 1px;
  margin-top: 1px;
}
#portjob .title-section h2 {
  color: red;
}

#portjob .portjob-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
}
#portjob .portjob-thumb img {
  width: 100%;
  height: auto;
}
#portjob .portjob-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portjob .portjob-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portjob .portjob-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portjob .portjob-thumb .overlay .inner h4 a {
  color: white;
}
#portjob .portjob-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portjob .portjob-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	portlink Styles 
--------------------------------------------------------*/
#portlink {
  padding-bottom: 1px;
  margin-top: 1px;
}
#portlink .title-section h2 {
  color: red;
}
#portlink .portlink-border {
	border: 1px solid #3300ff;
}	
#portlink .portlink-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#portlink .portlink-thumb img {
  width: 100%;
  height: auto;
}
#portlink .portlink-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portlink .portlink-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portlink .portlink-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portlink .portlink-thumb .overlay .inner h4 a {
  color: white;
}
#portlink .portlink-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portlink .portlink-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}


/*------------------------------------------------------
	sara Styles 
--------------------------------------------------------*/
#sara .our-team {
  margin-top: 20px;
}
#sara .our-team .team-member {
  overflow: hidden;
}
#sara .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#sara .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#sara .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sara .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#sara .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#sara .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#sara .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#sara .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#sara .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#sara .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#sara .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	otherpage Styles 
--------------------------------------------------------*/
#otherpage  {
  margin-top: 160px;
}

other-section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.oth-title-section {
  margin-bottom: 20px;
}

.oth-title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.oth-title-section h3 {
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.oth-title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

#otherpage .our-team {
  margin-top: 40px;
}

#otherpage .team-member {
  margin-top: 10px;
}

#otherpage .our-team .team-member {
  overflow: hidden;
}
#otherpage .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#otherpage .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#otherpage .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#otherpage .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#otherpage .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#otherpage .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#otherpage .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#otherpage .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#otherpage .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;

  padding: 20px;
}
#otherpage .our-team .team-member .inner-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#otherpage .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#otherpage .our-team .team-member .inner-content span {
  color: #000000;
  /*color: #9d9d9d;*/
  margin-bottom: 15px;
  display: block;
}
#otherpage .otherpage-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#otherpage .otherpage-thumb img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------
	fbook Styles 
--------------------------------------------------------*/
#fbook {
  padding-bottom: 15px;
  margin-top: 20px;
  background: #99ff99;
}
#fbook .title-section h2 {
  color: white;
}
#fbook .fbook-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#fbook .fbook-thumb img {
  width: 100%;
  height: auto;
}
#fbook .fbook-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fbook .fbook-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#fbook .fbook-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#fbook .fbook-thumb .overlay .inner h4 a {
  color: white;
}
#fbook .fbook-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#fbook .fbook-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	allpage Styles 
--------------------------------------------------------*/
#allpage {
  padding-bottom: 1px;
  margin-top: 160px;
}
#allpage .title-section h2 {
  color: red;
}
#allpage .allpage-border {
	border: 1px solid #3300ff;
}	
#allpage .allpage-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
  border: 1px solid #3300ff;
}
#allpage .allpage-thumb img {
  width: 100%;
  height: auto;
}
#allpage .allpage-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#allpage .allpage-thumb .overlay .inner {
  position: absolute;
  padding: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#allpage .allpage-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#allpage .allpage-thumb .overlay .inner h4 a {
  color: white;
}
#allpage .allpage-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#allpage .allpage-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#allpage .contact-form .full-row {
  width: 100%;
  margin-bottom: 15px;
}
#allpage .contact-form input, #allpage .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#allpage .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#allpage .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#allpage .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#allpage .contact-head {
  font-size:18px;
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}
#allpage .contact-info {
  font-size:16px;
  color: black;
}


table.fontmain th, table.fontmain td {
  font-size : 14px;
  font-family : "Open Sans", sans-serif;
  background : #efe none; color : #630; }
  
 .carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  } 
  
#fborder {
    border: 1px solid #3300ff ;
	border-radius: 4px;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
} 
#fborder-thumb {
  overflow: hidden;
  position: relative;
  margin: 10px ;
}
#fborder-thumb img {
  width: 100%;
  height: auto;
}

/* templatemo_slideshow */
#templatemo_slideshow {
    width: 100%;
    position: relative;
    margin: 0;
}
#templatemo_slideshow #main-slider .flex-caption {
    top: 10%;
    background-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    margin: 0;
    padding: 8px 13px 5px 13px;
    position: absolute;
    border-radius: 4px;
	width: 30%;
}
#templatemo_slideshow #main-slider .flex-button a {
    background: #ffcccc;
    color: #ff0000;
    margin: 0;
    position: absolute;
    right: 3%;
    bottom: 3%;
    border-radius: 6px;
    text-align: center;
    border: 0;
    padding: 10px 5%;
    text-decoration: none;
    font-size: 20px;
}
#templatemo_slideshow #main-slider .flex-button a:hover {
    text-decoration: none;
}
#templatemo_slideshow #main-slider .flex-button .btn-theme {
    text-transform: lowercase;
    font-size: 20px;
}
#templatemo_slideshow #main-slider .flex-control-nav {
    bottom: 10%;
}
#templatemo_slideshow #main-slider .flex-caption h3 {
    color: #9e2630;
    margin-bottom: 8px;
   font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
}
#templatemo_slideshow #main-slider .flex-caption p {
    margin: 0 0 15px;
    text-align: justify;
    color: #000;
    line-height: 22px;
}
.flex-control-paging li a {
    background-color: #fff;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover {
    background-color: #9e2630;
}
/*solid line*/
.solidline {
    border-top: 1px solid #9e2630;
    margin: 30px 0 30px 0;
    width: 100%;
}
/*solid line*/
.softline {
    border-top: 2px solid #9e2630;
    margin: 5px 0 10px 0;
    width: 100%;
}
/* scroll */
.scrollup {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 65px;
    right: 18px;
    background: #222;
    background: url("../images/templatemo_arrow.png")no-repeat;
}
/*templatemo_slideshow*/
#templatemo_slideshow .container .row {
    margin-bottom: 3.5%;
}
.btn-lg {
    padding: 10px 25px;
    border-radius: 6px;
    text-transform: lowercase;
    background: #c9cbca;
    font-size: 12px;
}
