@charset "utf-8";
/* CSS Document */
body {
	font-size: 14px;
	line-height:24px;
	color: #2a2f34;
	background-color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	overflow-x:hidden;
}
.clearfix{ clear:both}
.main_header{
	min-height: 104px;
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.11);
    position: fixed;
    width: 100%;
    z-index: 100;
	top: 60px;
}
.logo{
	position: absolute;
    left: 8%;
    top: 0px;
    width: 260px;
    height: 225px;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 2px 40px 7px rgba(0, 0, 0, 0.14);
    line-height: 225px;
}
.logo img{
	width:210px;
}

.right{
	float:right !important;
}
p{
	font-family: 'Slabo 13px', serif;
	font-size: 14px;
	line-height:24px;
}
.banner{
	padding:104px 0 0;
}
.mbr-box {
    display: table;
    width: 100%;
	height:100%;
}
.item_text{
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
	color:#FFF;
}
.item_text h2{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #2c4782;
}
.more{
    display: inline-block;
    border-radius: 2px;
    background-color: #3097c7;
    letter-spacing: 1px;
    color: #FFF;
    padding: 0 50px 0 30px;
    line-height: 52px;
    font-size: 20px;
    font-weight: 600;
	position:relative;
}
.more:after{
    content: '';
    background-image: url(../images/dots.png);
    width: 11px;
    height: 12px;
    right: 20px;
    top: 21px;
    position: absolute;
}
.more:hover{
    background-color:#1271bb;
    color: #FFF;
	text-decoration:none;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  /*height: 600px;*/
}
/*.item:nth-child(1) {
  background: url(../images/slied/1.jpg);
  background-size:cover;
}
.item:nth-child(2) {
  background: url(../images/slied/2.jpg);
  background-size:cover;
}
.item:nth-child(3) {
  background: url(../images/slied/3.jpg);
  background-size:cover;
}*/
.banner-bottom{
	padding: 1em 0;
    background-color: #3097c7;
}
.banner-bottom h2{
    float: left;
    margin: 0;
    padding: 12px 0 0;
    color: #FFF;
    font-size: 28px;
}
.banner-bottom a{
    float: right;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 2px;
    background-color: #165471;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
}
.banner-bottom a:hover{
    background-color: #FFF;
    color: #165471;
	text-decoration:none;
}
.banner_bottom{
	background-color:#dbeef7;
}
.top_boxes{
	margin: -80px auto 0 auto;
	width:60%;
}
.slied_text{
    width: 40%;
    margin:0 auto;
	text-align:center;
}
.blue{
    padding: 2em;
    background-color: #3097c7;
    min-height: 355px;
}
.blue h3{
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    letter-spacing: 2px;
	    text-align: center;
}
.blue p{
	color: #FFF;
}
.box{
	text-align: center;
    color: #FFF;
    min-height: 200px;
    font-size: 26px;
	display:block;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
	width:100%;
	position:relative;
}
.box:after{
    content: '';
    background-image: url(../images/dots.png);
    width: 11px;
    height: 12px;
    right: 20px;
    bottom: 21px;
    position: absolute;
}

.box:hover{
    color: #FFF;
	text-decoration:none;
}
.box img{
	margin-top:55px;
}
.box figcaption{
	display:block;
	padding: 15px 0 0 0;
}
.featured{
	padding:3em 0;
}
.main_head{
	text-align:center;
	font-weight:700;
	color:#1271bb;
	letter-spacing: 2px;
}
.left_head{
	font-weight:700;
	color:#1271bb;
	letter-spacing: 2px;
}
.news_box{
	margin: 15px 0;
	border-bottom: 2px solid #dbeef7;
}
.news_box b{
	display:block;
	text-align:right;
	font-size:18px;
	color:#999;
}
.news_box h3{
	margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
}
.more_a{
	font-family: 'Slabo 13px', serif;	
}
.more_a i{
	padding: 1px 0 0 5px;
}
.video_gallery{
	border-bottom: 2px solid #dbeef7;
	margin-bottom:15px;
	padding-bottom:20px;
}
.thumb_holder{
	border-right: 2px solid #dbeef7;
}
.thumb_video{
    margin-bottom: 10px;
    background-color: #3097c7;
    display: block;
    height: 94px;
	position:relative;
}
.thumb_video:last-child{
    margin-bottom:0px;
}
.thumb_video img{
    width:100%;
    height:100%;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.thumb_video img:hover{
	opacity:.70;
}
.play_btm{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 94px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 32px;
}

.thumb_pic{
	border-right: 2px solid #dbeef7;
}
.thumb_pic:last-child{
	border-right:none;
}
.image-holder{
	background:#000;
	position:relative;
	transition:0.5s;
}
.image-holder img{
	width:100%;
	transition:0.5s;
}
.image-holder img:hover{
	opacity:0.5;
}
.image-holder i{
    position: absolute;
    top: 0%;
    left: 0%;
    color: #FFF;
   display:none;
}
.image-holder:hover i{
   display:block;
    top: 45%;
    left: 45%;   
}
.img_box{
    margin-bottom: 30px;
    padding: 1.5em;
    box-shadow: 2px 2px 22px 2px rgba(0, 0, 0, 0.27);
}
.img_listing{
    padding: 0.5em;
    box-shadow: none;
}
.img_box figcaption{
	font-size:20px;
	padding:8px 0;
	display:block;
	font-weight:700;
}
.img_box span{
	font-size:16px;
	float:left;
}
.img_box span:nth-child(2){
	float:right;
}
.img_box img{
}




























.featured_slied{
	height:auto !important;
	background:none !important;
}
.events{
	padding:0 0 4em 0;
}
.gallery{
	padding: 3em 0;
}
.gallery_in{
	margin:0px auto;
	width:70%;
}
.pic_holder{
	background:none !important;
	height:300px !important;
}
.pic_holder img{
	width:100%;
	height:100% !important;
}
.bottom_left {
    top: inherit !important;
    bottom: -50px !important;
    left: inherit !important;
    border: none !important;
    right: 10px !important;
    background: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    color: #3097c7 !important;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 30px;
}
.bottom_right {
    top:inherit !important;
	bottom: -49px !important;
    right: -15px !important;
    background: none !important;
    width: 40px !important;
    height: 40px !important;
	line-height: 40px !important;
    color:#3097c7 !important;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 30px;
    margin: 0 !important;
    line-height: 43px !important;
}
.video_holder{
	background:none !important;
	height:300px !important;
}
.my-video-dimensions {
    width: 100% !important;
    height: 302px !important;
}
.footer{
	background-color:#3097c7;
	padding:1.5em 0;
	margin-top:2em;
}
.f_left p{
	color:#FFF;
	margin:0;
	padding:0;
}
.f_left p a{
	color:#FFF;
}
.f_right p{
	color:#FFF;
	text-align:right;
	margin:0;
}
.f_right p a{
	color:#FFF;
	margin:0;
	padding:0;
}

/*//////////////////////////////////inner pages styles*/

.inner_banner{
	padding:104px 0 0;
	background-color: #3097c7;
}
.inner_banner h1 {
    text-align: center;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 2px;
	padding-top:1em;
}
.inner_content_top{
	padding: 2em 0 4em 0;
}
.breadcrumb_row{
    background-color: #dbeef7;
}
.sub_head {
    font-weight: 700;
    color: #1271bb;
    letter-spacing: 2px;
}
.input-box{
	font-family: 'Slabo 13px', serif;
}
.input-box span{
	display:block;
	padding: 20px 0 2px 0;
    color:#666;
	font-size:14px;
}
.input-box input{
	width: 100%;
    padding: 15px;
    border: none;
    background: #F7F7F7;
    height: 50px;
    color: #666;
    font-size: 14px;
    border: 1px solid #DDD;
}
.input-box textarea{
    width: 100%;
    padding: 8px 15px;
	background: #F7F7F7;
    color: #666;
    font-size: 14px;
    border: 1px solid #DDD;
    height: 146px;
}

.submit{
    height: 50px !important;
    background-color:#3097c7 !important;
    color: #FFF !important;
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 50px !important;
    display: block;
    font-size: 16px !important;
    padding: 0px !important;
    border: none !important;
    border-radius: 2px;
}
.submit:hover{
    background-color:#1271bb !important;
}
.padding-top{
	padding-top:15px;
}
.captch{
	height:50px;
}
.padding-bottom{
	padding-bottom:15px;
}
/*\\\\\\\\\\\\\\\\\\\\\28-9-16*/
.hide-bullets {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}
.right-padding{
	padding-right:0px !important;
}
.background{
	background:none !important;
	height:auto !important;
}
.left-arrow{
	left:0% !important;
	width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}
.right-arrow{
	right:0% !important;
	width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}
.video{
	height:350px !important;
}




















@media only screen and (min-width:1650px) and (max-width: 1920px) {

}

@media only screen and (min-width:1024px) and (max-width: 1400px) {

}

@media only screen and (min-width:480px) and (max-width: 1024px) {
.navbar-brand img{
	width:260px;
}
#cssmenu > ul > li > a {
    padding: 0 20px 0 15px !important;
    font-size: 16px !important;
}
.slied_text {
    width: 50%;
}
.top_boxes {
    width: 90%;
}
.gallery_in {
    width: 90%;
}
#cssmenu ul ul li a {
    padding: 10px 20px 10px 30px !important;
    color: #FFF;
}
.logo{
    width: 150px;
    height: 115px;
	line-height: 125px;
	left: 0%;
}
.logo img{
	width:100px;
}
#cssmenu {
    margin-top: 5.5em !important;
}

}

@media only screen and (min-width:300px) and (max-width: 480px) {
.logo{
    width: 150px;
    height: 115px;
	line-height: 125px;
	left: 0%;
}
.logo img{
	width:100px;
}
.navbar-brand {
    float: none !important;
    display: block;
    text-align: center;
	line-height:80px !important;
    min-height:80px !important;
}
#cssmenu > ul > li > a {
    line-height: 52px !important;
}
#cssmenu ul ul li a {
    padding: 10px 20px 10px 30px !important;
    color: #FFF;
}
.top_boxes {
    width: 80%;
}
.carousel-indicators {
    bottom: -60px !important;
}
.gallery_in {
    width: 100%;
}
.galle_mob{
	margin-bottom: 5em;
}
.f_right p {
    padding: 15px 0 0 0;
    text-align: left;
}
.item_text h2 {
    font-size: 32px;
}
.inner_banner {
    padding: 104px 0 0;
}
.banner {
    padding: 104px 0 0;
}
.right {
    float: none !important;
}
.slied_text {
    width: 70%;
}
#cssmenu {
    margin-top: 5.5em !important;
}
}






