* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.business {
  border-right: 1px solid #000;
  color: #c71f4c;
  padding-right: 20px;
}

.top-header {
  background-color: #f7f7f7;
}

.top-header-left {
  display: flex;
  color: #868686;
}

.top-header-left li {
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}

.top-header-left li:hover {
  color: #c71f4c;
}

.top-header-right li a:hover {
  color: #c71f4c;
}

.top-header-right {
  display: flex;
  justify-content: end;
}

.top-header-right a {
  color: #868686;
}

.top-header-right li {
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
}

.navbar-manu .menu li a {
  color: #000;
}

.navbar-manu .logo-text h4 {
  color: #000;
}

.bottom-header-right {
  display: flex;
}

.logo img {
  height: 100%;
  width: 100%;
}

.logo {
  height: 80px;
  width: 70%;
}

.logo-text {
  border-right: 2px solid #c71f4c;
  padding-right: 10px;
}

.bottom-header-right-1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.bottom-header-right-1 h5 {
  color: #c71f4c;
  margin: 0;
}

.bottom-header-right-1 h4 {
  color: #fff;
  margin: 0;
}

.menu {
  display: flex;
  justify-content: end;
}

.menu li {
  padding-top: 28px;
}

.menu li a {
  padding: 30px 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.menu li a::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #c71f4c;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.menu li a:hover::after {
  display: block;
}


.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.menu-up {
  display: flex;
  justify-content: end;
}

.slider-hero .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 6px;
  margin: 5px 7px;
  background: #9e9e9e;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.slider-hero .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 30px;
  height: 7px;
}

.slider-hero .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(120px, -70px) !important;
}

.owl-top {
  position: relative;
}

.owl-top-text {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  color: #fff;
  transform: translate(100px, 100px);
}

.owl-top-text h1 {
  font-size: 60px;
}

.owl-top-text p {
  font-size: 20px;
}

.owl-top-link {
  color: #fff;
  position: relative;
  font-weight: 600;
  z-index: 99;
  padding: 10px 18px;
}

.owl-top-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #ff9f46; */
  background: linear-gradient(-45deg, rgb(109, 17, 53) -6%, rgb(199, 31, 76) 73%);
  width: 55px;
  height: 45px;
  z-index: -1;
  transition: 0.5s;

}

.owl-top-link:hover::before {
  width: 30%;
}

.clients {
  padding: 100px 0 60px 0;
}

.client-case {
  cursor: pointer;
  display: inline;
  position: relative;
  padding: 10px;
  transition: 0.5s;
}

.client-case-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.client-case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  z-index: -1;
  transition: 0.5s;
}

.client-case:hover::before {
  width: 100%;
  /* color: white; */
}

.client-case:hover {
  width: 100%;
  color: white;
}

.owl-client .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transform: translate(375px, 30px);
}

.owl-client .owl-dots .owl-dot.active span {
  background-color: #000;
  width: 40px;
  height: 10px;
}

.owl-client {
  padding: 40px 0 40px 0;
}

.img-size {
  border-radius: 100px;
  background-color: #f7f7f7;
  border: 1px solid #c71f4c;
}

.img-size-1 {
  padding: 10px;
}

.img-size img {
  width: 248px !important;
  height: 80px;
  border-radius: 100px;
}

.img-size img:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 100px;
}

.owl-service {
  padding: 0 70px 200px 70px;
}

.service-section-1 {
  position: relative;
}

.service-section-1::before {
  width: 80%;
  height: 650px;
  background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  margin: auto;
  border-radius: 20px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.services-top {
  padding: 61px 186px 40px 186px;
}

.services-top h2 {
  font-size: 2.5rem;
  color: white;
}

.services-top p {
  color: white;
}


.services-text {
  position: absolute;
  width: 50%;
  /* bottom: 0; */
  /* padding-left: 20px; */
  /* padding-bottom: 20px; */
  font-size: 38px;
  color: #fff;
}

.services-text h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.services-img {
  overflow: hidden;
  height: 350px;
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
}

.service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 2s ease;
}

/* .services-img img:hover {
  transform: scale(1.2);
} */

.owl-service .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 5px 7px;
  background: #ffb3b3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transform: translate(520px, 10px);
}

.owl-service .owl-dots .owl-dot.active span {
  background-color: #c71f4c;
  height: 6px;
  width: 30px;
}

.got-border {
  /* background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%); */
  border: 10px solid #c71f4c;
  margin: 0 3%;
}

.content-ques h2 {
  font-size: 34px;
  line-height: 40px;
  padding: 0 15px 20px;
}

.content-ques {
  position: relative;
  padding: 50px 0 50px 280px;
}

.content-ques p {
  position: absolute;
  top: 0;
  transform: translate(10px, -49px);
  background-color: white;
  padding: 15px 25px 15px 25px;
  font-size: 15px;
}

.service-left {
  position: relative;
}

.service-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-call {
  background: #002f51 url(../image/dot-bg.png);
  padding: 35px 30px;
  border-radius: 10px;
  margin: 45px 35px 45px 0;
}

.request-call p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  max-width: 180px;
}

.link {
  color: #fff;
  position: relative;
  font-weight: 600;
  z-index: 99;
  padding: 10px 18px;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c71f4c;
  width: 55px;
  height: 45px;
  z-index: -1;
  transition: 0.5s;
}

.link:hover::before {
  width: 80%;
}

.company-office {
  background-image: url(../image/meeting1.jpg);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 100px 0;
}

.company-office::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
}

.factor {
  padding: 150px 0 0;
  position: relative;
}

.factor h2 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 60px;
}

.factor h2 span {
  font-weight: 500;
}

.office-8 {
  text-align: center;
  padding: 0 0 200px;
  position: relative;
}

.office-8 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
}

.count-text {
  font-weight: 700;
  color: #ff9f46;
  font-size: 50px;
}

.value {
  font-size: 40px;
  color: #ff9f46;
  padding-left: 10px;
}

.our-dynamic h2 {
  position: relative;
  color: #000;
  font-size: 35px;
  font-weight: 200;
  line-height: 1.3em;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.our-dynamic h2 span {
  font-weight: 500;
}

.inner-1 {
  background-image: url(../image/Expertise\ bg.jpg);
  background-color: #0a0a0a;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.inner-2 {
  background-image: url(../image/Agility\ bg.jpg);
  background-color: #0a0a0a;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.inner-3 {
  background-image: url(../image/Transparency.jpg);
  background-color: #0a0a0a;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.inner-4 {
  background-image: url(../image/Partnership\ bg.jpg);
  background-color: #0a0a0a;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.inner {
  text-align: center;
  padding: 50px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

.inner-1::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  opacity: 0.6;
  background-color: inherit;
  backface-visibility: hidden;
}

.inner-2::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  opacity: 0.6;
  background-color: inherit;
  backface-visibility: hidden;
}

.inner-3::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  opacity: 0.6;
  background-color: inherit;
  backface-visibility: hidden;
}

.inner-4::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  opacity: 0.6;
  background-color: inherit;
  backface-visibility: hidden;
}

.map-size iframe {
  width: 100%;
}

.map-contact {
  padding: 100px 0 100px 0;
}

.contact-top {
  /* font-style: oblique; */
  color: #888888;
  padding-left: 10px;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #c71f4c;
}

.contact-left {
  display: flex;
}

.contact-left h2 {
  padding: 5px 20px 0 5px;
  font-weight: 600;
}

.contact-left span {
  font-size: xx-large;
}

.form-group {
  padding: 10px;
}

.form-group input {
  width: 100%;
  line-height: 28px;
  padding: 10px 18px;
  color: #1b1b1b;
  border: 1px solid rgb(235 235 235);
  height: 50px;
  font-size: 13px;
  background: #fff;
  border-radius: 5px;
}

.form-group input:focus-visible {
  border-color: #c71f4c;
}

.form-group button {
  padding: 10px 20px;
  border: 2px solid #c71f4c;
  border-radius: 8px;
  background-color: #c71f4c;
  color: #fff;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #fff;
  color: #c71f4c;
}

.form-radio {
  padding: 10px;
}

.form-radio label {
  padding: 10px;
}

.icon {
  display: flex;
}

.icon li {
  padding: 10px;
  cursor: pointer;
}

.icon li:hover {
  color: #ff9f46;
}

.footer {
  background-color: #3c3c3c;
}

.footer-text {
  color: #fff;
  padding: 40px 0 30px;
}

.section-1 {
  padding-top: 57px;
}

.quick-link {
  padding-left: 0;
  padding-bottom: 13px;
}

.quick-link li {
  padding: 0;
  cursor: pointer;
}

.quick-link li:hover {
  color: #ff9f46;
}

.information p {
  padding: 10px 0 5px;
  line-height: 30px;
}

/* contact page start */

.contact {
  padding: 40px 0 100px;
}

.contact-detail {
  padding: 30px 0;
}

.contact-detail h2 {
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-detail-1 {
  display: flex;
  margin: 5px 0px;
}

.contact-detail-1 i {
  padding-right: 20px;
  padding-top: 4px;
}

.contact-detail-1 span {
  font-size: 1rem;
}






/* contact page end */

/* client page start */
.client {
  padding-bottom: 100px;
}

.client-img img {
  width: 100%;
  padding: 25px;
}

.client-img img:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(0.8) rotate(-15deg);
  border-radius: 50px;
}

.client-text {
  text-align: center;
  padding: 100px 0 50px;
}

/* client page end */

/* about page start */

.reception img {
  width: 100%;
}

.about-text {
  padding: 100px 0;
}

.our-team {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  height: 340px;
  margin: 20px 0;
  border-radius: 25px;
}

.our-team img {
  width: 90%;
  height: 170px;
  margin: 40px 0 40px 0;
  border-radius: 50%;
  cursor: pointer;
}

.our-team img:hover {
  opacity: 0.7;
}

.our-team h3 {
  text-align: center;
  color: #f9b528;
  font-size: medium;
}

.our-team p {
  text-align: center;
  font-size: revert;
}

.our-team-1 h1 {
  text-align: center;
  font-weight: 700;
}

.team-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

/* about page end */

/* sevice page start */

.our-service {
  text-align: center;
}

.our-service h1 {
  color: #c71f4c;
}

.manpower-img {
  overflow: hidden;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.manpower-img img {
  width: 100%;
  height: 250px;
}

.manpower-img img:hover {
  transform: scale(1.2);
}

.manpower-service {
  text-align: center;
  margin: 20px 0;
}

.manpower-service:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.manpower-1 p {
  margin: 0;
  line-height: 25px;
}

.manpower-1 {
  padding: 25px;
  background-color: #e5c4c44a;
  height: 250px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* service page end */

/* mission & Vision page start */

.vision-img img {
  width: 85%;
  height: 245px;
  border-radius: 40px;
}

.vision-img img:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vision-img {
  padding: 50px 0;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.vision-text {
  padding: 50px 0;
  cursor: pointer;
}

.vision-text:hover {
  color: #999696;
}

.vision-text h3 {
  color: #f9b528;
}

/* Mission & vision page end */

.our-value li {
  list-style: inside;
}

.mission-vission {
  padding: 100px 0 100px 0;
}

.head-img {
  text-align: center;
  padding: 85px 0 0;
  overflow: hidden;
}

.head-img img {
  width: 75%;
  height: 400px;
  border-radius: 50%;
  border: 5px solid #f9b528;
}

.head-img img:hover {
  transform: scale(1.01);
  opacity: 0.7;
}

.head h3 {
  text-align: center;
  color: #c71f4c;
}

.head p {
  text-align: center;
}

.head-msg {
  padding: 150px 0;
}

.hamburger {
  cursor: pointer;
  display: none;
  transform: translate(10px, 10px);
}

.hamburger div {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  background-color: #c71f4c;
}























@media only screen and (max-width: 550px) {

  /* For mobile phones: */
  /* [class*="col-"] {
    width: 100% !important;
  } */
  .owl-service .owl-dots{
    display: none;
  }
  .hamburger {
    display: block;
  }

  .menu {
    display: none;
  }

  .logo {
    display: none;
  }

  .menu-up-2 {
    width: 20% !important;
  }

  .bottom-header-right-2 {
    width: 80% !important;
  }

  .menu-up-2 nav {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    background-color: #c71f4c;
    padding: 30px;
    transform: translate(0px, 50px);
    transition: 0.5s;
    z-index: 99;
  }

  .menu-up-2 #nav_check:checked~nav {
    right: 0;
  }

  .navbar-manu {
    position: relative;
  }

  .menu-up-2 nav ul {
    display: block;
  }

  .menu {
    width: 100%;
  }

  .hidden-mo {
    display: none !important;
  }

  .top-header-left-1 {
    width: 40% !important;
    font-size: 12px;
  }

  .top-header-right-1 {
    width: 60% !important;
    font-size: 12px;
  }

  .owl-top-text h1 {
    font-size: 35px;
  }

  .owl-top-text p {
    display: none;
  }

  .owl-top-text {
    transform: translate(40px, 190px);
  }

  .slider-hero .owl-theme .owl-nav.disabled+.owl-dots {
    transform: translate(68px, -20px) !important;
  }

  .owl-top div img {
    height: 480px;
  }

  .img-size img {
    width: 160px !important;
  }

  .owl-client .owl-dots .owl-dot span {
    transform: translate(20px, 0px) !important;
  }

  .owl-service {
    padding: 0;
  }

  .owl-service .owl-dots .owl-dot span {
    transform: translate(75px, 0px) !important;
  }

  .services-text {
    transform: translate(-25px, -50px) !important;
  }

  .service-pic {
    display: flex;
    justify-content: center;
  }

  .services-img {
    width: 90% !important;
  }

  .service-img {
    display: none;
  }

  .content-ques {
    padding: 40px 0 !important;
  }

  .request-call {
    margin: 10px 10px 20px;
  }

  .content-ques h2 {
    font-size: x-large;
    line-height: 30px;
  }

  .service-section-1::before {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .got-question {
    padding: 80px 0 0;
  }

  .services-top {
    padding: 58px 37px 40px 37px;
  }

  .dir {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 550px) and (max-width: 900px) {
  .top-header-left-1 {
    width: 20% !important;
    font-size: 15px;
  }

  .top-header-right-1 {
    width: 80% !important;
    font-size: 15px;
  }

  .hamburger {
    display: block;
  }

  .menu {
    display: none;
  }

  .logo {
    display: none;
  }

  .menu-up-2 {
    width: 20% !important;
    display: flex;
    justify-content: end;
  }

  .bottom-header-right-2 {
    width: 80% !important;
  }

  .menu-up-2 nav {
    position: absolute;
    right: -100%;
    top: 0;
    width: 40%;
    background-color: #c71f4c;
    padding: 30px;
    transform: translate(0px, 50px);
    transition: 0.5s;
    z-index: 99;
  }

  .slider-hero .owl-theme .owl-nav.disabled+.owl-dots {
    transform: translate(45px, -40px) !important;
  }

  .menu-up-2 #nav_check:checked~nav {
    right: 0;
  }

  .navbar-manu {
    position: relative;
  }

  .menu-up-2 nav ul {
    display: block;
  }

  .menu {
    width: 100%;
  }

  .owl-client .owl-nav.disabled+.owl-dots {
    transform: translate(-170px, 10px) !important;
  }

  .owl-service .owl-nav.disabled+.owl-dots {
    transform: translate(-268px, 10px) !important;
  }

  .service-section-1::before {
    width: 90% !important;
  }

  .service-section-1::before {
    height: 525px !important;
  }

  .owl-top-text {
    transform: translate(50px, 35px);
  }

  .owl-top-text h1 {
    font-size: 40px;
  }

  .owl-service {
    padding: 0 20px 140px;
  }

  .img-size img {
    width: 140px !important;
    height: 65px !important;
  }

  .services-img {
    height: auto;
  }

  .got-border {
    margin: 0 -20px;
  }

  .content-ques h2 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 10px;
  }

  .request-call {
    padding: 20px 10px;
    margin: 25px 0;
  }

  .service-img {
    width: 200px;
  }

  .col-6 {
    width: 100% !important;
  }
}



/* about us section start  */

.inner-column{
  padding: 0 30px;
}
.about-section {
  position: relative;
  padding: 40px 0px 70px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
}

.about-section .content-column .inner-column .signature {
  position: relative;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.about-section .content-column .inner-column .signature .image {
  margin-right: 10px;
}

.about-section .blocks-column .inner-column {
  padding-top: 35px;
}


.fluid-section-three {
  position: relative;
}

.grdiantbac {
  -webkit-background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
}

.fluid-section-three .outer-container {
  position: relative;
  min-height: 250px;
}

.fluid-section-three .image-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  float: right;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fluid-section-three .image-column .image-box {
  position: relative;
  display: none;
}

.fluid-section-three .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section-three .image-column .image-content {
  position: absolute;
  left: 48px;
  bottom: 40px;
}

.fluid-section-three .image-column .image-content h2 {
  position: relative;
  color: #333333;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.fluid-section-three .image-column .image-content .designation {
  position: relative;
  color: #214fdc;
  font-size: 20px;
  font-weight: 400;
}

.fluid-section-three .content-column {
  position: relative;
  float: left;
  width: 50%;
}

.fluid-section-three .content-column .inner-column {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 15px 50px 15px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.clearfix:before {
  display: table;
  content: " ";
}

.sec-title {
  position: relative;
  margin-bottom: 40px;
}

.margin-top {
  margin-top: 100px;
}

.sec-title .title {
  position: relative;
  font-size: 20px;
  font-style: italic;
  color: #c71f4c;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Lora', serif;
}

.sec-title h2 {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3em;
}

p,
.text {
  position: relative;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
}

.icons-list ul {
  margin: 5px 0;
}

.icons-list li:first-child {
  padding: 0 0 10px 0;
}

.icons-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px 0 10px 0;
  line-height: 30px;
}

.icons-list li .media {
  margin: 0;
}

.icons-list ul .media-body {
  vertical-align: middle;
}

.ls .icons-list .media-body .title {
  color: #1f232b;
}

.icons-list ul .media-body .title {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

.ls .icons-list .media-body .title span {
  color: #c51f4c;
}

.icons-list ul .media-body .title span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

.btn-style-one {
  position: relative;
  line-height: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  background: #c71f4c;
  display: inline-block;
  border-radius: 5px;
  padding: 11px 40px;
  text-transform: capitalize;
  border: 2px solid #c71f4c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover {
  color: #c71f4c;
  background: none;
}



.why-area .why-box {
  border: 1px solid rgba(241, 37, 77, 0.65);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: background 0.5s ease-in-out;
  position: relative;
}

.why-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.why-box:hover:before {
  opacity: 1;
}

.why-area .why-box.colored {
  -webkit-background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
  background: linear-gradient(-45deg, #6d1135 -6%, #c71f4c 73%);
}

.why-area .why-box.colored:before {
  content: none;
}

.why-area .why-box:hover i,
.why-area .why-box:hover h4 {
  color: #fff;
}

.why-area .why-box:hover p {
  color: #ddd;
}

.mt-50px {
  margin-top: 50px;
}

.mb-30px {
  margin-bottom: 30px;
}

.fs-35 {
  font-size: 45px;
}

.color-fff {
  color: #fff;
}

.design-block {
  position: relative;
  margin-bottom: 30px;
}

.design-block .design-inner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
}

.design-block .design-inner .image {
  position: relative;
}

.design-block .design-inner .image img {
  position: relative;
  width: 100%;
  display: block;
}

.design-block .design-inner .image .image-content {
  position: absolute;
  left: 28px;
  bottom: 25px;
  z-index: 2;
}

.fs-35 {
  font-size: 45px;
}

.color-red {
  color: #b51c47;
  font-size: 2rem;
}

.design-block {
  position: relative;
  margin-bottom: 30px;
}

.design-block .design-inner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
}

.design-block .design-inner .image {
  position: relative;
}

.design-block.style-two .design-inner .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.50);
}

.design-block .design-inner .image img {
  position: relative;
  width: 100%;
  display: block;
}

.design-block .design-inner .image .image-content {
  position: absolute;
  left: 28px;
  bottom: 25px;
  z-index: 2;
}

.design-block .design-inner .image .image-content .image-title {
  position: relative;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
  font-family: 'Lora', serif;
}

.design-block .design-inner .image .image-content h2 {
  position: relative;
  color: #f6f6f6;
  font-weight: 700;
  font-size: 25px;
}

.design-block .design-inner .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  background: #c71f4c;
  z-index: 3;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.design-block .design-inner:hover .image .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}

.design-block .design-inner .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 25px;
}

.design-block .design-inner .image .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.design-block .design-inner .image .overlay-box .overlay-inner .content h4 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;

}

.design-block .design-inner .image .overlay-box .overlay-inner .content h3 {
  position: relative;
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.50);
}

.design-block .design-inner .image .overlay-box .overlay-inner .content h3 a {
  position: relative;
  color: #ffffff;
}

.design-block .design-inner .image .overlay-box .overlay-inner .content .text {
  position: relative;
  color: #f6f6f6;
  font-size: 15px;
  line-height: 1.6em;
  text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.50);
}


/* about us section start  */


/* industries section start  */


.btn-style-two {
  position: absolute;
  line-height: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  background: #c71f4c;
  display: inline-block;
  border-radius: 5px;
  padding: 11px 40px;
  text-transform: capitalize;
  border: 2px solid #c71f4c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.services-title {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  font-size: 1.3rem;
}

.service-span {
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0px 30px;
  font-weight: 700;

}

.btn-style-two:hover {
  color: #c71f4c;
  background: white;
}

.padding-5px-all {
  padding: 5px;
}

@media (max-width: 767px) {
  .sm-padding-50px-top {
    padding-top: 50px;
  }
}

.opacity-extra-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.bg-extra-dark-gray {
  background-color: #232323;
}

.padding-10-rem-tb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.w-100 {
  width: 100%;
}

.margin-35px-bottom {
  margin-bottom: 35px;
}

.text-white {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.margin-25px-bottom {
  margin-bottom: 25px;
}

.opacity-6 {
  opacity: 0.6;
}

.letter-spacing-2px {
  letter-spacing: 2px;
}

.btn.btn-box-shadow.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}

.btn.btn-fancy.btn-medium {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 12px 28px;
}

.btn.btn-round-edge-small {
  border-radius: 2px;
}

.opacity-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.60;
  top: 0;
  left: 0;
}

.h-100 {
  height: 100% !important;
}

.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.industry-content h4 {
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.4rem;
}

/* industries section Ends  */


/* counter section start  */


.counter-section {
  position: relative;
  padding: 150px 0;
  background-image: url("../../assets/image/team.png");
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.counter-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.counter-content {
  color: #fff;
  text-align: center;
  z-index: 1;
}

.counter-content h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  z-index: 1;
  color: #fff;
}

.counter-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0px;
  margin-bottom: 30px;
}

.counter-info {
  position: relative;
}

.counter-info h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-item p {
  margin: 0;
}

.counter-item .fa-plus {
  position: absolute;
  top: 9px;
  right: -28px;
  color: #b51c47;
  font-size: 22px;
  padding: 5px;
}

/* Media Queries */
@media (max-width: 767px) {
  .counter-box {
    flex-direction: row;
    padding: 0px 26px;
  }

  .contact-left {
    display: flex;
    align-items: center;
  }

  .contact-left h2 {
    font-size: 2rem;
  }

  .contact-left span {
    font-size: 2rem;
  }

  .counter-info h2 {
    font-size: 2.9rem;
  }

  .counter-box .counter-item {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter-box .counter-item {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* counter section Ends  */



/* clients area start  */

.client-box {
  text-align: center;
  padding: 20px;
}

.client-box img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.pageheading {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3em;
  /*  margin-top: 85px; */
  text-transform: uppercase;
  color: #c51f4c;
}
@media (max-width: 500px) {
  .pageheading {
    font-size: 27px;
  }
}



/* clients area start  */



/* footer style  */

#footer-icons a i {
  font-size: 35px;
  color: #c51f4c;
}

#footer h5 {
  color: #c51f4c;
}

.footer-bg {
  background-color: #f0efef;
}

.designation-contact {
  display: flex;
}

.designation-contact .card {
  max-width: 380px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 30px;

  cursor: pointer;
  backdrop-filter: blur(5px);
  /* box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.5); */
  box-shadow: 2px 1px 10px 0px rgb(0, 0, 0, 0.5);
  background-color: rgba(225, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
}

/* .designation-contact>div {
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
*/

.designation-contact>div h6 {
  font-size: 1.2rem;
}



.designation-contact h6 {
  color: #c51f4c;

}

/* footer style  */



/* navbar area starts  */


/* navbar style */
.navbar-brand img {
  width: 180px;
}

.nav-link {
  color: rgba(0, 0, 0, 0.795);
  font-weight: 600;
}

.nav-link:hover {
  color: #c51f4c !important;
  transition: all 0.3s;
}

@media (max-width: 640px) {
  .navbar-brand img {
    width: 166px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.5s ease-in-out;
}

header.transparent {
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}

header.white {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

header.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

header.sticky {
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar {
  background-color: white;
  transition: background-color 0.5s ease-in-out;
}

.fade-in {
  opacity: 1;
}

.fade-down {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.navbar-nav .nav-item .active {
  color: #c51f4c !important;
}


.nav-link {
  color: rgba(0, 0, 0, 0.795);
  font-weight: 600;
  font-size: 18px;
  padding-right: 3rem !important;
}


/* navbar style */

/* navbar area starts  */


@media only screen and (min-width: 992px) {
  .owl-top-text {
    position: absolute;
    content: "";
    left: 0;
    top: 102px;
    color: #fff;
    transform: translate(100px, 100px);
  }

  .designation-contact>div:nth-of-type(1) {
    border-right: none;

  }

  .designation-contact>div:nth-of-type(2) {
    border-right: none;

  }

  .content-ques h2 {
    font-size: 34px;
    line-height: 40px;
    padding: 52px 15px 20px;
  }
}



/* all-section-title */

.all-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-section-title h2 {
  position: relative;
}

.all-section-title h2::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 68px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c51f4c;
}



/* all-section-title */


.top-all-image {
  max-height: 370px;
  overflow: hidden;
}

.top-all-image img {
  max-height: 100%;
  object-fit: cover;
}


.form-box {
  background-color: #f0efef;
  padding: 20px;
  border-radius: 20px;
}


@media only screen and (max-width: 550px) {

  .form-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
  }

  .form-box-content {
    background-color: #f0efef !important;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
}





/* dropdown section  */
.dropdown-menu[data-bs-popper] {
  top: 134%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
  width: 100%;

}

.dropdown-item:focus,
.dropdown-item:hover {
  /* color: ; */
  background: none;
}




.navbar-expand-lg .navbar-nav .dropdown-menu li:hover {
  background-color: #b51c47;
  color: white;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  transition: 0.2s letter-spacing;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
  background-color: #b51c47;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 600;
}


@media (max-width: 992px) {

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    width: 100%;
    /* max-width: 320px; */
    border: none;
  }

  .dropdown-toggle {
    transition: 0.2s all;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    display: flex;
    padding: 5px 10px 5px 0px;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    display: flex;
    padding: 5px 0px;
    align-items: center;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
    transition: 0.2s show;
    width: 320px;
    max-width: 320px;
    border: 1px solid #c71f4c;

  }


  .navbar-expand-lg .navbar-nav .show {
    transition: 0.2s show;

  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    display: flex;
    padding: 5px 10px;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0;
    width: 300px;
    max-width: 320px;
  }

}


/* dropdown section  */


/* === ==== Saudi Visa Stamping ==== === */
.saudi-text{
  padding: 50px 0 100px;
}
.serv-img {
  width: 100%;
  height: 400px;
  margin: 56px 0;
}
.serv-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 500px) {
  .serv-img{
    height: 200px;
    margin: 0;
  }
  .serv-img img{
    height: 246px;
  }
}
@media (min-width: 505px) and (max-width: 920px){
  .serv-img{
    margin: 0;
    height: 358px;
  }
  
}
/* === ==== Saudi Visa Stamping ==== === */