.success1 p{
color:green;
font-size: 14px;
}
.error1 p{
color:red;
font-size: 14px;
}
.success2 p{
color:green;
font-size: 14px;
}
.error2 p{
color:red;
font-size: 14px;
}
.success3 p{
color:green;
font-size: 14px;
}
.error3 p{
color:red;
font-size: 14px;
}

.success12 p{
color:green;
font-size: 14px;
}
.error12 p{
color:red;
font-size: 14px;
}

.bullet{
	    border-radius: 50px;
    background: #2cbb2c;
    height: 10px;
    width: 10px;
	    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
    
}
.listdiv{
display: inline-block;
margin-right: 8px;
margin-left: 5px;
margin-top: 5px;
}
.desc_height{
text-align: center;
    height: 52px;
    color: #fff;
    font-size: 12px;
    background: #00ada9;
}
.desc_height1{
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;;
    /* left: 0; */
    /* right: 0; */
    color: #fff;
    /* margin-top: 15px; */
    /* margin-right: 15px; */
    bottom: 68px;
    height:100px;
	width: 245px;
	    text-align: left;
}
.desc_height2{
    background-color: rgba(0, 0, 0, 0.62);
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0px;
    /* left: 0; */
    /* right: 0; */
    color: #fff;
    /* margin-top: 15px; */
    /* margin-right: 15px; */
    bottom: 15px;
    width: 244px;
    text-align: left;
}
.w3-prfr1 a {
   text-align:center;
    color: #fff;
  
}
.success4 p{
color:#fff;
font-size: 14px;
}
.error4 p{
color:#fff;
font-size: 14px;

}
.success5 p{
color:green;
font-size: 14px;
    text-align: center;

}
.error5 p{
color:red;
font-size: 14px;
    text-align: center;

}

.success6 p{
color:green;
font-size: 14px;
    text-align: center;

}
.error6 p{
color:red;
font-size: 14px;
    text-align: center;

}

.success8 p{
color:green;
font-size: 14px;
    text-align: center;

}
.error8 p{
color:red;
font-size: 14px;
    text-align: center;

}
#accountdiv{
    background: #f7f6f6;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #dad7d7;
 


}
.edit-link{

float: right;
font-size: 14px;
font-weight: 600;
margin-right: 10px;
}
.img-class{

	    float: right;
    margin-right: 10px;
    margin-top: 30px;
}
.imageuploadbox{
    border-radius: 20px;
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    z-index: 10;
    padding:10px;
    text-align: center;
}
.imageuploadbox a {
    font-size: 12px;
}

#frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: 75vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
      border: 1px solid #bfbaba;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #4ebdbb;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#contacts a{
	color:#fff;
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 5px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 0px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 5px 0 5px 0;
  font-size: 0.9em;
  cursor: pointer;
  border: 1px solid #9c9a9a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #00ada9;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #00ada9;
  border-right: 5px solid #fff;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: 15px 0 0 -15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
.contact-status a .busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
 height: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 130px);
  max-height: calc(100% - 130px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #00ada9;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 30px;
  border-radius: 50%;
  float: left;
  height: 30px;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 10px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  
  border: none;
  width: 70px;
  padding: 8px 0;
  cursor: pointer;
  background: #00ada9;
  color: #f5f5f5;
}

#frame .content .message-input .wrap #acceptbtn{
margin-right: 30px;
    border: none;
    width: 80px;
    padding: 5px 0;
    cursor: pointer;
    background: #00ad6e;
    color: #f5f5f5;
    margin-bottom: 10px;
}
#frame .content .message-input .wrap #declinebtn{
margin-right: 30px;
    border: none;
    width: 80px;
    padding: 5px 0;
    cursor: pointer;
    background: #e91e1e;
    color: #f5f5f5;
	margin-bottom: 10px;
}

@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #00ada9;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}
.w3layouts-banner4 {
   background: url(../images/event-banner.jpg) no-repeat 0px 0px;
   background-size: cover;
   min-height: 445px;
}
p.event-head {
   text-align: center;
   color: #fff;
   font-size: 35px;
}
.banner-bottom-grid {
   background-color: #fff;
   padding: 0 0 10px 0px;
}
h4.grid-hed {
     font-weight: 700;
    color: #000;
    padding: 10px;
    font-size: 20px;
}
.main_bg_div1 {
   background-image: url(../images/EVENT-BG.jpg);
}
h5.grid-loc {
   padding: 10px;
}
.more a {
   padding: 2px 0 4px 19px;
   color: #fff;
   background-color: #00adab;
   display: block;
   width: 93px;
   height: 37px;
   text-decoration: none;
   font-size: 14px;
   margin: 0 0 0 16em;
   border-radius: 3px;
}
.more1 a {
   padding: 2px 0 7px 16px;
   color: #fff;
   background-color: #0072bb;
   display: block;
   width: 114px;
   height: 37px;
   text-decoration: none;
   font-size: 14px;
   margin: 0 0 0 16em;
   border-radius: 3px;
}
p.grid-date1 {
   padding: 0px 0px 8px 10px;
   color: #0072bb;
   font-size: 23px;
   float: left;
}
center.sep {
   margin: -21px 0 21px 0px;
}
.border-box {
   border: 1px solid #fff;
   padding: 6px;
}
p.grid-date {
   padding: 0px 0px 8px 10px;
   color: #00ada9;
   font-size: 23px;
   float: left;
}
#eventdiv{
padding-bottom:30px;
padding-top:30px;
}
.col-md-5.sec {
    color: #fff;
}
.col-md-5.sec p {
    color: #fff;
    line-height: 28px;
}
.fancybox-next span {
  left: auto;
  right: 20px;
 }
 .fancybox-prev span {
  left: 20px;
 }
 .cursor {
    cursor: pointer;
    margin: 15px 0;
}
.fancybox-nav span {
 visibility: visible;
}
.alert-success1 {
   color: #a52721;
   background-color: rgba(255, 255, 255, 0.88);
   border: 2px solid #000;
}
.alert1 {
   padding: 15px;
   margin-bottom: 20px;
   border: 4px solid #FFC107;
   border-radius: 21px;
}
.bookp{
	    text-align: center;
    color: #000;
    font-size: 14px;
}
span.h3.text-center {
   color: #121940;
}
dl {
   margin-top: 0;
   margin-bottom: 20px;
   font-size: 15px;
}
.dl-horizontal dd {
   margin-left: 180px;
   line-height: 35px;
}
.dl-horizontal dt {
   float: left;
   width: 160px;
   overflow: hidden;
   clear: left;
   text-align: right;
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 35px;
}
.button1 {
   background-color: white;
   color: black;
   border: 2px solid #4CAF50;
   padding: 0px 21px;
   border-radius: 5px;
   font-size: 17px;
}
.button1:hover {
   background-color: #4CAF50; /* Green */
   color: white;
}
.button1 {
   background-color: #c3190a;
   color: #fff;
   border: 2px solid #FFC107;
   padding: 0px 21px;
   border-radius: 5px;
   font-size: 17px;
}
.button1:hover {
   background-color: #FFC107;
   color: white;
   border: 2px solid #FFC107;
}
b, strong {
       font-weight: 500;
   color: #000;
}

.thumbnail
{
	margin-top:20px;
}

.ms-search input{
width: 100%;
}
.ms-options-wrap button{
position: relative;
width: 100%;
text-align: left;
border: 1px solid #dbdbdb;
background-color: #fff;
margin-top: 1px;
font-size: 13px;
color: #6f6767;
outline: none;
white-space: nowrap;
border-radius: 5px;
}
.topnav ul{
    margin: 0px;
}
.topnav li{
	list-style:none;
	float:left;
}
.dropdown1 {
    position: relative;
    display: inline-block;
}


.dropdown-content {
  display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 12px;

    color: #000;

}
.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content a  {
    float: none;
    color: black;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown1:hover .dropdown-content {
    display: block;
}
.nav navbar-nav navbar-right{
padding-right:25px;
}
.downloadbox{
   padding-left: 0px;
    padding-right: 0px;
}
.serviceBox{
    /*border-bottom: 4px solid #d0dde4;
    border-right: 4px solid #d0dde4;
    background: #fff;
    padding: 30px 40px 27px;
    transition: all 0.3s ease-in-out 0s;*/
}
.serviceBox:hover{
    border-color: #27c9c6;
}
.serviceBox .service-icon{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #27c9c6;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #fff;
    margin: 0 20px 0 0;
    transition: all 0.3s ease-in-out 0s;
}
.content{
padding: 10px;
border: 5px solid #e4e4e4;
}
.serviceBox .title{
background: #e7e7e7;
padding: 10px;
color: #f85555;
font-weight: 200;
font-family: roboto;
font-size: 20px;
border: 1px solid #bababa;
}
.description{
padding: 15px 0;
font-size: 20px;
color: #606060;
}
.serviceBox .title1{
background: #e7e7e7;
padding: 10px;
color: #12993f;
font-weight: 200;
font-family: roboto;
font-size: 20px;
border: 1px solid #bababa;
}
.serviceBox .fa{
    color: #a1a1a1;
    margin-right: 10px;
    font-size: 24px;
}
	


.serviceBox .read-more{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #27c9c6;
    text-transform: capitalize;
}
.serviceBox .read-more:hover{
    letter-spacing: 0.3px;
    color: #27c9c6;
}
.serviceBox .read-more:after{
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #27c9c6;
    margin-left: 7px;
    transition: all 0.2s ease 0s;
}
.description span{
  float: right;
    height: 0px;
    width: 36px;
    color: #fff;
    background: red;
    text-align: center;
    vertical-align: middle;
    border-radius: 75px;
    padding-bottom: 37px;
    font-size: 17px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
#invitationsdiv:hover {
    box-shadow: 5px 5px 5px 5px #e0dbdb;
}
 .profile-det h1 {
    background: #ffffff;
    padding: 7px 0;
    color: #c41e28;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 31px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
}
.profile-det1 {
    margin-top: 30px;
}
.col-md-8.tyt {
    text-align: center;
}
p.wer {
     padding: 5px 0; */
    text-align: center;
    background-color: #ebebeb;
    /* margin: 26px 96px; */
    border-radius: 12px;
	    position: relative;
    top: -860px;
    /* left: -20px; */
    display: block;
    /* color: red; */
    margin-left: 200px;
}
p.ght {
    text-align: center;
        font-size: 13px;
}
.info {
    text-align: center;
}
.col-lg-11.fgt {
    border-bottom: 1px solid #e1e1e1;
}
.info1 {
    text-align: center;
    padding: 20px 0;
}	
.mt20
{
	margin-top:20px;
}
div#ban12 {
    z-index: 999;
    margin-top: -71px;
    background: url(../images/bg.jpg);
    margin-bottom: 91px;
    
}
.tut img{
	border-radius: 50px;
    height: 100px;
    width: 100px;
    border: 5px solid #c7c5c5;
	margin-left: 35px;
}
.stmt1{
	font-size:18px;
	color:#1b1b1b;
	text-align:center;
	
}
	.tut {
    background-color: #fff;
    margin: 30px;
    padding: 23px 0px 262px 23px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #9E9E9E;
    border-radius: 8px;
}
.wed {
    color: #145a82;
    font-weight: 100;
    padding-bottom: 20px;
}
p.stmt {
    border-bottom: 1px solid #fe4f4f;
    width: 77%;
	    color: #1b1b1b;
    font-size: 18px;
}
.stmt span{
	font-size: 28px; color: #000;font-weight: 900;
}
.stmt2 {
    margin-left: 65px;
}
.stmt3{
	margin-left:100px;
}
.stmt4{
	margin-left:75px;
}
p.cal-para {
    font-size: 30px;
    font-weight: 600;
	color: #000;
    text-align: center;
}
.calen {
    text-align: center;
    background: url(../images/calendar.png);
    height: 170px;
}
p.txt1 {
    padding-top: 48px;
    color: #fff;
	font-size: 16px;
}
p.txt2{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px;
    color: #000;
	text-align: center;
}
.ms-options {
    position: absolute;
    z-index: 1;
    width: 255px;
    background: #fff;
    border: 1px solid #b7b7b7;
}
.swal-footer{
text-align: center; 
		
}
.norecmsg{
 text-align:center;
}
.featured-ribbon{
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 13px;
    text-align: center;
    width: 65px;
    z-index: 2;
}
.featured-ribbon span{
    background: #d2281e none repeat scroll 0 0;
    box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
    color: #fff;
    display: block;
    font: 600 10px/30px 'Source Sans Pro', sans-serif;
    position: absolute;
    right: -20px;
    text-align: center;
    width: 100px
}
.featured-ribbon1{
height: 80px;
overflow: hidden;
position: absolute;
right: 14px;
text-align: right;
top: 176px;
width: 110px;
z-index: 0;  
}
.featured-ribbon1 span{
background: #1b6b2a none repeat scroll 0 0;
box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
color: #fff;
display: block;
font: 600 10px/30px 'Source Sans Pro', sans-serif;
position: absolute;
right: -25px;
text-align: center;
text-transform: uppercase;
width: 155px; 
}
.hover-img{
opacity: 0.9;
position: absolute;
height: 290px;
width: 245px;   
    
}
.hover-img1{
opacity: 0.9;
position: absolute;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
	border: 1px solid #cccccc;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
            display: none;
}
.avatar-upload .avatar-edit input + label{
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all .2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover{
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }
.avatar-upload .avatar-edit input + label::after{
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 5px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

.avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            /*border-radius: 100%;*/
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
.blockreport{
height: 80px;
overflow: hidden;
position: absolute;
top: 14px;
width: 60px;
z-index: 15;
    
}   
.blockreport .btn {
    background-color: #AE3021;
    color: white;
    padding: 10px;
    font-size: 5px;
    cursor: pointer;
}

.blockreport .btn:hover, .dropbtn:focus {
    background-color: #d82f1b;
}

.blockreport1{
height: 80px;
overflow: hidden;
position: absolute;
top: 8px;
width: 60px;
z-index: 15;
right: 0;
    
}   
.blockreport1 .btn {
    background-color: #AE3021;
    color: white;
    padding: 10px;
    font-size: 5px;
    cursor: pointer;
}

.blockreport1 .btn:hover, .dropbtn:focus {
    background-color: #d82f1b;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content1 a {

    color: black;
    padding: 0px 10px;
    text-decoration: none; 
    display: block;
    height: 25px;
}

.dropdown1 a:hover {background-color: #ddd;}

.show {display: block;}