@charset "utf-8";
/* CSS Document */



/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
 @keyframes jssorl-009-spin {
 from {
 transform: rotate(0deg);
}
to {
 transform: rotate(360deg);
}
}
.jssora106 {
	display: block;
	position: absolute;
	cursor: pointer;
}
.jssora106 .c {
	fill: #fff;
	opacity: .3;
}
.jssora106 .a {
	fill: none;
	stroke: #000;
	stroke-width: 350;
	stroke-miterlimit: 10;
}
.jssora106:hover .c {
	opacity: .5;
}
.jssora106:hover .a {
	opacity: .8;
}
.jssora106.jssora106dn .c {
	opacity: .2;
}
.jssora106.jssora106dn .a {
	opacity: 1;
}
.jssora106.jssora106ds {
	opacity: .3;
	pointer-events: none;
}
.jssort101 .p {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: #000;
}
.jssort101 .p .cv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
	z-index: 1;
}
.jssort101 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
	visibility: hidden;
}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
	border: none;
	border-color: transparent;
}
.jssort101 .p:hover {
	padding: 2px;
}
.jssort101 .p:hover .cv {
	background-color: rgba(0,0,0,6);
	opacity: .35;
}
.jssort101 .p:hover.pdn {
	padding: 0;
}
.jssort101 .p:hover.pdn .cv {
	border: 2px solid #fff;
	background: none;
	opacity: .35;
}
.jssort101 .pav .cv {
	border-color: #fff;
	opacity: .35;
}
.jssort101 .pav .a, .jssort101 .p:hover .a {
	visibility: visible;
}
.jssort101 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: .6;
}
.jssort101 .pav .t, .jssort101 .p:hover .t {
	opacity: 1;
}
/* jssor slider loading skin spin css */

.photoviewer-button-maximize, .photoviewer-button-actual-size {
	display: none !important;
}
.carousel-control {
	padding-top: 10%;
	width: 5%;
}
/*******************************
HOMEPAGE CSS
********************************/
.about {
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	text-align: center;
}
.about img {
	width: 150px;
}
.para {
	font-size: 1.2em;
	line-height: 140%;
	text-align: justify;
	margin-bottom: 20px;
}
.para b, .para span {
	font-size: 17px;
	line-height: 30px;
}
.navbar-collapse {
	border: 0;
	box-shadow: none;
}
.newstape {
	height: 220px;
	overflow: hidden;
}
#vertical-ticker {
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#vertical-ticker li {
	padding: 20px 0px;
	display: block; /*background:#efefef;*/
	color: #333;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: Helvetica Neue, times, serif;
}
#vertical-ticker li img {
	border: 1px solid #EEE;
}
/*.navbar-brand {
	font-size: 24px;
	color: #fff !important;
}
.navbar-inverse {
	background: url(../../images/img/bg-02.jpg) center right;
}
.navbar-nav a {
	color: #fff !important;
	margin-right: 1px;
	margin-left: 1px;
}
.navbar-nav li:hover {	
	box-shadow: inset 0px -5px 0px #FFA07A;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: transparent;
}*/
       

  
.section-white {
	background: #ffffff;
	padding: 50px;
}
.section-gray {
	background: #f5f2f2;
	padding: 50px;
}
.card {
	background: #ffffff;
	padding: 20px;
}
.card h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.h1 {
	text-transform: uppercase;
	font-weight: bold;
}
.card.gray {
	background: #f5f2f2;
}
.aboutus-image {
	border: 1px solid #EEE;
}
#Photos div {
	/*border: 5px solid white !important;*/
	padding: 10px;
}
#Photos > div > a {
	text-decoration: none;
}
#Photos > div > a > img {
	border: 5px solid #f5f2f2 !important;
	padding: 2px;
	transition: 0.1s;
}
#Photos > div > a:hover > img {
	border: 5px solid #f5f2f2 !important;
	padding: 5px;
}

@media screen and (max-width:769px) {
.section-white {
	padding-left: 20px;
	padding-right: 20px;
}
.btn {
	white-space: normal;
}
.btn-success {
	margin-bottom: 20px;
}
}

@media screen and (max-width:769px) {
.mtm {
	margin-top: 20px;
}
}  
/*.slider {
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.slider img {
	width: 100%;
	position: relative;
}
.card
        {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0,0,0,.125);
            border-radius: .25rem;
        }
        .card-img-top
        {
            width: 100%;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }
        .card-body
        {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
        }*/
/*.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
 border-radius: .25rem;
}
.card {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	border: 0;
	font-weight: 400;
}
.card.card-image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.card.card-image [class*=rgba-] {
 -webkit-border-radius: .25rem;
 border-radius: .25rem;
}
.rgba-black-strong, .rgba-black-strong:after {
	background-color: rgba(0,0,0,.7);
}
.text-white {
	color: #fff!important;
}
.text-center {
	text-align: center!important;
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
	padding-top: 3rem!important;
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.pt-2, .py-2 {
 padding-top: .5rem!important;
}
.pink-text {
	color: #e91e63!important;
}
.btn-pink {
	background-color: #ec407a!important;
	color: #fff!important;
}
.orange-text {
	color: #ff9800!important;
}
.btn-deep-orange {
	background-color: #ff7043!important;
	color: #fff!important;
}
.indigo-text {
	color: #6610f2!important;
}
.btn-indigo {
	background-color: #6610f2!important;
	color: #fff!important;
}
.teal-text {
	color: #20c997!important;
}
.btn-teal {
	background-color: #20c997!important;
	color: #fff!important;
}
.icon {
	border: 2px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.icon img {
	width: 68%;
	margin-top: 13%;
}*/
/*
     --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
     */
     
     
/*@media (max-width: 768px)
{
    .navbar-nav
{
    text-align:left;     
    }
.navbar-nav>li {
    float: none; 
    display: block;
}
    }*/
