@font-face {
  font-family: "light";
  src: url(../Fonts/tajawal/Tajawal-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/tajawal/Tajawal-Regular.ttf);
}

@font-face {
  font-family: "medium";
  src: url(../Fonts/tajawal/Tajawal-Medium.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/tajawal/Tajawal-Bold.ttf);
}

@font-face {
  font-family: "thuluth";
  src: url(../Fonts/thuluth/a.thuluth.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'light';
}

*::-moz-selection {
  background-color: #BD9562;
  color: #fff;
}

*::selection {
  background-color: #BD9562;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #BD9562;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #303545;
}

/***************************** Global Style *****************************/
h1,
h2,
h3 {
  font-family: "bold";
}

h4,
h5,
h6 {
  font-family: "medium";
}

p {
  font-size: 15px;
  font-family: 'regular';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

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-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #BD9562;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-135deg, #b58240, #BD9562);
  color: #303545;
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  border-radius: 50%;
  color: #fff;
}

/***************************** Animations *****************************/
@-webkit-keyframes clipping {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@keyframes clipping {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    opacity: 0;
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }
}

.clipping {
  -webkit-animation: clipping 0.5s linear both;
          animation: clipping 0.5s linear both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(500px);
            transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.tracking-in-expand-fwd-bottom {
  -webkit-animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}

@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    opacity: 1;
  }
}

.swing-in-bottom-fwd {
  -webkit-animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: swing-in-bottom-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@-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;
  }
}

@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container .navbar .navbar-brand img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  text-align: center;
  font-family: 'regular';
  color: #fff;
  margin: 0px 12px;
}

.navs-container .navbar .nav-link img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(347deg) brightness(75%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(347deg) brightness(75%) contrast(101%);
}

.navs-container .navbar .nav-link.active {
  color: #BD9562;
  font-family: 'bold';
}

.navs-container .navbar .nav-link.active img {
  -webkit-filter: invert(91%) sepia(96%) saturate(1753%) hue-rotate(307deg) brightness(81%) contrast(78%);
          filter: invert(91%) sepia(96%) saturate(1753%) hue-rotate(307deg) brightness(81%) contrast(78%);
}

.navs-container .navbar .main-butn {
  width: 160px;
  line-height: 40px;
  border: 1px solid #BD9562;
  background-color: #BD9562;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 13px;
}

.navs-container .navbar .main-butn::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #303545;
  z-index: 3;
}

.navs-container .navbar .main-butn span {
  position: relative;
  z-index: 5;
}

.navs-container .navbar .main-butn:hover {
  color: #fff;
}

.navs-container .navbar .main-butn:hover::before {
  width: 100%;
  opacity: 1;
}

.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: #BD9562;
  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: #BD9562;
  -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 .navbar .drop-nav {
  position: relative;
  padding-left: 10px;
}

.navs-container .navbar .drop-nav::after {
  position: absolute;
  left: 11px;
  bottom: 5px;
  color: #ccc;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
}

.navs-container .navbar .drop-nav .drop-down {
  width: 200px;
  position: absolute;
  right: 25%;
  top: 150%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 150;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  border-radius: 5px;
  overflow: hidden;
}

.navs-container .navbar .drop-nav .drop-down a {
    font-weight: bold;
    text-align: start;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 1px solid #9992;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #111;
}

.navs-container .navbar .drop-nav .drop-down a:hover {
  background-color: #b58240;
  color: #fff;
}

.navs-container .navbar .drop-nav:hover .drop-down {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navs-container .navbar .saudi-vision-img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  padding-top: 70px;
  background-color: #1F2839;
}

footer .content {
  padding-bottom: 50px;
}

footer .content h5 {
  color: #fff;
  font-family: 'bold';
  margin-bottom: 1.6rem;
}

footer .content p {
  color: #767676;
}

footer .content .form-group {
  position: relative;
  margin-bottom: 1rem;
}

footer .content .form-group .form-control {
  height: 45px;
  background-color: transparent;
  border: 1px solid #B69D74;
  color: #999;
  padding-right: 50px;
  font-size: 12px;
  border-radius: 10px;
}

footer .content .form-group .submit-btn {
  background-color: #B69D74;
  border: 1px solid #B69D74;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 10px 0px;
}

footer .content .social-links a {
  text-align: center;
  margin: 0px 12px;
  color: #ccc;
}

footer .content .social-links a:hover {
  color: #BD9562;
}

footer .content .links a {
  display: block;
  margin: 15px 0px;
  font-size: 15px;
  color: #ccc;
}

footer .content .links a i {
  color: #BD9562;
  margin: 0px 5px;
}

footer .content .links a:hover {
  color: #BD9562;
}

footer .copyright {
  padding: 20px 0px;
  background-color: #172235;
  text-align: center;
}

footer .copyright p {
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'medium';
  color: #fff;
}

/***************************** Start Edit Home Page *****************************/
header {
  background-color: #303545;
  position: relative;
  overflow: hidden;
}

header .header-content {
  padding: 50px 0px 100px 0;
}

/*header .header-content .header-carousel {*/
/*  direction: ltr;*/
/*}*/

header .header-content .header-carousel.owl-theme .owl-dots {
  display: block;
}

header .header-content .header-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 10px;
  background: #fff;
  position: relative;
}

header .header-content .header-carousel.owl-theme .owl-dots .owl-dot span::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -5.5px;
  left: -5.5px;
  border: 1px solid transparent;
}

header .header-content .header-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #BD9562;
}

header .header-content .header-carousel.owl-theme .owl-dots .owl-dot.active span::after {
  border: 1px solid #BD9562;
}

header .header-content .header-carousel .owl-item.active .text {
  -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;
}

header .header-content .item {
  direction: rtl;
    /*padding: 30px;*/
    /*background-color: #C29E6C33;*/
    /*min-height: 465px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*margin-bottom: 30px;*/
}

header .header-content .item .text {
  padding: 50px 0px;
}

header .header-content .item .text h2 {
  color: #fff;
  font-family: medium;
  line-height: 3.3rem;
  margin-bottom: 18px;
  text-align: center;
}

header .header-content .item .text p {
  color: #ddd;
  line-height: 1.8rem;
}

header .header-content .item .text .main-butn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #BD9562;
  color: #BD9562;
  text-align: center;
  display: block;
  font-family: 'medium';
  margin: 20px 2px 0px 2px;
  position: relative;
}

header .header-content .item .text .main-butn::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #BD9562;
}

header .header-content .item .text .main-butn span {
  position: relative;
  z-index: 5;
}

header .header-content .item .text .main-butn:hover {
  color: #fff;
}

header .header-content .item .text .main-butn:hover::before {
  width: 100%;
  opacity: 1;
}

header .header-content .header-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 500px;
}

header .header-content .pattern-l {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

header .header-content .pattern-r {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section .heading-sec {
  margin-bottom: 70px;
}

section .heading-sec h4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}

section .heading-sec h4::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-right: 1px solid #BD9562;
  border-bottom: 1px solid #BD9562;
  position: absolute;
  bottom: -10px;
  right: -20px;
}

section .heading-sec h4::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-top: 1px solid #BD9562;
  border-left: 1px solid #BD9562;
  position: absolute;
  top: -10px;
  left: -20px;
}

.manager-undertook {
  padding: 70px 0px;
  background-color: #F5F6F8;
  position: relative;
  overflow: hidden;
}

.manager-undertook .image-content {
  height: 300px;
  position: relative;
}

.manager-undertook .image-content .play-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.manager-undertook .image-content .play-btn:before, .manager-undertook .image-content .play-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #BC9562;
}

.manager-undertook .image-content .play-btn:hover:before {
  background-color: #303545;
}

.manager-undertook .image-content .play-btn:before {
  z-index: 1;
}

.manager-undertook .image-content .play-btn:after {
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: pulsecust 1.8s linear;
          animation: pulsecust 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  background-color: #fff;
}

.manager-undertook .image-content .play-btn i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.manager-undertook .image-content .main-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .5;
}

.manager-undertook .content-wrapper {
  overflow: hidden;
}

.manager-undertook .text-content {
  padding: 30px 0px;
  position: relative;
  z-index: 5;
}

.manager-undertook .text-content h1 {
  font-family: 'medium';
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.manager-undertook .text-content p {
  line-height: 1.8rem;
  font-size: 13px;
}

.manager-undertook .text-content .signature-title {
  font-family: "thuluth";
  color: #BD9562;
  font-size: 1.7rem;
}

.manager-undertook .text-content .signature {
  font-size: 17px;
  margin-bottom: 0;
}

.manager-undertook .counter-wrapper {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 15px 0px #ddd;
          box-shadow: 0px 3px 15px 0px #ddd;
  padding: 25px 50px;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.manager-undertook .counter-wrapper .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.manager-undertook .counter-wrapper .item .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 20px;
}

.manager-undertook .counter-wrapper .item .text {
  margin: 5px 20px 0 20px;
}

.manager-undertook .counter-wrapper .item .text h5 {
  font-size: 2rem;
}

.manager-undertook .counter-wrapper .item .text h5::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #BD9562;
  display: block;
  position: relative;
  top: 0px;
  margin-bottom: 15px;
}

.manager-undertook .counter-wrapper .item .text h5 .counter {
  font-family: 'bold';
}

.manager-undertook .counter-wrapper .item .text p {
  margin-bottom: 0;
}

.manager-undertook .pattern-l {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.services-sec {
  padding: 70px 0px;
  background-color: #303545;
  position: relative;
  overflow: hidden;
}

.services-sec .heading-sec h4 {
  color: #BD9562;
}

.services-sec .card {
  position: relative;
  z-index: 5;
  padding: 2rem 1.2rem;
  border: 1px solid transparent;
  text-align: center;
  background-color: #253042;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.services-sec .card .icon {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 5;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
  color: #BD9562;
}

.services-sec .card .wrapper {
  position: relative;
  z-index: 5;
}

.services-sec .card h5 {
  color: #fff;
  margin-bottom: .7rem;
}

.services-sec .card p {
  font-size: 12px;
  line-height: 1.7rem;
  color: #ddd;
}

.services-sec .card .more-btn {
  color: #BD9562;
}

.services-sec .card .more-btn:hover {
  font-weight: bold;
  color: #fff;
}

.services-sec .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform-origin: right;
          transform-origin: right;
  border: 1px solid #BD9562;
  background: -webkit-gradient(linear, left top, right top, from(#253042), to(#25334a));
  background: linear-gradient(90deg, #253042 0%, #25334a 100%);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.services-sec .card:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.services-sec .card:hover .icon {
  -webkit-animation: tada 1.5s both;
          animation: tada 1.5s both;
}

.services-sec .main-butn {
  width: 180px;
  line-height: 45px;
  line-height: 45px;
  border: 1px solid #BD9562;
  color: #BD9562;
  text-align: center;
  display: block;
  margin: 20px auto 0px auto;
  position: relative;
}

.services-sec .main-butn::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #BD9562;
}

.services-sec .main-butn span {
  font-family: 'medium';
  position: relative;
  z-index: 5;
}

.services-sec .main-butn:hover {
  color: #fff;
}

.services-sec .main-butn:hover::before {
  width: 100%;
  opacity: 1;
}

.services-sec .pattern-l {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.services-sec .pattern-r {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter_color {
  -webkit-filter: invert(69%) sepia(11%) saturate(1049%) hue-rotate(358deg) brightness(92%) contrast(85%);
          filter: invert(69%) sepia(11%) saturate(1049%) hue-rotate(358deg) brightness(92%) contrast(85%);
}

.teamwork-sec {
  padding: 70px 0px;
  background-color: #F5F6F8;
  position: relative;
  overflow: hidden;
}

/*.teamwork-sec .teamwork-carousel {*/
/*  direction: ltr;*/
/*}*/

.teamwork-sec .teamwork-carousel.owl-theme .owl-dots {
  display: block;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 30px 10px;
  background: #ccc;
  position: relative;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-dots .owl-dot span::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -5.5px;
  left: -5.5px;
  border: 1px solid transparent;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #BD9562;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-dots .owl-dot.active span::after {
  border: 1px solid #BD9562;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-nav {
  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;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-nav button {
  color: #555;
  font-size: 25px;
  position: absolute;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-nav button:hover {
  background-color: transparent;
  color: #BD9562;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.teamwork-sec .teamwork-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.teamwork-sec .teamwork-carousel .card {
  border: transparent;
  border-radius: 15px;
}

.teamwork-sec .teamwork-carousel .card .team-img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.teamwork-sec .teamwork-carousel .card .card-body {
  text-align: center;
}

.teamwork-sec .teamwork-carousel .card .card-body h5 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'bold';
  font-size: 1.5rem;
}

.teamwork-sec .teamwork-carousel .card .card-body p {
  color: #BD9562;
  margin-bottom: .7rem;
  margin-top: .7rem;
}

.teamwork-sec .teamwork-carousel .card .card-body .social-links a {
  color: #888;
  margin: 0px 6px;
}

.teamwork-sec .teamwork-carousel .card .card-body .social-links a:hover {
  color: #253042;
}

.teamwork-sec .teamwork-carousel .card:hover h5 {
  color: #BD9562;
}

.methodology-sec {
  padding: 40px 0px;
  background-color: #F5F6F8;
  overflow: hidden;
}

.methodology-sec .item {
  margin-bottom: 25px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.methodology-sec .item.last .arrow{
    display : none;

}

.methodology-sec .item .image-content {
  position: relative;
}

.methodology-sec .item .image-content .main-img {
  width: 150px;
  height: 150px;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.methodology-sec .item .image-content .number {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #BD9562;
  border-radius: 15px 0px 15px 15px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: 'bold';
}

.methodology-sec .item .text {
  padding: 1.25rem .2rem;
}

.methodology-sec .item .text h5 {
  font-family: 'bold';
  margin-bottom: .9rem;
}

.methodology-sec .item .text p {
  font-size: 12px;
}

.methodology-sec .item .text .more-butn {
  font-weight: bold;
  color: #BD9562;
}

.methodology-sec .item .text .more-butn:hover {
  color: #303545;
}

.methodology-sec .item.first .arrow {
  -o-object-fit: contain;
     object-fit: contain;
  height: 142px;
  display: block;
  position: absolute;
  left: -62px;
  top: 148px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  overflow: hidden;
}

.methodology-sec .item.second {
  margin-top: 200px;
}

.methodology-sec .item.second .arrow {
  -o-object-fit: contain;
     object-fit: contain;
  width: 212px;
  height: 142px;
  display: block;
  position: absolute;
  left: -100px;
  top: 78px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  z-index: -1;
}

.methodology-sec .item.third {
  margin-top: 130px;
}

.methodology-sec .item.third .arrow {
  -o-object-fit: contain;
     object-fit: contain;
  width: 212px;
  height: 142px;
  display: block;
  position: absolute;
  left: -140px;
  z-index: -1;
  top: 30px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.methodology-sec .item:hover .number {
  background-color: #303545;
}

.consultation-sec {
  padding: 120px 0px;
  background-color: #F5F6F8;
  position: relative;
  overflow: hidden;
}

.consultation-sec .text-content {
  position: relative;
  z-index: 5;
}

.consultation-sec .text-content .logo {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto 25px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.consultation-sec .text-content h4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.consultation-sec .text-content .phone-num {
  direction: ltr !important;
  font-family: "medium";
  color: #BD9562;
  font-size: 1.7rem;
}

.consultation-sec .text-content .phone-num .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #343434;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.consultation-sec .text-content .phone-num .icon img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.consultation-sec .text-content .phone-num:hover {
  color: #303545;
}

.consultation-sec .text-content .phone-num:hover .icon {
  background-color: #BD9562;
}

.consultation-sec .text-content .phone-num:hover .icon img {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

.consultation-sec .pattern-bg {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: .3;
}

.consultation-sec .pattern-l {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.consultation-sec .pattern-r {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-sec {
  padding: 70px 0px;
  background-color: #EFF0F0;
}

/*.blog-sec .blog-carousel {*/
/*  direction: ltr;*/
/*}*/

.blog-sec .blog-carousel.owl-theme .owl-dots {
  display: block;
}

.blog-sec .blog-carousel.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 30px 10px;
  background: #ccc;
  position: relative;
}

.blog-sec .blog-carousel.owl-theme .owl-dots .owl-dot span::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -5.5px;
  left: -5.5px;
  border: 1px solid transparent;
}

.blog-sec .blog-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #BD9562;
}

.blog-sec .blog-carousel.owl-theme .owl-dots .owl-dot.active span::after {
  border: 1px solid #BD9562;
}

.blog-sec .blog-carousel.owl-theme .owl-nav {
  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;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-sec .blog-carousel.owl-theme .owl-nav button {
  color: #555;
  font-size: 25px;
  position: absolute;
}

.blog-sec .blog-carousel.owl-theme .owl-nav button:hover {
  background-color: transparent;
  color: #BD9562;
}

.blog-sec .blog-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.blog-sec .blog-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.blog-sec .card .image-content {
  height: 200px;
  position: relative;
}

.blog-sec .card .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-sec .card .image-content .date {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #BD9562;
  color: #fff;
  font-family: 'bold';
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  padding: 12px 13px;
  line-height: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-sec .card .card-body .date {
  font-size: 12px;
  color: #666;
}

.blog-sec .card .card-body h5 {
  font-family: 'bold';
  margin-top: .5rem;
  line-height: 2.3rem;
}

.blog-sec .card .card-body p {
  line-height: 1.7rem;
}

.blog-sec .card:hover .image-content .date {
  background-color: #172235;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

.blog-sec .card:hover .card-body h5 {
  color: #25334a;
}

.partners-sec {
  padding: 70px 0px;
}

.partners-sec .swiper-slide img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  opacity: .7;
}

.partners-sec .swiper-slide img:hover {
  opacity: 1;
}

.inner_nav {
  background-color: #303545;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px;
}

.inner_nav .navbar .navbar-brand img {
  width: 70px;
}

.inner_header {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 150px;
  padding-bottom: 0px;
}

.inner_header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #303545;
  opacity: .66;
}

.inner_header .inner {
  position: relative;
  z-index: 5;
    padding: 120px 0px 130px 0;
}

.inner_header .inner .top a {
  color: #fff;
  position: relative;
  padding-left: 40px;
}

.inner_header .inner .top a::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b58240;
}

.inner_header .inner .top span {
  color: #fff;
}

.inner_header .inner h2 {
  color: #fff;
  font-size: 30px;
    margin: 40px 0px 15px 0px;
}

.inner_header .inner p {
  color: #ddd;
}

.inner_header.inner_header_lg {
  padding-top: 145px !important;
  padding-bottom: 0 !important;
  background-position: bottom !important;
}

.section-padding {
  padding: 70px 0;
}

.bg-gray {
  background-color: #f7f7f7;
}

/***************************** Start Edit blog_det Page *****************************/
.blog_det .blog-sec .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 50px;
}

.blog_det .blog-sec .card .image-content {
  height: 150px;
}

.blog_det .blog-sec .card .card-body {
  padding: 10px;
}

.blog_det .blog-sec .card .card-body h5 {
  font-size: 12px;
  margin: 0;
}

.blog_det .blog-sec .card .card-body p {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 5px;
}

.blog_det .blog-sec .card .card-body a.more {
  color: #b58240;
  font-size: 12px;
  font-weight: bold;
}

.blog_det .blog-sec .card .card-body a.more i {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.blog_det .l_side .image-content {
  height: 300px;
}

.blog_det .l_side .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_det .l_side .card .card-body {
  padding: 30px;
}

.blog_det .l_side .card .card-body h5 {
  font-size: 21px;
}

.blog_det .l_side .card .card-body p {
  line-height: 2.2;
  font-size: 16px;
  color: #888;
}

.blog_det .swiper-pagination-bullet-active {
  background: #BC9562;
}

.side_title {
  color: #b58240;
  margin-bottom: 40px;
}

.side_title h5 {
  font-weight: bold;
  font-size: 22px;
}

.side_title i {
  margin-left: 5px;
}

/***************************** Start Edit services_det Page *****************************/
.services_det .r_side {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 15px;
}

.services_det .r_side ul {
  display: block;
}

.services_det .r_side ul li {
  border-bottom: 1px solid #9992;
  padding: 15px 0;
  position: relative;
}

.services_det .r_side ul li:last-of-type {
  border: 0;
}

.services_det .r_side ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #6F6D68;
  padding: 5px 10px;
  border-right: 3px solid #9993;
  display: inline-block;
  font-family: 'medium';
  position: relative;
  display: block;
  padding-right: 65px;
}

.services_det .r_side ul li a::before {
  content: '\f060';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: -10px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #b58240;
  margin: 0 0 0 8px;
  top: calc(50% - 10px);
}

.services_det .r_side ul li a img {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 25px;
}

.services_det .r_side ul li a.active {
  color: #b58240;
  border-right: 3px solid #b58240;
}

.services_det .r_side ul li a.active::before {
  right: 10px;
  opacity: 1;
}

.services_det .tab-content {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.services_det .tab-wrapper .service-img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services_det .tab-wrapper .card-body span {
  color: #BC9562;
  font-family: 'regular';
}

.services_det .tab-wrapper .card-body h5 {
  margin-top: .6rem;
  margin-bottom: 1rem;
  color: #312E2A;
  font-family: 'bold';
}

.services_det .tab-wrapper .card-body p {
  font-size: 14px;
  font-family: 'regular';
  line-height: 1.6rem;
}

.services_det .methodology-sec {
  background-color: transparent;
}

.services_det .methodology-sec .item .image-content .main-img {
  width: 150px;
  height: 150px;
}

.services_det .methodology-sec .item .text h5 {
  font-size: 1.1rem;
}

.services_det .methodology-sec .item.first .arrow {
  left: -105px;
  top: 107px;
}

.services_det .methodology-sec .item.second .arrow {
  left: -90px;
  top: 45px;
}

.services_det .methodology-sec .item.third .arrow {
  top: -9px;
}

/***************************** Start Edit about_pg Page *****************************/
.about_pg .cards-wrapper .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about_pg .cards-wrapper .item .icon {
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_pg .cards-wrapper .item .text {
  margin: 5px 20px 0 20px;
}

.about_pg .cards-wrapper .item .text h5 {
  font-family: 'bold';
  margin-bottom: .8rem;
}

.about_pg .cards-wrapper .item .text h5::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #BD9562;
  display: block;
  position: relative;
  top: 0px;
  margin-bottom: 15px;
}

.about_pg .cards-wrapper .item .text h5 .counter {
  font-family: 'bold';
}

.about_pg .cards-wrapper .item .text p {
  font-size: 12px;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.about_pg .our-experience {
  padding: 70px 0px;
}

.about_pg .our-experience .text-content h5 {
  padding-right: 70px;
  position: relative;
  line-height: 2rem;
}

.about_pg .our-experience .text-content h5::before {
  content: '';
  background-color: #b58240;
  width: 55px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
}

.about_pg .our-experience .text-content p {
  font-size: 13px;
  line-height: 1.6rem;
}

.about_pg .our-experience .text-content .more-btn {
  float: left;
  color: #BD9562;
}

.about_pg .our-experience .text-content .more-btn i {
  margin: 0 5px;
}

.about_pg .cards-outer {
  padding: 70px 50px 70px 50px;
}

.about_pg .cards-outer .card {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.about_pg .cards-outer .card::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .4;
  position: absolute;
  top: 0;
}

.about_pg .cards-outer .card img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_pg .cards-outer .card .text {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  right: 0;
  width: 100%;
  text-align: center;
}

.about_pg .cards-outer .card .text h6 {
  position: relative;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: inline-block;
}

.about_pg .cards-outer .card .text h6::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: -40px;
  top: 11px;
  display: inline-block;
  margin: 0 5px;
}

.about_pg .cards-outer .card:hover::after {
  opacity: .6;
}

.about_pg .cards-outer .card:hover img {
  -webkit-transform: scale(1.2) rotate(10deg);
          transform: scale(1.2) rotate(10deg);
}

.about_pg .cards-outer .card:hover h6 {
  color: #BD9562;
}

.services-pg {
  background-color: #fff;
}

.services-pg .card {
  background-color: #f8f8f8;
}

.services-pg .card h5 {
  color: #172235;
}

.services-pg .card:hover h5 {
  color: #fff;
}

.contact_pg .contact_info .items {
  padding: 20px 15px;
  background-color: #172235;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.contact_pg .contact_info .items .icons {
  width: 20%;
  text-align: center;
  color: #fff;
}

.contact_pg .contact_info .items .icons i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff4;
}

.contact_pg .contact_info .items .info {
  width: 70%;
  padding: 15px;
}

.contact_pg .contact_info .items .info h6 {
  color: #f1f1f1;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact_pg .contact_info .items .info h3 {
  color: #B69D74;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.contact_pg .contact_form {
  padding: 3vw 3vw 0;
  background-color: #f8f8f8;
  margin-top: 50px;
}

.contact_pg .contact_form .form_head {
  margin-bottom: 20px;
}

.contact_pg .contact_form .form_head h5 {
  color: #BC9562;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact_pg .contact_form .form_head p {
  color: #555;
  line-height: 2;
  font-size: 17px;
  font-weight: 600;
}

.contact_pg .contact_form .form-control {
  min-height: 50px;
  border-radius: 8px;
  background-color: #fff;
}

.contact_pg .contact_form .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_pg .img{
    position: relative;
    top: -50px;
}

.contact_pg .logo {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.main-butn {
  width: 180px;
  line-height: 45px;
  line-height: 45px;
  border: 1px solid #BD9562;
  color: #BD9562;
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
}

.main-butn::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #BD9562;
}

.main-butn span {
  font-family: 'medium';
  position: relative;
  z-index: 5;
}

.main-butn:hover {
  color: #fff;
}

.main-butn:hover::before {
  width: 100%;
  opacity: 1;
}

.faq_pg .accordion {
  padding: 0px 10px;
}

.faq_pg .accordion .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 20px;
  border: none;
}

.faq_pg .accordion .card .card-header {
  padding: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0px 0px;
}

.faq_pg .accordion .card .card-header .btn-link {
  padding: 15px 20px;
  border-radius: 5px 5px 0px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 100%;
  text-align: right;
}

.faq_pg .accordion .card .card-header .btn-link.focus, .faq_pg .accordion .card .card-header .btn-link:focus {
  background-color: #B69D74;
}

.faq_pg .accordion .card .card-header .btn-link.focus p, .faq_pg .accordion .card .card-header .btn-link:focus p {
  color: #fff;
}

.faq_pg .accordion .card .card-header .btn-link.focus i, .faq_pg .accordion .card .card-header .btn-link:focus i {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_pg .accordion .card .card-header .btn-link p {
  margin-bottom: 0;
  font-size: 15px;
  color: #B69D74;
  font-weight: bold;
}

.faq_pg .accordion .card .card-header .btn-link i {
  font-size: 18px;
  color: #B69D74;
  line-height: 23px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.faq_pg .accordion .card .card-body p {
  font-size: 13px;
  line-height: 1.8rem;
}

.faq_pg .contact_form {
  padding: 3vw 3vw 0;
  background-color: #f8f8f8;
  margin-top: 50px;
  border-radius: 15px;
}

.faq_pg .contact_form .form_head {
  margin-bottom: 20px;
}

.faq_pg .contact_form .form_head h5 {
  color: #BC9562;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.faq_pg .contact_form .form_head p {
  color: #555;
  line-height: 2;
  font-size: 17px;
  font-weight: 600;
}

.faq_pg .contact_form .form-control {
  min-height: 50px;
  border-radius: 8px;
  background-color: #fff;
}

.faq_pg .contact_form .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.faq_pg img {
  max-width: 100%;
}

.lawyer_pg .img_about {
  padding: 3vw 5vw;
  background-color: #172235;
  border-radius: 30px;
  overflow: hidden;
}

.lawyer_pg .img_about .img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  border: 7px solid #b58240;
  -webkit-box-shadow: 0 10px 20px rgba(250, 250, 250, 0.2);
          box-shadow: 0 10px 20px rgba(250, 250, 250, 0.2);
}

.lawyer_pg .img_about .info h3 {
  color: #b58240;
}

.lawyer_pg .img_about .info h6 {
  color: #B69D74;
}

.lawyer_pg .img_about .info p {
  color: #f1f1f1;
  line-height: 2;
  margin: 20px 0;
}

.lawyer_pg .img_about .info ul li {
  line-height: 2;
  position: relative;
  padding-right: 15px;
  border-right: 2px solid #B69D74;
  color: #fff;
  letter-spacing: 1px;
  margin: 15px 0;
}

.lawyer_pg .img_about .info ul li i {
  color: #B69D74;
  margin-left: 10px;
}

.lawyer_pg .img_about .info .social a {
  font-size: 14px;
  margin: 20px 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 8px;
  color: #B69D74;
  border: 1px solid #B69D74;
  display: inline-block;
}

.lawyer_pg .more_info {
  margin-top: 100px;
}

.lawyer_pg .more_info h4 {
  color: #172235;
  margin-bottom: 15px;
  font-weight: 600;
}

.lawyer_pg .more_info p {
  color: #777;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
}

.lawyer_pg .more_info .exp_edu {
  margin-top: 30px;
}

.lawyer_pg .more_info .exp_edu h5 {
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #9992;
}

.lawyer_pg .more_info .exp_edu ul li {
  position: relative;
  color: #172235;
  padding-right: 30px;
  padding-bottom: 25px;
}

.lawyer_pg .more_info .exp_edu ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B69D74;
}

.lawyer_pg .more_info .exp_edu ul li::before {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  width: 1px;
  height: 100%;
  border-radius: 50%;
  border-right: 1px dashed #b5824040;
}

.lawyer_pg .more_info .exp_edu ul li p {
  font-size: 13px;
}

.lawyer_pg .more_info .exp_edu ul li:last-of-type::before {
  display: none;
}

.news_pg .blog-sec .item .card.row {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #9993;
}

.news_pg .blog-sec .item .card.row .image-content {
  height: 200px;
}

.news_pg .blog-sec .item .card.row .card-body {
  padding-right: 20px;
}

/***************************** Form Application Page *****************************/
.form-app {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.form-app .inner {
  padding: 50px 25px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #eee;
          box-shadow: 0px 0px 15px 0px #eee;
}

.form-app .inner label {
  font-weight: bold;
  color: #777;
  display: block;
}

.form-app .inner select,
.form-app .inner input {
  height: 45px;
}

.form-app .inner .form-control {
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.form-app .inner .file-input-group .wrap {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-app .inner .file-input-group .file {
  position: relative;
  font-weight: 600;
}

.form-app .inner .file-input-group .file__input,
.form-app .inner .file-input-group .file__value {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.9375rem 1.0625rem;
}

.form-app .inner .file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
}

.form-app .inner .file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.form-app .inner .file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 3px;
  background-color: #BC9562;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.9375rem 1.0625rem;
  color: #fff;
  cursor: pointer;
}

.form-app .inner .file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(71, 71, 71, 0.6);
}

.form-app .inner .file-input-group .file__value:hover:after {
  color: #BC9562;
}

.form-app .inner .file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.form-app .inner .file-input-group .file__value:after:hover {
  color: #000;
}

.form-app .inner .file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b58240;
}

.form-app .inner .main-btn {
  width: 180px;
  line-height: 45px;
  line-height: 45px;
  border: 1px solid #BD9562;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  background-color: #BD9562;
}

.form-app .inner .main-btn::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #303545;
}

.form-app .inner .main-btn span {
  font-family: 'medium';
  position: relative;
  z-index: 5;
}

.form-app .inner .main-btn:hover {
  font-weight: bold;
}

.form-app .inner .main-btn:hover::before {
  width: 100%;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */


.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0009;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #D5B47D;
    border-top-color: #D5B47D;
    box-sizing: border-box;
    height: 20vmin;
    left: calc(50% - 10vmin);
    position: fixed;
    top: calc(50% - 10vmin);
    width: 20vmin;
    z-index: 1;
}

.loader:before {
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #ceaa6d;
    border-top-color: #ceaa6d;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

.loader:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #f3c577;
    border-top-color: #f3c577;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
