@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "Cairo-SemiBold";
  src: url(../fonts/Cairo-SemiBold.ttf); }
@font-face {
  font-family: "ITC";
  src: url(../fonts/ITC.ttf); }
@font-face {
  font-family: "NeoSansbold";
  src: url(../fonts/NeoSansArabicBold.ttf); }
@font-face {
  font-family: "helveticaneuelt";
  src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

iframe {
  max-width: 100%; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

body {
  font-family: NeoSansArabic !important; }

/*Start Search*/
.search-btn {
  cursor: pointer; }

.search-area {
  position: absolute;
  top: 10%;
  right: 10%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 80%;
  height: 80%;
  text-align: center;
  padding: 250px 0 0 0;
  visibility: hidden;
  transform: scale(0); }
  .search-area .search-content form input {
    background: #ffffff2e;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #b1c3de; }
    .search-area .search-content form input::placeholder {
      color: #ffffff;
      font-family: "ITC" !important; }
  .search-area .search-content form button {
    background: #124547;
    color: #ffffff;
    border: 0;
    padding: 18px; }
  .search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 15px;
    left: 2%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding: 3px 0 0 0; }
    .search-area .search-content .search-close:hover {
      opacity: .5;
      transform: scale(0.9); }

/* End Search*/
/* Start Scroll */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #b1c3de; }

body::-webkit-scrollbar-thumb {
  background-color: #124547; }

body::-webkit-scrollbar {
  width: .7em; }

/* End Scroll */
/* Start header */
header {
  position: absolute;
  z-index: 2;
  width: 100%; }
  header .top-header {
    padding: 10px 0; }
    header .top-header .contact-header .contact-info-header {
      display: inline-block; }
      header .top-header .contact-header .contact-info-header a i {
        font-size: 24px;
        color: #ffffff;
        vertical-align: middle;
        margin: 0 2px; }
      header .top-header .contact-header .contact-info-header a span {
        font-size: 14px;
        color: #ffffff; }
      header .top-header .contact-header .contact-info-header:last-of-type a i {
        font-size: 22px;
        transform: rotate(90deg); }
      header .top-header .contact-header .contact-info-header:last-of-type:before {
        content: " ";
        background-color: #b0966b;
        display: inline-block;
        width: 1px;
        height: 20px;
        margin: 0 10px;
        vertical-align: middle; }
    header .top-header .header-settings {
      text-align: end; }
      header .top-header .header-settings .menu-button {
        display: none; }
      header .top-header .header-settings i {
        font-size: 22px;
        color: #ffffff;
        vertical-align: middle; }
      header .top-header .header-settings a {
        font-size: 20px;
        color: #ffffff; }
        header .top-header .header-settings a:before {
          content: " ";
          background-color: #b0966b;
          display: inline-block;
          width: 1px;
          height: 20px;
          margin: 0 10px;
          vertical-align: middle; }
  header .bottom-header {
    background: rgba(12, 33, 35, 0.7); }
    header .bottom-header .logo {
      height: 100%;
      display: flex;
      align-items: center;
      padding-right: 30px; }
      header .bottom-header .logo img {
        max-height: 70px; }
    header .bottom-header .main-menu {
      display: inline-block; }
      header .bottom-header .main-menu .close-menu {
        display: none; }
      header .bottom-header .main-menu .nav-menu {
        margin: 0; }
        header .bottom-header .main-menu .nav-menu li {
          list-style: none;
          display: inline-block;
          position: relative; }
          header .bottom-header .main-menu .nav-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            transition: linear .4s; }
          header .bottom-header .main-menu .nav-menu li .sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            z-index: 2;
            border-radius: 0;
            transition: linear .4s;
            top: 110px;
            right: 15px;
            width: 150px;
            height: auto;
            background-color: #60533f; }
            header .bottom-header .main-menu .nav-menu li .sub-menu li {
              display: block;
              margin: 10px 0; }
              header .bottom-header .main-menu .nav-menu li .sub-menu li a {
                color: #fff !important;
                background-color: transparent !important;
                font-size: 14px;
                width: auto;
                height: auto;
                margin: 10px 0;
                padding: 0 20px;
                font-family: "NeoSansbold" !important; }
                header .bottom-header .main-menu .nav-menu li .sub-menu li a:before {
                  content: "\f100";
                  font-family: 'Font Awesome 5 Free';
                  font-weight: 900;
                  font-size: 14px;
                  margin-left: 10px; }
            header .bottom-header .main-menu .nav-menu li .sub-menu .has-child-for-first-child:hover .sub-child-menu {
              opacity: 1;
              visibility: visible;
              transition: linear .4s; }
            header .bottom-header .main-menu .nav-menu li .sub-menu .sub-child-menu {
              opacity: 0;
              visibility: hidden;
              position: absolute;
              border-radius: 3px;
              transition: linear .4s;
              top: 0;
              right: 80%;
              z-index: 1;
              width: 140px;
              height: auto;
              padding: 10px;
              background-color: #60533f; }
              header .bottom-header .main-menu .nav-menu li .sub-menu .sub-child-menu li {
                display: block;
                margin: 10px 0; }
                header .bottom-header .main-menu .nav-menu li .sub-menu .sub-child-menu li a {
                  color: #fff;
                  font-family: "NeoSansbold" !important;
                  font-size: 14px; }
          header .bottom-header .main-menu .nav-menu li a {
            color: #ffffff;
            font-size: 14px;
            padding: 45px 15px;
            display: block;
            position: relative;
            transition: linear .4s; }
            header .bottom-header .main-menu .nav-menu li a:before {
              content: " ";
              position: absolute;
              top: 35%;
              right: 0;
              width: 100%;
              height: 2px;
              opacity: 0;
              background-color: #b0966b;
              transition: linear .4s; }
            header .bottom-header .main-menu .nav-menu li a:after {
              content: " ";
              position: absolute;
              bottom: 35%;
              right: 0;
              width: 100%;
              height: 2px;
              opacity: 0;
              background-color: #b0966b;
              transition: linear .4s; }
            header .bottom-header .main-menu .nav-menu li a:hover {
              transition: linear .4s;
              color: #b0966b; }
              header .bottom-header .main-menu .nav-menu li a:hover:before {
                top: 0;
                opacity: 1;
                transition: linear .4s; }
              header .bottom-header .main-menu .nav-menu li a:hover:after {
                bottom: 0;
                opacity: 1;
                transition: linear .4s; }

/* End header */
/* Start main-slider */
.main-slider .item {
  position: relative; }
.main-slider .item:before{
  content:  " ";
  position: absolute;
  top: 0;
  right:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 0;
}
  .main-slider .item img {
    width: 100%;
    height: 750px; }
  .main-slider .item .on-image-slider {
    background-color: rgba(126, 105, 75, 0.2);
    width: 54%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 63%;
    transform: translateX(-50%) translateY(-50%);
    top: 82%;
    padding: 30px 130px;}
    .main-slider .item .on-image-slider h4 {
      color: #124547;
      margin-bottom: 25px;
      font-family: "NeoSansbold" !important; }
    .main-slider .item .on-image-slider p {
      padding: 0 30px;
      color: #ffffff;
      line-height: 28px;
      word-spacing: 5px;
      margin-bottom: 0px; }
    .main-slider .item .on-image-slider a {
      width: 150px;
      height: 40px;
      display: inline-flex;
      color: #ffffff;
      padding: 0 20px;
      background: #124547;
      align-items: center;
      position: relative;
      z-index: 1;
      transition: linear .4s;
      margin-top: 30px;
      box-shadow: 0px 0px 3px 2px transparent; }
      .main-slider .item .on-image-slider a:before {
        content: "\f060";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 20px;
        transition: linear .4s;
        z-index: 1; }
      .main-slider .item .on-image-slider a:after {
        content: " ";
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #b0966b;
        z-index: -1;
        transition: linear .4s; }
      .main-slider .item .on-image-slider a:hover {
        box-shadow: 0px 0px 3px 2px #a2a2a2;
        transition: linear .4s; }
        .main-slider .item .on-image-slider a:hover:after {
          width: 100%;
          transition: linear .4s; }
        .main-slider .item .on-image-slider a:hover:before {
          left: 10px;
          transition: linear .4s; }
.main-slider .owl-nav .owl-prev {
  margin-right: 50px;
  position: absolute;
  top: 50%; }
.main-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 50px; }
.main-slider .owl-nav i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  background-color: #124547;
  transition: linear .4s; }
  .main-slider .owl-nav i:hover {
    background-color: #b1976b;
    transform: scale(0.9);
    transition: linear .4s; }

/* End main-slider */
/* Start Who */
.achievement .image-achievement img{
    width:100%;
    height:600px;
}
.who .image-who {
  margin-top: -70px;
  position: relative;
  z-index: 1; }
  .who .image-who img {
    height: 600px;
    width: 777px;
    max-width: unset; }
.who .who-content {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 100%; }
  .who .who-content .header-who {
    display: flex;
    margin-bottom: 50px; }
    .who .who-content .header-who .image-header {
      width: 100px;
      height: 100px;
      background-color: #124547;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .who .who-content .header-who .image-header img {
        width: 66px;
        height: 57px; }
    .who .who-content .header-who h2 {
      display: inline-flex;
      align-items: center;
      font-size: 36px;
      font-family: "NeoSansbold" !important;
      color: #124547;
      margin: 0 15px; }
  .who .who-content .who-content-elements {
    padding: 0 30px 0 130px; }
    .who .who-content .who-content-elements p {
      color: #747474;
      font-size: 14px;
      text-align: justify;
      line-height: 25px;
      margin: 0;
      word-spacing: 3px; }
    .who .who-content .who-content-elements a {
      width: 150px;
      height: 40px;
      display: inline-flex;
      color: #ffffff;
      padding: 0 20px;
      background: #124547;
      align-items: center;
      position: relative;
      z-index: 1;
      transition: linear .4s;
      margin-top: 30px;
      box-shadow: 0px 0px 3px 2px transparent; }
      .who .who-content .who-content-elements a:before {
        content: "\f060";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 20px;
        transition: linear .4s;
        z-index: 1; }
      .who .who-content .who-content-elements a:after {
        content: " ";
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #b0966b;
        z-index: -1;
        transition: linear .4s; }
      .who .who-content .who-content-elements a:hover {
        box-shadow: 0px 0px 3px 2px #a2a2a2;
        transition: linear .4s; }
        .who .who-content .who-content-elements a:hover:after {
          width: 100%;
          transition: linear .4s; }
        .who .who-content .who-content-elements a:hover:before {
          left: 10px;
          transition: linear .4s; }

/* End Who */
/* Start achievement */
.achievement .achievement-content {
  height: 100%;
  padding: 100px 130px 0 30px;
  position: relative; }
  .achievement .achievement-content .header-achievement {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    z-index: 1;
    background: #fff;
    margin-top: 70px;
    height: 88.2%; }
    .achievement .achievement-content .header-achievement .image-header {
      width: 100px;
      height: 100px;
      background: #b0966b;
      display: flex;
      justify-content: center;
      align-items: center; }
      .achievement .achievement-content .header-achievement .image-header img {
        width: 66px;
        height: 57px; }
  .achievement .achievement-content h2 {
    display: inline-flex;
    align-items: center;
    font-size: 36px;
    font-family: "NeoSansbold" !important;
    color: #124547;
    margin: 0 0 80px 0; }
  .achievement .achievement-content p {
    color: #747474;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    margin: 0;
    word-spacing: 3px; }
  .achievement .achievement-content a {
    width: 150px;
    height: 40px;
    display: inline-flex;
    color: #ffffff;
    padding: 0 20px;
    background: #124547;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: linear .4s;
    margin-top: 30px;
    box-shadow: 0px 0px 3px 2px transparent; }
    .achievement .achievement-content a:before {
      content: "\f060";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: 20px;
      transition: linear .4s;
      z-index: 1; }
    .achievement .achievement-content a:after {
      content: " ";
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #b0966b;
      z-index: -1;
      transition: linear .4s; }
    .achievement .achievement-content a:hover {
      box-shadow: 0px 0px 3px 2px #a2a2a2;
      transition: linear .4s; }
      .achievement .achievement-content a:hover:after {
        width: 100%;
        transition: linear .4s; }
      .achievement .achievement-content a:hover:before {
        left: 10px;
        transition: linear .4s; }

/* End achievement */
/* Start Service */
.services {
  background-image: url("../img/bg-ser.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 70px 0; }
  .services .service-header {
    margin-bottom: 50px;
    display: flex;
    align-items: center; }
    .services .service-header .header-title {
      display: flex; }
      .services .service-header .header-title .image-header {
        width: 100px;
        height: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #b0966b; }
        .services .service-header .header-title .image-header img {
          width: 66px;
          height: 57px; }
      .services .service-header .header-title h2 {
        display: inline-flex;
        align-items: center;
        font-size: 36px;
        font-family: "NeoSansbold" !important;
        color: #fff;
        margin: 0 15px; }
    .services .service-header .short-description-service {
      padding-right: 100px; }
      .services .service-header .short-description-service p {
        color: #fff;
        margin: 0;
        font-size: 14px;
        line-height: 27px; }
  .services .service-content {
    position: relative;
    text-align: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #878480; }
    .services .service-content .service-elements {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: linear .4s;
      height: 100%; }
      .services .service-content .service-elements h6 {
        color: #ffffff;
        font-family: "NeoSansbold" !important;
        font-size: 18px;
        margin: 20px 0 0 0;
        width: 60%;
        line-height: 30px; }
    .services .service-content .details-service-elements {
      transition: linear .4s;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transform: rotate3d(0, 0, 1, 180deg); }
      .services .service-content .details-service-elements h6 {
        font-size: 18px;
        color: #fff;
        font-family: "NeoSansbold" !important;
        margin-bottom: 15px; }
      .services .service-content .details-service-elements p {
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
        margin: 0 0 15px 0;
        line-height: 22px; }
      .services .service-content .details-service-elements a {
        color: #ffffff;
        transition: linear .4s;
        font-size: 14px;
        display: inline-block; }
        .services .service-content .details-service-elements a:after {
          content: "\f060";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          transition: linear .4s;
          font-size: 14px;
          margin: 0 15px; }
        .services .service-content .details-service-elements a:hover {
          transition: linear .4s;
          color: #b0966b; }
          .services .service-content .details-service-elements a:hover:after {
            margin: 0 10px;
            transition: linear .4s; }
    .services .service-content:hover .service-elements {
      transform: rotate3d(0, 0, 1, 180deg);
      transition: linear .4s;
      opacity: 0;
      visibility: hidden; }
    .services .service-content:hover .details-service-elements {
      transform: rotate3d(0, 0, 1, 360deg);
      opacity: 1;
      visibility: visible;
      transition: linear .4s; }
  .services .col-lg-3:nth-of-type(4) .service-content, .services .col-lg-3:nth-of-type(8) .service-content {
    border: 0; }
  .services .more-service {
    text-align: center; }
    .services .more-service a {
      width: 200px;
      height: 50px;
      display: inline-flex;
      color: #ffffff;
      padding: 0 20px;
      background: #124547;
      align-items: center;
      position: relative;
      z-index: 1;
      transition: linear .4s;
      font-size: 14px;
      margin-top: 30px;
      box-shadow: 0px 0px 3px 2px transparent; }
      .services .more-service a:before {
        content: "\f060";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 20px;
        transition: linear .4s;
        z-index: 1; }
      .services .more-service a:after {
        content: " ";
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #b0966b;
        z-index: -1;
        transition: linear .4s; }
      .services .more-service a:hover {
        box-shadow: 0px 0px 3px 2px #a2a2a2;
        transition: linear .4s; }
        .services .more-service a:hover:after {
          width: 100%;
          transition: linear .4s; }
        .services .more-service a:hover:before {
          left: 10px;
          transition: linear .4s; }

/* End Service */
/* Start blogs */
.blogs {
  padding: 70px 0; }
  .blogs .blogs-header {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .blogs .blogs-header .header-title .image-header {
      width: 100px;
      height: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-color: #b0966b; }
      .blogs .blogs-header .header-title .image-header img {
        width: 66px;
        height: 57px; }
    .blogs .blogs-header .header-title .short-description-blogs {
      margin: 0 15px;
      display: inline-block; }
      .blogs .blogs-header .header-title .short-description-blogs h2 {
        display: inline-flex;
        align-items: center;
        font-size: 36px;
        font-family: "NeoSansbold" !important;
        color: #124547;
        margin: 0; }
      .blogs .blogs-header .header-title .short-description-blogs p {
        color: #353130;
        font-size: 14px;
        margin: 15px 0 0 0; }
  .blogs .blog-slider .item {
    box-shadow: 0px 0px 10px 1px transparent;
    margin: 10px 5px;
    transition: linear .4s; }
    .blogs .blog-slider .item .image-blog img {
      width: 100%;
      height: 250px; }
    .blogs .blog-slider .item .blog-info {
      background-color: #f5f5f5;
      padding: 0 20px 30px 20px; }
      .blogs .blog-slider .item .blog-info .blog-icon {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #124547;
        margin-top: -25px;
        position: relative;
        z-index: 1;
        transition: linear .4s; }
        .blogs .blog-slider .item .blog-info .blog-icon img {
          width: 28px;
          height: 30px; }
      .blogs .blog-slider .item .blog-info h6 {
        margin: 20px 0 15px 0;
        font-size: 18px;
        color: #124547;
        font-family: NeoSansbold !important;
        transition: linear .4s; }
      .blogs .blog-slider .item .blog-info p {
        color: #868686;
        font-size: 14px;
        text-align: justify;
        line-height: 30px;
        margin: 0; }
      .blogs .blog-slider .item .blog-info a {
        width: 150px;
        height: 40px;
        display: inline-flex;
        color: #ffffff;
        padding: 0 20px;
        background: #124547;
        align-items: center;
        position: relative;
        z-index: 1;
        transition: linear .4s;
        margin-top: 30px;
        box-shadow: 0px 0px 3px 2px transparent; }
        .blogs .blog-slider .item .blog-info a:before {
          content: "\f060";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          left: 20px;
          transition: linear .4s;
          z-index: 1; }
        .blogs .blog-slider .item .blog-info a:after {
          content: " ";
          width: 0%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-color: #b0966b;
          z-index: -1;
          transition: linear .4s; }
        .blogs .blog-slider .item .blog-info a:hover {
          box-shadow: 0px 0px 3px 2px #a2a2a2;
          transition: linear .4s; }
          .blogs .blog-slider .item .blog-info a:hover:after {
            width: 100%;
            transition: linear .4s; }
          .blogs .blog-slider .item .blog-info a:hover:before {
            left: 10px;
            transition: linear .4s; }
    .blogs .blog-slider .item:hover {
      transition: linear .4s;
      box-shadow: 0px 0px 10px 1px #b3b3b3; }
      .blogs .blog-slider .item:hover h6 {
        transition: linear .4s;
        color: #b0966b; }
      .blogs .blog-slider .item:hover .blog-icon {
        background-color: #b0966b;
        transition: linear .4s; }
  .blogs .blog-slider .owl-nav {
    position: absolute;
    left: 0;
    top: -130px; }
    .blogs .blog-slider .owl-nav i {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 14px;
      background-color: #124547;
      margin-right: 15px;
      transition: linear .4s; }
      .blogs .blog-slider .owl-nav i:hover {
        background-color: #b1976b;
        transform: scale(0.9);
        transition: linear .4s; }

/* End blogs */
.single-pages  .works{
  padding: 0 !important;
}
/* Start join */
.join .join-content {
  margin: 0px 0;
  height: 100%;
  padding: 50px 130px 50px 0;
  background-image: url(../img/bg-content-join.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .join .join-content .join-header .header-title {
    display: flex;
    margin-bottom: 50px; }
    .join .join-content .join-header .header-title .image-header {
      width: 100px;
      height: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-color: #b0966b; }
      .join .join-content .join-header .header-title .image-header img {
        width: 66px;
        height: 57px; }
    .join .join-content .join-header .header-title .short-description-join {
      margin-right: 15px; }
      .join .join-content .join-header .header-title .short-description-join h2 {
        display: inline-flex;
        align-items: center;
        font-size: 32px;
        font-family: "NeoSansbold" !important;
        color: #b0966b;
        margin: 0 0 20px 0; }
      .join .join-content .join-header .header-title .short-description-join p {
        font-family: "NeoSansbold" !important;
        font-size: 24px;
        color: #fff;
        margin: 0; }
  .join .join-content .join-info {
    display: flex; }
    .join .join-content .join-info .join-contact {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: 30px; }
      .join .join-content .join-info .join-contact .info {
        margin-right: 10px; }
        .join .join-content .join-info .join-contact .info a {
          font-size: 14px;
          color: #fff; }
        .join .join-content .join-info .join-contact .info span {
          color: #fff;
          font-size: 14px; }
.join .join-image img {
  width: 100%;
  height: 400px; }

/* End join */
/* Start works */
.works {
  padding: 70px 0; }
  .works h4 {
    font-size: 24px;
    color: #124547;
    text-align: center;
    font-family: NeoSansbold !important;
    margin-bottom: 50px; }
  .works .works-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    padding: 35px 0;
    border-bottom: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc; }
    .works .works-content h6 {
      font-size: 18px;
      font-family: NeoSansbold !important;
      color: #000000;
      margin: 0;
      transition: linear .4s; }
      .works .works-content h6:first-of-type {
        color: #b59d76;
        margin-bottom: 20px; }
    .works .works-content:hover h6:last-of-type {
      color: #124547;
      transition: linear .4s; }
  .works .col-lg-3:nth-of-type(4) .works-content, .works .col-lg-3:nth-of-type(8) .works-content {
    border-left: 0; }
  .works .col-lg-3:nth-of-type(5) .works-content, .works .col-lg-3:nth-of-type(6) .works-content, .works .col-lg-3:nth-of-type(7) .works-content, .works .col-lg-3:nth-of-type(8) .works-content {
    border-bottom: 0; }

/* End works */
/* Start contact-information */
.contact-information .contact-form {
  padding: 90px 130px 105px 0;
  background-color: #f3f3f3; }
  .contact-information .contact-form h4 {
    font-family: NeoSansbold !important;
    font-size: 24px;
    color: #124547;
    margin: 0 0 65px 0; }
  .contact-information .contact-form .form-content input {
    height: 50px;
    width: 47%;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right;
    margin-left: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .contact-information .contact-form .form-content input:hover {
      transition: linear .4s;
      border: 1px solid #b0966b; }
    .contact-information .contact-form .form-content input::placeholder {
      font-size: 14px;
      color: #878788; }
  .contact-information .contact-form .form-content textarea {
    height: 130px;
    resize: none;
    width: 96%;
    padding: 15px 20px  0 0;
    text-align: right;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .contact-information .contact-form .form-content textarea:hover {
      transition: linear .4s;
      border: 1px solid #b0966b; }
    .contact-information .contact-form .form-content textarea::placeholder {
      font-size: 14px;
      color: #878788; }
  .contact-information .contact-form .form-content .sumbit-form {
    width: 150px;
    height: 40px;
    display: inline-flex;
    color: #ffffff;
    padding: 0 20px;
    background: #124547;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: linear .4s;
    margin-top: 30px;
    box-shadow: 0px 0px 3px 2px transparent; }
    .contact-information .contact-form .form-content .sumbit-form input {
      background: transparent;
      border: 0;
      color: #fff;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 16px; }
    .contact-information .contact-form .form-content .sumbit-form:before {
      content: "\f060";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: 20px;
      transition: linear .4s;
      z-index: 1; }
    .contact-information .contact-form .form-content .sumbit-form:after {
      content: " ";
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #b0966b;
      z-index: -1;
      transition: linear .4s; }
    .contact-information .contact-form .form-content .sumbit-form:hover {
      box-shadow: 0px 0px 3px 2px #a2a2a2;
      transition: linear .4s; }
      .contact-information .contact-form .form-content .sumbit-form:hover:after {
        width: 100%;
        transition: linear .4s; }
      .contact-information .contact-form .form-content .sumbit-form:hover:before {
        left: 10px;
        transition: linear .4s; }
.contact-information .where-us .where-header {
  padding-top: 70px; }
  .contact-information .where-us .where-header .header-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .contact-information .where-us .where-header .header-title .image-header {
      width: 100px;
      height: 100px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-color: #124547; }
      .contact-information .where-us .where-header .header-title .image-header img {
        width: 66px;
        height: 57px; }
      .contact-information .where-us .where-header .header-title .image-header:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        background: #f3f3f3;
        width: 100px;
        height: 70px; }
    .contact-information .where-us .where-header .header-title .short-description-where {
      margin-right: 15px; }
      .contact-information .where-us .where-header .header-title .short-description-where h2 {
        display: inline-flex;
        align-items: center;
        font-size: 32px;
        font-family: "NeoSansbold" !important;
        color: #124547;
        margin: 0 0 20px 0; }
.contact-information .where-us .contact-info-content .con-content {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  .contact-information .where-us .contact-info-content .con-content .contact-icon {
    background-color: #b0966b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 30px 0 15px; }
    .contact-information .where-us .contact-info-content .con-content .contact-icon i {
      font-size: 24px;
      color: #ffffff; }
  .contact-information .where-us .contact-info-content .con-content span {
    font-size: 16px;
    color: #4e4e4e;
    margin: -7px 3px 0; }
  .contact-information .where-us .contact-info-content .con-content h6 {
    font-size: 16px;
    color: #4e4e4e;
    display: inline-block; }
.contact-information .where-us .social {
  margin-top: 50px;
  margin-right: 30px; }
  .contact-information .where-us .social a i {
    width: 50px;
    margin-left: 15px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    background-color: #124547;
    transition: linear .4s; }
    .contact-information .where-us .social a i:hover {
      background-color: #b1976b;
      transform: scale(0.9);
      transition: linear .4s; }

/* End contact-information */
/* Start Footer */
footer {
  background-image: url(../img/fo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0; }
  footer .rights {
    height: 100%;
    display: flex;
    align-items: center; }
    footer .rights p {
      margin: 0;
      color: #ffffff;
      font-size: 16px; }
      footer .rights p a {
        color: #124547; }
  footer .top-site {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    background-color: #b1976b;
    float: left; }

/* End Footer */
.resopen {
  display: none; }

.inside-header {
  position: relative;
  background: #134547; }

.fbc-page .fbc-wrap .fbc-items {
  width: 100% !important;
  border-radius: 0 !important;
  font-family: NeoSansbold !important;
  color: #ffffff;
  margin-bottom: 50px !important;
  text-align: center !important; }

.single-pages {
  padding-bottom: 50px; }
  .single-pages .main-header {
    text-align: center;
    margin-bottom: 50px;
    font-family: NeoSansbold !important;
    color: #134547; }
  .single-pages .top-side {
    text-align: center; }
    .single-pages .top-side img {
      width: 50%; }
  .single-pages .bootom-side p {
    margin: 30px 0;
    text-align: justify;
    line-height: 30px;
    color: #134547;
    font-weight: bold;
    font-size: 14px; }
  .single-pages .service-content {
    position: relative;
    text-align: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #878480;
    padding: 50px 0;
    background: #134547; }
    .single-pages .service-content .service-elements {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: linear .4s;
      height: 100%; }
      .single-pages .service-content .service-elements h6 {
        color: #ffffff;
        font-family: "NeoSansbold" !important;
        font-size: 18px;
        margin: 20px 0 0 0;
        width: 60%;
        line-height: 30px; }
    .single-pages .service-content .details-service-elements {
      transition: linear .4s;
      position: absolute;
      top: 30%;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transform: rotate3d(0, 0, 1, 180deg); }
      .single-pages .service-content .details-service-elements h6 {
        font-size: 18px;
        color: #fff;
        font-family: "NeoSansbold" !important;
        margin-bottom: 15px; }
      .single-pages .service-content .details-service-elements p {
        color: #fff;
        font-size: 14px;
        padding: 0 15px;
        margin: 0 0 15px 0;
        line-height: 22px; }
      .single-pages .service-content .details-service-elements a {
        color: #ffffff;
        transition: linear .4s;
        font-size: 14px;
        display: inline-block; }
        .single-pages .service-content .details-service-elements a:after {
          content: "\f060";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          transition: linear .4s;
          font-size: 14px;
          margin: 0 15px; }
        .single-pages .service-content .details-service-elements a:hover {
          transition: linear .4s;
          color: #b0966b; }
          .single-pages .service-content .details-service-elements a:hover:after {
            margin: 0 10px;
            transition: linear .4s; }
    .single-pages .service-content:hover .service-elements {
      transform: rotate3d(0, 0, 1, 180deg);
      transition: linear .4s;
      opacity: 0;
      visibility: hidden; }
    .single-pages .service-content:hover .details-service-elements {
      transform: rotate3d(0, 0, 1, 360deg);
      opacity: 1;
      visibility: visible;
      transition: linear .4s; }
  .single-pages .col-lg-3:nth-of-type(4) .service-content, .single-pages .col-lg-3:nth-of-type(8) .service-content {
    border: 0; }
  .single-pages.blog .item {
    box-shadow: 0px 0px 10px 1px transparent;
    margin: 10px 5px;
    transition: linear .4s; }
    .single-pages.blog .item .image-blog img {
      width: 100%;
      height: 250px; }
    .single-pages.blog .item .blog-info {
      background-color: #f5f5f5;
      padding: 0 20px 30px 20px; }
      .single-pages.blog .item .blog-info .blog-icon {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #124547;
        margin-top: -25px;
        position: relative;
        z-index: 1;
        transition: linear .4s; }
        .single-pages.blog .item .blog-info .blog-icon img {
          width: 28px;
          height: 30px; }
      .single-pages.blog .item .blog-info h6 {
        margin: 20px 0 15px 0;
        font-size: 18px;
        color: #124547;
        font-family: NeoSansbold !important;
        transition: linear .4s; }
      .single-pages.blog .item .blog-info p {
        color: #868686;
        font-size: 14px;
        text-align: justify;
        line-height: 30px;
        margin: 0; }
      .single-pages.blog .item .blog-info a {
        width: 150px;
        height: 40px;
        display: inline-flex;
        color: #ffffff;
        padding: 0 20px;
        background: #124547;
        align-items: center;
        position: relative;
        z-index: 1;
        transition: linear .4s;
        margin-top: 30px;
        box-shadow: 0px 0px 3px 2px transparent; }
        .single-pages.blog .item .blog-info a:before {
          content: "\f060";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          left: 20px;
          transition: linear .4s;
          z-index: 1; }
        .single-pages.blog .item .blog-info a:after {
          content: " ";
          width: 0%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-color: #b0966b;
          z-index: -1;
          transition: linear .4s; }
        .single-pages.blog .item .blog-info a:hover {
          box-shadow: 0px 0px 3px 2px #a2a2a2;
          transition: linear .4s; }
          .single-pages.blog .item .blog-info a:hover:after {
            width: 100%;
            transition: linear .4s; }
          .single-pages.blog .item .blog-info a:hover:before {
            left: 10px;
            transition: linear .4s; }
    .single-pages.blog .item:hover {
      transition: linear .4s;
      box-shadow: 0px 0px 10px 1px #b3b3b3; }
      .single-pages.blog .item:hover h6 {
        transition: linear .4s;
        color: #b0966b; }
      .single-pages.blog .item:hover .blog-icon {
        background-color: #b0966b;
        transition: linear .4s; }
  .single-pages input {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .single-pages input:hover {
      transition: linear .4s;
      border: 1px solid #b0966b; }
    .single-pages input::placeholder {
      font-size: 14px;
      color: #878788; }
  .single-pages textarea {
    height: 130px;
    resize: none;
    width: 100%;
    padding: 15px 20px  0 0;
    text-align: right;
    font-size: 16px;
    border: 1px solid #cccccc;
    transition: linear .4s; }
    .single-pages textarea:hover {
      transition: linear .4s;
      border: 1px solid #b0966b; }
    .single-pages textarea::placeholder {
      font-size: 14px;
      color: #878788; }
  .single-pages .sumbit-form {
    width: 150px;
    height: 40px;
    display: inline-flex;
    color: #ffffff;
    padding: 0 20px;
    background: #124547;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: linear .4s;
    margin-top: 30px;
    box-shadow: 0px 0px 3px 2px transparent; }
    .single-pages .sumbit-form input {
      background: transparent;
      border: 0;
      color: #fff;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 16px; }
    .single-pages .sumbit-form:before {
      content: "\f060";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      left: 20px;
      transition: linear .4s;
      z-index: 1; }
    .single-pages .sumbit-form:after {
      content: " ";
      width: 0%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #b0966b;
      z-index: -1;
      transition: linear .4s; }
    .single-pages .sumbit-form:hover {
      box-shadow: 0px 0px 3px 2px #a2a2a2;
      transition: linear .4s; }
      .single-pages .sumbit-form:hover:after {
        width: 100%;
        transition: linear .4s; }
      .single-pages .sumbit-form:hover:before {
        left: 10px;
        transition: linear .4s; }
  .single-pages input[type="file"] {
cursor: pointer;
    height: auto;
    margin: 0;
    margin-top: 20px;
    border: 1px solid #b0966b;
    padding: 10px; }

/* Start Responsive */
/* from 992 to 1280 */
@media (min-width: 992px) and (max-width: 1280px) {
  .search-area {
    height: 40%; }

  .achievement .achievement-content .header-achievement {
    height: 87.2%; }

  .join .join-content .join-info .join-contact .info {
    margin-right: 4px; }

  header .bottom-header .main-menu .nav-menu li a {
    padding: 45px 13px; }

  .main-slider .item .on-image-slider {
    padding: 30px 90px; }

  .who .image-who img {
    width: 596px; }

  .achievement .achievement-content {
    height: 100%;
    padding: 10px 30px 0 30px;
    position: relative; }

  .achievement .achievement-content h2 {
    margin: 0 0 30px 0; }

  .achievement {
    overflow: hidden; }

  .join .join-content {
    padding: 50px 50px 50px 0; }

  .contact-information .contact-form {
    padding: 90px 50px 105px 0;
    background-color: #f3f3f3; }

  .who .who-content .who-content-elements {
    padding: 0 30px 0 60px; } }
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
    .services .service-content{
        border:0 !important;
    }
  header .top-header .header-settings a:before, header .top-header .contact-header .contact-info-header:last-of-type:before {
    display: none; }

  header .top-header .contact-header .contact-info-header a span {
    font-size: 13px; }

  header .top-header .contact-header .contact-info-header:last-of-type a i,
  header .top-header .contact-header .contact-info-header a i {
    font-size: 18px; }

  header .top-header .contact-header .contact-info-header {
    margin: 0 5px; }

  header {
    position: relative;
    background: #134547; }

  header .bottom-header .logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; }

  header .top-header .header-settings {
    text-align: center;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center; }

  .main-slider .item img {
    height: 350px; }

  .main-slider .item .on-image-slider {
    width: 90%;
    padding: 10px 0;
    top: 50%;
    left: 50%;
  }

  .main-slider .item .on-image-slider h4 {
    margin-bottom: 5px;
    font-size: 16px; }

  .main-slider .item .on-image-slider p {
    font-size: 14px;
    line-height: 24px;
    word-spacing: 5px; }

  .main-slider .item .on-image-slider a {
    width: 130px;
    height: 35px;
    font-size: 14px;
    margin-top: 10px; }

  .main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next {
    top: 80%; }

  .main-slider .owl-nav i {
    width: 40px;
    height: 40px; }

  .who .image-who {
    margin-top: 20px; }

  .who .image-who img {
    width: 100%;
    max-width: 100%;
    height: 300px; }

  .who .who-content .header-who {
    margin-bottom: 20px; }

  .who .who-content .who-content-elements {
    padding: 0 10px; }

  .achievement .achievement-content {
    padding: 54px 20px 0 30px; }

  .achievement .achievement-content h2 {
    padding-right: 60px;
    margin: 0px 0 37px 0;
    font-size: 24px; }

  .achievement .achievement-content .header-achievement {
    right: 0px;
    left: unset;
    height: 50px;
    margin-top: 30px;
    width: 70px; }

  .image-achievement img {
    height: 300px;
    margin-top: 20px; }

  .services .service-header .short-description-service {
    padding: 10px 0 0 0; }

  .services .service-header {
    display: block;
    margin-bottom: 30px; }

  .services .service-header .short-description-service p {
    text-align: justify; }

  .blogs {
    padding: 20px 0; }

  .blogs .blogs-header .header-title .short-description-blogs {
    margin-right: 15px; }

  .blogs .blogs-header .header-title {
    display: flex;
    justify-content: center;
    align-items: center; }

  .blogs .blog-slider .owl-nav {
    left: 5px;
    top: -50px; }

  .services {
    padding: 20px 0;
    margin: 20px 0 0 0; }

  .join .join-content .join-header .header-title .short-description-join h2 {
    margin: 0 0  0px 0; }

  .join .join-content .join-header .header-title .short-description-join p {
    font-size: 16px; }

  .join .join-content .join-header .header-title {
    margin-bottom: 20px; }

  .join .join-content {
    margin: 0px 0;
    padding: 20px; }

  .join .join-content .join-info {
    display: block; }

  .join .join-image img {
    height: 300px; }

  .works {
    padding: 20px 0; }

  .works h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px 0; }

  .works .works-content {
    border: 1px solid #bcbcbc !important;
    margin: 5px; }

  .contact-information .contact-form {
    padding: 20px;
    background-color: #f3f3f3; }

  .contact-information .contact-form .form-content input,
  .contact-information .contact-form .form-content textarea {
    width: 100%; }

  .contact-information .contact-form .form-content .sumbit-form {
    margin: 0; }

  .contact-information .where-us .where-header .header-title .image-header:before {
    display: none; }

  .contact-information .where-us .where-header {
    padding-top: 20px; }

  .where-us {
    padding-bottom: 20px; }

  .contact-information .where-us .where-header .header-title {
    margin-bottom: 20px; }

  .contact-information .where-us .social {
    margin-top: 20px; }

  footer .top-site {
    float: none; }

  footer {
    padding: 20px 0;
    text-align: center; }

  .who .who-content .header-who .image-header,
  .achievement .achievement-content .header-achievement .image-header,
  .services .service-header .header-title .image-header,
  .blogs .blogs-header .header-title .image-header,
  .join .join-content .join-header .header-title .image-header,
  .contact-information .where-us .where-header .header-title .image-header {
    width: 70px;
    height: 70px; }
    .who .who-content .header-who .image-header img,
    .achievement .achievement-content .header-achievement .image-header img,
    .services .service-header .header-title .image-header img,
    .blogs .blogs-header .header-title .image-header img,
    .join .join-content .join-header .header-title .image-header img,
    .contact-information .where-us .where-header .header-title .image-header img {
      width: 50%;
      height: 50%; }

  .blogs .blogs-header .header-title .short-description-blogs p {
    margin: 0; }

  .blogs .blogs-header .header-title .short-description-blogs h2,
  .join .join-content .join-header .header-title .short-description-join h2,
  .contact-information .where-us .where-header .header-title .short-description-where h2,
  .services .service-header .header-title h2,
  .who .who-content .header-who h2 {
    font-size: 24px; }

  .resclos {
    display: none; }

  .resopen {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    font-size: 25px; }

  .search-area {
    width: 100%;
    height: 70%;
    right: 0; }

  /* Start main menu */
  .menu-button .click-button {
    padding-top: 3px;
    display: flex;
    cursor: pointer;
    z-index: 9;
    position: relative;
    flex-flow: column-reverse; }

  .menu-button .click-button span {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: linear 0.4s;
    margin-bottom: 4px; }

  .menu-button {
    display: inline-flex !important; }

  header .main-menu ul {
    margin: 0; }

  .main-menu {
    position: fixed;
    top: 0;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    height: 100vh;
    background: #134547;
    transition: linear .4s; }

  .open-menu {
    width: 80%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transition: linear .4s; }

  header .main-menu ul li {
    list-style: none;
    display: block !important;
    margin: 20px 0 !important;
    position: relative; }

  header .main-menu ul li a {
    color: #ffffff !important;
    font-size: 16px; }

  header .main-menu ul li .sub-menu, header .main-menu ul li .sub-menu .sub-child-menu {
    position: fixed !important;
    top: 0 !important;
    width: 70% !important;
    height: 100% !important; }

  .bottom-header {
    text-align: center; }

  .bottom-header .header-settings i {
    font-weight: bold;
    font-size: 16px;
    background-color: #282373;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px; }

  .close-menu {
    display: block;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 30px;
    color: #0d95e8;
    background: #fff;
    border-radius: 50%;
    transition: linear .4s; }

  .close-menu:hover {
    transition: linear .4s;
    color: red;
    cursor: pointer; }

  .bottom-header .main-menu .nav-menu li > a > i {
    float: left;
    margin: 0 !important;
    font-size: 25px !important;
    position: relative !important;
    z-index: 3 !important; }

  header .main-menu ul li a {
    display: block !important;
    width: 70% !important;
    padding: 0 25px !important;
    text-align: start; } }
/* from 991 to 360 */
/* End Responsive */
.menu-bg {
  width: 0%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: linear .4s; }

.open {
  width: 100%;
  transition: linear .4s; }

.openbody {
  overflow: hidden !important; }

.loade {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #134547;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  animation-duration: 3000ms !important;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  
}
.animated.zoomIn , .animated.zoomOut{
    animation-duration: 2000ms !important;
}
footer .visit-new{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .visit-new p {
        font-size: 22px;
    margin: 0;
    color: #FFF;
}
footer .visit-new p span{
        color: #124547;
}
/*# sourceMappingURL=main.css.map */
