@import url('https://fonts.googleapis.com/css2?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&display=swap');



* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

:root {
  --red: #b81708;
  --darkRed: #963d33;
  --blue: #1b1871;
  --darkBlue: #4d4a84;
}

a {
  text-decoration: none;
}

h1,
h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
}

li {
  list-style: none;
}

.underline {
  width: 5%;
  height: 4px;
  background-color: var(--blue);
  margin: 0 auto;
  margin-bottom: 2rem;
}

p {
  font-size: 1rem;
}

.primaryBtn {
  font-size: 16px;
  color: #fff;
  background-color: var(--blue);
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
}



.primaryBtn:hover {
  background-color: var(--darkBlue);
}

.secBtn {
  font-size: 15px;
  color: #fff;
  background-color: var(--blue);
  padding: 10px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  grid-row: 500;
}

.secBtn:hover {
  background-color: var(--darkBlue);
  border-color: #fff;
}


/* Top Strip */


.topStrip {
  background-color: var(--blue);
  padding-block: 0.5rem;
  color: #fff;
  height: 50px;
}

/*.leftStrip{*/
/*    width:100%;*/
/*}*/

.leftStrip i {
  margin-right: 0.5rem;
  color: #fff;
}

.leftStrip a {
  color: #fff;
}

.leftStrip a:hover {
  text-decoration: underline;
  color: #fff;
}

.stripNumber {
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}

.stripEmail {
  padding-left: 0.5rem;
}

.rightStrip p{
    margin:0;
}

/*.rightStrip{*/
/*    display:none;*/
/*}*/


/*.rightStrip i {*/
/*  font-size: 1.2rem;*/
/*  margin-left: 0.4rem;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 50%;*/
/*  padding: 0.5rem;*/
/*  cursor: pointer;*/
/*  -webkit-transition: all 0.9s;*/
/*  transition: all 0.3s;*/
/*  color: #fff;*/

/*}*/

/*.rightStrip i:hover {*/
/*  transform: rotate(360deg);*/
/*}*/

/* Nav Start*/

header {
  padding-block: 0rem;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
  padding-block: 0.5rem;

}




.navbar-brand img {
  width: 300px;
  object-fit: contain;
}

.navbar-brand {
  text-align: center;

}

.navbar-brand span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--blue);
}







nav a {
  color: #000 !important;
  margin-left: 1rem;
  font-size: 1rem;
  position: relative;
  font-weight: 500 !important;
}

.nav-link {
  text-transform: uppercase;
}

.nav-link::before {
  width: 0%;
  height: 3.5px;
  content: '';
  position: absolute;
  bottom: -3.5px;
  left: 0;
  background-color: var(--blue);
  transition: all 0.5s ease;
}



.nav-link:hover::before {
  width: 100%;
}

nav .active {
  color: var(--blue) !important;
  border-bottom: 3.5px solid var(--blue);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--blue) !important;
}

.dropdown-menu {
  width: 300px;
  border-radius: 0;
  background-color: var(--blue);
  color: #fff;
  padding-block: 0;
}

.dropdown-item {
  font-size: 15px;
  color: #fff !important;
  margin: 0;
  transition: all 0.5s ease;
  border-bottom: 1px dashed #1a8ed1;
  padding-block: 0.5rem;
}



.dropdown-item:hover {
  background-color: var(--darkBlue);
  padding-left: 1.5rem;
}



/* Navbar End */

/* Carousel */

.carousel img {
  object-fit: cover;
  height: 550px;
  overflow: hidden;
}

.carousel-caption {
  text-align: left;
  position: absolute;
  width: max-content;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}


.carousel-caption h5 {
  word-spacing: 3px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-caption p {
  font-size: 20px;
  width: 90%;
}

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  /* clip-path: polygon(100% -100%, -100% 100%, 45% 100%); */
}


/* Introduction */

.introduction {
  padding-block: 3rem;
  padding-bottom: 5rem;
  background-color: #eee;
}

.about_us {
  padding-bottom: 3rem;
  background-color: #fff;
}

.introduction h1 {
  color: unset;
}

.introduction h1 span {
  color: var(--blue);
}



.intro_imgs {
  position: relative;

}

.intro_imgs img {

  object-fit: cover;
  /* padding: 0.5rem; */
  border: 2px solid var(--darkBlue);
  border-radius: 1rem;
}

.intro_big {
  width: 100%;
  height: 450px !important;
}

.about_us .intro_big {
  width: 100%;
  height: 550px !important;
}

.intro_small {
  width: 250px;
  height: 300px;
  position: absolute;
  bottom: -10%;
  left: -14%;
}

.about_us .intro_small {
  width: 300px;
  height: 350px;
  position: absolute;
  bottom: -10%;
  left: -14%;
}


.intro_content {
  padding-right: 5rem;
}


.introduction h6 {
  font-size: 18px;
  font-weight: 600;
  background-color: var(--blue);
  padding: 0.5rem;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.introduction h4 {
  font-weight: 600;
  font-size: 20px;
}

.introduction h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
}

.introduction p {
  text-align: justify;
}

.intro_points>div {
  display: flex;
  gap: 10px
}

.intro_points p {
  text-align: left;
}





/*Home Vision Mission */


.vis_mis_sec {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../imgs/vision_bg1.jpg") no-repeat center fixed;
  background-size: cover;
  padding-block: 3rem;
  margin-bottom: 2rem;
}

.vis_mis_sec img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  /* border: 1px solid #000; */
}

.vis_box {
  background: rgb(255 255 255 / 96%);
  text-align: center;
  padding: 30px;
  height: 330px;
  box-shadow: 0 0 20px #ccc;
}

.vis_box h2 {
  font-weight: 800;
  color: #000;
  margin-block: 15px;
  font-size: 26px;
  color: var(--blue);
}

.vis_box p {
  line-height: 27px;
  margin-bottom: 20px;
}

.vis_box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}


.service_section {
  margin-top: 2rem;
  padding-block: 2rem;
  background: url(../imgs/hot-bg.jpg);
}

.service_section h2 {
  text-align: center;
}

.service_section p {
  text-align: center;
  height: 72px;
  overflow: hidden;
}


.swiper-slide>div {
  text-align: center;
  width: 95%;
  min-height: 200px;
  box-shadow: #ccc 4px 4px 24px;
  margin: 10px 10px 28px;
  border-radius: 1rem;
  overflow: hidden;
  transition: all linear 0.3s;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);

}

.swiper-slide>div:hover {
  background-color: var(--blue);
  color: #fff;
}

.serviceimg {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.serviceimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servSecImg {
  transition: all linear 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.swiper-slide>div:hover .servSecImg {
  opacity: 1;
  transform: scale(1.2);
}

.swiper-slide .servicesContent {
  position: relative;
  height: 200px;
}

.swiper-slide>div h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0.5rem;
  color: var(--blue)
}

.swiper-slide>div:hover .hoverWhite {
  color: var(--white);
}

.swiper-slide .servicesContent a {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-slide>div:hover .servicesContent a {
  background-color: #fff;
  color: var(--blue);
  border: 2px solid transparent;
}

.swiper-slide .servicesContent a:hover {
  border-color: #fff;
  color: #fff;
}


/* Service End */


/* Our Service */



.box-area {
  width: 97%;
  height: 300px;
  padding: 1rem;
  /* border: 1px solid #ccc; */
  box-shadow: 0 0 25px #ccc;
  border-radius: 1rem;
  cursor: pointer;
  margin: 0 auto;
  margin-block: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.otherSeervicesBoxes {
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.otherSeervicesBoxes img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.otherSeervicesBoxes::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(27, 24, 113, 0.7);
  z-index: 1;
  transition: all 0.5s ease;
  border-radius: 1rem;

}

.service_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
}

.service_name h5 {
  margin-right: -200%;
  transition: all 0.6s linear;
  color: #fff;

}

.service_name a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.service_name a:hover {
  text-decoration: underline;
}

.serv_img {
  transition: all 0.8s ease;
}

.box-area:hover .serv_img {
  transform: scale(1.2) rotate(10deg);
}

.box-area:hover .otherSeervicesBoxes::before {
  width: 100%;
}

.box-area:hover .slide_h {
  margin-right: 0;
}


.owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);

}

.owl-prev,
.owl-next {
  background-color: var(--blue);
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: var(--darkblue);
}

.owl-prev {
  left: -5%;
}

.owl-next {
  right: -5%;
}


.owl-nav {
  width: 100%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);

}

.owl-prev,
.owl-next {
  background-color: var(--blue);
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: var(--darkBlue);
}

.owl-prev {
  left: -5%;
}

.owl-next {
  right: -5%;
}


/* Why Choose US */

.why_choose_us {
  margin-block: 2rem;
  margin-bottom: 3rem;
}







.card {
  border: none;
  box-shadow: 0 0px 20px #ccc;
  transition: .3s;
  cursor: pointer;
}

.card:hover {
  background: var(--blue);
}

.card:hover .card_title,
.card:hover .card-body p,
.card:hover .card-body span,
.card:hover .card-body a,
.card:hover .card-body i {
  color: #fff;
}

.card i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--blue);
}

.card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.card_title {
  font-size: 20px;
  color: var(--blue);
  font-weight: 600;
  margin: 0;
  transition: .3s;
}

.card-body span {
  font-size: 18px;
  transition: .3s;
}

.card-body p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: var(--blue);
  overflow: hidden;
  height: 78px;
  border-bottom: 1px solid #afafaf;
  transition: .3s;
}

.card-body a {
  font-size: 18px;
  color: #2479a1;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
  transition: .3s;
}


/* Enquiry Form */

.book_service {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../banners/banner4.jpg) fixed center no-repeat;
  background-size: cover;
  padding-block: 3rem;
  color: #fff;
}

.book_service h2 {
  color: #fff;
}

.service_bookform>div {
  width: 95%;
  margin: 0 auto;
  padding: 2rem;
  box-shadow: 0 0 20px #fff;
  border-radius: 1rem;
  backdrop-filter: blur(5px);

}

.service_bookform h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.service_bookform form {
  width: 100%;
}

.service_bookform input,
.service_bookform textarea {
  padding: 1rem;
  margin-bottom: 1rem;
  /* height: 50px; */
  width: 100% !important;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}


.service_bookform input::placeholder,
.service_bookform textarea::placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.formBtns {
  text-align: center;

}

.formBtns input {
  width: max-content !important;
}

.submitBtn {
  display: inline-block !important;
  padding: 8px 25px !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 25px;
  font-weight: 500;
  border: 2px solid #fff !important;
  transition: all 0.3s ease;
  /* width: 200px !important; */
}

.submitBtn:hover {
  background-color: transparent !important;
  color: #fff !important;
}

/* Subscribe */


.subscribeSec {
  padding: 2rem 1rem;
  background-color: #eee;
}

.subscribeSec .subscribeWraper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.subscribeSec .subscribeWraper h4 {
  padding-top: unset;
  font-weight: 600;
  font-size: 30px;
  width: 50%;
  color: var(--blue);
}

.subscribeSec .subscribeWraper .subscribeInput {
  width: 50%;
}



.subscribeSec .subscribeWraper .subscribeInput .subEmail {
  border: 1px solid #ccc;
  padding: 1rem;
  width: 70%;
}

.subscribeSec .subscribeWraper .subscribeInput .subBtn {
  background-color: var(--blue);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.subscribeSec .subscribeWraper .subscribeInput .subBtn:hover {
  background-color: var(--darkBlue);
}


/* Footer */


footer {
  background: url(../imgs/ft-bg.jpg) center;
  background: url(../imgs/footer-bg1.jpg) top;
  /* background-size: contain; */
  padding-block: 2rem;
  color: #fff;
}

footer li {
  margin-bottom: 0.5rem;
}

.commanHeading {
  font-size: 20px;
  margin-bottom: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

footer i {
  margin-right: 0.3rem;
  font-size: 1.2rem;
}



footer a {
  color: #fff;
  transition: all 0.5s ease;
  font-size: 16px;
}

footer a:hover {
  text-decoration: underline;
  padding-left: 0.3rem;
}

.ft_contact a:hover {
  padding-left: unset;
}

.ft_contact a {
  text-transform: unset !important;
}

.subFooter {
  border-top: 2px solid #fff;
  padding-block: 1rem;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  color: #fff;
  display: none;
}

.ft_links a {
  color: #fff;
  margin: 0;
  margin-inline: 0.5rem;
}

.ft_links a:hover {
  text-decoration: underline;
}

.ft_media {
  text-align: center;
}

.ft_media a {
  margin-left: 0.5rem;
}

.ft_media i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 0;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.2rem;
}

.ft_media i:hover {
  color: #000;
  background-color: #fff;
  transform: rotate(360deg);
}

.ft_logo img {
  width: 300px;
  box-sizing: unset;

}



/* .ft_media li {

  text-align: center;
} */


.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.working_hour {
  position: absolute;
  bottom: 5%;
  right: 10%;
  background-color: #fff;
  color: var(--blue);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
}


/* Comman Banner */
.banner-area {
  width: 100%;
  text-align: center;
  height: auto;
  position: relative;
}

.banner-area img {
  display: block;
  width: 100%;
  margin: auto;
  height: 400px;
  object-fit: cover;
}

/* Comman Heading */

.abou-hed {
  width: 100%;
  height: 41px;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.abou-hed h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 22px;
}

/* Comman Strip */
.breadcrumb_bg {
  background: var(--blue);
}

.breadcrumb {
  margin: 0;
  font-size: 16px;
  color: #fff;
  background: none;
  padding: 6px 0px;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
  font-weight: 500;
  color: #fff !important;
}

.breadcrumb li.active {
  color: #fff !important;
}

.breadcrumb_bg a{
  margin-left: 0;
}

/* About Us Page */

/* Product Page Start*/

.products {
  margin-block: 2rem;
}

.product_box {
  margin-top: 2rem;
  cursor: pointer;
  width: 95%;
  box-shadow: 0 0 30px #ccc;
  padding: 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.product_box:hover {
  background-color: var(--blue);
  color: #fff;
}

.product_box:hover .productBtn {
  background-color: #fff;
  color: var(--blue);
}

.product_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 0.5rem;

}


.product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}


.product_box:hover .product_img img {

  transform: scale(1.1);
}

.productBtn {
  background-color: var(--blue);
  padding: 10px 16px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s ease;
  display: inline-block;
  margin-top: 0.5rem;
  border: 2px solid transparent;

}

.productBtn:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.product_content {
  text-align: center;
  padding: 1rem;
}

/* Product Page End */

/* Product Details Start */

.product_details {
  margin-block: 3rem;
}

.product_details img {
  width: 100%;
  height: 320px;
  padding: 0.5rem;
  border: 1px solid #ccc;
  object-fit: cover;
}

.box_shadow {
  padding: 1rem;
  box-shadow: 0 0 15px #ccc;
}

.box_shadow th {
  margin-right: 0.5rem;
}

/* Product Details End */


/* contact page section start */
.contact_top_sect {
  background: #fff;
}

.contact_top_sect h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.get-txt {
  text-align: center;
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}

.con_sec1 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase
}

.con_sec2 {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  color: #141d4a;
  letter-spacing: 1px;
}


.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
  border: #b5b5b5 1px solid !important;
  padding: 12px;
  width: 100%;
  font-size: 18px;
}

.contact_form_cont input::placeholder {
  font-family: "Poppins", sans-serif;
}

.contact_form_L {
  width: 100%;
  float: left;
}

.contact_form_R {
  width: 100%;
  float: left
}

.cont_frm_hed {
  font-size: 20px;
  font-weight: 600;
  color: #141d4a;
}

.cont_frm_subhed {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left
}


.cont_sub {
  text-align: center;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 15px;
  color: #FFFFFF;
  background: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

.cont_sub:hover {
  background: var(--darkBlue);
}

.cont_sub1 {
  text-align: center;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 15px;
  color: #ffffff;
  background: var(--darkBlue);
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

.cont_sub1:hover {
  background: var(--blue);
  color: #fff;
}

.com_name {
  font-size: 28px;
  color: var(--blue);
  font-weight: 600;
  text-align: left;
}

.contact_list ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.contact_list ul li {
  padding: 14px 0;
  transition: all 0.3s linear;
  position: relative;
  border-bottom: 1px solid #000;
}

.contact_list ul li .circle_sec span {
  width: 40px;
  margin: 0 auto;
  display: inline-block;
  padding: 15px 0px;
}

.contact_list ul li .circle_sec {
  float: left;
  width: 50px;
  height: 50px;
  color: #fff;
  margin: auto;
  font-size: 1.4em;
  text-align: center;
  background: var(--blue);
  padding: 0px 0px;
  border-radius: 50px;
}

.cnt_heading {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--blue);

}

.sec_cnt {
  font-size: 18px;
}

.contact_desc a {
  color: #000;
  font-size: 18px;
}

.contact_form_cont {
  font-size: 1.1em;
  background: #fff;
  padding: 25px;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px #dbdbdb
}

.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
  padding: 6px 10px;
  width: 100%;
  font-size: .9em;
  background: none;
}

.contact_desc {
  float: right;
  width: 88%;
  text-align: left
}

.contact_desc p {
  margin-bottom: 0;
}

.contact_form_cont video {
  width: 100%;
  height: 100%;
}

/* contact page section ends */


/* Career */

.career img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0.5rem;
  border: 1px solid #ccc;
}


.career label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.career input,
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.career input[type="submit"] {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: max-content;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: -10px;
}

.career input[type="submit"]:hover {
  background-color: var(--darkBlue);
}


/* About Us Page */

.mission_vision img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0.5rem;
  border: 1px solid #ccc;
}

.vision {
  /* background: linear-gradient(rgba(34, 73, 106, 0.6), rgba(34, 73, 106, 0.6)), url(../imgs/background1.jpg) center no-repeat;
  background-size: cover; */
  padding-block: 3rem;
  background-color: var(--blue);
  color: #fff;
}

.mission {
  /* background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../imgs/background.jpg) no-repeat center;
  background-size: cover; */
  padding-block: 3rem;
}

.vision h2 {
  color: #fff;
}



.mission_vision img {
  width: 100%;
  height: 250px;
  background-color: #fff;
  object-fit: contain;
}



/* Back To Top */

.backToTop {
  width: auto;
  position: fixed;
  bottom: -1%;
  right: 5%;
  transition: all 0.3s ease;
  z-index: 99;
}

.backToTop a {
  background-color: var(--blue);
  padding: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
}

.backToTop:hover {
  bottom: 1%;
}


/* whatsap css */
#whatsapp {
  position: fixed;
  right: 40px;
  bottom: 10%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
}

#whatsapp #whatsappMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0);
  width: 70px;
  height: 70px;
  color: #40c351;
  z-index: 9;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: url('../imgs/whatsapp.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 1.5s linear infinite;
  -moz-animation: zcwphone2 1.5s linear infinite;
  animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-moz-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-moz-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

/* whatsap css */

/* Query Form */


.queryForm {
  background-color: #f0eeee;
  padding-block: 3rem;
  padding-top: 2rem;
}

.queryForm h1 {
  text-align: center;
}

.queryForm form {
  margin-top: 2rem;
  width: 100%;
  padding: 3rem 2rem;
  border: 2px solid #eee;
  box-shadow: 0px 0px 15px #aaa9a9;
  background: #FFF;
  border-radius: 1rem;
}

.queryForm form input {
  width: 100%;
  border: 1px solid #d8d8d8;
  margin-top: 1rem;
  border-radius: 0.5rem;
  height: 50px;
}

.queryName {
  display: flex;
}

.queryName input:nth-child(1),
.queryName input:nth-child(2) {
  width: 50%;


}

.queryForm form input,
.commentInput {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 0.6rem 2rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}


.queryEmail {
  margin-top: 0rem !important;
}



.queryForm .queryBtn {
  display: block;
  width: max-content;
  padding: 10px 24px;
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: all linear .3s;
  border-radius: 5px;
  text-transform: uppercase;
  background: var(--blue);
  transition: all 0.3s ease;
}



.commentInput {
  height: 80px;
}

.queryName {
  display: flex;
  margin-top: -2rem;
}

/* The popup form - hidden by default */
.form-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #f1f1f1;
  z-index: 999;

  background-color: rgba(0, 0, 0, 0.7);
}

/* Add styles to the form container */
.form-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 1.5rem;
  background-color: white;
}

/* Full-width input fields */
.form-container input,
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: var(--blue) !important;
  color: white !important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
  width: max-content;
  transition: all 0.3s ease;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  width: 30px;
  height: 30px;
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue) !important;
  position: absolute;
  top: 2%;
  right: 3%;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/* Site Map */

.sitemap,
.privacy_policy {
  margin-block: 3rem;
}

.sitemap .col-12>div {
  width: 95%;
  background-color: var(--blue);
  transition: all 0.3s ease;
  padding: 8px 15px;
  margin-top: 1rem;
}


.sitemap .col-12>div:hover {
  background-color: var(--darkBlue);
}

.sitemap .col-12>div a {
  color: #fff;
  width: 100%;
  display: inline-block;
}

.sitemap h5 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
}

.privacy_policy p {
  box-shadow: 0 0 15px #ccc;
  padding: 1rem;
}