/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}
/* Home */
#index_banner {
  background-image: url('./../img/banner-bg-01.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 90px;
  background: #B4274D;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
  color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #719a0a;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: .3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #ffffff;
}

.footer .footer-link a:hover {
  color: #fbaf32;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
  color: #fbaf32;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
  display: flex;
}

.footer .footer-social a {
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbaf32;
  border-radius: 35px;
  font-size: 16px;
  color: #ffffff;
}

.footer .footer-social a:hover {
  background: #719a0a;
}

.footer .footer-social a:last-child {
  margin: 0;
}

.footer .footer-newsletter .form {
  position: relative;
  width: 100%;
}

.footer .footer-newsletter input {
  height: 60px;
  background: transparent;
  border: 1px solid #fbaf32;
  border-radius: 5px;
}

.footer .footer-newsletter .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 44px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
}

.footer .copyright {
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #0E0E0D;
}

.footer .copyright p {
  margin: 0;
  display: inline-block;
  color: #ffffff;
}

.footer .copyright p a {
  color: #fbaf32;
}

.footer .copyright p a:hover {
  color: #719a0a;
}

.bx-bell{
  color: #fbaf32;
}

.bx-user-circle{
  color: #fbaf32;
}

.bg-light{
  border: 1px solid grey;
  border-radius: 10px;
}

.box .food-item {
  min-height: 60px;
  min-width: 60px;
  background: #fbaf32;
  margin-top: 10px;
}

.recommend{
  margin-top: 30px;
  
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 23.2%;
  padding: 5px;
  margin-top: 10px;
  margin-left: 14px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 94%;
  }
}

.see-all{
  text-align: right;
  margin-top: -25px;
  margin-right: 4px;
  color: #B4274D;
}

@media screen and (max-width: 500px) {
  .see-all {
    margin-right: 0px;
    
    margin-top: 10px;
  }
}


.parent {
  margin-top: 10px;
  text-align: left;
}
.child {
  display: inline-block;
  border-radius: 5px;
  background-color: #fbaf32;
  color: white;
  padding: 1rem 1rem;
  vertical-align: middle;
}

.child1 {
  display: inline-block;
  border-radius: 5px;
  background-color: #D61C4E;
  color: white;
  padding: 1rem 1rem;
  vertical-align: middle;
  margin-left: 10px;
}

.child2 {
  display: inline-block;
  border-radius: 5px;
  background-color: #DA4554;
  color: white;
  padding: 1rem 1rem;
  vertical-align: middle;
  margin-left: 10px;
}

.verify{
  color:#D61C4E;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 430px;
  margin: auto;
  text-align: center;
  background-color: #D61C4E;
  padding: 8px;
  border-radius: 8px;
}

.title {
  color: white;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.inside-box{
  background-color: white;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
}

.ad-btn{
  background-color: #fbaf32;
  color: #ffffff;
}

.edit-box{
  background-color: white;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.user-img{
  border-radius: 50%;
}

.inbox{
  background-color: white;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.matching{
  background-color: white;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  margin-top: -20px;
}
.matches-btn{
  background-color: #B4274D;
    color: #ffffff;
    margin-right: 35px;
}

.viewed-btn{
  background-color: #B4274D;
    color: #ffffff;
}
@media screen and (max-width: 500px) {
  .viewed-btn {
    margin-top: 23px;
    background-color: #B4274D;
    color: #ffffff;
  }
}


.header-matches{
  margin-left: 111px;
  margin-top: 36px;
}

@media screen and (max-width: 500px) {
  .header-matches {
    margin-left: 23px;
   
  }
}

@media screen and (max-width: 1050px) {
  .header-matches {
    margin-left: 37px;
   
  }
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
 /* opacity: 0; */
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.profile-img {
  float: left;
  width: 30%;
  padding: 5px;
  margin-top: 10px;
  margin-left: 14px;
}

.respond-img {
  float: left;
  width: 20%;
  padding: 5px;
  margin-top: 10px;
  margin-left: 14px;
}

@media screen and (max-width: 500px) {
  .profile-img {
    width: 94%;
  }
  .respond-img{
    width: 94%;
  }
}

@media screen and (max-width: 500px) {
  .about-profile {
    padding-left: 1em;
  }
}

.match-top{
  margin-top: -18px;
}

.inbox-box{
  background-color: #D61C4E;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

sent{
  color: white;
}

.respond-profile{
  margin-top: 40px;
  padding-left: 1em;
}

.members{
  margin-left: 18px;
}

.awaiting {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .awaiting {
    margin-top: -130px;
  }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
  }
  .card-registration .select-arrow {
  top: 13px;
  }

 .bg-light-form{
    border: 1px solid grey;
    border-radius: 10px;
    background-color: #f6f9fe!important;
    margin-right: 50px;
  }

  @media screen and (max-width: 500px) {
    .bg-light-form {
      margin-left: 0px !important;
      margin-right: 10px;
      margin-top: 10px;
    }
    .bg-light-search{
      margin-right: 0px !important;
      margin-left: 44px !important;
      margin-top: 5px;
    }
    .search-img{
      width: 100% !important;
    }
  }

  .bg-light-search{
    background-color: #D61C4E;
    color: #ffffff;
    border-radius: 10px;
    margin-left: 50px;
  }

  .btn-search{
    color: #ffffff;
    background-color: #fbaf32;
  }

  .free{
    padding-left: 35px;
    padding-right: 50px;
  }

  .reg-btn{
    background-color: #B4274D;
    color: #ffffff;
  }

  .food {
    position: relative;
    width: 100%;
    padding: 60px 0px 60px 0px;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}


.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}

.member{
  padding: 0px 0px !important;
  min-height: 352px !important;
}

.top-head{
  background-color: #fbaf32;
  border-radius: 15px 15px 0px 0px;
}

.top-content{
  padding: 0px 30px;
}

.reg-buy{
  background-color: #fbaf32;
  color: #ffffff;
  margin-top: 10px;
  min-width: 10em; 
}

.box .food-item {
  min-height: 320px;
  height: 318px;
  background: white;
}

.plans {
  line-height: 2em;
}

.premium{
  padding-left: 50px;
}

.bg-notification-form{
  border: 1px solid grey;
  border-radius: 10px;
  background-color: #f6f9fe!important;
  margin-left: 50px;
  margin-right: 50px;
}

.bg-notification-inside{
  border: 1px solid grey;
  border-radius: 10px;
  background-color: #E7DBBF!important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.not-img{
  border-radius: 10px;
  float: left;
  width: 9%;
  padding: 5px;
  margin-top: 10px;
  margin-left: 14px;
}

.not-content{
  width: 100%;
  margin-top: 8px;
}

@media screen and (max-width: 500px) {
  .not-img {
    width: 18%;
  }
  .bg-notification-form {
    margin-left: 0px;
    margin-right: 0px;
  }

  .bg-notification-inside{
    padding: 0px !important;
  }

   .not-img{
    width: 26% !important;
   }
   .time-not{
    margin-right: 10px;
   }
   .not-content{
    margin-top: 0px;
   }
   .bg-notification-form{
    padding: 0px !important;
   }

}

@media screen and (max-width: 1050px) {
  .not-img {
    width: 15%;
  }
}

.time-not{
  text-align: right;
  margin-top: -42px;
}

.today {
  margin-top: 20px;
}

.header-profile {
  margin-left: 37px;
  text-align: center;
  margin-top: 40px;
}

.edit-photo{
  text-align: center;
  color: #B4274D;
}

.edit-mob{
  color: #D61C4E;
}

.user-photo {
/*  float: left;
  width: 35%; */
  padding: 10px;
  margin-top: 10px;
  margin-left: 14px;
}

@media screen and (max-width: 1050px) {
  .user-photo {
    width: 39%;
  }
  .bg-light-profile {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .edit-pro{
    width: 28% !important;
  }
  .info-per {
    margin-left: 63px !important;
}
.bg-light-edit-personal{
  margin-left: 51px !important;
  margin-right: 30px !important;
}

}

@media screen and (max-width: 500px) {
  .user-photo {
    width: 100%;
  }
  .bg-light-profile{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .edit-pro{
    width: 100% !important;
  }
  .info-per {
    margin-left: 47px !important;
}
.bg-light-edit-personal{
  margin-left: 36px !important;
  margin-right: 10px !important;
}
.pref-title{
  margin-bottom: -20px ;
}
.chat-img{
  margin-left: -20px;
}
.your-call {
  margin-left: 0px !important;
}
}

.bg-light-profile{
  border: 1px solid grey;
  border-radius: 10px;
  background-color: #f6f9fe;
  margin-left: 250px;
  margin-right: 250px;
}

.bg-light-edit-profile{
  border: 1px solid grey;
  border-radius: 10px;
  background-color: #f6f9fe;
}

.edit-pro{
  float: left;
  width: 20%;
  padding: 10px;
  margin-top: 10px;
  margin-left: 14px;
}

.info-per {
  margin-left: 134px;
  padding-top: 15px;
}

.bg-light-edit-personal{
  border: 1px solid grey;
  border-radius: 10px;
  background-color: #f6f9fe;
  margin-left: 121px;
  margin-right: 98px;
}

.edit-btn{
  background-color: #B4274D;
    color: #ffffff;
    float: right;
    margin-top: -40px;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li{
  padding: 4px;
}

.control-group {
  padding: 4px 64px 0px 64px;
}

.pref-title{
  text-align: center;
  margin-top: 25px;
}

.pref-btn{
      padding: 12px 25px;
    
    color: #ffffff;
    background: #FF0000;
    border: 2px solid #FF0000;
    border-radius: 5px;
    transition: .5s;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}


/* Add styles to the form container */
.form-container {
  max-width: 1220px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] ,.form-container input[type=date],.form-container .select_box,.form-container .words{
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #fbaf32;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.edit-btn-two{
  background-color: #B4274D;
  color: #ffffff;
  float: right;
  margin-top: -40px;
}


.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: -200px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

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

.show {display: block;}

.see-btn{
background-color: #fbaf32;
color: #ffffff;
margin-left: 6px;
}

.submit-btn{
  background-color: #D61C4E;
  color: #ffffff;
  margin-left: 52px;
}

.verification {
  background-color: #D61C4E;
      align-items: center;
      color: #ffffff;
}

.verify-pending{
    margin-top: -60px;
}

.button2{
  border: 1px solid gray ;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
}

.your-call {
  margin-left: 50px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.faq-answer {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
}

.faq-head {
  margin-top: 30px;
}

.faq-content{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
}

.search-img {
  float: left;
  width: 30%;
  padding: 7px;
  margin-top: 10px;
  margin-left: 14px;
}

.btn-city{
  background-color: #ffffff;
}

.searchpro-btn{
  background-color: #fbaf32 !important;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SmallInput { 
  width: 230px;
  height: 32px; 
}

.validation-form{
  margin-left: 60px;
  margin-right: 60px;
}

button.btn.btn-valid {
  background-color: #D61C4E;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .child2 {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }

  .edit-update{
	margin-top:66px;
	}
}
@media(max-width:550px) {
 .bg-light-form {
 	margin-left:10px !important;
	margin-top:10px !important;
}
 .bg-light-search {
	margin-right:10px !important;
	margin-left:10px !important;
	margin-top:20px;
}
}