* {
  margin: 0%;

  padding: 0;

}



@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Metrophobic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #828599;
}

span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

.container {
  max-width: 1300px;
}

ul {
  padding-left: 0;
}

li {
  list-style: none !important;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Josefin Sans", sans-serif;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}



.logo img {
  width: 200px;
  background-color: #fff;
}

.head-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}


.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;

}


.nab-navbar ul li {
  padding: 18px 20px;
  position: relative;
  z-index: 9;
}

.logo {
  position: relative;
  z-index: 9;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #fff;
  font-size: 16px;
}

.nab-navbar .droupdown li {
  padding: 0;
}

.nab-navbar .droupdown a {
  color: #000;
  padding: 13px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  color: #fff;
}

.nab-navbar .droupdown a:hover {
  background-color: #0D4980;
  color: #fff;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .head_img {
  animation: zoomInImage 2.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active::after {
  animation: stickySlideDown 2s ease-in-out;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(.8, .8, .8);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-200px);

    transform: translateY(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;

  width: 100%;

  top: 0;

  z-index: 9999;
  box-shadow: 8px 8px 10px 0 #00000014;
  animation: slideDown 1s ease-out;

}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


#myHeader.sticky .top {
  display: none;
}

#myHeader.sticky .logo img {
  width: 180px;
}

.main_small {
  font-weight: 600;
  font-size: 25px;
  font-style: italic;
  color: #fff;
}


.header_text .main_head {
  font-size: 65px;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeba65));
  background-color: transparent;
  background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1.1em;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.head-pera {
  margin-top: 10px;
}

.clk_btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  right: 0;
  top: 14px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 99;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 10px;
  background: transparent;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}



.header {
  position: relative;
}

.slider-banner {
  border-radius: 8px;
  overflow: hidden;
}

.header_text {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0px 15px;
}

.header_text .row {
  align-items: center;
}

.header img {
  border-radius: 5px;
}

.banner_text p {
  color: #fff;
}

.banner_text {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 50%;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
}




.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-sky-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
  display: flex;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 100%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  padding: 7px 12px;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.search input {
  border: none;
  outline: none;
  width: 100%;
}

.search {
  display: flex;
  padding: 10px 15px;
  width: 55%;
  border-radius: 3px;
  box-shadow: 3px 3px 6px #00000014;
}

.search button {
  border: none;
  background-color: transparent;
  padding-left: 8px;
}

.search-main {
  background: #fff;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
}

.socal_media a {
  color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  background-color: #9a0000;
}



.socal_media {
  display: flex;
  justify-content: right;
  gap: 5px;
}

.all_nav {
  background: #9a0000;
}

.head_phone img {
  width: 30px;
}

.head_phone a {
  color: #9a0000;
  font-size: 14px;
  font-weight: 600;
}

.head_phone {
  display: flex;
  gap: 20px;
}

.item_box {
  text-align: center;
}

.small_item img {
  width: 75px;
  height: 80px;
  object-fit: contain;
  margin: auto;
}

.small_item {
  padding: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.small_item span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}



button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}



nav .container-fluid {
  padding: 0 3%;
}

.all_nav .container-fluid {
  padding: 0 3%;
}

.main_head .container-fluid {
  padding: 0 0%;
}

.year_box {
  text-align: center;
  padding: 0 30px;
}

.year_box span {
  font-size: 150px;
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#0D4980));
  background-color: transparent;
  background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 150px;
}

.year_box p {
  font-size: 18px;
  color: #1d1d1d;
}

.year_text span {
  font-size: 23px;
  margin-bottom: 10px;
}

.margin {
  margin: 70px 0;
}

.year_box img {
  width: 130px;
  animation-name: rightToLeft;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-50px)
  }

  50% {
    transform: translateX(50px)
  }

  to {
    transform: translateX(-50px)
  }
}

.client_item {
  padding: 20px;
}

.client_item img {
  height: 100px;
  object-fit: contain;
}

.hot_box {
  position: relative;
}

.hot_text {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 60%;
  z-index: 99;
}

.hot_head {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.hot_text p {
  color: #fff;
}

.hot_text a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
}

.hot_text a:hover {
  background-color: #fff;
  color: #000;
}

.hot_box {
  margin-bottom: 20px;
}

.hot_box::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: #ffffff00;
  transition: ease-in-out .5s;
}

.hot_box:hover::after {
  width: 94%;
  height: 90%;
  left: 3%;
  top: 5%;
  background-color: #ffffff36;
}

.pro_pera {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.all_btn{
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
  background-color: #9a0000;
}

.all_btn:hover{
  background-color: #000;
  color: #fff;
}
.pro_head{
  font-size: 22px;
  margin: 10px 0;
  font-weight: 600;
}
.pro_item{
  border: 1px solid #dadada;
  padding: 15px;
  text-align: left;
  transition: ease-in-out .5s;
  margin: 5px;
  margin-top: 15px;
}
.pro_btn a{
  display: block;
  text-align: center;
}
.pro_item:hover{
  border: 1px solid #000;
}

.small_head{
  font-size: 20px;
  color: #9a0000;
  font-weight: 600;
}
.big_head{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

.small_head img{
  width: 50px;
}
.ab_img{
  float: left;
  width: 50%;
  padding-right: 50px;
}
.ab_home{
  display: flex;
}
.ab_home .img{
  margin-bottom: 15px;
}
.ab_img .img{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.test_box{
  display: flex;
  text-align: left;
  gap: 30px;
}

.test_slider{
  margin-top: 50px;
  padding: 0 15%;
}
.test_img{
  position: relative;
}
.test_img .img_1 img{
  width: 230px;
  position: relative;
  z-index: 9;
  border-radius: 8px;
}

.testmonial{
  background-color: #f8f4ee;
  padding: 60px 0;
}
.test_con p{
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  font-family: serif;
}
.test_con .name{
  font-size: 20px;
  color: #9a0000;
  font-weight: 600;
}
.quote{
  position: absolute;
  top: -60px;
  right: -30px;
  width: 100px;
  z-index: 10;
}
.test_item{
  padding: 50px 20px;
}
.test_img::after{
  content: "";
  width: 230px;
  height: 250px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  background-color: #9a0000;
  border-radius: 8px;
}

.contact{
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.contact .row{
  align-items: center;
}
.contact::after{
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}

.contact input, textarea, select{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  outline: none;
}
.contact form{
  background-color: #9a0000 ;
  padding: 40px;
  border: 10px solid #fff;
  position: relative;
  z-index: 9;
}
.contact form .big_head{
  color: #fff;
}
.contact form .all_btn{
  width: 100%;
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: 600;
}
.contact form .small_head{
  color: #fff;
}

.con_text{
  position: relative;
  z-index: 9;
}
.con_text .big_head {
  color: #fff;
}
.con_text .small_head {
  color: #fff;
}
.con_text p {
  color: #fff;
}
.con_text ul {
  margin-top: 30px;
}
.con_text ul li {
  color: #fff;
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.con_text ul li a {
  color: #fff;
}
.con_text ul li img {
  width: 30px;
  border-radius: 5px;
  margin-right: 8px;
}
.con_text .socal_media{
  justify-content: left;
}

.working{
  background-color: #f6f6f6;
  padding: 70px 0;
  position: relative;
}
.step-line{
  position: absolute;
  top: 28%;
  left: 15%;
  width: auto;
}
.work_box{
  padding: 0 10px;
}
.work_box span{
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  color: #9a0000;
}
.work_box img{
  width: 60px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.w_img{
  background-color: #fff;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  transition: ease-in-out .5s;
}
.w_img:hover::after{
  background-color: #eeba65;
}
.w_img::after{
  content: "";
  width: 86%;
  height: 86%;
  position: absolute;
  left: 7%;
  top: 7%;
  border: 2px dotted #eeba65;
  border-radius: 50%;
  transition: ease-in-out .5s;
}


footer{
  background-color: #000;
  padding-top: 70px;
}
.foot_logo img{
  width: 200px;
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.foot_logo p{
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}
.foot_nav ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.foot_nav ul li a{
  color: #fff;
  font-size: 14px;
}

.foot_contact ul li {
  color: #fff;
  margin: 20px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.foot_contact ul li a {
  color: #fff;
}
.foot_contact ul li img {
  width: 30px;
  border-radius: 5px;
  margin-right: 8px;
}
.foot_head{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.foot_nav2{
  border-top: 1px solid #434343;
  padding: 40px 0 0px;
  margin-top: 30px;
}
.foot_nav2 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.foot_nav2 ul li a{
  color: #fff;
  font-size: 14px;
}
.foot_contact .socal_media {
  justify-content: left;
}


.copyright{
  text-align: center;
  border: 1px solid #5c5c5c;
  margin-top: 40px;
  padding: 10px 0;
}
.copyright p{
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.copyright p a{
  color: #fff;
}





















.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
  padding-left: 0;
}

.social-share button {
  border: none;
  background-color: #9a0000;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.main_img {
  position: sticky;
  top: 130px;
}

.marcket-plase {
  margin: 60px 0;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.inner_header {
  position: relative;
}

.inner_header img {
  height: 300px;
  object-fit: cover;
}

/* 
.inner_header::after {
  content: "";
  background: linear-gradient(0deg, #00000094 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
} */

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header .inner_text {
  position: absolute;
  top: 55%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}

.marcket-plase {
  margin-top: 150px;
}

.ab_all_img_in {
  text-align: center;
}

.ab_all_img_in img {
  width: auto;
}


@media only screen and (max-width: 991px) {
  .step-line{
    display: none;
  }
  .con_text{
    margin-bottom: 30px;
  }
  .contact::after{
    width: 100%;
  }
}



@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }


  .nab-navbar ul li {
    position: relative;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
  }

  .nab-navbar ul li a {
    color: #000;
  }

  #myHeader.sticky {
    padding: 10px 0;
  }

}


@media only screen and (max-width: 767px) {
  .phone2{
    display: none;
  }
  .header img{
    height:400px ;
    object-fit: cover;
  }
  .header_text .main_head{
    font-size: 30px;
  }
  .ab_img{
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .test_box{
    flex-direction: column;
  }
  .test_img .img_1 img {
    width: 88px;
  }
  .test_img::after{
    width: 80px;
    height: 80px;
  }
  .quote{
    right: 0;
  }
  .test_con p {
    font-size: 20px;
    line-height: 30px;
}
.margin {
  margin: 40px 0;
}

}


@media only screen and (max-width: 600px) {
  .head-pera{
    display: none;
  }
  .banner_text{
    width: 60%;
  }
  .header img{
    height: 300px;
  }
  .big_head{
    font-size: 25px;
  }
  .inner_header img{
    height: 220px;
  }
  .inner_hrad {
    font-size: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .main_small{
    font-size: 20px;
  }
  .header_text .main_head{
    font-size: 25px;
  }
  .year_box span{
    font-size: 100px;
  }
  .year_text span {
    font-size: 20px;
}
.client_item img{
  height: 65px;
}
.test_slider{
  padding: 0 0;
}
.hot_text p{
  display: none;
}
.email{
  display: none;
}
}