@font-face {
  font-family: bamini;
  src: url(Bamini.TTF);
}


p.bamini-font
{
  font-family: bamini!important;  
  font-size: 20px!important;
}

h3.bamini-font
{
  font-family: bamini!important;  
  font-size: 32px!important;
  font-weight:700!important;
  padding:1rem!important;
}

h4.bamini-font
{
  font-family: bamini!important;  
  font-size: 28px!important;
  font-weight:600!important;
  padding:1rem!important;
}
/*Header*/

.header {
    background: #458cd6 !important;
}

.header-content marquee {
    color: #fff;
    font-size: 20px;
}

.navbar-nav .dropdown-menu {
    min-width: 11rem !important;
    margin: 0.125rem 0 0 !important;
}


/******************
********common*****
******************/

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.error {
    border: 1px solid red !important;
}

.success {
    border: 1px solid #09c209d9 !important;
}

.error.validation-error {
    border: none !important;
}

input[type="checkbox"].error {
    outline: 1px solid red !important;
}

.pointer-event .pointer-disable {
    pointer-events: none;
}

.validation-error {
    display: block;
    color: red;
}

.heading {
    position: relative;
    padding: 30px 0;
    margin-bottom: 20px;
    text-align: center;
}

.heading:after {
    position: absolute;
    content: "";
    bottom: 10px;
    width: 65px;
    height: 3px;
    background: #c91f16;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading2 {
    position: relative;
    padding: 30px 0;
    margin-bottom: 20px;
    text-align: center;
}

.heading2:after {
    position: absolute;
    content: "";
    bottom: 10px;
    width: 65px;
    height: 3px;
    background: #c91f16;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.view_more_button {
    text-align: center;
}

.view_more_button a,
.view_more_button button {
    display: inline-block;
    padding: 11px 37px;
    border: 2px solid #f65058;
    margin-top: 25px;
    font-size: 0.8rem;
    transition: 0.5s;
    color: #fffffe;
    background: #f65058;
    border-radius: 6px;
}

.secondary-background-color {
    background: #f5f5f5;
}


/******************
*******homepage****
*******************/

.about {
    padding-bottom: 20px;
}

.view_more_button a:hover {
    color: white;
}

.about p {
    font: normal normal normal 18px Open Sans;
    letter-spacing: 0px;
    color: #9a9999;
    text-align: justify;
}

.header-content {
    padding: 10px 0;
}

.navbar-red {
    background-color: #c91f16;
    padding: 28px 0;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.navbar-nav li a {
    color: #fff;
}

.navmenuleft li {
    margin-right: 35px;
}

.navmenuright li {
    margin-left: 35px;
}


/******************
*******services****
*******************/

.services {
    padding: 0 0 120px 0;
}

.services .heading {
    margin-bottom: 0px;
}

.services,
.guest-book {
    background: linear-gradient(#000000c9, #000000c9, #000000c9), url(../images/banner5.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}

.ser-agiletop h4 {
    font-size: 28px;
    color: #f65058;
    font-weight: 600;
}

.ser-agiletop p {
    color: #ffffff;
    font-size: 14px;
}

.Guest-form {
    width: 600px;
    padding: 30px !important;
}

.Guest-form p {
    color: red;
}

.symbol-input100 {
    margin-left: 10px;
}

.symbol-pencil {
    padding: 10px 0 0 10px;
}

.input100 {
    border: 1px solid #ddd;
    padding: 0 0px 3px 34px !important;
    width: 100%;
}

.input-textarea {
    border: 1px solid #ddd;
    padding: 0 0 10px 30px !important;
    width: 100%;
    height: 100px;
    border-radius: 5px;
}

.guest-book .container-login100 {
    padding: 40px 0;
}

.guest-book i {
    color: #f65058;
}

.login100-form-button {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    border-radius: 6px;
    background: #f65058;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 37px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.hi-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 4.5em;
}

.hi-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-size: 25px;
    display: block;
    padding: 4px;
}


/* Effect 8 */

.serw3agile-grid .hi-icon {
    background: #fff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    color: #f65058;
}

.serw3agile-grid .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.service-details:hover.serw3agile-grid .hi-icon {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #8e8e8e;
    text-decoration: none;
}

.service-details:hover .serw3agile-grid .hi-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/*signuppage*/

.basic-info p {
    position: relative;
    top: -11px;
}

.signup-heading {
    width: 100%;
    font-size: 24px;
    color: #333333;
}

.declaration-section .validate-input1 label {
    font-family: "Open Sans", sans-serif;
    color: #968d8d;
    font-size: 18px;
}

.birth-border {
    border: 1px solid #c5c1c1;
}

.birth-border-left {
    border-left: 1px solid #c5c1c1;
}


/* hiatory */

.payment-method-icon {
    width: 20px;
    height: auto;
}

.history {
    padding-bottom: 20px;
}


/*footer*/

.top-footer {
    /*background-color: #373737;*/
    background-color: #c91f16;
    padding: 30px;
}

.top-footer .foot-title {
    font-size: 22px !important;
    line-height: 3em;
    color: #fbde44;
}

.footer-links li a {
    color: white;
}

.footersocilink i {
    color: #fff;
    font-size: 25px;
    padding-right: 20px;
    margin-top: 10px;
}

.foot-address i {
    font-size: 25px;
    padding-right: 20px;
    color: #fff;
}

.footer {
    padding: 4px 0 4px 0;
    background: #458bd6;
}

.foot-address>p {
    text-align: left;
    color: #fff;
}

.foot-address p a {
    color: white;
}

.footer-left p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
}

.footer-right p a {
    color: white !important;
}


/*Gallery*/


/* .gallery {
        padding: 40px 0;
    } */

.view img {
    width: 100%;
    display: block;
    position: relative;
}

.heading-29190 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.heading-29190:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #f65058;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
}


/*media Query*/

@media (max-width: 768px) {
    .navbar-toggle {
        border-color: #ff322e;
    }
    .icon-bar {
        background-color: #ff322e;
    }
    .customnavbrand {
        display: block;
    }
    .navmenuright li {
        margin-left: 0;
    }
    .navbar-red {
        padding: 10px 0 10px 10px;
    }
    .navmenuleft {
        padding: 20px 0 0 20px;
    }
    .navmenuright {
        padding: 0 0 0 20px;
    }
    .navbar-brand img {
        width: 80px;
    }
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ser-agiletop {
        padding-left: 20px;
    }
}

.aboutus-counter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutus-circle {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.activity-detais {
    position: relative;
    padding-left: 30px !important;
}

.aboutus-icon {
    font-weight: bolder;
    position: absolute;
    top: 33px;
    left: 15px;
}

.aboutus-counter i.fa {
    font-size: 30px;
    /*display: inline-block;*/
    color: #e91e63;
    /*border-radius: 60px;*/
    /*box-shadow: 0px 0px 2px #888;*/
    padding: 0.5em 0.6em;
}

.as-couner-symbol {
    color: #e91e63;
}

.aboutus-counter .card {
    font-weight: 600;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    /*padding: 14px 80px 18px 36px;*/
    cursor: pointer;
}

.aboutus-counter .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.aboutus-counter .card h3 {
    font-weight: 600;
}

.aboutus-counter .card img {
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
}


/* contact us */

.contactus-icon {
    font-weight: bolder;
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 20px;
}

.reach-us li {
    margin-top: 30px;
    position: relative;
    padding-left: 40px !important;
}

@media (max-width: 990px) {
    .aboutus-counter .card {
        margin: 20px;
    }
}

.mission_content li {
    padding: 1.75rem 1.25rem;
    padding-left: 3rem !important;
}

.sangam-history-image {
    width: 100% !important;
}

.sangam-history-para, .sangam-history-para p {
    font-size: 17px;
}


/**
    Added for test page
     */

.input1000 {
    border-radius: 30px;
}

.wrap-input100>p {
    text-align: left;
}

.signup1001-form {
    width: 100% !important;
}

.validate-input1 {
    display: inline-flex;
}

.residential_address h3 {
    padding: 25px 0;
    margin-bottom: 57px;
    color: #333333;
}

.communication_address h3 {
    padding: 25px 0;
    color: #333333;
}

.communication_address .validate-input1 {
    padding-bottom: 22px;
}

h4.bottom_text_content {
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
    clear: both;
    color: #333333;
}

.validate-input1 .input1001 {
    margin-right: 7px;
    margin-top: 6px;
}

.membership_section {
    padding: 10px 0 10px 10px;
    border: 1px solid #c4c0c0;
    border-radius: 5px;
    background: white;
}

.membership_section h5 {
    font-size: 18px;
    color: #364d59;
}

.form_address_page {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
}

.membership_section h5 span {
    font-size: 25px;
    color: #c91f16;
}

.cheque_details {
    margin-bottom: 30px;
}

input#otherAnswer {
    border-radius: 25px;
    background: #e6e6e6;
}

select {
    /* padding-left: 44px !important; */
    border-color: #f65058;
}

.input-file-container {
    position: relative;
}

.js .input-file-trigger {
    display: block;
    padding: 10px 0px;
    background: #eaeaea;
    color: #c91f16;
    border: 1px solid;
    font-size: 1em;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 46px 0;
    cursor: pointer;
}

.js .input-file:hover+.input-file-trigger,
.js .input-file:focus+.input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #eaeaea;
    color: #c91f16;
    border: 1px solid;
}

.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.js .file-return {
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
}

.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

.fa-upload:before {
    color: #c91f16 !important;
}

.navbar-default {
    background: #fbde44ff;
    border: none;
}

.social-icons_home {
    float: right;
    margin-top: 28px !important;
    width: 28% !important;
    height: 0;
}

.social-icons_home ul li a {
    color: #fffffe !important;
    font-weight: 700 !important;
}

.social-icons_home ul li {
    margin-left: 13px;
    list-style-type: none;
    display: inline-block;
}

.dropdown-custom {
    position: absolute !important;
    background: #c91f16 !important;
}

.dropdown-custom li {
    margin-left: 0 !important;
}

.dropdown-custom li a:hover {
    background: transparent;
}

#share-buttons img {
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.view-eighth figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.view-eighth figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.events-search-btn {
    background-color: #f65058 !important;
    color: #fff;
    font-weight: bold;
}

.page-count {
    font-weight: bold;
    color: darkgray;
}

#save_image
{
background-color:bisque;
}
#save_image a:hover
{
color:#c91f16;
}
 

@media (min-width: 320px) and (max-width: 767.98px) {
    .category-dropdown {
        padding-top: 10px !important;
    }
    .events-search-btn {
        margin-left: 36%;
    }
    .select2-container {
        width: 139px !important;
    }
}

.select2-container {
    width: 188px;
}



/* Slider Style */
.slider {
  margin: 0 auto;
  max-width: 482px;
}

.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}