#seachbar {
  width: 40% !important; }

body > div.row > div.col.center-100 {
  padding: 1px !important; }

.bootstrap-tagsinput {
  padding-top: 10px !important; }

.bootstrap-tagsinput > .tag.label.label-info {
  border-radius: 10px !important;
  font-family: "yekan";
  display: inline-block;
  background-color: #ef394e;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  color: white; }

.bootstrap-tagsinput {
  width: 100% !important; }

a {
  text-decoration: none !important; }

.MeetTheTeam-card {
  height: 400px !important;
  margin-bottom: 20px; }

/*@media (min-width:1024px) {

  .MeetTheTeam-card{
    width:50% !important;

  }
}*/
.footer-dark, #navbar {
  background-color: #ef394e !important; }

.theme {
  color: #ef394e !important; }

.ShowinNumber {
  padding: 0px;
  margin: 0px; }

.card {
  height: 400px !important;
  border: 1px solid #ef394e !important; }

.card-body {
  padding-top: 2px !important; }

.card-img {
  width: 100%;
  height: auto; }

.swal2-input {
  color: black !important; }

button[type=submit], button {
  font-family: inherit;
  background-color: #ef394e;
  font-family: "yekan"; }

p {
  color: #232933; }

.form-border {
  border: 1px solid #ededed;
  padding: 50px; }

.error {
  font-size: 14px !important;
  width: 100% !important; }

.font1 {
  font-family: "dima-ubuntu"; }

.font2 {
  font-family: "yekan"; }

.font3 {
  font-family: "zar"; }

.font4 {
  font-family: "BTabassom"; }

.font5 {
  font-family: "BTitr"; }

.menu-text {
  font-family: "yekan";
  color: black; }

.head-text {
  font-family: "yekan";
  color: gray; }

.main-text {
  color: gray;
  font-size: 14px;
  font-family: "yekan"; }

#navbar {
  overflow: hidden;
  background-color: #333;
  z-index: 9; }

#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 30px;
  text-decoration: none;
  font-size: 17px; }

#navbar a:hover {
  background-color: #ddd;
  color: black; }

.circle-bg {
  background-color: #4e555b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23b9b9b9' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px; }

.circle {
  border: 1px solid #ef394e !important;
  border-radius: 50%;
  color: #fff;
  padding-top: 90%;
  width: 100%;
  max-width: 100px;
  padding: 30px; }

@media (min-width: 1024px) {
  .circle {
    max-width: 200px;
    padding: 100px; } }
@media (max-width: 727px) {
  .circle {
    max-width: 100px;
    padding: 50px; } }
.circle-content {
  align-items: center;
  display: flex;
  height: 100%;
  hyphens: auto;
  justify-content: center;
  left: 50%;
  padding: 0.75em;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%; }

.activemenu {
  background-image: linear-gradient(90deg, #4e73df 10%, #224abe 100%); }

.activemenu2 {
  background-image: linear-gradient(90deg, #FF7770 10%, #ef394e 100%); }

.activemenu3 {
  background-image: linear-gradient(90deg, #ef394e 10%, #ef394e 100%); }

.content {
  padding: 16px; }

/*
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
*/
.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
  z-index: 99; }

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32; }

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px; }

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0; }

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6; }

.footer-dark ul a:hover {
  opacity: 0.8; }

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px; } }
.footer-dark .item.text {
  margin-bottom: 36px; }

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0; } }
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0; }

.footer-dark .item.social {
  text-align: center; }

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px; } }
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75; }

.footer-dark .item.social > a:hover {
  opacity: 0.9; }

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0; }

#sidemenu {
  position: absolute;
  right: 20px;
  background-color: #ef394e;
  color: white;
  border-radius: 50px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 16 !important;
  top: 0;
  right: 0;
  background-color: #ef394e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: gray; }

.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.rightalign {
  display: flex;
  justify-content: flex-end; }

.icon-bar {
  width: 100%;
  text-align: center;
  overflow: auto; }

.icon-bar a {
  width: 20%;
  padding: 12px 0;
  float: left;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px; }

.icon-bar a:hover {
  background-color: #555; }

.textarea-style {
  resize: none; }

.welcometext {
  margin-bottom: 0px; }

.table-text {
  color: black;
  font-size: 12px;
  text-align: center; }

.icon-size {
  font-size: 35px;
  color: #000000; }

#phone-error {
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center; }

.upfix {
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #034f84;
  position: fixed;
  z-index: 5000; }

.upfix-textcolor {
  color: white; }

.downfix {
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #034f84;
  position: fixed;
  z-index: 5000; }

.main-icon {
  color: white; }

.down-icon {
  padding-top: 4px;
  margin-top: 4px;
  color: white; }

.down-icon:hover {
  color: black; }

.downfix-text {
  font-size: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.main-block {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
  text-align: center;
  font-size: 16px; }

.error {
  color: white;
  margin: auto; }

.sorting, .sorting_asc {
  color: gray;
  text-align: center; }

.btn1 {
  width: 100%; }

.center-100 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center; }

.center-force {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.center-70 {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center; }

.text-center {
  text-align: center; }

.font-size-7 {
  font-size: 10px;
  width: 30px; }

.display-none {
  display: none; }

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  left: 20px;
  background-color: #0C9;
  color: #FFF;
  border-radius: 50px;
  text-align: center; }

.my-float {
  margin-top: 22px; }

* {
  box-sizing: border-box; }

body {
  font: 16px Arial; }

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block; }

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px; }

input[type=text], textarea {
  background-color: white !important;
  width: 100% !important; }

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4; }

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff; }

/*# sourceMappingURL=main.css.map */
