/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
  scroll-behavior: smooth;
}

.navbar {
  background-color: #1e3262;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.triangle {
  width: 100%;
  height: 60px;
  background: #1e3262;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: -2px;
  z-index: 9;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.phone-number {
  width: 244px;
  height: 69px;
  background-color: white;
  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;
  margin: 1px 1px 1px 0px;
}

.header {
  background-color: #1e3262;
  color: white;
  height: 70px;
  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;
  font-size: 17px;
  font-family: Poppins;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title img {
  padding: 10px;

  width: 200px;
  margin-left: 35px;
}
.number {
  background-color: white;
  color: black;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.fa-phone {
  font-size: 25px;
}
/* .services-background-img {
    padding: 20px 0px;
    width: 100%;
    height: 100vh;
    position: relative;
  } */

.cont {
  background: #ececec;
  position: absolute;
  inset: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .cont {
    position: relative;
  }
}
.service-section {
  background: #ececec;
  height: 100vh;
  position: relative;
  /* display: flex;
      justify-content: space-between; */
}
.service-section-key {
  position: absolute;
  left: 85%;
  top: -6%;
  /* background-color: red; */
}

.service-section-heading1 {
  font-size: 44px;
  color: #1e3262;
  font-family: Rokkitt;
}

.service-section-heading2 {
  color: #1e3262;
  font-size: 57px;
  line-height: 1;
}
@media (max-width: 992px) {
  .service-section-heading2 {
    font-size: 36px !important;
  }
}
.headings {
  position: absolute;
  margin-left: 35px;
  top: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30rem;
}
.line {
  background-color: #1e3262; /* Set the background color */
  height: 6px;
  width: 23%;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.line2 {
  background-color: #1e3262; /* Set the background color */
  height: 6px;
  width: 1%;
  border-radius: 30px;
  margin-bottom: 10px;
}
.line-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}

.headings-button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #1e3262;
  height: 50px;
  width: 180px;
  margin-top: 50px;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.flexcol{
margin-top:50px;
}
.card-button {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #1e3262;
  height: 50px;
  width: 180px;
  margin-top: 50px;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.nav-item {
  font-family: "Poppins", sans-serif;
}
.item {
  width: 104px;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headings-button:hover {
  background-color: #5169a4;
}
.our-services {
  background: #1e3262;
  padding: 35px;
  /* display: flex;
    justify-content: space-between; */
}
.our-service-img {
  text-align: right;
}
.ourservices-heading {
  color: white;
  font-size: 50px;
  /* color: #1e3262; */
  /* margin-bottom: 20px */
}

.service-section .heading {
  padding-left: 70px;
}

.services-heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.services-span {
  font-weight: 600;
}
.where-we-work-span,
.services-span {
  font-family: "Poppins", sans-serif;
}
.where-we-work-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  color: white;
  font-size: 38px;
padding:0px 20px;
}
@media(max-width:576px){
.where-we-work-cont {
   font-size: 24px;
margin-bottom:25px;
}
.line-class{
display:none !important;
}

}

.where-we-work-span {
  font-size: 18px;
}
.carousel-item {
  height: 350px;
  z-index: 9;
  /* background-color: red; */
}
/* .services-card img {
    width: 450px;
  } */
/* .services-card {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  } */

/* .image-wrapper {
    width: 100%;
  } */
.overlay {
  position: absolute;
  top: 400px;
  left: 0;
  width: 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;
}

.services-logo {
  background-color: #ececec;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  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;
  position: absolute;
  top: -54px;
  right: 30px;
  z-index: 9;
}
.get-in-touch-section {
  position: relative;
}
.getcont {
  background-color: white;
  height: 100%;
  inset: 0;
  padding: 20px 30px;
  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;
}
.input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input-fields /* Style for the input field */
  input[type="text"] ,input[type="textarea"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.textarea:focus {
  outline: none;
  border-color: #1e3262; /* Change this to your desired focus color */
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Change this to your desired focus box-shadow */
}
/* Style when the input field is focused */
input[type="text"]:focus {
  outline: none;
  border-color: #1e3262; /* Change this to your desired focus color */
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Change this to your desired focus box-shadow */
}

/* Style for placeholder text */
input::-webkit-input-placeholder {
  color: #999; /* Change this to your desired placeholder text color */
}
input::-moz-placeholder {
  color: #999; /* Change this to your desired placeholder text color */
}
input:-ms-input-placeholder {
  color: #999; /* Change this to your desired placeholder text color */
}
input::-ms-input-placeholder {
  color: #999; /* Change this to your desired placeholder text color */
}
input::placeholder {
  color: #999; /* Change this to your desired placeholder text color */
}
.address-details {
  padding-right: 40px;
  /* top: 21%; */
  /* background-color: red; */
}
.address-details span {
  font-size: 18px;
  /* text-transform: uppercase; */
  margin: 20px;
}
.carousel-container-div {
  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;
  margin-top: 50px;
}

/* 
  .fa-solid {
    color: #1e3262;
    border-radius: 50%;
    font-size: 25px;
    padding: 15px;
    display: inline-block;
  } */

.phone-number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* Center vertically */
}

.phone-number i {
  margin-right: 8px; /* Adjust the margin as needed */
}
.map {
  margin: 0px 35px;
  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;
  padding-bottom: 40px;
}
.map-container {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border-radius: 7px;
  padding: 30px;
  background-color: #cfcece;
  padding-bottom: 10px;
  width: 100%;
  height: 496.67px;
}
.about-us {
  background-color: #cfcece;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1e3262;
}
.fa-brands1 {
  font-size: 50px;
  color: #1e3262;
  margin-right: 10px;
}
.resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  padding-left: 5px;
}
.resources span {
  font-size: 20px;
  margin: 8px 0px;
}
.resources-heading {
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.social-icons {
  margin-top: 30px;
}
.footer {
  background-color: #1e3262;
  color: white;
  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;
  height: 80px;
}
.where-img {
  width: 40%;
  left: 60%;
  height: 100%;
  position: absolute;
}


@media(max-width:576px){
.service-img{
display:none;
}

}
.where-we-work {
  position: relative;
  background: #1e3262;
}
.service-img {
  width: 20%;
  left: 80%;
  height: 100%;
  position: absolute;
}
.custom-link {
  text-decoration: none; /* Remove underlining */
  color: #1e3262; /* Change the color to your desired color (e.g., red) */
}

.carousel-container-div {
  position: relative;
}

.carousel-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}

.carousel-slide-div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-container-h3 {
text-align:left;

  margin-left: 10px;
  font-weight: 900;
  font-size: 25px;
}
.card-div {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  border-radius: 5px;
  /* margin: 10px; */
  text-align: center;
  padding: 26px;
  border-radius: 20px;
  height: 60rem;
}

@media (max-width: 576px) {
  .card-div {
    height: 58rem;
  }
}
.card-img {
  position: relative;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  cursor: pointer;
  z-index: 1;
  border: none;
  border-radius: 30px;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}
.card-container {
  font-family: Poppins;
  width: 360px;
  padding-top: 30px;
  padding: 10px;
  border-radius: 20px 0px 20px 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 1;
}

@media(max-width:385px){
.card-container{
height:60rem;
}

}

.card-container ul li {
  margin-left: 15px;
  margin-top: 20px;
  list-style-type: disc;
  font-family: "Poppins", sans-serif;
}
.left-align {
  text-align: left;
}

.address-icon {
  background-color: #1e3262;
  font-size: 25px;
  color: white;
  padding: 15px;
  border-radius: 30px;
}
.address-heading {
  margin-bottom: 12px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.aboutcont {
  min-height: 100vh;
  background: white;
  padding: 120px 0px 0px 0px;
}
.aboutcont .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .aboutcont .heading {
    width: 250px;
  }
.aboutcont {
   padding: 100px 0px 0px 0px;
}

}
.aboutcont .heading h2 {
  text-transform: uppercase;
  text-align: center;
  color: #1e3262;
  white-space: nowrap;
  text-align: center;
  font-family: "Rokkitt", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}

@media(max-width:992px){
.aboutcont .heading h2 {
   white-space: wrap;
 }
.aboutcont .heading .under{
display:none!important;
}
}
@media (max-width: 576px) {
  .aboutcont .heading h2 {
    font-size: 40px;
  }
}
.aboutcont .container {
}
.aboutcont .heading .under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.aboutcont .heading .under .line {
  width: 142px;
  height: 6px;
  background-color: #1e3262;
  border-radius: 30px;
}
.aboutcont .heading .under .dot {
  height: 6px;
  background-color: #1e3262;
  border-radius: 50%;
  width: 6px;
  margin-left: 20px;
}
.aboutcont .para {
  background-color: white;
  padding: 29px 34px;
  margin: 60px 0px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .aboutcont .para {
margin: 10px 0px;
    padding: 19px 24px;
  }
}
.aboutcont .para p {
  color: #1e3262;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 174.5%;
}
@media (max-width: 576px) {
  .aboutcont .para p {
    font-size: 16px;
  }
}

.blogpage {
  padding-top: 110px;
  padding-bottom: 30px;
  background-color: #ececec;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .blogpage {
    padding: 100px 0px;
    height: 100%;
  }
}
.blogpage .row {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blogpage .row .col1 {
  padding-left: 68px;
}
.blogpage .heading {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.blogpage .heading h3 {
  color: #1e3262;
  font-family: Rokkitt;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.blogpage .heading h2 {
  color: #1e3262;
  font-family: Rokkitt;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogpage .heading .under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-right: -30px;
}
.blogpage .heading .under .line {
  width: 142px;
  height: 6px;
  background-color: #1e3262;
  border-radius: 30px;
}
.blogpage .heading .under .dot {
  height: 6px;
  background-color: #1e3262;
  border-radius: 50%;
  width: 6px;
  margin-left: 20px;
}

.blogpage .rinch {
  position: absolute;
  left: 30%;
  margin: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  top: 23%;
}

.blogcardsection {
  padding: 60px 0px 60px 0px;
}
.blogcardsection .card {
  margin-bottom: 40px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px hsl(0, 3%, 78%);
  box-shadow: 0px 0px 20px hsl(0, 3%, 78%);
}
.blogcardsection .card .imgcont {
  height: 230px;
  overflow: hidden;
}
.blogcardsection .card .imgcont img {
  width: 100%;
}
.blogcardsection .card .content {
  padding: 16px;
}
.blogcardsection .card .content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.blogcardsection .card .content p {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tags p {
  margin-right: 10px;
  border-radius: 20px;
  border: 2px dashed black;
  padding: 6px 12px;
  background-color: #1e3262;
  color: white;
  font-weight: 600;
}

.provide {
  background-color: #1e3262;
  color: white;
}

.provide .cont-side {
  padding: 0px 115px;
}

.provide .cont-side h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 38px;
}
.provide .cont-side p {
  font-family: "Poppins", sans-serif;
}

.provide .img-side {
}
.wcr {
  text-align: center;
  background-color: black;
  padding: 78px;
}

.wcr h2 {
  font-family: "Poppins", sans-serif;

}
.wcr p {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  .provide .cont-side {
    padding: 0px 40px;
  }
}

@media (max-width: 768px) {
  .wcr {
    text-align: center;
    background-color: black;
    padding: 40px;
  }
  .provide .img-side {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .provide .row {
    margin-bottom: 40px;
  }
  .provide .img-side img {
    width: 400px;
    height: 300px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .flexcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-section .heading {
    padding-left: 30px;
padding-right:30px;
  }
}

@media (max-width: 576px) {
  .wcr {
    padding: 24px;
  }
}


@media(max-width:768px){
.service-image{
margin-top:60px;
}
}



#resetbtn{
border:2px solid black;
display:flex;
align-items:center;
justify-content:center;
height:25px;
width:25px;
border-radius:50%;
padding:5px;
display:none;
}
.#resetbtn i{
color:red;
}


.provide h2{
font-size:3rem !important;
}

.provide p{
font-size:22px !important;
}

@media(max-width:1500px){
.provide h2{
font-size:2rem !important;
}

.provide p{
font-size:18px !important;
}


}