/* Variables
======================*/
@font-face {
  font-family: "DIN NEXTTM ARABIC";
  src: url("../fonts/DINNextLTW23-Medium.woff2") format("woff2"),
    url("../fonts/DINNextLTW23-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  padding: 0 35px;
  background-color: #e95324;
  color: #fff;
  border: 0;
  box-shadow: none;
  /* -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; */
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  background-color: #0f1026;
  -webkit-transition: 0.4s all linear;
  -moz-transition: 0.4s all linear;
  -ms-transition: 0.4s all linear;
  -o-transition: 0.4s all linear;
  transition: 0.4s all linear;
}
.link span {
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  z-index: 999;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.form_btn.link {
  margin: 25px auto 15px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -moz-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -ms-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -o-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #eaeaea;
  color: #e95324;
  font-size: 14px;
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
}
.icon:hover {
  background-color: #2b2e87;
  color: #fff;
}

.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  padding-inline-start: 20px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
}
.list li::before {
  content: "\f30a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #0f1026;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #e95324 !important;
  color: #fff !important;
}

/* Loading
========================*/
.loading {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.loading .load_cont {
  position: relative;
}
.loading .load_cont::before,
.loading .load_cont::after {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 8px solid transparent;
}
.loading .load_cont::before {
  left: 25px;
  bottom: 5px;
  border-bottom: 12px solid #ced0d0;
  animation: move_down 4s infinite linear;
}
.loading .load_cont::after {
  left: 10px;
  bottom: -5px;
  border-top: 12px solid #e95324;
  animation: move_up 4s infinite linear;
}
.loading .load_cont img {
  margin: auto;
  width: 290px;
}

@keyframes move_down {
  0% {
    bottom: 5px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 5px;
  }
}
@keyframes move_up {
  0% {
    bottom: -5px;
  }
  50% {
    bottom: -50px;
  }
  100% {
    bottom: -5px;
  }
}
body {
  font-family: "DIN NEXTTM ARABIC";
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  word-spacing: 2px;
  text-align: start;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
.page_content {
  z-index: 99;
  margin-top: 125px;
}

section {
  position: relative;
  padding: 70px 0;
  z-index: 99;
}
@media (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}

@media all and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media all and (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}

.section_title {
  margin-bottom: 40px;
}
.section_title h3 {
  margin: 0 0 15px;
  font-size: 30px;
  color: #e95324;
}
.section_title p {
  color: #0f1026;
  max-width: 768px;
  margin: 15px 0;
  font-size: 18px;
}
.section_title b {
  font-weight: 500;
  color: #2b2e87;
}
.section_title span {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  margin: 15px 0 0;
}
.section_title span::before,
.section_title span::after {
  content: "";
  position: absolute;
  top: -10px;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
}
.section_title span::before {
  left: 20px;
  border-bottom: 20px solid #e95324;
}
.section_title span::after {
  left: 0;
  top: 8px;
  border-top: 20px solid #ced0d0;
}
@media (max-width: 575px) {
  .section_title h3 {
    font-size: 22px;
  }
  .section_title p {
    font-size: 14px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.fa-phone-volume::before {
  display: block;
  -webkit-transform: rotate(-45deg) translate(5px, -10px);
  -moz-transform: rotate(-45deg) translate(5px, -10px);
  -ms-transform: rotate(-45deg) translate(5px, -10px);
  -o-transform: rotate(-45deg) translate(5px, -10px);
  transform: rotate(-45deg) translate(5px, -10px);
}

p.form-control {
  line-height: 38px;
}
p.form-control span {
  font-size: 18px;
  line-height: 35px;
  vertical-align: baseline;
  display: inline-block;
  color: #e95324;
}

.page_head {
  padding: 50px 0;
  margin: auto;
  display: block;
}
@media (max-width: 575px) {
  .page_head {
    padding-top: 0;
  }
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: url(../images/shaps/line-shap-right.png) top right no-repeat;
}
.page_head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: url(../images/shaps/line-shap-left.png) top right no-repeat;
}


.slid-bg {
  background: url(../images/slid-bg.jpg) top right no-repeat;
}
.slid-bg2 {
  background: url(../images/slid-bg2.png) top right no-repeat;
}
@media (max-width: 991px) {
  .page_head::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .page_head::after {
    left: 0;
  }
}
.page_head .title {
  background-color: #e95324;
  position: relative;
  color: #fff;
  font-size: 28px;
  padding: 50px 30px;
  text-align: center;
  overflow: hidden;
}
.page_head .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13%;
  margin: auto;
  width: 197px;
  height: 216px;
  background: url(../images/page_head.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .page_head .title {
    text-align: start;
  }
}
@media (max-width: 575px) {
  .page_head .title {
    padding: 30px;
    font-size: 22px;
  }
  .page_head .title::after {
    width: 91px;
    height: 100px;
  }
}

label {
  font-size: 14px;
  margin: 10px 0;
  color: #e95324;
}

.form-control {
  margin: 0 0 20px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  color: #0f1026;
  border: 1px solid #dfdfdf;
  letter-spacing: 0px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control::placeholder {
  color: #0f1026;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #0f1026;
}
.form-control::-ms-input-placeholder {
  color: #0f1026;
}

textarea.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  min-height: 210px;
  padding: 15px;
  background-color: #fbfbfb !important;
  border: 0 !important;
  line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-inline-start: 30px;
  cursor: pointer;
  margin: 0;
  color: #0f1026;
  line-height: 35px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #373737;
  line-height: 20px;
  font-size: 12px;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="checkbox"] + label::before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: #e95324;
  background-color: #fff;
}

.check {
  display: inline-block;
  min-width: 120px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  padding-top: 15px;
  border-top: 15px solid #fff;
  background-color: #fff;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
header.move {
  border-bottom: 1px solid #eee;
}
header .container {
  min-height: 95px;
  position: relative;
}
header .container .flex {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
header .logo {
  margin: -5px 0 0;
  overflow: hidden;
  z-index: 9999;
  width: 200px;
  position: relative;
  display: inline-block;
}
header .logo img {
  margin: 0;
  width: 100%;
}
header .btns {
  position: relative;
  z-index: 999;
}
header .btns .link {
  width: 160px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -moz-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -ms-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  -o-box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
  box-shadow: 0px 0px 17px 0px rgba(233, 83, 36, 0.5);
}
header .btns .link span {
  line-height: 40px;
  height: 45px;
  font-size: 16px;
}
header .btns .menu_btn {
  display: none;
}
@media (max-width: 991px) {
  header {
    border-bottom: 1px solid #eee;
  }
  header .logo {
    width: 155px;
  }
  header .container {
    min-height: 80px;
  }
  header .btns .menu_btn {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  header .btns .menu_btn {
    display: inline-block;
    background-color:#fff !important;
    margin-left: 15px;
    color: #e95324;
    font-size: 20px;

  
    
  }

  header .flex {
    padding: 0px 10px 10px 5px;
  }
  header .logo {
    margin: 5px 0;
    width: 200px;
 
  }
  header .btns .link {
    width: 145px;
    line-height: 40px;
    display: none;
  }
  header .btns .link span {
    line-height: 35px;
    height: 40px;
  }
}

.navbar {
  padding: 0;
  z-index: 0;
  margin-top: -95px;
}
.navbar .container {
  justify-content: flex-end;
}
.navbar .row {
  width: 100%;
}
.navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: -10px;
  padding-inline-end: 170px;
  z-index: 99;
  width: 100%;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  position: relative;
  text-transform: uppercase;
  display: block;
  padding: 0 !important;
  margin: 0 25px;
  font-size: 16px;
  color: #2b2e87;
  text-align: center;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav li a {
    margin: 0 15px 0 5px;
  }
}
.navbar .navbar-nav li a span {
  margin-inline-start: 10px;
  color: #e95324;
}
.navbar .navbar-nav li a:hover {
  color: #e95324;
  border-bottom-color: #e95324;
}
.navbar .navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #e95324;
  -webkit-transition: 0.4s linear width;
  -moz-transition: 0.4s linear width;
  -ms-transition: 0.4s linear width;
  -o-transition: 0.4s linear width;
  transition: 0.4s linear width;
}
.navbar .navbar-nav li a:hover::after {
  width: 35px;
}
.navbar .navbar-nav li.active a {
  color: #e95324;
}
.navbar .navbar-nav li.active a::after {
  width: 35px;
}
.navbar .navbar-nav li.active a:hover {
  color: #e95324;
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 95px;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    background-color: #fff;

  }
  .navbar .container {
    min-height: auto;
  }
  .navbar .row {
    margin: auto;
  }
  .navbar .navbar-collapse {
    position: relative;
    width: 100%;
  }
  .navbar .navbar-nav {
    display: block;
    width: 100%;
    padding: 15px;
    border-left: solid 6px #e95324;
    border-right: solid 6px #e95324;
    border-bottom: solid 6px #e95324;
    border-top: solid 0px #e95324;
  }
  .navbar .navbar-nav li {
    display: block;
    margin-bottom: 10px;
    padding-bottom:5px ;
    border-bottom: solid 1px #efefef;
   
  }
  .navbar .navbar-nav li a {
    display: block;
font-size: 15px;
    margin: 5px 0;
    text-align: start;
    color: #2b2e87;
    line-height: 30px;
   
  }

  .navbar .navbar-nav li a span {
    color: #fff;
  }
  .navbar .navbar-nav li a::after {
    display: none;
  }
}



@media (max-width: 575px) {
  .navbar {

    top: 125px;

  }

  }
/* Main Section
========================*/
.main_section {
  position: relative;
}
.main_section::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 15px;
  max-width: 324px;
  width: 100%;
  height: 36px;
  background: url(../images/shaps/line-shap-right.png) top right no-repeat;
}
@media (max-width: 1439px) {
  .main_section .intro_cont .row {
    padding-inline-start: 50px;
  }
  .main_section .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .main_section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
@media (max-width: 991px) {
  .main_section {
    padding: 0;
  }
  .main_section::before {
    display: none;
  }
  .main_section .item > .row {
    flex-direction: column-reverse;
  }
  .main_section .owl-dots {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .main_section::before {
    right: 0;
  }
  .main_section .owl-nav {
    display: none;
  }
}
.main_section .intro_cont p {
  color: #e95324;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.main_section .intro_cont .text-end {
  text-align: end !important;
}
.main_section .intro_cont .link {
  margin-top: 25px;
  padding: 0 40px;
  background-color: #2b2e87;
}
.main_section .intro_cont .intro_info {
  margin: 25px auto;
}
.main_section .intro_cont .intro_info .icon_img {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.main_section .intro_cont .intro_info .icon_img img {
  position: relative;
  z-index: 99;
  margin: 0 auto 0 -10px;
}
.main_section .intro_cont .intro_info .icon_img::after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}
.main_section .intro_cont .intro_info h3 {
  font-size: 22px;
  color: #e95324;
  margin-bottom: 20px;
}
.main_section .intro_cont .intro_info p {
  color: #0f1026;
  margin: 0;
}
.main_section .intro_cont h4 {
  color: #e95324;
  font-size: 32px;
  max-width: 470px;
  margin: 0 auto 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {


  .main_section .intro_cont p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .main_section .intro_cont .link {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .main_section .intro_cont .row {
    display: none;
  }
  .main_section .intro_cont .text-end {
    text-align: center !important;
  }
  .main_section .intro_cont h4 {
    margin: 15px auto;
    max-width: none;
    font-size: 26px;
  }
  .main_section .intro_cont .link {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .main_section .intro_cont p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}
.main_section .slide_img {
  position: relative;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  border-left: solid 14px #e95324;
  border-bottom: solid 14px #e95324;
  padding-bottom: 15px !important;
  padding-left: 15px !important;
 

}
.main_section .slide_img::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  max-width: 424px;
  width: 100%;
  height: 36px;
  background: url(../images/shaps/line-shap-left.png) top right no-repeat;
  z-index: 999;
}
@media (max-width: 991px) {
  .main_section .slide_img {
    margin: 0 auto 25px;
  }
}

@media (max-width: 575px) {
  .main_section .slide_img {
    border-top: solid 10px #fff;
    border-right: solid 10px #fff;
    border-left: solid 0px #e95324;
    border-bottom: solid 0px #e95324;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    margin:30px 0px 30px 0px ;

  }

  
  header{border:none;}
  .section_title{margin-top: 30px;}
  .clients .title_shap{margin-top: 30px; margin-bottom: 30px;}
  .clients .divd{border:none !important;padding-bottom:0px !important;}
  footer .row.top_contact{padding-top: 120px;padding-bottom: 30px;}

}
/* Services
==========================*/
.service_item {
  margin: 25px auto;
  position: relative;
}
.service_item .shap {
  position: absolute;
  top: -20px;
  right: 15px;
  height: 85px;
  width: 30px;
  border: 4px solid #e95324;
  border-left: 0;
}
.service_item .shap::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 7px solid transparent;
  border-bottom: 10px solid #ced0d0;
}
.service_item .shap:last-child {
  bottom: -10px;
  left: 15px;
  right: auto;
  top: auto;
  border-color: #c4c6c7;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service_item .shap:last-child::before {
  border-bottom: 10px solid #e95324;
}
.service_item img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.service_item .cont {
  padding: 25px;
  /* background-color: #0f1026; */

  background-color:#1b1d68;

}
.service_item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #e95324;
}
.service_item p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1199px) {
  .service_item img {
    height: 340px;
  }
  .service_item .cont {
    padding: 15px 15px 20px;
  }
  .service_item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .service_item .shap {
    right: 15px;
  }
  .service_item .shap:last-child {
    left: 10px;
  }
  .service_item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service_item p {
    font-size: 14px;
  }
}

/* Reviews
==========================*/
.reviews {
  position: relative;
  padding: 70px 30px 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background: url(../images/clients_bc.jpg) center no-repeat;
  background-size: cover;
}
.reviews .review_title {
  background: url(../images/shaps/title_shap.png) no-repeat top right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #0f1026;
  width: 430px;
  height: 205px;
}
.reviews .review_title span {
  display: block;
  line-height: 50px;
  margin-bottom: 5px;
  font-size: 36px;
  color: #e95324;
}
@media (max-width: 991px) {
  .reviews {
    padding: 180px 0 0;
  }
  .reviews .row {
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .reviews .review_title {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 150px;
  }
  .reviews .review_title span {
    display: block;
    line-height: 30px;
    font-size: 24px;
  }
}

.user {
  position: relative;
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.user::before {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #e95324;
  font-size: 20px;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.user .user_info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.user .user_info img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0;
  margin-inline-end: 15px;
}
.user .user_info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #e95324;
}
.user .user_info p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1199px) {
  .user {
    padding: 15px;
  }
  .user::before {
    top: 15px;
    left: 15px;
  }
  .user .user_info img {
    width: 60px;
    height: 60px;
    margin-inline-end: 5px;
  }
  .user .user_info p {
    line-height: 20px;
    font-size: 13px;
  }
}

/* Project Item
==========================*/
.project_item {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.project_item h3 {
  text-align: center;
  margin: 15px auto 0;
  color: #0f1026;
  font-size: 22px;
}
.project_item a {
  overflow: hidden;
  position: relative;
  display: block;
}
.project_item i {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  background-color: rgba(15, 16, 38, 0.5);
  font-size: 38px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project_item:hover i {
  opacity: 1;
}

/* About
=========================*/
.about_info {
  margin-bottom: 50px;
}
.about_info h3 {
  margin: 0 0 15px;
  font-size: 24px;
  color: #e95324;
}
.about_info span {
  position: relative;
  display: block;
  width: 48px;
  height: 26px;
  margin: 15px 0;
}
.about_info span::before,
.about_info span::after {
  content: "";
  position: absolute;
  top: -10px;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
}
.about_info span::before {
  left: 20px;
  border-bottom: 16px solid #e95324;
}
.about_info span::after {
  left: 0;
  top: 8px;
  border-top: 16px solid #ced0d0;
}
.about_info p,
.about_info .list {
  margin: 0;
  line-height: 28px;
  font-size: 16px;
  padding: 25px;
  min-height: 135px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fcfcfc;
}
@media (max-width: 575px) {
  .about_info p,
  .about_info .list {
    min-height: auto;
    padding: 15px;
  }
  .about_info .list li::before {
    top: 5px;
  }
}

/* Numbers
=========================*/
.numbers {
  background: url(../images/shaps/numbers_bc.png) right bottom no-repeat;
  background-size: cover;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .numbers {
    background-position: top;
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .numbers {
    padding: 20px 0;
  }

}
.numbers .section_title span::before {
  border-bottom-color: #ced0d0;
}
.numbers .section_title span::after {
  border-top-color: #2b2e87;
}

.numbers_list {
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.numbers_list li {
  color: #2b2e87;
  font-size: 18px;
  margin: auto;
  text-align: center;
}
.numbers_list li span {
  background-color: #fff;
  position: relative;
  text-align: center;
  display: block;
  width: 130px;
  height: 130px;
  margin: auto auto 25px;
  /* -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; */
  color: #2b2e87;
  font-size: 48px;
  line-height: 130px;
  box-shadow: none !important;
  border: solid;
}
.numbers_list li span sup {
  font-size: 32px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
}
.numbers_list li span sub {
  font-size: 22px;
}
.numbers_list li.main_color {
  color: #e95324;
}
.numbers_list li.main_color span {
  color: #e95324;
}
.numbers_list li.green_color {
  color: #69bd67;
}
.numbers_list li.green_color span {
  color: #69bd67;
}
@media (max-width: 991px) {
  .numbers_list li span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
  }
  .numbers_list li span sup {
    top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .numbers_list {
    flex-wrap: wrap;
  }
  .numbers_list li {
    min-width: 40%;
    margin-bottom: 30px;
  }

  .numbers_list li span{

    margin: auto auto 5px;
  }

}

/* Hint
=========================*/
.side_hint {
  border-right: 1px solid #ececec;
  padding-inline-start: 50px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .side_hint {
    border: 0;
    margin-top: 15px;
    padding-inline-start: 0;
    padding-bottom: 0;
  }
}
.side_hint h3 {
  font-size: 22px;
  margin: 0;
  line-height: 30px;
}
.side_hint h3 i {
  display: inline-block;
  margin-inline-end: 10px;
  color: #aca8a7;
  font-size: 18px;
}
.side_hint p {
  margin: 20px 0 0;
  font-size: 14px;
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #e95324;
}
.side_hint:last-child {
  padding-bottom: 0;
}

/* Map
=========================*/
.map {
  position: relative;
  z-index: -1;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .map {
    z-index: auto;
  }
}
.map .number_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  padding: 25px;
  color: #fff;
  background-color: #e95324;
  width: 290px;
  height: 180px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map .number_title::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-right-color: #e95324;
}
.map .number_title h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.map .number_title p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 991px) {
  .map .number_title {
    width: 210px;
    height: 140px;
    padding: 15px;
  }
  .map .number_title h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .map .number_title {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    text-align: center;
    align-items: center;
  }
  .map .number_title::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -29px;
    border-right-color: transparent;
    border-top-color: #e95324;
  }
}

/* Clients
========================*/
.clients{ margin:30px 0px 90px 0px ;}
.clients .divd {
  /* border-left: 1px solid #eeeded; */
 
  padding-inline-end: 50px;
}
.clients .pr-50 {
  padding-inline-start: 50px;
}
.clients .title_shap {
  font-size: 22px;
  color: #2b2e87;
}
.clients .title_shap span {
  color: #e95324;
}
.clients .title_shap img {
  margin: -20px 0 20px;
}
.clients .title_shap.revers {
  text-align: end;
}
.clients .title_shap.revers img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin: -20px auto 20px 0;
}
.clients .client_item {
  padding: 15px;
  border: 2px solid #eeeded; 
   /*border-bottom: 4px solid #eeeded;*/

  margin: 15px auto;
}



@media (max-width: 1199px) {
  .clients .client_item {
    padding: 7px;
    margin: 10px auto;
  }
}
@media (max-width: 991px) {
  .clients .divd {
    /* border-bottom: 1px solid #eeeded; */
    border-left: 0;
    padding-inline-end: 15px;
    padding-bottom: 50px;
  }
  .clients .pr-50 {
    padding-top: 50px;
    padding-inline-start: 15px;
  }
  .clients .title_shap.revers {
    text-align: start;
  }
  .clients .title_shap.revers img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    margin: -20px 0 20px;
  }
}
@media (max-width: 991px) {
  .clients .title_shap img {
    width: 240px;
  }
}

footer {
  margin-top: 50px;
  padding-bottom: 90px;
  z-index: 999;
  position: relative;
  /* background-image: linear-gradient(180deg, #e8e8e8, #f7f7f7); */
  background: linear-gradient(90deg, #e8e8e8,#fff);
  border: none !important;

}
footer .top_contact {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: 30px;
}
/* footer .help_box {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 30px 5px;
}
footer .help_box i {
  position: relative;
  color: #e95324;
  width: 70px;
  text-align: end;
  margin-inline-end: 30px;
  font-size: 38px;
  line-height: 45px;
} */


footer .help_box {
background-color: #fff;

  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 0px 30px 5px;
 box-shadow:none !important ;
 border-bottom: solid 2px #dbd9d9;
 border-left: solid 2px #dbd9d9;
}




footer .help_box i {
  position: relative;
  color: #e95324;
  width: 70px;
  text-align: end;

  font-size: 38px;
  line-height: 45px;

}


footer .help_box i::before {
  position: relative;
  z-index: 99;

}
footer .help_box i::after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: "";
  height: 75px;
  width: 55px;
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #f7f7f7;

}
footer .help_box .cont {
  width: 100%;
  margin-top: 0px;
  margin-right: 30px;

}
footer .help_box h3 {
  font-size: 20px;
  color: #2b2e87;
 
}
@media (max-width: 1199px) {
  footer .help_box h3 {
    font-size: 18px;
  }
}
footer .help_box p {
  font-size: 14px;
  color: #0f1026;
  opacity: 80%;
}
footer .help_box .link {
  min-width: 120px;
}
footer .help_box.dark i {
  color: #2b2e87;
}
footer .help_box.dark .link {
  background-color: #2b2e87;
}
footer .commercial_no {
  margin-top: 15px;
  color: #e95324;
  font-size: 16px;
  padding: 0 10px;
  background-color: #ffffff;
  border: solid 1px #2b2e87;
  /* -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; */
  line-height: 40px;
  text-align: center;
}

@media (max-width: 575px) {
footer{

  background: linear-gradient(180deg, #e8e8e8,#fff);
}

footer .help_box {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
border: solid 1px #dbd9d9;
  margin-bottom: 20px !important;


}
footer .help_box i {
  position: relative;
  color: #e95324;
  width: 70px;
  text-align: end;
  margin-inline-end: 30px;
  font-size: 38px;
  line-height: 45px;
  
} 
footer .help_box .cont {
  width: 100%;
  margin-right: 20px;
  margin-top: 0px;

}




  }
  



@media (max-width: 1199px) {
  footer .commercial_no {
    font-size: 15px;
    padding: 0 5px;
  }
}
footer .commercial_no span {
  color: #2b2e87;
}
footer .contact_list {
  margin: 5px 0;
}
footer .contact_list li {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
footer .contact_list li span {
  color: #e95324;
  display: inline-block;
  min-width: 80px;
  margin-inline-end: 10px;
}
footer .contact_list li a {
  display: inline-block;
  color: #2b2e87;
}
footer ul.row {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer ul.row {
    margin-bottom: 15px;
  }
}
footer ul.row a {
  color: #e95324;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}
footer ul.row a:hover {
  color: #2b2e87;
}
footer .copyright {
  margin-top: 30px;
  position: relative;
  border-top: 1px solid #e8e8e8;
}
footer .copyright .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
footer .copyright p {
  font-size: 16px;
  margin: 15px 0;
}

@media (max-width: 991px) {
  footer .row.top_contact {
    margin-bottom: 0;
  }
  footer .help_box {
    padding: 20px 25px 5px;
    margin-bottom: 25px;
  }
  footer .row {
    align-items: center;
  }
  footer .row .contact_list {
    text-align: end;
  }
  footer .row .contact_list li {
    margin: auto auto 5px 0;
    text-align: start;
    width: 100%;
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  footer .help_box {
    padding: 20px 15px 5px;
    margin-bottom: 15px;
    
  }
  footer .help_box i {
    margin-inline-end: 10px;
    font-size: 28px;
  }
  footer .help_box i::after {
    /* height: 40px; */
    width: 50px;
    left:2px ;
  }
  footer .help_box h3 {
    font-size: 18px;
  }
  footer img {
    margin-top: -30px;
    max-width: 290px;
  }
  footer .commercial_no {
    margin: 25px auto;
    width: 70%;
  }
  footer .row .contact_list {
    text-align: start;
  }
  footer .row .contact_list li {
    max-width: 100%;
  }
  footer .copyright .flex {
    flex-direction: column;
    text-align: center;
    padding-top: 25px;
  }
  footer .copyright .flex p {
    margin: 5px 0;
    font-size: 14px;
  }
}

/* Help
========================*/
.help {
  background-color: #e95324;
  position: fixed;
  bottom: -75px;
  right: 0;
  width: 100%;
  z-index: 9998;
  -webkit-transition: 0.4s linear bottom;
  -moz-transition: 0.4s linear bottom;
  -ms-transition: 0.4s linear bottom;
  -o-transition: 0.4s linear bottom;
  transition: 0.4s linear bottom;
}
.help.move {
  bottom: 0;
}
.help .whats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.help p {
  padding-inline-end: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  text-align: start;
  margin: 0;
}
.help p strong {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.help .whats_btn {
  /* -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; */
  padding: 0 15px;
  color: #fff;
  background-color: #3fad3c;
  display: inline-block;
  line-height: 40px;
  min-width: 236px;
  font-size: 16px;
  border: solid 1px #e95324;
}
.help .whats_btn:hover{
  background-color:transparent !important;
  border: solid 1px #ffff !important;
  
}
.help .info {
  border: 1px solid #fff5;
  border-width: 0 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.help .info p {
  font-size: 16px;
  vertical-align: middle;
  padding: 10px 35px;
  border-left: 1px solid #fff5;
  text-align: center;
  min-width: 50%;
}
.help .info a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  min-width: 50%;
}
.help .link {
  margin: 10px auto;
  padding: 0 25px;
  background-color: #2b2e87;
}
@media (max-width: 1439px) {
  .help .container {
    width: 100%;
    max-width: 100%;
  }
  .help p {
    font-size: 15px;
    line-height: 22px;
  }
  .help .whats .whats_btn {
    min-width: 214px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .help .whats {
    flex-direction: column;
    align-items: center;
  }
  .help .whats p {
    display: none;
  }
  .help .info p {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .help .hidden-sm {
    display: none;
  }
}
@media (max-width: 575px) {
  .help .whats .whats_btn {
    margin: 10px auto;
  
    padding: 0 15px;

  }
  .help .link {
    padding: 0px 20px;
  }
}




/*contact*/

.contact .top_contact {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: 30px;
}
.contact .help_box {
  background-color: #fff;
border: solid 1px #e95324;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; */
  padding: 20px 30px 5px;
}
.contact .help_box i {
  position: relative;
  color: #e95324;
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 75px;
}
.contact .help_box i::before {
  position: relative;
  z-index: 99;
}
.contact .help_box i::after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: "";
  height: 75px;
  width: 75px;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #f7f7f7;
}
.contact .help_box .cont {
  width: 100%;
}
.contact .help_box h3 {
  font-size: 20px;
  color: #0f1026;
}

.contact .help_box p {
  font-size: 14px;
  color: #0f1026;
  opacity: 80%;
}
.contact .help_box .link {
  min-width: 120px;
}
.contact .help_box.dark i {
  color: #2b2e87;
}
.contact .help_box.dark .link {
  background-color: #2b2e87;
}






@media (max-width: 991px) {
  .contact .row.top_contact {
    margin-bottom: 0;
  }
  .contact .help_box {
    padding: 20px 25px 5px;
    margin-bottom: 25px;
  }
  .contact .row {
    align-items: center;
  }
  .contact .row .contact_list {
    text-align: end;
  }
  .contact .row .contact_list li {
    margin: auto auto 5px 0;
    text-align: start;
    width: 100%;
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .contact.help_box {
    padding: 10px 15px 5px;
    margin-bottom: 15px;
  }
  .contact .help_box i {
    margin-inline-end: 10px;
    font-size: 28px;
  }
  .contact .help_box i::after {
    height: 75px;
  width: 75px;
  }
  .contact .help_box h3 {
    font-size: 18px;
  }


}

/*# sourceMappingURL=style.css.map */
