body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #555;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #337ab7;
  transition: 0.4s;
}
a:hover {
  color: #23527c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500 !important;
}

h4 {
  font-size: 22px;
}

img {
  max-width: 100%;
}

@media (min-width: 992px) {
  nav {
    margin-top: -1px !important;
  }
}
.flex__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex__wrap.sb {
  justify-content: space-between;
}

.nepalifont {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

button.more {
  background: #3d5090;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 35px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
button.more:hover {
  background-color: #fff;
  border-color: #3d5090;
  color: #3d5090;
}
button.more.inverse {
  background-color: #fff;
  border-color: #3d5090;
  color: #3d5090;
}
button.more.inverse:hover {
  color: #fff;
  background-color: #3d5090;
}

.button_center {
  text-align: center;
}

.button_right {
  text-align: right;
}

a.more {
  background-color: transparent;
  padding: 7px 22px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
a.more:hover {
  background: #fff;
  color: #f14b05;
}
a.more.inverse {
  background-color: #fff;
  border-color: #3d5090;
  color: #3d5090;
}
a.more.inverse:hover {
  color: #fff;
  background-color: #3d5090;
}

.title {
  font-size: 32px;
  text-transform: uppercase;
  color: #202a30;
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.dual__lines {
  position: relative;
}
.dual__lines::before, .dual__lines::after {
  border: 1px solid #3d5090;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}
.dual__lines::after {
  bottom: -7px;
}

.decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.decor .inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.decor:before, .decor:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.decor:before {
  left: 14px;
}
.decor:after {
  right: 14px;
}
.decor.colored {
  border-color: #eb5310;
}
.decor.colored .inner {
  background: #eb5310;
}
.decor.colored:before, .decor.colored:after {
  background: #eb5310;
}

.container_sm {
  width: 720px;
  max-width: calc(100% - 24px);
  margin: auto;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  section {
    padding: 64px 0;
  }
}

.blink {
  background: #3d5090;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 12px 35px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  animation: blink 2s infinite;
}

.text .blog.flex__wrap {
  align-items: flex-start;
}
.text .blog.flex__wrap .blog__text {
  width: calc(100% - 80px);
}
.text .date__wrap {
  background: #eb5310;
  padding: 15px 0;
  width: 64px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.text .date__wrap span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
.text h3 {
  font-size: 16px;
  color: #070707;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
  line-height: 26px;
  font-weight: 500 !important;
  margin-bottom: 12px;
}
.text p {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
}

.pagination_part nav {
  background-color: transparent;
}
.pagination_part nav .pagination {
  --bs-pagination-hover-color: #333;
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #eb5310;
  --bs-pagination-active-border-color: #eb5310;
}
.pagination_part nav .pagination .page-link {
  padding: 7px 15px;
  border: 1px solid #eb5310 !important;
  border-radius: 4px;
}

.pagination {
  gap: 6px;
  justify-content: center;
}
.pagination a {
  color: #505050;
  padding: 7px 15px;
  min-width: 40px;
  text-align: center;
  display: block;
  border: 1px solid #eb5310 !important;
  border-radius: 4px;
}
.pagination .active a {
  background: #eb5310;
  color: #ffffff;
}

.video {
  border: 4px solid #eee;
  position: relative;
}
.video img {
  height: 328px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #e1e1e1;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.video:hover i {
  font-size: 40px;
  color: #fff;
}

.video__desc {
  padding: 16px;
}
.video__desc:hover {
  color: #eb5310;
}

.doc {
  border: 1px solid #eee;
  margin-bottom: 32px;
}
.doc .event__picture {
  position: relative;
}
.doc .event__picture img {
  width: 100%;
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}
.doc .event__desc {
  padding: 16px;
}
.doc .event__desc .event__title {
  color: #000000;
  text-transform: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
}
.doc .event__desc p {
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.doc:hover .event__title {
  color: #eb5310;
}
.doc .video {
  border: 0;
}
@media screen and (max-width: 575px) {
  .doc {
    margin-bottom: 48px;
  }
}

.event__overlay {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.event__overlay .date {
  background-color: #3d5090;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 14px;
}
.event__overlay .month {
  background-color: #333;
  color: #ddd;
  font-size: 12px;
  list-style: none;
  padding: 4px 14px;
  text-transform: uppercase;
}

header {
  width: 100%;
}
header .header__ini {
  font-size: 12px;
  border-bottom: 1px solid #eaeaea;
}
header .header__ini .social__icons a {
  display: inline-block;
  font-size: 15px;
  color: #a4a4a4;
  border-right: 1px solid #eaeaea;
  text-align: center;
  padding: 12px 16px;
  margin-left: -5px;
  transition: all 0.3s ease;
}
header .header__top {
  padding: 24px 0;
}
header .header__top .reach {
  gap: 32px;
}
header .header__top .reach .icon-box {
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  margin-right: 15px;
}
header .header__top .reach .icon-box i {
  font-size: 30px;
  color: #f14b05;
}
header .header__top .reach .info__details a {
  font-size: 18px;
  font-weight: 500;
}
header .header__top .reach .info__details h6 {
  font-size: 13px;
  text-transform: uppercase;
}

.navbar-toggler {
  background-color: #eb5310;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
}

nav {
  background-color: #3d5090;
}
nav .navbar-nav {
  width: 100%;
}
nav .nav-item a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 19px;
  line-height: 1.8;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif;
}
nav .nav-item:hover > a {
  color: #eb5310;
}
nav .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
nav .nav-item .dropdown-item:focus,
nav .nav-item .dropdown-item:hover {
  color: #fff;
  background-color: #eb5310;
  border-color: #eb5310;
}
nav .nav-item .nav-link.active,
nav .nav-item .nav-link.show {
  color: #eb5310;
}
nav .nav-item a.dropdown-item {
  font-weight: 400;
  font-size: 13px;
  color: #454545;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 768px) {
  nav .navbar-nav {
    background-color: #eb5310;
  }
  nav .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
  }
  nav .navbar-nav .nav-item.nav-item:hover > a {
    color: #fff;
  }
  nav .navbar-nav .dropdown-menu {
    margin: 0 16px -1px;
  }
  nav .navbar-nav .dropdown-item:focus,
  nav .navbar-nav .dropdown-item:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
  }
  nav .navbar-nav .nav-link.active,
  nav .navbar-nav .nav-link.show {
    color: #fff;
  }
}

.banner .swiper-slide {
  height: 640px;
}
.banner .slide__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner .slide__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slide__wrap .overlay__mask {
  background-color: rgba(0, 0, 0, 0.2117647059);
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.banner .slide__wrap .overlay__text {
  position: absolute;
  top: 50%;
  left: 299.5px;
  width: 720px;
  max-width: 100%;
  color: #fbf7f7;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.banner .slide__wrap .overlay__text h1 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5019607843);
  font-size: 36px;
  line-height: 39px;
  color: #fbf7f7;
  margin: 20px 0px 10px;
}
.banner .slide__wrap .overlay__text p {
  font-size: 16px;
  line-height: 26px;
}
.banner .swiper-slide-active .overlay__text {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.banner .swiper-button {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.banner .swiper-button::after {
  font-size: 16px;
  color: #fff;
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #9ca5c5;
}
@media screen and (max-width: 1024px) {
  .banner .slide__wrap .overlay__text {
    left: 72px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slide__wrap .overlay__text {
    width: calc(100% - 144px);
  }
}
@media screen and (max-width: 575px) {
  .banner .swiper-slide {
    height: 100vh;
  }
}

.home {
  text-align: center;
}
.home .title {
  font-size: 24px;
  line-height: 26px;
}
.home h2 {
  color: #3d5090;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.home p {
  margin-bottom: 30px;
  line-height: 26px;
  color: #555;
}

.mvo .flex__wrap {
  margin: 0 -12px;
}
.mvo .mvo__wing {
  position: relative;
  width: 33.33%;
  color: #fff;
}
.mvo .mvo__wing img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvo .mvo__wing .b__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(61, 80, 144, 0.5);
  z-index: 0;
  transition: 0.4s;
}
.mvo .mvo__wing .content__box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-60%, -50%);
  z-index: 1;
}
.mvo .mvo__wing .content__box h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.mvo .mvo__wing .content__box p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 15px;
}
.mvo .mvo__wing:hover .b__overlay {
  background: #3d5090;
}
@media screen and (max-width: 575px) {
  .mvo .flex__wrap {
    margin: 0;
  }
  .mvo .flex__wrap .mvo__wing {
    width: 100%;
    margin-bottom: 8px;
  }
}

.assorted {
  background-color: #fafafa;
}
.assorted h4 {
  color: #202a30;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.assorted .news__home .news {
  margin-bottom: 24px;
}
.assorted .news__home .news:hover a {
  color: #eb5310;
}
.assorted .news__home .event__picture {
  position: relative;
}
.assorted .news__home .event__picture img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.assorted .news__home .event__content a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 12px;
  color: #070707;
}
.assorted .news__home .event__content p {
  height: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 575px) {
  .assorted .event__picture {
    margin-bottom: 16px;
  }
  .assorted .col-md-5 {
    margin-top: 48px;
  }
}

.home__gallery {
  text-align: center;
  padding-top: 80px;
}
.home__gallery .images {
  gap: 0.6666666667%;
  justify-content: center;
}
.home__gallery .images .image {
  position: relative;
  width: 24.5%;
  overflow: hidden;
}
.home__gallery .images .image a > img {
  width: 100%;
  transition: 0.4s;
}
.home__gallery .images .image .hover__overlay {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  text-align: center;
  height: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 500ms ease;
}
.home__gallery .images .image .hover__overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eb5310;
  font-size: 8px;
  transition: 0.8s;
}
.home__gallery .images .image:hover img {
  transform: scale(1.1, 1.1);
}
.home__gallery .images .image:hover .hover__overlay {
  height: 100%;
  opacity: 1;
}
.home__gallery .images .image:hover .hover__overlay i {
  transform: scale(3);
}
.home__gallery .gallery__cta {
  margin-top: 12px;
  background-color: #3d5090;
  padding: 48px 0;
  color: #fff;
  text-align: left;
}
.home__gallery .gallery__cta .more.inverse:hover {
  border-color: #fff;
}
@media screen and (max-width: 575px) {
  .home__gallery .images {
    gap: 2%;
  }
  .home__gallery .images .image {
    width: 49%;
    margin-bottom: 12px;
  }
}

.advertisement {
  text-align: center;
}
.advertisement .ad__post .image {
  position: relative;
}
.advertisement .ad__post .image img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advertisement .ad__post .image .ad__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 80, 144, 0.75);
  transform: scale(0);
  transition: all 0.5s ease;
}
.advertisement .ad__post .image .ad__overlay .ad__read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  color: #fff;
}
.advertisement .ad__post .ad__desc {
  padding: 16px;
  padding-top: 24px;
  text-align: left;
  color: #070707;
  background-color: #fbf7f7;
}
.advertisement .ad__post:hover .ad__overlay {
  transform: scale(1);
}

footer {
  background-color: #3d5090;
  padding: 88px 0;
  color: #c9c9c9;
}
footer .logo {
  margin-bottom: 24px;
}
footer p {
  font-size: 13px;
  line-height: 21px;
}
footer h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fef9f9;
  margin: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.2px;
}
footer .footerbullet li {
  margin-bottom: 10px;
  line-height: 18px;
  transition: 0.4s;
}
footer li {
  display: flex;
}
footer li i {
  font-size: 12px;
}
footer li span {
  margin-left: 10px;
  transition: 0.4s;
}
footer li span a {
  color: #c9c9c9;
  font-size: 13px;
  transition: all 0.5s ease;
}
footer li span a + a {
  margin-left: 8px;
}
footer li:hover span {
  margin-left: 14px;
}
footer li:hover span a {
  color: #fff;
}
footer .contact li {
  margin-bottom: 16px;
  align-items: center;
}
footer .contact li i {
  font-size: 16px;
  color: #fff;
}
footer .social {
  margin-top: 30px;
  display: flex;
  gap: 8px;
}
footer .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #cacfd3;
  border: 1px solid #cacfd3;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
footer .social a i {
  font-size: 16px;
}
footer .social a:hover {
  background: #eb5310;
  border-color: #eb5310;
}

.footer-bottom {
  background: #1f2a58;
  border-top: 1px solid #2d373f;
  padding: 22px 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.m__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.m__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4705882353);
}
.m__banner .banner__text {
  text-align: center;
  position: relative;
}
.m__banner .banner__text h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 64px;
  margin: 0;
  letter-spacing: 2px;
}
.m__banner .banner__text .breadcumb {
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.m__banner .banner__text .breadcumb a {
  color: #eb5310;
}
.m__banner .banner__text .breadcumb i {
  color: #dadada;
}
.m__banner .banner__text span.decor:before,
.m__banner .banner__text span.decor:after {
  background: #dadada;
}

.side__widget h3 {
  font-size: 24px;
  font-weight: 600;
  color: #3f3e3e;
  text-transform: capitalize;
  margin: 0;
}
.side__widget .widget__part {
  margin-top: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.side__widget .widget__part:last-child {
  border-bottom: 0;
}
.side__widget .widget__part img {
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.side__widget .widget__part h4 {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s ease;
}
.side__widget .widget__part h4:hover {
  color: #eb5310;
}
.side__widget .widget__part span {
  color: #eb5310;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
}
.side__widget .year__widget li a {
  color: #9c9c9c;
  line-height: 45px;
  position: relative;
  padding-left: 26px;
}
.side__widget .year__widget li a::before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: 10px;
  left: 0;
}
.side__widget .year__widget li a:hover {
  color: #eb5310;
}
@media screen and (max-width: 575px) {
  .side__widget {
    margin-top: 56px;
  }
}

.col-sm-6 .member {
  margin-bottom: 64px;
}
.col-sm-6:last-of-type .member {
  margin-bottom: 0px;
}

.member .image {
  position: relative;
  margin-bottom: 24px;
}
.member .image img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235, 83, 16, 0.75);
  transform: scale(0);
  transition: all 0.5s ease;
}
.member .image .overlay .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member .image .overlay a {
  display: inline-block;
}
.member .image .overlay a i {
  background-color: #fff;
  color: #f14b05;
  font-size: 18px;
  line-height: 38px;
  width: 40px;
  border-radius: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member .name h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  color: #222e35;
  line-height: 25px;
  margin: 0;
  margin-bottom: 4px;
}
.member .name .desg {
  font-size: 13px;
  color: #eb5310;
  text-transform: capitalize;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.member .desc__list li {
  margin-bottom: 10px;
  line-height: 18px;
  display: flex;
  transition: all 0.5s ease;
}
.member .desc__list li i {
  margin-right: 8px;
}
.member .desc__list li a {
  color: inherit;
}
.member .desc__list li a:hover {
  color: #eb5310;
}
.member:hover .overlay {
  transform: scale(1);
}

#table_wrapper label {
  margin-bottom: 8px;
}
#table_wrapper input:focus {
  outline: 0;
}
#table_wrapper table {
  text-transform: uppercase;
}
#table_wrapper table.dataTable > thead > tr > th {
  text-transform: uppercase;
  background-color: #3d5090;
  color: #fff;
  border-right: 1px solid #ddd;
}
#table_wrapper table.dataTable > thead > tr > th:first-child {
  border-left: 1px solid #ddd;
}
#table_wrapper table.dataTable.display > tbody > tr > td {
  border-right: 1px solid #ddd;
}
#table_wrapper table.dataTable.display > tbody > tr > td:first-child {
  border-left: 1px solid #ddd;
}
#table_wrapper th.sorting::before,
#table_wrapper th.sorting::after {
  opacity: 0.8;
}
@media screen and (max-width: 575px) {
  #table_wrapper {
    overflow: scroll;
  }
}

.gallery {
  gap: 2px;
}
.gallery .image {
  width: calc(25% - 2px);
}
@media screen and (max-width: 575px) {
  .gallery {
    gap: 8px;
  }
  .gallery .image {
    width: calc(50% - 4px);
  }
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #f0f0f0;
  outline: none;
  padding-left: 20px;
  line-height: 58px;
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 221px;
}

.contact__info li {
  display: flex;
  margin-bottom: 24px;
}
.contact__info li .i__wrap {
  width: 70px;
  height: 70px;
  background: #eb5310;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
  margin-right: 25px;
}
.contact__info li h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact__info li a {
  color: #9c9c9c;
  line-height: 26px;
}
.contact__info li a:hover {
  color: #eb5310;
}
@media screen and (max-width: 360px) {
  .contact__info li {
    margin-bottom: 16px;
  }
  .contact__info li .i__wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 16px;
  }
}

@keyframes blink {
  0%, 24% {
    background-color: #3d5090;
    border: 2px solid #3d5090;
  }
  25%, 49% {
    background-color: #f14b05;
    border: 2px solid #f14b05;
  }
  50%, 74% {
    background-color: #3e903d;
    border: 2px solid #3e903d;
  }
  75%, 100% {
    background-color: #e42222;
    border: 2px solid #e42222;
  }
}/*# sourceMappingURL=style.css.map */