@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

summary {
  display: list-item;
}

body,
html {
  height: 100%;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.4;

  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: scrollbar;

  background-color: #ffffff;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}

body::-webkit-scrollbar-thumb {
  background-color: #032360;
  ;

  border: 1px solid #032360;

  border-radius: 10px;
}

p {
  font-size: 15px;
  color: #1c1c1c;
  line-height: 1.55;
  margin-bottom: 1rem;
  font-weight: 500;
}

a,
a:hover,
a:focus,
button:hover,
button:focus,
input:focus {
  outline: none !important;
  text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

/*------Parallax Css----------*/
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.animation {
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@keyframes slide-up {
  from {
    opacity: 0;
    top: 100px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.animation_slide-up {
  animation-name: slide-up;
}

@keyframes slide-down {
  from {
    opacity: 0;
    bottom: 100px;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

.animation_slide-down {
  animation-name: slide-down;
}

@keyframes slide-left {
  from {
    opacity: 0;
    left: 100px;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

.animation_slide-left {
  animation-name: slide-left;
}

@keyframes slide-right {
  from {
    opacity: 0;
    right: 100px;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

.animation_slide-right {
  animation-name: slide-right;
}

@keyframes flip-x {
  from {
    opacity: 0;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -180deg);
  }

  to {
    opacity: 1;
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}

.animation_flip-x {
  backface-visibility: visible;
  animation-name: flip-x;
}

@keyframes flip-y {
  from {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }

  to {
    opacity: 1;
    transform: perspective(400px);
  }
}

.animation_flip-y {
  backface-visibility: visible !important;
  animation-name: flip-y;
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

.animation_zoom {
  animation-name: zoom;
}

/*-----Custome Css Area----*/


.main_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  z-index: 999;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.main_header .navbar-brand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px 10px 0;
  width: 165px;
  background-color: #a62541;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
  box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.main_header .navbar-brand .logo-2 {
  display: none
}

.main_header.sticky .navbar-brand {
  width: 123px;
  padding: 0;
  background-color: #822337;
  z-index: 99;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.main_header.sticky .navbar-brand .logo-1 {
  display: none
}

.main_header.sticky .navbar-brand .logo-2 {
  display: block
}

.main_header.sticky .navbar-brand::after {
  display: none;
}

.main_header .navbar-brand::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -41%;
  width: 100%;
  height: 46px;
  background: url(../images/bg/logo-shape.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_header .quote_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_header .quote_btn a {
  background-color: #d7214a;
  width: 145px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.main_header .quote_btn a:hover {
  background-color: #0D6B9E;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.main_header .logo-1 {
  position: relative;
  margin: 7px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  width: 230px;
  /* background-color: #ffffff; */
  z-index: --;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.slider_text {
  border-radius: 49% 49% 21% 21% / 53% 53% 0% 0%;
  /* -webkit-border-top-left-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: #648bac;*/
  background: rgb(100, 139, 172, 0.8);
  position: absolute;
  left: 20%;
  height: 570px;
  right: 0;
  bottom: 0;
  z-index: 3;
  max-width: 612px;
  text-align: center;
  padding: 80px 30px;
}

.top_polygon {
  clip-path:
    polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  background: rgb(0, 118, 186);
  position: absolute;
  left: 0;
  height: 47px;
  right: 0;
  top: 19px;
  z-index: 5;
  max-width: 850px;
  text-align: center;
}

.slide_txt {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-top: 8px;
}

.slider_icon {
  margin: 15px 0px;
}

.slider_icon img {
  width: auto;
  display: inline-block;
}

.slide_name {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
}

.slide_dec {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.theam_name {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
  border-top: solid 2px #fff;
}

.theam_name span {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.theame_date {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.venu {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.venu span {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}

.carousel-inner .carousel-caption img {
  width: 10rem;
  margin-bottom: 20rem;
}

/*----
.carousel-inner img {
  filter: opacity(0.5);
}
*/

.carousel-inner .logo {
  filter: drop-shadow;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/*---Main Hero Section Start--*/

.about_sec {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px 0;
}

.main_hero_section {
  width: 100%;
  position: relative;
}







/*---Top Header Start--*/







.top-header {
  background-color: #C6E7FA;
}

.mid-header {
  background-color: #0D6B9E;

}

.mid-header .st>li>a {
  border-right: 2px solid #fff;
}

.top-header .contact-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: auto;
}

.top-header .contact-info p {
  margin-right: 15px;
  margin-top: revert;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.top-header .contact-info .btn {
  width: 145px;
  height: 34px;
  background-color: #d92525;
  text-align: center;
  font-size: 12px;
  /* Red button background */
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
}



/* Crousel secion Custom start */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  /* color: #59ab6e !important; */
  color: #0D6B9E !important;
  font-size: 2.8em !important;
}

#template-mo-zay-hero-carousel {
  background: #efefef !important;
  /* background: rgb(11,105,156);
  background: linear-gradient(180deg, rgba(11,105,156,1) 0%, rgba(177,218,214,1) 100%); */
}

/* Crousel secion Custom End */

/* Featured secion Custom Start */

.product-card img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.rating-stars {
  color: #ffc107;
}

.product-title {
  font-weight: bold;
  cursor: pointer;
}

.price {
  color: #888;
  font-weight: bold;
}

.card-body p {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .product-title {
    font-size: 1.25rem;
  }

  .price {
    font-size: 1.1rem;
  }
}

/* Featured secion Custom End */

/*  Home btn  section start */
.btn_sldr {
  background-color: #0D6B9E;
  color: #ffffff;
}

.btn_sldr:hover {
  border-color: #0D6B9E;
  border-width: 2px;
  color: #0D6B9E;
}

.main_hdr p {
  text-align: justify;
}

/*  Home btn section End */
/*  About  section start */
.abt_sec p {
  text-align: justify;
  line-height: 1.8;
}

.abt_sec h2 {
  font-size: 40px;
  font-weight: 600;
}

/*  About section End */
/*  category section start */
.ctgry_sec {
  background-color: #efefef;
}

.odr_lst {
  list-style: none;
  margin-right: 1rem;
  color: #000;
  font-weight: 500;
}

.ctgry_sec p {
  text-align: justify;
  line-height: 1.8;
  color: #000;
}

.ctgry_sec h2 {
  font-size: 40px;
  font-weight: 600;
}

.ctgry_sec h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.ctgry_sec_b h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.ctgry_sec_b p {
  text-align: justify;
  line-height: 1.8;
  color: #000;
}

/*  Category section End */
/*  category section start */
.ctgry_sec {
  background-color: #efefef;
}

.back_g {
  background-color: #e2e2e2;
  background-image: url(../images/Img-2A.jpg);
  background-size: cover;
  border-radius: 10px;
  /* box-shadow: 8px 8px #a7a7a7; */
}
.back_gg {
  background-color: #e2e2e2;
  background-image: url(../images/Img-21.jpg);
  background-size: cover;
  border-radius: 10px;
  /* box-shadow: 8px 8px #a7a7a7; */
}

/*  Category section End */
/*  Owl crwsel section start */
.crwsel_sldr {
  background-color: #efefef;
}

.crwsel_sldr h2 {
  font-size: 40px;
  font-weight: 600;
}

.btn-crwsel_sldr {
  background-color: #59ab6e;
  color: #ffffff;
}

.btn-crwsel_sldr:hover {
  border-color: #59ab6e;
  border-width: 2px;
  color: #59ab6e;
}

/*  Owl crwsel section End */
/*  last section Start */
.lst_sec p {
  text-align: justify;
  line-height: 1.8;
  color: #000;
}

.lst_sec h2 {
  font-size: 40px;
  font-weight: 600;
}

/*  last section End */
/*  footer section start */

/* .footer {
  background-color: #0D6B9E;
  color: white;
  padding: 40px 0 15px;
}

.footer a {
  color: white;
  text-decoration: none;
}
.footer h2 {
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons a {
  margin-right: 15px;
  color: white;
  font-size: 20px;
}

.footer_logo img {
  margin-bottom: 15px;
}

.footer_logo p {
  color: #fff;
  font-size: 14px;
  margin: 0px 0 8px;
}

.quick_link h5 {
  color: #fff;
  font-size: 22px;
  margin: 0px 0 8px;
}


.quick_link li a {
  color: #fff;
  font-size: 14px;
  /* margin: 0px 0 12px; */
/* display: inline-block;
} */

/* New footer start  */
.footer-main {
  background-color: #0D6B9E;
  color: white;
  padding: 40px 0;
}

.footer-main a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
}

/* .footer-main .social-icons a {
  border-radius: 50%;
  padding: 20px;
  background: #000000;
} */
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background-color: #05476b;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: white;
  color: #05476b;
}

.footer-main a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin: 0 10px;
  font-size: 1.5rem;
}

.copyright {
  /* text-align: center; */
  background: #0D6B9E;
  border-top: solid 1px #fff;
  padding: 20px 0 0;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*  footer section end */

.innr_resp {
  padding-bottom: 5rem !important;
}

.let_bner_met {
  background-image: url(../images/pro-banr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.let_bner_met::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000008f;
  top: 0;
  z-index: -1;
}

.our_prdct_heading ul li img {
  filter: brightness(0) invert(1);
  width: 16px;
  margin: 0px 9px;
  margin-top: 2px;
}

.my_story_abt {
  background-image: url(../images/pro-banr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.banner_secn .row {
  align-items: center;
}

.our_prdct_heading h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  color: #fff !important;
}

.our_prdct_heading ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.our_prdct_heading ul li {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.our_prdct_heading ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.crd_xtt {
  font-weight: 600;
  font-size: 16px;
}

.contact-section {
  padding: 50px 0;
  color: #ffffff;
}
.info-box {
  background-color: #0D6B9E;
  /* background: url(../images/contactfrm.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #ffffff;
  padding: 30px;
  border-radius: 8px;
}
.info-box h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px;
}
.info-box .info-item {
  margin-bottom: 20px;
}
.info-box .info-item i {
  font-size: 24px;
  margin-right: 15px;
}
.info-box a {
  color: white;
  text-decoration: none;
}
.form-container {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.form-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.frm-btn {
  background-color: #0D6B9E;
  color: #ffffff;
  width: 100%;
}
.frm-btn:hover {
  border-color: #0D6B9E;
    border-width: 2px;
    color: #0D6B9E;
}
.contact-section .form-container .form-control {
  padding: 16px 20px 16px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px;
  border: 1px solid #0D6B9E;
}




.contact h2 {
  font-size: 30px;
  color: #fdfdfd;
  font-weight: bold;
  text-transform: uppercase;
}
.contact_frm h2{
  font-size: 30px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}
.contact p {
  font-size: 16px;
  text-align: justify;
  color: #fff;
}
.contact ul li {
  background-color: #005a8b;
  list-style: none;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
  padding: 24px 30px;
  margin: 20px 0;
  border-radius: 8px;
}
.contact-section .contact ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

section.contact ul li a i {
  color: #ffffff;
  background-color: #ffffff;
  font-size: 25px;
}
.map-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 35%; /* 16:9 Aspect Ratio */
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  border: 0;
}