@import url(https://fonts.googleapis.com/css?family=Khula:700);

@font-face {
    font-family: medium;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: semiBold;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: regular;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}




.medium {
    font-family: medium;
}
.semiBold {
    font-family: semiBold;
}
.regular {
    font-family: regular;
}

body {
    color: black !important;
    font-family: medium !important;
    font-size: 14px !important;
}
a:hover {
    text-decoration:none !important;
}
.home a {
    color:#FC8019;
}
.home a:hover {
    color:#FC8019;
    text-decoration:none;
}
.black {
    color:black !important;
}
.orange {
    color:#FC8019 !important;
}
.theme_color {
    color:#F0D286 !important;
}
button:focus {
    outline: none !important;
}




@media only screen and (max-width: 284px) {
  .head_buttons a {
    display: inline-block;
    margin-bottom: 8px;
  }
}









.front_page {
    padding: 0 !important;
    overflow:hidden;
    background-color: #A88838 !important;
    margin:0px auto;
}
.head {
    background: #F0D286;
    padding: 15px;
    border-radius: 0px 0px 0px 60px;
}
.head_top {
    position: relative;
}
.profile_image {
    width: 60px;
    height: 60px;
    float: left;
    margin-top: -10px;
}
.profile_image img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.name_title {
    margin-left: 70px;
    margin-top: 8px;
}
.name {
    font-size: 16px;
    line-height: 21px;
    padding-right: 105px;
    max-height: 44px;
    overflow: hidden;
}
.designation {
    padding-right: 105px;
	font-size:12px;
}
.company_name {
    padding-right: 105px;
	font-size:10px;
}
.logo {
    position: absolute;
    top: -9px;
    right: 0;
}
.logo img {
    width: 88px;
    height: 60px;
    object-fit: contain;
    margin: 2px;
}
hr.head_line {
    border-top: 1px solid rgb(255 255 255 / 51%);
}
.head_bottom {
    font-size: 12px;
    padding-right: 90px;
}
.single_bottom img {
    width: 13px;
    float: left;
    margin-top: 2px;
}
.single_bottom p {
    margin-left: 19px;
    margin-top: -3px;
    margin-bottom: 8px;
	font-size:12px;
}
.single_bottom.phone p {
    word-break: break-all;
}
.single_bottom.email p {
    word-break: break-all;
}
.single_bottom.address p {
    max-height: 56px;
    overflow: hidden;
}
.qr_code {
    float: right;
    margin-top: -108px;
}
.qr_code img {
    width: 80px;
}
.head_buttons {
    margin: 20px 0px 10px 22px;
}
.head_buttons img {
    height: 15px;
    margin-right: 7px;
    margin-bottom: 4px;
}
.head_buttons a {
    background: white;
    padding: 7px 18px;
    border-radius: 25px;
    margin-right: 6px;
    color: #A88838 !important;
}
.head_buttons a:hover {
    color:#A88838 !important;
}
.theme_body {
    padding: 9px;
}
.body_inner {
    padding: 0px 15px;
}
.col-md-4.menu {
    width: 33.33%;
    padding: 6px;
}
.menu_inner {
    background-image: radial-gradient(#003841, #000A16);
    color: white;
    border-radius: 15px;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 78.25%;
}
.menu_icon img {
    width: 55%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.menu_name {
    margin-top: -9px;
    padding: 0px 5px 9px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.follow_me {
    background: #f0d286;
    padding: 8px 15px;
   height: 150px;
}
.follow_title {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
}

.footer {
    text-align: center;
    padding: 7px 5px;
    background: #e6e6e6;
    /*margin-bottom: 5px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
}













* {
  box-sizing: border-box;
}

.slider {
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.slides::-webkit-scrollbar-thumb {
  background: #a88838;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
    scroll-snap-align: inherit;
    flex-shrink: 0;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}


.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
  display:none;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}
.slides img {
    height: 40px;
    margin-right: 11px;
}
.page_header {
    background: #A88838;
    margin: 0px -15px;
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 16px;
}
.page_header img {
    width: 18px;
    position: absolute;
    left: 15px;
    top: 17px;
}

.page_header .share_cat_page_icon {
    width: 18px;
    position: absolute;
    right: 20px;
    top: 17px;
    left: auto;
}


.page_content {
    padding: 20px 0px;
    text-align: justify;
}
.company_logo img {
    height: 55px;
    max-width: 100%;
    object-fit: contain;
}
.company_logo {
    text-align: center;
}
.company_numbers {
    text-align: center;
}
.number {
    border: 2px solid #F0D286;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
}
.service_name {
    text-align: center;
    color: #a88838;
    font-size: 16px;
    margin: 12px;
}
.service_divider {
    width: 75px;
    border: 3px solid #a88838;
    border-radius: 20px;
}
.single_payment {
    background: #F0D286;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin: 20px 0px;
    position: relative;
    margin-bottom: 35px !important;
}
.payment_content img {
    width: 14px;
}
.payment_content hr {
    margin: 5px 0px;
}
.payment_logo img {
    border: 2px solid #f0d286;
    background: white;
    padding: 5px;
    margin-top: -40px;
    border-radius: 35px;
    width: 130px;
}
.payment_content {
    margin-top: 5px;
    font-size: 15px;
}
.payment_tab {
    margin-bottom: 42px !important;
    margin-top: -7px;
}
.payment_tab .nav-item {
    /*width: 33%;*/
    width: 50%;
    text-align: center;
}
.payment_qr_image{
    width:70px !important;
}
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #a88838 !important;
    color: #a88838 !important;
}
.nav-tabs .nav-link {
    color: #8a8a8a;
}
.detail_single {
    margin-bottom: 10px;
}
.detail_label {
    float: left;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_value {
    padding-left: 135px;
    text-align: left;
}
.account_detail {
    margin-top: -20px;
}



/* BJP theme start */
.bjp_bj_1 {
    display: flex;
}
.bjp_orange {
    background: #FF8103;
    height: 12px;
    width: 80%;
}
.bjp_green {
    background: #13811A;
    height: 12px;
    width: 20%;
}
.bjp .head {
    background-image: url("../images/bg_bjp.svg");
    background-size: 90% 90%;
    background-position: center;
    background-repeat: no-repeat;
}
.bjp .menu_icon img {
    width: 40%;
    top: 5px;
}
.bjp .menu_inner {
    padding-top: 56.25%;
} 
.custom_hindi {
    font-size: 15px;
}
.menu_name {
    padding: 0px 5px 6px 5px;
}
.bjp .front_page {
    background-color: #ffffff !important;
}
.bjp .menu_inner {
    background-image: linear-gradient(#FF7206, #FF7206, #FF7206, #016B0F);
}
.bjp .menu_name {
    color: white;
}
.bjp .follow_me {
    background-image: linear-gradient(to left, #FF7206, #FF7206, #FF7206 85%, #13811A 15%);
    height: 150px;
}
.bjp .slides img {
    height: 30px;
} 
.bjp .slides {
    background: white;
    padding: 7px 20px;
    border-radius: 25px;
    width: 100%;
}
.view.footer_view {
    margin-bottom: 4px !important;
    margin-top: 2px !important;
}
.bjp_about_me .page_header { 
    background-image: linear-gradient(to left, #FF7206, #FF7206, #FF7206 85%, #13811A 15%) !important;
    margin: 0px -15px; 
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 16px;
}
.bjp_about_me .page_content {
    padding: 20px 0px;
    text-align: justify;
    background-image: url(../images/page_bg.png);
    /*background-size: 90% 90%;*/
    background-position: top;
    background-repeat: no-repeat;
    height: 110vh;
    background-position-y: 70px;
}
.bjp_about_me .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #FF7206 !important;
    color: #FF7206 !important;
}

/* BJP theme end */


/* Congress theme start */
.congress_cg_1 {
    display: flex;
}
.congress_orange {
    background: #FF8103;
    height: 12px;
    width: 33.33%;
}
.congress_white {
    background: #fff;
    height: 12px;
    width: 33.33%;
}
.congress_green {
    background: #13811A;
    height: 12px;
    width: 33.33%;
}
.congress .head {
    background-image: url(../images/bg_congress.png);
    background-size: 150px 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: 16px;
}
.congress .menu_icon img {
    width: 40%;
    top: 1px;
}
.congress .menu_inner {
    padding-top: 56.25%;
} 
.custom_hindi {
    font-size: 15px;
}
.menu_name {
    padding: 0px 5px 6px 5px;
}
.congress .front_page {
    background-color: #ffffff !important;
}
.congress .menu_inner {
    background-image: linear-gradient(to bottom, #FF7206,#FF7206,#ffffff,#ffffff,#13811A,#13811A);
    border: 1px solid #f0d286;
}
.congress .menu_name {
    color: black;
}
.congress .follow_me {
    background-image: linear-gradient(to right, #FF7206,#f4f2f0,#13811A);
   height: 150px;
}
.congress .slides img {
    height: 30px;
} 
.congress .slides {
    background: white;
    padding: 7px 20px;
    border-radius: 25px;
    width: 100%;
}
.view.footer_view {
    margin-bottom: 4px !important;
    margin-top: 2px !important;
}
.congress_about_me .page_header { 
    background-image: linear-gradient(to right, #FF7206,#ffffff,#ffffff,#13811A) !important;
    margin: 0px -15px; 
	border-bottom:1px solid #eae8e8;
    padding: 15px;
    color: black;
    text-align: center;
    font-size: 16px;
}
.congress_about_me .page_content {
    padding: 20px 0px;
    text-align: justify;
    background-image: url(../images/page_bg_congress.png);
    /*background-size: 290px 90%;*/
    background-position: center;
    background-repeat: no-repeat;
    height: 120vh;
    background-position-y: 40px;
}
.congress_about_me .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #2a9dff !important;
    color: #2a9dff !important;
}
.small_size{
font-size:13px !important;
line-height:23px !important;
}

@media (min-width: 768px) {
    .footer{
        width:28.30%;
    }
}
/* Congress theme end */




























