.sigma_banner-sm-inner a{
    width: 130px;
}
.sigma_map{
    height: 400px;
}
iframe{
    width: 100%;
    height: 100%;
}
.sigma_header-middle .navbar{
    flex-wrap: nowrap;
}
.header-2 .sigma_logo-wrapper{
    margin-left: 10px;
}
.header-2 .sigma_logo-wrapper .navbar-brand{
    width: 100px;
}
.bg-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}
img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;

-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.header-2 .sigma_header-middle .navbar-nav{
    justify-content: center;
}
.tabs {
    width: 100%;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
  }
  ul#tabs-nav li {
    width: 100%;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    background-color: #f7f7f7;
  }
  ul#tabs-nav li:hover,
  ul#tabs-nav li.active {
    background-color: #F17024;
    color: black;
  }
  #tabs-nav li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.705);
  }
  .main_content {
    margin: 60px 0 40px;
    column-gap: 20px;
    width: 100%;
  }
  .main_content .picture_wrapper {
      margin-bottom: 20px;
    }
    .main_content img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 2px;
      }
    


/* responsive */
@media (min-width: 1200px) {
  .main_content {
    column-count: 4;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_content {
    column-count: 3;
  }
	
}

@media (min-width: 576px) and (max-width: 767px) {
  .main_content {
    column-count: 2;
  }
	.width-100{
		width: 100% !important;
	}
	.donate_field select {
  
    width: 100%;
}
	.button-submit {

    margin-left: 46px;
}
}

@media (max-width: 575px) {
  .main_content {
    column-count: 1;
  }
		.width-100{
		width: 100% !important;
	}
		.donate_field select {
  
    width: 100%;
}
		.button-submit {

    margin-left: 46px;
}
}
.white{
  position: relative;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
}
.white img{
  z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
  color: #333333;
  padding: 40px 13px;
  text-transform: uppercase;
  font-size: 9px;
}
.button-submit{
	    background: #f7772c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    margin-left: 20px;
}
.donate_field input{
	border: 1px solid #f7772c;
}
.font-size-18{
	font-size: 18px;
}
.donate12{
	
    font-size: 15px;
    font-weight: 400;
    padding-right: 15px;
}
.email{
    font-weight: 100;
    font-size: 18px;
}
.email1{
	border: 1px solid #f7772c;
	    width: 210px;
    padding: 2px;
}
.language{
	margin-bottom: 50px;
}
.language a{
    font-size: 20px;
    padding-right: 20px;
    color: darkblue;
	
}