@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Roboto:wght@300;400;500;700;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Madimi+One&family=Mukta:wght@200;300;400;500;600;700;800&family=Truculenta:opsz,wght@12..72,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

/* add by nirajan */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inika:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/* btn-yellow for yellow collor with hover   */
:root {
  --bs-brown:rgba(100, 59, 19, 0.97);
  --bs-yellow: #F9A002;.
  --font-teko: "teko";
  --font-inika: 'inika';
  --font-inter: 'inter';
  --border-radius: 4px;
  --icon-size: 24px;
  --off-black: rgba(0, 0, 0, 0.6);

}

/* upto here */






*,
*:before,
*:after {
  box-sizing: border-box;
}





*[lang='en'] body {
  font-family: "Roboto", sans-serif;
}

*[lang='ne'] body {
  font-family: "Mukta", sans-serif;
}

*[lang='en'] h1,
*[lang='en'] h2,
*[lang='en'] h3,
*[lang='en'] h4,
*[lang='en'] h5,
*[lang='en'] h6 {
  font-family: "Quicksand", sans-serif;
}

*[lang='ne'] h1,
*[lang='ne'] h2,
*[lang='ne'] h3,
*[lang='ne'] h4,
*[lang='ne'] h5,
*[lang='ne'] h6 {
  font-family: "Mukta", sans-serif;
}

h2 {

  font-size: 34px;
  font-weight: 600px;
  text-transform: uppercase;
}

*[lang='ne'] h3 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
}

h6 span {
    font-size: 16px;
    font-weight: bold;
   
    text-align: justify; /* Justifies the text */
}

*[lang='ne'] h5 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.btn {
  color: white !important;
  border: 1px solid var();
  padding: 8px 15px;
  transition: 0.3s linear;
  background: var(--bs-yellow);
  border-radius: 4px !important;
}


.btn:hover {
  background: var(--bs-brown);
  color: #fff !important;
}


/* For Tap Navbar */

.en_ne {
  /* height:20px; */
  width: 5px;
  /* position: absolute;
  top: 1%; 
  right: 3%; */
  transition: 0.1s all;
}

.en_ne:hover{
  font-weight: 800 !important;

}

.btn_en {
  padding: 3px;
  width: fit-content;
  color: #000;
  background: var(--first);
  /* margin-bottom: 5px; */
  transition: 0.2s all;
  font-size: 14px;
  font-weight: 500;
}

.btn_en:hover {
  color: var(--first);
  background: var(--white);
  font-weight: 700;
}

.btn_en.active {
  color: #fff;
  background-color: var(--bs-yellow);
}




@media screen and (max-width: 600px) {

  .en_ne {
    height: 80px;
    width: 15px;
    margin-top: 0;
    transition: 0.1s all;
    display: inline-block;
  }

}

/* For Top Navbar */
.topheader .fab {
   color: var(--bs-brown);
}
.top_right  span{
   padding:  0 !important;
   margin:  0 !important;
}
.info {
   display:flex;
   text-align: center;
}

.topheader input {
   color: var(--bs-yellow);
   border: 2px solid var(--bs-yellow);
   padding-left: 8px;
   padding-right: 2px;
}

/* For Phone Numbers */
.left_top {
  display: flex;
  justify-content: space-between;
}

.contact_no {
  color: var(--first);
  font-size: 18px;
}

.top_right {
  display: flex;
  /* vertically center items *
  /* space between items */
  /* example text color */
  padding: 10px 0px;
}


.search-form {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.search-form button {
  background-color:var(--bs-yellow);
  color: #fff;
  border: 2px solid var(--bs-yellow)
}



/* For Social Icons */
.social-buttons {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* justify-content: center; */
  /* margin-top: -10px; */
}

/* .social-buttons__button {
  margin-right: 16px;
} */

.social-button {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  outline: none;
  width: 55px;
  height: 55px;
  text-decoration: none;
}

.social-icons {
  width: 100%;
}

.social-button__inner {
  font-size: 2.3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #fff;
  text-align: center;
}

.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.social-button i {
  font-size: 20px;
}

.social-button svg {
  height: 40%;
  width: 40%;
}

.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
  color: #fff;
  text-decoration: none;
}

.social-button:focus::after,
.social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}

.social-button--facebook {
  color: #3b5999;
}

.social-button--facebook::after {
  background: var(--bs-yellow);
}

.social-button--snapchat {
  color: #f0cc00;
}

.social-button--snapchat::after {
  background: var(--bs-yellow);
}

.social-button--linkedin {
  color: #3b5999;
}

.social-button--linkedin::after {
  background: var(--bs-yellow);
}

.social-button--github {
  background: #f0cc00;
}

.social-button--github::after {
  background: #f0cc00;
}

.social-button--codepen {
  color: #3b5999;
}

.social-button--codepen::after {
  background: var(--bs-yellow);
}

.social-button--instagram {
  color: #3b5999;
}

.social-button--instagram::after {
  background: var(--bs-yellow);
}


.social-button--snapchat {
  color: #3b5999;

}

.social-button--snapchat::after {
  background: var(--bs-yellow);
}

.header {
  top: 0;
  background-color: #eeedf3;
  z-index: 1000;
  padding: 20px 0;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
  transition-timing-function: ease-in-out;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 0 !important; /* Reduced padding when sticky */
}

.nav-small {
  padding: 10px 0;
}

.nav-small .image img {
  height: 40px; /* Ensure the logo is visible by setting a specific height */
}

.nav-small .slogon,
.nav-small .c-name {
  display: none;
}

.header .navbar .collapse ul li:hover {
  background: #d4d0d0;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 16px;
  text-transform: uppercase;
}

*[lang='ne'] .navbar-nav .nav-link {
  font-size: 18px;
}

*[lang='ne'] .navbar-nav .nav-item {
  padding-right: 25px;
}

.navbar-nav .nav-link.active {
  color: var(--bs-yellow) !important;
  border-radius: 5px;
  font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bf6613;
}

@media (max-width: 1366px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg .navbar-collapse.collapsing {
    display: block !important;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
}

.banners-imgs {
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  width: 45%;
  top: 30%;
  text-align: start;

}

.card {
  display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center;     /* Centers content horizontally */
    height: 90%;
    max-height: 500px;       /* Adjust this value to control the maximum height */
    padding: 1rem;
    border-radius: 23px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}

.card .img-box {
  height: 150px;
  margin: 15px;
}

.card .img-box img {
  width: 100%;
  height: 100%;
  border-radius:4px;
}

/* For ABout Us Section in the homepage */

.about-us {
  min-height: 55vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
}

.about-us .container-box {
  /* width: 90%; */
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.about-us .left {
  width: 50%;

}

.about-us .left .cr-1 {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color:var(--bs-yellow);
  margin-left: -70px;
  margin-bottom: -60px;
  z-index: 0;
}

.about-us .right .cr-2 {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color:var(--bs-yellow);
  margin-right: -70px;
  margin-top: -70px;
  z-index: -1;
}

.about-us .left .img {
  height: 400px;
  z-index: 1;

}

.about-us .img img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.about-us .right {
  width: 50%;
  margin-left: -100px;
  margin-bottom: -200px;
  z-index: 4;
}

.about-us .content {
  min-height: 400px;
  padding: 30px;
  border-radius: 8px;
  color: rgb(12, 12, 12);
  background-color: rgb(243, 240, 245);
  display: flex;
  justify-content: center;
  align-items: center;

}


.about-us .content .right-box {
  text-align: center;
}

.about-us .right h1 {
  font-size: 40px;
  font-weight: lighter;
}

.about-us .right p {
  margin: 20px;
  line-height: 25px;
}

.about-us .content .read-more-btn {
  position: absolute;
  
  z-index: 1;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

/* Add this to ensure button visibility */
.about-us .content {
  padding-bottom: 60px; /* Add padding to ensure button is visible */
}

@media only screen and (max-width:992px) {
  .about-us {
    padding-bottom: 20px !important;
  }

  .about-us .container-box {
    flex-direction: column;

  }

  .about-us .left {
    width: 100%;

  }

  .about-us .right {
    margin: 0;
    margin-top: 100px;
    width: 100%;

  }

}

@media only screen and (max-width:611px) {
  .about-us .container-box {
    flex-direction: column;

  }

  .about-us .left {
    width: 60%;

  }

  .about-us .right {
    margin: 0;
    margin-top: 70px;
    width: 60%;

  }

  .about-us .left .cr-1 {
    height: 100px;
    width: 100px;
  }

  .about-us .right .cr-2 {
    height: 100px;
    width: 100px;
  }

  .about-us .right .content .right-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .about-us .right .content .right-box h2 {
    font-size: 23px;
  }
}

.experience .Ebox1,
.blogs .Ebox1 {
  border: 1px solid gray;
  background-color: #0000008d;
}
.experiencebox {
  max-height: 26vh;
  overflow: hidden;
  position: relative; /* Ensure relative positioning for absolute positioning of button */
  border: 1px solid #ccc; /* Example border styling */
  padding: 15px; /* Example padding */
  border-radius: 4px;
}



.experience .E-B-img,
.blogs .E-B-img {
  object-fit: cover;


}

.experience img {
  width: 100%;
  height: 270px;
}

.blogs img {
  width: 100%;
  height: 100%;
}


/* blogs */
/* @media(min-width:768px) and (max-width:999px){
  .experience .Ebox1,.blogs .Ebox1{
    height: 250px;
  }
}
@media(min-width:1000px) and (max-width:1399px){
  .experience .Ebox1,.blogs .Ebox1{
    height: 300px;
  }
}
@media(min-width:1400px){
  .experience .Ebox1,.blogs .Ebox1{
    height: 400px;
  }
} */



/* For General */
.Find-country {


  background: rgba(94, 1, 5, 0.8);



  position: relative;
  /* z-index: -1; */
  color: #fff;
}

.Find-country::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../image/plane22.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/* Ensure text appears above the background overlay */
.Find-country .find-count-row a.btn2 {
  position: relative;
  z-index: 1;
  /* Set z-index higher than the background overlay */
}

/* 
.Find-country {
  color: #fff;
  background-image: url(../image/candidate.jpg);
}
.Find-country::before{
  background: #C92028;

} */
/* Button Styles */
a.btn2 {
  color: #C92028;
  background: #fff;
  border-radius: 23px;
  padding: 10px 25px;
  z-index: 1;
  transition: background-color 0.3s, color 0.3s;
  /* Add transition effect */
}

/* Button Hover Styles */
a.btn2:hover {
  background: #C92028;
  color: #fff;
  z-index: 1;
}


.guiding img {
  width: 80px;
  height: auto;
  border-radius: 50%;

}


.guiding_box {
  transition: 0.2s linear;
  cursor: default;
}

/* .guiding_box:hover{
  border-bottom: 2px solid red;
  border-top: 2px solid red;
} */


.testimonial .arrow {
  color: #C92028;
}

.testimonial img {
  height: 100px;
  width: 100px;
  object-fit: fill;
  border-radius: 50%;
}




.testimonial .test-user {
  font-size: 60px;
}


.contact iframe {
  height: 450px;
}

.contact .contact-det {
  background-color: rgb(233, 230, 230);
}

.contact form input {
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  background: transparent;
  padding: 20px 0px 10px 4px;
  padding-right: 40%;

}

.contact form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  background: transparent;
  padding: 20px 0px 10px 4px;
  padding-right: 40%;
}


/*# sourceMappingURL=style.css.map */





/* For Category Title */
.cat_title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 10px;
  white-space: nowrap;
  padding-bottom: 13px;
  position: relative;
  font-family: var(--firstfont);
  margin: 20px auto;
  color: var(--first);
}

.cat_title:before {
  background-color: var(--third);
  content: '';
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}

.cat_title:after {
  background-color: var(--third);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}


/* For General */
.background {

  background-image: url('../image/planeback.png');



  min-height: 120px;
  max-height: 400px;



  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


  /* use the following only if if you are able to scroll past the image to see a white area (this is the <body> peeking out) above or below the image */
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(94, 1, 5, 0.9);
  /* height: 200px; */
}






.section_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 10px;
  white-space: wrap;
  padding-bottom: 13px;
  position: relative;
  /* font-family: var(--firstfont); */
  margin: 20px auto;
  color: var(--bs-yellow);
  font-family: var(--font-teko) !important;
}

.section_title:before {
  background-color:var(--bs-brown);
  content: '';
  display: block;
  height: 3px;
  width: 90px;
  margin-bottom: 5px;
}

.section_title:after {
  background-color: var(--bs-brown);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 90px;
  margin-bottom: 0.25em;
}

.page_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 10px;
  white-space: normal;
  padding-bottom: 13px;
  position: relative;
  font-family: var(--firstfont);
  margin: 20px auto;
  color: var(--bs-yellow)
}

.page_title:before {
  background-color:var(--bs-yellow);
  content: '';
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}

.page_title:after {
  background-color: var(--bs-yellow);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0.25em;
}


/* For ANother single page */

h1.single_title {
  font-size: 32px;
  margin: 50px auto;
  text-align: center;
  color: var(--first);
}

/* ----------------- */
/* Third */

h1.single_title span {
  display: inline;
  /* background-image: 
  linear-gradient(to right, firebrick, darkorange); */
  background-image: linear-gradient(to right, navy, dodgerblue);
  background-size: 100% 15%;
  background-repeat: no-repeat;
  background-position: center bottom;
}



@media screen {
  .page_title {
    font-size: 30px;
    white-space: normal;
    text-align: center;
  }
}



/* For ABout Page */

.about_page_img {
  height: 100%;
  width: 100%;
  object-fit: contain;

}

.about-section {
  position: relative;
  padding: 30px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-right: 100px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid var(--first);
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
  max-height: 500px;
  object-position: center;
  object-fit: cover;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: var(--first);
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: var(--first);
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid var(--first);
  font-family: 'Arimo', sans-serif;
}


.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}

.sec-title .title {
  position: relative;
  color: var(--first);
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbbbbb;
}


/* For Services Page */
.multi_post {
  margin-top: 70px;
  margin-bottom: 60px;

}

.multi_post .card {
  border: 0;
  margin-bottom: 30px;

}

.multi_post .multi_post_image {
  height: 250px;
  object-fit: contain;
}

.multi_post .multi_post_image img {
  padding: 10px;
  height: 100%;
  width: 100%;
}

/* This is not user */
.projcard-container {
  margin: 50px 0;
}

/* Actual Code: */
.projcard-container,
.projcard-container * {
  box-sizing: border-box;
}

.projcard-container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.projcard {
  position: relative;
  width: 100%;
  min-height: 300px;
  /* max-height: 550px; */
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #ddd;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
  box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
  transform: translate(0px, -3px);
}

.projcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 0.07;
}

.projcard:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projcard-img {
  position: absolute;
  height: 300px;
  width: 400px;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
  left: initial;
  right: 0;
}

.projcard:hover .projcard-img {
  transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
  width: 70px;
}

.projcard-textbox {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 430px;
  width: calc(100% - 470px);
  font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
  left: initial;
  right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
  content: "";
  position: absolute;
  display: block;
  background: #ff0000bb;
  background: #fff;
  top: -20%;
  left: -55px;
  height: 140%;
  width: 60px;
  transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
  display: none;
}

.projcard-textbox::after {
  display: none;
  left: initial;
  right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
  display: block;
}

.projcard-textbox * {
  position: relative;
}

.projcard-title {
  font-family: 'Voces', 'Open Sans', arial, sans-serif;
  font-size: 24px;
}

.projcard-subtitle {
  font-family: 'Voces', 'Open Sans', arial, sans-serif;
  color: #888;
}

.projcard-bar {
  left: -2px;
  width: 50px;
  height: 5px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
  background-color: #0088FF;
}

.projcard-blue::before {
  background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}

.projcard-red .projcard-bar {
  background-color: #D62F1F;
}

.projcard-red::before {
  background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-red:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-green .projcard-bar {
  background-color: #40BD00;
}

.projcard-green::before {
  background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
  background-color: #F5AF41;
}

.projcard-yellow::before {
  background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
  background-color: #FF5722;
}

.projcard-orange::before {
  background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
  background-color: #C49863;
}

.projcard-brown::before {
  background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
  background-color: #424242;
}

.projcard-grey::before {
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
  background-color: var(--projcard-color);
}

.projcard-customcolor::before {
  background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
  z-index: 10;
  font-size: 15px;
  color: #424242;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.projcard-tagbox {
  position: absolute;
  bottom: 3%;
  font-size: 14px;
  cursor: default;
  user-select: none;
  pointer-events: none;
}

.projcard-tag {
  display: inline-block;
  background: #E0E0E0;
  color: #777;
  border-radius: 3px 0 0 3px;
  line-height: 26px;
  padding: 0 10px 0 23px;
  position: relative;
  margin-right: 20px;
  cursor: default;
  user-select: none;
  transition: color 0.2s;
}

.projcard-tag::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  height: 6px;
  left: 10px;
  width: 6px;
  top: 10px;
}

.projcard-tag::after {
  content: '';
  position: absolute;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #E0E0E0;
  border-top: 13px solid transparent;
  right: -10px;
  top: 0;
}



@media (min-width: 300px) and (max-width: 1000px) {

  .projcard-container {
    width: 100%;
  }

  .projcard-img {

    height: 300px;
    width: 100%;
    max-width: 300px;

  }

  .projcard-textbox {
    width: 290px;
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: initial;
    right: 0%;

    font-size: 15px;
    text-wrap: wrap;
  }

  .projcard:nth-child(2n) .projcard-textbox {

    width: 290px;
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: initial;
    right: 0%;

    font-size: 15px;
    text-wrap: wrap;
  }

  .projcard:nth-child(2n) .projcard-img {
    position: initial;
  }

}

/* @media (min-width: 768px) { ... } */


/* For Single Service Page */


.single_page {
  /* width: 100%; */
  margin: 1em;
}

.singleImage {
  height: 100%;
  width: 100%;
  /* width: auto;
  max-width: 699px; */
  /* height: 400px; */
  float: left;
  /* padding: 0 1.25em 1.25em 0; */
  border-radius: 10px 10px 10px 10px;
}

.service_about {
  height: 40%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .single_page {
    width: 100%;
  }

  .singleImage {
    width: 100%;
    float: none;
    height: auto;
    max-height: 500px;
    object-position: center;
  }
}

/* For Team */

/* For Team Page */

/* For Team Memeber */

/* Team Page */
.team_card {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border: none !important;
background-color:var(--bs-yellow);
color: rgba(255, 255, 255, 0.885);

}

.team_card .image {
  height: 250px;
  width: 100%;
  object-fit: contain;
  /* object-position: ; */
}
.team_card i {
  font-size: 30px !important;
  margin: 0.6rem;
  color: white;
}
.team_name {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize

}


.team_position {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.team_email {
  font-size: 15px;
  font-weight: 500;
}

.team_contact {
  font-size: 15px;
  font-weight: 500;
}









/* For Images in gallery */


/* For The image section */

.accordion {
  width: 100%;
  max-width: 100%;
  height: 250px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  background-size: cover
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}


.accordion ul:hover li,
.accordion ul:focus-within li {
  width: 8%;
}

.accordion ul li:focus {
  outline: none;
}

.accordion ul:hover li:hover,
.accordion ul li:focus,
.accordion ul:focus-within li:focus {
  width: 60%;
  background-size: cover;
}

.accordion ul:hover li:hover a,
.accordion ul li:focus a,
.accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a *,
.accordion ul li:focus a *,
.accordion ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul:hover li {
  width: 8% !important;
}

.accordion ul:hover li a * {
  opacity: 0 !important;
}

.accordion ul:hover li:hover {
  width: 60% !important;
}

.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* @media screen and (max-width: 600px) {


  .accordion {
      height: auto;
  }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
  }
} */

/* For Images in Single ID */
/* For SIngle Gallery Images */
.gallery_image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}



/* For VideoSection */


.video_card iframe {
  height: 300px;
}

.vid_desc {
  font-size: 16px;
  font-weight: 600;
  color: #0b1f6d;
}

/* For  Multiple Blogs*/


.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  /* max-width: 310px; */
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #2234ae;
  background-image: linear-gradient(315deg, #2234ae 0%, #191714 74%);


  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}


.snip1527 img {
  height: 400px;
  object-fit: cover;
  object-position: center
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* For Sample Page for single countries and sinle posts and all */


*[lang='ne'] .sample_page_content {
  font-family: "Mukta", sans-serif;
}

.sample_page_content {
  font-size: 18px !important;
  word-wrap: break-word;

  overflow-wrap: break-word;
  /* Also handle non-ASCII characters */
  /* white-space: pre-wrap;  */
  max-width: 100%;
  /* Ensure content doesn't exceed container width */
  font-family: "Roboto", sans-serif;
  width: 100% !important;
  text-align: justify !important;

}

.sample_page_content p{
  margin-top:10px !important;
  margin-bottom: 20px !important;

}

.sample_page_image {
  margin: 10px 10px 10px 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.sample_page_list {
  /* background-image: linear-gradient(#4e0206, #37080b); */
  background:rgba(224, 147, 14, 0.865);
  height: fit-content;
border-radius: 4px ;


}

.sample_page_list h3 {
  color:white;
  text-align: center;
  text-transform: capitalize;
}



.sample_page_list ul {
  list-style: none;
}

.sample_page_list li {
  position: relative;
  font-size: 20px;
  margin: 10px;
  color: white !important;
}

.sample_page_list ul li::before {
  content: "\2022";
  color: #ffffff;
  position: absolute;
  font-size: 25px;
  left: -19px;
  top: -3px;
}


.sample_page_list ul li:before {
  content: "\1F892";
  font-size: 30px;
  left: -18px;
  top: -12px;
}

.sample_page_list ul li a {
  text-decoration: none;
  color:white;
}


/* For Testimonial Page */
.testimonial_page {
  margin: 10px auto;
}

.test_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.test_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  object-position: center;
  object-fit: cover;
  margin: 10px 0;
}

.testimonial_page h3 {
  color: rgb(9, 28, 72);
}

.testimonial_page p {
  text-align: justify;
}

.testimonial_page h3,
.testimonial_page h5,
.testimonial_page h6 {
  text-align: center;
}



/* nirajan sigdel add css */

.herosectiontitle {
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-teko) !important;
  margin: 0 !important;
  padding: 0 !important;

}

@media (max-width:700px) {
  .herosectiontitle {
    font-size: 54px;

  }

}


@media (max-width:500px) {
  .herosectiontitle {
    font-size: 32px;

  }

}

/* indexpagesection2 */
.apply-btn {
  text-transform: capitalize;
  outline: none !important;
  border: none;
  background-color: white;
  padding: 8px 20px;
  letter-spacing: 0.8px;
  font-size: 18px;
  color: var(--off-black);
  border-bottom: 4px solid var(--bs-yellow);
  border-radius: var(--border-radius);

}

.apply-btn:hover {
  background: var(--bs-brown);
  border-bottom-color: transparent !important;
  color: white;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  padding: 1rem;
  border-radius: 23px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.profile-details {
  margin-top: 1rem;
  flex-grow: 1;
}

.apply-button {
  margin: 1rem;
}
.to {
  color: var(--bs-yellow) !important;
}

.experience{
   background-image: url(../image/bas.png);
   margin-top:200px !important;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top;
}

.experience h6, h3 {
   color :white;
}

/* Define the animation keyframes */



.ceomessage img {
  height:40vh;
  width: 100%;
  object-fit: contain;
  margin: 0!;

}
@keyframes moveImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Apply animation to the image */
.animated-image {
  animation: moveImage 10s ease infinite;
}
.clientsay {
  background: url(../img/clientback.png);
  filter: brightness(90%);
  position: relative; /* Ensure the ::after pseudo-element positions correctly */
  color: white;
}

.clientsay::after {
  content: ""; /* Ensure content is present for ::after to work */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Adjust the opacity to your preference */
  z-index: 1; /* Ensure it's above the background image */
}

.clientcard {
  background: var(--bs-yellow) !important;
  border-radius: 4px;
  border: none;
  position: relative; /* Ensure content within .clientcard stays on top */
  z-index: 2; /* Ensure content within .clientcard stays on top */
}

/* what client say */

.clientcard {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

.clientcard-icon {
  font-size: 40px;
  color: var(--bs-yellow); /* Example icon color */
  background:white; /* Example background color */
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-84%) translateX(6%);
}
.messagefromclient {
  text-align: justify; /* Ensure text is justified */
  font-family:var(--font-inika);
}
.whosaidit{
  font-family: var(--font-inika) !important;
   
}


.featurette h3{
   color: var(--bs-yellow);
   font-size: 32px;
   text-transform: none;
   font-weight: 600 !important;
}




.companydes-section {/* Adjust this value to control the gap between SVG and content */
  background-color: #9f9a9a55;
}
.companydes-section .featurette p{
  display: flex;
  text-align: justify;

}

/* about section */
.aboutherosection h3{
  color: var(--bs-yellow);
  font-weight: 700 !important;
  text-transform: uppercase;
} 
@media (max-width:600px) {
  .aboutherosection .row{
       margin: 0 !important;
  }

  
}

/* herosectionforcontact about and demand page */

.herosectionforallpage {
  position: relative;
}

.herosectionforallpage img{
  filter: brightness(80%);
  height: 50vh;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.maintitle{
  font-size:42px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-teko);
  color: white;
  letter-spacing: 0.5px;
}
.herosectionforallpage .navigatetitle {
  border: 2px solid rgba(255, 255, 255, 0.919);
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: white;
  border-radius: 4px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.herosectionforallpage a :hover{
  cursor: pointer;
  color:var(--bs-yellow) !important;
}
.herosectionforallpage .innercontent{
  position: absolute;
  left:10rem;
  bottom:3rem;
}

@media (max-width:500px) {
  .herosectionforallpage .innercontent{
    position: absolute;
    left:2rem;
    bottom:3rem;
  }


}






/* .testimonial personal image */
.testimonial_page .test_row img{
   height: 20vh !important;
   object-fit: contain;
} 
.testimonial_page .des{
   width:400px !important;
}

/* service section start */

.servicepagehero img{
  width: 100%;
  height: 60vh;
  filter: brightness(70%)

}
.servicepagehero h2{
   font-family: var(--font-teko);
   font-size: 44px;
   text-transform: uppercase;
   letter-spacing: 0.2px;
  color: #3E3D3D;
}


.servicepagehero p{
  color: #BCBCBC;
}


@media (max-width:600px) {
  .servicepagehero h2{
      font-size:20px;
     
 }
 .servicepagehero img{
  width: 100%;
  height: 40vh;
  filter: brightness(70%)

}
.servicepagehero p{
  color: #BCBCBC;
  font-size: 11px;
}
  
}

 /* For Footer */
.footer_serv {
    text-align: right;
}

.footer_serv h3 {
    color: white;
}

.footer_serv p {
    color: white;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background:var(--bs-brown);
    position: relative;
    box-shadow: rgba(33, 37, 109, 0.15);
    padding: 5px 0; /* Further adjusted padding to decrease footer size */
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.3;
}

.footer-cta {
    border-bottom: 2px solid var(--bs-yellow);
     /* Further adjusted padding to decrease footer size */
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #ffffffcc;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 10px 0; /* Further adjusted padding to decrease footer size */
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 5px; /* Further adjusted margin to decrease footer size */
}

.footer-logo img {
    max-width: 130px;
}

.footer-text p {
    margin-bottom: 5px; /* Further adjusted margin to decrease footer size */
    font-size: 14px;
    color: #ffffffcc;
    line-height: 28px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.footer-social-icon .social-buttons .social-button__inner {
    margin-left:3px;
}

.facebook-bg,.google-bg,.twitter-bg {
    background: #3B5998;
}


.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px; /* Further adjusted margin to decrease footer size */
    position: relative;
    font-family: 'Mukta', sans-serif;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #6a88ac;
}

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget .quicknepal_link li {
    display: inline-block;
    width: 100%;

}


.footer-widget ul li a {
  color: #ffffffcc;
    text-transform: capitalize;
    text-decoration: none;
}

.copyright-area {
    background:#643B13;
    padding: 5px 0; /* Further adjusted padding to decrease footer size */
    margin-top: 0px; /* Adjusted margin to fix gap */
    margin-bottom: 0px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffffcc;
}

.copyright-text p a {
  color: #878787;
}




footer li {
  font-size: 17px;
  margin-top: 12px;
}

/* Contact */
.customconnectwithus {
  background:rgba(249, 160, 2, 0.1);
  color: var(--bs-brown);
  padding: 20px;
}

.customconnectwithus-innersection-left_inputcontainer input,
.customconnectwithus-innersection-left_inputcontainer textarea {
  border-radius: var(--border-radius);
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #9CA3AF;
}

.customconnectwithus-innersection-left_inputcontainer input:focus,
.customconnectwithus-innersection-left_inputcontainer textarea:focus {
  border: 1px solid var(--bs-brown) !important;
  stroke: none;
  outline: none;
}

.customconnectwithus-innersection-left_inputcontainer button {
  background: var(--bs-brown);
  border-radius: var(--border-radius);
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #9CA3AF;
  color: white !important;
}

.customconnectwithus-innersection-left_inputcontainer button:hover {
  background: var(--bs-yellow);
}

.customconnectwithus-innersection-right {
  background:rgba(249, 160, 2, 0.1);
  border-radius: 8px;
}

.customconnectwithus-innersection-right-ourdetail {
  background-color: var(--bs-brown);
  color:white;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .customconnectwithus-innersection {
      display: flex;
      flex-direction: column;
  }

  .customconnectwithus-innersection-left {
      border: 1px solid #24354f;
      padding: 8px;
      border-radius: 8px;
      margin: 16px 0 24px 0;
  }
}

.topicons{
    background:rgba(100, 59, 19, 0.3) !important;
}

    @media (max-width:700px) {
        
        .top_right{
            display: none !important;       }
    }



   @media(max-width:700px){
      @keyframes moveImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}

.clientcard {
  margin-top: 24px;
}

  }
  
  
   @media (max-width:600px) {
  .about-us .left {
    width: 90%;
  
  }
  
  .about-us .left .cr-1 {
    height: 80px;
    width: 80px;
    margin-left: -28px;
    margin-bottom: -30px;
    z-index: 0;
  }
  
  .about-us .right .cr-2 {
    height: 80px;
    width: 80px;
    margin-right: -28px;
    margin-top: -30px;
  }

  
  .about-us .right {
    width: 90%;
    margin-bottom: -200px;
    z-index: 4;
  }
 
  
 }







