@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,600,700|Ubuntu:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Mukta+Malar:400,600,700');

@import url(owl.carousel.css);
@import url(owl.theme.default.css); 

@import url(pages.css);

/* font-family: 'Mukta Malar', sans-serif; */

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: normal;
    background: #eee !important;
    position:relative;
}
body:before{
    content: '';
    left: 0px;
    top:0px;
    height: 100%;
    width: 90px;
    background: rgba(206, 206, 206, 0.07);
    z-index: -1;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(123, 121, 121, 0.15);
}

body:after{
    content: '';
    right: 0px;
     top:0px;
    left:auto;
    height: 100%;
    width: 90px;
    background: rgba(206, 206, 206, 0.07);
    z-index: -1;
    position: absolute;
   box-shadow: 0px 0px 10px 0px rgba(123, 121, 121, 0.15);
}

p{
	font-weight:normal;
}

/* Header Top */

.header-top {
    background: #343845;
    color: #fff;
	    border-bottom: 1px solid #494c56;
}
.header-top ul {
    margin: 10px 0;
}

.header-top a {
    color: #979aa2;
}

#head_top {
    background: #000 !important;
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #222;
}

#head_top ul {
    margin: 0px;
}

#head_top a {
    color: #fff;
}

#header .container {
    border-left: 1px solid #494c56;
}
/* End Header Top*/


/* Header */

.logo {
    margin-top: 20px;
}

#header {
    position: relative;
    /* padding: 30px 0px; */
    background: #2a2f3b;
}


/* End Header */


/* Menu */

#menu {
    background:linear-gradient(to bottom,#e31919 0%, #e31919 74%, #e31919 100%);;
    position: relative;
}

#menu .navbar {
    margin-bottom: 0px;
    border: 0px;
    min-height: auto;
}

#menu .navbar-nav>li {
    padding: 0px 2px;
}

#menu .navbar-nav>li>a {
    padding: 12px 9px;
    color: #fff;
    font-size: 13px;
	//border-right:1px solid #ccc;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
}

#menu .nav>li>a:hover{
	background:#000 !important;
}

#menu .nav>li>a:hover,
#menu .nav>li>a:focus,
{
    background: #000;
}

#menu .nav li.active a {
    color: #fff;
}

#menu .nav .open>a,
#menu .nav .open>a:hover,
#menu .nav .open>a:focus {
    background: #333333;
}

#menu .dropdown-menu.single {
    min-width: 225px;
    border: 0px;
    padding: 15px;
}

#menu .dropdown-header {
    white-space: normal;
    display: block;
    font-size: 14px;
    background: #e2e8f2;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 10px 0px;
    width: 100%;
}

#menu .navbar-collapse {
    padding-left: 0px;
}



.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    /* margin-left: 16px;
  margin-right: 16px;*/
    padding: 20px 0px;
    width: 100%;
    border: 0px;
}

.marque-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 20px;
   
    width: 100% !important;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.dropdown-menu-large>li>ul,
#menu .dropdown-menu.single>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li,
#menu .dropdown-menu.single>li>ul>li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 19%;
}

#menu .dropdown-menu.single>li>ul>li {
    width: 100%;
    display: block;
}

.dropdown-menu-large>li>ul>li>a,
#menu .dropdown-menu.single>li>ul>li>a {
    padding: 5px 20px;
    clear: both;
    position: relative;
    font-weight: 300;
    line-height: 1.428571429;
    color: #949494;
    white-space: normal;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.dropdown-menu-large>li>ul>li>a:before,
#menu .dropdown-menu.single>li>ul>li>a:before {
    content: '\f0da';
    position: absolute;
    left: 10px;
    font-family: fontAwesome;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus,
#menu .dropdown-menu.single>li ul>li>a:hover,
#menu .dropdown-menu.single>li ul>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #333333;
    border-radius: 5px;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #001b45;
    font-size: 18px;
    padding: 3px 0px;
    font-weight: 700;
}

.fnt_sz {
    font-size: 16px;
}

.user_lst {
    line-height: 44px;
    color: #000;
}
.menu-icn a, .menu-icn-bottom a{
	width:50%;
	text-align:center;
	font-size: 20px;
    color: #fff;
    position: relative;
}
.menu-icn a:hover, .menu-icn-bottom a:hover{
	color:#fff;
	text-decoration:none;
}
.secondary-menu{
	float:left;
	width:100%;
	background:linear-gradient(#235af7,#1036a2);
	border-radius:0 0 15px 15px;
}
.secondary-menu .navbar-nav li a:hover{
	background:#0b2b88 !important;
}
.secondary-menu .navbar-nav li a{
	color:#fff !important;
}
.col-md-1.menu-icn {
    background: linear-gradient(to top,#ff4f4f 0%, #f71313 74%, #f71313 100%);
    border-radius: 15px 15px 0 0;
	box-shadow:0px 0px 4px #757575;
   	position: relative;
    top: 7px;
}
.col-md-1.menu-icn-bottom{
	background: linear-gradient(to bottom,#ff4f4f 0%, #f71313 74%, #f71313 100%);
    border-radius: 0 0 15px 15px;
}

.home-news-tab {
    margin: 0 0 10px 0 !important;
    background: #ccc;
}
.home-news-tab li a{
	border-radius:0 !important;
}
.home-news-tab li{
	transition: 1s all ease-in !important;
}
.home-news-tab li a:focus{
	background:none !important;
}
.home-news-tab li a:hover{
	background:#1b4ee3 !important;
	color:#fff;
}
.home-news-tab li.active a,
.home-news-tab li a:active{
	background: linear-gradient(#1e56f7,#1036a2) !important;
}

/*End Menu*/


.iffm-pad{
    margin-top: 25px;
    border: 3px solid #f3eff3;
}
.wishpg-bdr{
    border:1px solid #fff;
    height:250px;
    margin:20px 0px 30px;
   padding:20px 40px;
}
.wishpg-bdr1{
    border:1px solid #fff;
    height:250px;
    margin:20px 0px 30px;
    padding:20px 40px;
}
.wishpg-bdr1 h3{
    color:#fff;
    font-size:16px;
    
}
.wishpg-bdr1 span{
    color:#fff;
    font-size:16px;
    display:inline-block;
    margin-right:10px;
}

.dtl-h1 h1{
    text-align:center;
    font-size:25px;
    color:#fff;
    margin-bottom:10px;
    
}
/* Content section */

#content_sec {
    position: relative;
    font-family: 'Mukta Malar', sans-serif;
    padding: 20px 0px;
}

.left_side h4 {
    font-size: 15px;
    background: #1c4acd;
    color: #fefeff;
    padding: 10px;
    font-weight: 600;
    margin-top: 0px;
}

.adv-contact h1 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    background: #063307bd;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 7px 0 4px;
}

.adv-contact-row {
    border-bottom: 1px solid #efefef;
    padding: 4px 10px;
}

.adv-contact-row img {
    width: 20px;
    margin-right: 10px;
}

.adv-contact-row a {
    font-size: 16px;
    color: #5d5d5d;
}

.adv-contact-row span {
    float: right;
    color: #5d5d5d;
}
.white_bg {
    background: #fff;
	//float:left;
}
.white_bg ul {
    padding: 0 10px;
}

.desk-icon {
    margin: 0 5px 0 0px;
    float: left;
    width: 50px;
    background-size: 365px;
    background-position: -314px -153px;
}
.desk-icon, .desk-no {
    height: 50px;
    padding: 0;
}
.sprite-contact {
    background: url(../images/customer-service.png) no-repeat;
    background-size: 50px;
}

.adv-contact-con{
	width:100%;
	background:#fff;
	float:left;
	margin-bottom:13px;
}

.adv-contact-no {
    display: table-cell;
    vertical-align: middle;
}

.adv-contact-top{
	width:100%;
	padding: 10px 10px;
	float:left;
	display:table;
}
.adv-contact-ph{
	font-size: 20px;
	color:#132c65;
	display:block;
	line-height:24px;
	font-weight:bold;
}
.adv-contact-status{
	display: inline-block;
    color: #0c8b34;
    position: relative;
    left: 5px;
	font-size:12px;
}
.adv-contact-service-time{
	display: block;
    line-height: 18px;
    color: #05c125;
}
.adv-contact-spl-link{
	width:100%;
	background:#dfdfdf;
	float:left;
}
.adv-contact-spl-link li:first-child {
    border-right: 1px solid #ff0000;
}
.adv-contact-spl-link li{
	width:50%;
	padding:0 5px;
	//display:inline;
	list-style-type:none;
	float: left;
	text-align:center;
	}
.adv-contact-spl-link li a{
	padding: 0;
    line-height: 36px;
    color: #0573fb;
	text-decoration:none;
	font-size:14px;
}
.adv-contact-more{
	float:left;
	padding: 10px 0;
	width:100%;
	text-align:center;
}
.adv-contact-more a{
	padding: 10px 10px;
    color: #515b78;
    width: 100%;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
}
.adv-contact-more a:hover, .adv-contact-spl-link li a:hover{
	text-decoration:none;
}


.left_side ul,
.right_side_lst {
    padding: 10px 15px;
    margin: 0px;
}

.left_side ul li a::before {
    content: "-> ";
}
.left_side .advbanner li a::before{
	content:normal;
}
.left_side ul li a,
.right_side_lst li a {
    color: #515b79;
    display: block;
    padding-bottom: 5px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.left_side ul li a:hover,
.left_side ul li a:focus,
.right_side_lst li a:hover,
.right_side_lst li a:focus {
    text-decoration: none;
    color: #9c1b43;
}

.right_side_lst {
    padding: 15px !important;
}

.left_side ul li a img {
    width: 100%;
    margin-bottom: 10px;
}

.label {
    margin: 0 0 0 5px;
    line-height: 13px;
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    padding: 1px 10px !important;
    border-radius: 2px;
}

.label.new {
    color: #faf8fb;
    background: #1661c6;
}

.white_bg.center_prtn {
    margin-bottom: 10px;
}
.white_bg.center_prtn a {
    position: relative;
}
.white_bg.center_prtn a span {
    position: absolute;
    bottom: 8px;
    right: 12px;
}

.center_prtn .media,
.right_prtn .media {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.right_prtn .media {
    font-size: 13px;
}

.right_prtn .media p {
    margin: 0px;
}

.mob-flex-box .right_prtn ul li a:before {
    content: "-> ";
}

.center_prtn .media:hover,
.center_prtn .media:focus,
.right_prtn .media:hover,
.right_prtn .media:focus {
    text-decoration: none;
    color: #ab1d45;
}

.center_prtn h4 {
    padding: 15px 10px 0px;
    font-weight: 700;
}

.right_prtn h4 {
    background:	
red;
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 700;
    padding: 10px 10px 8px;
}

.read_mr {
    text-align: center;
    display: block;
    padding: 10px 0px;
    font-weight: 700;
}

.read_mr:hover,
.read_mr:focus {
    text-decoration: none;
}
.media-body p {
    padding: 0 10px;
}

.black-title-bg{
	background:#000 !important;
	color:#fff;
	margin-bottom:0;
	
}
.yellow-title-bg{
		background:#FFBF00!important;
	color:#fff;
	margin-bottom:0;
}
.notice{
	background:#747d82;
	//float:left;
	border:1px solid #a7a7a7;
	margin-bottom: 10px;
}
.notice a:hover{
	text-decoration:none;
}
.notice-discription .media-left{
	padding:0;
}

.notice-discription span {
    width: 100%;
    /* margin: 5px 0; */
    float: left;
    border-bottom: 1px solid #a0a0a0;
    padding: 5px 10px;
}
.notice-name {
    border-bottom: 1px solid #a7a7a7;
    padding: 4px 10px;
}
.notice-discription img{
	width:100px;
	height:90px;
}
.media-body .notice-name:last-child{
	border-bottom:none;
}


/* End Content Section */


/* Footer */


#footer {
    background: #282c35;
    color: #fff;
    padding: 20px 0px;
}

#footer ul {
    margin: 0px;
}

#footer ul.help_dsk li {
    font-size: 16px;
    font-weight: 700;
}

#footer ul li a {
    color: #848996;
}

.ftr_scl_md i {
    font-size: 28px;
}

.ftr_lnk {
    border-top: 1px solid #3c3f46;
    border-bottom: 1px solid #3c3f46;
    padding: 12px 0px 18px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.ftr_lnk ul li{
	padding-left: 0;
}
.ftr_lnk_terms{
	float: right;
}

.copyright {
    font-size: 13px;
}


/* End Footer */

.badge-default {
    background-color: #777;
}

.badge-primary {
    background-color: #fff;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-danger {
    background-color: #d9534f;
}

.navbar.navbar-icon-top {
    margin: 0px;
    border: 0px;
}

.navbar-icon-top .navbar-nav>li>a>.fa {
    position: relative;
    width: 36px;
    font-size: 18px;
}

.navbar-icon-top .navbar-nav>li>a>.fa>.badge {
    position: absolute;
    right: 0;
    font-family: sans-serif;
}

.navbar-icon-top .navbar-nav>li>a>.fa {
    top: 3px;
    line-height: 12px;
}

.navbar-icon-top .navbar-nav>li>a {
    color: #979aa2;
    font-size: 13px;
    border-right: 1px solid #494c56;
}

.navbar-icon-top .navbar-nav li:first-child a {
    border-left: 1px solid #333;
}

.navbar-icon-top .navbar-nav>li>a>.fa>.badge {
    top: -10px;
}

.navbar-icon-top li a:hover,
.navbar-icon-top li a:focus {
    background-color: #333 !important;
}
.events-main h1{
	    background: #dcdcdc;
    color: #144be8;
    font-size: 24px;
    padding: 15px 15px;
    margin-top: 0;
    border: 1px solid #ff7006;
    text-shadow: 0px 0px 4px #eaeaea;
    font-weight: bold;
}
.events-rgt-tab{
	background:#fff;
	float: left;
    width: 100%;
	border: 1px solid #d2cfcf;
}
.events-rgt-tab .media-left{
	padding-right:0px;
}
.events-rgt-tab h3{
	margin: 0 0 0px;
	    background: #f71313;
    padding: 10px 10px 8px;
    color: #fff;
    font-size: 15px;
}
.events-rgt-tab a:hover{
	text-decoration:none;
}
.events-rgt-tab a{
margin: 0 2px 4px;
    float: left;
    padding: 0 15px 10px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d2cfcf;
}
.event_colmn {
    vertical-align: top;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #d2cfcf;
	float:left;
	width:100%;
}
.event_row {
    padding: 15px;
    float: left;
    width: 100%;
    background:linear-gradient(#f5f5f5, #f5f5f5);
    position: relative;
}
.feed-date {
    float: left;
    width: 40px;
    margin-right: 20px;
    //margin-top: 20px;
}


.month {
    color: #fe6804;
}
.date, .month {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.date {
    color: #000;
}
.event-left {
    margin: 0;
    padding: 0;
    float: left;
    width: 90px;
}
.evnt_feed_img {
 	float: right;
   // position: absolute;
    width: 80px;
    //right: 5px;
    //top: 24px;
}
.evnt_feed_img img {
    height: 100%;
    background-size: 100% 100%;
}
.evnt_feed_txt h2 {
    font-size: 16px;
    margin: 0;
}
.evnt_feed_txt h2 a {
    font-size: 15px;
}
.evnt_feed_txt a:hover {
    text-decoration: none;
}
.mobi-date {
    margin: 0 auto;
    padding: 0 0 2px;
    display: none;
    width: 70px;
    border: 1px solid #f1f1f1;
}
.mobi-date .month {
    font-size: 16px;
    color: #fe6804;
    margin: 0;
}
.mobi-date .date {
    font-size: 16px;
    margin: 0 0 0 5px;
}
.evnt_feed_txt {
    padding: 0;
    display: block;
    width: 410px;
    float: left;
    position: relative;
}
.feed_place_loc {
    display: block;
    margin: 5px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #a9abb5;
}
.feed_place_loc a {
    font-size: 12px;
    color: #a9abb5;
    margin-right: 10px;
    line-height: 1.54;
    display: inline-block;
    vertical-align: middle;
}
.feed_place_loc a i {
    width: 16px;
    margin-right: 6px;
    vertical-align: top;
    position: relative;
    background-size: 250px;
}
.adv-banner-container{ 
padding: 25px;
background:#fff;
border:1px solid #d2cfcf;
float:left;
width:100%;
}
.adv-banner-container h2{
	border-bottom:1px solid #d2cfcf;
	padding:0px 10px 10px 10px	;
	margin-bottom:25px;
}
.adv-banner-container img{
	width:100%;
}
.events-rgt-tab .bar-grid{
	background:#4AA81E;
	float:left;
	width:100%;
	margin: 10px 0;
}
.events-rgt-tab .bar-grid a{
	height:auto;
	border:none;
	text-align:center;
	color:#fff;
	font-size:18px;
	padding:5px 0;
	margin:0;
}
.video_create{
	border: 2px solid #fff;
    float: left;
    height: 313px;
    margin: 10px 0 0 13px;
    width: 515px;
	background:#FAF5C3;
}

.video_create_inner{
	 float: left;
    margin: 6px 0 0 7px;
}

.video_create_thumb{
	border: 2px solid #fff;
	background:#FAF5C3;
    float: left;
    margin: 10px 0 0 19px;
    width: 500px;
}
.thumb_video{
	float:left;
	width:130px;
	height:160px;
	margin:0 13px 0 18px;
	//border:3px solid;
}

.thumb_video img{
	float:left;
	border:1px solid red;
	margin:6px 0 0 6px;
}

.thumb_video span{
	float:left;
	margin:3px 0 0 6px;
}

.video_create_left{
	border: 2px solid #fff;
    //border-radius: 5px;
    float: left;
    margin: 15px 0 5px 6px;
    width: 175px;
	background:#FAF5C3;
}

.video_left_inner{
	float: left;
    margin: 10px 0 30px 10px;
    width: 140px;
}

.video_create_left ul{
	 float: left;
    list-style-type: none;
    margin: 0 0 10px 11px;
    width: 138px;
}

.video_create_left li{
	border-bottom: 1px dotted;
    float: left;
    text-align: center;
    width: 150px;
}

.video_create_left ul li a{
	text-decoration:none;
	color:#000;
}

.video_create_right{
	border: 2px solid #fff;
    //border-radius: 5px;
    float: left;
    margin: 13px 0 0 7px;
    padding: 1px 0 0;
    width: 233px;
	background:#FAF5C3;
}
.video_right_inner{
	float: left;
    margin: 10px 0 30px 4px;
    width: 140px;
}

.video_right_inner1{
   float: left;
    margin: -28px 0 0 -15px;
}



.video_right_inner1 ul{
	list-style-type: none;
    margin: 20px 0 10px 23px;
}

.video_right_inner1 ul li a span{
	 float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 0 10px;
    width: 162px;
}

.video_right_inner1 img{
	 border: 1px solid #adadad;
    float: left;
    height: 40px;
    padding: 2px;
    width: 40px;
}
.video_right_inner1 ul li a{
	color: #333;
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px;
    text-decoration: none;
}


.marriage_main_center{
	float:left;
	width:100%;
	background:url(../images/gold-frames-wallpapers-backgrounds-for-powerpoint.jpg) fixed;
}

.marriage_center_in{
	background: none repeat scroll 0 0 #138616;
    border-radius: 5px;
    box-shadow: 0 -3px 9px -3px #fff;
    float: left;
    height: 230px;
    margin: 10px 0 10px 20px;
    width: 525px;
}

.main_center{
	float:left;
	width:100%;
	background:linear-gradient(#000,#cdcdcd) center fixed;
}
.marriage_year{
	float:left;
	width:100%;
	border-bottom:3px solid #BE2821;
}
.marriage_year h3{
	font-size:16px;
	color:#E60D1D;
	padding:20px 0 30px 20px;
}

.marriage_name{
	float:left;
	width:100%;
	border-bottom:3px solid #BE2821;
}
.marriage_name h3{
	font-size:16px;
	padding:20px 0 0px 20px;
	color:#E60D1D;
	
}

.marriage_content{
	float:left;
	margin-top:10px;
}
.marriage_content p{
	float:left;
	font-size:13;
	line-height:25px;
	color:#E60D1D;
	margin:0 0 0 20px;
	
}

.marriage_content h3{
	font-size:13px;
	color:#BE2821;
	text-align:justify;
	float:left;
	line-height:25px;
	font-weight:normal;
	margin:10px 0 10px 30px;
}

.marriage_contact{
	float:left;
	border:2px solid #BE2821;
	margin:20px 0 0 30px;
	padding:0 10px 0 0;
}

.marriage_contact h3 {
	color:#BE2821;
	font-weight:bold;
	font-size:12px;
	border-bottom:2px solid #BE2821;
	margin:10px 0 0 10px;
	padding:0 0 6px 0;
}

.marriage_contact p{
	color:#E60D1D;
	font-size:12px;
	padding:22px 70px 33px 2px;
	margin:0 0 0 50px;
}

.marriage_date{
	float:left;
	width:270px;
	margin:11px 0 0 13px;
}
.marriage_date h3{
	font-size:11px;
	font-weight:bolder; 			 
	color:#FFF002;
	font-weight:normal;
}
.marriage_more{
	float:left;
	width:auto;
	margin:30px 0 0 0;
}
.marriage_more h3 a{
	font-size:11px;
	color:#e8e5e5;
	text-decoration:none;
}
.marriage_img{
	width:100px;
	height:93px;
	float: left;
	background:#fff;
    margin: 7px 0 0 7px;
}

.marriage_table{
	//background: none repeat scroll 0 0 #fad2fb;
    float: left;
    height: 93px;
    margin: 7px 0 0 11px;
    width: 250px;
}

.marriage_table h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	margin-top:10px;
	font-size:20px;
	color:#F92B3F;
}

.marriage_table h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	margin-top:10px;
	font-size:18px;
	color:#F92B3F;
}

.birthday_main_center{
	float:left;
	width:100%;
	background:url(../images/birthday/Happy-Birthday-Wishes-Best-Wallpapers.jpg) fixed;
}


.birthday_center_in{
	background: url("../images/birthday/happy_birthday.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 -3px 9px -3px #fff;
    float: left;
    height: 190px;
    margin: 10px 0 10px 20px;
    width: 380px;
}

.birthday_img{
	width:100px;
	height:93px;
	float: left;
	background:#fff;
    margin: 7px 0 0 7px;
}

.birthday_table{
	background: none repeat scroll 0 0 #fad2fb;
    float: left;
    height: 93px;
    margin: 7px 0 0 11px;
    width: 250px;
}
.birthday_table h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	margin-top:10px;
	font-size:20px;
	color:#F92B3F;
}

.birthday_table h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	margin-top:10px;
	font-size:18px;
	color:#F92B3F;
}

.birthday_date{
	float:left;
	width:270px;
	margin:11px 0 0 13px;
}
.birthday_date h3{
	font-size:11px;
	font-weight:bolder; 			 
	color:#0B10CC;
	font-weight:normal;
}
.birthday_more{
	float:left;
	width:auto;
	margin:30px 0 0 0;
}
.birthday_more h3 a{
	font-size:11px;
	color:#0B10CC;
	text-decoration:none;
}
.birthday_image{
	float: left;
    margin: 4% 0 2% 0;
    width: 307px;
}
.birthday_content{
	float:left;
	margin-top:20px;
}
.birthday_content p{
	float:left;
	font-size:13;
	line-height:25px;
	color:#fff;
	margin:0 0 0 20px;
	
}
.birthday_content h3{
	font-size:13px;
	color:#fff;
	text-align:justify;
	float:left;
	line-height:25px;
	font-weight:normal;
	margin:10px 0 10px 30px;
}
.birthday_contact{
	float:left;
	border:2px solid #fff;
	margin:20px 0 0 30px;
	padding:0 10px 0 0;
}

.birthday_contact h3 {
	color:#F00;
	font-weight:bold;
	font-size:12px;
	border-bottom:2px solid #fff;
	margin:10px 0 0 10px;
	padding:0 0 6px 0;
}


.conleft_info{
	width:340px;
	height:25px;
	background:linear-gradient(#fff, #cdcdcd);
	border:1px solid #fbb939;
	border-collapse:collapse;
	margin:12px 0 0 10px;
	font-size:1em;
	clear:both;
	float:left;
	
}

.conleft_catagory{
   border-right: 1px solid #fbb939;
    text-align: center;
    padding: 3px 0 0 17px;
    float: left;
    width: 90px;
    height: 21px;
    margin: auto;
}
.conleft_poet{
    border-right: 1px solid #fbb939;
    text-align: center;
    padding: 3px 10px 3px 10px;
    float: left;
}


.conleft_date{
    border-right: 1px solid #fbb939;
    text-align: center;
    padding: 3px 10px 0px 20px;
    height: 23px;
    width: 90px;
    float: left;
    text-align: center;
}

.conleft_more1{
	/*background:#ffd687;*/
	/*border-right:1px dotted #fbb939;*/
	text-align:center;
	padding: 4px 0 0 20px;
	/*width:26px;*/
	float:left;
	/*position:absolute;*/
}


.conleft_catagory a{
	font-size:11px;
	text-decoration:none;
	float:left;
}
.conleft_poet a{
	font-size:12px;
	text-decoration:none;
	float:left;
}
.conleft_date a{
	font-size:13px;
	text-decoration:none;
	float:left;
}
.conleft_more1 a{
	font-size:12px;
	text-decoration:none;
	float:left;
	color:#000;
	//margin:-10px 0 0 18px;
}



.birthday_contact p{
	color:#fff;
	font-size:12px;
	padding:22px 70px 33px 2px;
	margin:0 0 0 50px;
}
.center_in{
	float:left;
	width:380px;
	height:150px;
	background:#909090;
	box-shadow:0 -3px 9px -3px #fff;
	margin:10px 0 10px 20px;
	border-radius:5px;
}

.wishes-rgt-tab {
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #d2cfcf;
}
.recent_projects{
	//float:left;
	width:920px;
	//background:#e9e9e9;
	margin:10px 0 0 35px;
	padding:0 0 30px 0;
}

.live-tvbg{
    background: #c361c5;
    margin:0px 0px;
    padding:30px 0px;
}
.wonder-bg{
    
    background: #396cff;
    margin:0px 0px;
    padding:30px 0px;
    
}
.vd-pad0{
    margin: 30px auto;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.video-pg ul.list-unstyled.advbanner {
    padding-right: 0;
    padding-left: 0;
}
.video-thumb{
	margin:0 !important;
	padding:0 !important;
}
.video-thumb p{
	color:#fff;
	text-align:center;
	margin-top:10px;
}

.winner_tag h3{
	color:#FFA007; 
	font-weight:bold; 
	font-size:16px; 
	text-align:center; 
	margin-top:21px;
}

.winner_para{

	background:#396cff; 
}

.winner_para p{
	font-size:14px; 
	color:#fff; 
	padding:5px; 
	text-align:justify; 
	
}

.winner_para a{
	font-size:12px; 
	text-decoration:none; 
	color:#FC8F06; 
	float:right;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.social-btn{
	float:right;
}

.social-btn .fa {
  padding: 5px;
  font-size: 10px;
  //width: 10px;
  text-align: center;
  text-decoration: none;
  //margin: 2px 2px;
}

.social-btn .fa:hover {
    opacity: 0.7;
}

.social-btn .fa-facebook {
  background: #3B5998;
  color: white;
}

.social-btn .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social-btn .fa-youtube {
  background: #bb0000;
  color: white;
}

.social-btn .fa-instagram {
  background: #125688;
  color: white;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

@media (min-width:768px){
    
    
.mob-logo{
display:none;
}
}

@media (max-width:768px){
    
.event_row{
    padding: 10px;
}
.evnt_feed_txt{
    padding: 0;
    width: auto;
}



}


@media (min-width:320px) and (max-width:767px){
	#content_sec{
		margin-top:10px;
	}
ul.list-unstyled.advbanner li:first-child{
	width:100%;
	margin-bottom:15px;
}
ul.list-unstyled.advbanner li {
}
ul.list-unstyled.advbanner li{
	width:45%;
	float:left;
	margin-right:15px;
}
.mob-flex-box{
	//display:flex;
	//flex-direction:column-reverse;
}
}

/* new styles 27/09/2019*/

.footer-frm{
    padding: 50px 0px;
    background: #22252b;
    margin: 0px 0px 0px;
}

.footer-frm .form-group{
    margin:0px;
}
.footer-frm .form-group .form-control{
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    height:45px;
    position:relative;
}
.footer-frm .form-group .btn{
    //display: block;
    height: 45px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    //margin-left: 30px;
}

.footer-frm .form-group i{
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 22px;
}
.footer-frm .form-group .fa-envelope{
   font-size: 16px; 
}
.footer-frm .form-group .fa-unlock-alt{
    font-size: 19px; 
}
.footer-frm .footer-list ul{
	margin:0 0;
}
.footer-frm .footer-list li:first-child{
	border-top: 1px solid #fff;
}
.footer-frm .footer-list li{
	padding:0 0;
	border-bottom: 1px solid #fff;
	padding:5px 0;
}
.footer-list li a{
	color: #848996;
	font-size: 12px;
}
.footer-list-title h2 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.footer-frm ul{
    margin:60px 0px 0px 0px;
}
.footer-frm ul li{
    padding:0px 10px;
}

.footer-frm ul li img{
    width: 140px;
    height: 70px;
}
.birthday-sec{
    margin: 20px 0px 0px;
    padding: 0px 40px 30px;
   
}
.birthday-bg{
     background: #ce3daf;
     padding: 20px 40px 30px;
     overflow:hidden;
}

.birthday-bg .item {
    text-align: center;
}

.birthday-bg .item img {
    width: 100%;
    margin: 20px 0px 10px;
    border-radius:10px;
    height:auto;
}

.marriage-bg{
     background: #258004;
     padding: 20px 40px 30px;
     overflow:hidden;
}

.marriage-bg .item {
    text-align: center;
}

.marriage-bg .item img {
    width: 330px;
    margin: 20px 0px 10px;
    border-radius:10px;
    height:auto;
}

.neeratu-bg{
     background: #ff9620;
     padding: 20px 40px 30px;
     overflow:hidden;
}

.neeratu-bg .item {
    text-align: center;
}

.neeratu-bg .item img {
    width: 330px;
    margin: 20px 0px 10px;
    border-radius:10px;
    height:auto;
}
.owl-nav{
position: absolute;
top: 50%;
right: 0px;
width:100%;
}
.owl-nav button{
position: absolute !important;
background: #c716c1 !important;
border-radius: 20px;
color: #fff !important;
}
.owl-nav .owl-prev{
left: 8px;
}
.owl-nav .owl-next{
right: 8px;
}
.owl-nav button span {
width: 30px;
display: block;
height: 30px;
line-height: 25px;
font-size: 28px;
}
.birthday-bg h2{
    font-size: 20px;
   background: #b3029c;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
}

.marriage-bg h2{
    font-size: 20px;
   background: #f51212e6;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
}

.neeratu-bg h2{
    font-size: 20px;
   background: #0083c1;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
}
.birth-pad h1{
    color:#fff;
}
.adio{
    display: block;
    vertical-align: bottom;
    margin-top: 21px;
}
.nd-birth h1{
    color: #fff;
    font-weight: 600;
}

.nd-birth h4{
    color: #fff;
    font-weight: bold;
    font-size:15px;
	margin: 0;
}
.nd-birth p{
    color: #fff;
    //font-weight: bold;
    font-size:15px;
}

.nme-pad{
   border-top: 3px solid #fff;
   padding-top: 20px;
}
.nme-pad h4 span{
   //margin-top:0px;
   //margin-right:40px;
   float:right;
}

@media (min-width: 768px) {
    #menu .navbar-brand {
        display: none;
    }
    .navbar-icon-top .navbar-brand {
        padding: 25px 15px;
    }
    .navbar-icon-top .navbar-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .navbar-icon-top .navbar-btn,
    .navbar-icon-top .navbar-form {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .navbar-icon-top .navbar-nav>li>a {
        text-align: center;
        display: table-cell;
        height: 80px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-icon-top .navbar-nav>li>a>.fa,
    .navbar-icon-top .navbar-nav>li>a>.glyphicon {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }
    .navbar-icon-top .navbar-nav>li>a>.fa>.badge,
    .navbar-icon-top .navbar-nav>li>a>.glyphicon>.badge {
        top: -7px;
    }
}

@media screen and (max-width:359px) {
    .navbar-icon-top li {
        width: 50%;
        float: left;
    }
    .navbar-icon-top .navbar-nav li:first-child a {
        border-left: 0px;
    }
}

@media (min-width:360px) and (max-width:479px) {
    .navbar-icon-top li {
        width: 50%;
        float: left;
    }
    .navbar-icon-top .navbar-nav li:first-child a {
        border-left: 0px;
    }
}

@media (min-width:480px) and (max-width:520px) {
    .ad_img_side li {
        width: 30%;
        float: left;
        padding-right: 15px;
    }
}

@media (min-width:521px) and (max-width:767px) {
    .ad_img_side li {
        width: 30%;
        float: left;
        padding-right: 15px;
    }
}

@media screen and (max-width:767px) {
    
    .fa-bars{
        display:none;
    }
    
    
.header-top ul {
    margin: 0px 0 15px;
    text-align: center;

}
#head_top .col-md-7{
    display:none;
}
.hidden-xsbl{
    display:block !important !important;
}

.mob-logo{
    float: right !important;
}

.secondary-menu{
    display:none;
}
    
    
.col-md-1.menu-icn{
	display:none;
}
.navbar-nav{
	background:#515B78;
	margin-bottom:0 !important;
}
.nav-bar-utube {
    margin-top: 0 !important;
    padding: 10px;
}
.nav-bar-utube button {
    width: 100%;
}
#menu{
	background: #fff;
    position: relative;
    width: 100%;
    top: auto;
    z-index: 100;
}

.header-top{
    padding:15px 0px;
}
.menu-icn-bottom{
    display:none;
}

#header{
	display:none;
	position: fixed;
  /* padding: 30px 0px; */
    background: #0e0e0e;
    top: 50px;
    z-index: 100;
    width: 100%;
}

#menu .navbar-toggle .icon-bar {
        background: #3a3a3a;
        display: block;
        width: 31px;
       height: 6px;
       border-radius: 1px;
    }
    #menu .navbar-toggle {
       margin-right: auto;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        padding: 20px 20px;
        position: absolute;
        left: 0px;
    }
    .dropdown-menu-large>li>ul>li,
    #menu .dropdown-menu.single>li>ul>li {
        width: 50%;
        display: block;
        float: left;
    }
    .dropdown-menu-large>li>ul>li>a,
    #menu .dropdown-menu.single>li>ul>li>a {
        font-size: 11.5px;
        margin-bottom: 0px;
        color:#fff;
    }
    #menu .dropdown-header {
        font-size: 12px;
        font-weight: normal;
        background: #78797b;
    }
    #head_top,
    #head_top .text-right,
    .logo,
    #footer,
    #footer .text-right {
        text-align: center;
		margin:0 !important;
		padding:0 !important;
    }
    #footer .text-right {
        margin-top: 15px;
    }
    .logo img {

     margin: 13px 0px 10px -60px;
    width: 230px;

    }
    

    .navbar-icon-top li {
        display: inline-block !important;
    }
    .navbar-icon-top .navbar-nav {
        text-align: center;
    }
    .navbar-icon-top .navbar-nav>li>a {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .white_bg.center_prtn {
        margin-top: 20px;
    }
    .center_prtn .media,
    .right_prtn .media {
        font-size: 14px;
    }
    .left_side h4 {
        padding: 7px 10px;
    }
    .no_pad_r {
        padding-right: 15px !important;
    }
    .ftr_lnk {
        padding-bottom: 10px;
    }
    .ftr_lnk li {
        padding-bottom: 8px;
    }
    #menu .navbar-collapse {
        padding-left: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ad_img_side li {
        width: 30%;
        float: left;
        padding-right: 15px;
    }
    #footer .text-right {
        margin-top: 15px;
    }
    #footer,
    #footer .text-right {
        text-align: center;
    }
    #menu .navbar-nav>li>a {
        padding: 12px 6px;
        font-size: 11px;
    }
    .dropdown-menu-large>li>ul>li,
    #menu .dropdown-menu.single>li>ul>li {
        width: 24%;
    }
    .dropdown-menu-large>li>ul>li>a,
    #menu .dropdown-menu.single>li>ul>li>a {
        font-size: 11px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    #menu .dropdown-header {
        font-size: 12px;
        font-weight: normal;
    }
}

@media (min-width:992px) and (max-width:1200px) {}

/*25/09/2019 new styles*/

.inner-nav{
width: 850px;
    background: -webkit-linear-gradient(#fff, #cdcdcd);
    background: -o-linear-gradient(#fff, #cdcdcd);
    background: -moz-linear-gradient(#fff, #cdcdcd);
    background: linear-gradient(#fff, #cdcdcd);
    height: 37px;
    border-radius: 10px;
    margin: 20px auto 20px;
	
}
.inner-nav ul{
	list-style-type:none;
	margin:0 0 0 60px;
}

.inner-nav ul li{
	display:inline;
	position:relative;
	float:left;
	margin: 0 0 0 70px;
}
.inner-nav ul li a{
	text-decoration:none;
	font-size:12px;
	display:block;
	color:#383838;
	
	line-height:25px;
	padding:7px 5px 5px 5px;
}

.inner-nav ul li:hover a{
	color:#fff;
	background: -webkit-linear-gradient(#ff2828, #b20505); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff2828, #b20505); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff2828, #b20505); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff2828, #b20505); /* Standard syntax (must be last) */
	width:auto;
	height:auto;
	margin-bottom:10px;

}


.members_container{

	border-radius: 10px;
    box-shadow: 0 0 25px 0px rgba(228, 228, 228, 0.82);
    width: 720px;
    height: 320px;
    margin: 30px 0px 80px 0px;
}

.members_photo{
	float:left;
	margin:55px 0 0 23px; 
	width:200px; 
	height:220px;
	border-bottom:2px solid;
}

.members_photo img{
	float:left;
	margin:10px 0 0 10px; 
	box-shadow:0 0 85px -10px #dd0000;
	border-radius: 105px;
}

.members_details{
float: left;
    width: 320px;
    height: 220px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin: 66px 0px 11px 40px;
}

.member_select{
	margin-top:20px;
	text-align:center;
}
.member_select h3{
	color:#fff;
	font-size:14px;
}
	

.overall_member{
	float:left;
	width:100%;
	//border:1px solid #fff;
}

.athikaram{
	float:left;
	width:216px;
	border:1px solid #C10940;
    margin:10px 0 10px -1px;
	overflow-y:scroll; 
	overflow-x:auto;
	height:650px;
}

.amazon_scroller{
	padding: 0px;
    margin: 0 0 0 50px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
	
}
.amazon_scroller .amazon_scroller_nav{
    position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
    cursor: pointer;
    position: absolute;
}
.amazon_scroller .amazon_scroller_mask{
    position: absolute;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}
.amazon_scroller ul{
    padding: 0px;
    margin: 0px;
    float: left;
}
.amazon_scroller ul li{
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    text-align: center;
    display:inline;
}
.amazon_scroller ul li a{
    text-decoration: none;
}
.amazon_scroller ul li a amazon_scroller_title{
	overflow:hidden;
}
.amazon_scroller ul li a:hover{
    text-decoration: underline;
}
.amazon_scroller ul li a img{
    border: none;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
.current
{
    background-color:red;
}


