@charset "UTF-8";
:root {
  --primary: #2D2E35;
  --secondary: #1e1f23;
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

form .form-control:focus {
  border: none;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #555 !important;
}

form input,
form select {
  height: 55px !important;
}

form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, var(--secondary), var(--primary));
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 22px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar.home-nav {
  background-color: var(--primary);
}

.navs-container .navbar .navbar-brand {
  padding: 10px 15px;
  background-color: var(--primary);
}

.navs-container .navbar .navbar-brand .logo {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .menuToggler .icon {
  width: 30px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  position: relative;
  color: #ddd;
  margin: 0 10px;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-link:hover, .navs-container .navbar .nav-link.active {
  color: #fff !important;
}

.navs-container .navbar .nav-link:hover::after, .navs-container .navbar .nav-link.active::after {
  width: 100%;
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.navs-container .sidebar-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.navs-container .sidebar-wrapper .sidebar-inner {
  min-width: 450px;
  max-width: 450px;
  background-color: var(--primary);
  padding: 50px 35px;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .sidebar-wrapper .sidebar-inner .close-butn {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: var(--secondary);
  color: #ccc;
  border: none;
  border-radius: 5px;
  color: #666;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .sidebar-wrapper .sidebar-inner .close-butn:hover {
  background-color: var(--primary);
  color: #fff;
}

.navs-container .sidebar-wrapper .sidebar-inner .header-sidebar .logo {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .sidebar-wrapper .sidebar-inner .det {
  font-size: 12px;
  color: #ccc;
}

.navs-container .sidebar-wrapper .sidebar-inner .links a {
  display: block;
  margin: 13px 0;
  color: #ddd;
}

.navs-container .sidebar-wrapper .sidebar-inner .links a:hover {
  color: #fff !important;
}

.navs-container .sidebar-wrapper .sidebar-inner .form-group {
  position: relative;
}

.navs-container .sidebar-wrapper .sidebar-inner .form-group .form-control {
  color: #fff;
}

.navs-container .sidebar-wrapper .sidebar-inner .form-group .submit-butn {
  border: none;
  background-color: transparent;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  left: 0;
  letter-spacing: 2px;
  color: #999;
  font-size: 14px;
}

.navs-container .sidebar-wrapper .sidebar-inner .form-group .submit-butn:hover {
  color: #fff;
}

.navs-container .sidebar-wrapper .sidebar-inner .social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: var(--primary);
  display: inline-block;
}

.navs-container .sidebar-wrapper .sidebar-inner .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.navs-container .sidebar-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .sidebar-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.navs-container .sidebar-wrapper.active .sidebar-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.navs-container .sidebar-wrapper.active .overlay {
  opacity: 1;
  visibility: visible;
}

.concept2 .navbar {
  border-bottom: 1px solid #eee;
}

.concept2 .navbar .nav-link {
  color: #333;
}

.concept2 .navbar .nav-link::after {
  background-color: var(--primary);
}

.concept2 .navbar .nav-link:hover, .concept2 .navbar .nav-link.active {
  color: var(--primary) !important;
}

.concept2 .navbar .nav-link:hover::after, .concept2 .navbar .nav-link.active::after {
  width: 100%;
}

.concept2 .navbar .contact-data .link {
  margin: 0 10px;
  font-size: 14px;
  color: #555;
}

.concept2 .navbar .menuToggler .icon {
  -webkit-filter: invert(14%) sepia(12%) saturate(557%) hue-rotate(195deg) brightness(48%) contrast(90%);
          filter: invert(14%) sepia(12%) saturate(557%) hue-rotate(195deg) brightness(48%) contrast(90%);
}

.concept2 .navbar .navbar-toggler .navbar-toggler-icon {
  background: var(--primary);
}

.concept2 .navbar .navbar-toggler .navbar-toggler-icon::after, .concept2 .navbar .navbar-toggler .navbar-toggler-icon::before {
  background: var(--primary);
}

.footer {
  padding: 70px 0 0 0;
  background-color: #0F0E0E;
}

.footer .content {
  margin-bottom: 25px;
}

.footer .content .title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer .content .p {
  color: #ccc;
  font-size: 14px;
}

.footer .content .logo {
  width: 150px;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .links a {
  display: block;
  margin: 10px 0;
  color: #ccc;
}

.footer .content .links a:hover {
  color: #fff !important;
}

.footer .copyright_row {
  padding: 15px 0;
  border-top: 1px solid #4A4A4A;
}

.footer .copyright_row .copyright_p {
  margin-bottom: 0;
  color: #ddd;
}

.footer .copyright_row .social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.footer .copyright_row .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.footer2 {
  background: url(../images/footer-bg.png);
  background-size: cover;
}

/**********************************************
    Start Public Classes
**********************************************/
.butn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: .8rem 2.5rem;
  border-radius: 0 25px 25px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}

.butn span {
  position: relative;
  z-index: 5;
}

.butn span i {
  margin: 0 5px;
}

.butn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--secondary);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.butn.borderd-butn {
  border: 1px solid #eee;
  color: #eee;
}

.butn.borderd-butn:hover {
  border: 1px solid var(--secondary);
}

.butn.white-butn {
  background-color: #fff;
  color: var(--primary);
}

.butn.dark-butn {
  background-color: var(--primary);
  color: #fff;
}

.butn:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 5px 15px 0 #0e0d0d;
          box-shadow: 0 5px 15px 0 #0e0d0d;
}

.butn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.swiper-container .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 15px;
  background-color: #48494F;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: #ccc;
}

.section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.ms-auto {
  -webkit-margin-start: auto !important;
          margin-inline-start: auto !important;
}

.gold-color {
  color: #895631 !important;
}

.pg-header {
  padding: 50px 0;
}

.pg-header .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.pg-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "•";
}

.pg-header .breadcrumb .active {
  color: #895631;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  background-color: var(--primary);
  position: relative;
}

.header .item {
  position: relative;
  padding: 70px 0 90px;
  opacity: 0;
}

.header .item .img-box {
  height: 450px;
}

.header .item .img-box .sec-img {
  width: 80%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
}

.header .item .img-box .pattern_t {
  position: absolute;
  top: -50px;
  left: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .item .img-box .pattern_b {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .item .text-box {
  padding: 0 2vw;
}

.header .item .text-box .title {
  line-height: 4rem;
  font-size: calc(35px + 1vw);
}

.header .item .text-box .det {
  color: #ddd;
}

.header .contact-data {
  position: absolute;
  bottom: 10px;
  z-index: 5;
  right: 0;
}

.header .contact-data a {
  color: #ddd;
  margin: 0 10px;
  font-weight: 500;
}

.header .contact-data a:hover {
  color: #fff !important;
}

.header .social-links {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 2px;
}

.header .social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.header .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.header .swiper-slide-active .item {
  opacity: 1;
}

.header .swiper-slide-active .item .sec-img,
.header .swiper-slide-active .item .butn {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.header .swiper-slide-active .item .pattern_t {
  -webkit-animation: fadeInRight 1s both;
          animation: fadeInRight 1s both;
}

.header .swiper-slide-active .item .pattern_b {
  -webkit-animation: fadeInLeft 1s both;
          animation: fadeInLeft 1s both;
}

.header .swiper-slide-active .item .title,
.header .swiper-slide-active .item .det {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.about-sec {
  padding: 100px 0;
}

.about-sec .img-box {
  position: relative;
}

.about-sec .img-box .sec-img {
  width: 85%;
  height: 380px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.about-sec .img-box::before {
  content: '';
  width: 400px;
  height: 400px;
  border: 60px solid var(--primary);
  display: block;
  position: absolute;
  top: -4px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-sec .borderd-butn {
  color: var(--primary);
}

.about-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.services-sec .service_card {
  text-align: center;
  padding: 15px 0;
}

.services-sec .service_card .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.services-sec .service_card .title {
  font-weight: bold;
}

.services-sec .service_card:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.services-sec .pattern {
  position: absolute;
  top: 150px;
  left: 50px;
  width: 150px;
  opacity: .3;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(85%) sepia(6%) saturate(1007%) hue-rotate(180deg) brightness(83%) contrast(86%);
          filter: invert(85%) sepia(6%) saturate(1007%) hue-rotate(180deg) brightness(83%) contrast(86%);
}

.projects-sec .proj_card {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.projects-sec .proj_card .text-box {
  width: 52%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 40px;
}

.projects-sec .ms-auto .text-box {
  left: 0;
  right: unset;
}

.blog-sec .blog_card {
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 35px;
}

.blog-sec .blog_card .img-box {
  height: 450px;
  position: relative;
}

.blog-sec .blog_card .img-box .butn {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.blog-sec .blog_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 15px 0 #ddd;
          box-shadow: 0 5px 15px 0 #ddd;
}

.feedback-sec .item {
  opacity: 0;
}

.feedback-sec .item .img-box {
  height: 470px;
  position: relative;
}

.feedback-sec .item .img-box .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
}

.feedback-sec .item .img-box .content {
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #fff;
  padding: 25px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 15px 0 #ddd;
          box-shadow: 0 10px 15px 0 #ddd;
  z-index: 6;
  text-align: center;
}

.feedback-sec .item .img-box::before {
  content: '';
  width: 100%;
  height: 80%;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 40px;
}

.feedback-sec .pattern {
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: 150px;
  opacity: .3;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(85%) sepia(6%) saturate(1007%) hue-rotate(180deg) brightness(83%) contrast(86%);
          filter: invert(85%) sepia(6%) saturate(1007%) hue-rotate(180deg) brightness(83%) contrast(86%);
}

.feedback-sec .swiper-container .swiper-pagination-bullet {
  background-color: #ccc;
}

.feedback-sec .swiper-container .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.feedback-sec .swiper-slide-active .item {
  opacity: 1;
}

.feedback-sec .swiper-slide-active .item .content {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.feedback-sec .swiper-slide-active .item .det {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.feedback-sec .swiper-slide-active .item .sec-img {
  -webkit-animation: flipInY 1s both;
          animation: flipInY 1s both;
}

.newsletter-sec {
  background-color: #F6F6F6;
}

.newsletter-sec .submit-butn {
  border: none;
  background-color: transparent;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  left: 0;
  letter-spacing: 2px;
  color: #999;
  font-size: 14px;
}

.newsletter-sec .submit-butn:hover {
  color: var(--primary);
}

/**********************************************
    Start Edit Home2 Page 
**********************************************/
.header2 .item {
  position: relative;
  opacity: 0;
}

.header2 .item .img-box {
  height: 83vh;
}

.header2 .item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px 50px;
  width: 40%;
  background-color: #fff;
  z-index: 5;
}

.header2 .item .text-box .title {
  line-height: 4rem;
  font-size: calc(35px + 1vw);
}

.header2 .item .social-links {
  position: absolute;
  z-index: 5;
  left: 10%;
  top: 50px;
}

.header2 .item .social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  color: var(--primary);
  display: block;
  margin: 5px;
}

.header2 .item .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.header2 .swiper-slide-active .item {
  opacity: 1;
}

.header2 .swiper-slide-active .item .title {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.header2 .swiper-slide-active .item .butn {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.header2 .swiper-slide-active .item .social-links {
  -webkit-animation: fadeInLeft 1s both;
          animation: fadeInLeft 1s both;
}

.border-btn {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  width: 320px;
  text-align: center;
  display: block;
}

.border-btn .shape {
  fill: transparent;
  stroke-dasharray: 97 540;
  stroke-dashoffset: -485;
  stroke-width: 4px;
  stroke: var(--primary);
}

.border-btn svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.border-btn:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
          animation: 0.5s draw linear forwards;
}

.about-sec2 .img-content {
  height: 480px;
}

.about-sec2 .about_img_2 {
  position: absolute;
  bottom: 0;
  left: -65px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 6;
  width: 25%;
}

.blog-sec2 .recent-blog {
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
}

.blog-sec2 .recent-blog .item {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.blog-sec2 .recent-blog .item .title {
  font-weight: bold;
  line-height: 2rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-sec2 .recent-blog .item:hover .title {
  color: #895631;
}

.gallery-sec {
  background-color: #3A3A3A;
}

.gallery-sec .gallery_card {
  position: relative;
  height: 500px;
  border: 1px solid var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .gallery_card .content {
  background-color: #3A3A3A;
  color: #fff;
  padding: 30px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.gallery-sec .gallery_card .content .title {
  font-size: .9rem;
}

.gallery-sec .gallery_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.gallery-sec .pattern {
  position: absolute;
  top: 150px;
  left: 20%;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsletter-sec2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}

.feedback-sec2 .item {
  opacity: 1;
}

.feedback-sec2 .item .sm-slide-swiper {
  overflow: hidden;
  position: relative;
}

.feedback-sec2 .item .sm-slide-swiper .img-content .feedback-img {
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  opacity: .5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.feedback-sec2 .item .sm-slide-swiper .img-content .content {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 10px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.feedback-sec2 .item .sm-slide-swiper .swiper-slide-active .feedback-img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 1;
}

.feedback-sec2 .item .sm-slide-swiper .swiper-slide-active .content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.feedback-sec2 .item .lg-slide-swiper {
  overflow: hidden;
}

.feedback-sec2 .item .lg-slide-swiper .det {
  margin-bottom: 0;
}

.feedback-sec2 .item .lg-slide-swiper .swiper-slide-active .det {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.feedback-sec2 .item .swiper-container .swiper-pagination-bullet {
  background-color: #ccc;
}

.feedback-sec2 .item .swiper-container .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.feedback-sec2 .item .swiper-pagination {
  bottom: 0;
}

/**********************************************
    Start Edit About Page 
**********************************************/
.about-pg .gallery-sec {
  background-color: #fff;
}

.about-pg .gallery-sec .swiper-container .swiper-pagination-bullet {
  background-color: #ccc;
}

.about-pg .gallery-sec .swiper-container .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

/**********************************************
    Start Edit Services Page 
**********************************************/
.services-pg .service_card {
  position: relative;
  margin-bottom: 45px;
}

.services-pg .service_card .sec-img {
  height: 450px;
}

.services-pg .service_card .text-box {
  padding: 0 3vw;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact-pg .data-group {
  margin-bottom: 15px;
}

.contact-pg .data-group .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.contact-pg .data-group:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.contact-pg .data-group:hover .title {
  color: #895631;
}

.contact-pg .borderd-butn {
  color: var(--primary);
  background-color: transparent;
}

/**********************************************
    Start Edit gallery Page 
**********************************************/
.gallery-pg {
  background-color: transparent;
}
/*# sourceMappingURL=style.css.map */