/*======== Scss Compiles =========
1. variables
2. mixin


3. Typography
4. button 
5. common
6. animation


7. header
8. banner
9. about
10. services
11. choose
12. projects
13. work process
14. testimonial
15. blogs
16. footer
17. page Header
18. service details
19. project details
20. blog details
21. cotact
22. pricing
23. team
24. team details
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

:root {
  --body-clr: #000;
  --main-clr: #fe7e36;
  --btn-clr: #fe7e36;
  --primary-clr: #fff;
  --secondary-clr: #000;
  --grayBlack-clr: #051F0D;
  --gry-clr: #6e6f75;
  --grayWhite-clr: #000;
  --pra-clr: #000;
  --maxston-base: #fff; 
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--body-clr);
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 10px;
}
 
html::-webkit-scrollbar-track {
  background: black;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
html::-webkit-scrollbar-thumb {
  background: #fe7e36;
  border-radius: 10px;
  /* border: 3px solid blue; */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
}

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

a {
  color: var(--primary-clr);
  text-decoration: none;
}

p {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}


.text-left{
  text-align: left;
}




.t__40 {
  font-size: 46px;
  color: var(--primary-clr);
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 18px;
}


.t__70 {
  font-size: 70px;
  color: var(--primary-clr);
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 18px;
}


@media (max-width: 1200px) {
  .t__40 {
    font-size: 37px;
    line-height: 47px;
  }
}

@media (max-width: 991px) {
  .t__40 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .t__40 {
    font-size: 32px;
    line-height: 37px;
  }
}

@media (max-width: 576px) {
  .t__40 {
    font-size: 28px;
    line-height: 35px;
  }
}

.t__28 {
  font-size: 28px;
  line-height: 38px;
  color: var(--secondary-clr);
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 991px) {
  .t__28 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .t__28 {
    font-size: 23px;
  }
}

.t__22 {
  color: var(--primary-clr);
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.t__222 {
  color: var(--primary-clr);
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  /* line-height: 54px; */
  margin-top: 20px;
  /* display: inline-block; */
}


.pt__130 {
  padding-top: 130px;
}

@media (max-width: 991px) {
  .pt__130 {
    padding-top: 110px;
  }
}

@media (max-width: 768px) {
  .pt__130 {
    padding-top: 100px;
  }
}

@media (max-width: 576px) {
  .pt__130 {
    padding-top: 90px;
  }
}

.pb__130 {
  padding-bottom: 130px;
}

@media (max-width: 991px) {
  .pb__130 {
    padding-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .pb__130 {
    padding-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .pb__130 {
    padding-bottom: 90px;
  }
}

.py__150 {
  padding: 150px 0;
}

@media (max-width: 991px) {
  .py__150 {
    padding: 130px 0;
  }
}

@media (max-width: 768px) {
  .py__150 {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .py__150 {
    padding: 90px 0;
  }
}

.py__130 {
  padding: 130px 0;
}

@media (max-width: 991px) {
  .py__130 {
    padding: 110px 0;
  }
}

@media (max-width: 768px) {
  .py__130 {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .py__130 {
    padding: 90px 0;
  }
}

.pt__60 {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .pt__60 {
    padding-top: 40px;
  }
}

.mt__50 {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .mt__50 {
    padding-top: 30px;
  }
}

.pt__50 {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .pt__50 {
    padding-top: 30px;
  }
}

.pt__40 {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .pt__40 {
    padding-top: 30px;
  }
}

.pt__30 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .pt__30 {
    padding-top: 30px;
  }
  .t__70 {
    font-size: 32px;
    line-height: 53px;
}

}

.pt__35 {
  padding-top: 35px;
}

@media (max-width: 768px) {
  .pt__35 {
    padding-top: 30px;
  }
}

.pt__25 {
  padding-top: 25px;
}

.mt__40 {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .mt__40 {
    padding-top: 30px;
  }
}

.modal-content
{
      border-radius: 20px;
      background: #000;
      border: 2px solid #fff;
}

.modal-body{
  background-color: #fff;
}

.modal-title
{
  color:#fff;
  text-align: center;
  width: 100%;
}
.modal-header
{
  border-bottom: none;}
.btn-close
{
      filter: invert(1);
    opacity: 1;
}
/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    /* min-height: 100vh; */
    overflow: hidden;
    /* margin-top: 9px; */
}

.video-fullscreen-video {
    /* height: 100vh; */
    position: relative;
}

.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    /* min-height: 100vh; */
    -o-object-fit: cover;
    /* height: 100vh; */
    /* object-fit: cover; */
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.common__btn,
.common__btn_yellow {
  outline: none;
  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;
  border-radius: 10px;
  font-weight: 600;
  padding: 15px 32px;
  background-color: var(--main-clr);
  border: none;
  color: var(--primary-clr);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 768px) {

  .common__btn,
  .common__btn_yellow {
    padding: 13px 27px;
    margin-bottom: 35px;
  }
}

.policy-container ul{
  margin: 0 0 0 40px;
    padding: 0;
}

.policy-container ul li{list-style: none;color: #fff;margin-bottom: 15px;position: relative;}

.policy-container ul li:before {
    top: 4px;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: -25px;
    display: inline-block;
}

.policy-container p{
      color: #fff;
      margin: 10px 0px;
}


.policy-container h2{
      margin: 15px 0px;
}

.policy-container h5{
      color: #fff;
      margin: 15px 0px;
}
.common__btn::after,
.common__btn_yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  border-end-end-radius: 25px;
  border-start-end-radius: 25px;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
  background-color: var(--btn-clr);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.common__btn:hover::after,
.common__btn_yellow:hover::after {
  width: 110%;
  border-end-end-radius: 0px;
  border-start-end-radius: 0px;
  background-color: var(--main-clr);
}

.common__btn_yellow {
  background-color: var(--btn-clr);
  color: var(--secondary-clr);
}

.common__btn_yellow::after {
  background-color: var(--main-clr);
}

.common__btn_yellow:hover::after {
  background-color: var(--btn-clr);
}

.transparent__btn {
  padding: 13px 19px;
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--btn-clr);
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  .transparent__btn {
    padding: 11px 17px;
  }
}

.counter {
  padding: 60px;
  background-color: var(--btn-clr);
  width: 100%;
}

@media (max-width: 991px) {
  .counter {
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .counter {
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .counter {
    padding: 50px 0px;
  }
}

.counter__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .counter__wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .counter__wapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}

.counter__box {
  text-align: center;
}

@media (max-width: 1200px) {
  .counter__box {
    width: 25%;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .counter__box {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .counter__box {
    width: 50%;
    margin: 15px 0px 0px 0px;
    /* border: 5px solid #fff; */
    padding: 15px;
  }
}

.counter .t__40 {
  color: var(--secondary-clr);
}

.counter__text {
  color: rgb(255 255 255 / 80%);
  font-size: 20px;
  line-height: 37px;
  font-weight: 700;
}

.video_info {
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
  max-height: 290px;
  margin-bottom: 280px;
}

@media (max-width: 991px) {
  .video_info {
    margin-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .video_info {
    margin-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .video_info {
    margin-bottom: 0px;
  }
}

.video_info .video__bg {
  max-height: 582px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.video_info .line__shap {
  position: absolute;
  top: -100%;
}

.video_info .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--btn-clr);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .video_info .video_icon {
    width: 80px;
    height: 80px;
  }
}

.video_info .video_icon i {
  font-size: 30px;
}

@media (max-width: 768px) {
  .video_info .video_icon i {
    font-size: 25px;
  }
}

.partner {
  overflow-x: hidden;
}

.partner__content {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2200px;
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-1100px);
    transform: translateX(-1100px);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(-1100px);
    transform: translateX(-1100px);
  }
}



.partner__contentl {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2200px;
  -webkit-animation: scrolll 40s linear infinite;
  animation: scrolll 40s linear infinite;
}

.slide img {
  width: 216px;
  height: auto;
}

.client_slides img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
}

@-webkit-keyframes scrolll {
  0% {
    -webkit-transform: translateX(-1100px);
    transform: translateX(-1100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes scrolll {
  0% {
    -webkit-transform: translateX(-1100px);
    transform: translateX(-1100px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.custom__pagination {
  margin-top: 50px;
}

.custom__pagination ul {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom__pagination li {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--secondary-clr);
  background-color: rgba(255, 255, 255, 0.06);
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.custom__pagination li:hover {
  background-color: var(--btn-clr);
  border: 1px solid var(--btn-clr);
  color: var(--secondary-clr);
}

.slide_top_down {
  animation: slide_top_down 2s linear infinite alternate-reverse both;
}

@-webkit-keyframes slide_top_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes slide_top_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.rotate__360 {
  -webkit-animation: rotate__360 5s linear infinite;
  animation: rotate__360 5s linear infinite;
}

@-webkit-keyframes rotate__360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate__360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header__top {
  background-color: var(--main-clr);
  padding: 18px 0;
  color: var(--primary-clr);
}

.header__top p {
  margin-bottom: 0;
  color: var(--primary-clr);
}

.header__top_left {
  gap: 13px;
}

.header__top_left .time {
  font-weight: 600;
}

.header__top_contact {
  gap: 18px;
}

.header__top_contact p {
  font-weight: 600;
  font-size: 18px;
}

.header__top_contact .line {
  background-color: var(--primary-clr);
  width: 1px;
  height: 18px;
}

.header__top_contact .icons {
  gap: 16px;
}

.header__top_contact .icons a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__top_contact .icons a:hover {
  color: var(--btn-clr);
}

.header__bottom {
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  padding: 15px 0;
}

.header__bottom_logo h5 {
  color: var(--secondary-clr);
  font-weight: 600;
  font-size: 32px;
}

.header__bottom_logo img {
  width: 120px;
  transition: all 0.5s;
}

.fixed__header .header__bottom_logo img {
  width: 120px;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .header__bottom_navbar {
    position: absolute;
    top: 100%;
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #000000;
    min-width: 300px;
    min-height: 100vh;
  }
}

.header__bottom_navbar .menu__list {
  gap: 38px;
  padding: 0 20px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .header__bottom_navbar .menu__list li {
    margin-bottom: 20px;
  }
}

.header__bottom_navbar .menu__list a {
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .header__bottom_navbar .menu__list a {
    padding: 0px 0;
  }
}

.header__bottom_navbar .menu__list i {
  cursor: pointer;
  color: #fff;
}

.header__bottom_navbar .dropdown__container {
  position: relative;
}

.header__bottom_navbar .dropdown__container_menu {
  position: absolute;
  /* left: -9px; */
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--btn-clr);
  padding: 10px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
}

@media (max-width: 1200px) {
  .header__bottom_navbar .dropdown__container_menu {
    position: static;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 0;
    visibility: visible;
    padding: 20px;
    margin: 14px 0px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.header__bottom_navbar .dropdown__container_menu li {
  margin-bottom: 10px;
}

.header__bottom_navbar .dropdown__container_menu li:last-child {
  margin-bottom: 0;
}

.header__bottom_navbar .dropdown__container_menu li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 0;
}

.header__bottom_navbar .dropdown__container_menu li a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .header__bottom_navbar .dropdown__container_menu-active {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    margin-left: 15px;
    max-height: 200px;
  }
}

@media (min-width: 1200px) {
  .header__bottom_navbar .dropdown__container:hover .dropdown__container_menu {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
  }
}

.header__bottom_navbar-active {
  left: 0;
}

.header__bottom .common__btn,
.header__bottom .common__btn_yellow {
  gap: 2px;
}

.header__bottom .menu__icon i {
  cursor: pointer;
  font-size: 32px;
  color: var(--main-clr);
}

.header .fixed__header {
  position: fixed;
  top: 0;
  padding: 5px 0;
  width: 100%;
  background-color: #000;
}

.banner {
  /* background: url("../img/banner/bg_shap1.webp"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* padding-top: 84px; */
  /* padding-bottom: 96px; */
  /* height: 100vh; */
  position: relative;
}

.fotban {
  background: url("../img/choose/bg_img.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.fotban span {
  color: var(--main-clr);
}

.overlay {
  background-color: #000000cc;
  padding-top: 84px;
  padding-bottom: 96px;
}

.banner__content {
  position: relative;
  z-index: 10;
}

.banner__content_title h5 {
  display: inline-block;
  margin-bottom: 35px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 13px 19px;
  color: var(--btn-clr);
  font-weight: 400;
}

.banner__content_title h3 {
  /* max-width: 650px; */
  color: var(--primary-clr);
  font-weight: 700;
  font-size: 70px;
  line-height: 82px;
}

@media (max-width: 1200px) {
  .banner__content_title h3 {
    font-size: 64px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .banner__content_title h3 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 576px) {
  .banner__content_title h3 {
    font-size: 45px;
    line-height: 53px;
  }
}

.banner__content_title p {
  margin-top: 45px;
  max-width: 600px;
  color: #ffffff;
  line-height: 41px;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .banner__content_title p {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .banner__content_title p {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .banner__content_title p {
    font-size: 18px;
    line-height: 28px;
  }
}

.banner__content .buttons_file {
  margin-top: 55px;
  border: 1px solid var(--main-clr);
  background-color: var(--main-clr);
}

.banner__right {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 35px;
  border-bottom-left-radius: 322px;
  background-image: url("../../../../www.faynixlab.com/assets/img/banner/bg01.html");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 608px;
  height: 100%;
  min-height: 608px;
  max-height: 688px;
}

@media (max-width: 1200px) {
  .banner__right::after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 35px;
    border-bottom-left-radius: 322px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    content: "";
  }
}

.banner .banner__shap_3 {
  position: absolute;
  bottom: -40%;
  left: 0%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-box-shadow: 400px 400px 400px;
  box-shadow: 400px 400px 400px;
  border-radius: 9999px;
  background-color: rgba(241, 183, 30, 0.2901960784);
  width: 500px;
  height: 500px;
}

.banner .banner__shap_4 {
  position: absolute;
  right: 0%;
  bottom: -55%;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  -webkit-box-shadow: 400px 400px 400px;
  box-shadow: 400px 400px 400px;
  border-radius: 9999px;
  background-color: #417972;
  width: 498px;
  height: 498px;
}

.banner_2 {
  background: url("../../../../www.faynixlab.com/assets/img/banner/bg_2_shap.html");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 69px;
}

.banner_2 .bg__img {
  width: 100%;
}

.banner_2 .list li {
  gap: 9px;
  margin-bottom: 33px;
  color: white;
}

.banner_2 .list li:last-child {
  margin-bottom: 0;
}

.banner_2 .banner__shap_3 {
  top: -40%;
  left: -10%;
}

.about_1 {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.about_1 .about__img {
  border-start-end-radius: 35px;
  border-end-end-radius: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-63%);
  z-index: 10;
  width: 53%;
}

@media (max-width: 1750px) {
  .about_1 .about__img {
    max-width: 800px;
    height: 736px;
    -o-object-fit: cover;
    object-fit: cover;
  }
 
}

@media (max-width: 1400px) {
  .about_1 .about__img {
    max-width: 700px;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  
}

@media (max-width: 1200px) {
  .about_1 .about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: opacity(0.2);
    filter: opacity(1);
    position: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-4%);
  }
}

.about_1 .icon__box {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--btn-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_1 .common__btn,
.about_1 .common__btn_yellow {
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
}

.about_1 .circle__shap {
  position: absolute;
  top: -150px;
  right: 3%;
  opacity: 0.5;
}

.about_1 .rat_agal {
  position: absolute;
  bottom: 17%;
  right: 0;
  opacity: 0.5;
}

.about_1 .star__shap {
  position: absolute;
  left: 47%;
  top: 50%;
}

.about__2 .bg__2_img {
  border-radius: 35px;
  border-bottom-left-radius: 322px;
}

@media (max-width: 768px) {
  .about__2 .bg__2_img {
    border-radius: 20px;
    border-bottom-left-radius: 100px;
  }
}

.about__2 .circle__shap {
  position: absolute;
  left: 76px;
  top: 30%;
}

.about__2 .star__agal {
  position: absolute;
  left: 300px;
  bottom: 130px;
}

.ser-list img
{
  width: 100%;
}

.services_1 {
  position: relative;
}


.services_1 p
{
  font-size: 20px;
  line-height: 33px;
}
.services_1 .title__area {
  margin: auto;
  max-width: 70%;
}

.services_1 .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

/* @media (max-width: 1200px) {
  .services_1 .wapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
} */

@media (max-width: 991px) {
  .services_1 .wapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.services_1 .sr__card {
  position: relative;
  border: 3px solid #fe7e36;
  border-radius: 9px;
  overflow: hidden;
  margin: 20px 0px;
}

@media (max-width: 991px) {
  .services_1 .sr__card {
    margin-bottom: 20px;
  }
}

.services_1 .sr__card img {
  border-radius: 9px;
  width: 100%;
  height: 456px;
  object-fit: cover;
}

.services_1 .sr__card .card__footer {
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 102, 95, 0)), to(rgba(48, 102, 95, 0.86)));
  background: linear-gradient(180deg, rgba(48, 102, 95, 0) 0%, rgb(0 0 0 / 86%) 100%);
  padding: 30px;
  width: 100%;
}

.services_1 .sr__card .no {
  display: block;
  color: var(--btn-clr);
  font-weight: 500;
}

.services_1 .sr__card a {
  margin-top: 20px;
  color: var(--main-clr);
  font-weight: 500;
}

.services_1 .sr__card p {
  color: #fff;
}

.services_1 .sr__card .invisible__content {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0px;
}

.services_1 .sr__card:hover .no {
  color: var(--main-clr);
}

.services_1 .sr__card:hover h3 {
  color: #ffffff;
}

.services_1 .sr__card:hover .card__footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 210, 115, 0)), to(rgba(246, 210, 115, 0.99)));
  background: linear-gradient(181deg, rgba(246, 210, 115, 0) 0%, rgb(0 0 0 / 132%) 50%);
}

.services_1 .sr__card:hover .invisible__content {
  opacity: 1;
  max-height: 250px;
}

.services_1 .star__shap {
  position: absolute;
  top: 40%;
  left: -30px;
  opacity: 0.5;
}

.services_1 .half__circle_shap {
  position: absolute;
  right: 0px;
  bottom: 80px;
  opacity: 0.5;
}

.services_1 .dots__shap {
  position: absolute;
  bottom: 90px;
  left: 50px;
}

.services_2 {
  position: relative;
}

.services_2 .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 60px 40%;
  grid-template-columns: 50% 40%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 991px) {
  .services_2 .wapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.services_2 .service__list ul {
  margin-top: 55px;
}

.services_2 .service__list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 40px 0;
}

.services_2 .service__list ul li h3 {
  gap: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services_2 .service__list ul li .no {
  color: var(--btn-clr);
  font-weight: 400;
  font-size: 16px;
}

.services_2 .service__list ul li i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

@media (max-width: 768px) {
  .services_2 .service__list ul li {
    padding: 27px 0;
  }
}

@media (max-width: 576px) {
  .services_2 .service__list ul li {
    padding: 20px 0;
  }
}

.services_2 .service__list ul li:first-child {
  padding-top: 0px;
}

.services_2 .service__list ul li:hover i {
  color: var(--btn-clr);
}

.services_2 .service__list ul li:hover .t__22 a {
  color: var(--btn-clr);
}

.services_2 .service__list .common__btn,
.services_2 .service__list .common__btn_yellow {
  gap: 8px;
  border: 1px solid var(--main-clr);
  background-color: var(--main-clr);
}

.services_2 .bg__img {
  margin-top: 45px;
  border-radius: 35px;
  border-bottom-left-radius: 196px;
}

@media (max-width: 576px) {
  .services_2 .bg__img {
    border-radius: 20px;
    border-bottom-left-radius: 100px;
  }
}

.services_2 .half__circle {
  position: absolute;
  bottom: 8%;
}

.services_2 .star__shap {
  position: absolute;
  right: 38%;
  bottom: 10%;
}

.services_2 .rounded__shap {
  position: absolute;
  right: 59px;
  bottom: 30%;
}

.choose {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.choose .title__area {
  max-width: 536px;
}

.title__area span {
  color: var(--main-clr);
}

.common__btn span {
  color: var(--secondary-clr);
}

.choose .feature {
  background-color: var(--main-clr);
  padding: 40px;
  border-radius: 8px;
  margin-top: 54px;
  z-index: 1;
  position: relative;
}

.feature p {
  color: white;
}

@media (max-width: 768px) {
  .choose .feature {
    padding: 20px;
  }
}

.choose .feature .border__bottom {
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px solid rgba(20, 34, 32, 0.36);
  margin: 40px 0;
}

.choose .bg__img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  max-width: 988px;
  object-fit: cover;
  height: 692px;
}


@media (max-width: 1280px) {
  .choose .bg__img {
    max-width: 650px;
    /* height: 650px; */
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: opacity(0.2);
    filter: opacity(0.2);
  }
}

@media (max-width: 1750px) {
  .choose .bg__img {
    /* max-width: 800px; */
    /* height: 800px; */
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* 
@media (max-width: 1400px) {
  .choose .bg__img {
    max-width: 700px;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}


@media (max-width: 1920px) {
  .choose .bg__img {
    max-width: 660px;
    height: 631px;
    -o-object-fit: cover;
    object-fit: cover;
  }
} */

.choose .dots__shap {
  position: absolute;
  left: 47%;
  top: 16%;
}

.choose .rat__shap {
  position: absolute;
  left: 0;
  bottom: 130px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.choose_2 {
  background-color: rgba(255, 255, 255, 0.03);
}

.choose_2 .title__area {
  max-width: 490px;
  margin-left: auto;
}

.choose_2 .bg__img {
  left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.choose_2 .dots__shap {
  left: 50%;
  top: 12%;
}

.choose_2 .rat__shap2 {
  position: absolute;
  right: 0;
  top: 150px;
}

.projects_1 {
  position: relative;
}

.projects_1 .title__area {
  margin: auto;
  max-width: 536px;
  text-align: center;
}

.projects_1 .prj__card {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 8px;
  overflow: hidden;
}

.projects_1 .prj__card::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 102, 95, 0)), to(#30665f));
  background: linear-gradient(180deg, rgba(48, 102, 95, 0) 0%, #30665f 100%);
  width: 100%;
  height: 100%;
  content: "";
}

.projects_1 .prj__card:hover .card__footer {
  background-color: var(--btn-clr);
}

.projects_1 .prj__card:hover .card__footer::after {
  border-top: 108px solid var(--btn-clr);
  border-right: 30px solid transparent;
  border-left: 25px solid var(--btn-clr);
}

.projects_1 .prj__card:hover .card__footer small,
.projects_1 .prj__card:hover .card__footer p,
.projects_1 .prj__card:hover .card__footer h5 {
  color: var(--secondary-clr);
}

.projects_1 .prj__card:hover::after {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.projects_1 .prj__card img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.projects_1 .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 25px;
  border-radius: 8px;
  background: var(--main-clr);
  padding: 26px;
  width: 100%;
  max-width: 480px;
}

@media (max-width: 1200px) {
  .projects_1 .card__footer {
    width: auto;
  }
}

@media (max-width: 576px) {
  .projects_1 .card__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 15px;
    padding: 20px;
    padding: 8px 15px;
    width: 90% !important;
    max-width: 90%;
  }
}

.projects_1 .card__footer::after {
  position: absolute;
  top: 0;
  right: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 108px solid var(--main-clr);
  border-right: 30px solid transparent;
  border-left: 25px solid var(--main-clr);
  border-top-right-radius: 8px;
  width: 40px;
  height: 0;
  content: "";
}

@media (max-width: 576px) {
  .projects_1 .card__footer::after {
    display: none;
  }
}

.projects_1 .card__footer .border__full {
  display: block;
  margin: 0 30px;
  background-color: rgba(255, 255, 255, 0.21);
  width: 1px;
  height: 55px;
}

@media (max-width: 576px) {
  .projects_1 .card__footer .border__full {
    display: none;
  }
}

@media (max-width: 576px) {
  .projects_1 .card__footer .client__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}

.projects_1 .card__footer small {
  display: block;
  color: rgba(255, 255, 255, 0.57);
  line-height: 34px;
}

.projects_1 .card__footer .last {
  color: var(--btn-clr);
}

.projects_1 .line__shap {
  position: absolute;
  bottom: 6%;
  left: 0;
}

.projects_1 .sun__shap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.projects_1 .dots__shap {
  position: absolute;
  top: 18%;
  right: 142px;
}

.projects_1 .fram__shap {
  position: absolute;
  bottom: 150px;
}

.project_2 {
  background-color: rgba(255, 255, 255, 0.03);
}

.all_projects .dots__shap {
  top: 30%;
  left: 142px;
}

.all_projects .rat__shap {
  position: absolute;
  right: 0;
  bottom: 130px;
}

.work_process {
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
}

.work_process .t__40 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  line-height: 58px;
  /* margin-bottom: 18px; */
}

.work_process .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60px 50%;
  grid-template-columns: 30% 30% 30%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}

.contact_process .wapper
{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 50% 25%;
  grid-template-columns: 30% 40% 30%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}

.ser_process .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60px 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}

.vis_process .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60px 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items:self-start;
  gap: 9px;
}
.service-list
{
      overflow-y: scroll;
    height: 700px;
    min-height: 700px;
}


.service-list::-webkit-scrollbar {
  width: 10px;
}
 
.service-list::-webkit-scrollbar-track {
  background: black;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.service-list::-webkit-scrollbar-thumb {
  background: #fe7e36;
  border-radius: 10px;
  /* border: 3px solid blue; */
}
@media (max-width: 991px) {
  .work_process .wapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.work_process .wapper li {
  margin-bottom: 22px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 35px;
}

.work_process .wapper li:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .work_process .wapper li {
    padding: 20px;
  }
}

.work_process .wapper li p {
  margin-top: 13px;
}

.work_process .wapper li .no {
  color: var(--btn-clr);
}

.work_process .wapper .bg__img {
  border-radius: 35px;
  border-bottom-left-radius: 229px;
  margin: 0px;
  width: 100%;
}

.auditimgleft
{
  width: 80% !important;
    float: left;
}

.auditimgright
{
  width: 80% !important;
    float: right;
}

@media (max-width: 768px) {
  .work_process .wapper .bg__img {
    border-radius: 20px;
    border-bottom-left-radius: 100px;
  }
}

.work_process .shap__1 {
  position: absolute;
  top: 44%;
  left: 2%;
}

.work_process .dots__shap {
  position: absolute;
  left: 56%;
  bottom: 15%;
}

.work_process .rat__shap {
  position: absolute;
  right: 0;
  top: 130px;
}

.work_process_2 {
  background-color: var(--body-clr);
}

.work_process_2 .fram__shap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work_process_2 .shap__1 {
  top: 12%;
  left: 108px;
}

.work_process_3 {
  background-color: var(--body-clr);
}

.work_process_3 .dots__shap {
  left: 43%;
}

.testimonial {
  background-color: var(--main-clr);
  position: relative;
}

.testimonial .content {
  max-width: 872px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial .content .quote {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #142220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial .content .review {
  font-weight: 500;
  color: #F5F5F5;
  margin-top: 70px;
}

.testimonial .content .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: start;
  gap: 12px;
  margin-top: 58px;
}

@media (max-width: 768px) {
  .testimonial .content .user {
    margin-top: 40px;
  }
}

.testimonial .content .user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.testimonial .content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin-top: 57px;
}

@media (max-width: 768px) {
  .testimonial .content .rating {
    margin-top: 40px;
  }
}

.testimonial .slick-dots {
  height: 100%;
}

.testimonial .slick-dots li {
  position: static !important;
}

.testimonial .slider-nav-1 {
  position: absolute;
  left: 10%;
  top: 30px;
}

.testimonial .slider-nav-1 img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.testimonial .slider-nav-2 {
  position: absolute;
  top: 0px;
  right: 10%;
}

.testimonial .slider-nav-2 img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.testimonial .slider-nav-3 {
  position: absolute;
  bottom: 0;
  left: 3%;
}

.testimonial .slider-nav-4 {
  position: absolute;
  bottom: 20%;
  right: 3%;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  font-size: 30px;
}

.testimonial .slick-prev,
.testimonial .slick-next {
  z-index: 100;
}

@media (max-width: 768px) {

  .testimonial .slick-prev,
  .testimonial .slick-next {
    top: 108%;
  }
}

@media (max-width: 768px) {
  .testimonial .slick-prev {
    left: 40%;
  }
}

@media (max-width: 768px) {
  .testimonial .slick-next {
    right: 40%;
  }
}

.testimonial .rat__shap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.testimonial .dots__shap {
  position: absolute;
  right: 10%;
  top: 15%;
}

.testimonial .sun__shap {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.testimonial_2 {
  margin-top: 130px;
}

.blogs {
  position: relative;
}

.blogs .title__area {
  max-width: 536px;
}

.blogs .title__btn {
  background-color: var(--btn-clr);
  color: var(--secondary-clr);
}

.blogs .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* @media (max-width: 1200px) {
  .blogs .wapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
} */

@media (max-width: 991px) {
  .blogs .wapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.blogs .blg__card {
  border-radius: 8px;
  padding: 35px 30px 45px 30px;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 576px) {
  .blogs .blg__card {
    padding: 30px 20px 35px 20px;
  }
}

.blogs .blg__card img {
  border-radius: 8px;
  max-height: 251px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogs .blg__card:hover {
  background-color: var(--main-clr);
}

.blogs .card__header {
  margin-bottom: 28px;
}

.blogs .card__header li {
  color: var(--pra-clr);
  font-size: 14px;
}

.blogs .card__header li .fa {
  color: var(--btn-clr);
  font-size: 17px;
  margin-right: 5px;
}

.blogs .card__header h3 {
  margin-top: 22px;
}

.blogs .card__footer {
  margin-top: 23px;
}

.blogs .card__footer a {
  color: var(--btn-clr);
  font-weight: 500;
}

.blogs .sun__shap {
  position: absolute;
  left: 0;
}

.blogs .rat__shap {
  position: absolute;
  right: 0;
  bottom: 20%;
}

.blogs .dots__shap {
  position: absolute;
  top: 35%;
  left: 62px;
}

.footer {
  background-color: var(--secondary-clr);
  position: relative;
}

.footer__lo_co {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.footer__lo_co img {
  width: 100px;
}

@media (max-width: 768px) {
  .footer__lo_co {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__logo h5 {
  font-size: 34px;
  font-weight: 600;
}
.footer__logo img{
  width: 60%;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1200px) {
  .footer__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .footer .box {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .footer .box:last-child {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .footer .box {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .footer .box:last-child {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .footer .box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.footer .border__full {
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 768px) {
  .footer .border__full {
    display: none;
  }
}

.footer__socal a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgb(255 255 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__socal a:hover {
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
}

.footer__border {
  background-color: #fe7e36;
  width: 100%;
  height: 2px;
  /* color: #fe7e36; */
  margin: 0;
  opacity: 1;
}

.footer__info {
  padding-top: 40px;
}

.footer__info_group {
  font-weight: 600;
  margin-bottom: 29px;
}

.footer__info_subscribe {
  max-width: 312px;
}

.footer__info_subscribe input,
.footer__info_subscribe .contact .contact__form textarea,
.contact .contact__form .footer__info_subscribe textarea {
  width: 100%;
  outline: none;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0px 27px;
  height: 56px;
  margin-top: 23px;
  color: var(--grayWhite-clr);
}

.footer__info_subscribe .common__btn,
.footer__info_subscribe .common__btn_yellow {
  width: 100%;
  background-color: var(--btn-clr);
  color: var(--secondary-clr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.footer__info_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.footer__info_contact li:last-child {
  margin-bottom: 0;
}

.footer__info_contact li i {
  color: var(--btn-clr);
  font-size: 17px;
}

.footer__info li {
  margin-bottom: 18px;
  color: #fff;
}

.footer__info li:last-child {
  margin-bottom: 0;
}

.footer__info li a {
  color: #ffffff;
  display: inline-block;
}


.footer__copyright {
  margin-top: 71px;
}

.footer__copyright p {
  padding: 25px 0;
}

.footer__copyright p a {
  color: var(--btn-clr);
  font-weight: 600;
}

.footer .dots__shap {
  position: absolute;
  right: 3%;
  bottom: 37%;
}

.footer_2 {
  background-color: #222F2D;
}

.con__header {
  background-image: url("../img/choose/bg_img.webp");
  /* padding: 148px 0; */
}

.con__header h1{
  font-size: 66px;
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 18px;
}

.con__header  span {
  color: #fd7d36;
}
.page__header {
  /* background-image: url("../img/choose/bg_img.webp"); */
  padding: 148px 0;
}

@media (max-width: 1200px) {
  .page__header {
    padding: 120px 0;
  }
}

.page__header .transprent__btn {
  padding: 13px 19px;
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--btn-clr);
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
}

.page__header a {
  color: var(--btn-clr);
  font-weight: 600;
}

.page__header span {
  color: #fd7d36;
}

.page__header p {
  color: #fff;
}

.service__details {
  position: relative;
}

.service__details .ser__sidebar {
  position: sticky;
  top: 100px;
}

.service__details .ser__sidebar .more__service {
  background-color: var(--main-clr);
  border-radius: 8px;
  padding: 40px;
}

.service__details .ser__sidebar .more__service ul {
  margin-top: 19px;
}

.service__details .ser__sidebar .more__service ul li {
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.service__details .ser__sidebar .more__service ul li a {
  margin-left: 17px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service__details .ser__sidebar .more__service ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service__details .ser__sidebar .more__service ul li:hover a {
  color: var(--btn-clr);
}

.service__details .ser__sidebar .more__service ul li:hover::after {
  background-color: var(--btn-clr);
}

.service__details .ser__sidebar .help {
  margin-top: 30px;
  background-color: var(--main-clr);
  border-radius: 8px;
  padding: 40px;
}

.service__details .ser__sidebar .help ul {
  margin-top: 33px;
}

.service__details .ser__sidebar .help ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 29px;
}

.service__details .ser__sidebar .help ul li:last-child {
  margin-bottom: 0;
}

.service__details .ser__sidebar .help ul li i {
  color: var(--btn-clr);
}

.service__details .thumb__img {
  width: 100%;
  max-height: 501px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__details .first__para .transparent__btn {
  color: var(--btn-clr);
}

.service__details .second__para .icon__box {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--btn-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__details .second__para .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--main-clr);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .service__details .second__para .video_icon {
    width: 80px;
    height: 80px;
  }
}

.service__details .second__para .video_icon i {
  color: white;
  font-size: 30px;
}

@media (max-width: 768px) {
  .service__details .second__para .video_icon i {
    font-size: 25px;
  }
}

.service__details .second__para .videO__thumb {
  border-radius: 8px;
}

.service__details .thred__para h5 {
  margin-bottom: 25px;
}

.service__details .thred__para p {
  color: #6e6f75;
}

.service__details .thred__para ul {
  padding: 35px 0;
  margin-left: 14px;
}

.service__details .thred__para ul li {
  color: var(--secondary-clr);
  font-weight: 600;
  position: relative;
}

.service__details .thred__para ul li:last-child {
  margin-bottom: 0;
}

.service__details .thred__para ul li::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(22, 16, 1, 0.4196078431);
}

.service__details .fourt__para {
  margin-top: 45px;
}

.service__details .fourt__para p {
  margin-top: 25px;
  color: #6e6f75;
}

.service__details .dots__shap {
  position: absolute;
  top: 20%;
}

.service__details .rat__shap {
  position: absolute;
  left: 0;
  bottom: 130px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project__details {
  position: relative;
}

.project__details .wapper {
  max-width: 1096px;
  margin: auto;
}

.project__details .first__para .thumb__img {
  max-height: 500px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project__details .first__para .info {
  position: absolute;
  background-color: var(--main-clr);
  padding: 30px;
  border-radius: 8px;
  right: 0;
  bottom: -30%;
}

.project__details .first__para .info ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  margin-bottom: 20px;
}

.project__details .first__para .info ul li:last-child {
  margin-bottom: 0;
}

.project__details .first__para .info ul li p {
  font-weight: 600;
}

.project__details .first__para .info ul li span {
  color: var(--pra-clr);
}

.project__details .second__para {
  max-width: 660px;
}

.project__details .second__para ul {
  margin-top: 25px;
}

.project__details .second__para ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 44px;
}

.project__details .second__para ul li:last-child {
  margin-bottom: 0;
}

.project__details .second__para ul li img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project__details .rat__shap {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.project__details .dots__shap {
  position: absolute;
  top: 30%;
  left: 62px;
}

.blog__details {
  position: relative;
}

.blog__details .wapper {
  max-width: 1096px;
  margin: auto;
}

.blog__details .first__para .thumb__img {
  border-radius: 8px;
  max-height: 594px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__details .first__para li {
  color: var(--pra-clr);
  font-size: 14px;
}

.blog__details .first__para li i {
  color: var(--btn-clr);
}

.blog__details .second__para ul .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: 8px;
  margin-bottom: 15px;
}

.blog__details .second__para img {
  border-radius: 8px;
}

.blog__details .rat__shap {
  position: absolute;
  right: 0;
  bottom: 15%;
}

.blog__details .dots__shap {
  position: absolute;
  top: 25%;
  left: 62px;
}

.comments {
  max-width: 1096px;
  margin: auto;
}

.comments .single__comment {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 35px;
  margin-top: 20px;
}

.comments .border__full {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  margin: 36px 0;
}

.comments .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 29px;
}

.comments .user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comments .reply {
  border-radius: 25px;
  border: none;
  padding: 5px 16px;
  font-size: 14px;
  color: var(--secondary-clr);
  background: var(--btn-clr);
}

.comments .reply__comment {
  margin-left: 55px;
}

.replay {
  max-width: 1096px;
  margin: auto;
}



.career .car__card {
  background-color: rgb(255 255 255 / 18%);
  border-radius: 8px;
  padding: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.car__card .t__22{
  text-align: center;
  margin: 10px 0px;
}

.address .add__card {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 15px;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 85%;
  gap: 56px;
  margin: 12px auto;
}

.address .add__card .icon__box {
  border-radius: 8px;
  width: 83px;
  height: 83px;
  background-color: var(--main-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.address .add__card .icon__box i {
  color: white;
  font-size: 32px;
}

.address .add__card .t__22 {
  display: block;

  text-align: center;
}


.career .foc__card {
  background-color: rgb(255 255 255 / 18%);
  border-radius: 8px;
  padding: 28px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  min-height: 320px;
  height: 320px;
}

.foc__card .t__22{
  text-align: center;
  margin: 10px 0px;
  line-height: 32px;
}

.foc__card img
{
  width: 15%;
  display: block;
  margin: 0 auto;
}


.address .add__card span {
  color: var(--main-clr);
  margin: 13px 0px 0px;
  display: block;
}

.conbox .add__card {
  background-color: unset;
  border-radius: 8px;
  padding: 15px;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  position: relative;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  gap: 56px;
  margin: 12px auto;
}

.conbox .row > div:not(:last-child) .add__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}


#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#pageloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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


.contact {
  position: relative;
}

.contact .contact__form input,
.contact .contact__form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  padding: 15px 20px;
  outline: none;
  margin-bottom: 0px;
  max-height: 70px;
  border: none;
  border-bottom: 2px solid;
  color: #fe7e36;
}


#myModal .contact .contact__form input, #myModal .contact .contact__form textarea{
    border: 2px solid #a7a7a7;
    border-radius: 20px;
      max-height: 45px;
}

.contact__form label {
    font-size: 12px;
    color: #f20000;
    display: block;
}
#careerForm label {
    padding: 0px 0px 0px;
    font-size: 17px;
    color: #fe7e36;
}

#careerForm .error{
    font-size: 12px;
    color: #f20000;
    display: block;
}

.contact .contact__form #careerForm input,
.contact .contact__form  #careerForm textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: transparent;
  padding: 15px 20px;
  outline: none;
  margin-bottom: 18px;
  max-height: 66px;
  border: none;
  border-bottom: 2px solid;
  color: #fe7e36;
}


.controls {
            margin-top: 10px;
            display: flex;
            gap: 10px;
            align-items: center;
            z-index: 99999;
            position: absolute;
            bottom: 11px;
            right: 0px;
        }

        #volume-btn {
            padding: 10px 20px;
            cursor: pointer;
            background-color: #33333300;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 32px;
            transition: background 0.3s;
        }

        #volume-btn:hover {
            /* background-color: #555; */
        }

@media (max-width: 768px) {

  .contact .contact__form input,
  .contact .contact__form textarea {
    padding: 19px 17px;
  }
}

.contact .contact__form textarea {
  margin-bottom: 0;
  min-height: 180px;
}

@media (max-width: 768px) {
  .contact .contact__form textarea {
    min-height: 150px;
  }
}

.contact .contact__form .common__btn,
.contact .contact__form .common__btn_yellow {
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
  margin-top: 20px;
}

.contact .rat__shap {
  position: absolute;
  right: 0;
  top: 0;
}

.map {
  /* margin-bottom: 181px; */
}

.map iframe {
  width: 100%;
  min-height: 468px;
}

.pricing {
  position: relative;
}

.pricing .title__area,
.pricing .title__det {
  max-width: 536px;
}

.pricing .wapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* @media (max-width: 1200px) {
  .pricing .wapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
} */

@media (max-width: 991px) {
  .pricing .wapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.pricing .prc__card {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 45px;
}

@media (max-width: 576px) {
  .pricing .prc__card {
    padding: 20px;
  }
}

.pricing .prc__card:nth-child(2) {
  background-color: #30665f;
}

.pricing .card__header h6 {
  margin-bottom: 25px;
  font-weight: 500;
}

.pricing .card__header h3 {
  color: var(--btn-clr);
}

.pricing .card__header h3 sub {
  color: var(--pra-clr);
  font-weight: 400;
  font-size: 16px;
}

.pricing .card__header .common__btn,
.pricing .card__header .common__btn_yellow {
  display: block;
  width: 100%;
  text-align: center;
}

.pricing .card__body p {
  color: white;
  font-weight: 500;
}

.pricing .card__body ul {
  margin-top: 25px;
}

.pricing .card__body ul li {
  margin-bottom: 23px;
}

.pricing .card__body ul li:last-child {
  margin-bottom: 0;
}

.pricing .dots__shap {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing .dots_y__shap {
  position: absolute;
  right: 143px;
  bottom: 20%;
}

.pricing_1 {
  background-color: rgba(255, 255, 255, 0.03);
}

.teams {
  position: relative;
}

.teams .team__card {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 20px;
}

.teams .team__card img {
  width: 100%;
  height: 100%;
}

.teams .team__card:hover .socal__media {
  bottom: 20px;
  opacity: 1;
}

.teams .team__card .socal__media {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.teams .team__card .socal__media li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.teams .team__card .socal__media li a {
  color: var(--secondary-clr);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.teams .team__card .socal__media li:hover {
  background-color: var(--main-clr);
}

.teams .team__card .socal__media li:hover a {
  color: white;
}

.teams .team__card .card__footer {
  margin-top: 25px;
  text-align: center;
}

.teams .dots__shap {
  position: absolute;
  top: 45%;
  left: 50px;
}

.team__details {
  position: relative;
}

.team__details .socal__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team__details .socal__media li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team__details .socal__media li a {
  color: var(--secondary-clr);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team__details .socal__media li:hover {
  background-color: var(--main-clr);
}

.team__details .socal__media li:hover a {
  color: white;
}

.team__details .info li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.team__details .info li p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.team__details .info li span {
  color: rgba(255, 255, 255, 0.65);
}

.team__details .dots__shap {
  position: absolute;
  bottom: 200px;
  left: 30px;
}
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--maxston-base, #D7984E);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--maxston-base, #D7984E);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--maxston-base, #D7984E);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
.form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

@media (max-width: 1750px) {

  .services_1 .sr__card img {
    border-radius: 9px;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
}

@media (max-width: 1400px) {

    .services_1 .sr__card img {
    border-radius: 9px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
  
}


@media (max-width: 991px) {
  .services_1 .title__area {
    margin: auto;
    max-width: 100%;
  }

    .ser-list img {
        margin: 30px auto;
        width: 40%;
        display: block;
    }

  .counter .t__40 {
    font-size: 28px;
    color: var(--secondary-clr);
    line-height: 46px;
  }
  .service-list {
    overflow-y: hidden;
    height: auto;
    min-height: 700px;
}

  .choose .bg__img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: opacity(1);
    position: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(15%);
  }

  .footer__lo_co img {
    width: 140px;
  }
  .work_process .t__40 {
    font-size: 27px;
    color: #ffffff;
    font-weight: 700;
    line-height: 50px;
    /* margin-bottom: 18px; */
}

.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    min-height: auto;
    -o-object-fit: cover;
    height: auto;
    object-fit: cover;
}

  .header__bottom_logo img {
    width: 103px;
  }

  .header__bottom_navbar .menu__list {
    gap: 38px;
    padding: 0 20px;
    margin-top: 35px;
  }
  .conbox .row > div:not(:last-child) .add__card::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 50%;
    left: 0;
    top : unset;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}
}