/* CSS Document */
body{/* background:url(images/bg.gif); *//* background-repeat:repeat; */margin:0 auto;}


header {
    text-align: center;
    background: #921207;
	padding: 0 10px;
}
#nav{margin:0px;}
.nav {
    /*width: 957px; 
    height: 63px; 
    background-image: url(images/nav.gif);*/
    background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #fded91;
    /*background: #ffa500;*/
    box-shadow: 0px 3px 4px rgba(0,0,0,.15);
    position: relative;
}
.nav_inner { text-align: center; }
.nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.nav ul:after, .nav ul:before,
.footer_bottom:after,.footer_bottom:before,
.sm-inner:before, .sm-inner:after { content: ''; display: table; clear: both; }
.sm-inner1:before, .sm-inner:after { content: ''; display: table; clear: both; }

.nav ul li{
display:inline;
float:left;
}

.nav ul li a {
    display: block;
    padding: 12px 5px;
    margin: 5px 10px 0;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #971a08;
    /* color: #fff; */
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.nav ul li a:hover{
color:#CC0033;
}

.text {
    color:f5ab1b;
}
.container{
	margin: 0 auto;
	max-width: 840px;
}

#footer {
    /* margin: 0 auto; */
    /* width: 937px; */
    /* height: 34px; */
    /* padding: 10px 10px 0px 10px; */
    /* background-image: url(images/footer_bg.gif); */
    background-repeat: no-repeat;
    background: #ffdf7d;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /* padding: 10px; */
    font-size: 16px;
}


.black{/* font-weight:bold; */}
.white{
font-weight:bold;
color:#921207;}
.white_1{color:#921207;}
.pink{
color:#c77c65;
font-weight:bold;}
.footer_top {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #921207;
    color: #fff;
}
.footer_inner .fb_left .white_1 a {
    color: #cc1000;
}
.footer_bottom {
    /* max-width: 475px; */
    max-width: 525px;
    margin: 0 auto;
    font-size: 13px;
    padding: 5px 15px;
}

.fb_left {
    float: left;
    text-align: left;
}

.fb_right {
    float: right;
    text-align: right; 
}

.footer_bottom > div {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.white_1,.black {
    font-weight: bold;
}

.white_1 span, .black span {
    font-weight: normal;
}
.sinlge_section {
    padding: 80px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.ss_left {
    background-color: #521212;
    color: #fff;
}

.sinlge_section h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.sinlge_section p {
    font-size: 15px;
    line-height: 1.58;
    letter-spacing: .3px;
    margin-top: 20px;
}
.smi-image,.smi-content {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
}
.ss_right .smi-image {float: right;text-align: right;}
.ss_right {
    background: #eee;
}
.smi-image img {
    max-width: 100%;
    box-sizing: border-box;
    border: 8px solid #921207;
    /*box-shadow: 10px 10px 10px rgba(0,0,0,.1);*/
}
.ss_right .smi-image img {
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.news_sec {
    padding: 10px 15px 30px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.ns_image img {
    max-width: 100%;
    box-sizing: border-box;
    border: 10px solid #921207;
}

.news_sec h1 {
    font-size: 35px;
    max-width: 700px;
    margin: 40px auto 20px;
    color: #921207;
}
.news_sec p {
    margin: 20px 0 25px;
}

.ns_content a {
    background: #921207;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    transition: all 300ms;
}

.ns_content a:hover {
    background: #CC0033;
}

.ns_image {
    padding-bottom: 40px;
    margin: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.news_sec p.small_text {
    font-size: 14px;
    letter-spacing: 0.3px;
}
.map-cont {
    /* margin-top: 30px; */
    border-bottom: 10px solid #ffdf7d;
    background-color: #eee;
}

.map-cont iframe {
    width: 100%;
    height: 300px;
} 
.nav,
#footer {background: #ffc100;}
.footer_inner ul {
    margin: 0;
    padding: 0 0 0 5px;
    display: inline-block;
    /* padding: 3px 0;
    border-top: 1px solid rgba(0,0,0,.1); */
}

.footer_inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
} 

img {max-width: 100%}


.nav-icon {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-icon span {
    display: inline-block;
    width: 45px;
    height: 38px;
    /*background: #f55;*/
    padding: 5px 5px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.nav-icon span i {
    display: block;
    height: 3px;
    background: #921207;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 11px;
}
.nav-icon span i:nth-child(2) {
    top: 19px;
}

.nav-icon span i:nth-child(3) {
    top: 27px;
}
.open-menu .nav-icon span i:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
}
.open-menu .nav-icon span i:nth-child(2) {
    transform: rotate(45deg);
    top: 17px;
}
.open-menu .nav-icon span i:nth-child(1) {
    display: none;
}
.nav ul li a.active {
    border-color: #921207;
}
.same-btn {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    background: #921207;
    border: 0;
    color: #fff !important;
    letter-spacing: .5px;
    box-sizing: border-box;
    transition: all 300ms;
    cursor: pointer;
    border-radius: 4px;
}
.same-btn:hover {
    background: #CC0033;
}
.text-center{
    text-align: center;
}
/*-------------Responsive css-------------*/
@media screen and (max-width: 900px) {
	.nav ul li a { margin: 5px;padding: 10px 3px;}
	.sinlge_section h2 { font-size: 26px;}
	.sinlge_section { padding: 50px 0;}
}

@media screen and (min-width: 768px) {
	.nav-icon { display: none; }
	.nav_inner { display: block !important;}
}
@media screen and (max-width: 767px) {
	.nav ul { display: block;}
	.nav ul li {
	    float: none;
	    display: block;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.nav ul li a { margin: 0; padding: 10px;}

	.smi-image, .smi-content,.ss_right .smi-image {
	    float: none;
	    width: auto;
	}

	.smi-image, .ss_right .smi-image {
	    text-align: left;
	    margin-bottom: 35px;
	}

	.sinlge_section {
	    padding: 15px 0;
	}

	.sinlge_section h2 {
	    margin-bottom: 20px;
	    font-size: 22px;
	}

	.nav_inner {
	     display: none; 
	}
	.sinlge_section p {
	    font-size: 14px;
	    line-height: 1.6;
	    margin-top: 15px;
	}
	.news_sec h1 { font-size: 28px;}
	.map-cont iframe { height: 200px;}
	.smi-image img, .ns_image img { border-width: 5px;}
    .news_sec h1 { font-size: 26px;}
}
.d-inline-block{
    display: inline-block;
}
.footer_inner .fb_left .white_1 {
    padding: 4px 0;
}
.footer_inner ul li a{
    display: inline-block;
}


  /* --------------------------------------------------------	*/
  /*  Slider  */
  /* --------------------------------------------------------	*/
    
  .slider {
    width:100%;
    border-bottom:0px;
  }
  
  