@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@400;500;600;700&display=swap');

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

.scroll-bar::-webkit-scrollbar {
  width: 5px;
}

a {
  text-decoration: none;
}

ul {
  /*list-style: none;*/

}

/* ul li a {
  font-family: 'Jura', sans-serif;
} */

:root {
  --primary-color: #E36324;
  --secondprimary-color: #224170;
  --heading-text: #212121;
  --text-color: #656565;
  --top-header-color: #F3F3F3;
  --white-color: #fff;
  --bs-font-jura-serif: 'Jura', sans-serif;
  --bs-font-Inter-serif: 'Inter', sans-serif;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  /* line-height: inherit; */
  padding: 12px 20px;
  font-size: 15px;
  /* height: 50px; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.primary-btn {
  border-radius: 4px;
  background-color: var(--primary-color);
  color: #fff;
  line-height: inherit;

}

.primary-btn:hover {
  color: #fff;
}

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

.secondprimary-btn {
  color: #fff;
  border-radius: 4px;
  background-color: var(--secondprimary-color);
  display: inline-flex;
  line-height: inherit;
}

.secondprimary-btn i {
  color: #fff;
  font-weight: 100;
  font-size: 20px;
}

.secondprimary-btn:hover {
  color: #fff;
}

.primary-btn i {
  color: #fff;
  font-weight: 100;
  font-size: 20px;
}

.section {
  padding: 60px 0;
}

.header-top {
  background-color: var(--top-header-color);
}

.header-top {
  padding: 0px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.desktop-nav-new ul.menuzord-menu li .sub-menu li::before {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  background: #d6d6d6;
  border-radius: 50%;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

.header-nav li a {
  font-family: var(--bs-font-jura-serif);
}

header.sticky-shadow .header-top {
  margin-top: -50px;
}

.header-top .logo-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.top-header-ul ul {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 12px 0px 12px 0;
  margin-bottom: 0;
}

.top-header-ul ul li a i {
  color: var(--text-color);
  font-size: 17px;
  padding-right: 4px;
  position: relative;
  top: 2px;
}

.top-header-ul ul li a {
  position: relative;
  color: var(--text-color);
  display: flex;
}

.top-header-ul ul li {
  padding-right: 25px;
}

.lh-30 {
  line-height: 30px !important;
}

.float-right {
  width: auto !important;
  float: right;
}

/* =======================header============================ */

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
}

.header .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}

.header .main-header .header-left {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

header.sticky-shadow .header-top .logo-holder {
  width: 100%;
}

header.sticky-shadow .header-top .logo-txt {
  font-size: 10px;
  line-height: normal;
}

header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: #fff;
}

.bg-theme-colored {
  background-color: #0433aa !important;
}

.menuzord.orange .menuzord-menu>li a.active,
.menuzord.orange .menuzord-menu>li a:hover> {
  background: #0433aa;
  color: #fff;
}

.menuzord-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
  position: relative;
}

.menuzord-menu>li {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.menuzord-menu>li>a {
  padding: 26px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  outline: 0px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent;
}

.menuzord-menu>li>a {
  padding: 16px 0;
  font-size: 16px;
  color: var(--heading-text);
  font-weight: 700;
  margin: 0 10px;
  font-family: var(--bs-font-jura-serif);
}


.menuzord-menu>li:hover>a,
.menuzord-menu>li.active>a {
  color: #222;
}

.logo-holder {
  position: relative;
}

.header-right .side-menu {
  position: relative;
  float: right;
  width: 40px;
  height: 100%;
  /* margin-left: 16px; */
  padding: 10px 0;
  margin-left: 30px;
}

.side-menu {
  cursor: pointer;
}

.header-right .side-menu a span {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 2px;
  width: 32px;
  background: var(--heading-text);
  transition: all 0.35s ease-in-out;

}

.header-right .side-menu a span:nth-child(2) {
  top: 8px;
  width: 27px;
}

.side-menu-overly .offcanvas-header .btn-close {
  position: absolute;
  top: 24px;
  right: 35px;
}

.side-menu-overly.offcanvas {
  padding: 0 20px;
}

.side-menu-overly .offcanvas-body p {
  font-size: 14px;
}

.side-menu-overly .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.side-menu-overly .widget.address ul li p {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #1d2746;
}

.widget.address .icon {
  font-size: 28px;
  color: var(--primary-color);
}

.side-menu-overly .widget.address ul li {
  display: flex;
  margin-bottom: 15px;
}

.side-menu-overly .widget.address ul li p {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #1d2746;
  font-family: roboto, sans-serif;
}

.side-menu-overly .widget.address ul li strong {
  font-weight: 400;
}

.header-right .side-menu:hover span {
  width: 23px;
}

.header-right .side-menu span:nth-child(3) {
  top: 16px;
  width: 23px;
}

.header-right .side-menu:hover span:nth-child(2) {
  width: 28px;
}

.header-right .side-menu:hover span:nth-child(3) {
  width: 32px;
}

.header .text-link-bd-btom {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #f7b311;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}

.header .text-link-bd-btom::before {
  content: "";
  background: #f7b311;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn.btn-default {
  color: #ffffff;
  background-color: var(--primary-color);
}

.header .block-signin .btn-shadow {
  box-shadow: 0px 3px 10px rgb(223 194 106);
}

.sub-menu {
  position: absolute;
  background: #fff;
  padding: 15px 0;
  width: 312px;
  box-shadow: 1px 10px 33px #dddddd70;
}

.sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
  color: #000;
}

.sub-menu li {
  position: relative;
}

.sub-menu li a:hover {
  background: #ffc107;
  color: #222;
}

.menuzord-menu .dropdown .sub-menu {
  display: none;
}

.menuzord-menu .dropdown span i {
  position: relative;
  top: 2px;
}

.menuzord-menu .dropdown:hover .sub-menu {
  display: block;
}

.main-header {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 10px;
}

.header-nav-wrapper {
  background-color: #fff;
}

.sticky-shadow .main-header {
  margin-top: 0px;
  padding: 0;
  box-shadow: 0px 0px 0px #e8e8ea;
}

.header.sticky-shadow .header-nav-wrapper {
  top: 0;
  position: relative;
  right: 0;
}

.heading-banner h2 {
  color: #000830;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 800;
}


.menuzord-menu li a,
.menuzord-menu li a:after,
.menuzord-menu li a:before {
  transition: all .5s;
}

.menuzord-menu li a:hover {
  color: #555;
}


/* stroke */
.menuzord-menu li a {
  position: relative;
}

.menuzord-menu li a:after,
.menuzord-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: var(--primary-color);
  height: 2px;
}

.menuzord-menu li a:hover:after {
  width: 100%;
}

.menuzord-menu li a.active::after {
  width: 100%;
}

/* =======================header-end============================ */
main {
  margin-top: 140px;
}

/* =============banner============= */
.banner-ar {
  background: url(../images/banner.jpg);
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  height: 700px;
  background-position: center;
}

.banner-text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--bs-font-jura-serif);
}

.banner-text h1 {
  color: #fff;
  font-size: 33px;
  font-family: var(--bs-font-jura-serif);
}

.banner-text p.dsc {
  font-size: 16px;
  text-transform: capitalize;
}

/* =================orange-band================= */
.orange-band {
  padding: 30px;
  background-color: var(--primary-color);
  text-align: center;
}

.orange-band p {
  color: #fff;
  margin-bottom: 0;
}

/* ====================services-sec==================== */
/* element.style {
} */
/* .video-box:hover .video-contant {
    bottom: 140px;
} */

.services-sector-owl .contant {
  position: absolute;
  bottom: 0px;
  color: #fff;
  left: 0;
  padding: 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-sector-owl .contant h2 {
  font-size: 26px;
}

.services-sector-box {
  position: relative;
  height:500px;
}

.services-sector-box:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 500ms ease;
  background: rgb(39, 39, 39);
  background: linear-gradient(180deg, rgba(39, 39, 39, 0.07046568627450978) 0%, rgba(28, 27, 27, 0.8407738095238095) 100%);
}

.services-sector-box:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #001534e3;
  width: 100%;
  height: 100%;
}

.services-sector-box:hover .contant {
  opacity: 0;
}

.services-sector-box:hover .hover-text {
  opacity: 1;
  bottom: 0px;
  height: 100%;
}

.hover-text-icon {
  margin-bottom: 25px;
}

.hover-text-icon img {
  width: 50px !important;
}

.hover-text h2 {
  margin-bottom: 15px;
  font-size: 26px;
}

.hover-text p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: var(--bs-font-jura-serif);

}

.hover-text a {
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--bs-font-jura-serif);
  font-weight: 700;
}

.hover-text a i {
  font-weight: 100;
  font-size: 20px;
}

.hover-text {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0px;
  color: #fff;
  left: 0;
  bottom: -150px;
  padding: 25px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-sector-owl {
  position: relative;
}

.services-sector-owl .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.services-sector-owl .owl-prev {
  left: -56px;
  width: 50px;
  height: 50px;
  background-color: #EBEBEB !important;
  border-radius: 100%;
  font-size: 25px !important;
  position: absolute;
}

.services-sector-owl .owl-next {
  right: -56px;
  width: 50px;
  height: 50px;
  background-color: #EBEBEB !important;
  border-radius: 100%;
  font-size: 25px !important;
  position: absolute;
}

/* ====================services-sec==================== */
/* about-sec */
.about-img-sec {
  position: relative;
}

.about-img-1 {
  max-width: 100%;
  width: 480px;
  height: 500px;
  overflow: hidden;
}

.about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.about-img-2 {
  position: absolute;
  top: 66%;
  right: 8%;
}

.section-hd-text p {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--bs-font-jura-serif);
}

.section-hd-text h2 {
  font-size: 45px;
  color: var(--heading-text);
  font-family: var(--bs-font-jura-serif);
  text-transform: capitalize;
}

.section-hd-text h3 {
  font-size: 36px;
  color: var(--heading-text);
  font-family: var(--bs-font-jura-serif);
}

.about-sec {
  position: relative;
}

.about-sec::before {
  background: url(../images/circles.png);
  position: absolute;
  width: 350px;
  height: 350px;
  background-size: cover;
  content: '';
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* about-sec end */
/* total-count-sec */
.client-count {
  position: absolute;
  top: 50%;
  width: 248px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/about-vector.png);
  left: 90px;
}

.count-ar {
  position: relative;
}

.count-sec .col-md-3:first-child .count-ar::before {
  background: none;
}

.count-ar::before {
  position: absolute;
  background-color: #ffffff6e;
  left: 0;
  width: 2px;
  height: 100%;
  content: '';
  top: 0
}


/* .client-count {
  position: relative;
} */

.client-count::before {
  width: 400px;
  position: absolute;
  content: '';
  height: 116px;
  background-color: var(--primary-color);
  left: -153px;
  top: 30px;
}

.client-count p {
  color: #fff;
  margin-top: 32px;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 800;
  z-index: 1;
}

.client-count p span {
  font-size: 16px;
  font-weight: 400;
}

/* total-count-sec end */

/* parallex-section */
.parallex-ar {
  position: relative;
}

.parallex-ar::before {
  background: url(../images/parallex-img.jpg);
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 500px;
  background-size: cover;
}

.parallex-hd {
  padding: 50px 16% 25px;
}

.contact-ar {
  padding: 50px;
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.8071603641456583) 0%, rgba(28, 27, 27, 0.0032387955182072714) 100%);
}

.contact-ar .form-control {
  border-radius: 0px;
  height: 55px;
  border: solid 1px #D9D9D9;
}

.contact-ar textarea.form-control {
  height: auto !important;
}

.contact-ar .form-control::placeholder {
  font-family: var(--bs-font-jura-serif);
}

/* parallex-section end*/
/* tesimonial-section */
textarea.form-control {
  height: auto !important;
}

.tesimonial-sec {
  position: relative;

}

.tesimonial-sec::before {
  position: absolute;
  background: url(../images/testimonial-bg.png);
  width: 100%;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  background-size: contain;
  height: 318px;
}

.client-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100px;
}

.client-review p {
  color: #111;
  font-size: 20px;
  line-height: 30px;
}

.client-name {
  margin-top: 25px;
}

.client-name h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.client-name p {
  font-size: 15px;
  color: var(--text-color);
}

.client-img img {
  height: 100%;
}

.tesimonial-owl .owl-dot {
  background: #c7b7afa1 !important;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-right: 10px;
}

.tesimonial-owl .owl-dot.active {
  background: #224170 !important;
}

.tesimonial-owl .owl-dots {
  margin-left: 60px;
}

.tesimonial-icon {
  position: absolute;
  bottom: 0;
  right: 197px;
}

/* tesimonial-section-end */
/* count-section */
.count-sec {
  background: rgb(34, 65, 112);
  background: linear-gradient(270deg, rgba(34, 65, 112, 0.6615021008403361) 0%, rgba(34, 65, 112, 0.8491771708683473) 14%, rgba(0, 21, 52, 1) 100%);
  width: 100%;
  padding: 25px;
}

.count-icon {
  margin: 0 auto;
}

.count-icon img {
  width: 120px;
  height: 120px;
}

.count-text .counter {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: var(--bs-font-jura-serif);
  font-weight: 600;
}

.count-text p {
  color: #fff;
  text-align: center;
}

/* count-section end */
/* blog-section  */
.blog-ar {
  background-color: #F3F3F3;
}

.blog-ar .blog-img img {
  width: 100%;
}

.blog-ar .date p {
  font-size: 18px;
  color: var(--heading-text);
}

.blog-text-ar {
  padding: 20px;
}

.blog-hd {
  color: #224170;
  font-size: 24px;
  font-weight: 700;
}

.blog-ar .date p {
  display: flex;
  margin-bottom: 20px;
}

.blog-ar .date p i {
  font-size: 25px;
  margin-right: 5px;
  color: var(--primary-color);
}

.blog-text-ar p {
  margin-top: 20px;
  line-height: 25px;
  color: var(--heading-text);
  font-size: 15px;
}

.blog-text-ar a {
  color: var(--primary-color);
  display: flex;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--bs-font-jura-serif);
  line-height: initial;
}

.blog-text-ar a i {
  font-size: 20px;
  font-weight: 100;
}

/* blog-section end */
/* footer */
.footer {
  background: url(../images/footer.jpg);
  padding-top: 50px;
  background-size: contain;
  background-repeat: repeat-x;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.footerNav {
  position: relative;
}

.footer_first_contact {
  padding: 0;
}

.footer_first_contact li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}

.footer_first_contact li i {
  font-size: 25px;
  color: var(--primary-color);
}

.footer_first_contact li p {
  float: left;
  font-family: var(--bs-font-jura-serif);
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.footer_first_contact li p span {
  font-size: 18px;
  letter-spacing: 1px;
}

.icon_list_news li a {
  background: var(--primary-color);
  width: 37px;
  line-height: 39px;
  height: 37px;
  /* padding-left: 0 !important; */
  text-align: center;
  border-radius: 100px;
  text-align: center;
  display: block;
}

.icon_list_news li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
  background: #0f1012;
}

.icon_list_news li:hover a:before {
  height: 100%;
}

.icon_list_news li a i {
  color: #ffffff;
  font-size: 14px;
}

.footer_border_displ ul li i {
  color: #f0f0f0;
  /* margin-right: 15px; */
  text-align: center;
  font-size: 20px;
  position: relative;
}

.footer-btn .btn {
  font-size: 13px;
}

.footer-grey-text {
  font-size: 14px;
  color: #898282;
}

.footer_border_displ ul li {
  margin-bottom: 15px;
}

/* .nav-widget {
  margin-top: 40px;
} */

.footerNav h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 25px;
}

.footer_border_displ ul li a {
  color: #fff;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  transition: all .8s;
  font-size: 15px;
}

.footer_border_displ ul li a:hover {
  color: var(--primary-color);
}

.icon_list_news li {
  float: left;
  margin-right: 10px;
}

.footer_first_contact p a {
  color: rgb(170 161 161);
}

.copyright_left {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
  z-index: 9;
  border-top: solid 1px #fff;
}

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

/* footer end */
/* About-page-css */
/* innerbanner-ar */
.innerbanner-ar {
  background: url(../images/inner-banner.jpg);
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  height: 400px;
  position: relative;
  background-position: center;
}

.breadcrumb li {
  display: flex;
}

.breadcrumb li {
  padding: 0 3px;
  color: #fff;
  font-size: 20px;
  font-family: var(--bs-font-jura-serif);
}

.breadcrumb li a {
  color: #fff;
}

.innerbanner-ar::before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0, 21, 52);
  background: linear-gradient(90deg, rgba(0, 21, 52, 1) 0%, rgba(34, 65, 112, 0.5298494397759104) 77%, rgba(34, 65, 112, 0.03125) 100%);
}

/* innerbanner-ar-end */
/* about-section */
.about-page .about-img-sec {
  position: relative;
}

.about-page .about-img-sec:before {
  position: absolute;
  left: 0;
  content: '';
  background: url(../images/about-page-bg.png);
  width: 250px;
  height: 250px;
  background-size: cover;
  top: -116px;
  z-index: -1;
}

.about-text p {
  font-family: var(--bs-font-jura-serif);
  font-weight: 600;
  text-align: left;
}

.about-text ul li i {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 100;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.about-text ul li {
  padding: 5px;
  font-family: var(--bs-font-jura-serif);
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.business-li {
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
}

.business-li img {
  margin-right: 12px;
}

.about-sec.about-page::before {
  background: none;
  position: absolute;
  width: auto;
  height: auto;
  background-size: cover;
  content: '';
  bottom: 0;
  right: 0;
}

.about-page .about-img-sec .about-img-1 {
  margin-left: 80px;
  width: 482px;
  max-width: 100%;
  height: 350px;
  overflow: hidden;
}

.about-page .about-img-sec .about-img-2 {
  position: absolute;
  top: -30%;
  width: 260px;
  height: 190px;
  right: 5%;

}

.about-page .about-img-sec .rating {
  width: 235px;
  height: 170px;
  background: #fff;
  box-shadow: 1px 1px 29px #d9e8ff99;
  padding: 32px;
  position: absolute;
  bottom: -87px;
  left: 33px;
}

.about-page .about-img-sec .rating h2 {
  font-family: var(--bs-font-jura-serif);
  color: var(--primary-color);
  font-size: 48px;
  margin-bottom: 0;
}

.about-page .about-img-sec .rating p {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bs-font-jura-serif);
  color: var(--heading-text);
  margin-bottom: 4px;
}

.about-page .about-img-sec .rating ul {
  display: flex;
  padding-left: 0;
}

.about-page .about-img-sec .rating ul li {
  color: #E4A951;
  padding-right: 5px;
  font-size: 17px;
}

.about-page .about-img-sec .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about-section end */
.mission-vision-sec .tab-content .text-ar {
  background-color: #E2E3FC;
  padding: 70px;
}

.mission-vision-sec .tab-content .text-ar h3 {
  font-size: 32px;
  color: var(--heading-text);
}

.mission-vision-sec .tab-content .text-ar p {
  color: var(--heading-text);
  font-size: 16px;
  margin-bottom: 0;
}

.tab-sec .nav-pills .nav-link.active,
.tab-sec .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #224170;
  border: solid 2px #224170;
}

.tab-sec .nav-pills .nav-link {
  background: #F3F3F3;
  border: solid 2px var(--heading-text);
  border-radius: 0.25rem;
  color: var(--heading-text);
  font-size: 16px;
  /* width: 193px; */
  /* height: 59px; */
  margin-right: 15px;
  font-weight: 600;
  padding: 13px 23px;
  margin-bottom: 15px;
  display: flex;
}

.tab-sec .nav-pills .nav-link i {
  font-weight: 500;
  font-size: 24px;
}

/* About-page-css end */
/* service-page */
.service-page-text h2 {
  font-size: 36px;
  font-family: var(--bs-font-jura-serif);
  margin-top: 35px;
  color: var(--heading-text);
}

.service-page-text p {
  font-family: var(--bs-font-jura-serif);
  font-size: 15px;
  font-weight: 600;
}

.services-sec .cat-ar h3 {
  color: #224170;
  font-size: 30px;
  font-family: var(--bs-font-jura-serif);
  margin-bottom: 36px;
  line-height: 18px;
}

.services-sec .cat-ar li a {
  padding: 12px;
  background: #F3F3F3;
  margin-bottom: 10px;
  color: var(--heading-text);
  font-size: 15px;
  font-weight: 500;
  display: block;
  transition: all .3s;
  border-radius: 4px;
}

.services-sec .cat-ar li a img {
  width: 32px;
  margin-right: 15px;
  height: 32px;
}

.services-sec .cat-ar li a:hover {
  color: #fff;
  background-color: var(--secondprimary-color);
}

.services-sec .service-img {
  position: relative;
}

.planning-sec ul li {
  position: relative;
}

.planning-sec ul li span {
  font-size: 26px;
  color: var(--primary-color);
  left: 0;
  position: absolute;
}

.planning-sec h4 {
  font-size: 26px;
  font-family: var(--bs-font-jura-serif);
  color: var(--heading-text);
  margin-bottom: 25px;
  font-weight: 700;
}

.planning-sec ul li {
  padding-left: 40px;

}

.planning-sec ul li h5 {
  font-size: 18px;
  color: var(--heading-text);
  font-weight: 700;
  font-family: var(--bs-font-jura-serif);
}

.planning-sec ul li p {
  color: var(--heading-text);
  font-size: 16px;
}

.contact-box {
  background-color: var(--secondprimary-color);
  text-align: center;
  padding: 50px;
  border-radius: 4px;
}

.contact-box h3 {
  font-family: var(--bs-font-jura-serif);
  color: #fff;
  margin-top: 15px;
}

.contact-box h5 {
  color: var(--primary-color);
  font-size: 28px;
  margin-top: 20px;
}

.serviceimg-1 {
  width: 585px;
  height: 410px;
  overflow: hidden;
  max-width: 100%;
}

.serviceimg-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceimg-2 {
  width: 260px;
  max-width: 100%;
  position: absolute;
  bottom: -50px;
  right: 0;

}

.service-page-text {
  padding-top: 50px;
}

/* service-page-css */

/* careers-page-css */
.join-now-text p {
  color: #212121;
  font-family: var(--bs-font-jura-serif);
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
}

.theme-btn {
  font-family: var(--bs-font-jura-serif);
  background-color: #E36324;
  padding: 12px 15px;
  color: #fff;
  border-radius: 4px;
  width: 150px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.file-upload .file-upload-select {
  display: block;
  color: #dbdbdb;
  cursor: pointer;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  height: 50px;
  border: solid 1px #e36324;
}

/*
#file-upload-input {
  display: none;
} */

.file-upload .file-upload-select .file-select-button {
  background: #161f27;
  padding: 10px;
  display: none;
}

.file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 13px;
  color: #656565;
}

.file-upload .file-upload-select:hover .file-select-button {
  background: #324759;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*.file-upload .file-upload-select input[type="file"] {
  display: none;
}*/

/* .file-upload .file-upload-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e36324;
  outline: 0;
  box-shadow: none;
} */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e36324;
  outline: 0;
  box-shadow: none;
}

.form-ar .form-control {
  height: 55px;
  border: solid 1px #D9D9D9;
}

.form-ar label.form-label {
  font-size: 16px;
  color: #656565;
  margin-bottom: 15px;
}

.form-ar textarea.form-control {
  height: 55px !important
}

.form-ar .section-hd-text h2 {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 50px;
}

.final-tiles-gallery .loading-bar {
  display: none !important;
}

/* contact-page-css */
.contact-info-left {
  padding: 20px;
  background-color: #e3632463;
  margin-top: -72px;
  z-index: 1;
  position: relative;
  border-radius: 6px;

}

.contact-info h3 {
  margin-top: 70px;
  font-size: 36px;
  color: var(--secondprimary-color);
  font-family: var(--bs-font-jura-serif);
}

.contact-info-left ul {
  margin-top: 50px;
  padding: 0;
}

.contact-info-left ul span {
  margin-left: 50px;
  line-height: 30px;
}

.contact-info-left ul li {
  font-size: 20px;
  color: var(--secondprimary-color);
  position: relative;
  display: flex;
  margin-bottom: 35px;
}

.contact-info-left ul li i {
  color: var(--primary-color);
  font-size: 36px;
  position: absolute;
  left: 0;
  display: block;
  top: 7px;
}

.contact-info-left h4 {
  font-size: 20px;
  color: var(--secondprimary-color);
  font-weight: 700;
}

.social-media-ul {
  display: flex;
}

.social-media-ul li {
  margin-bottom: 15px !important;
}

.social-media-ul {
  margin-top: 20px !important;
}

.social-media-ul li a {
  margin-right: 10px;
  background-color: var(--primary-color);
  border-radius: 50px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}

.contact-info-left p {
  font-size: 20px;
  color: var(--secondprimary-color);
}

.social-media-ul li a i {
  color: #fff;
  position: relative;
  font-size: 20px;
  top: 0;
}

.contact-info .form-control {
  height: 55px;
  border: solid 1px #D9D9D9;
}

/* contact-page-css-end */