
* {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-size:17px;
}
.white-text {
	color: #ffffff;
}

.section_wrapper {
	padding: 80px 0;
}
.inner_page {
	padding-top: 0px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color:#333;
}
a:hover {
	color:#3f49c3;
}
a:focus, .btn:focus {
	color:#3f49c3;
	outline: none !important;
	text-decoration: none !important;
}
.btn:focus, button:focus, input[type="submit"]:focus {
	opacity:0.7;
	color:#fff;
	
}
.btn {
	text-transform:uppercase;
	color: #fff;
	display:inline-block;
	text-shadow:none;
	padding: 10px 30px;
	border-radius:0;
	background-color: #7d9a40;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position:relative;
}

.btn:hover {
	border:1px solid transparent;
	color:#333;
	background-color: #f7c100;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
 .btn-default{
 
	  margin-top:20px;
	  
 }

.button_bar{
	 margin:30px 0;
 }
 
.btn_center {
	text-align:center;
 
}

.btn-submit {
	display: block;
	width: auto;
	padding: 10px 20px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	border:1px solid #f96922;
	color: #f96922;
}
.btn-submit:hover {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	background-color:#f96922;
	color:#fff;
	border: 1px solid transparent;
}

.btn-submit:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	margin-left: 10px;
}

.btn-submit:after {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	margin-right: 10px;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline:none !important;
}
a:hover {
	text-decoration: none !important;
}
 
input, button, select, textarea {
	border-radius:0;
}
.navbar {
	min-height:0;
	margin:0;
	border:none;
	border-radius:0;
}

iframe {
	max-width: 100%;
	width: 100%;
	z-index:1;
}
address, article {
	margin:0;
	padding:5px 0;
}
ul,ol {
	padding-left: 15px;
	margin-left: 15px;
}
ul,ol li {
	padding-left: 15px;
	margin-left: 15px;
}
.clear {
	clear:both;
}
.clearfix {
	overflow: auto;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.flt_lft {
	float:left;
	margin-right: 20px;
}
.flt_rht {
	float:right;
	margin-left:20px;
}
.img-circle, .img-circle img {
	border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}
.img-circle img {
	width:260px;
	height:260px;
}
author {
	color:#0e0e0e;
	font-weight:500;
	display:block;
}
author span {
	display:block;
}
span.time{
	  display:block;

 }
author small {
	font-weight:500;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
h1, h2, h3, h4 {
	margin: 10px 0;
}
h5, h6, li, b, p, strong, div, button, input, textarea, i, em, label, small, time, span, a,td,th {
	
}

b{
	color:#0e0000;
}

.form-control {
	font-weight:400;
	color:#000;
}
 .form-control::placeholder{
 color: #9A9A9A;
 opacity: 1;
font-weight: 400;
}

 .form-control::-moz-placeholder {
 color: #9A9A9A;
 opacity: 1;
font-weight: 400;
}



textarea.form-control {
	resize:none !important;
	height: 125px;
}
label {
	display:block;
}
.center {
	text-align: center;
	
}

.inline_title{
	display:inline-block;
	vertical-align:middle;

}

.title_center{
	margin:25px auto;
	text-align:center;
}

.title_bar{
	margin-bottom:20px;
 
 }
 

.carousel-indicators .active {
	width: 22px;
    height: 22px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators li{
	display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

h1 {
	font-size:36px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size: 24px;
}


h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 16px;
}



h2.sub-title{
	text-transform:uppercase;
	color:#001727;
	position:relative;
	padding: 0 0 10px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top:0;
	overflow: hidden;
	
	
	
}

h2.sub-title:after{
content: "";
position: absolute;
left: 0;
left: 0%;
height: 7px;
width: 55px;
bottom: 0px;
background-color: #204b80;
}

h2.center:after{
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}


span {
	line-height:17px;
}

.quote{
	color:#636363;
}
p {
	
}

p.margin {
    margin-bottom: 20px;
}

.animatable {
	/* initially hide animatable objects */
  visibility: hidden;
	/* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
.map {
/*	padding: 10px;
	margin-top:0;
	border: 1px solid #c4c4c4;
	border-radius:0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	background: none repeat scroll 0 0 #fff;*/
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: auto;
	width: auto;
}
.map iframe {
	width: 100%;
	height: 310px;
}
.txt_wrapper {
	line-height:24px;
}

.inner_content {
	margin: 30px auto;
}

.content_holder {
 
}
.thumbnail_image {
    max-width: 360px;
	max-height:400px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: normal;

}  


.thumbnail_lft {
    float: left;
    display: flex;
    display: -webkit-flex;
    max-width: 555px;
    max-height: 410px;
    overflow: hidden;
    margin-right: 20px;
} 



.thumbnail_big.flt_lft{
	margin-right: 50px;
}


.thumbnail_big.flt_rht{
	margin-left: 50px;
}


.thumbnail_big {
	max-width: 640px;
	max-height: 390px;
	margin-right: 50px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	
}
  
  
.thumbnail_full {
	max-height:340px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;

}

.thumbnail_full img{
	width:100%;
}

 
/*>>>>>>>>>>>>>HEADER CSS STARTS<<<<<<<<<<<<*/


.header {
/*	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;*/
}
.fixNav {
	position: fixed;
	top: 0;
	transition: all 0.9s ease-in-out 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	width: 100%;
	z-index: 999;
}
.navigation-bar {
	width: 100%;
	/*position: fixed;*/
	padding: 10px 0;
	background-color:#ffffff;
	z-index: 1000;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}


.fixNav .navigation-bar {
	box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-webkit-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-o-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	-ms-box-shadow: 0px 12px 10px rgb(0 0 0 / 16%);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.header .logo_holder {
	max-width: 160px;
}

.fixNav .logo_holder {

}

 
.logo_holder img {
	max-width:100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .logo_holder img {
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

.fixNav .navbar-default {
	
}

/*>>>>>>>>>>>>>HEADER CSS ENDS<<<<<<<<<<<<*/

/*push up style starts*/

#back-top {
	bottom: 30px;
	position: fixed;
	right: 20px;
	z-index: 99;
}
#back-top a {
	background-color: #6d78b7;
	border-radius: 50%;
	color:#fff;
	display: block;
	height:40px;
	width: 40px;
	line-height: 43px;
	text-align: center;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top a:hover {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
#back-top i {
	font-size: 24px;
	color: #fff;
}
/*push up style ends*/

 #billboard {
	position: relative;
 
}
/*#billboard .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
 */

.carousel-inner {
	max-height: 800px;
}

.carousel .carousel-control.left {
	background-image: none !important;
	background-repeat: no-repeat !important;
	filter: none !important;
}
.carousel .carousel-control.right {
	background-image: none !important;
	background-repeat: no-repeat !important;
	filter: none !important;
}
 

.carousel .carousel-indicators{
	bottom:0;
}

.carousel .carousel-control {
	opacity: 1;
}
.carousel {
	position: relative;
    width: 100%;
    overflow: hidden;
}
 
.carousel-inner .item {
 
 

}
 
 .carousel-inner .item img{
	 width:100%;
 
 
 }
 
 
.carousel .slide-caption {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
width: auto;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%) ;
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
color: #fff;
text-transform:uppercase;

 
 
}

.slide-caption h1 {

	font-size:90px;
	font-weight:300;
	
}

.slide-caption h2{
		font-size:35px;
		font-weight:300;
}
 
 .slide-caption ul{
	font-size: 18px;
}



.slide-caption li{
	position:relative;
	padding-left: 25px;
	line-height: 30px;
}

.slide-caption li:before{
	font-family: 'FontAwesome';
	content:"\f058";
	color: #fff;
	position: absolute;
	left: 0;
}

/*========EXTRA========*/
.carousel .carousel-control{
	top: 50%;
	font-size: 70px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.carousel .carousel-control.left{

left: 0;

}
.carousel .carousel-control.rht{

right: 0;
 
}

.carousel .carousel-control i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	
}

.carousel .carousel-control.left i{
	left: 15px;
}

 .carousel .carousel-control.right i{
 
right: 15px;
}


/*========EXTRA========*/



/*loader-function css starts*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}
#loader {
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align:center;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #222;
	z-index: 10;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
/*loader-function css ends here*/

/*------POPUP ONLOAD IMAGE STYLE STARTS--------*/

/* .modal{  
	background-color: rgb(0, 0, 0,0.80);
 
}
 */
 
 .modal:after {
	background-color: rgb(0, 0, 0, 0.80);
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;
}
.modal-dialog {
/*max-width:991px;*/
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%)!important;
-moz-transform: translate(-50%, -50%)!important;
-webkit-transform: translate(-50%, -50%)!important;
-o-transform: translate(-50%, -50%)!important;
text-align: center;
/*width: 100%;
padding: 0 10%;*/
width:auto;
max-width:600px;


}

.modal .modal-dialog button.close {
position: absolute;
top: 0;
right: 0;
/*padding:0 10%;*/
float: none;
font-size: 35px;
font-weight: 400;
opacity: 0.8;
margin: 0;
text-shadow: none;
/*line-height: 1;*/
height: 25px;
width: 25px;
line-height: 25px;
z-index: 999999999;
color: #fff;

}

/*------POPUP ONLOAD IMAGE STYLE ENDS--------*/
 
/*Error page style starts here*/
.error_page {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align:center;
}
.error_page h1 {
	color: #b44544;
}
.error_page .home_link {
	/*float: right;
	display:block;
	padding-left: 22px;*/
	display: inline-block;
	position:relative;
	font-size:18px;
	color:#201b1b;
	font-weight: 500;
}
.error_page .home_link:hover {
	opacity:0.7;
}
.error_page .home_link:before {
	content: "\f177";
	font-family: 'FontAwesome';
	/*		position:absolute;
		left: 0;*/
		padding-right: 10px;
}

 /*-------Error page style ends here------*/
 
/*===============Gallery style starts here==================*/
 
.image-set .col {
   margin-bottom: 30px;
}

/*.image-set .col:nth-child(2n+1) {
    clear: both;
}*/

.image-set figure{ 
max-width: 580px;
max-height: 375px;
overflow: hidden;
position:relative;
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
}

.image-set a img{
	width:auto;
}

.image-set figure:before{
	content: "\f065";
	font-family: 'FontAwesome';
	font-size: 20px;
	color:#fff;
	padding: 3px 0;
	position:absolute;
	z-index:9;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	opacity:0;
	visibility:hidden;
	transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	
}

.image-set figure:hover:before{
	opacity:1;
	visibility:visible;
	transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	 -o-transform: transition: all 0.3s ease-in-out 0s;

}

.image-set figure:after{
	content:'';
	position:absolute;
	background-color: rgba(34, 79, 128,0.7);
	height:0%;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	 transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.image-set figure:hover:after{

	opacity:1;
	visibility:visible;
	height:100%;
	    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
	
}

.image-set span{
	display: block;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;

}

/*
.image-set span:after {
	
	position: absolute;
	content: "";
	top: 2%;
	left: 2%;
	border: 1px solid #ebfdea;
	opacity:0;
	visibility:hidden;
	height: 96%;
	width: 96%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
 

}

.image-set span:hover:after{
 
	opacity:1;
	visibility:visible;
 
}*/

  /*===========Gallery style ends here=============*/
  
.sub_page-banner{
	  position:relative;
}
 
.sub_page-banner .full_banner {
	max-height: 250px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
 
}

.sub_page-banner .full_banner img {
/*	width:auto;
	max-width:none;*/
	width: 100%;
}
 
.section_title{
	margin-bottom: 30px;
	text-align: center;
}
.section_title h1 {
	font-size: 40px;
	text-transform: uppercase;
}


 