ul {
  margin-bottom: 0;
  padding: 0;
}
p {
  margin-bottom: 0;
}
a:hover {
  text-decoration: none !important;
}
.above-all {
  overflow: hidden;
  position: relative;
}
*,
*:hover,
*:active {
  outline: none !important;
}
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f59f1a;
}

/*****/

@keyframes line_move_up {
  from {
          transform: translateY(-40px);
          height: 40px;
  }
  to {
      transform: translateY(0%);
      height: 0px;
  }
}

/*****/

body {
  font-family: "quicksand";
  font-weight: normal;
  text-align: right;
}
html[dir="ltr"] body {
  text-align: left;
}



html[dir="ltr"] .burger_box a.menu-icon {
    left: 0px;
}

html[dir="ltr"] .side_menu ul img {
 right:auto;
    left: 0;

}


html[dir="ltr"] .conultation {
	left: -52px;
  right: auto;
}



html[dir="ltr"] body {
    font-family: sans-serif!important;
}


.loading-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  z-index: 10000;
  transition: all 0.7;
}
.loading-section .inin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  transition: all 0.7s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
html[dir="ltr"] .loading-section .inin {
  right: auto;
  left: 10px;
}


 .conultation {
    position: fixed;
        right: -72px;
    top: 350px;
    z-index: 9;
    transform: rotate(90deg);
    background: #de921c;
    padding: 10px;
    color: #fff!important;
} 
  


.loading-section .inin.colored {
  transform: scale(300, 300);
}
.loading-section .logo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-section .logo-loading img {
  width: 200px;
  transition-property: all;
  transition-duration: 1.8s;
  /* transition-delay: .3s; */
  transition-timing-function: ease-in;
  filter: blur(100px);
  opacity: 0;
}
.loading-section .logo-loading img.colored {
  filter: blur(0);
  opacity: 1;
}

.open-side {
  /*width: 35px;
  height: 25px;
  display: none;
  margin-inline-start: auto;
  position: relative;
  cursor: pointer;*/
}
/*
.open-side .line {
  display: block;
  position: absolute;
  background-color: #363636;
  height: 4px;
  width: 100%;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.7s;
  box-shadow: 0 0 0px #363636;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.open-side .line:first-of-type {
  top: 0;
}
.open-side .line:nth-of-type(2) {
  top: calc(50% - 2px);
}
.open-side .line:nth-of-type(3) {
  bottom: 0;
}
.open-side .circle {
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  top: 50%;
  position: absolute;
  border-radius: 50%;
  color: #363636;
  transition: all 0.7s 0.8s;
  -webkit-transition: all 0.7s 0.8s;
  -moz-transition: all 0.7s 0.8s;
  -ms-transition: all 0.7s 0.8s;
  -o-transition: all 0.7s 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  -moz-transform: translate(-50%, -50%) scale(0, 0);
  -ms-transform: translate(-50%, -50%) scale(0, 0);
  -o-transform: translate(-50%, -50%) scale(0, 0);
}
.open-side .circle i {
  font-size: 30px;
}
.open-side.move-action .line:first-of-type,
.open-side.move-action .line:nth-of-type(2) {
  top: calc(50% - 2px);
  opacity: 0;
  width: 0;
}
.open-side.move-action .line:nth-of-type(3) {
  bottom: calc(50% - 2px);
  opacity: 0;
  width: 0;
}
.open-side.move-action .circle {
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
}*/
.slide-open-menu-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-open-menu-overlay.slide-open-menu-overlay-1 {
  background-color: #c59d7945;
  z-index: 100;
  left: -100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.slide-open-menu-overlay.slide-open-menu-overlay-2 {
  background-color: #9797973d;
  z-index: 101;
  right: -100%;
  transition: all 0.7s 0.2s;
  -webkit-transition: all 0.7s 0.2s;
  -moz-transition: all 0.7s 0.2s;
  -ms-transition: all 0.7s 0.2s;
  -o-transition: all 0.7s 0.2s;
}
.slide-open-menu {
  top: 0;
  position: fixed;
  z-index: 9999;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 45px;
  background-color: #363636;
  box-shadow: -2px 0 5px #36363691;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
html[dir="ltr"] .slide-open-menu {
  right: auto;
  left: -300px;
  box-shadow: 2px 0 5px #36363691;
}
.slide-open-menu .nav-listt {
  list-style: none;
}
.slide-open-menu .nav-listt > li,
.slide-open-menu .lang {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
/* html[dir="ltr"] .slide-open-menu .nav-listt > li,
html[dir="ltr"] .slide-open-menu .lang {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
} */
.slide-open-menu .nav-listt > li {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.slide-open-menu .nav-listt > li.show-link,
.slide-open-menu .lang.show-link {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.slide-open-menu .nav-listt > li > a,
.slide-open-menu .lang {
  color: #eaeaea;
  font-weight: 500;
  text-shadow: 0 0 1px #eaeaea;
  font-size: 16px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  padding: 10px 15px;
  display: flex;
}
.slide-open-menu .nav-listt > li > a{
  background-image: url(../images/br-serv.png);
    background-size: 140px;
    background-repeat: no-repeat;
    background-position-y: 13px;
    font-size: 20px;
    text-align: center;
    padding-inline-start: 25px;

}
.slide-open-menu .nav-listt > li > a > img {
  display: none;
}
.slide-open-menu .nav-listt > li.current-menu-item > a,
.slide-open-menu .nav-listt > li > a:hover,
.slide-open-menu .lang:hover {
  color: #fff;
  /* text-shadow: 0 0 1px #f59f1a; */
  /* background-color: #f59f1a; */
}
.slide-open-menu i {
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18px;
  left: 8px;
}
html[dir="ltr"] .slide-open-menu i {
  left: auto;
  right: 8px;
}
.wpml-ls-statics-footer {
  display: none !important;
}
.footer {
  background-color: #474643;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.footer .info-footer {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer .info-footer img {
  width: 250px;
}
.footer .quikc-links h3 {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  text-shadow: 0 0 1px #cccccc;
}
.footer .quikc-links .nav-listt {
  list-style: none;
}
.footer .quikc-links .nav-listt > li {
  margin-bottom: 5px;
}
.footer .quikc-links .nav-listt > li > a {
  color: #ededed;
  font-weight: 500;
  font-size: 17px;
  text-shadow: 0 0 1px #ededed;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.footer .quikc-links .nav-listt > li > a:hover {
  color: #f59f1a;
  text-shadow: 0 0 1px #f59f1a;
}
.footer .line-in {
  position: absolute;
  width: 400px;
  right: 100px;
  bottom: 0;
  filter: brightness(4);
  opacity: 0.6;
  -webkit-filter: brightness(4);
}
html[dir="ltr"] .footer .line-in {
  right: auto;
  left: 100px;
}
.links-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.links-media a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #ffffffe0;
  font-size: 28px;
  margin-bottom: 5px;
  perspective: 500px;
}
.links-media a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 50px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.links-media a i {
  position: relative;
  z-index: 5;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  top: 0;
}
.links-media a:hover img {
  transform: rotateX(45deg) translate(-50%, -50%);
}
.links-media a:hover i {
  top: -5px;
  text-shadow: 0 5px 1px #00000075;
}
.btn-container {
  display: flex;
  justify-content: center;
  perspective: 500px;
}
.btn-custom-1 {
  display: inline-flex;
  background-color: #444546;
  color: #ffffffd6;
  border-radius: 50px;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  position: relative;
  perspective: 500px;
}
.btn-custom-1 span {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  color: #ffffffd6;
  background-color: #f59f1a;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
}
.btn-custom-1:hover {
  color: #fff;
}
.btn-custom-1:hover span {
  transform: rotateX(90deg);
  opacity: 0;
}
.contact-us-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.contact-us-section .image-vedio-cover,
.contact-us-section .image-vedio-cover img,
.contact-us-section .image-vedio-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us-section .image-vedio-cover {
  z-index: 1;
}
.contact-us-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #3e3e3fd1;
}
.contact-us-section .container {
  position: relative;
  z-index: 3;
}
.header-custom-1 {
  text-align: center;
  margin-bottom: 40px;
}
.header-custom-1 .line-in{
    margin-bottom: 10px;
    height: 40px;
        position: relative;
}
.header-custom-1 .line {
  display: block;
  background-color: #7d7d80;
  width: 1.5px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  box-shadow: 0 0 2px #ffffff45;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
      animation: line_move_up 1.2s infinite linear;
          position: absolute;
    left: 50%;
    bottom: 0;
}
.header-custom-1 p {
  color: #df8f0fdb;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.header-custom-1 h2 {
  margin-bottom: 0;
  color: #fffffff0;
  font-weight: bold;
  font-size: 25px;
  text-transform: capitalize;
}
.wpcf7-form-control-wrap {
  display: block !important;
}
.form-inin br {
  display: none !important;
}
.form-inin .field-input {
  margin-bottom: 15px;
}
.form-inin .field-input .name-field {
  color: #ffffffe3;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  text-shadow: 0 0 1px #fff;
  text-transform: capitalize;
}
.form-inin .field-input input,
.form-inin .field-input textarea,
.form-inin .field-input select{
  height: 50px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #626269;
  border-radius: 7px;
  padding: 10px 15px;
  direction: rtl !important;
  box-shadow: 0 0 5px #62626973;
  text-transform: capitalize;
  color:#fff;
}
.form-inin .field-input select{
    color:#8b8b95;
}
.form-inin .field-input textarea {
  height: 200px;
}
html[dir="ltr"] .form-inin .field-input input,
html[dir="ltr"] .form-inin .field-input textarea,
html[dir="ltr"] .form-inin .field-input select{
  direction: ltr !important;
}
.form-inin ::-webkit-input-placeholder {
  color: #8b8b95;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.form-inin ::-moz-placeholder {
  color: #8b8b95;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.form-inin :-ms-input-placeholder {
  color: #8b8b95;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.form-inin :-moz-placeholder {
  color: #8b8b95;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.form-inin [type="submit"] {
  background-color: #ff9e01 !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-shadow: 0 0 1px #fff !important;
  font-size: 17px !important;
  box-shadow: 0 0 3px #ff9e01 !important;
  border: 2px solid #ff9e01 !important;
  transition: all 0.7s !important;
  -webkit-transition: all 0.7s !important;
  -moz-transition: all 0.7s !important;
  -ms-transition: all 0.7s !important;
  -o-transition: all 0.7s !important;
  text-transform: capitalize;
}
.form-inin [type="submit"]:hover {
  color: #fff !important;
  text-shadow: 0 0 1px #ff9e01 !important;
  background-color: transparent !important;
}
.contact-info {
  padding-top: 10px;
}
.contact-info .info-c {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.contact-info .info-c i {
  color: #f59f1ac7;
  font-size: 18px;
  position: relative;
  top: 2px;
  width: 25px;
}
.contact-info .info-c > div > div > a {
  color: #ffffffc2;
  display: inline-flex;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 500;
}
.map {
  width: 100%;
  height: 380px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px #fff;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.vedios-section {
  background-color: #474643;
  padding-top: 40px;
}
.vedios-section .vedios {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.vedios-section .vedios .vedio-in {
  width: 25%;
  height: 300px;
  position: relative;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
  position:relative;
}
.vedios-section .vedios .vedio-in .ifream-vedio{
    display: none;
}
.vedios-section .vedios .vedio-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
  .vedios-section .vedios .vedio-in .overlay{
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      width:100%;
      height:100%;
      background:transparent;
      z-index:55;
  }
.vedios-section .vedios .vedio-in i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  color: #ff9e01;
  transform: translate(-50%, -50%);
  font-size: 22px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff9e01;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.vedios-section .vedios .vedio-in:hover img {
  transform: scale(1.1, 1.1);
  z-index: 0;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.vedios-section .vedios .vedio-in:hover i {
  background-color: #ff9e01;
  color: #fff;
  transform: scale(1.1, 1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
  -moz-transform: scale(1.1, 1.1) translate(-50%, -50%);
  -ms-transform: scale(1.1, 1.1) translate(-50%, -50%);
  -o-transform: scale(1.1, 1.1) translate(-50%, -50%);
}
.vedios-pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0000005c;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}
.vedios-pop-up .vedios-pop-up-in{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 60%;
    padding-top: 30%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #00000059;
}
.vedios-pop-up iframe{
        position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
}
.vedios-pop-up video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  z-index: 100000000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.vedios-pop-up.vedios-pop-up-show-1 {
  opacity: 0.1;
  visibility: visible;
}
.vedios-pop-up.vedios-pop-up-show-2 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  top: 0 !important;
  left: 0 !important;
  opacity: 1;
}
.services-section {
  background-color: #474643;
  padding-top: 100px;
  padding-bottom: 10px;
  position: relative;
}
.serv-in {
  display: block;
  margin-bottom: 30px;
  position: relative;
  perspective: 500px;
}
.serv-in .bg {
  width: 100%;
  height: 120%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.serv-in:hover .bg {
  transform: translateY(-50%) scale(0.9) rotateX(45deg);
}

.serv-in .ser-text {
  position: relative;
  z-index: 2;
  padding: 10px 65px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  top: 0;
}
.serv-in:hover .ser-text {
  top: -5px;
}
.serv-in .ser-text .img {
  width: 60px;
}
.serv-in .ser-text .img img {
  width: 50px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.serv-in:hover .ser-text .img img {
  filter: drop-shadow(0 5px 5px #00000080);
  -webkit-filter: drop-shadow(0 5px 5px #00000080);
}
.serv-in .ser-text h3 {
  margin-bottom: 0;
  color: #ffffffe6;
  font-weight: 500;
  font-size: 20px;
  text-shadow: 0 0 1px #ffffffe6;
  line-height: 1.4;
  overflow: hidden;
  height: 29px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.serv-in:hover .ser-text h3 {
  text-shadow: 0 5px 5px #00000080;
}
.status-section {
  position: relative;
  top: -150px;
  width: 100%;
  margin-bottom: -30px;
}
.status-section .row {
  justify-content: center;
}
.status-section .status {
  background-color: #fff;
  box-shadow: 0 0 5px #00000021;
  text-align: center;
  padding: 10px;
  position: relative;
}
.status-section .status .number {
  color: #110b02;
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 5px;
}
.status-section .status p {
  color: #5d5d5d;
  font-weight: bold;
  font-size: 18px;
}
.status-section .status .line {
  position: absolute;
  width: 120px;
  bottom: 10px;
  left: 10px;
}
html[dir="ltr"] .status-section .status .line {
  left: auto;
  right: 10px;
}
.our-partner {
  padding-top: 40px;
  padding-bottom: 90px;
}
.our-partner .item a {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-partner .item a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.about-us-section {
  background-color: #f59f1a;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.about-us-section .bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 550px;
}
html[dir="ltr"] .about-us-section .bg {
  right: auto;
  left: 0;
}
.about-us-section .text-all {
  position: relative;
  z-index: 5;
}
.about-us-section .text-all .head-1 {
  color: #eeeeeed4;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 0 0px #ffffffd9;
  line-height: 1.7;
  text-transform: capitalize;
}
.about-us-section .text-all .head-2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-shadow: 0 0 1px #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.about-us-section .text-all .text {
  color: #eeeeeed4;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 0 0 0px #ffffffd9;
  line-height: 1.7;
  margin-bottom: 20px;
}
.more-btn {
  background-color: white;
  color: #f59f1a;
  text-shadow: 0 0 1px #f59f1a;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  transition: all 0.7s;
  top: 0;
  position: relative;
  text-transform: capitalize;
}
.more-btn:hover {
  top: -5px;
  box-shadow: 0 5px 5px #00000038;
  color: #f59f1a;
}
.about-us-section .images-all {
  position: relative;
  padding: 1px;
}
.about-us-section .images-all .img-1 {
  width: 70%;
  border: 4px solid #f59f1a;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
.about-us-section .images-all .img-2 {
  width: 60%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
html[dir="ltr"] .about-us-section .images-all .img-2 {
  left: auto;
  right: 0;
}
.about-us-section .images-all img {
  width: 100%;
}

.about-us-section .images-all .line-in {
  position: absolute;
  z-index: 5;
  background-color: #fde8c8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  bottom: -50px;
  left: 15%;
  opacity: 0.8;
}
html[dir="ltr"] .about-us-section .images-all .line-in {
  left: auto;
  right: 15%;
}
.nav-section {
  padding-top: 5px;
  padding-bottom: 5px;
	position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    height: auto;
    transition: 1.2s all ease-in-out;
     

}

.nav-section .logo video {
    transform: scale(1) translate(17px, 3px); 
}
.nav-section .logo {
  display: inline-flex;
}
.nav-section .logo img {
  width: 200px;    filter: none!important;
}




/* PEN STYLES ========== */
a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
	.side_menu {
		background: #de921c;
		height: 100vh;
		right: -250px;
		position: fixed;
		top: 0;
		width: 250px;
		z-index:999
	}
	.side_menu .container {
		padding: 0 1em;
	}

/* HAMBURGER STYLES ----- */
	.burger_box {
		display: block;
		/* margin-left: -45px; */
    position: fixed;
    left: 0;
	}
	.burger_box a.menu-icon {
    position: relative;
    top: 230px;
    float: none;
    padding: 10px;
    /* opacity: .5; */
    width: 25px;
    z-index: 100;
    background: #de921c;
    left:-250px;
	}
	/*.burger_box a.menu-icon:hover,*/
	/*.burger_box a.menu-icon.opened {*/
	/*	opacity: 1;*/
	/*}*/
	.burger_box a.menu-icon.opened {
		background: #de921c
	}
	.burger_box .menu-icon_box {
		display: inline-block;
		height: 17px;
		position: relative;
		text-align: left;
		width: 25px;
	}
	.burger_box .menu-icon_line {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 100%;
		right:0;
	}
	.burger_box .menu-icon_line--1 {
		top: 2px;
	}
	.burger_box .menu-icon_line--2 {
		top: 10px;
	}
	.burger_box .menu-icon_line--3 {
		top: 18px;
	}
	.burger_box .menu-icon_line--1 {
		transition: top 200ms 250ms, transform 200ms;
		-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon_line--2 {
		transition: opacity 0ms 300ms;
		-webkit-transition: opacity 0ms 300ms;
	}
	.burger_box .menu-icon_line--3 {
		transition: top 100ms 300ms, transform 200ms;
		-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_box {
		transform: scale3d(0.9, 0.9, 0.9);
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
	}
	.burger_box .menu-icon.opened .menu-icon_line {
		top: 10px;
	}
	.burger_box .menu-icon.opened .menu-icon_line--1 {
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transition: top 100ms, transform 200ms 250ms;
		-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--2 {
		opacity: 0;
		transition: opacity 200ms;
		-webkit-transition: opacity 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--3 {
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transition: top 200ms, transform 200ms 250ms;
		-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
	}
	
	


html {
  scroll-behavior: smooth;
}


.side_menu ul img {
    position: absolute;
    width: 140px;
    right: 0;
    z-index: -1;
    top: 10px;
    height: 29px;
}



.side_menu li {
    position: relative;
    background:transparent!important;
}

.side_menu li a{
    color:#fff!important;
    font-size:20px;    background: transparent!important;
    
}



.owl-carousel.owl-theme.main-slider-slider {
    position: relative;
}
	
	

/* STAGGER LIST ----- */
	.list_load {
		display: none;
		list-style: none;
		padding: 0;
	}
	.list_item {
		margin-left: -20px;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.list_item a {
		color: #fff;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	.list_item a:hover {
		background: rgba(255,255,255,.2);
	}





.nav-section .nav-listt {
  display: inline-flex;
  list-style: none;
  gap: 15px;
  flex-wrap: wrap;
}
.nav-section .nav-listt > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 4px;
    color: #949494;
    font-weight: bold;
/*     text-shadow: 0 0 1px #949494; */
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}
/*.nav-section .nav-listt > li > a:hover,*/
/*.nav-section .nav-listt > li.current-menu-item > a {*/
/*  background-color: #fef5e8;*/
/*}*/
.nav-section [class^="col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-section [class^="col-"]:last-of-type .links-media {
  margin-bottom: 0;
  gap: 7px;
}
.nav-section [class^="col-"]:last-of-type .links-media a {
  width: auto;
  height: auto;
  margin-bottom: 0;
  color: #5f6163;
  font-size: 18px;
}

.wrap-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wrap-flex a{
  position: absolute;
  top:20px;
  left: 10px;
}
.wrap-flex a img{
  width: 200px;
}

.darkmysite_bg_ignore .nav-section [class^="col-"]:last-of-type .btn-custom-1{
      font-size: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19d1a+0,a16d1f+100 */
  background: rgb(241, 157, 26); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d1a', endColorstr='#a16d1f',GradientType=0 ); /* IE6-9 */
}



.nav-section [class^="col-"]:last-of-type .btn-custom-1 span {
  font-size: 15px;
  color:#fff!important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f19d1a+0,a16d1f+100 */
  background: rgb(241, 157, 26)!important; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  )!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  )!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(241, 157, 26, 1) 0%,
    rgba(161, 109, 31, 1) 100%
  )!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19d1a', endColorstr='#a16d1f',GradientType=0 )!important; /* IE6-9 */
}
.nav-section [class^="col-"]:last-of-type .btn-custom-1 {
  font-size: 15px;
  min-width: 180px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a16d1f+0,444546+100 */
  background: rgb(161, 109, 31); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(161, 109, 31, 1) 0%,
    rgba(68, 69, 70, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(161, 109, 31, 1) 0%,
    rgba(68, 69, 70, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(161, 109, 31, 1) 0%,
    rgba(68, 69, 70, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a16d1f', endColorstr='#444546',GradientType=0 ); /* IE6-9 */
}
.nav-section [class^="col-"]:last-of-type .links-media a:hover i {
  text-shadow: 0 5px 1px #0000002e;
}
.nav-section [class^="col-"]:last-of-type {
  justify-content: flex-end;
  gap: 15px;
}
.main-slider{
	position:relative;
}
.main-slider .after {
	position:fixed;
	    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85px;
    z-index: 9;
}
.main-slider .item {
  position: relative;
  height: 100vh;
}
.main-slider .item .vedio-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-slider .item .vedio-image-overlay video,
.main-slider .item .vedio-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.main-slider .item .vedio-image-overlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #f59f1a40;
}
.main-slider .item .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.main-slider .item .container .text {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 0 3px #0009;
    font-size: 30px;
    line-height: 1.5;
}
.clients-page .our-partner .item a {
  margin-bottom: 20px;
}
.services-page .services-section {
  padding-top: 60px;
}
.services-page .status-section {
  top: 0;
  margin-bottom: 50px;
}
.services-page .status-section .status {
  margin-bottom: 10px;
}
.copyright {
  background-color: #474643;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright p {
  color: #ffffffa1;
  font-weight: 500;
  font-size: 14px;
}
.copyright .nav-listt {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.copyright .nav-listt > li > a {
  display: flex;
  color: #ffffffa1;
  font-weight: 500;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.copyright .nav-listt > li > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffffa1;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 2px;
  border-radius: 50px;
  height: 15px;
}
html[dir="ltr"] .copyright .nav-listt > li > a::before {
  right: auto;
  left: 100%;
}
.copyright .nav-listt > li:last-of-type > a:before {
  display: none !important;
}
.custom-page-defulta {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
.custom-page-defulta .main-image {
  margin-bottom: 20px;
}
.custom-page-defulta .main-image img {
  max-width: 100%;
}
.custom-page-defulta .custom-head-1 {
  color: #474643;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
  text-shadow: 0 0 1px #474643;
}
.custom-page-defulta .text-content {
  color: #606060;
  font-weight: 500;
  font-size: 15px;
}
.custom-page-defulta .text-content p {
  margin-bottom: 10px;
}
.custom-page-defulta .text-content img {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
}
.main-slider-slider-dots{
	    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
	position: absolute;
    bottom: 30px;
    width: 100%;
}
.main-slider-slider-dots .item{
	width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
	display: inline-flex
}
.nav-section .logo img{
	display: none
}
.main-slider .owl-nav {
margin: 0!important;
    position: absolute!important;
    top: 50%;
    left: 50%!important;
    width: 90%!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    display: flex!important;
    justify-content: space-between!important;
    height: 60px!important;
    transform: translate(-50%,-50%);
}
.main-slider .owl-nav button{
	margin: 0!important
}
.main-slider .owl-nav button i{
	    color: #fff!important;
    font-size: 60px!important;
    opacity: 1!important;
    text-shadow: 2px 0 3px #0000009c!important;
}
.star-form{
	    color: red;
    position: relative;
    top: 2px;
}
.vedios-pop-up i{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 5px #ffffff7a;
        cursor: pointer;
}
html[dir="ltr"] .vedios-pop-up i{
    right: auto;
    left: 20px;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .footer .info-footer {
    padding-bottom: 30px;
    justify-content: center;
  }
  .footer .quikc-links {
    text-align: center;
  }
  .footer .line-in {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
  .form-inin .field-input input,
  .form-inin .field-input textarea,
  .form-inin .field-input select,
  .form-inin .field-input .name-field {
    text-align: center;
  }
  .contact-info .info-c {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .contact-info .info-c i {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .map {
    width: 90%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .vedios-section .vedios .vedio-in {
    width: 33.33333%;
  }

  .vedio-in:hover{
      opacity:.6;
  }
  
  .main-slider .after{
      display:none;
  }

  .serv-in .ser-text {
    justify-content: center;
  }
  .about-us-section .text-all {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us-section .images-all {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-section [class^="col-"]:nth-of-type(2) {
    display: none;
  }
  .nav-section .logo img {
    width: 150px;
  }
  
  
  
  
  .nav-section [class^="col-"]:last-of-type .links-media {
    display: none;
  }
  /*.open-side {
    display: flex;
  }*/
  .copyright p {
    text-align: center;
  }
  .copyright .nav-listt {
    justify-content: center;
  }
  .vedios-pop-up .vedios-pop-up-in{
      width: 70%;
    padding-top: 40%;
  }
}
@media (max-width: 767px) {
  .nav-section{
    position: relative;
  }
  .main-slider .owl-item .item{
    height: 40vh;
  }
  .footer .quikc-links {
    padding-bottom: 30px;
  }
  .map {
    width: 100%;
  }
  .vedios-section .vedios .vedio-in {
    width: 50%;
  }
  .status-section .status {
    margin-bottom: 10px;
  }
  .main-slider .item .container .text {
    font-size: 20px;
  }
  .custom-page-defulta .custom-head-1 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .vedios-section .vedios .vedio-in {
    width: 100%;
  }
  .serv-in .ser-text {
    display: block;
    text-align: center;
  }
  .serv-in .ser-text .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .serv-in .ser-text h3 {
    font-size: 16px;
    height: 26px;
  }
  .about-us-section .images-all {
    width: 90%;
  }
  .nav-section [class^="col-"]:last-of-type .btn-custom-1 {
    display: none;
  }
  .main-slider .item .container .text {
    font-size: 17px;
  }
	.nav-section .logo img{
		display: block
	}
	.nav-section .logo video{
		display: none
	}
	.nav-section{
		    padding-top: 15px;
    padding-bottom: 15px;
	}
	.main-slider .owl-nav button i{
		    font-size: 25px!important;
	}
	.main-slider .owl-nav{
		    top: calc(50% - 12.5px)!important;
	}
   .vedios-pop-up .vedios-pop-up-in{
    width: 80%;
    padding-top: 50%;
  }
}
@media (max-width: 400px) {
  .vedios-pop-up .vedios-pop-up-in{
        width: 90%;
    padding-top: 70%;
  }
}
@media (max-width: 350px) {
}

@media (min-width:992px){
    .nav-section{
      	opacity:0;
	visibility:hidden;
	top:-135px;
  }
  
    
    .nav-section.active{
	top:0;
	opacity:1;
	visibility:visible;
	transition:1.5s all ease-in-out;
	z-index:10;
}
.nav-section .logo video {
     transform: scale(1) translate(0px, 3px); 
}
}
