p {
    line-height: 23px;
}

.topheader {
    margin: 0px 0 0px !important;
}

.menuheader {
    margin-bottom: 0px !important;
}

.gradcolor {
    background: #600f0f;
}

.bottomgrad {
    background-image: linear-gradient(to bottom, #ffb600 0, #ffa500 100%) !important;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}

.navbar-nav > li > a:hover {
    background-color: #ffbe71a6 !important;
    color: #820d00 !important;

}

.dropdown-menu > li > a:hover {
    background-color: #ff8100 !important;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.strip {
    position: relative;
    /*
    padding: 80px 0 40px 0;
    text-align: center;
    background: #801919;
*/
}

.strip:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: url(../images/Texturekana.jpg) repeat fixed;
    opacity: 0.1;

}

.strip:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: -7px;
    width: 100%;
    z-index: 1;
    height: 38px;
    background: url(../images/flower.png) repeat-x bottom;
}

@media only screen and (max-width: 767px) {
    .xs-pull-center {
        display: table;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.about {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 23px;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 22px;
}

.about_img {
    margin-top: 55px;
}

.mt-about {
    margin-top: -11px;
}

.space {
    padding: 0 80px;
}

.events:before {
    background: url(../images/design-background-textures-11554000344voyxwxwnuh.jpg) no-repeat;
    background-size: cover;
    opacity: 0.2;

}

.events:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 0px 8px 8px 0;

}

.events {
    padding: 146px 0;
    position: relative;
    margin-top: 28px;
    margin-bottom: -66px;
}

.events:after {
    background: #e7600d;
    background: linear-gradient(#ff8800, #ff8400);
    z-index: -1;
}

.events:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 0px 8px 8px 0;

}

.left-event {
    color: #fff;
    top: -59px;
}


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

/*
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
*/
.owl-nav button {
    position: absolute;
    top: 50%;
    opacity: 1 !important;
    border-radius: 4px !important;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: rgb(139 40 28) !important;
}

.owl-nav span {
    font-size: 34px;
    position: relative;
    top: -14px;
    color: #fff;
}
}

.owl-nav button:focus {
    outline: none;
}

.btncol {
    background-color: #882619;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a261a), to(#8b291d)) !important;
    background-repeat: repeat !important;
    border-color: #882619 !important;
}

.btncol a:hover {
    background-color: #fb930d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8100), to(#ffa500)) !important;
}

.menu_pad {
    padding: 0 80px;
}

.fonty {
    font-family: 'Open Sans', sans-serif;
}

.fonty1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

legend {
    position: relative;
    padding-bottom: 36px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    font-size: 1.3rem;
}

legend:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 31px;
    background: url(../images/seva.png) no-repeat bottom center;
}

.about_top {
    margin-top: 0px !important;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.read-button {
    background: linear-gradient(#8b281c, #8b281c);
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 0px 12px;
    border-radius: 30px;
    border: none;
    right: 0px;
    bottom: 20px;
    font-size: 12px;
}

read-button:focus,
button:focus {
    outline: none;
}

.widget.dark .widget-title.line-bottom {
    border-bottom: 1px solid #fff;
}

..widget.dark.widget-title.line-bottom:after {
    border: 1px solid #062bc5;
}

.widget {
    margin-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px !important;
    padding-top: 70px !important;
}

pt-70 {
    padding-top: 70px !important;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

ul.list {
    list-style: outside none none;
    margin-top: 13px;
    padding-left: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

ul.list li {
    margin: 5px 0;
    font-weight: 500;
    position: relative;
}

.widget.dark .list-border li {
    border-bottom: 1px dashed #ffffff;
}

.footer a {
    color: #ffffff;
}

.widget-title {
    text-transform: uppercase;
    color: #e9ad1c;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    font-weight: 700;
}

.list {
    color: #fff !important;
}

.list {
    color: #d7d7d7 !important;
    padding: 7px 0;
    display: block;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.heading {
    position: relative;
    padding: 80px 0 40px 0;
    text-align: center;
    background: #400c007a;
}

.heading:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: url(../images/gold.jpg) repeat fixed;
    opacity: 0.1;
}

.heading h2 {
    color: #ecb624;
    font-weight: bold;
    font-size: 2.5rem;
}

.heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 176px;
    width: 100%;
    z-index: 1;
    height: 38px;
    background: url(../images/flower.png) repeat-x bottom;
}

.account-box {
    background-color: #96969669;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 600;
    border-radius: 26px;
}

.shadow {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

legend h2 {
    color: #c18c00;
}

@media only screen and (min-width: 900px) {
    .head-img {
        width: 50%
    }
}

@media only screen and (max-width: 900px) {
    .head-img {
        width: 100%
    }
}

/*toggle button*/
@media (max-width: 1082px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

footer {
    background-color: #5a0c0a;
    /*
    padding: 80px 0 40px 0;
    text-align: center;
    background: #801919;
*/
}

.widget.dark .list-border li a {
    color: #d7d7d7;
    display: block;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: -28px;
    /* left: auto; */
    right: -1px;
}

button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    top: -28px;
    /* left: auto; */
    right: -1px;
}

.footer-bottom a {
    color: #eeb522;
}

@media only screen and (max-width: 1200px) {
    .gal-al {
        margin-top: 10px;
    }
}

.heading-font {
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 900px) {
    .resp {
        display: block;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 910px) {
    .resp {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .resp1 {
        display: none;
    }
}
@media only screen and (max-width:1200px){
    .about_top{
        margin-top: 20px !important;
        text-align: center;
    }    
}

.media-btn {
    border-color: #ffffff !important;
}

.table-responsive grid,
th {
    text-align: center !important;
    font-size: 17px;
}

.table-responsive grid,
td {
    text-align: center !important;
    font-size: 15px;
    font-weight: 400;
}
.bt-hover:hover .jssora051 {
  visibility: visible;
}
 .jssora051 {
  visibility: hidden;
}
.img-responsive{
 display: block;
    max-width: 100%;
    height: auto;
} 