:root {
  --primary: #062A97;
  --secondary: #B12322;
  --filterPrimary:  invert(15%) sepia(41%) saturate(5624%) hue-rotate(216deg) brightness(94%) contrast(98%);
  --filterSecondary: invert(19%) sepia(72%) saturate(2604%) hue-rotate(353deg) brightness(98%) contrast(81%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

@font-face {
  font-family: 'bahig_regular';
  src: url(../fonts/bahij/regular.ttf);
}

@font-face {
  font-family: 'bahig_bold';
  src: url(../fonts/bahij/bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'bahig_regular';
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

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

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

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}


.modal-content {
  padding: 70px  20px;
  border-radius: 20px;
}

.modal-content .butn_close {
  position: absolute;
  top: 9px;
  inset-inline-end: 6px;
  background-color: #ccc;
  -webkit-box-shadow: 3px 6px 10px 0 #5552;
          box-shadow: 3px 6px 10px 0 #5552;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
}

.modal-content .butn {
  text-transform: uppercase;
  margin: 0 5px !important;
}


.statusModal .status_img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 30px auto;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #000;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit !important;
}
form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

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

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

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floatingY {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@keyframes floatingY {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.slide_ltr {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes square_to_circle {
  100% {
    border-radius: 50%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes square_to_circle {
  100% {
    border-radius: 50%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--secondary) !important;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  /*opacity: .95;*/
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  /*opacity: 1;*/
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 1%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f0da';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 1%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f0d9';
}

.butn {
  position: relative;
  padding: .8rem 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: bold;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_butn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  background-color: #031754;
  border: 1px solid #031754;
  color: #fff !important;
}

.butn:hover i,
.butn:hover .icon {
  animation: floatingX .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  position: relative;
  z-index: 999;
  background-color: #F7F7F7;
}

.navs-container .navbar .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  position: relative;
  font-size: 14px;
  margin: 0 7px;
  color: #000;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: var(--secondary);
  position: absolute;
  bottom: 0;
  right: 8px;
  inset-inline-start: 8px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
  color: var(--primary);
}

.navs-container .navbar .nav-link:hover::after, .navs-container .navbar .nav-link.active::after {
  opacity: 1;
  width: 20px;
}

.navs-container .navbar .butn {
  padding: 0.7rem 0.9rem;
}

.navs-container .navbar .has_dropdown {
  position: relative;
}

.navs-container .navbar .has_dropdown .drop_down {
  position: absolute;
  z-index: 5;
  min-width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.navs-container .navbar .has_dropdown .drop_down a {
  display: block;
  padding: .8rem 1rem;
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  font-size: 14px;
  color: #666;
}

.navs-container .navbar .has_dropdown .drop_down a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 0 0 0 130px;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  inset-inline-start: 10px;
  top: 17px;
}

.navs-container .navbar .has_dropdown .drop_down a:nth-child(even)::before {
  background-color: var(--secondary);
}

.navs-container .navbar .has_dropdown:hover .drop_down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer {
  background-color: #F7F7F7;
}

.footer .content {
  margin-bottom: 35px;
}

.footer .content .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-top: -45px;
}

.footer .content .links a {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #14212B;
  position: relative;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.footer .content .links a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 0 0 0 130px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  inset-inline-start: 0;
  top: 4px;
}

.footer .content .links a:nth-child(even)::before {
  background-color: var(--secondary);
}

.footer .content .links .item {
  margin-bottom: 20px;
  font-size: 15px;
  color: #14212B;
  position: relative;
}

.footer .content .links .item .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.footer .content .links .item:nth-child(even) .icon {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.footer .content .social_links a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-color: #91a0cd;
  color: #fff;
}

.footer .content .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.footer .foot {
  background-color: #01144b;
}

.footer .foot .copyright_p {
  font-size: 12px;
}

.footer .foot .copyright_p a:hover {
  color: #fff !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  background-color: #F7F7F7;
}

.header .item .img_box {
  position: relative;
  height: 650px;
}

.header .item .img_box .sec-img {
  border-radius: 0 0 0 300px;
}

.header .item .img_box .exp_box {
  padding: 25px 15px 50px 15px;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  border-radius: 0 0 0 300px;
  position: absolute;
  inset-inline-end: 0;
  bottom: 8px;
  background-color: var(--secondary);
  text-align: center;
  width: 235px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .item .img_box .exp_box .counter {
  font-size: calc(2vw + 35px);
}

.header .item .text_box {
  -webkit-padding-start: 1vw;
          padding-inline-start: 1vw;
}

.header .item .text_box .title {
  font-size: calc(1vw + 35px);
  line-height: 1.4;
}

.header .item .text_box .p {
  line-height: 2;
}

.header .item .text_box .butn {
  width: 170px;
  height: 65px;
}

.header .swiper-container .swiper-pagination {
  bottom: 20px;
}

.header .vector_lb {
  position: absolute;
  bottom: 20%;
  left: -75px;
  inset-inline-end: -75px;
  opacity: .09;
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: floatingY 2s 0s linear infinite alternate;
          animation: floatingY 2s 0s linear infinite alternate;
}

.header .vector_lt {
  position: absolute;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .15;
  top: 0;
    left: 54%;
  inset-inline-end: 54%;
  -webkit-animation: square_to_circle 1s 0s linear infinite alternate;
          animation: square_to_circle 1s 0s linear infinite alternate;
}

.about-sec .text_box {
  -webkit-padding-end: 3vw;
          padding-inline-end: 3vw;
}

.about-sec .text_box .title {
  font-size: calc(.8vw + 35px);
  line-height: 1.4;
}

.about-sec .text_box .p {
  line-height: 2;
}

.about-sec .img_box {
  position: relative;
  height: 600px;
}

.about-sec .img_box .sec-img {
  border-radius: 15px;
}

.about-sec .img_box .sm_box {
  height: 240px;
  margin-bottom: 70px;
}

.about-sec .img_box .sm_box .title {
  width: 90%;
  padding: 15px 0;
  background-color: var(--primary);
  color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
  text-align: center;
  border-radius: 15px;
  display: block;
  margin: auto;
  margin-top: -15px;
  position: relative;
  z-index: 5;
  font-size: 1rem;
}

.about-sec .img_box .logo_box {
  position: absolute;
  top: -25px;
  left: -25px;
  inset-inline-end: -25px;
  width: 150px;
  height: 150px;
  border: 15px solid var(--secondary);
  border-radius: 0 0 180px 0;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.about-sec .img_box .logo_box .logo {
  width: 80px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
  margin-bottom: 15px;
  display: block;
}

.about-sec .img_box .shape {
  position: absolute;
  top: -25px;
  left: -25px;
  inset-inline-end: -25px;
}

.about-cards {
  background-color: #F8FAFF;
}

.about-cards .about_card {
  position: relative;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  padding: 35px 15px;
  background-color: #fff;
  border-radius: 0 0 0 50px;
}

.about-cards .about_card .icon_outer {
  width: 125px;
  height: 125px;
  border-radius: 0 0 0 130px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.about-cards .about_card .icon_outer .icon {
  display: block;
  -webkit-margin-start: 17px;
          margin-inline-start: 17px;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.about-cards .about_card .txt .p {
  line-height: 2;
}

.about-cards .about_card .txt .custoom_ul .li {
  font-size: 15px;
  margin-bottom: 20px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  position: relative;
}

.about-cards .about_card .txt .custoom_ul .li .sm_title {
  font-size: 15px;
}

.about-cards .about_card .txt .custoom_ul .li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 0 0 0 130px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  inset-inline-start: 0;
  top: 4px;
}

.about-cards .about_card .txt .custoom_ul .li:nth-child(odd)::before {
  background-color: var(--secondary) !important;
}

.about-cards .about_card .txt .title,
.about-cards .about_card .txt .p,
.about-cards .about_card .txt .li,
.about-cards .about_card .txt .subtitle {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card::before, .about-cards .about_card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  inset-inline-start: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-cards .about_card::before {
  width: 125px;
  height: 125px;
  background-color: #ecf1ff;
  border-radius: 0 0 0 130px;
}

.about-cards .about_card::after {
  width: 0;
  height: 0;
  background-color: var(--secondary);
  z-index: 1;
}

.about-cards .about_card:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.about-cards .about_card:hover::after {
  width: 125px;
  height: 125px;
  border-radius: 0 0 0 130px;
}

.about-cards .about_card:hover::before {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 0 0 50px;
}

.statics-sec {
  background-color: #fafafa;
}

.statics-sec .static_item {
  padding: 50px 10px;
  background-color: #f6f8ff;
  border-radius: 0 0 0 100px;
  text-align: center;
  margin: 15px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.statics-sec .static_item .icon_outer {
  border-radius: 50%;
  margin: auto;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statics-sec .static_item .icon_outer .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.statics-sec .static_item .counter {
  font-size: calc(1vw + 35px);
  color: var(--primary);
}

.statics-sec .static_item .label {
  font-weight: 500;
  color: #000;
}

.statics-sec .static_item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
}

.statics-sec .col-lg-3:last-child .static_item {
  -webkit-border-end: none;
          border-inline-end: none;
}

.clients-sec {
  background-color: #fff;
}

.clients-sec .sec_head .title {
  font-size: 50px;
}

.clients-sec .partner_card {
  border: 2px solid #ddd;
  padding: 45px 15px;
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.clients-sec .partner_card .logo {
    max-width: 85%;
  height: 60px;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.clients-sec .partner_card:hover {
  border-color: var(--primary);
}

.clients-sec .partner_card:hover .logo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.clients-sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #000 !important;
}

.clients-sec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}

.partners-sec .partner_card {
  border: 2px solid #ddd;
  padding: 45px 15px;
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.partners-sec .partner_card .logo {
  height: 60px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.partners-sec .partner_card .txt .brand_name  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partners-sec .partner_card .txt .p {
  font-size: 13px;
      height: 82px;
    overflow: hidden;
}

.partners-sec .partner_card .txt .brand_site {
  color: var(--primary);
  font-size: 14px;
  display: block;
}

.partners-sec .partner_card .txt .brand_site:hover {
  color: var(--secondary) !important;
}

.partners-sec .partner_card:hover {
  border-color: var(--primary);
}

.partners-sec .partner_card:hover .logo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.partners-sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #000 !important;
}

.partners-sec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg-header {
  padding: 0 !important;
}

.pg-header .bread {
  color: #333;
  padding: 20px 0;
  margin: 0 !important;
  background-color: #041d69;
}

.pg-header .bread .item {
  font-size: 15px;
  color: #fff;
  margin: 0 10px;
}

.pg-header .bread .item .logo {
  width: 50px;
}

.pg-header .bread .item::after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 10px 0 0px;
}

.pg-header .bread .item.active {
  color: #fff;
}

.pg-header .bread .item.active::after {
  display: none;
}

.pg-header .bread a:hover {
  color: var(--primary) !important;
}

.pg-header .pg_title {
  background-color: var(--primary);
  padding: 50px 0;
  margin: 0 !important;
}

.pg-header .vector_lb {
  position: absolute;
  bottom: 5%;
  left: -35px;
  inset-inline-end: -35px;
  opacity: .4;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: floatingY 2s 0s linear infinite alternate;
          animation: floatingY 2s 0s linear infinite alternate;
  -webkit-filter: invert(150%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(527%) contrast(0%);
          filter: invert(150%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(527%) contrast(0%);
}

.pg-header .vector_lt {
  position: absolute;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .4;
  bottom: 0;
  right: 0;
  inset-inline-start: 0%;
  -webkit-animation: square_to_circle 3s 0s linear infinite alternate;
          animation: square_to_circle 3s 0s linear infinite alternate;
  -webkit-filter: invert(150%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(527%) contrast(0%);
          filter: invert(150%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(527%) contrast(0%);
}

/**********************************************
    Start Edit manager Page 
**********************************************/
.manager-pg {
  background-color: #f6f8ff;
}

.manager-pg .img_box {
  height: 450px;
}

.manager-pg .img_box .sec-img {
  border-radius: 15px;
}

.manager-pg .text_box {
  border-radius: 15px;
  background-color: #f9f9f9;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  margin-top: -50px;
  position: relative;
  z-index: 5;
  padding: 70px 3vw 50px 3vw;
  overflow: hidden;
  -webkit-box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.vision_pg {
  background-color: #f9f9f9;
}

.vision_pg .img_box {
  height: 300px;
}

.vision_pg .img_box .sec-img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  display: block;
  margin: auto;
  height: 100%;
}

.vision_pg .text_box {
  border-radius: 15px;
  background-color: #fff;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  padding: 50px 3vw;
  overflow: hidden;
  -webkit-box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
}

/**********************************************
    Start Edit services Page 
**********************************************/
.services-pg {
  background-color: #f6f8ff;
}

.services-pg .serv_card {
  background-color: #fff;
  padding: 45px 35px;
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 35px;
  height: calc(100% - 35px);
}

.services-pg .serv_card .icon_box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-bottom: 35px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  z-index: 5;
}

.services-pg .serv_card .icon_box .icon {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.services-pg .serv_card .txt_box {
  text-align: center;
  position: relative;
  z-index: 5;
}

.services-pg .serv_card .txt_box .title {
  font-weight: bold;
}

.services-pg .serv_card::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -100%;
  width: 0%;
  height: 250px;
  background: var(--primary);
  border-radius: 0px 0px  0px 400px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 1;
}

.services-pg .serv_card:hover {
  -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.services-pg .serv_card:hover::before {
  top: -120px;
  width: 90%;
}

.services-pg .serv_card:hover .icon_box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.services-pg .serv_card:hover .icon_box .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.services-pg .serv_card2 {
  padding: 0 0 35px 0;
}

.services-pg .serv_card2 .icon_box {
  width: 100%;
  height: 250px;
  border: none;
  border-radius: 20px 20px 0 0;
}

.services-pg .serv_card2 .icon_box .sec-img {
  border-radius: 20px 20px 0 0;
}

/**********************************************
    Start Edit service-det Page 
**********************************************/
.service-det {
  background-color: #f9f9f9;
}

.service-det .inner {
  border-radius: 15px;
  padding: 40px 2vw;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.service-det .text_box {
  -webkit-padding-start: 3vw;
          padding-inline-start: 3vw;
}

.service-det .text_box .data_item {
  -webkit-padding-start: 1vw;
          padding-inline-start: 1vw;
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.service-det .text_box .data_item .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-size: 40px;
  color: var(--primary);
}

.service-det .text_box .data_item .label {
  font-size: 15px;
}

.service-det .text_box .data_item .data {
  font-size: 13px;
  margin-bottom: 0;
}

.service-det .text_box .data_item:last-child {
  border-bottom: none;
}

.service-det .text_box .title {
  font-size: calc(.8vw + 35px);
  line-height: 1.4;
}

.service-det .text_box .p {
  color: #666;
  line-height: 2;
}

.service-det .img_box {
  position: relative;
  height: 450px;
}

.service-det .img_box .sec-img {
  border-radius: 0 0 0 100px;
  object-fit: inherit;
}

.service-det .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
}

/**********************************************
    Start Edit projects Page 
**********************************************/
.projects-pg .serv_card .icon_box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.projects-pg .serv_card .icon_box .sec-img {
  border-radius: 50%;
}

/**********************************************
    Start Edit media Page 
**********************************************/
.news-pg {
  background-color: #f9f9f9;
}

.news-pg .news_card {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 10px 15px 0 #0001;
          box-shadow: 2px 10px 15px 0 #0001;
}

.news-pg .news_card .img_box {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.news-pg .news_card .txt_box {
  margin-top: 20px;
}

.news-pg .news_card .txt_box .date {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.news-pg .news_card .txt_box .date i {
  color: var(--secondary);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.news-pg .news_card .txt_box .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-pg .news_card .txt_box .p {
  font-size: 13px;
  height: 80px;
  overflow: hidden;
}

.news-pg .news_card .txt_box .more_butn {
  font-size: 15px;
  color: var(--primary);
}

.news-pg .news_swiper {
  padding: 0 10px;
}

.gallery-pg .nav-link {
  background-color: #f7f7f7;
  margin: 0 10px;
  min-width: 150px;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  color: var(--dark);
  text-transform: capitalize;
}

.gallery-pg .nav-link.active {
  color: #fff !important;
  background-color: var(--primary) !important;
}

.gallery-pg .swiper-slide {
    height: auto;
}
.fancybox-content {
    height: 87% !important;

}
.gallery-pg .media_card {
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
}

.gallery-pg .media_card .img_box {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.gallery-pg .media_card .img_box .sec-img {
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-pg .media_card .img_box .button {
  background-color: var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  z-index: 6;
}

.gallery-pg .media_card .img_box .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.gallery-pg .media_card .img_box .button.is-play .button-icon,
.gallery-pg .media_card .img_box .button.is-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-pg .media_card .img_box .button.is-play i {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: 3px;
}

.gallery-pg .media_card .img_box .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.gallery-pg .media_card .img_box .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.gallery-pg .media_card .img_box .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.gallery-pg .media_card .img_box .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.gallery-pg .media_card:hover .sec-img {
  -webkit-transform: scale(1.05) rotate(2deg);
          transform: scale(1.05) rotate(2deg);
}

/**********************************************
    Start Edit news Page 
**********************************************/
.news-det {
  background-color: #f6f8ff;
}

.news-det .img_box {
  height: 500px;
  border: 15px solid #fff;
  overflow: hidden;
  border-radius: 15px;
}

.news-det .img_box .sec-img {
  border-radius: 15px;
}

.news-det .card-body {
  padding: 4vw 3vw;
  background-color: #fff;
  margin-top: -50px !important;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
  border-radius: 15px;
}

.news-det .card-body .date {
  font-size: 15px;
  color: #888;
  font-weight: 500;
}

.news-det .card-body .date i {
  color: var(--secondary);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.news-det .card-body .p {
  font-size: 15px;
  line-height: 2.3;
}

/**********************************************
    Start Edit jobs Page 
**********************************************/
.jobs-sec .job_card {
  position: relative;
  padding: 45px;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  border-radius: 15px;
  height: calc(100% - 30px);
}
.jobs-sec .job_card .content {
    width: calc(100% - 155px);

}
.jobs-sec .job_card .date {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.jobs-sec .job_card .date i {
  color: var(--secondary);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.jobs-sec .job_card .butn {
  padding: 0.9rem 1rem;
  font-size: 13px;
}

/**********************************************
    Start Edit job det Page 
**********************************************/
.job-det {
  background-color: #f6f8ff;
}

.job-det .text_box {
  -webkit-padding-start: 3vw;
          padding-inline-start: 3vw;
}

.job-det .text_box .title {
  font-size: calc(.8vw + 35px);
  line-height: 1.4;
}

.job-det .text_box .p {
  line-height: 2;
}

.job-det .text_box .date {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.job-det .text_box .date i {
  color: var(--secondary);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.job-det .text_box .box {
  position: relative;
  z-index: 6;
  width: 115%;
  -webkit-margin-start: -18%;
          margin-inline-start: -18%;
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  margin-top: 70px;
  border-radius: 15px;
}

.job-det .text_box .box .form-group {
  margin-bottom: 1.5rem;
}

.job-det .text_box .box .form-group .label {
  font-weight: bold;
  color: var(--dark);
  margin-bottom: .6rem;
  font-size: 13px;
}

.job-det .text_box .box .form-group .form-control {
  background-color: #F5F9FE;
  border: 1px solid #F5F9FE;
}

.job-det .text_box .box .uploading_box input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.job-det .text_box .box .uploading_box .input-group-btn {
  background-color: #1E5DBC;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-det .text_box .box .uploading_box .input-group-btn .btn {
  min-width: 115px;
  -webkit-border-end: 1px solid #ccc;
          border-inline-end: 1px solid #ccc;
}

.job-det .text_box .box .uploading_box .input-group-btn .browse-button-text {
  color: #fff;
}

.job-det .text_box .box .uploading_box .input-group-btn .clear-button {
  color: #fcc0c0;
}

.job-det .text_box .box .uploading_box .input-group-btn i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.job-det .text_box .box .uploading_box .input-group {
  border-radius: 0.25rem;
  overflow: hidden;
}

.job-det .img_box {
  position: relative;
  height: 650px;
}

.job-det .img_box .sec-img {
  border-radius: 15px;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact-pg .cards_outer {
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 4vw 4vw 3.5vw 4vw;
}

.contact-pg .cards_outer .form-control {
  font-weight: bold;
  background-color: #F5F9FE;
  border: 1px solid #F5F9FE;
}

.contact-pg .cards_outer .contact_card {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #f8f8f8;
  margin: 10px 0;
}

.contact-pg .cards_outer .contact_card .icon_outer {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border-radius: 20px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-pg .cards_outer .contact_card .icon_outer .icon {
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.contact-pg .cards_outer .contact_card .content {
  width: calc(100% - 90px);
}

.contact-pg .cards_outer .contact_card .content .title {
  font-weight: bold;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 15px;
  font-size: 1rem;
}

.contact-pg .cards_outer .contact_card .content .p {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #000;
  height: 55px;
    overflow: hidden;
  font-size: 16px;
}

.contact-pg .cards_outer .contact_card:hover {
  background-color: var(--primary);
}

.contact-pg .cards_outer .contact_card:hover .icon_outer {
  background-color: #fff;
}

.contact-pg .cards_outer .contact_card:hover .icon_outer .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.contact-pg .cards_outer .contact_card:hover .title,
.contact-pg .cards_outer .contact_card:hover .p {
  color: #fff;
}

.contact-pg .job-det {
  border-radius: 15px;
}

.contact-pg .job-det .text_box {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.contact-pg .job-det .text_box .box {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.contact-pg .map_box iframe {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}


#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#062A97), color-stop(#041D69), to(#062A97));
  background: linear-gradient(to right, #062A97, #041D69, #062A97);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/*----------- upload loader ------------*/
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #0005;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#loading-wrapper.show {
  display: block;
}

#loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}

#loading-text img {
    width: 100px;
    height: 50px;
    margin-top: 20px;
    object-fit: contain;
}

#loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #B12322;
  border-bottom-color: #B12322;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}

#header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}

#content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
/*# sourceMappingURL=style.css.map */

.stateModal .img {
    width: 60px;
    height: 60px;
}

.modal-content {
    padding: 20px;
}

.modal-content h3 {
    font-size: 18px;
}


@media (min-width: 992px) {
    
    .modal-lg {
        max-width: 450px;
    }
    
}