@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Medium.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Book.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-SemiBold.ttf);
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "ExpoArabic", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: #95836F;
  color: #fff;
}
*::selection {
  background-color: #95836F;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background: #95836F;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #95836F;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

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

button {
  outline: none !important;
  border: 0px !important;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background-color: rgba(226, 214, 193, 0.5);
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--primary-color);
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*dropdown animation*/
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
@keyframes moving {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -10000px;
  }
}
:root {
  --primary-color: #95836F;
  --secondary-color: #2C2C2C;
  --dark-color: #000;
  --light-color: #fff;
  --gray-color: #808080;
  --primary-filter: invert(59%) sepia(8%) saturate(963%) hue-rotate(351deg) brightness(88%) contrast(87%);
  --secondary-filter: invert(11%) sepia(88%) saturate(8%) hue-rotate(8deg) brightness(101%) contrast(87%);
  --light-filter: invert(92%) sepia(100%) saturate(23%) hue-rotate(251deg) brightness(108%) contrast(100%);
  --gray-filter: invert(58%) sepia(0%) saturate(3400%) hue-rotate(13deg) brightness(87%) contrast(97%);
}

.navbar {
  width: 100%;
  padding: 15px 0px;
  background-color: var(--light-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s linear;
}
.navbar.scrolled {
  padding: 10px 0px !important;
  box-shadow: 0px 0px 10px rgba(149, 131, 111, 0.2);
}
.navbar.scrolled .brand-name img {
  height: 80px !important;
}
@media (max-width: 960px) {
  .navbar.scrolled .navbar-nav {
    top: 100px !important;
  }
}
.navbar .contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .contain .hamburger {
  display: none;
}
@media (max-width: 992px) {
  .navbar .contain .hamburger {
    display: block;
  }
}
.navbar .contain .hamburger .line {
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .contain .hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.navbar .contain .hamburger.active .line:nth-child(2) {
  width: 0px;
}
.navbar .contain .hamburger.active .line:nth-child(1), .navbar .contain .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar .contain .hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px);
}
.navbar .contain .hamburger.active .line:nth-child(3) {
  transform: translateY(-15px) rotate(90deg);
}
.navbar .contain .brand-name img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.navbar .contain .navbar-nav {
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 960px) {
  .navbar .contain .navbar-nav {
    position: absolute;
    top: 130px;
    right: -100%;
    background-color: var(--light-color);
    width: 100%;
    height: 100vh;
    gap: 0;
    z-index: 999;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 15px;
    transition: all 0.3s linear;
  }
  .navbar .contain .navbar-nav.active-nav {
    right: 0px;
  }
}
@media (max-width: 960px) {
  .navbar .contain .navbar-nav li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(149, 131, 111, 0.4);
  }
}
.navbar .contain .navbar-nav li a {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-color);
  position: relative;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 0px;
}
.navbar .contain .navbar-nav li a::after, .navbar .contain .navbar-nav li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  z-index: -1;
  transition: all 0.3s linear;
}
.navbar .contain .navbar-nav li a::after {
  left: 0px;
  top: 0;
}
.navbar .contain .navbar-nav li a::before {
  bottom: 0;
  right: 0px;
}
.navbar .contain .navbar-nav li a:hover, .navbar .contain .navbar-nav li a.active {
  color: var(--primary-color);
}
.navbar .contain .navbar-nav li a:hover::after, .navbar .contain .navbar-nav li a:hover::before, .navbar .contain .navbar-nav li a.active::after, .navbar .contain .navbar-nav li a.active::before {
  width: 100%;
}

.travel,
header {
  width: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 250px 0px 100px;
}
@media (min-width: 960px) {
  .travel,
  header {
    height: 100vh;
    padding: 50px 0px;
  }
}
.travel .container,
header .container {
  width: 100%;
  height: 100%;
}
.travel .contain,
header .contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.travel .contain h1,
header .contain h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--light-color);
  margin: 0px;
}
@media (max-width: 960px) {
  .travel .contain h1,
  header .contain h1 {
    font-size: 25px;
    line-height: 50px;
  }
}
.travel img,
header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: pulse 15s linear infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.travel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
}
.travel .contain {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.travel .contain h1 {
  color: var(--primary-color);
  margin-bottom: 30px;
  font-size: 60px;
}
@media (max-width: 960px) {
  .travel .contain h1 {
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.travel .contain p {
  color: var(--light-color);
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
}
@media (max-width: 960px) {
  .travel .contain p {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .travel {
    padding: 100px 0px;
  }
}

.about-us {
  width: 100%;
  padding: 150px 0px 170px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 960px) {
  .about-us {
    padding: 40px 0px;
  }
}
.about-us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: pulse 15s linear infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 960px) {
  .about-us img {
    display: none;
  }
}
.about-us .contain h1 {
  font-size: 50px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .about-us .contain h1 {
    font-size: 25px;
  }
}
.about-us .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0px;
}

.word {
  width: 100%;
  padding: 90px 0px;
  position: relative;
  z-index: 9;
  background-color: #f7f7f7;
}
@media (max-width: 960px) {
  .word {
    padding: 40px 0px;
  }
}
.word .image-contain {
  width: 100%;
  height: 400px;
  border: 4px solid #D9D9D9;
  animation: translateY 1s linear infinite alternate;
}
.word .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.word .contain {
  width: 100%;
}
.word .contain h1 {
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .word .contain h1 {
    font-size: 25px;
  }
}
.word .contain h1 span {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 960px) {
  .word .contain h1 span {
    font-size: 25px;
  }
}
.word .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0px;
}
.word .contain p span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: end;
}

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media (max-width: 960px) {
  .banner {
    height: 250px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: pulse 15s linear infinite alternate;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.banner.vision {
  height: 130vh;
}
@media (max-width: 960px) {
  .banner.vision {
    height: 300px;
  }
}
.banner.vision img {
  animation: none;
}

.message {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
}
.message.secondary-bk {
  background-color: rgba(201, 177, 153, 0.33);
}
.message.secondary-bk h1 {
  font-size: #B1A7A5;
}
.message .contain {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.message .contain h1 {
  font-size: 30px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.message .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0px;
}
.message .image-contain {
  width: 100%;
  height: 300px;
  animation: translateY 1s linear infinite alternate;
}
@media (max-width: 960px) {
  .message .image-contain {
    width: 150px;
    height: 150px;
  }
}
.message .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.services,
.graphics,
.objectives {
  width: 100%;
  padding: 70px 0px;
  position: relative;
  z-index: 9;
  background-color: rgba(201, 177, 153, 0.3);
}
.services .partner-box,
.graphics .partner-box,
.projects .partner-box,
.objectives .partner-box {
  width: 100%;
  height: 200px;
  transition: all 0.3s linear;
}
.services .partner-box img,
.graphics .partner-box img,
.projects .partner-box img,
.objectives .partner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 960px) {
  .services .partner-box,
  .graphics .partner-box,
  .projects .partner-box,
  .objectives .partner-box {
    height: 140px;
  }
}
.services .partner-box:hover,
.graphics .partner-box:hover,
.projects .partner-box:hover,
.objectives .partner-box:hover {
  transform: translateY(-10px);
}
@media (max-width: 960px) {
  .services,
  .graphics,
  .projects,
  .objectives {
    padding: 40px 0px;
  }
}
.services .heading,
.graphics .heading,
.projects .heading,
.objectives .heading {
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .services .heading,
  .graphics .heading,
  .projects .heading,
  .objectives .heading {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.services .box,
.graphics .box,
.projects .box,
.objectives .box {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  background-color: var(--light-color);
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  transition: all 0.3s linear;
  text-align: center;
}
@media (min-width: 960px) {
  .services .box,
  .graphics .box,
  .projects .box,
  .objectives .box {
    padding: 45px 15px;
  }
}
.services .box p,
.graphics .box p,
.projects .box p,
.objectives .box p {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
}
@media (max-width: 960px) {
  .services .box p,
  .graphics .box p,
  .projects .box p,
  .objectives .box p {
    font-size: 15px;
  }
}
.services .box:hover,
.graphics .box:hover,
.projects .box:hover,
.objectives .box:hover {
  transform: translateY(-10px);
}

.graphics {
  background-color: var(--light-color);
}
.graphics .image-contain {
  width: 100%;
  height: 300px;
  transition: all 0.3s linear;
}
@media (max-width: 960px) {
  .graphics .image-contain {
    height: 180px;
  }
}
.graphics .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.graphics .image-contain:hover {
  transform: translateY(-10px);
}

.services {
  background-color: var(--light-color);
  padding-bottom: 0px !important;
}
@media (max-width: 960px) {
  .services .col-lg-12.col-6 {
    margin-bottom: 20px;
  }
  .services .col-lg-12.col-6 .col-lg-6 {
    padding: 0px 5px !important;
  }
}
.services .col-lg-12.col-6:nth-child(odd) .service-box .contain {
  background-color: var(--primary-color);
}
.services .col-lg-12.col-6:nth-child(odd) .service-box .contain p {
  color: var(--light-color);
}
.services .service-box {
  width: 100%;
  height: 100%;
  display: block;
  translate: all 0.3s linear;
}
.services .service-box:hover img {
  transform: scale(1.2);
}
.services .service-box:hover p {
  animation: storm 0.4s linear;
}
.services .service-box .image-contain {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .services .service-box .image-contain {
    height: 150px;
  }
}
.services .service-box .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s linear;
}
.services .service-box .contain {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: var(--light-color);
}
@media (max-width: 960px) {
  .services .service-box .contain {
    padding: 20px 0px;
  }
  .services .service-box .contain p {
    font-size: 12px;
  }
}
.services .service-box .contain p {
  font-size: 15px;
  font-weight: 900;
  margin: 0px;
  color: var(--dark-color);
}

.certficate .desc {
  font-size: 15px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.certficate .partner-box {
  height: 150px !important;
}

footer {
  width: 100%;
  padding: 50px 0px 0px;
  position: relative;
  z-index: 9;
  background-color: var(--secondary-color);
}
footer .contain {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
}
footer .contain .brand-name img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contain p {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0px;
}
@media (min-width: 960px) {
  footer .contain p {
    width: 80%;
    margin: 20px auto;
  }
}
footer .contain .socail-media {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
footer .contain .socail-media .socail-icon a {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
footer .contain .socail-media .socail-icon a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: all 0.3s linear;
}
footer .contain .socail-media .socail-icon a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: var(--light-filter);
}
footer .contain .socail-media .socail-icon a:hover::after {
  height: 100%;
}
footer .contain .socail-media .socail-icon a:hover img {
  animation: fadeInLeft 0.4s linear both;
}
footer .copyrights {
  width: 100%;
  margin-top: 24px;
  padding: 10px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 960px) {
  footer .copyrights {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
footer .copyrights p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  text-transform: capitalize;
}
footer .copyrights p span {
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
footer .copyrights a {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;
}
footer .copyrights a img {
  width: 80px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .copyrights a span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  text-transform: capitalize;
}

.singl-services {
  width: 100%;
  padding: 230px 0px 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 960px) {
  .singl-services {
    padding-top: 150px;
  }
}
.singl-services .heading {
  font-size: 30px;
  font-weight: 900;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .singl-services .heading {
    margin-bottom: 50px;
  }
}
.singl-services .contain {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.singl-services .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0px;
}
.singl-services .image-contain {
  width: 100%;
  height: 300px;
  animation: translateY 1s linear infinite alternate;
}
.singl-services .image-contain-sm {
  width: 100%;
  /* animation: translateY 1s linear infinite alternate; */
}
@media (max-width: 960px) {
  .singl-services .image-contain {
    height: 200px;
  }
  .singl-services .image-contain-sm {
    height: auto;
  }
}
.singl-services .image-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.singl-services .image-contain-sm img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 999px) {
  .order-mobile-0 {
    order: 0;
  }
  .order-mobile-1 {
    order: 1;
  }
}/*# sourceMappingURL=style.css.map */

#project_radio{display: none;}
