:root {
  --main-color: #b07c2d;
  --second-color: #000;
}
@font-face {
  font-family: "BruumFY-Bold";
  src: url("../fonts/BruumFY-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "BruumFY-Light";
  src: url("../fonts/BruumFY-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BruumFY-Regular";
  src: url("../fonts/BruumFY-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav {
  margin: auto;
}

.main-title p {
  font-size: 24px;
  margin-top: 15px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
* {
  font-family: "BruumFY-Regular", Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: "BruumFY-Light", Arial, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
/* start home sreen */

/* start header */
.top-header {
  background-color: #b07c2c;
  height: 38px;
}
.top-header a {
  color: #fff;
  text-transform: uppercase;
}
.top-header a i {
  font-size: 22px;
}
.top-header .btn {
  border-radius: 0;
  position: absolute;
  right: 0;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  padding-right: 22px;
  padding-left: 22px;
  background-color: #8b5f1c;
  color: #fff;
}
.main-header {
  padding: 0px 0;
  position: sticky;
  top: 0;
  z-index: 999999;
  background-color: #fff;
  margin: -5px 0 0 0;
}

.main-header .nav-item {
  font-family: "BruumFY-Regular", Arial, sans-serif;
  border-left: 2px solid #000;
  padding: 0px 5px;
}
.main-header .nav-item:first-child {
  border-left: none;
}
.main-header .nav-item a {
  padding: 0;
  font-family: "BruumFY-Regular", Arial, sans-serif;
  color: #000;
  font-size: 16px;
}
.main-header .lang a {
  color: #000;
  font-family: "BruumFY-Bold", Arial, sans-serif;
}
.main-header .lang .eng {
  color: var(--main-color);
}
.last-header img {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* end header */
/* welcome */
.welcome h2 {
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.15;
  margin-bottom: 26px;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}
.welcome p {
  font-size: 22px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.welcome p a {
  color: var(--main-color);
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.welcome .welcome-intro {
  max-width: 650px;
  margin: 0;
  color: #333333;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.35;
  text-align: left;
}
.welcome .welcome-intro a {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
.welcome img {
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
}
/* end welcome */
.counter-top {
  background-color: #fff;
  padding: 20px 30px;
}
.counter-top .btns {
  /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
  width: 90%;
}
.pb-sm {
  margin-bottom: 10px;
}
.counter-top .btn {
  min-height: 35px;
  color: #fff;
  background-color: #b80504;
  border: none;
  padding: 6px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* border-radius: 0; */
}
.counter-top .btn a {
  text-decoration: none;
  color: #e2eef7;
}
.counter-top .btns .btn-success {
  background-color: #3f3f3f;
}
.counter-top p {
  font-size: 16px !important;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.counter-top button.btn {
  font-size: 15px;
}
/* start counter */
.counter {
  margin: 30px 0;
}
.counter h2 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  color: var(--main-color);
  font-size: 35px;
  margin: 5px;
}
.counter i {
  font-size: 35px;
  color: #888686;
}
.counter img {
  margin: 10px auto;
  height: 35px;
}
.counter p {
  color: #888686;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
/* end counter */
/* start datamatix-title */
.datamatix-title {
  margin-bottom: 64px;
  text-align: center;
}
.datamatix-title h2 {
  font-size: 35px;
  /* font-family: setReta; */
}
.datamatix-title p {
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: 22px;
  text-align: left;
}
.datamatix-title .btn {
  border-radius: 0;
  background-color: var(--second-color);
}
/* end datamatix-title */

/* start images */
.images .img {
  position: relative;
  margin-bottom: 24px;
}
.images .img a {
  color: #000;
}
.images .img .number {
  position: absolute;
  bottom: 4px;
  left: 20px;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
/* end images */

/* start footer */
.copy-right {
  background-color: #000;
}
.copy-right p {
  color: #fff;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.top-footer {
  background-color: #1a1a1a;
  color: #fff;
}
.top-footer h3 {
  font-size: 20px;
  font-family: "BruumFY-Bold", Arial, sans-serif;
}
.top-footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
.top-footer ul li a {
  color: #fff;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.top-footer p {
  color: #fff;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: 18px;
}
.top-footer .third-part div {
  background-color: #000;
  width: 50%;
  margin: 5px auto;
  padding: 7px;
}
.footer {
  background-color: #000;
}
.footer img {
  margin: auto;
  width: 80%;
}
.footer .soical i {
  margin-right: 15px;
  font-size: 25px;
}
/* end footer */
.upcoming-box {
  background-color: #f2f2f2;
}
.upcoming-box .single-box {
  background-color: #fff;
}
.upcoming-box .single-box .row {
  min-height: 360px;
}
.upcoming-box .single-box img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.upcoming-box .single-box .text {
  padding-left: 30px;
}
.upcoming-events .btn {
  background-color: #f2f2f2;
  border-radius: 0;
  padding: 8px 16px;
}
.upcoming-events .header h3 {
  font-size: 45px;
}
.upcoming-box .single-box .text .btn {
  background-color: var(--second-color);
  padding: 4px 32px;
  margin: 16px 0;
  border: none;
  font-size: 20px;
  font-family: Arial;
}
.upcoming-box .single-box .text h6 {
  color: var(--main-color);
  font-size: 20px;
  font-family: Arial;
}
.upcoming-box .single-box .text h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.upcoming-box .single-box .row {
  align-items: center;
}
.upcoming-box .single-box .text {
  display: flex;
  align-items: center;
  min-height: 360px;
  padding-top: 0 !important;
}
.upcoming-box .single-box .text h4 {
  margin: 0;
  max-width: 620px;
  line-height: 1.18;
}
.upcoming-box .single-box .text p {
  margin: 8px 0;
  color: #737476;
  font-size: 20px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.categor .header h3 {
  font-size: 28px;
}
/*
.categor .single-categor{
    background-color: #f2f2f2;
    padding: 10px;
}
*/
.single-categor .col-4 img {
  height: 325px;
}

.categor .carousel-item {
  padding: 10px;
  border: 1px solid #b07c2c;
}

.categor i {
  font-size: 32px;
}
/* start media query */
@media screen and (min-width: 2115px) {
  .left-part a {
    display: contents;
  }
  .img-banr-text {
    height: 1610px;
  }
  header .right-part .nav2 a,
  header .right-part .nav3 a {
    font-size: 30px;
  }
  header .right-part .nav2,
  header .right-part .nav3 {
    min-height: 100px;
  }
  header .right-part .nav3 a,
  header .right-part .nav2 a {
    margin-right: 12px;
  }
  .img-banr-text .text h4 {
    font-size: 70px;
  }
  .img-banr-text .text p {
    font-size: 30px;
  }
  .counter-top p {
    font-size: 30px;
  }
  .counter-top button.btn {
    font-size: 30px;
  }
  .counter h2 {
    font-size: 40px;
  }
  .counter p {
    font-size: 20px;
  }
  .datamatix-title h2 {
    font-size: 70px;
  }
  .datamatix-video p {
    font-size: 25px;
    line-height: 40px;
  }
  .main-title h2,
  .main-title h3,
  .past-event-final .header h4 {
    font-size: 70px;
  }
  .past-event-final h5 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2110px) {
  .left-part a {
    display: contents;
  }
  header .right-part .nav2,
  header .right-part .nav3 {
    min-height: 70px;
  }
  header .right-part .nav2 a,
  header .right-part .nav3 a {
    font-size: 24px;
  }
  .datamatix-title h2 {
    font-size: 50px;
  }
  .img-banr-text {
    height: 1170px;
  }
  .img-banr-text .text h4 {
    font-size: 50px;
  }
  .img-banr-text .text p {
    font-size: 24px;
  }
  .counter-top p {
    font-size: 24px;
  }
  .counter-top button.btn {
    font-size: 20px;
  }
  .counter-top .btn {
    min-height: 64px;
  }
  .datamatix-video p {
    font-size: 25px;
  }
  .image-upper .section .text p {
    font-size: 22px;
  }
  .middle-east-dark .header h3,
  .upcoming-events .header h3,
  .past-event-final .header h4 {
    font-size: 40px;
  }
  .past-event-final h5 {
    font-size: 30px;
  }
  .middle-east-dark .btn {
    font-size: 22px;
  }
  .main-title h2,
  .main-title h3 {
    font-size: 50px;
  }
  .upcoming-events .cards .text h4 {
    font-size: 35px;
  }
  .upcoming-events .cards .text h5,
  .upcoming-events .cards .text h6,
  .upcoming-events .cards .text p {
    font-size: 22px;
  }
  .upcoming-events .cards .text .btn {
    font-size: 22px;
  }
  footer h5 {
    font-size: 24px;
  }
  footer .links span,
  footer .links a {
    font-size: 20px;
  }
  .middle-east-dark .cards .text h5,
  .middle-east-dark .cards .text h6,
  .middle-east-dark .cards .text p {
    font-size: 20px;
  }
  .counter h2 {
    font-size: 40px;
  }
  .counter p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner {
    height: 820px;
  }
}

@media only screen and (max-width: 1281px) {
  .counter-top p {
    font-size: 14px;
  }
  .counter-top .btns {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1284px) {
  .banner_1 .banner-footer ul {
    transform: translateY(10px);
  }
  .banner_1 .banner-footer p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .datamatix-section p {
    font-size: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 1155px) {
  header .right-part .nav2,
  header .right-part .nav3 {
    text-align: center;
  }
  header .right-part .nav2 a,
  header .right-part .nav3 a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  footer .social a div,
  footer .social a img {
    margin: 0 4px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .counter h2 {
    font-size: 24px;
  }
  .banner {
    height: 470px;
  }
  .banner .banner-text h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .banner-text p {
    font-size: 13px;
    line-height: 17px;
    /* width: 75%; */
  }
}
@media only screen and (max-width: 1109px) {
  .counter-top .btns {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .counter h2 {
    font-size: 24px;
  }
  header .nav2 ul li:not(:last-child)::after,
  header .nav3 ul li:not(:last-child)::after {
    position: relative;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  footer .icon-download img {
    width: 80px;
  }
}
@media only screen and (max-width: 842px) and (min-width: 768px) {
  .counter-top button.btn {
    font-size: 11px;
  }
  .counter h2 {
    font-size: 26px;
  }
  .counter-top p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 842px) and (min-width: 768px) {
  .counter-top button.btn {
    font-size: 11px;
  }
  .counter h2 {
    font-size: 26px;
  }
  .counter-top p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 985px) {
  .counter-top .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-box .single-box .row {
    min-height: auto;
  }
  .upcoming-box .single-box img {
    height: auto;
  }
  .upcoming-box .single-box .text {
    min-height: auto;
  }
  header .right-part {
    position: relative;
    width: 100%;
  }
  header .left-part {
    margin: 20px 0;
    justify-content: center;
  }
  .counter-top button.btn {
    width: 100%;
    margin: 20px auto;
  }
  .cover h5 {
    left: 25%;
    font-size: 20px;
  }
  .cover.cover2 h5,
  .cover.cover4 h5 {
    right: 25%;
  }
  .banner .over {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
  }
  .banner .banner-text {
    width: 100%;
    /* position: relative;
        top: 50%;
        margin: 20% auto; */
    /* margin: auto; */
  }
  .banner .banner-text h3 {
    color: #ed2027;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .banner .banner-text p {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
  }
  .banner,
  .bannerTop {
    width: 100%;
    height: 500px;
    background-position: left;
  }
  .banner.bannerRight .banner-text .line,
  .banner.bannerLeft .banner-text .line {
    display: none;
  }
  .banner .banner-text h6 {
    text-align: center;
  }
  /* end banners */
  /* start section2 */
  .section2 .section-text {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  /* start images */
  .smart-images ul {
    flex-direction: column;
    text-align: center;
  }
  /* start discussions */
  .discussions ul {
    margin-bottom: 25px;
  }
  .smart-images ul li {
    width: auto;
    margin: 10px auto;
  }
  .smart-images ul li h4 br {
    display: none;
  }
  /* start sponsor */
  .sponsor {
    text-align: center;
  }
  .sponsor .top1 h3 br {
    display: none;
  }
  .sponsor .top1 .btn {
    padding: 10px 50px;
    width: 80%;
    margin: 30px auto 0;
  }

  /* start .agenda-screen */
  .agenda-screen .photo-gallery h4 {
    font-size: 20px;
    text-align: center;
  }
  .agenda-screen .photo-gallery .btn.btn-danger {
    width: 45%;
    margin: 1px auto;
  }
  .event-agenda nav button.nav-link {
    font-size: 15px;
    margin-bottom: 10px;
    width: 44%;
    padding: 3px 15px;
  }
  .event-agenda h5 {
    font-size: 16px;
  }

  footer .logo {
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
  }
  footer .icon-download,
  footer .social {
    justify-content: center;
    margin: 5px 0;
  }
  footer form button.btn {
    display: flex;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 580px) {
  .cover h5 {
    font-size: 18px;
    line-height: 25px;
  }
  .image-upper {
    height: 950px;
  }
  .image-upper .section .text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .image-upper .section .text .btn {
    margin-top: 16px;
  }
  .main-title h2,
  .main-title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  header .right-part .nav2,
  header .right-part .nav3 {
    text-align: left;
  }
  header .left-part {
    min-height: auto;
  }
  .nav2,
  .nav3 {
    padding: 20px 0;
  }
  .nav2 ul li,
  .nav3 ul li {
    width: 40%;
  }
  header .right-part .nav1 button {
    font-size: 12px;
  }
  .counter-top .btns {
    margin-top: 15px;
  }
  .counter-top .btns .btn {
    width: 100%;
    margin-top: 5px;
  }
  .banner .banner-text h3 {
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner .banner-text p {
    font-size: 15px;
    line-height: 20px;
  }
  .speaker .img-speak {
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .datamatix-video video {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    width: 100%;
    margin: auto;
    display: block;
  }
  .datamatix-video p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 25px;
  }
  .image-upper {
    margin-top: 175px;
  }
  .past-event-final h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .datamatix-title h2 {
    font-size: 25px;
    text-align: left;
  }
  .contact-page .contact-page form .btn-outline-primary {
    margin-bottom: 30px;
  }
  .photo-gallery-page .accordion-item .accordion-button {
    display: flex;
    flex-direction: column;
  }
  .welcome-page .accordion-item .accordion-body p,
  .contact-page p,
  .welcome-page .accordion-item .accordion-button {
    font-size: 16px;
  }
  .datamatix-title p,
  .services-page .services a.h4,
  .services-page .services h3,
  .services-page .services h4 {
    font-size: 18px;
  }
  .image-upper .section img {
    margin-top: 35px;
  }
  .main-title h2,
  .main-title h3 {
    line-height: 35px;
  }
  .middle-east-dark .header h3,
  .upcoming-events .header h3,
  .past-event-final .header h4,
  .main-title h2,
  .main-title h3,
  .upcoming-events .cards .text h4 {
    font-size: 25px;
  }
  footer h5 {
    font-size: 15px;
  }
  footer .links span {
    font-size: 13px;
  }
  footer .copy-right p {
    font-size: 13px;
  }
  footer form,
  footer .icon-download {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 505px) {
  header .right-part .nav1 .dropdowns {
    flex-direction: column;
    text-align: right;
  }
  header .right-part .nav1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .cover.cover2 h5,
  .cover.cover4 h5 {
    right: 35%;
    bottom: 11%;
  }
  .image-upper .section .text h3 {
    font-size: 25px;
  }
}
.imgsss h3 {
  color: var(--second-color);
}
/* end media query */
footer #subscribe {
  background-color: #ccc;
  height: 48px;
}
.info h2 {
  font-size: 26px;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  margin-bottom: 25px;
  color: var(--main-color);
}
.info p {
  font-size: 20px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.info p a {
  color: var(--main-color);
}
/* partion */
.partion h2 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 15px;
  line-height: 1.2;
}

.title-underlineR {
  width: 320px;
  height: 5px;
  background: var(--main-color);
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 0px;
}
.title-underline {
  width: 320px;
  height: 5px;
  background: var(--main-color);
  margin-bottom: 30px;
  border-radius: 0px;
}
.partion p {
  font-size: 25px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.partion img {
  transform: translateY(30px);
  transition: transform 0.3s ease;
}
.partion {
  overflow: hidden;
}
.parts h2 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: 40px;
  padding-left: 40px;
  margin-bottom: 25px;
}
.parts p {
  margin-top: 20px;
  font-size: 23px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.parts .box {
  padding: 20px;
}
.welcome table td {
  padding: 25px;
  font-size: 20px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.welcome .table-bordered {
  border-color: #000;
}
.parts-two .text1 {
  background-color: #f2f2f2;
  position: relative;
  padding: 40px;
}
.parts-two .box h2 {
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}
.parts-two .box p {
  font-size: 19px;
  color: #6e6e6e;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.parts-two .box img {
  position: relative;
}
/* end partion */
.gry-bg {
  background-color: #e5e6e7;
}
.gry-bg h4 {
  font-size: 33px;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  color: var(--main-color);
  margin-bottom: 0;
}
.gry-bg span {
  color: #58595c;
}
.theme h3 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  margin-bottom: 20px;
}
.theme p {
  font-size: 20px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.theme .single-theme span {
  display: block;
  color: #000;
  height: 50px;
  font-size: 19px;
}
.theme .single-theme img {
  margin: 15px 0;
  width: 100%;
}
.theme .single-theme p {
  font-size: 19px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.header h2 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  color: #000;
  font-size: 30px;
  letter-spacing: 1.5px;
}
.union {
  padding: 50px 0;
}
.union .text {
  background-color: #fff;
  padding: 70px 30px;
  margin-top: -224px;
}
.union h3 {
  line-height: 38px;
  font-size: 30px;
}
.global .single-global h3 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.global .single-global p {
  font-size: 18px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.global h2 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
}
.global h2 img {
  margin-left: 15px;
}
.venu h3 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  margin: 20px 0;
  color: #ed1c24;
  font-size: 22px;
}

.venu ul li {
  font-size: 20px;
  margin-bottom: 7px;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.venu p {
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  font-family: "BruumFY-Light", Arial, sans-serif;
}
.venu b {
  font-family: "BruumFY-Bold", Arial, sans-serif;
}
.venu h2 {
  color: #000;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: 28px;
  line-height: 40px;
}
.venu h4 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: 20px;
  margin-top: 30px;
}
.venu h5 {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  margin-top: 30px;
  font-size: 22px;
}
footer .color-white {
  color: #000;
  font-family: "BruumFY-Light", Arial, sans-serif;
  transition: all 0.3s ease;
}
footer .color-white:hover {
  color: #a87b22 !important;
}
footer strong {
  font-family: "BruumFY-Bold", Arial, sans-serif;
  color: #b07c2c;
  font-size: 18px;
}
footer .form-control {
  padding: 22px;
  background-color: #ccc;
  padding: 10px;
}
label {
  font-family: "BruumFY-Light", Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.social-icons {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 30px;
}
.social-icons li {
  display: inline-block;
  margin: -1px 5px 5px 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons .social-icons-facebook a {
  background: #3b5a9a !important;
  color: #fff !important;
}
.social-icons .social-icons-twitter a {
  background: #1aa9e1 !important;
  color: #fff !important;
}
.social-icons .social-icons-linkedin a {
  background: #0073b2 !important;
  color: #fff !important;
}
.social-icons .social-icons-youtube a {
  background: #c3191e;
  color: #fff !important;
}

.social-icons li a {
  transition: all 0.2s ease;
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}
/* .animate-image {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border: 1px solid #b8860b;
}

.animate-image:hover img {
    transform: scale(1.05);
}

.box-text {
    padding: 0 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
} */
