@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i';
@font-face {
	font-family: "BookmanOldStyle";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/BookmanOldStyled41d.html?#iefix") 
	format("embedded-opentype"), 
	url("../fonts/BookmanOldStyle.html") 
	format("woff"), 
	url("../fonts/BookmanOldStyle.ttf") 
	format("truetype"),
	url("../fonts/BookmanOldStyle-2.html") format("svg");
}
*{
padding:0;
margin:0;
list-style:none;
}
body{
	background-image:url("../images/bg-body.png");
	background-repeat:no-repeat;
	background-size:cover;
	font-family: 'Lato', sans-serif;
}
.container{width:1170px;}
.head_section{
	background-image:url("../images/top_head_bg.png");
	background-repeat:no-repeat;
	background-size:100% 100%;

}
.head_text {
    margin-top: 22px;
    text-align: center;
    width: 80%;
}

.logo_left{
    margin-top: 15px;
    text-align: right;
}

.logo_right{
	margin-top: 15px;
    text-align: right;
}
.logo_right img {
    margin-right: 30px;
    padding: 13px 1px;
    width: 75%;
}

.logo_left img {
    margin-right: 30px;
    padding: 13px 1px;
    width: 80%;
}

/*=======navbar==============*/
.nav_sec {
    background: #20225f none repeat scroll 0 0;
    border-bottom: 2px solid #f5f5f7;
    border-top: 2px solid #f5f5f7;
}
.navbar ul{
	margin:0;
}
.navbar {
    margin: 0;
    text-align: center;
}
.navbar {
    margin: 0;
    text-align: center;
	padding-left: 40px;
}
.navbar li{
	display:inline-block;
	margin: 0;
}
.navbar li a {
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
	font-weight:400;
    font-size: 28px;
    padding: 5px 38px;
    text-decoration: none;
}
/*=======carousel=========*/
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
.carousel-indicators .active{
	background:#20225f;
	height:18px;
	width:18px;
}
.carousel-indicators li{
	border:1px solid #20225f;
	height:15px;
	width:15px;
}
.carousel-indicators li{
	
}
/*======banner===========*/
.text_news h3 {
    background: #20225f none repeat scroll 0 0;
	border-top: 1px solid #c8b16b;
    border-left: 2px solid #c8b16b;
    border-right: 2px solid #c8b16b;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 18px 0;
    text-align: center;
}
.middle_bg{
	background:#dbdbdb;
	padding-bottom: 30px;
	border-left: 2px solid #c8b16b;
    border-right: 2px solid #c8b16b;
}
/*=======owl-carousel=========*/
.wow_slider {
    text-align: center;
	margin-top:30px;
	position:relative;
}
.news_link a {
    color: #585857;
    font-size: 22px;
    padding: 2px 15px;
    text-decoration: none;
}
.news_link {
    bottom: 0;
    position: absolute;
    right: 0;
}
.owl-item {
    width: 360px;
	padding:0 10px ;
}
.owl_box > h4 {
    color: #313131;
    font-size: 24px;
	font-family: 'Lato', sans-serif;
}
.owl_box > p {
    font-size: 16px;
    padding: 10px 30px 15px 10px;
    text-align: left;
	margin:0;
	font-family: 'Lato', sans-serif;
}
.owl_box {
    background: #d6d6d6 none repeat scroll 0 0;
    border: 1px solid #333;
    padding: 6px 8px 15px 7px;
	margin-bottom: 15px;
}
.owl_box > img {
    width: 100%;
}
.owl-theme .owl-controls .owl-page span{
	background:none !important;
	border:2px solid #20225f !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#20225f !important;
}
.owl-theme .owl-controls .owl-page span{
	width:18px !important;
	height:18px !important;
	margin:4px 3px !important;
}
/******event_section************/
.text_bg{
	background-image:url("../images/text_bg.png");
	background-repeat:no-repeat;
	background-size:cover;
}
.text_bg > h3 {
    background: #20225f none repeat scroll 0 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.event_box > img {
    width: 100%;
}
.event_box h4 {
    color: #bc0c19;
    font-size: 16px;
    margin: 0;
	font-family: 'Lato', sans-serif;
}
.event_box p {
    color: #000;
    font-size: 14px;
    margin: 0;
	font-family: 'Lato', sans-serif;
}
.event_box li {
    border-bottom: 1px solid #000;
    padding: 18px 0;
	 margin: 0;
}
.event_box > ul {
    margin: 0;
    padding: 5px 25px;
}
.event_box {
    border: 1px solid #000;
}
.event_box li:nth-last-child(1) {
    border: medium none;
}

.event_box a {
    background: #20225f none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 22px;
    margin: auto auto 13px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    width: 65%;
}


.cal_box > img {
    width: 100%;
}
.cal_box h4 {
    color: #bc0c19;
    font-size: 16px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.cal_box p {
    color: #000;
    font-size: 14px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.cal_box li {
    border-bottom: 1px solid #000;
    padding: 18px 0;
     margin: 0;
}
.cal_box > ul {
    margin: 0;
    padding: 5px 25px;
}
.cal_box {
    border: 1px solid #000;
}
.cal_box li:nth-last-child(1) {
    border: medium none;
}

.cal_box a{
    color:#000;
    text-decoration: underline;
}

.cal_btn {
    background: #20225f none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff !important;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 22px;
    margin: auto auto 13px;
    padding: 6px;
    text-align: center;
    text-decoration: none !important;
    width: 65%;
}

.btn-default {
    background: #20225f none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff !important;
    display: block;
    font-family: "Lato",sans-serif;

    margin: auto auto 13px;
    padding: 6px;
    text-align: center;
    text-decoration: none !important;

}

.rec_text h3 {
    font-size: 16px;
    margin: 0;
	color: #bc0c19;
	font-family: 'Lato', sans-serif;
}
.rec_text p {
    font-size: 14px;
    margin: 0;
	font-family: 'Lato', sans-serif;
}
.event_box2 li {
    border-bottom: 1px solid #000;
    padding: 8px 0;
	 margin: 0;
}
.event_box2 > ul {
    margin: 0;
    padding: 5px 25px;
}
.event_box2 {
    border: 1px solid #000;
}
.event_box2 li:nth-last-child(1) {
    border: medium none;
}
.event_box2 a.livebtn
{
    background: #20225f none repeat scroll 0 0;
    border-radius: 9px;
    color: #fff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 22px;
    margin: auto auto 13px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    width: 65%;
}
.event_box2 > p {
    margin: 0;
}
/**************car_section**********/
.car_section{
	background-image: url("../images/Untitled-35.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #c8b16b;
    border-top: 2px solid #c8b16b;
    
}
.opacity {
    background: rgba(43, 45, 103, 0.8) none repeat scroll 0 0;
	padding: 30px 0;
}
.inside_text > h4 {
    color: #fff;
    font-size: 55px;
	font-family: 'Lato', sans-serif;
	font-style: italic;
    font-weight: bold;
}
.inside_text > p {
    color: #fff;
    font-size: 27px;
    line-height: 1;
    width: 95%;
	font-family: 'Lato', sans-serif;
}
.down_logo{
	text-align:center;
}
.down_logo > img {
    margin-top: 40px;
    width: 95%;
}
/*==============gallery_sec===============*/
ul {         
	  padding:0 0 0 0;
	  margin:0 0 0 0;
  }
	  ul li {     
		  list-style:none;
		  margin-bottom:25px;           
	  }
	  ul li img {
		  cursor: pointer;
	  }
	  .modal-body {
		  padding:5px !important;
	  }
	  .modal-content {
		  border-radius:0;
	  }
	  .modal-dialog img {
		  text-align:center;
		  margin:0 auto;
		  height: 210px;
	  }
    .controls2{          
        color: #333;
		display: block;
		font-size: 15px;
		font-weight: bold;
		padding-top: 5px;
		text-transform: capitalize;
		width: 50px;
		text-decoration:none !important;
    }
    .next {
        float:right;
        text-align:right;
		text-transform:capitalize;
		color:#333;
		text-decoration:none !important;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }
.img-responsive {
    width: 100%;

	border: 1px solid #333;
}
.middle_bg2 {
    background: #d6d6d6 none repeat scroll 0 0;
    padding: 20px 15px;
	border-left: 2px solid #c8b16b;
    border-right: 2px solid #c8b16b;
}
.right_text_sec{
	background-image:url("../images/bg_box.png");
	background-repeat:no-repeat;
	background-size:100% 100%;
	border: 1px solid #333;
}
.right_box{
	background:#20225f;
}
.right_box > h4 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 12px;
    text-align: center;
}
.right_text_sec > p {
    color: #343434;
    font-size: 20px;
	font-family: 'Lato', sans-serif;
	padding:19px 38px;
	text-align:center;
	margin:0;
}
.right_text_sec a {
    background: #20225f none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    margin: auto auto 20px;
    text-align: center;
    text-decoration: none;
    width: 65%;
	padding: 7px 10px;
}
.gallery_box {
    background: #d6d6d6 none repeat scroll 0 0;
    border: 1px solid #333;
    padding: 8px 15px 0;
}
.right_sec:nth-child(2) {
    margin-top: 21px;
}
/***********************/
.title_panel{
	background:#20225f;
}
.title_panel > h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 13px 15px;
    text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.table{
	margin:0;
}
.table tr td{
	padding: 7px 20px !important;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	
}
.table tr:nth-child(even){
	background-color: #cbcac9;
}
.table tr:nth-child(odd){
	background-color: #d6d6d6 !important;
}
.inner-box-border > h4 {
    color: #6f0c08;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	letter-spacing: 1px;
}
.inner-box-border {
    border: 1px solid #333;
    
}
.inside_icon a {
    margin-right: 15px;
}
.inside_icon {
    background: #d6d6d6 none repeat scroll 0 0;
    border: 1px solid #333;
    padding: 14px 6px;
    text-align: center;
}
.block_sec {
    float: left;
    text-align: center;
    width: 33%;
}
.share_icon2 {
    margin-top: 10px;
}
.inside_box1 {
    border: 1px solid #333;
    padding: 15px 40px;
}
.demo_text > p {
    color: #343434;
    font-size: 22px;
    padding: 22px 15px;
    text-align: center;
	font-family: 'Lato', sans-serif;
}
.demo_text{
	background-image:url("../images/lsttext_bg.png");
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom: 25px;
	border:1px solid #333;
}
.demo_text a {
    background: #20225f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 22px;
    margin: auto;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    width: 65%;
	font-family: 'Lato', sans-serif;
}
.smart_sec > img {
    margin-top: 15px;
    width: 100%;
}
.block_sec > p {
    font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.icon_sec {
    margin-top: 22px;
}
.gallery_box li {
    margin-bottom: 20px;
}
.link_section {
    float: right;
    width: 30%;
}
.link_section p{
	margin:0;
}

.photo_collection > h4 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin: 0;
    padding: 12px 15px;
    text-transform: uppercase;
}

.gallery_division {
    margin-bottom: 10px;
	background:#20225f;
}
.event_sec {
    margin-top: 15px;
	padding:0 15px;
}
/*==================*/
.wow:first-child {
  visibility: hidden;
}
/*=======footer==========*/
.footer{
	background-image: url("../images/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 45px;
}
.footer_right > p {
    color: #cbcaca;
    font-size: 16px;
    text-align: right;
	font-family: 'Roboto', sans-serif;
}
.midi_sec > h3 {
    color: #fff;
    font-size: 24px;
	font-family: 'Roboto', sans-serif;
}
.midi_sec > p {
    color: #fff;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	float: left;
}
.footer_logo a {
    color: #cbcaca;
    display: block;
    font-size: 16px;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.footer_logo{
	text-align:center;
	margin-top: 25px;
}
.footer_logo > p {
    margin: 0;
    padding: 0 80px;	
}
.midi_sec > p:nth-child(4) {
    margin-top: 30px;
}
.midi_sec > p i {
    font-size: 25px;
    margin-right: 5px;
}
/************/
.navbar a:hover{
	background:#1a93bf;
	color:#FFFB04;
}
.bar {
    display: none;
}
.dropdown-menu > li {
    width: 100%;
}
.dropdown ul li a {
    color: #fff;
    font-size: 20px;
}
.dropdown-menu li a:hover{
	background:#1A93BF !important;
	color:#FFFB04;
}
.dropdown-menu {
    background: #20225F none repeat scroll 0 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{line-height:24px;}
.share_icon {
    margin-bottom: 14px;
}
.carousel-caption{background:url(../images/overlay_slider.png)no-repeat 0 0 / cover;width:100%;height:100%;top:0;left:0;}
/********secound************/
.head_text_ex,.head_text2 {
    color: #fffb04;
	text-align:center;
}
.head_text_ex {
    margin-top: 20px;
}
.head_text_ex > h3 {
    font-family: BookmanOldStyle;
    font-size: 58px;
    margin: 0;
    text-shadow: 4px 5px #000, 2px 3px #000, -3px 3px #000;
	line-height: 1;
}
.head_text_ex > p {
    font-size: 48px;
	font-family: BookmanOldStyle;
	text-shadow: 4px 5px #000, 2px 3px #000, -3px 3px #000;
}
.head_text2 > p {
    font-size: 38px;
    margin: 0;
	font-family: BookmanOldStyle;
	text-shadow: 4px 5px #000, 2px 3px #000, -3px 3px #000;
	line-height: 35px;
}
.head_text2 > span {
    font-size: 28px;
	font-family: BookmanOldStyle;
	text-shadow: 4px 5px #000, 2px 3px #000, -3px 3px #000;
}

.head_text_ex {
    margin-top: 20px;
}
.banner_section {
    border-bottom: 2px solid #000;
}
.share_icon3 a {
    color: #696969;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: none;
}
.share_icon3 a:nth-child(2) {
    margin: 0;
}
.photo_collection {
    float: left;
    width: 50%;
}
.link_section a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
	margin-right: 15px;
}
.map_section{
	 background: rgba(0, 0, 0, 0) url("../images/map_bg.png") no-repeat scroll 0 0 / 100% 100%;
    padding-bottom: 65px;
    padding-top: 60px;
	position:relative;
}
.map_text {
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 35px;
}
.map_text > h3{
	font-family: 'Roboto', sans-serif;
	font-size:32px;
	margin:0;
}
.map_text > p{
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	margin:0;
}
.min_text{
	margin-top:8px;
}
.min_text > p {
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin:0;
}
.img_map > img {
    bottom: 0;
    left: 40%;
    position: absolute;
    width: 34%;
}
.midi_sec {
    width: 33%;
	margin-top: 15px;
}
.midi_sec > span {
    display: block;
    float: right;
	font-size: 16px;
}
.midi_sec > span i{
	font-size: 18px;
}
.midi_sec a {
    color: #fff;
    text-decoration: none;
}
.midi_sec2 {
    color: #fff;
	margin-top: 70px;
}
.midi_sec2 > p {
    font-size: 16px;
    margin: 0;
	color:#cbcaca;
}
/*****map*******/
    #googlemaps { 
      height: 100%; 
      width: 100%; 
      position:absolute; 
      top: 0; 
      left: 0; 
      z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
	  border-radius: 265px 283px 0 0;
    }
     
    #contactform { 
      position: relative; 
      z-index: 1; /* The z-index should be higher than Google Maps */
      width: 300px;
      margin: 60px auto 0;
      padding: 10px;
      background: black;
      height: auto;
      opacity: .45; /* Set the opacity for a slightly transparent Google Form */ 
      color: white;
    }
.img_map {
    bottom: 0;
    height: 295px !important;
    position: absolute;
    right: 17%;
    width: 500px !important;
}
.head_text_ex > img {
    width: 95%;
}