@charset "UTF-8";

* {
  font-family: "Cairo", serif;
}

body{
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 26px;
    letter-spacing: 0;
    color: #74777c;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: 'Cairo', sans-serif;
}

.icon-xl {
  width: 90px !important;
  height: 90px !important;
}

.icon-lg {
  width: 55px !important;
  height: 55px !important;
}

.icon-md {
  width: 48px !important;
  height: 48px !important;
}

.icon-sm {
  width: 32px !important;
  height: 32px !important;
}

.quote {
  width: 88px !important;
  height: 62px !important;
}

.bg-success {
  background-color: #3ea24b !important;
}

.bg-gold-light {
  background-color: #157565 ;
}

.btn-gold-light {
  background-color: #157565  !important;
  color: #fff;
}

.text-gold-light {
  color: #ccad84 !important;
}

.main-slider .slide-item {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tajawal-extralight {
  font-family: "Tajawal", serif;
  font-weight: 200;
  font-style: normal;
}

.tajawal-light {
  font-family: "Tajawal", serif;
  font-weight: 300;
  font-style: normal;
}

.tajawal-regular {
  font-family: "Tajawal", serif;
  font-weight: 400;
  font-style: normal;
}

.tajawal-medium {
  font-family: "Tajawal", serif;
  font-weight: 500;
  font-style: normal;
}

.tajawal-bold {
  font-family: "Tajawal", serif;
  font-weight: 700;
  font-style: normal;
}

.tajawal-extrabold {
  font-family: "Tajawal", serif;
  font-weight: 800;
  font-style: normal;
}

.tajawal-black {
  font-family: "Tajawal", serif;
  font-weight: 900;
  font-style: normal;
}

a {
  text-decoration: none;
}

.bg-dark-light {
  background-color: #404040;
}

.social-icon {
  background-color: #FFF;
  color: #404040;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.social-icon i {
  line-height: 0;
}

.bg-primary-dark {
  background-color: #273F48;
}

.after\:wave {
  position: relative;
}

.after\:wave::after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  background-color: #273f48;
  border-radius: 25% 25% 55% 45% / 0% 0% 52% 51%;
  z-index: 2;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding-bottom: 200px */
}

.post-image {
  width: 290px;
  height: 340px;
  object-fit: cover;
}

.text-success-dark {
  color: #4DC0E3;
}

#sticky-top {
  /* transition: all .1s ease; */
}

.sticky {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}

.subTitle {
  font-weight: 500;
  font-size: 18px;
  line-height: .9;
  color: #157565  !important;
  margin: 0 0 24px;
}

.subTitle span {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #157565  !important;
  margin-right: 20px;
  position: relative;
  top: -5px;
}

.subTitle span {
  margin-right: initial;
  margin-left: 20px;
}

.subTitle .bright {
  margin-right: 20px;
  margin-left: initial;
}

.icon_box_03 {
  position: relative;
  margin: 0 0 35px;
}

.icon_box_03 .ib_box {
  position: relative;
  z-index: 2;
  width: 152px;
  height: 152px;
  text-align: center;
  border: 2px solid #ffeff0;
  border-radius: 50%;
  font-size: 60px;
  line-height: 155px;
  display: inline-block;
  color: #090909;
  margin: 0 0 36px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon_box_03 .ib_box span {
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #157565 ;
  line-height: 50px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.09);
}

.icon_box_03 .ib_box i {
  color: inherit;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon_box_03 .ib_box:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background: #157565 ;
  border-radius: 50%;
  z-index: -1;
  width: calc(100% - 38px);
  height: calc(100% - 38px);
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  -moz-transform: scale(.8);
  -webkit-transform: scale(.8);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon_box_03:hover .ib_box {
  border-color: #157565 ;
}

.icon_box_03:hover .ib_box:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.icon_box_03:hover .ib_box i {
  color: #fff;
  transform: scale(.9);
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
}

.icon_box_03 h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 16px;
}

.icon_box_03 p {
  color: #7f8388;
  margin: 0 5px;
}

.video_banner {
  position: relative;
}

.video_banner img {
  width: 100%;
  height: auto;
}

.popup_video {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  background: #157565 ;
  /* background: linear-gradient(-90deg, rgba(237, 28, 36, 1) 0%, rgba(237, 82, 28, 1) 100%); */
  color: #fff;
  z-index: 2;
}

.video_banner:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(133, 157, 170, .5);
  border-radius: .375rem;
}

.popup_video::before {
  content: "";
  border: 2px solid rgba(255, 255, 255, .25);
  position: absolute;
  z-index: 0;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.fact_02 {
  position: relative;
  background: #fff;
  overflow: hidden;
  /* padding: 54px 50px 66px;
  -webkit-box-shadow: 0px 10px 65px 0px rgba(151, 157, 162, 0.13);
  -moz-box-shadow: 0px 10px 65px 0px rgba(151, 157, 162, 0.13);
  box-shadow: 0px 10px 65px 0px rgba(151, 157, 162, 0.13); */
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
}

.fact_02:hover {
  background: #157565 ;
}

.fact_02:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  bottom: -100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(https://afakk.com/assets/images/bg/9.png) no-repeat center bottom;
}

.fact_02:hover:after {
  bottom: 0;
  opacity: 1;
}

.fact_02 h2 {
  color: #157565 ;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fact_02 h2 i {
  font-style: normal;
}

.fact_02 p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #7f8388;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
}

.fact_02:hover * {
  color: #fff;
}

.bg-grade-silver-2nd {
  background-image: linear-gradient(0deg, #f6f6f6, #fff);
}

.social-media li a {
  color: #fff;
  font-size: 1rem;
}

.social-media li a:hover {
  color: #157565 ;
}

.dropdown-menu {
  background-color: #cdad84;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}


@media (min-width: 1200px) and (max-width: 1700px) {
  .video_banner img {
    height: 315px;
    object-fit: cover;
  }

  .fact_02 {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 991.98px) {
  .sticky {
    position: static;
    transform: translate(0);
  }

  /* #sticky-top {
    display: flex;
  }
  #sticky-top img {
    width: 50%;
  } */
}

@media (max-width: 575.98px) {
  .sticky {
    position: static;
    transform: translate(0);
  }
}

/*--- Header 01 ---*/
.header01 {
    position: relative;
    width: 100%;
    padding: 0;
    background: url(../images/bg/1.png) no-repeat right top #fff2f3;
}

.header01:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 66%;
    height: 50px;
    content: '';
    background: #02362b;
}

/*.header01:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50px;*/
/*    width: 66%;*/
/*    height: 100%;*/
/*    content: '';*/
/*    background: #fff;*/
/*}*/

.logo {
    line-height: 62px;
    margin: 0;
    /* padding: 52px 0; */
    position: relative;
}

.logo img {
    height: 62px;
    max-width: 100%;
}

.topbar {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 35px 12.5px 0;
}

.topbar p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0;
}

.topbar p i {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 1px;
}

.tpRight {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.lang {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
    text-transform: uppercase;
    position: relative;
}

.lang i {
    display: inline-block;
    margin-left: 9px;
}

.lang:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f043";
    font-family: 'themewar' !important;
    font-size: 10px;
    color: inherit;
}

.lang:hover {
    color: #1a1a1a;
}

.tpSocail {
    position: relative;
    margin-right: 20px;
}

.tpSocail:after {
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 12px;
    background: #fff;
    content: '';
}

.tpSocail a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 22px;
}

.tpSocail a:hover {
    color: #1a1a1a;
}

.menuToggler {
    display: none;
}

.navbar01 {
    justify-content: space-between;
    display: flex;
}

.mainMenu {
    position: relative;
    /*padding: 0 32px 0 0;*/
}

.mainMenu ul {
    margin: 0;
    padding: 0;
}

.mainMenu ul li {
    line-height: .8;
    margin: 0 0 0 .7em;
    padding: 51px 0;
    display: inline-block;
    position: relative;
}

.mainMenu ul li:last-child {
    margin-left: 0;
}

.mainMenu ul li a {
    font-size: 17px;
    color: #1a1a1a;
    display: block;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding: 0;
    line-height: .8;
    text-transform: capitalize;
}

.mainMenu>ul>li:before {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    height: 2px;
    content: '';
    margin: 0 auto;
    width: 0;
    background: #02362b;
    transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
}

.mainMenu>ul>li:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.mainMenu ul li.menu-item-has-children>a:after {
    content: "\f043";
    font-family: 'themewar' !important;
    display: inline-block;
    letter-spacing: 0;
    font-size: 14px;
    color: inherit;
    position: relative;
    top: 0;
    margin-right: 4px;
}

.mainMenu ul li:hover>a,
.mainMenu ul li.current-menu-item>a {
    color: #C89A71;
}

.mainMenu>ul>li>ul,
.mainMenu>ul>li>ul>li>ul {
    padding: 15px 0;
    position: absolute;
    top: 100%;
    right: -20px;
    pointer-events: none;
    min-width: 220px;
    border-radius: 0;
    background: #fff;
    border-bottom: 3px solid #C89A71;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 9px 52px -24px rgba(0, 0, 0, .17);
    z-index: 10;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: .4s;
    transition: .4s;
}

.mainMenu>ul ul li {
    padding: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 7px;
    margin: 0;
}

.mainMenu>ul ul li:first-child {
    border-top: none;
}

.mainMenu>ul ul li.menu-item-has-children>a:after {
    float: left;
    font-size: 12px;
}

.mainMenu>ul ul li a,
.header03 .mainMenu ul ul li a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.mainMenu>ul ul li a:before {
    content: '';
    width: 0;
    right: auto;
    left: 0;
    border-bottom: 1px solid transparent;
    position: absolute;
    bottom: 3px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.mainMenu>ul ul li:hover>a:before {
    right: 0;
    left: auto;
    border-bottom: 1px solid currentColor;
    width: 100%;
}

.mainMenu>ul>li>ul>li>ul {
    right: calc(100% + 1px);
    top: 0;
    margin: 0;
}

.mainMenu>ul li:hover>ul {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    transform: rotatex(0deg);
}

.accessNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.accessNav a {
    display: inline-block;
}

.accessNav a.userBtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    border: 2px solid #C89A71;
    color: #C89A71;
    line-height: 58px;
    margin-left: -15px;
}

.accessNav a.userBtn:hover {
    color: #fff;
    background: #02362b;
}

.searchBtn {
    position: relative;
    margin: 0 0 0 0;
}

.searchBtn a {
    color: #1a1a1a;
    font-size: 16px;
}

.searchBtn a:hover,
.searchBtn.active a {
    color: #C89A71;
}

/*.accessNav .qu_btn {*/
/*    margin-right: 30px;*/
/*}*/

/*-- Search Modal ---*/
.header01SearchBar {
    position: absolute;
    left: -22px;
    top: 90px;
    width: 300px;
    height: 60px;
    background: #FFF;
    padding: 0;
    border-radius: 50px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.searchBtn.active .header01SearchBar {
    visibility: visible;
    opacity: 1;
    top: 75px;
}

.header01SearchBar input[type="search"] {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    border: none;
    line-height: 60px;
    background: transparent;
    color: #8f96a1;
    outline: none;
    padding: 0 30px;
    width: 100%;
    height: 60px;
    z-index: 2;
    border-radius: 50px;
}

.header01SearchBar input[type="search"]::-moz-placeholder {
    color: #8f96a1;
    opacity: 1;
}

.header01SearchBar input[type="search"]::-ms-input-placeholder {
    color: #8f96a1;
    opacity: 1;
}

.header01SearchBar input[type="search"]::-webkit-input-placeholder {
    color: #8f96a1;
    opacity: 1;
}

.header01SearchBar button {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: #02362b;
    color: #fff;
    line-height: 40px;
    outline: none;
    z-index: 3;
    border: none;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}

.header01SearchBar button:hover {
    background: #1a1a1a;
}

.qu_btn{
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 60px;
    border: none;
    background: #02362b;
    border-radius: 50px;
    padding: 0 36px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    transition-delay: 0s, 0s;
    transition-duration: 0.4s, 0.4s;
    transition-property: border-color, color;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    vertical-align: middle;
}
.qu_btn:hover{
    color: #FFF;
}
.qu_btn:before {
    background: #1a1a1a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transform-origin: 0 100% 0;
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, background-color 0.4s ease 0s;
    width: 150%;
    z-index: -1;
}
.qu_btn:hover:before {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

.flex-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffffa4;
    display: none;
    align-items: center;
    width: 100%;
    z-index: 9999;
    height: 100%;
}

flex-box.active {
    display: flex;
}

.close-search {
    position: absolute;
    top: 5%;
    left: 5%;
}


.input-group-search input {
    background-color: transparent;
    color: #0b1319 !important;
    border: 0 !important;
    border-bottom: 3px solid #100f0f !important;
    border-radius: 0 !important;
    padding: 0;
}

.input-group-search .btn-search {
    border-radius: 0 !important;
    border-bottom: 3px solid #100f0f !important;
    color: #0b1319;
}



input[type="email"], input[type="text"], input[type="number"], input[type="url"], input[type="tel"], input[type="password"], textarea, select, .nice-select {
    margin-bottom: 0 !important;
}




@media (min-width: 1200px) and (max-width: 1700px) {
    .header01:after, .header01:before {
        width: 100%;
    }
}
