@font-face {
  font-family: "fontAwesome" ;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
}
@font-face {
  font-family: "IranSans" ;
  src: url("../fonts/ttf/IRANSansWeb\(FaNum\).ttf"),url("../fonts/woff/IRANSansWeb\(FaNum\).woff"), url("../fonts/woff2/IRANSansWeb\(FaNum\).woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 body{
  font-family: "IranSans";
}

.jumbotron {
  border-radius: 0;
}
.flag-icon {
  display: flex;
  gap: 20px;
  padding: 1rem;
  text-wrap: nowrap;
  margin-left: 20px;
}
.btn {
  text-align: left;
}
.dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0%;
  top: 99%;
}
.navbar {
  padding: 0.5rem 0 0 0;
}
.dropdown-menu-right {
  background-color: #8feafc;
  top: 119%;
}
.dropdown-menu-right .dropdown-item {
  color: #fff;
  font-size: 18px;
}
.btn-icon-bar {
  padding: 5px 10px 10px 10px;
  background-color: #fff;
}
.icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  background-color: red;
  margin-top: 5px;
}
.dropdown-toggle-left::after {
  display: none;
}
.text-white {
  color: #fff;
}

a {
  text-decoration: none !important;
}
.banner-image img{
  width:25%;
  margin-top: -30px;

}
.title {
  width: 290px;
  height: 290px;
  background-color: #db0000ed;
  border-radius: 50%;
  outline: 15px double #db0000ed;

}
ul li {
  list-style: none;
}
.my-30 {
  margin: 35px 0;
}
.box {
    border: 8px solid #3fbbc0;
}

.box-1 {
    border: 8px solid #d63384
}

.box-2 {
    border: 8px solid #20c997;
}

.bg-blue {
    background-color: #0dcaf0;
}

.bg-light-blue {
    background-color: #3fbbc0;
    border: 5px solid white;
}

.bg-pink {
    background-color: #d63384;
    border: 5px solid white;
}

.bg-green {
    background-color: #20c997;
    border: 5px solid white;
}

main h5 {
    line-height: 1.5;
}

.bg-gray {
    background-color: #f6f8fa;
}
footer {
  background: #403f40;
  color: #fff;
  font-size: 13px;
  line-height: 180%;
  font-weight: 500;
  margin:-31px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f85319;
}
footer h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.copyright {
  background: #1f2021;
  color: #aaacb0;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
}
.text-larg {
  font-size: 18px;
}
