@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,700);

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color:#777;
}
a {
  color: #db2033;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
a:hover,
a:focus {
	text-decoration: none;
	outline:none;
	color:#db2033;
	transition: all 0.3s ease-out;
}
ul {
  padding-left: 0;
  list-style: none;
}

.link-more {
	width:100%;
	float:right;
	text-align:center;
	margin: 20px 0 0 0;
}
a.more {
	position:relative;
	padding:5px 16px;
	color: #7cba3d;
	font-size:14px;
	font-weight:600;
}
a.more:hover {
	color: #555;
}
a.more:after {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/angle1.png) no-repeat right top;
	right:0;
	top:0;
}
a.more:before {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	background:url(../images/angle2.png) no-repeat left bottom;
	left:0;
	bottom:0;
}




/************************ TOP BAR START  ***************************/
.top-bar {
  background: linear-gradient(to right, #fff 50%, #292929 50%);
  line-height: 28px;
  font-size: 12px;
  position:relative;
  z-index:99999;
}
.top-bar .container {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #292929 ;
}
.top-number {
  text-align:center;
  height: 28px;
}
.top-number p{
  margin: 0 25px;
  color:#fff;
  font-size: 14px;
  font-family: Myriad Pro;
  font-weight:lighter;
  display:inline-block;
  direction:ltr;
}
.top-number p i {
  font-size: 18px;
}

.social-share{
 float:left;
 position:relative;
 height: 42px;
 width: calc( 100% + 30px );
 padding: 0;
 margin-top: -7px;
 margin-bottom: -7px;
 margin-left: -30px;
 direction:ltr;
 background: #fff;
 border-radius: 0 24px 0 0;
}
.social-share:after{
 content:"";
 position:absolute;
 background: #292929;
 height:42px;
 width:42px;
 right:-42px;
 top:0;
 border-radius: 0 0 0 22px;
}
.social-share:before{
 content:"";
 position:absolute;
 background: #fff;
 height:42px;
 width:42px;
 right:-42px;
 top:0;
 border-radius: 0;
}
.social-share li {
  float:right;
}
a.social {
	width:28px;
	height:28px;
	display: block;
	background: #1e1e28;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#fff;
	padding:0 !important;
}
a.social i {
	line-height:28px;
}
a.social:hover {
	background: #db2033 !important;
}
.log_in_out {
	display:inline-block;
	vertical-align:top;
	margin-left:25px;
	font-size:14px;
	color:#fff;
	float: right;
	position:relative;
}
.log_in_out:after {
	content:"";
	position:absolute;
	width:1px;
	height:15px;
	right: -12px;
	top:7px;
	background:#fff;
	z-index:999;
}
.log_in_out:first-child:after {
	display:none;
}
.log_in_out a {
	transition: all 0.3ms;
	-webkit-transition: all 300ms;
	color:#fff;
	font-size:13px;
	display:block;
	position:relative;
}
.log_in_out a:hover {
	color:#db2033;
	opacity:0.99;
}
.log_in_out a i {
	margin:2px;
	font-size:16px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.top-bar .top-number { display:none;}
	.top-bar .social-share { display:none;}
	.top-bar { text-align:center;}
	.log_in_out { margin-left:15px; float:none;}
	.log_in_out:after { left:-9px; right:auto;}
}
/************************* TOP BAR END  ****************************/

/****************************************** HEADER START ******************************************/
#header {
	background:#ffffff;
	position:relative;
	display:block;
	border-bottom:1px solid #f2f2f2;
	box-shadow:0 -5px 10px #000;
	z-index:1;
}
#header .navbar {
	min-height: 40px;
}
.logo {
	float: left;
	margin: 0 13px;
	position:absolute;
	top: -35px;
	left: -15px;
	z-index:99999;
	padding: 0;
}
.logo img {
	width:95px;
	margin: 0;
	max-width:100%;
}
.navbar {
    margin: 15px;
}
@media (min-width: 1200px) {
	.navbar-collapse,
	.navbar-nav > li:last-child > a {
		padding-right: 0;
		margin-right: 0;
	}
	.navbar {
		margin: 15px 0 15px 15px;
	}
}
.searchicon {
	color: #237DAC;
	z-index: 90;
	float:right;
}
#dmsearch {
	float: right !important;
	height: 27px;
	right:0;
	position:relative;
	margin: 0 0 0 15px;
	padding: 0;
}
.searchicon:before {
	content: "\f002";
	border-left:1px solid rgba(255, 255, 255, 0.8);
	background: #db2033;
	color: #fff;
	display: block;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	text-transform: none;
	border-radius:50%;
	width: 27px;
}
.dmsearch {
	width: 27px;
	z-index: 10;
}
.dm-search-container {
	position: absolute;
	right: 0;
	height: 28px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}
.dmsearch.dmsearch-open .dm-search-container {width: 210px;}
.searchicon,
input[type="submit"].dmsearch-submit  {
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
}
.searchicon {z-index: 90;}
.dmsearch.dmsearch-open .searchicon{
	z-index: 1;
	pointer-events: none;
}
input[type="submit"].dmsearch-submit {
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 27px;
	outline: none;
	z-index: -1;
}
.dmsearch.dmsearch-open input[type="submit"].dmsearch-submit {z-index: 90;}
input[type="text"].dmsearch-input {
	border: none;
	outline: none;
	opacity: 0;
	background: #e0e0e0;
	border:1px solid #ccc;
	width: 210px;
	height: 28px;
	margin: 0;
	padding: 2px 7px 2px 12px;
	border-radius:27px;
}
.dmsearch.dmsearch-open input[type="text"].dmsearch-input {opacity: 1;}
::-webkit-input-placeholder {color: #333;}
:-moz-placeholder {color: #333;}
::-moz-placeholder {color: #333;}
:-ms-input-placeholder {color: #333;}


@media (min-width: 320px) and (max-width: 992px) {
	.logo { top: 0px; left: 15px;}
}
/******************************************* HEADER END ******************************************/



/****************************************** SLIDER START ******************************************/
.metis .tp-tab.selected .tp-tab-divider {
    border-right: 1px solid #db2033;
}
.tp-caption.Creative-SubTitle, .Creative-SubTitle {
  color: rgba(219, 32, 51, 1);
}
.tp-caption.Creative-Button, .Creative-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(219, 32, 51, 0.75);
  color: rgba(219, 32, 51, 1);
}
.tp-caption.NotGeneric-SubTitle,
.tp-caption.NotGeneric-Button {
  letter-spacing:0;
  font-family: Roboto;
  font-size: 14px !important;
}
/******************************************* SLIDER END ******************************************/

.numbers {
	position:absolute;
	background: rgba(219,32,51,0.6);
	bottom:0;
	left:0;
	right:0;
	padding:2em 0;
	text-align:center
}
.numbers h1 span {
 font-family:'open_sanslight'
}
.numbers-counter .image-counter {
 display:inline-block;
 width:60px;
 height:60px;
 margin-right:10px
}
.numbers-counter .image-counter img {
	max-width: 100%;
}
.numbers-counter .text-con {
 margin-top:0;
 text-align:left
}
.numbers-counter span.counter {
 display:block;
 font-size:2em;
 font-weight:700;
 color:#fff
}
.numbers-counter span.count-info {
 display:block;
 font-size:1em;
 color:#fff;
 font-weight:700
}

@media (min-width: 320px) and (max-width: 992px) {
	.numbers { padding: 1em 0;}
	.numbers-counter .text-con { margin-top:5px;}
	.numbers-counter span.counter { font-size: 13px; text-align:center;}
	.numbers-counter span.count-info { font-size: 14px; text-align:center;}
	.numbers-counter .image-counter { width: 60px; height: 60px; margin:0 auto;}
	.numbers-counter .image-counter img { max-width: 100%;}
	.numbers-counter .pull-left { float: none !important;}
}
@media (min-width: 320px) and (max-width: 560px) {
	.numbers-counter span.count-info { display:none}
}



/*********************** sec-about START  **************************/
#sec-about {
    position: relative;
}
#sec-about .container  {
    background: url(../images/bg1.png) no-repeat bottom 35px right;
    padding: 130px 0 70px 0;
    position: relative;
}
#sec-about .title-box {
    border-left: 3px solid #db2033;
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    position: relative;
}
#sec-about .title-box h3 {
    font-size: 28px;
	font-weight:700;
	color:#292929;
	margin-top:0;
	text-transform:uppercase;
}
#sec-about .title-box h4 {
    font-size: 18px;
	color:#db2033;
}
#sec-about .text-content {
    margin-bottom: 20px;
    position: relative;
}
#sec-about .text-content .text {
    font-size: 14px;
    padding-left: 20px;
	color:#292929;
	text-align:justify;
}
#sec-about .text-content .text p a {
	color:#db2033;
}
#sec-about .box {
    margin-bottom: 25px;
    position: relative;
}
#sec-about .box .tab-link {
    border: 1px solid #cccccc;
    color: #292929;
    display: block;
    font-size: 14px;
    padding: 16px 20px 16px 90px;
    position: relative;
}
#sec-about .box .tab-link .arrow {
    background: #db2033 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
#sec-about .box .tab-link:hover .arrow {
    background: #d9c5e0 none repeat scroll 0 0;
	color: #db2033;
}

#sec-about .box .tab-link.active-btn, #sec-about .box .tab-link:hover {
    background: #db2033 none repeat scroll 0 0;
    border-color: #db2033;
    color: #ffffff;
}
#sec-about .box .tab-link .icon {
    color: #db2033;
    font-size: 36px;
    height: 70px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 70px;
}
#sec-about .box .tab-link.active-btn .icon, #sec-about .box .tab-link:hover .icon {
    color: #ffffff;
}
#sec-about .box .tab-link h4 {
    font-size: 16px;
    margin: 0;
	font-weight:600;
}
#sec-about .box .tab-link p {
    color: #a7a7a7;
    font-size: 13px;
    margin-bottom: 0;
}
#sec-about .box .tab-link.active-btn p, #sec-about .box .tab-link:hover p {
    color: #ffffff;
}
@media (min-width: 320px) and (max-width: 992px) {
	#sec-about .title-box, #sec-about .text-content .text { padding: 0 20px;}
	#sec-about .container { background:none; padding:70px 15px;}
}
/************************ sec-about END  ***************************/






/*************************** NEWS ********************************/
#sec-news {
	background: url(../images/bgparallax-25.jpg) no-repeat bottom center;
	background-size:cover;
	background-attachment:fixed;
}
.tg-featureofvalluver{
	margin: 0;
	width: 100%;
	float: left;
	color: #4a4a4a;
	padding: 80px 50px 80px 0 ;
	overflow: visible;
	position: relative;
	background: rgba(255,255,255,0.90);
}
.tg-featureofvalluver:before{
	top: 0;
	right: 100%;
	content: '';
	width: 9999px;
	height: 100%;
	position: absolute;
	background: rgba(255,255,255,0.90);
}
.tg-featureofvalluver:after{
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	content: '';
	position: absolute;
	border-right: 120px solid transparent;
	border-bottom: 618px solid rgba(255,255,255,0.90);
}
.tg-featureofvalluver .tg-sectionhead h2 {font-weight:700; text-transform:uppercase;color:#db2033;}
.tg-featureofvalluver .tg-sectionhead h2 .tg-small {
	font-weight:700;
	text-transform:uppercase;
	display:block;
	font-size: 18px;
	margin-bottom:10px;
	color:#333;
}
.tg-featureofvalluver .tg-list{padding: 10px 0 15px 0;}
.tg-featureofvalluver .tg-list li{
	width: 33%;
	text-align: left;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
.tg-listiconpen li {
	position: relative;
	display:inline-block;
	font-size: 14px;
}
.tg-listiconpen li:before {
	top: 0;
	left: 0;
	content: '\f101';
	position: absolute;
	font-family: 'FontAwesome';
	color:#db2033;
}
.tg-featureofvalluver p {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.tg-featureofvalluver .tg-btnreadmore{
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 992px) {
	.tg-featureofvalluver { padding:60px 0 30px 0; background:none;}
	.tg-featureofvalluver .tg-list li {width: 100%;}
	.tg-featureofvalluver:after { display:none;}
	.tg-featureofvalluver:before { left:-15px; right:-15px; width:auto; z-index: -1;}
}
/************************** NEWS END  ******************************/



/*==============================================
			Testimonials Style					
==============================================*/
#testimonials {
	margin: 80px 0 0 0;
}
.tg-themeparallax{
	min-height: 590px;
	background: url(../images/img-01.jpg) no-repeat 0 0;
	background-size:contain;
	background-attachment:fixed;
}
.tg-testimonialsbg{
	min-height: 590px;
	background: url(../images/img-02.png) no-repeat 0 0;
}
.tg-sectionspace {
    padding: 100px 0;
}
.tg-testimonials{
	width: 770px;
	float: left;
	padding: 54px;
	background:#fff;
	margin: 0 0 0 -100px;
}
.tg-testimonial{
	width: 100%;
	float: left;
}
.tg-sectionhead{
	width: 100%;
	float: left;
	padding: 0 0 30px;
}
.tg-sectionhead strong{
	color: #333;
	display: block;
	padding: 0 0 15px;
	text-transform: uppercase;
	font: 700 18px/18px 'Roboto', Arial, Helvetica, sans-serif;
}
.tg-sectionhead h2{
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
	text-transform: uppercase;
}
.tg-sectionhead .tg-description{
	color: #4a4a4a;
	padding: 30px 0 0;
}
.tg-sectionhead .tg-description p{
	margin: 0;
	font-size: 15px;
	line-height: 26px;
}
.tg-sectionheadings{
	width: 100%;
	float: left;
	padding: 0 0 50px;
	text-align: center;
}
.tg-sectionheadings h2{
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}
.tg-sectionheadings h3{
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}
.tg-sectionheadvtwo{
	padding: 0 0 2px;
	margin: 0 0 30px;
	position: relative;
}
.tg-sectionheadvtwo h2{
	padding: 0 0 21px;
	position: relative;
}
.tg-sectionheadvtwo:before,
.tg-sectionheadvtwo:after,
.tg-sectionheadvtwo h2:before,
.tg-sectionheadvtwo h2:after{
	left: 0;
	bottom: 0;
	height: 1px;
	content: '';
	position: absolute;
}
.tg-sectionheadvtwo:before,
.tg-sectionheadvtwo h2:before{width: 140px;}
.tg-sectionheadvtwo:after,
.tg-sectionheadvtwo h2:after{
	width: 20px;
	background: #000;
}
.tg-themecolor{
	color: #db2033;
}
.tg-sectionheadvtwo:before,
.tg-testimonialslider .owl-dot.active span,
.tg-sectionheadvtwo h2:before {
	background: #db2033 !important;
}

.tg-testimonialslider{
	width: 100%;
	float: left;
}
.tg-testimonialslider .owl-dots{
	right: 0;
	bottom: 30px;
	float: none;
	width: auto;
	background: #fff;
	position: absolute;
}
.tg-testimonial{
	width: 100%;
	float: left;
	position:relative;
	text-align: left;
}
.tg-testimonial blockquote{
	border: 0;
	margin: 0;
	width: 100%;
	float: left;
	color: #8b8b8b;
	padding: 0 0 30px;
	font: italic 400 15px/30px 'Roboto', Arial, Helvetica, sans-serif;
}
.tg-testimonial blockquote q{
	width: 100%;
	float: left;
}
.tg-testimonial blockquote q span{
	color: #292929;
	font-weight: 500;
}
.tg-testimonialinfo{
	width: 100%;
	float: left;
	position: relative;
	padding: 3px 0 3px 90px;
	text-align: left;
}
.tg-testimonialinfo:before{
	top: -2px;
	left: 0;
	content: '';
	width: 66px;
	height: 47px;
	position: absolute;
	background: url(../images/icon-01.png) no-repeat 0 0;
}
.tg-testimonialinfo h3{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.tg-testimonialinfo span{
	display: block;
	color: #818181;
	font-size: 15px;
	line-height: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
	.tg-themeparallax { display:none;}
	.tg-sectionspace { padding: 60px 10px; float: left; width: 100%;}
	.tg-testimonials { width:100%; margin:0; background: rgba(255,255,255,0.70);}
	.tg-testimonialslider .owl-dots { position: relative; bottom:0; text-align: center; margin-top: 25px;}
	.tg-testimonialsbg { background: url(../images/img-02.png) repeat 0 0;}
}

/*==============================================
			Member Style					
==============================================*/
.tg-instructors{
	width: 100%;
	float: left;
}
.tg-instructor{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom:30px;
}
figure {
    position: relative;
}
.tg-instructor .tg-themepostimg figcaption{
	top: auto;
	bottom: -105%;
	padding: 30px 0;
	text-align: center;
	border-bottom: 3px solid #db2033;
	background: rgba(41,41,41,0.90);
	left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
	transition: all 500ms ease-in-out;
}
.tg-instructor:hover .tg-themepostimg figcaption{bottom: 0;}
.tg-instructor .tg-themepostimg h3{text-transform: uppercase;}
.tg-instructor .tg-themepostimg a{color: #fff;}
.tg-experties{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 6px 0 20px;
    color: #db2033;
}
.tg-instructor .tg-socialicons{
	width: 100%;
	float: left;
	line-height: 13px;
	margin-bottom:0;
}
.tg-instructor .tg-socialicons li{
	float: none;
	vertical-align: top;
	display: inline-block;
}
.tg-instructor .tg-socialicons li a{
	background: none;
	-webkit-border-radius: 0;
			border-radius: 0;
}
.tg-instructor .tg-socialicons li a,
.tg-instructor .tg-socialicons li a i{
	height: auto;
	color: #b0b0b0;
	line-height: normal;
}
.tg-themepostimg {
    margin: 0;
    width: 100%;
    float: left;
}
.tg-themepostimg a {
    display: block;
	color: #db2033;
}
.tg-themepostimg a img {
    width: 100%;
}
.tg-themeposttitle h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: capitalize;
}
.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}
.tg-themeposttitle h3 a:hover,
.tg-socialicons li a:hover i {
    color: #db2033;
}
@media (min-width: 320px) and (max-width: 560px) {
	.tg-instructors .col-xs-6 { width: 100%;}
}
@media (min-width: 320px) and (max-width: 992px) {
	.tg-instructor { width:270px; margin:0 auto;float: none; margin-bottom: 25px;}
}

/*==============================================
			Call to action Style					
==============================================*/
.tg-calltoaction{
	width: 100%;
	float: left;
	padding: 40px 0;
	background: rgba(219,32,51,0.8);
	position: relative;
	clear:both;
}
.tg-calltoaction:before{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.10;
	position: absolute;
	background: url(../images/pattern-01.png);
}
.tg-calltoactiontextbox{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 200px 0 0;
}
.tg-calltoactiontextbox h2{
	color: #fff;
	margin: 0 0 15px;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.tg-calltoactiontextbox .tg-description{color: rgba(213, 213, 213, 0.80);}
.tg-calltoactiontextbox .tg-description p{
	margin: 0;
	color: #fff;
}
.tg-calltoactiontextbox .tg-btn {
    top: 12px;
    right: 0;
    position: absolute;
    color: #fff;
    padding: 0 50px;
    background: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    text-transform: uppercase;
    font: 700 14px/36px 'Roboto', Arial, Helvetica, sans-serif;
}
.tg-calltoactiontextbox .tg-btn:hover,
.tg-calltoactiontextbox .tg-btn:focus {
    color: #db2033;
	border-color: #fff;
	background: #fff;
}
@media (min-width: 320px) and (max-width: 992px) {
	.tg-calltoactiontextbox { padding: 0;}
	.tg-calltoactiontextbox .tg-btn {position:relative;}
}




/* Contact-info 
****************************************************************************************************/
#contact-info {
  padding: 0;
  background-image: url(../images/footer-bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size:cover;
  min-height:400px;
  margin:50px 0 0 0;
  clear:both;
}
#contact-info .row {
  margin-top:80px;
  margin-bottom:15px;
}
.contact-info-title {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #fff;
  text-align:center;
  margin: 0 auto;
}
.contact-info-title i {
  font-size: 36px;
  color: #db2033;
  display:block;
  margin:10px 0;
  padding: 25px 0 0 0;
}
.contact-info-title span {
  font-size: 18px;
  font-weight:400;
  color: #555;
}

.nabza {
  margin: 55px 0 30px 0;
  position:relative;
}
.nabza nav {
  position:absolute;
  display: inline-block;
  top:60px;
  right:0;
}
.social-bottom > ul {
    padding: 0;
}
.nabza nav li{
  display: inline-block;
}
.nabza img {
  margin: 0 50px 10px 0;
  display:block;
  height: 100px;
  margin-top: -75px;
}
.nabza p {
	color:#fff;
	font-size:14px;
	line-height:18px;
	font-weight: 400;
	text-align:justify;
}
a.social {
	width:28px;
	height:28px;
	display: block;
	background: #f0f0f0;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#db2033;
	padding:0 !important;
}
a.social i {
	line-height:28px;
}
a.social:hover {
	background: #db2033 !important;
	color:#fff;
}

.down-menu {
  padding: 0 0 0 45px;
}
.down-menu h4 {
  font-size: 16px;
  font-weight:400;
  color: #fff;
  padding: 0 0 8px 0;
  margin-bottom: 15px;
}
.down-menu-list {
	padding: 0;
	margin: 0 0 30px 0;
}
.down-menu-list li {
	font-size: 14px;
	border-bottom: 1px dotted #a0a0a0;
	margin: 0;
}
.down-menu-list li:last-child {
	border-bottom: none;
}
.down-menu-list li a {
	color:#fff;
	display:block;
	padding: 8px 12px;
	background:url(../images/list2.png) no-repeat left center;
}
.down-menu li a:hover {
  color: #db2033;
  margin-left:15px;
  text-decoration:none;
  font-weight:600;
}



.contact-info {
  padding: 0 0 0 45px;
}
.contact-info h4 {
  font-size: 16px;
  font-weight:400;
  color: #fff;
  padding: 0 0 8px 0;
  margin-bottom: 15px;
}
.contact-info-list {
	padding: 0;
	list-style:none;
	margin: 0 0 10px 0;
}
.contact-info-list li {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	color:#fff;
}
.contact-info-list li i {
	width:20px;
	font-size: 20px;
	margin-right: 10px;
	display: block;
    float: left;
}
.contact-info-list li i.fa.fa-mobile {
    font-size: 30px;
    margin: -5px 5px 0 2px;
}
.contact-info-list li span {
	color:#e8e5e5;
	font-family:Myriad Pro;
	margin-right: 5px;
}
.contact-info-list li a {
	color:#e8e5e5;
	text-decoration:underline;
	margin-right: 5px;
}
.contact-info li a:hover {
	color: #db2033;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.contact-info-title { margin-top: -20px;}
}
@media (min-width: 1401px) and (max-width: 1700px) {
	.contact-info-title { margin-top: -10px;}
}
@media (min-width: 1000px) and (max-width: 1100px) {
	.contact-info-title { margin-top: -40px;}
	.down-menu { padding: 0;}
	.contact-info { padding: 0;}
}
@media (min-width: 320px) and (max-width: 600px) {
	.contact-info-title { margin-top: -70px;}
}
@media (min-width: 601px) and (max-width: 999px) {
	.contact-info-title { margin-top: -55px;}
}
@media (min-width: 320px) and (max-width: 922px) {
	.nabza { margin:0 0 50px 0;}
	.down-menu { padding: 0; margin:0 0 30px 0;}
	.down-menu h4 { margin-bottom: 0;}
	.contact-info { padding: 0; margin:0 0 50px 0;}
	.contact-info h4 { margin-bottom: 0;}
	#twitter p { padding: 5px 25px;}
}


/****************************************** FOOTER START ******************************************/
#footer {
  background: #db2033;
  padding: 10px;
  margin:0;
}
.footer {
  padding: 0;
  float:left;
  width:100%;
  color: #fff;
  font-size: 13px;
}
.footer a {
  color: #fff;
  text-decoration:none;
}
.footer a:hover {
  color: #111;
}
#footer .left { float:left; text-align:left; line-height: 26px; font-family:Myriad Pro;}
#footer .right { float:right; text-align:right; line-height: 26px;}

@media (min-width: 320px) and (max-width: 600px) {
	.nabza nav { position:static;}
	#footer .right { float:none !important; text-align:center;}
}
@media (min-width: 320px) and (max-width: 700px) {
	#footer .left { float:none !important; text-align:center;}
	#footer .right { float:none !important; text-align:center;}
}



@media (min-width: 320px) and (max-width: 630px) {
	.newsletters { text-align:center;}
	.newsletters input { margin:2px 0 2px 10px; width:83%;}
	.newsletters h2 { float:none;}
}
@media (min-width: 631px) and (max-width: 990px) {
	.newsletters input { margin:0 70px 0 40px;}
}
/******************************************* FOOTER END ******************************************/


#photos {
	padding:100px 0 30px 0;
}

.gallery {
	text-align:center;
}
.gallery .col-md-3 {
	padding: 1px ;
}
.gallery-img {
	width: 100%;
	overflow:hidden;
	position:relative;
	transition:all 0.4s ease 0s;
}
.gallery-img:after {
	position: absolute;
	content:  "";
	opacity:1;
	background: url(../images/zoom.png) no-repeat center top 30% rgba(0,0,0,0.7);
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9;
	opacity:0;
	transition:all 0.4s ease 0s;
}
.gallery-img:hover:after {
	opacity:1;
}
.gallery-img img {
	width: 100%;
}
.gallery-img:hover img {
    transform: scale(1.2) rotate(-3deg);
	-webkit-transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-ms-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
	transition:all 0.7s ease 0s;
}
.gallery-img p {
	position: absolute;
	display:block;
	width:100%;
	bottom:-100%;
	padding:10px 20px;
	color: #fff !important;
	text-align:center;
	transition:all 0.4s ease 0s;
}
.gallery-img:hover p {
	bottom:30%;
	z-index:999;
	transition:all 0.4s ease 0s;
}
.gallery-img a {
	position: absolute;
	display:block;
	bottom:-100%;
	width:90px;
	padding:5px 10px;
	color: #fff;
	border: 1px solid #fff;
	right:50%;
	font-weight:600;
	margin-right:-45px;
	transition:all 0.4s ease 0s;
}
.gallery-img:hover a {
	bottom:15%;
	z-index:999;
	font-weight:600;
	transition:all 0.4s ease 0s;
}
.gallery-img a:hover {
	color: #db2033;
	background:#fff;
	font-weight:600;
	transition:all 0.4s ease 0s;
}

.portfolio {
    margin: 0 0 0 0;
}
.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 30px 0;
  padding: 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  margin: 10px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 2px solid #ccc;
  outline: none;
  border-radius: 30px;
  color:#555;
  padding: 10px 20px;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff !important;
  background: #db2033 !important;
  border: 2px solid #db2033 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}





@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-grow {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}



@media (max-width: 979px) {
    #header .navbar-header {float: none;}
    #header .navbar-left,.navbar-right {float: none !important;}
    #header .navbar-toggle {display: block;}
    #header .navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    #header .navbar-fixed-top { top: 0; border-width: 0 0 1px;}
    #header .navbar-collapse.collapse {display: none!important;}
    #header .navbar-nav {float: none!important; margin-top: 7.5px;}
	#header .navbar-nav>li {float: none;}
    #header .navbar-nav>li>a {padding-top: 10px; padding-bottom: 10px;}
    #header .collapse.in{display:block !important;}
	#header .logo {position:absolute;z-index:999;margin:8px 10px;}
	#header .logo img {width:55px;}
	.navbar {margin-top: 5px;}
}
@media (max-width: 630px) {
	.log_in_out {float: left;margin-left: 0;margin-right: 25px;}
}











/*************************
*******title page******
**************************/
#title-page {
  position: relative;
  background:url(../images/cave.jpg) no-repeat center left ;
  padding: 55px 0 25px 0;
  background-size:cover;
  text-align:center;
}
.title-page .breadcrumb {
	display:inline-block;
	border-radiust: 0;
	margin-top:10px;
	background-color: transparent;
	padding: 10px 20px;
}
.title-page .breadcrumb li a {
	font-size: 14px;
	color: #fff;
}
.title-page .breadcrumb li a:hover {
	color: #db2033;
}
.main-title {
  height:32px;
  position:relative;
  margin: 25px 0 35px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 18px;
  border-bottom: 1px solid #e7eef8;
}
.main-title:after {
  content:"";
  height:1px;
  width: 110px;
  position:absolute;
  left:0;
  bottom:-1px;
  background: #db2033;
}
.main-title span {
  color: #db2033;
}

.title-page h2 {
	color: #fff;
	margin:25px 0 25px 0;
	font-size:36px;
	font-weight:700;
	position:relative;
}
.title-page h2::before {
    content: "";
    background: url(../images/page-head-border.png) no-repeat;
    height: 10px;
    width: 130px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -65px;
}
span.color {
	color: #db2033;
}

#inner-page {
	margin-top:15px;
	margin-bottom:85px;
}
.inner-img {
	float:right;
	width: 45%;
	margin: 0 0 5px 15px;
}
.inner-img img {
	width: 100%;
}

.inner-img h4 {
  position:absolute;
  background: rgba(205,163,98,0.7);
  bottom: 12px;
  right:0;
  color: #fff;
  width:calc(100% - 30px);
  text-align:center;
  margin:0 15px;
  padding:5px;
  font-size:16px;
  font-weight:500;
}
.inner-text {
  padding:0 ;
}
.inner-text h4 {
  margin-top:0;
  color: #db2033;
  font-size: 16px;
  font-weight:500;
  text-transform: uppercase;
}
.inner-text p {
  font-size: 14px;
  line-height: 22px;
  text-align:justify;
  color: #555;
}
.inner-list {
	list-style:none;
	line-height: 22px;
	color: #555;
	padding-left: 35px;
}
.inner-list li {
	list-style-image: url(../images/list.png);
}



.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
.feature-wrap h2{
  margin-top: 20px;
  font-size: 18px;
  color: #db2033;
  font-weight:600;
}
.feature-wrap p{
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #db2033;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap:hover i {
  background: #db2033;
  color: #fff;
  box-shadow: inset 0 0 0 5px #db2033;
  -webkit-box-shadow: inset 0 0 0 5px #db2033;
  border: 3px solid #db2033;
}

@media (max-width: 600px) {
  .inner-img {
	  width: 100%;
	  margin: 0 0 15px 0;
  }
}




.forma {
	font-size: 12px;
	color: #555;
	padding: 0 20%;
}
.forma .btn.btn-default{
	background-color: #db2033;
	color: #fff;
}
.forma .btn.btn-default:hover {
	background-color: #333 ;
}
.modal {
	z-index: 999999;
}
@media (max-width: 600px) {
	.forma { padding: 0;}
}


.contact-map {
	width:100%;
	height:250px;
	margin:0 0 30px 0;
}
.map iframe {
	width:100%;
    height: 250px;
	margin:0 auto 10px auto;
	border:4px solid #fff;
	box-shadow: 1px 2px 9px -2px rgba(0, 0, 0, 0.7);
}
.contact-us-info {
	font:400 14px Roboto,Myriad Pro,tahoma;
	color:#555;
	display:inline-block;
}
.contact-us-info > div,
.contact-us-form > div {
	padding: 0 5px;
}
.contact-us-info span {
	font:400 14px Myriad Pro,tahoma;
}
.contact-us-info .col-md-6 i {
	font-size:20px;
	color: #db2033;
	padding: 3px;
}

.contact-us-form {
	margin:30px 0 0 0;
	text-align:center;
}
.contact-us-form input[type="text"] {
	font:400 13px/14px Roboto;
	width:100%;
}
.contact-us-form input[type="radio"] {
	font:400 13px/14px Roboto;
	color:#999;
}
.contact-us-form .radio-inline {
	font:400 13px/24px Roboto;
	color:#999;
	width:20%;
	text-align:right;
}
.contact-us-form select {
    font: 400 13px Roboto;
	color:#999;
}
.contact-us-form select option {
    padding:3px 15px 0 15px;
}

.contact-us-form textarea {
	font:400 13px/18px Roboto;
	width:100%;
	padding:10px 15px 30px 15px;
}
.contact-us-form a {
	background: none repeat scroll 0 0 #db2033;
    color: #fff;
    font: 400 18px/24px Roboto;
    height: 40px;
    width: 185px;
	margin:0 auto;
	border:none;
	position: relative;
    top: -35px;
}
.contact-us-form a:hover {
	background: #333;
    color: #fff;
}



.employment {
    border: 1px solid #ddd;
}
.employment .table {
    margin-bottom: 0;
}
.employment .table-striped > thead  > tr > td {
    background-color: #db2033;
	color: #fff;
	font-weight:600;
}

.tab-pane .table-striped > thead  > tr > td {
    background-color: #db2033;
	color: #fff;
}


.registration {
	font-size: 13px;
	padding: 0 20%;
	color: #555;
}
.registration input[type="file"].form-control {
	height:auto;
	min-height: 34px;
	font-size: 12px;
	padding: 6px 5px;
	direction:ltr;
}
@-moz-document url-prefix() {
    .registration input[type="file"].form-control { padding: 4px 5px;}
}
.registration .form-group > label {
	margin-bottom:2px;
	font-weight: 400;
}
.registration .btn.btn-default{
	background: #eb2629;
    color: #fff;
	font-size:16px;
    height: 35px;
    width: 200px;
	display:block;
	margin:40px auto 50px auto;
	border:none;
}
.registration .btn.btn-default:hover {
	opacity:0.8;
}
@media (max-width: 992px) {
	.registration {padding: 0 10%;}
}
@media (max-width: 480px) {
    .registration {padding: 0;}
}


.inner-page .news p {
	color: #555;
}


.accord {
    margin: 15px 0 0 0;
}
.accord .panel {
    border-radius: 0 !important;
}

.accord .panel-group .panel + .panel {
    margin-top: 1px;
}
.accord h4.panel-title {
	padding-left:25px;
}
.accord .panel-title i {
	color:#b1b1b1;
}
.accord .panel-heading {
	background:url(../images/lo2.png) no-repeat left 12px center, linear-gradient(to bottom, #fff, #f4f4f4);
}
.accord .panel-default {
	box-shadow: 0 1px 1px #a1a1a1;
	border: 0 ;
}
.accord .panel-heading a {
	font:600 14px/18px Roboto;
	color:#db2033;
}
.accord .sections {
	list-style-image:url(../images/dot.png);
	margin-left:15px;
}
.accord .sections li{
	padding: 2px 5px 0 0;
	color:#777;
}
.accord .sections li a {
	color:#777;
}
.accord .sections li a:hover {
	color:#eda01f;
}
.accord .panel-body > p {
    padding: 0 25px;
	color: #555;
	text-align:justify;
}


@media (max-width: 992px) {
	#title-page {padding: 35px 15px 30px 15px; background:url(../images/cave.jpg) no-repeat top right -350px;}
	.navbar-collapse {
		padding-left: 15px;
    	padding-right: 15px;
	}
}



.news .news-item {
  margin: 10px 0 25px 0;
}
.news .news-item .entry-meta {
  border-radius: 5px;
  font-family:sans-serif;
  overflow: hidden;
}

.news .news-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
}
.news .news-item .entry-meta > span {
  color: #ccc;
}
.news .news-item h5 {
	margin: 15px 0 5px 0;
	font-size: 18px;
	color: #db2033;
}
.news .news-content {
  background: #f5f5f5;
  position:relative;
}
.news .news-content:after {
	content: "";
	position:absolute;
	width: 100%;
	height:5px;
	background:#f5f5f5 ;
	bottom: -8px;
	right:0;
}
#publish_date {
  background: #db2033;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font: 600 13px sans-serif;
}
















.service-block {
	text-align:center
   }
   .service-block {
	text-decoration:none;
	background-color:#1a1818;
	color:#fff;
	margin-bottom:30px;
	display:block;
	transition:all .5s;
	font-size:14px
   }
   .service-block span {
	text-transform:uppercase;
	margin-top:15px;
	color:#d1232d;
	font-weight:700
   }
   .service-block .service-block-content {
	padding:0 20px 30px
   }
   .service-block p {
	margin:0;
	padding:0
   }
   .service-block h3 {
	transition:all .5s;
	text-transform:uppercase;
	color:#d1232d;
	font-size:18px;
	font-weight:700
   }
   .service-block .service-icon {
	transition:all .5s;
	background-repeat:no-repeat;
	background-position:50%;
	margin-right:auto;
	margin-left:auto;
	width:100px;
	height:100px;
	margin-top:30px
   }
   .service-block.service-block-01 .service-icon {
	background-image:url(../images/icon-service01.svg)
   }
   .service-block.service-block-02 .service-icon {
	background-image:url(../images/icon-service02.svg)
   }
   .service-block.service-block-03 .service-icon {
	background-image:url(../images/icon-service03.svg)
   }
   .service-block:hover {
	background-color:#fff;
	text-decoration:none;
	color:#1a1818
   }
   .service-block:hover h3 {
	color:#000
   }








.form-control {
    height: 44px;
    border-radius: 0;
}

.blog-item {
	background-color:#f7f7f7;
}
.blog-item .blog-item-content {
	padding:15px 15px 0
}
.blog-item p {
	font-size:15px;
	margin-bottom:0
}
.blog-item .blog-item-meta {
	padding:10px 15px;
	margin:-15px -15px 15px;
	font-size:15px;
	color:#1a1818;
	background-color:rgba(0, 0, 0, 0.05)
}
.blog-item .blog-item-meta a,
.blog-item .blog-item-meta time {
	margin-left:5px
}
.blog-item footer.blog-foot {
	font-size:14px
}
.blog-item footer.blog-foot>a {
	transition:all .5s;
	font-weight:700;
	margin: 0 10px 15px 0;
	color:#000;
	padding:15px 0;
	vertical-align:middle;
	text-transform:uppercase;
	float: right;
}
.blog-item footer.blog-foot>a:before {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:50%;
	vertical-align:middle;
	content:"";
	width:8px;
	height:8px;
	margin:5px;
	transform:rotate(135deg);
	border-right:2px solid #d1232d;
	border-bottom:2px solid #d1232d
}
.blog-item footer.blog-foot>a:hover {
	text-decoration:none;
	color:#d1232d
}
