@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@700&family=Lobster&family=Noto+Naskh+Arabic:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Tajawal", sans-serif;
}

:root {
  --praimary-color: #bf1e2e;
}

body,
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  direction: rtl;
}

::selection {
  color: rgb(255, 255, 255);
  background-color: var(--praimary-color);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #242424;
  transition: all 0.4s ease-in;
}

::-webkit-scrollbar-track {
  background: #fff0f0;
}





/* back to top button */
#button {
  display: inline-block;
  background-color: var(--praimary-color);
  background: linear-gradient(to top, #242424, rgb(210 66 80));
  width: 40px;
  height: 40Px;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #B0B0B0;
}

#button:active {
  background-color: #B0B0B0;
}

#button.show {
  opacity: 1;
  visibility: visible;
}






/* top-bar  */
.top-bar {
  background-color: var(--praimary-color);
  height: 50px;
  display: flex;
  align-items: center;
}

.top-bar h6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.top-bar .social-media ul {
  margin-bottom: 0;
}

.top-bar .social-media li {
  display: inline-block;
}

.top-bar .social-media .icon-bg {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  margin: 0 4px;
}

.top-bar .contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-left: 1px solid #dddddd;
}

.top-bar .contact-link .icon-bg {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #242424;
  text-align: center;
  margin-left: 8px;
}

.top-bar .contact-link a {
  color: #fff;
  font-size: 15px;
}

.top-bar .social-media .icon-bg i {
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #242424;
}

.top-bar .contact-link .icon-bg i {
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.top-bar .social-media .icon-bg svg {
  width: 13px;
  height: 13px;
  fill: #242424;
}

/* navbar starts */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000 !important;
}

.nav-header {
  direction: rtl;
}

.navbar {
  background-color: rgb(36 36 36);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  z-index: 100000 !important;
  height: 90px;
}

.navbar::before {
  content: "";
  position: absolute;
  background: url(../images/pattern3.png);
  background-size: contain;
  background-repeat: repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
}

.navbar .container>a {
  color: var(--praimary-color);
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

nav .brand a {
  text-decoration: none;
}

nav .brand img {
  width: 85%;
}

nav .brand .brand-name {
  font-size: 16px;
  font-weight: 800;
  color: #1b1b1b;
  margin-right: 15px;
}

nav a {
  font-weight: 550;
  font-size: 13px;
  color: #fff;
}

nav .nav-item .active {
  color: #fff;
  position: relative;
}


nav .nav-item {
  display: inline-block;
}

.navbar-nav .nav-link {
  color: #cdcdcd;
}

nav .lang {
  margin-right: 40px;
  background-color: #bf1e2e;
  padding: 10px 20px;
}

nav .lang a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

nav .lang i {
  margin-right: 8px;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  transition: all 0.4s ease-in;
}

nav .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 195px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.nav-item .dropdown-menu .dropend .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 195px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

nav .dropdown-menu a {
  color: #090909;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

nav .dropdown-menu a:hover {
  padding-right: 23px;
  color: var(--secondary-color);
  transition: all 0.4s ease-in;
}

nav .dropdown-item:focus,
.dropdown-item:hover {
  background-color: #aa383812;
}

.nav-item .dropdown-menu .dropend:hover .dropdown-menu {
  display: block;
  margin-top: 3px;
  background: rgb(254, 254, 254);
  border: 0;
  border-top: 3px solid var(--secondary-color);
  border-radius: 5px;
  direction: rtl;
  text-align: right;
  /* transform: translateX(100%); */
  left: -100%;
  top: 15px;
  transition: all 0.4s ease-in;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

.nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 3px;
  background: rgb(254, 254, 254);
  border: 0;
  border-top: 3px solid var(--secondary-color);
  border-radius: 5px;
  direction: rtl;
  text-align: right;
  transform: translateX(50%);
  transition: all 0.4s ease-in;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  left: auto;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.nav-item:hover .dropdown-menu::before {
  content: "";
  position: absolute;
  display: block;
  margin-top: 3px;
  z-index: 5;
  top: -14px;
  right: 0;
  pointer-events: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--praimary-color);
  border: 5px solid var(--secondary-color);
  transition: all 0.4s ease-in;
}

.nav-item .dropdown-menu .dropend:hover .dropdown-menu::before {
  display: none;
}

.navbar-nav .dropdown-menu {
  margin-top: 7px;
  text-align: left;
  transition: all 0.4s ease-in;
}

nav .nav-item #dropdown {
  margin-top: -10px;
}

nav .list-group p {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #94a3b8;
}

nav .list-group span {
  padding: 5px;
  color: aliceblue;
  font-size: 10px;
  font-weight: 700;
  border-radius: 0.2rem;
}

nav .lang-back {
  padding: 5px 15px;
  border-radius: 20px;
  background-color: var(--praimary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .lang-back i {
  margin-left: 5px;
}

nav a:hover .lang-back {
  background-color: var(--secondary-color);
  transition: all 0.4s ease-in;
}

.navbar .navbar-toggler {
  font-size: 20px;
}

nav .register-link {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

nav .register-link a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--praimary-color);
  color: #fff !important;
  font-family: var(--title-font);
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 30px;
}

nav .register-link a:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: var(--secondary-color);
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  transition: 0.7s ease;
}

nav .register-link a:hover:before {
  height: 560%;
}

nav .register-link a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  nav .lang {
    padding-left: 0;
  }
}

@media screen and (max-width: 330px) {
  .navbar .navbar-toggler {
    font-size: 15px;
  }

  nav a img {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  /* Menu is hidden (off-screen to the right) */
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
  /* Delay visibility hiding */
  direction: rtl;
}

.side-menu.show {
  transform: translateX(0);
  /* Menu is visible */
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
  /* Show instantly with the menu */
}

.side-menu.hide {
  transform: translateX(100%);
  /* Move out of the viewport */
  opacity: 0;
  /* Fade out */
  visibility: hidden;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
  /* Hide after animation */
}

.side-menu .menu .menu-toggle {
  position: absolute;
  left: -18px;
  top: 60px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--praimary-color);
  border: 0;
  z-index: 1;
}

.side-menu .menu .menu-toggle i {
  color: #ffffff;
}

.side-menu .menu {
  width: 100%;
  max-width: 310px;
  height: 100%;
  position: relative;
  left: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
  background-color: #fff;
}


.side-menu .menu .menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  padding: 15px;
  background-color: #242424;
  position: relative;
}

.side-menu .menu .menu-logo::before {
  content: "";
  position: absolute;
  background: url(../images/contact-shape-3.png);
  background-size: contain;
  background-repeat: repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
}

.side-menu .menu .menu-logo a {
  text-align: center;
  text-decoration: none;
}

.side-menu .menu .menu-logo a p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--secondary-color);
  padding-top: 8px;
}

.side-menu .menu .menu-logo img {
  width: 85%;
}

.side-menu .menu .menu-content {
  padding: 15px;
  background-color: var(--heading-color);
  height: 100%;
}

.side-menu .menu .menu-content ul {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}

.side-menu .menu .menu-content ul .nav-item {
  border-bottom: 1px solid #ded3d361;
  padding: 5px 0;
}

.side-menu .menu .menu-content ul li .dropdown-menu {
  width: 100% !important;
}

.side-menu .menu .menu-content ul a {
  font-size: 13px;
  color: var(--block-background-color);
  font-weight: 600;
}

.side-menu .menu .menu-content ul li:hover a {
  transition: all ease 1s;
  color: var(--praimary-color);
}

@media (max-width:767px) {
  .top-bar {
    display: none;
  }
}


/* navbar ends */




/* scroll animation */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}







/* slideshow */
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 85vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  position: relative;
  padding: 0 100px;
  z-index: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 30%);
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  /* text-align: center; */
  display: flex;
  align-items: center;
}

.slideshow .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}

.slideshow .shape img {
  position: absolute;
  /* top: 0;
  left: 0;
  bottom: 0; */
  right: 0;
  /* width: 100%; */
  height: 85vh;
  object-fit: contain;
  z-index: 0;
}

.slideshow .slide .name {
  color: #fff;
  font-weight: bolder;
  position: relative;
  font-size: 30px;
}

/* .slideshow .slide .name:before {
  content: '';
  height: 4px;
  width: 100%;
  background-color: var(--praimary-color);
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
} */
.slideshow .slide .title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  /* -webkit-text-stroke: 1px #fff; */
  margin-bottom: 10PX;
  text-transform: uppercase;
}

.slideshow .slide .text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background-color: #4f6163a1;
  padding: 15px;
  border-left: 4px solid var(--secondary-color);
}

.slideshow .slide .text p {
  margin-bottom: 0;
}

@media screen and (max-width:575px) {

  .slideshow .slide .title {
    font-size: 18px;

  }

  .slideshow .slide .text {
    font-size: 20px;
  }

  .slideshow {
    height: 70vh;
  }

}

.slideshow .btn-primary {
  margin-top: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--praimary-color);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px;
  min-width: 144px;
  border-radius: 4px;
}

.slideshow .btn-primary i {
  margin-right: 8px;
}

.slideshow .btn-primary:before,
.slideshow .btn-primary:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  transform: scaleY(1.1);
}

.slideshow .btn-primary:before {
  transform: scaleY(0);
}

.slideshow .btn-primary:after {
  transform: scaleY(0);
}

.slideshow .btn-primary:hover::before,
.slideshow .btn-primary:hover:after,
.slideshow .btn-primary.active::before,
.slideshow .btn-primary.active:after {
  border-radius: 0;
  transform: scale(1);
}

.slideshow .pagination {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 23px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: var(--praimary-color);
  border: 1px solid #ffffff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

.slideshow .arrows .prev:hover i {
  left: -10px;
}

.slideshow .arrows .next {
  right: 30px;
}

.slideshow .arrows .next:hover i {
  left: 10px;
}

.slideshow .arrows i {
  position: relative;
  left: 0;
  font-size: 30px;
  color: #fff;
  transition: left 0.2s ease;
}

/* slider ends */









/* about start */

.about {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #fffafa;
  position: relative !important;
  overflow: hidden;
}

.about .images {
  height: 100%;
  position: relative;
  display: block;
}

.about .images .about-three__shape-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 223px;
  top: -58px;
  z-index: 1;
  animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.about .images .about-three__shape-4 img {
  transform: scale(-1);
}

@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.about .about-three__shape-5 {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
  opacity: 0.1;
  z-index: 1;
  animation: Imgmove 5s ease-in-out 0s infinite alternate;
}

.about .about-three__shape-5 img {
  /* Remove transform: scale(-1) if you don't want horizontal flip */
  /* Or keep it if you do want the flip */
  transform: scaleX(-1);
  /* This flips horizontally */
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
  /* Adjust as needed */
  height: auto;
}

@keyframes Imgmove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30px);
  }
}

.about .images .main-img {
  width: 100%;
  height: 340px;
  z-index: 2;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

.about .images .main-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.about .container {
  position: relative;
  z-index: 2;
}

.about h6 {
  color: #1b1b1b;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.about h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  right: 0;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}

.about p {
  color: #838383;
  font-size: 15px;
  text-align: justify;
}

.about .button a {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.about .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.about .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 56px 5px 5px 56px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.about .button a:hover .icon-bg {
  right: 24px;
  opacity: 1;
}

.about-one__certified {
  position: relative;
  width: 100%;
  padding: 16px;
  background-color: rgb(0 0 0 / 24%);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
  text-align: center;
  display: flex;
  border-radius: 5px;
  margin-top: 8px;

}

.about-one__certified-icon {
  position: relative;
  display: inline-block;
}

.about-one__certified-icon i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--praimary-color);
  margin-left: 8px;
}

.about-one__certified-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
}

.about-one__certified-detail {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #fff !important;
}

.num {
  margin-right: 8px;
  font-size: 20px;
}





/* services start */

.services {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background-color: #242424;
}

.services .service-card {
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgb(8 14 28 / 0.06);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.services .service-card.main {
  border: 2px dashed #242424;
}

.services .service-card:before,
.services .service-card:after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: var(--praimary-color);
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.services .service-card:before {
  bottom: -73px;
  left: -28px;
}

.services .service-card_number {
  position: absolute;
  top: 25px;
  left: 40px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #fae2e2;
  opacity: 0.3;
}

.services .shape-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
  margin-bottom: 30px;
}

.services .shape-icon svg {
  height: 40px;
  width: 40px;
}

.services .shape-icon img {
  height: 40px;
  width: 40px;
}

.services .shape-icon i {
  font-size: 30px;
  line-height: 90px;
  color: var(--praimary-color);
}

.services .shape-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fae2e2;
  clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z"
    );
  z-index: -1;
  transition: 0.4s ease-in-out;
}

.services .shape-icon .dots:before,
.services .shape-icon .dots:after {
  content: "";
  position: absolute;
  background-color: var(--praimary-color);
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.services .shape-icon .dots:before {
  top: 0;
  right: 9px;
}

.services .shape-icon .dots:after {
  height: 12px;
  width: 11px;
  bottom: 0;
  left: 27px;
}

.services .box-title {
  font-size: 20px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
  margin-bottom: 12px;
}

.services .box-title a {
  color: #1b1b1b;
  text-decoration: none;
}

.services .service-card .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.service-card .bg-shape img {
  width: 100%;
}

.services .service-card:after {
  left: -73px;
  bottom: -28px;
}

.service-card:hover:before,
.service-card:hover:after {
  opacity: 1;
  height: 120%;
  width: 130%;
  border-radius: 0;
}

.service-card:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-card:hover .box-title a {
  color: #ffffff;
  text-decoration: none;
}

.service-card:hover .shape-icon:before {
  background-color: #ffffff;
}

.services .service-card.main:before,
.services .service-card.main:after {
  content: "";
  position: absolute;
  height: 180%;
  width: 130%;
  background-color: var(--praimary-color);
  opacity: 0.6;
  border-radius: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.service-card.main .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-card.main .box-title a {
  color: #ffffff;
  text-decoration: none;
}

.services .service-card.main .shape-icon:before {
  background-color: #ffffff;
}

.services .button {
  display: flex;
}

.services .button a {
  position: relative;
  line-height: 44px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 30px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid transparent;
  margin-left: 8px;
}

.services .button a.second {
  color: rgb(36 36 36);
  background: #fff;
  border: 2px solid var(--praimary-color);
}

.services .button a.second:hover {
  color: #fff;
}

.services .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.services .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 100px 5px 5px 100px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.services .button a:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px !important;
  border: 2px solid #090909;
}

.services .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.services .button a:hover .icon-bg {
  right: 12px;
  opacity: 1;
}



/* events start */
.clients {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #242424;
  position: relative;
}

.clients::before {
  content: "";
  position: absolute;
  background-image: url(../images/site-footer-bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}

.clients h6 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.clients h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.clients h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}


.clients .single-logo {
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
  text-align: center;
  background-color: #fff;
}

.clients .single-logo img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}

.clients .single-logo h6 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
}

.clients .owl-carousel .owl-stage-outer {
  height: 170px;
}






/* events start */

.events {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.events__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/background1.png);
  z-index: -1;
}

.events h6 {
  color: #1b1b1b;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.events h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.events h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}

.events .single-blog-artical {
  position: relative;
}

.events .single-blog-card {
  position: relative;
}

.events .single-blog-artical .single-blog-card {
  overflow: hidden;
}

.events .single-blog-artical .single-blog-card .blog-img {
  overflow: hidden;
}

.events .single-blog-artical .single-blog-card .blog-img img {
  width: 100%;
  transition: 1200ms;
  min-height: 450px;
  object-fit: cover;
}

.events .single-blog-artical .single-blog-card .blog-content-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 30px;
  transition-duration: 600ms;
  padding-top: 80px;
}

.events .single-blog-artical .single-blog-card .blog-content-text::before {
  content: "";
  position: absolute;
  bottom: -32%;
  width: 50%;
  height: 110%;
  background: rgb(36 36 36 / 70%);
  transform: skewY(18deg);
  z-index: -1;
  right: 0;
  transform-origin: top right;
}

.events .single-blog-artical .single-blog-card .date-badge {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(191 30 46));
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 23px;
}

.events .single-blog-artical .single-blog-card .blog-content-text::after {
  content: "";
  position: absolute;
  bottom: -32%;
  width: 50%;
  height: 110%;
  background: rgb(36 36 36 / 70%);
  transform: skewY(-18deg);
  z-index: -1;
  left: 0;
  transform-origin: top left;
}

.events .single-blog-artical .single-blog-card .hover-blog-content-img {
  position: absolute;
  bottom: -500px;
  left: 0;
  z-index: 99;
  padding: 30px;
  padding-bottom: 45px;
  transition-duration: 800ms;
  padding-top: 80px;
}

.events .single-blog-artical .single-blog-card .hover-blog-content-img::before {
  content: "";
  position: absolute;
  bottom: -31%;
  width: 50%;
  height: 110%;
  background: rgb(191 30 46 / 50%);
  -webkit-backdrop-filter: blur(6.3499999046px);
  backdrop-filter: blur(6.3499999046px);
  transform: skewY(18deg);
  z-index: -1;
  right: 0;
  transform-origin: top right;
}

.events .single-blog-artical .single-blog-card .hover-blog-content-img .hover-blog-content {
  position: relative;
  z-index: 99999;
}

.events .single-blog-artical .single-blog-card .hover-blog-content-img::after {
  content: "";
  position: absolute;
  bottom: -31%;
  width: 50%;
  height: 110%;
  background: rgb(191 30 46 / 50%);
  -webkit-backdrop-filter: blur(6.3499999046px);
  backdrop-filter: blur(6.3499999046px);
  transform: skewY(-18deg);
  z-index: -1;
  left: 0;
  transform-origin: top left;
}

.events .single-blog-artical:hover .single-blog-card .hover-blog-content-img {
  bottom: 0;
}

.events .single-blog-artical:hover .deft-blog-content-info .blog-content-text {
  opacity: 0;
}

.events .events-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  color: #fff;
}

.events .events-details {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}

.events .button a {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.events .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.events .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 56px 5px 5px 56px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.events .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.events .button a:hover .icon-bg {
  right: 24px;
  opacity: 1;
}

/* publish start */

.publish {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f9f5f5;
}

.feature-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/feature-two-bg.png);
  z-index: 1;
}

.publish h6 {
  color: #1b1b1b;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.publish h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.publish h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}

.publish .feature-two__single {
  position: relative;
  display: block;
}

.publish .feature-two__img {
  height: 200px;
  position: relative;
  display: block;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(191 30 46 / 50%));
  clip-path: polygon(100% 0, 100% 63%, 53% 100%, 52% 100%, 0 63%, 0% 0%);
  z-index: 1;
}

.publish .feature-two__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  mix-blend-mode: luminosity;
}

.publish .feature-two__content {
  position: relative;
  display: block;
  margin-top: -80px;
  padding-top: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 32px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: var(--praimary-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__icon span i {
  color: #fff;
  line-height: 70px;
  transform: rotate(-45deg);
}

.publish .feature-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.publish .feature-two__shape-1 img {
  width: auto;
}

.publish .feature-two__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.publish .feature-two__shape-2 img {
  width: auto;
}

.publish .feature-two__content-inner {
  position: relative;
  display: block;
  padding: 24px 40px 34px;
  text-align: center;
  overflow: hidden;
  z-index: 1000;
}

.publish .feature-two__icon {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  z-index: 3;
}

.publish .feature-two__title {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.publish .feature-two__title a {
  color: #1b1b1b;
  transition: all 500ms ease;
  text-decoration: none;
}

.publish .feature-two__text {
  color: #838383;
  font-size: 15px;
  text-align: justify;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.publish .feature-two__single:hover .feature-two__content {
  background-color: rgb(4, 23, 26);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.publish .feature-two__single:hover .feature-two__shape-1 {
  opacity: 0;
}

.publish .feature-two__single:hover .feature-two__shape-2 {
  opacity: 0.25;
}

.publish .feature-two__single:hover span {
  border: 6px solid rgb(4, 23, 26);
}

.publish .feature-two__single:hover a {
  color: #ffffff;
}

.publish .feature-two__single:hover .feature-two__text {
  color: #ffffff;
}

.publish .button a {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.publish .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.publish .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 56px 5px 5px 56px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.publish .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.publish .button a:hover .icon-bg {
  right: 24px;
  opacity: 1;
}



/* video start */

.video {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background-color: #242424;
}

.video h6 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.video h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.video h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}

.video .service-card {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgb(8 14 28 / 0.06);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.video .service-card.main {
  border: 2px dashed #242424;
}

.video .service-card:before,
.video .service-card:after {
  content: "";
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: var(--praimary-color);
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.video .service-card:before {
  bottom: -73px;
  left: -28px;
}

.video .box-title {
  font-size: 20px;
  line-height: 1.417;
  font-weight: 700;
  padding: 16px;


}

.video .box-title a {
  color: #1b1b1b;
  text-decoration: none;
}

.video .service-card .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.service-card .bg-shape img {
  width: 100%;
}

.video .service-card:after {
  left: -73px;
  bottom: -28px;
}

.service-card:hover:before,
.service-card:hover:after {
  opacity: 1;
  height: 120%;
  width: 130%;
  border-radius: 0;
}

.service-card:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-card:hover .box-title a {
  color: #ffffff;
  text-decoration: none;
}

.service-card:hover .shape-icon:before {
  background-color: #ffffff;
}

.video .service-card.main:before,
.video .service-card.main:after {
  content: "";
  position: absolute;
  height: 180%;
  width: 130%;
  background-color: var(--praimary-color);
  opacity: 0.6;
  border-radius: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.video .button a {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  border: 2px solid var(--praimary-color);
}

.video .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.video .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 56px 5px 5px 56px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video .button a:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(0, 0, 0, 0.15) 0px 2px 6px 2px !important;
  border: 1px solid #090909;
}

.video .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.video .button a:hover .icon-bg {
  right: 24px;
  opacity: 1;
}

.video .video-container {
  width: 100%;
  height: 200px;
  z-index: 1000;
  border-top: 2px solid #bf1e2e;
  border-left: 2px solid #bf1e2e;
  border-right: 2px solid #bf1e2e;
}

.video .video-container iframe {
  width: 100%;
  height: 100%;
}









/* news start */

.news {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f9f5f5;
}

.news__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  opacity: 0.7;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/background2.png);
  z-index: 1;
}

.news .container {
  position: relative;
  z-index: 2;
}

.news h6 {
  color: #1b1b1b;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.news h6:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--praimary-color);
}

.news h6:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  margin-top: 25px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  background-color: var(--praimary-color);
}

.news .news-card {
  position: relative;
  text-align: right;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  z-index: 2;
  margin-top: 67px;
  margin-left: 10px;
  margin-right: 10px;
}

.news .news-card .main-img {
  overflow: hidden;
  position: relative;
}

.news .news-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(191 30 46 / 50%));
}

.news .news-card:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.2) 0px 2px 4px,
    rgba(0, 0, 0, 0.2) 0px 4px 8px, rgba(0, 0, 0, 0.2) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transition: all 500ms ease;
}

.news .news-card .news-card-img {
  overflow: hidden;
  width: 90px;
  height: 120px;
  padding: 16px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -30px;
  border: 2px solid var(--praimary-color);
  background: linear-gradient(to top, rgb(255, 255, 255), rgb(210 66 80));
  text-align: center;
  z-index: 1000;
}

.news .news-card .news-card-img .date {
  color: #fff;
}

.bg-mask {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAP1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC6E+JdAAAAFHRSTlMAYJAg34C/7xBAcFCvz59/sI8woFnTCjgAAAG8SURBVHja7dhbboMwGEThAQy2ueRW9r/WNqrUpGofmoYk9uicHXyCf4SQzqVxDmuVLXOjS1NcKy58UY5r5e0/Hfu1+o5nR7MaNH1AggMkJo8Hsq6jZg/IQYsHJGg1CQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAADGFLC6QgwukMYEEyeWBeEB6eUBaWUDiJANImMekh0Fin5Oe3SMYz1c8AtK+hLE5ZMiSASQ2kgHkRcexOWToJANIyJIBJI6SA6RNcoAMWTKAhEkygLx2creDzJ1kACnjOO6GFDC5m0DaJAfIcJIMICFLBpByJvc+yK6TDCBDlgwghU3uvyFFHsftkKGTDCAhSwaQ2EsOkDbJATJkyQASGskAEvskB0jZk/tnyJJVTbHK75FfCjVP7nVtzZN7XS76r9stDRVP7re6WPBft5uaKj+OS6dQ6+T+eLveYs3H8f396ne7NlfPICKiJ/cOmJbEF+J6x/AAAAAASUVORK5CYII=);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAP1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC6E+JdAAAAFHRSTlMAYJAg34C/7xBAcFCvz59/sI8woFnTCjgAAAG8SURBVHja7dhbboMwGEThAQy2ueRW9r/WNqrUpGofmoYk9uicHXyCf4SQzqVxDmuVLXOjS1NcKy58UY5r5e0/Hfu1+o5nR7MaNH1AggMkJo8Hsq6jZg/IQYsHJGg1CQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAADGFLC6QgwukMYEEyeWBeEB6eUBaWUDiJANImMekh0Fin5Oe3SMYz1c8AtK+hLE5ZMiSASQ2kgHkRcexOWToJANIyJIBJI6SA6RNcoAMWTKAhEkygLx2creDzJ1kACnjOO6GFDC5m0DaJAfIcJIMICFLBpByJvc+yK6TDCBDlgwghU3uvyFFHsftkKGTDCAhSwaQ2EsOkDbJATJkyQASGskAEvskB0jZk/tnyJJVTbHK75FfCjVP7nVtzZN7XS76r9stDRVP7re6WPBft5uaKj+OS6dQ6+T+eLveYs3H8f396ne7NlfPICKiJ/cOmJbEF+J6x/AAAAAASUVORK5CYII=);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news .news-card img.main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 500ms ease;
  min-height: 350px;
}

.news .news-card:hover img.main {
  transform: scale(1.2, 1.2);
}

.news .news-card .card-text {
  padding: 55px 30px 30px;
  border-radius: 5px;
  position: relative;
}

.news .news-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}

.news .news-details {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}

.news .news-card-img .month {
  font-size: 15px;
  display: block;
}

.news .button a {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 34px;
  padding-right: 58px;
  z-index: 1;
  box-shadow: none !important;
  border-radius: 5px;
  background: rgb(36 36 36);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.news .button a .icon-bg {
  position: absolute;
  right: 34px;
  top: 50%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate(0, -50%);
  opacity: 0;
}

.news .button a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 100%;
  background-color: var(--praimary-color);
  z-index: -2;
  border-radius: 56px 5px 5px 56px;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news .button a:hover:before {
  width: 100%;
  border-radius: 5px;
}

.news .button a:hover .icon-bg {
  right: 24px;
  opacity: 1;
}

/* contact-sec start */
.contact-sec {
  position: relative;
  background: #fffafa;
}

.contact-sec .location {
  box-shadow: inset 0 0 0 2000px #00000087;
  height: 500px;
}

.contact-sec .location iframe {
  height: 100%;
  width: 100%;
}

.elementor-widget-container {
  position: absolute;
  top: -28px;
  right: 100px;
}

.ct-contact-info3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ct-contact-info3 .ct-contact-inner {
  position: relative;
  max-width: 360px;
  background-color: rgb(0, 0, 0);
  background-image: url(../images/bg-contact-info.png);
  padding: 60px 30px 64px;
}

.ct-contact-info3 .ct-contact-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -28px;
  border-color: transparent rgb(103, 103, 103) rgb(103, 103, 103) transparent;
  border-width: 14px;
  border-style: solid;
}

.ct-contact-info3 .ct-contact-inner .wg-title {
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.ct-contact-info3 .ct-contact-inner .wg-title span {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

.ct-contact-info3 .ct-contact-inner .wg-title span::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: var(--praimary-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}

.ct-contact-info3 .ct-contact-inner .item--info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  margin-top: 30px;
}

.ct-contact-info3 .ct-contact-inner .ct-contact-icon {
  line-height: 1;
  margin-left: 14px;
}

.ct-contact-info3 .ct-contact-inner .ct-contact-icon i {
  font-size: 35px;
  color: var(--praimary-color);
}

.ct-contact-info3 .ct-contact-inner .item--title {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 28px;
  color: rgb(183, 183, 183);
  font-weight: 500;
}

.ct-contact-info3 .ct-contact-inner .item--content {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin-top: 3px;
}

.ct-contact-info3 .ct-contact-inner .item--info .ct-contact-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* footer starts */

footer {
  background-color: #242424;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-shape-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
}

.footer-content .logo-box {
  width: 70%;
}

/* .footer-content .logo-box .logo {
  width: 100%;
} */
.footer-content .logo-container p a {
  font-weight: 600;
  color: var(--praimary-color);
  text-decoration: none;
}

.footer-content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0;
}

footer .container {
  position: relative;
}

footer h5 {
  font-size: 23px;
  font-weight: 600;
  color: var(--secondary-color);
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff,
    -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.footer-content p {
  padding-top: 15px;
  margin-bottom: 0px;
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  color: #cccccc;
}

footer h6 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.footer-content i {
  color: var(--praimary-color);
  margin-right: 5px;
}

footer ul {
  list-style: none;
  padding-right: 0;
}

/* footer .social-media {
  padding-top: 15px;
} */

footer .social-media ul {
  margin-bottom: 0;
}

footer .social-media li {
  display: inline-block;
  padding-left: 6px;
}

footer li {
  padding-bottom: 4px;
}

footer .contact li {
  display: flex;
}

footer .contact .icon-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--praimary-color);
  margin-left: 8px;
  text-align: center;
  border: 2px solid #bf1e2e;
}

footer .contact .icon-bg i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin-right: 0;
}

footer .social-media .icon-bg {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-color: transparent;
  margin-right: 5px;
  text-align: center;
  border: 2px solid var(--praimary-color);
}

footer .social-media .icon-bg i {
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  margin-right: 0;
}

footer .social-media .icon-bg svg {
  fill: #fff;
}

footer .social-media .icon-bg:hover {
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
}

footer .social-media .icon-bg:hover i {
  color: var(--praimary-color);
  transition: all 0.4s ease-in-out;
}

footer .social-media .icon-bg:hover svg {
  fill: var(--praimary-color);
  transition: all 0.4s ease-in-out;
}

.footer-link a,
.contact-link a {
  color: #cdcdcd;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.footer-link a:hover {
  color: #fff;
}

.footer-link a:after {
  position: absolute;
  content: "";
  transition-duration: 0.3s;
  transition-property: all;
  --tw-bg-opacity: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(90deg,
      rgb(255, 255, 255) 0%,
      var(--praimary-color) 100%);
  width: 0;
  height: 2px;
  right: 0;
  bottom: 0;
}

.footer-link a:hover:after {
  width: 100%;
}

footer #branch h5 {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
}

footer .contact-sperator {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 0;
  background-color: #d7dbe4;
}

.footer-copyright {
  background: url(../images/footer-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #283752; */
  direction: ltr;
}

.footer-copyright a {
  text-decoration: none;
  color: #c2c2c2;
}

.footer-copyright p {
  font-weight: 450;
  font-size: 14px;
  line-height: 25px;
  color: #f1f4ff;
  margin-bottom: 0;
}

.footer-copyright .content {
  background-color: #0f0f0f;
  padding: 16px;
}

footer .download-container {
  width: 100% !important;
  display: flex !important;
  align-items: center;
}

footer .download-container a{
  margin-left: 4px;
}
footer .download-container .download {
  width: 129px;
}


@media (min-width: 768px) and (max-width: 1200px) {
  footer h5 {
    font-size: 22px;
    font-weight: 600;
  }

  .footer-content .logo {
    width: auto;
    height: 90px;
  }
}

@media screen and (max-width: 420px) {
  footer h5 {
    font-size: 20px;
    font-weight: 600;
  }

  .footer-content .logo {
    width: auto;
    height: 80px;
  }

  footer .social-media .icon-bg {
    width: 28px;
    height: 28px;
  }

  footer .social-media .icon-bg i {
    font-size: 16px;
    line-height: 28px;
  }
}

/* footer ends */

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 1000;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.cursor-dot-outline {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 2px solid var(--praimary-color);
}