* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431) !important;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  color: #000 !important;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
@font-face {
  font-family: "Switzer-Regular";
  src: url("../fonts/Switzer-Regular.ttf");
}
@font-face {
  font-family: "Switzer-Bold";
  src: url("../fonts/Switzer-Bold.ttf");
}
body {
  font-family: "Switzer-Regular" !important;
}
body a {
  text-decoration: none !important;
}

h2,
h3 {
  font-size: 40px !important;
  font-family: "Switzer-Bold" !important;
  color: #fff !important;
}

.navbar-brand img {
  height: 40px;
}

.mobile_no a {
  color: #1688C8 !important;
}

.nav_bg {
  background-color: #FF9B0E;
  color: #fff;
  padding: 8px 0;
}

.navbar {
  background-color: #424242;
}
.navbar .nav-item {
  padding-right: 15px;
}
.navbar .nav-item .nav-link {
  color: #fff !important;
  font-size: 14px;
  position: relative;
}
.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  background-color: #1688C8;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.navbar .nav-item .nav-link:hover {
  color: #1688C8 !important;
}
.navbar .nav-item .nav-link:hover::before {
  width: 100%;
}

.main_bg {
  background: url("../images/bg.png") center no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
}

.sec_bg1 {
  background-color: #1688C8;
}
.sec_bg1 .contact_warpper {
  background-color: #fff;
  padding: 20px;
}
.sec_bg1 .contact_title {
  font-family: "Switzer-Bold";
}
.sec_bg1 .contact_bg ul li {
  list-style: none;
  display: flex;
  margin-bottom: 10px !important;
}
.sec_bg1 .contact_bg ul li a {
  color: #000 !important;
}
.sec_bg1 .contact_bg ul li span img {
  height: 25px;
  padding-right: 15px;
}
.sec_bg1 .contact_bg ul li span .img-icons {
  height: 20px;
}
.sec_bg1 .contact_bg ul li span .mail-icon {
  height: 16px;
}

.banner2 {
  background: url("../images/banner2.png") center no-repeat;
  width: 100%;
  background-size: contain;
}
.banner2 .banner_title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 75vh;
  padding-left: 55px;
  padding-bottom: 50px;
  color: #fff;
}
.banner2 .banner_title h2 {
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

.card {
  background-color: #970F6E !important;
  text-align: center;
}
.card img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.card .card-body {
  color: #fff;
  text-align: end;
  line-height: 45px;
}
.card .card-body .card-title {
  font-size: 40px !important;
}
.card .card-body .subtitle {
  color: #FF9B0E;
  font-family: "Switzer-Bold" !important;
  font-size: 17px !important;
}
.card .card-body .card-text {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.card .card-body #color1 {
  color: #FFB09C;
}

#card2 {
  background-color: #00B392 !important;
}
#card2 #color1 {
  color: #FFFF00;
}

#card3 {
  background-color: #D50000 !important;
}
#card3 #color2 {
  color: #FFFF00;
}

#card4 {
  background-color: #7436C7 !important;
}
#card4 #color3 {
  color: #FFFF00;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 50px;
  position: absolute;
  top: 35%;
  align-items: center;
  border-radius: 50% !important;
  display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0;
  font-size: 30px;
  font-weight: 700;
  background: #1688C8 !important;
  color: #ffffff !important;
}

.owl-carousel .owl-prev {
  left: -10px;
}

.owl-carousel .owl-next {
  right: -10px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 20px;
}

.owl-carousel .owl-theme {
  width: 100% !important;
  margin: 0 auto !important;
}

.item img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-bottom: 10px;
}
.item .carousel_img {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.item .carousel_img .carousel_body {
  background-color: #000;
  color: #fff;
  padding: 15px;
  line-height: 30px;
  height: 200px;
}
.item .carousel_img .carousel_body h5 span {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px !important;
  color: rgba(255, 255, 255, 0.5019607843);
}
.item .carousel_img .carousel_body .strat-icon i {
  color: #1688C8 !important;
  font-size: 20px;
}
.item .carousel_img .carousel_body .strat-icon:last-child i {
  color: #fff;
}

.booter_bg {
  background-color: #424242;
  padding: 15px 0;
}
.booter_bg .col-flec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booter_bg .col-flec .logo img {
  height: 40px;
}
.booter_bg .col-flec .footer_nav {
  color: #fff;
}
.booter_bg .col-flec .footer_nav a {
  color: #fff;
  padding: 0 10px;
}

.product_list li {
  margin-bottom: 10px !important;
}

.offer_card {
  background-color: #27374D !important;
  padding: 25px;
  color: #fff;
  border-radius: 5px;
  text-align: start;
}
.offer_card h2 {
  line-height: 42px;
}
.offer_card p {
  padding-top: 10px;
}
.offer_card span {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 8px;
}
.offer_card .terms_text {
  font-size: 14px;
}

.contact-form {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}
.contact-form .form-group label {
  padding-bottom: 8px;
}
.contact-form .form-group .form-control {
  border-radius: 0;
  border: 1px solid #000;
}
.contact-form .submit-btn {
  background-color: #1688C8;
  padding: 10px 25px;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.contact-form .captcha-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form .dynamic-code {
  padding: 6px 0;
  background: #fff;
  color: #000;
  border: 1px solid #393376;
  border-radius: 8px;
  text-align: center;
}
.contact-form .captcha-reload {
  padding-left: 10px;
}

.Btn_1 {
  background-color: #27374D;
  color: #fff;
  border: none;
  padding: 8px 25px;
  margin-top: 15px;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */