@font-face {
  font-family: 'SpaceGrotesk-Bold';
  src: url('../fonts/SpaceGrotesk-Bold.eot');
  src: url('../fonts/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Bold.otf') format('opentype'), url('../fonts/SpaceGrotesk-Bold.svg') format('svg');
}
@font-face {
  font-family: 'SpaceGrotesk-Light';
  src: url('../fonts/SpaceGrotesk-Light.eot');
  src: url('../fonts/SpaceGrotesk-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/SpaceGrotesk-Light.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Light.otf') format('opentype'), url('../fonts/SpaceGrotesk-Light.svg') format('svg');
}
@font-face {
  font-family: 'SpaceGrotesk-Medium';
  src: url('../fonts/SpaceGrotesk-Medium.eot');
  src: url('../fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Medium.otf') format('opentype'), url('../fonts/SpaceGrotesk-Medium.svg') format('svg');
}
@font-face {
  font-family: 'SpaceGrotesk-Regular';
  src: url('../fonts/SpaceGrotesk-Regular.eot');
  src: url('../fonts/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype'), url('../fonts/SpaceGrotesk-Regular.otf') format('opentype'), url('../fonts/SpaceGrotesk-Regular.svg') format('svg');
}
@font-face {
  font-family: 'SpaceGrotesk-SemiBold';
  src: url('../fonts/SpaceGrotesk-SemiBold.eot');
  src: url('../fonts/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SpaceGrotesk-SemiBold.ttf') format('truetype'), url('../fonts/SpaceGrotesk-SemiBold.otf') format('opentype'), url('../fonts/SpaceGrotesk-SemiBold.svg') format('svg');
}

p{color: #595858;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
h1{color: #000;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
h2,h3,h4,h5{font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

 @keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}
body{    font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h1 {
  animation-delay: 1s;
  color: #bf392b;
  background: #fff;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: #fff;
  background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}



/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
  visibility:hidden;
  visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
      opacity: 0;
      transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}
::marker {display: none !important;}
.pt-20{padding-top:20px;}
ul{padding: 0;}
/*header menu css start*/


.subheader{background-color: #fff;color: #000;padding: 12px;}
.subheader .call img{width: 35px;}
.subheader .address img{width: 35px;}
.subheader .time i{width: 35px;color: #02507d;}
.subheader h1{font-size: 15px;font-weight: 600;}
.subheader p{font-size: 13px;margin: 5px 0;color: #484848;}
.subheader a{color: #646060;}
.subheader ul.social{padding: 0;margin: 0;}
.subheader ul.social li{list-style: none;display: inline-flex;padding-right: 4px;}
.subheader ul.social li i{width: 39px;}
/* .subheader ul.social li .fa-facebook{width: 30px;
  height: 30px;
  padding: 7px;
  background: blue;
  color: #fff;
  border-radius: 50%;}
  .subheader ul.social li .fa-twitter{width: 30px;
    height: 30px;
    padding: 7px;
    background: #5aafef;
    color: #fff;
    border-radius: 50%;}
  */
    .subheader ul.social li .fa-youtube{width: 30px;
      height: 30px;
      padding: 7px;
      background: #e71e17;
      color: #fff;
      border-radius: 50%;}
     
     .subheader ul.social li .fa-whatsapp{width: 30px;
      height: 30px;
      padding: 7px;
      background: #48ca58;
      color: #fff;
      border-radius: 50%;}
      .subheader ul.social li .fa-instagram{width: 30px;
        height: 30px;
        padding: 7px;
        background: #ff0852;
        color: #fff;
        border-radius: 50%;}
      
    


.main-headerss .main-header {
  left: 0;
  position: relative;
  width: 100%;
  top: 125px;
  z-index: 11;
  background: #01296e;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.main-headerss .main-header.is-sticky {
  background: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 71%);
  padding: 3px 0px 0px;
  position: fixed !important;
  top: 112px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

.main-headerss .subheader {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 11;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.main-headerss .subheader.is-sticky {
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 71%);
  padding: 3px 0px 0px;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.main-headerss .subheader .logo{
  width: 93px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  position: relative;
  top: -12px;
  overflow: hidden;
  }
.main-headerss .subheader.is-sticky .logo{
  width: 83px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  position: relative;
  top: -11px;
  }

.main-headerss .main-header .bg-body-tertiary{
background: none !important;
}
.main-headerss .main-header .bg-body-tertiary .navbar-brand {
margin-right: 45px;
}
.main-headerss .main-header .bg-body-tertiary img{
height: 80px;
}
.navbar-nav .nav-link.active {color: #fff;background: #FFFFFF1A;padding: 4px 10px;border-radius: 4px}
.main-headerss .main-header .bg-body-tertiary ul li {
    padding-right: 17px;

}
.main-headerss .main-header .bg-body-tertiary ul li a{
font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
color: #fff;
padding: 4px 10px;
cursor: pointer;
}
.main-headerss .main-header.is-sticky .bg-body-tertiary ul li a{
font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
color: #000;
padding: 4px 10px;
cursor: pointer;
}
.main-headerss .main-header .bg-body-tertiary ul li a:hover{
color: #fff;
  background: #FFFFFF1A;
  border-radius: 4px;
  transition:0.5s;
}
.main-headerss .main-header.is-sticky .bg-body-tertiary ul li a:hover{
 color: #fff;
  background: #04011c;
  border-radius: 4px;
  transition:0.5s;
}
.main-headerss .main-header .logins a {
    color: #fff;
  padding: 13px;
  text-decoration: none;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.main-headerss .main-header.is-sticky .logins a{
color: #000;
}
.main-headerss .main-header .logins .btn{
 color: #fff;
 background: #FFFFFF1A;
 border: none;
 padding: 8px 25px;
}
.main-headerss .main-header .logins .btn:hover{
transform: scale(1.1);
border-color: #E3EBF4;
  background-color: #FFFFFF;
  transition: 0.3s ;
  color: #000;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.main-headerss .main-header.is-sticky .logins .btn{
 color: #fff;
  background: #C30000;
  border: none;
}


.main-headerss .main-header .bg-body-tertiary ul li.has-sub {
  position: relative;
  padding-right: 25px;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 8px;
}
.main-headerss .main-header.is-sticky ul li.has-sub:after{
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #000;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 8px;
}
/* .main-header .bg-body-tertiary ul li.has-sub:after {
  color: #1e1e1e;
} */

.main-headerss .main-header .bg-body-tertiary ul li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  padding: 0;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub ul li a:hover {
  background: #fff;
  color: #01296e!important;
  padding-left: 25px;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub ul li a:hover:before {
  width: 3px;
}

.main-headerss .main-header .bg-body-tertiary ul li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
/*header menu css end*/

.back-alt{background-color:#f3f8ff;padding-bottom: 100px;}
.blank-alt{padding-bottom: 100px;}
/*newsletter css start*/

.newsletter h1{
font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
color: #000;
}
.newsletter p{
color: #4d4d4d;

}
.newsletter input{
min-height: 60px;
border:1px solid #D0D0D0;
}
.newsletter .btn{
    color: #fff;
  background: #C30000;
  border: none;
  padding: 0 25px;
  font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.newsletter .btn:hover {
border-color: #E3EBF4;
background-color: #000;
transition: 0.3s ;
color: #fff;
font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

/*end*/

/*footer css start*/
footer{background: #01296e;padding-top: 75px;padding-bottom: 50px;color: #fff;}
footer img{width: 100px;}
footer h2{margin-bottom: 20px;font-size: 26px;font-family: "New York", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;}
footer p a{font-size: 16px;color: #fff;}
footer p {font-size: 16px;margin-bottom: 20px;color: #fff;line-height: 30px;text-align: left;}
footer p strong a{font-size: 18px;color: #fff;}
footer p a:hover{text-decoration: none;}
footer ul{padding: 0;}
footer ul li{list-style: none;}
footer ul li i{color: #c30000;}
footer ul li a{font-size: 16px;line-height: 30px;color: #fff;text-decoration: none;}
footer ul li a:hover{text-decoration: none;}
.footer-bottom{
border-top:1px solid #ffffff1a;
background: #000;
padding: 5px 0 0;
color: #fff;
}
.footer-bottom img{
width: 16px;
}
.footer-bottom a {
color: #C30000;
}
.footer-bottom p{margin-bottom: 5px;color: #fff;}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
    /* background-color: #25d366; */
    /* color: #FFF; */
    /* border-radius: 50px; */
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
a.float img{width: 90%;animation: rotate-img 1s infinite;}
.my-float {
    margin-top: 16px;
}
.whtsspp a:hover{color: #fff;}

.marquee{color: #fff;padding-top: 5px;font-size: 18px;background: #000;}
/*end*/

