@font-face {
  font-family: "URW-DIN";
  src: url("../fonts/URWDINArabic-Bold.eot");
  src: url("../fonts/URWDINArabic-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/URWDINArabic-Bold.woff2") format("woff2"),
    url("../fonts/URWDINArabic-Bold.woff") format("woff"),
    url("../fonts/URWDINArabic-Bold.ttf") format("truetype"),
    url("../fonts/URWDINArabic-Bold.svg#URWDINArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW-DIN";
  src: url("../fonts/URWDINArabic-Regular.eot");
  src: url("../fonts/URWDINArabic-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/URWDINArabic-Regular.woff2") format("woff2"),
    url("../fonts/URWDINArabic-Regular.woff") format("woff"),
    url("../fonts/URWDINArabic-Regular.ttf") format("truetype"),
    url("../fonts/URWDINArabic-Regular.svg#URWDINArabic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW-DIN";
  src: url("../fonts/URWDINArabic-Medium.eot");
  src: url("../fonts/URWDINArabic-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/URWDINArabic-Medium.woff2") format("woff2"),
    url("../fonts/URWDINArabic-Medium.woff") format("woff"),
    url("../fonts/URWDINArabic-Medium.ttf") format("truetype"),
    url("../fonts/URWDINArabic-Medium.svg#URWDINArabic-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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: #d3c07e;
}

/*****/

/*****/
/* :root {
  --font-size: 16px;
} */

body {
  font-family: "URW-DIN";
  font-weight: normal;
  text-align: right;
}

.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;
}
.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: 40px;
  height: 30px;
  display: none;
  margin-inline-end: auto;
  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: 102;
  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;
}
.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%);
}
.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.current-menu-item > a,
.slide-open-menu .nav-listt > li > a:hover,
.slide-open-menu .lang:hover {
  color: #fff;
  text-shadow: 0 0 1px #000;
  background-color: #000;
}
.slide-open-menu i {
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.wpml-ls-statics-footer {
  display: none !important;
}
.tap-section {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 1px 5px #f3f3f3;
}
.tap-section [class^="col-"]:first-of-type {
  position: relative;
  z-index: 10;
}
.links-media {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.links-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f3862b;
  color: #fff;
  font-size: 13px;
  transition: all 0.7s;
  box-shadow: 0 0 5px #0000003b;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  position: relative;
  top: 0;
  perspective: 500px;
}
.links-media a:hover {
  top: -5px;
  box-shadow: 0 5px 5px #0000003b;
  transform: rotateX(25deg);
  -webkit-transform: rotateX(25deg);
  -moz-transform: rotateX(25deg);
  -ms-transform: rotateX(25deg);
  -o-transform: rotateX(25deg);
}
.info-contact {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.info-contact a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #ffffffcc;
  font-size: 14px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  text-shadow: 0 1px 1px #535353db, 0 0 1px #ffffffcc;
}
.info-contact a i {
  font-weight: 900;
  color: #f3862b;
  font-size: 13px;
  text-shadow: 0 0 1px #f3862b;
  position: relative;
  top: 1px;
}
.info-contact a:hover {
  text-shadow: 0 1px 1px #ffffff6e;
}
.header-index {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-index [class^="col-"]:first-of-type {
  position: relative;
  z-index: 10;
}
.header-index .text-all img {
  width: 60px;
  margin-bottom: 30px;
  display: block;
}
.header-index .text-all .head-sub {
  color: #ffffffc7;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px #535353db;
}
.header-index .text-all .head-sub span {
  color: #f3862b;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.header-index .text-all h1 {
  color: #f8f8f8;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px #535353db;
}
.header-index .text-all .text-in {
  color: #ffffffc7;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  text-shadow: 0 1px 1px #535353db;
}
.header-index .btn-to-go {
  width: 80%;
  margin-inline-start: auto;
  perspective: 500px;
}
.header-index .btn-to-go a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: 0 0 50px #0000002e;
  margin-bottom: 30px;
  padding: 30px 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;
  position: relative;
  top: 0;
}
.header-index .btn-to-go a:hover {
  box-shadow: 0 0 10px #0000002e;
  top: -5px;
  transform: rotateX(20deg);
  -webkit-transform: rotateX(20deg);
  -moz-transform: rotateX(20deg);
  -ms-transform: rotateX(20deg);
  -o-transform: rotateX(20deg);
}
.header-index .btn-to-go a img {
  width: 35px;
  display: flex;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.header-index .btn-to-go a span {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #f6923e;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
}
.overlay-custom-outer {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  background-color: #007580;
}
.main-slider{
    
}
.main-slider .item{
        background-position: center center;
    background-size: cover;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}
.main-slider .item .item-in{
    width: 50%;
}
.main-slider .item .item-in .sub-head{
        color: #656565;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}
.main-slider .item .item-in .sub-head .sub-head-color{
        color: #f3862b;
}
.main-slider .item .item-in h2{
        text-shadow: 0 0 0.5px #040404;
    font-size: 23px;
    color: #040404;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 72px;
    
}
.main-slider .item .item-in p{
    color: #818183;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #818183;
    line-height: 1.6;
    max-height: 47px;
    overflow: hidden;
    margin-bottom: 20px;
}
.btn-custom-1{
        position: relative;
    display: inline-flex;
    width: 130px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016a74+0,06444a+100 */
background: rgb(1,106,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(1,106,116,1) 0%, rgba(6,68,74,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a74', endColorstr='#06444a',GradientType=0 ); /* IE6-9 */

    color: #ffffffcf;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    transition: all .7s;
        position: relative;
        top: 0;
}
.btn-custom-1:hover{
    color: #ffffffcf;
    top: -5px;
}
.btn-custom-1:before{
        content: '';
    display: block;
    position: absolute;
    border: 2px solid #5ea8ae;
    width: 100%;
    height: 100%;
    top: -5px;
    left: -5px;
    transition: all .7s;
}
.btn-custom-1:hover:before{
    top: 0;
    left: 0;
}
.our-services-section{
        padding-top: 30px;
    padding-bottom: 20px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016a74+0,06444a+100 */
background: rgb(1,106,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(1,106,116,1) 0%, rgba(6,68,74,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a74', endColorstr='#06444a',GradientType=0 ); /* IE6-9 */

}
.head-all-1{
        text-align: center;
    margin-bottom: 35px;

}
.head-all-1 h5{
    color: #d5975f;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.head-all-1 h3{
        margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}
.head-all-1 p{
        width: 40%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffffc2;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
}
.serv-in{
        margin-bottom: 30px;
    display: flex;
    gap: 15px;
}
.serv-in .icon{
        width: 65px;
    height: 65px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
        display: inline-flex;
    align-items: center;
    justify-content: center;
        position: relative;
}
.serv-in .icon:before{
        content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #f58526;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    transition: all .7s;
}
.serv-in:hover .icon:before{
    top: 0;
    left: 0;
}
.serv-in .icon img{
        filter: invert(38%) sepia(37%) saturate(5364%) hue-rotate(342deg) brightness(98%) contrast(97%);
    width: 45px;
}
.serv-in .text h3{
    color: #ffffffed;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    height: 28px;
}
.serv-in .text p{
        color: #ffffffa1;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    overflow: hidden;
    height: 46px;
    margin-bottom: 10px;
}
.serv-in .text a{
        color: #ffffffd1;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
        transition: all .7s;
}
.serv-in .text a i{
        position: relative;
    top: 1px;
    font-size: 12px;
    margin-inline-start: -15px;
    opacity: 0;
    transition: all .7s;
        transform: scale(0, 0);
}
.serv-in .text a:hover{
    color: #f58526;
}
.serv-in .text a:hover i{
    margin-inline-start: 5px;
    opacity: 1;
        transform: scale(1, 1);
}
.contact-us-section{
        padding-top: 50px;
    padding-bottom: 50px;
}
.form-send{
        background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 50px #00000040;
    border-radius: 10px;
}
.form-send .wpcf7-form-control-wrap{
    display: block!important;
}
.form-send br{
    display: none!important;
}
.form-send input,
.form-send textarea{
        display: block;
    width: 100%;
    height: 50px;
    direction: rtl!important;
    padding: 8px 15px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 3px #cccccc;
    margin-bottom: 20px;
}
.form-send textarea{
    height: 200px;
}
.form-send ::-webkit-input-placeholder { 
        color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #b8b8b8;
}
.form-send ::-moz-placeholder { 
        color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #b8b8b8;
}
.form-send :-ms-input-placeholder { 
        color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #b8b8b8;
}
.form-send :-moz-placeholder { 
        color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #b8b8b8;
}
.form-send .btn-custom-1{
        border: 0;
            width: 170px;
}
.form-send .btn-custom-1:before{
    border-color: #f58526;
}
.contact-us-section .head-all-1{
        text-align: start;
        margin-bottom: 15px;
}
.contact-us-section .head-all-1 h5{
    color: #f2404e;
}
.contact-us-section .head-all-1 h3{
        color: #181818;
    font-weight: 500;
    font-size: 21px;
    text-shadow: 0 0 0.5px #181818;
}
.contact-us-section .contact_us_text_intro{
        color: #959595;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 0 0px #959595;
    line-height: 1.7;
    margin-bottom: 25px;
}
.contact-us-section .info-contact-us{
        display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000012;
}
.contact-us-section .info-contact-us a{
        display: flex;
    align-items: center;
    width: 50%;
        gap: 10px;
        margin-bottom: 20px;
}
.contact-us-section .info-contact-us a .icon{
        width: 50px;
    height: 50px;
    background-color: #f58526;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 2px;
    box-shadow: 0 0 5px #f5852647;
    font-size: 25px;
    flex-shrink: 0;
}
.contact-us-section .info-contact-us a .text h4{
    color: #3d3d3d;
    font-weight: 500;
    font-size: 13px;
    text-shadow: 0 0 1px #3d3d3d;
    margin-bottom: 7px;
}
.contact-us-section .info-contact-us a .text p{
        color: #959595;
    font-weight: 500;
    font-size: 13px;
    text-shadow: 0 0 0px #959595;
    line-height: 1.7;
}
.contact-us-section .links-media-container{
        padding-top: 40px;
}
.contact-us-section .links-media-container .links-media-head{
        color: #3c3c3c;
    font-weight: 500;
    text-shadow: 0 0 1px #3c3c3c;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-us-section .links-media-container .links-media{
        justify-content: flex-start;
}
.contact-us-section .links-media-container .links-media a{
        width: 40px;
    height: 40px;
    font-size: 20px;
}
.map{
        width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 35px #00000024;
    margin-top: 30px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.state-section{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center center;
    background-size: cover;
}
.state-section .container{
    position: relative;
    z-index: 2;
}
.state-section .overlay{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#016a74+0,06444a+100 */
background: rgb(1,106,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(1,106,116,1) 0%, rgba(6,68,74,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(1,106,116,1) 0%,rgba(6,68,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a74', endColorstr='#06444a',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
        opacity: .75;
}
.state-section .head-all-1 h3{
        margin-bottom: 15px;
}

.state-section .row-in{
        display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
        perspective: 500px;
}
.stat-in{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f58526;
    justify-content: center;
    align-items: center;
        text-align: center;
            padding: 10px;
            transition: all .7s;
}
.stat-in:hover{
/*         box-shadow: 0 5px 10px #5b300b7d; */
/*     transform: rotateX(25deg); */
}
.stat-in > div{
    width: 100%;
}
.stat-in .icon{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
.stat-in .icon img{
        width: 45px;
}
.stat-in h3{
        font-weight: normal;
    color: #ffffffe8;
    font-size: 16px;
    width: 100%;
        margin-bottom: 10px;
}
.stat-in p{
    color: #fff;
    font-weight: normal;
    font-size: 23px;
}
.success-partners-section{
        padding-top: 40px;
    padding-bottom: 40px;
}
.success-partners-section .item{
        height: 120px;
    width: 100%;
}
.success-partners-section .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.success-partners-section .head-all-1 h3{
    color: #0a0a0a;
    margin-bottom: 15px;
}
.success-partners-section .head-all-1 p{
    color: #515151bf;
}
.about-us-section{
        padding-top: 50px;
    padding-bottom: 160px;
    position: relative;
}
.about-us-section .line{
        width: 650px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.about-us-section .container{
    position: relative;
    z-index: 5;
}
.about-us-section .image{
        position: relative;
}
.about-us-section .image img{
    width: 100%;
        border-radius: 3px;
    box-shadow: 0 0 50px #0000004a;
}
.about-us-section .head-all-1{
    text-align: start;
}
.about-us-section .head-all-1 h3{
    color: #313131;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    text-shadow: 0 0 0.5px #313131;
}
.about-us-section .text-all{
        color: #8d8d8dde;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    text-shadow: 0 0 0.5px #8d8d8dde;
    margin-bottom: 35px;
}
.about-us-section .text-all p,
.about-us-section .text-all ul{
    margin-bottom: 20px;
}
.about-us-section .text-all ul{
    list-style: none;
}
.about-us-section .text-all ul > li{
        margin-bottom: 15px;
            display: flex;
    gap: 10px;
}
.about-us-section .text-all ul > li:before{
        content: "\f00c";
        font-weight: 900;
            font-family: "Font Awesome 6 Free";
            -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
        color: #f69340;
        font-size: 13px;
    position: relative;
    top: 6px;
}
.custom-page-defulta{
          padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .custom-page-defulta .main-image{
      margin-bottom: 20px;
  }
  .custom-page-defulta .main-image img{
      max-width: 100%;
          border-radius: 4px;
    box-shadow: 0 0 50px #0000002b;
  }
  .custom-page-defulta .custom-head-1{
          margin-bottom: 10px;
    line-height: 1.4;
    color: #0d0d0d;
    font-weight: 500;
    text-shadow: 0 0 0px #0d0d0dd6;
    font-size: 25px;
  }
.custom-page-defulta .text-content{
    color: #6e6e6ed4;
    font-weight: 500;
    text-shadow: 0 0 0px #6e6e6ed4;
    font-size: 14px;
    line-height: 1.7;
}
.custom-page-defulta .text-content p{
    margin-bottom: 15px;
}
.about-us-section.about-us-page .image{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
  .contact-us-section [class^="col-"]:last-of-type{
          display: flex;
    align-items: center;
  }

/*ISLAM STYLE */


.mutual-index .tap-section {
  position: relative;
}
.mutual-index .tap-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-color: #007580;
  width: 35%;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  transition: 0.5s all ease-in-out;
}
.mutual-index .tap-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-color: #F58526;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.5s all ease-in-out;
}
.mutual-index .tap-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mutual-index .tap-section .wrapper .info-contact {
  flex: 1 1 70%;
}
.mutual-index .tap-section .wrapper .info-contact a i {
  color: #fff;
}
.mutual-index .tap-section .wrapper .links-media {
  flex: 1 1 70%;
}
.mutual-index .tap-section .wrapper .links-media a {
  background-color: #fff;
  border-color: #F58526;
  color: #F58526;
}

.knowledge-index .tap-section::before {
  background-color: #f58526;
}
.knowledge-index .tap-section::after {
  background-color: #007580;
}
.knowledge-index .wrapper .info-contact a i {
  color: #fff;
}
.knowledge-index .nav-bar .nav-flex .navbar-links > li:hover > a {
  color: #f58526;
}

.tech-index .tap-section::before {
  background-color: #007580;
}
.tech-index .tap-section::after {
  background-color: #f58526;
}
.tech-index .wrapper .info-contact a i {
  color: #f58526;
}
.tech-index .nav-bar .nav-flex .navbar-links > li:hover > a {
  color: #007580;
}

.nav-bar {
  padding: 10px 0;
  background-color: #fff;
  color: #5E5E5E;
}
.nav-bar .nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 60px;
}

.logo-en{
width:100px;
}

.nav-bar .nav-flex .navbar-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-bar .nav-flex .navbar-brand .logo-text {
  display: none;
}
.nav-bar .nav-flex .navbar-links {
  display: flex;
  align-items: center;
  gap: 35px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  flex:2;
  justify-content:flex-end;
  list-style:none;
}
.nav-bar .nav-flex .navbar-links > li {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li > a {
  padding: 15px 0;
  font-size: 18px;
  transition: 0.5s all ease-in-out;
  border-radius: 6px;
  font-weight: bold;
  color: #5E5E5E;
}
.nav-bar .nav-flex .navbar-links > li > a:hover {
  /*color: #fff;*/
  transition: 0.5s all ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li > a.active {
  /*color: #fff;*/
  font-weight: bold;
  transition: 0.5s all ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu {
  position: absolute;
  top: 93px;
  background: #fff;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li {
  padding: 10px 10px 10px 0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li a {
  color: #F58526;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li:nth-child(odd) {
  background-color: #eee;
}
.nav-bar .nav-flex .navbar-links > li:hover > a {
  color: #fff;
}
.nav-bar .nav-flex .navbar-links > li:hover .sub-menu {
  transition: 0.5s all ease-in-out;
  top: 40px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 6px 3px rgba(238, 238, 238, 0.75);
  z-index: 254;
}
.nav-bar .nav-flex > li.current-menu-item > a {
  color: #A2A9AD;
}
.nav-bar .nav-flex .menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin: 0 5px;
}
.nav-bar .nav-flex .icons {
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.nav-bar .nav-flex .icons .search {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.nav-bar .nav-flex .icons .languages {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-bar .nav-flex .icons .languages img {
  width: 25px;
}
.nav-bar .nav-flex .icons .contact-btn {
  display: none;
}
.nav-bar.fixed {
  position: fixed;
  background-color: #F8F8F8;
}
.nav-bar.fixed .nav-flex .navbar-brand img {
  filter: none;
}
.nav-bar.fixed .nav-flex .navbar-brand .logo-text {
  display: block;
}
.nav-bar.fixed .nav-flex .navbar-links > li > a {
  color: #000;
}
.nav-bar.fixed .nav-flex .navbar-links > li:hover a {
  color: #F58526;
}
.nav-bar.fixed .nav-flex .icons .contact-btn {
  background-color: transparent;
  border: 1px solid #F58526;
  color: #F58526;
  display: block;
}
.nav-bar.fixed .nav-flex .icons .contact-btn:hover {
  background-color: #fff;
  color: #F58526;
}
.nav-bar.fixed .nav-flex .icons .languages {
  color: #000;
}


.overlay-above-all {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 990;
  transition: all 0.5s ease-in-out;
}
.overlay-above-all.active {
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6196078431);
  opacity: 1;
  visibility: visible;
}
/*START MOBILE NAVBAR */
    .navbar-mobile {
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: -1200px;
	 background-color: #007580b3;
	 color: #fff;
	 opacity: 0;
	 visibility: hidden;
	 text-align: center;
	 padding: 20px 20px 0 0;
	 overflow: scroll;
	 width: 90%;
	 height: 100%;
	 transition: 0.5s all ease-in-out;
	 transition: 1s linear all;
	 text-align: start;
	 /*border-left: 4px solid #fff;*/
	 z-index: 9999;
	 overflow-x:hidden;
}
 .navbar-mobile .nav-flex {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 position: relative;
	 margin-bottom: 20px;
}
 .navbar-mobile .nav-flex .navbar-brand img {
	 width: 40px;
	 filter: brightness(0) invert(1);
}
 .navbar-mobile .nav-flex .close-btn {
	 display: block;
	 text-align: left;
	 padding-left: 10px;
	 font-size: 35px;
	 color: #fff;
	 margin: 10px;
}
 .navbar-mobile .nav-flex::after {
	 content: "";
	 background-color: #707070;
	 width: 100%;
	 height: 1px;
	 position: absolute;
	 bottom: -10px;
	 right: -15px;
}
 .navbar-mobile .mobile-links {
	 padding: 15px;
}
 .navbar-mobile .mobile-links > li {
	 padding: 10px 0;
	 font-size: 18px;
	 color: #fff;
}
 .navbar-mobile .mobile-links > li a{
     color:#fff;
     transition: 0.5s all ease-in-out;
 }
 .navbar-mobile .mobile-links > li a.active {
	 color: #F58526;
	 transition: 0.5s all ease-in-out;
	 font-weight: bold;
}
 .navbar-mobile .mobile-links > li > .sub-menu {
	 background: #fff;
	 list-style: none;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 width: 160px;
	 opacity: 0;
	 visibility: hidden;
	 max-height: 0;
	 transition: 0.5s all ease-in-out;
}
 .navbar-mobile .mobile-links > li > .sub-menu > li {
	 padding: 10px 10px 10px 0;
}
 .navbar-mobile .mobile-links > li > .sub-menu > li a {
	 color: #007580;
}
 .navbar-mobile .mobile-links > li > .sub-menu.show {
	 opacity: 1;
	 max-height: 600px;
	 visibility: visible;
	 padding: 20px 0;
	 transition: 0.5s all ease-in-out;
}
 .navbar-mobile .mobile-links .menu-item-has-children {
	 position: relative;
}
 .navbar-mobile .mobile-links .menu-item-has-children:after {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f104";
	 margin: 0 5px;
	 left: 0;
	 right: auto;
	 top: 15px;
	 position: absolute;
	 transform: rotate(0deg);
	 transition: 0.5s all ease-in-out;
}
 .navbar-mobile .mobile-links .menu-item-has-children.arrow::after {
	 transform: rotate(-90deg);
	 transition: 0.5s all ease-in-out;
}
 .navbar-mobile.active {
	 opacity: 1;
	 visibility: visible;
	 right: 0;
	 transition: 1s ease all;
}
 .navbar-mobile.active::before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 content: "";
	     background-color: #0000009e;
}
 .navbar-mobile.active .mobile-links {
	 position: relative;
	 z-index: 9;
	 list-style:none;
}
 
/*END MOBILE NAVBAR */
/*START FOOTER */
.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  list-style: none;
  z-index: 5;
background-color: rgb(0,117,128);
}
.footer .head-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding:15px 0 ;
}
.footer .head-footer::after {
  position: absolute;
  content: "";
  background-color: #FFF;
  height: 1px;
  width: 100%;
  bottom:0;
 right:0;
 left:auto;
}
.footer .head-footer .logo img {
  width: 75px;
}
.footer .head-footer .contact-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style:none;
}
.footer .head-footer .contact-links li a {
    color:#fff;
}
.footer .row--edit {
  z-index: 5;
  padding:30px 0 ;
}
.footer .info h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
}
.footer .info .text {
  margin-bottom: 20px;
  color:#fff;
}
.footer .info .links-media{
    justify-content:flex-start;
}
.footer .info .links-media a {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  width:30px;
  height:30px;
}
.footer .info .links-media a i {
    font-size:20px;
}
.footer .links h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
.footer .links .navbar-links {
  list-style: none;
}
.footer .links .navbar-links li {
  padding: 10px;
}
.footer .links .navbar-links li a {
  color: #fff;
}
.footer .subscribe h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
.footer .subscribe .form-wrapper .input-wrap {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: flex-start;
}
.footer .subscribe .form-wrapper .input-wrap input {
  flex: 2;
  min-height: 50px;
  border:0;
      width: 100%;
    direction: inherit;
    padding:10px;
}
.footer .subscribe .form-wrapper .input-wrap button {
  /*flex: 1;*/
  background-color: #F58526;
  width: 65px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  outline: none;
}
.footer .subscribe .form-wrapper .input-wrap button i {
  color: #fff;
}
.footer .overlay {
  z-index: 1;
  background: rgb(0, 117, 128);
  background: radial-gradient(circle, rgb(0, 117, 128) 0%, rgb(6, 67, 72) 100%);
}/*# sourceMappingURL=new-style.css.map */
/*END FOOTER */

.copyright {
  padding: 15px 0;
  background-color: transparent;
  
}
.copyright .container {
  gap: 20px;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
  display:flex;
  border-top: 1px solid #fff;
  padding-top:20px;
      align-items: center;
}
.copyright .container .right {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.copyright .container .right .footer-new-img {
  width: 70px;
}
.copyright .container .right a,
.copyright .container .right p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.copyright .container .right .links-new {
  display: flex;
  gap: 6px;
  align-items: center;
}
.copyright .container .right .links-new a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.copyright .container .text {
  color: #fff;
  text-align: center;
}

.owl-theme .owl-nav{
	position:absolute;
	top:50%;
	transform:translate(0 , -50%);
	width:100%;
}
.owl-theme .owl-nav .owl-prev{
	position:absolute;
	right:40px;
	left:auto;

}
.owl-theme .owl-nav .owl-next{
	position:absolute;
	left:40px;
	right:auto;
	    
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background-color: #f3862b;
    width: 40px;
    height: 40px;
    color: #fff;
    transform: skewX(10deg);
	transition:.5s all ;
	border:1px solid #f3862b;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
	background-color:#fff;
	color:#f3862b;
	transition:.5s all ;
}
 @media screen and (max-width: 1920px) {
	 .nav-bar .nav-flex .toggle-btn {
		 display: none;
	}
	 .navbar-mobile {
		 opacity: 0;
		 visibility: hidden;
	}
	 .navbar-mobile.active {
		 opacity: 0;
		 visibility: hidden;
	}
}
 @media screen and (max-width: 1199px) {
	 .nav-bar .nav-flex {
		 gap: 25px;
	}
	 .nav-bar .nav-flex .navbar-brand img {
		 width: 40px;
	}
	 .nav-bar .nav-flex .navbar-links {
		 flex-direction: column;
		 position: absolute;
		 top: 75px;
		 right: -500px;
		 left: auto;
		 background-color: #f58526;
		 visibility: hidden;
		 opacity: 0;
		 padding: 15px 0;
		 z-index: 99999;
		 transition: 1s alll ease-out;
		 gap: 25px;
	}
	 .nav-bar .nav-flex .navbar-links li {
		 color: #fff;
	}
	 .nav-bar .nav-flex .navbar-links li a.active {
		 color: #fff;
	}
	 .nav-bar .nav-flex .navbar-links.active {
		 right: 0;
		 width: 100%;
		 visibility: visible;
		 opacity: 1;
		 transition: 1s all ease;
	}
	 .nav-bar .nav-flex .toggle-btn {
		 display: flex;
		 flex-direction: column;
		 width: 31px;
		 height: 21px;
		 justify-content: space-between;
		 cursor: pointer;
		 order: 2;
	}
	 .nav-bar .nav-flex .toggle-btn .bar {
		 background-color: #f58526;
		 width: 100%;
		 height: 3px;
	}
	 .navbar-mobile {
		 opacity: 1;
		 visibility: visible;
	}
	 .navbar-mobile.active {
		 opacity: 1;
		 visibility: visible;
	}
}
@media (max-width: 991px) {
    
    .col--edit{
        margin-bottom:30px;
    }
  .overlay-custom-outer {
    width: 110%;
  }
  .info-contact {
    justify-content: center;
    margin-bottom: 10px;
  }
  .tap-section [class^="col-"]:last-of-type {
    position: relative;
    z-index: 10;
  }
  
  .header-index .text-all {
    text-align: center;
  }
  .header-index .text-all img {
    margin-left: auto;
    margin-right: auto;
  }
  .header-index [class^="col-"]:last-of-type {
    position: relative;
    z-index: 10;
  }
  .header-index .btn-to-go {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-slider .item .item-in{
          margin-left: auto;
    margin-right: auto;
    text-align: center;
        width: 70%;
    background-color: #ffffff82;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px #00000040;
  }
  .nav-bar .nav-flex .icons{
         margin-inline-start: auto;
  }
    .head-all-1 p{
          width: 80%;
  }
  .contact-us-section [class^="col-"]:last-of-type > div{
      margin-top: 30px;
    text-align: center;
  }
  .contact-us-section .head-all-1{
      text-align: center;
  }
  .contact-us-section .info-contact-us a{
      display: block;
  }
  .contact-us-section .info-contact-us a .icon{
          margin-bottom: 5px;
  }
  .contact-us-section .links-media-container .links-media{
          justify-content: center;
  }
  .form-send input, .form-send textarea{
      text-align: center;
  }
  .form-send .btn-custom-1{
          display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-section,
  .about-us-section .head-all-1{
      text-align: center;
  }
  .about-us-section .text-all ul > li{
      display: block;
  }
  .about-us-section .text-all ul > li:before{
      margin-bottom: 5px;
      width: 100%;
  }
  .about-us-section .image{
      margin-bottom: 20px;
  }
  .about-us-section.about-us-page .image{
          width: 70%;
  }
}
@media (max-width: 767px) {
  .header-index .btn-to-go {
    width: 100%;
  }
  .main-slider .item .item-in{
      width: 100%;
  }
  .main-slider .item .item-in h2{
          font-size: 17px;
              max-height: 55px;
  }
    .head-all-1 p{
          width: 100%;
  }
  .contact-us-section .info-contact-us a{
          width: 100%;
  }
  .about-us-section .line {
    width: 450px;
  }
    .about-us-section.about-us-page .image{
          width: 100%;
  }
}
@media (max-width: 575px) {
  .header-index .text-all h1 {
    font-size: 20px;
  }
  .header-index .btn-to-go a {
    padding: 15px 15px;
  }
  .header-index .btn-to-go a span {
    font-size: 16px;
    text-shadow: 0 0 1px #f6923e;
  }
  	 .mutual-index .tap-section::after {
		 width: 48%;
	}
	 .mutual-index .tap-section .wrapper {
		 gap: 15px;
		 flex-wrap: wrap;
	}
	.links-media {
    justify-content: center;
  }
  .serv-in{
      display: block;
      text-align: center;
  }
  .serv-in .icon{
      display: flex;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px;
  }
  .contact-us-section .links-media-container .links-media-head{
      font-size: 18px;
  }
  .custom-page-defulta .custom-head-1{
          font-size: 18px;
  }
}
@media (max-width: 400px) {
}
