@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');
a{text-decoration:none!important;}
li{list-style-type: none!important;}
html {scroll-behavior: smooth;}
.lightbox{position:fixed!important;top:50px!important;} 
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.fonth1 {font-family:"Oswald", sans-serif;font-weight: 600;}
.fontp1 {font-family:"Inter", sans-serif; line-height:26px;}
.fontp11 {font-family:"Inter", sans-serif; line-height:24px;font-size:18px;}
.clr1{color:#3483a3;}
.clr2{color:#062284;}
.clr3{color:#000000;}
.bga1{background:#82c4db;}
.fw-400{font-weight:400!important;}
.text-glow{font-size:40px;text-transform: uppercase;text-shadow: 2px 2px 1px rgb(0 0 0 / .3);}
.bgdark{background-color:#000!important;}
.scrollcss{height: 136px;overflow-y: scroll;scrollbar-width: thin !important;}
.mynav{position:sticky!important; width:100%; z-index:999;top:0px;}
.nav-logo2{width:60px;}
.nav-logo{width:150px;}
.navbg{background:#000000!important;}
.padcss{padding:7px 30px!important;}
.mynav.black {background:#ffffff;  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}
.mynav.black1 {background: none;  color: white;}
.navbar-nav .nav-link.active{color:#3483a3!important;}
.navbar-nav .nav-link {color:#222 !important;font-size:14px;font-family:"Oswald", sans-serif;}	
.pc-nav .nav-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 35px;
  align-items: center;
}
/* 
.pc-nav .nav-list1 li {
  position: relative;
}

.pc-nav .nav-list1 li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  height:40px;
}

.pc-nav .nav-list1 li a p {
  margin: 0;
  position: relative;
  height: 22px;
  overflow: hidden;
}

.pc-nav .nav-list1 li a span,
.pc-nav .nav-list1 li a i {
  display: block;
  line-height: 22px;
  transition: transform 0.3s ease;
  text-transform: uppercase;
}

.pc-nav .nav-list1 li a span {
  color: #000000;
}

.pc-nav .nav-list1 li a i {
  transform: translateY(100%);
  font-style: normal;
  color: #ff4800;
}

.pc-nav .nav-list1 li:hover a span {
  transform: translateY(-100%);
}
.pc-nav .nav-list1 li:hover a i {
  transform: translateY(-100%);
}

.pc-nav .nav-list1 li.active a span {
  color: #ff4800;
}

.pc-nav .nav-list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 65px;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ff4800;
  transition: width 0.3s ease;
}

.pc-nav .nav-list1 li:hover a::after,
.pc-nav .nav-list1 li.active a::after {
  width: 100%;
} */

.marquee-head {width: 100%;overflow: hidden;font-size: 14px;line-height: 25px;color: #ffffff;}

.about-head {
	position: relative;
	display: block;
}
.about-img {
	position: relative;
	display: block;
	z-index: 5;
}
.about-imga1 {
	background-image:url("../images/pattern-1.webp");
	position: absolute;
	top: -22px;
	left: -22px;
	height: 233px;
	width: 233px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: -1;
}
.about-imga2 {
	background-image:url("../images/pattern-2.webp");
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 210px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.sub-border {
	font-size: 14px;
	color: #ff4800;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.shape-left::before {
	position: relative;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	background:#ff4800;
	display: inline-block;
	margin-right: 12px;
}
.about-btn {
	margin-top: 30px;
}
.about-btn a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	appearance: none;
	outline: none !important;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 99;
	border: 1px solid #000;
	padding: 15px 35px;
	background-color: transparent;
}
.about-btn a::before {
	position: absolute;
	content: "";
	background-color: #000;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}
.about-btn a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	z-index: -1;
}
.about-btn a:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.about-btn a:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}
.about-btn a:hover {
  color: #fff;
  border: 1px solid #000;
}
.parallaxa1 {
	background-image: url("../images/parallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
}
.parallaxa1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}
.counttext, .bannerhead {
  color: rgb(255, 255, 255);
  font-size: 45px;
  font-weight: 700;
}
.contact-area {
  background-color: #000;
  padding: 48px;
  height: 100%;
}
.contact-body {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}
.contact-body .icon-btn {
	box-sizing: 40px;
	min-width: 40px;
	background-color: transparent;
	color:#00ffe7;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 16px;
}
.icon-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 99px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: relative;
}
.contact-body{margin-bottom: 28px;}
.contact-form input, .contact-form textarea {
	border: 1px solid #8080804a;
	font-size: 16px;
	width: 100% !important;
	padding: 12px;
	border-radius: 10px;
	background: #f7f7f752;}
.contact-form textarea {height: 150px;resize: none;}
.footer-box-info {background: #fff;padding: 25px;}
.about-btna1 a {background-color: #fff!important;}
/* .mslider{overflow: hidden;margin-bottom: 30px;margin: 0 -1px;overflow: hidden;}.mslider .item::before{content: ' ';position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;}.mslider .owl-nav button.owl-prev {left: 15px;}.mslider .owl-nav button.owl-next {right: 15px;}.mSlider .owl-dots {margin: 0;margin-top: 0px;margin-top: -74px !important;position: relative;height: 75px;bottom: 0 !important;background-repeat: no-repeat; background-position:top center;}.hero_box{position:absolute;text-align: center;top: 50%;left: 0px; right: 0px; z-index: 2;padding: 30px 25px; margin-top: -100px;}.hero_box h3{text-transform: uppercase;font-size: 34px;font-weight: bold;margin: 0;padding: 0;margin-bottom: 10px;line-height: 40px;}.hero_box h4{text-transform: uppercase;font-size: 22px;padding: 0;margin: 0;font-weight: normal; line-height: 30px;margin-bottom: 10px;}.hero_box .btn{display:inline-block; text-align: left !important;}.hero_box .btn span{padding: 0;}

 .owlcustom-theme {position: relative;}.owlcustom-theme .owl-nav {position: absolute;top: 50%;width: 100%;margin: 0;}.owlcustom-theme .owl-nav button,.owlcustom-theme .owl-nav button:hover{background: none;}.owlcustom-theme .owl-nav .icon40 {height: 40px;width: 40px;overflow: hidden;opacity: 0.7;}.owlcustom-theme .owl-nav .icon40.nextBtn::before,.owlcustom-theme .owl-nav .icon40.prevBtn::before{position: absolute;left: 0;height: 40px;width: 40px;}.owlcustom-theme .owl-nav button {position: absolute;height: 40px;text-indent: 0px;margin: 0 !important;line-height: 40px;top: -20px;}.owlcustom-theme .owl-nav button.owl-prev {left: 0px;}.owlcustom-theme .owl-nav button.owl-next {right: 0px;}.owlcustom-theme .owl-nav button,.owlcustom-theme .owl-nav button:hover,.owlcustom-theme .owl-nav button,.owlcustom-theme .owl-nav .icon40,.owlcustom-theme .owl-nav .icon40 {border-radius: 4px;}.rdNav .owl-nav button,.rdNav .owl-nav button:hover,.rdNav .owl-nav button,.rdNav .owl-nav .icon40,.rdNav .owl-nav .icon40 {border-radius: 100%;}.outNav .owl-nav button.owl-prev {left: -19px;}.outNav .owl-nav button.owl-next {right: -19px;}.sNav .owl-nav .icon40.nextBtn::before, .sNav .owl-nav .icon40.prevBtn::before,.sNav .owl-nav .icon40 {height: 32px;width: 32px;}.sNav .owl-nav .icon40.nextBtn::before,.sNav .owl-nav .icon40.prevBtn::before{left: -4px;top: -4px;}.outNav.sNav .owl-nav button.owl-prev {left: -15px;}.outNav.sNav .owl-nav button.owl-next {right: -15px;}.owlcustom-theme .owl-nav .icon40:hover{opacity: 1;}.owlcustom-theme .owl-dots {margin: 0 !important;width: 100%;line-height: 30px;bottom: 0;text-align: center;position: absolute;bottom: -30px;}.owlcustom-theme button.owl-dot{height: 30px;line-height: 30px; margin: 0 3px;}.owlcustom-theme .owl-dots .owl-dot span{height: 12px;width: 12px;border-radius: 100%;display: inline-block;border: 2px solid;} */


 /* .slider {
    height: 500px;
    overflow: hidden;
  }
  .mslider {
	overflow: hidden;
	margin-bottom: 30px;
	margin: 0 -1px;
	overflow: hidden;
}
.mslider .item::before {
	background-color: #00000096;
}
.mslider .item::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.hero_box {
	color: #cccccc;
}
.hero_box {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 30px 25px;
	margin-top: -100px;
}
.hero_box .heading3 {
	color: #ffffff;
	text-shadow: 2px 2px #000;
}
.hero_box .heading3 {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 40px;
}
.hero_box .heading4 {
	text-transform: uppercase;
	font-size: 22px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}

.mslider .owl-dots, .btShade::after {
	background-image: url("../images/shapr.webp");
}
.owlcustom-theme .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
}
.owlcustom-theme .owl-nav button {
	position: absolute;
	height: 40px;
	text-indent: 0px;
	margin: 0 !important;
	line-height: 40px;
	top: -20px;
}
.mslider .owl-nav button.owl-prev {
	left: 15px;
}
.mslider .owl-nav button.owl-next {
	right: 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owlcustom-theme .owl-nav .icon40 {
	background-color: #ffffff;
}
.owlcustom-theme .owl-nav .icon40, .owlcustom-theme .owl-nav .icon40 {
  border-radius: 4px;
}
.owlcustom-theme .owl-nav .icon40 {
	height: 40px;
	width: 40px;
	overflow: hidden;
	opacity: 0.7;
}
.icon {
	position: relative;
	display: inline-block;
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
}
.icon.icon40::before {
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.icon.iconc::before {
	display: block;
	margin: 0 auto;
}
.prev::before {
	-webkit-mask: url('../images/prev.svg');
	mask: url('../images/prev.svg');
}

.icon::before {
  background-color: #000;
}
.icon::before {
  content: ' ';
  -webkit-mask-size: cover !important;
  mask-size: cover !important;
  background-color: #000;
}
.icon::after {
	display: block;
	clear: both;
	height: 0px;
	width: 0px;
	content: ' ';
	line-height: 0px;
}
.owlcustom-theme .owl-nav .icon:hover::before {
	background-color: #fff;
}
.owl-nav .icon:hover::before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.3s ease-in;
}
.owlcustom-theme .owl-nav .icon40:hover {
  background-color: #F92039;
}
.owlcustom-theme .owl-nav .icon40:hover {
  opacity: 1;
}
.owlcustom-theme .owl-nav .icon40, .owlcustom-theme .owl-nav .icon40 {
  border-radius: 4px;
} */

.custom-nav .nav-link {
  background: #2b2b2b;
  color: #aaa;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.custom-nav .nav-link i {
  margin-right: 10px;
  font-size: 18px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.custom-nav .nav-link:hover i,
.custom-nav .nav-link.active i {
  opacity: 1;
}

.custom-nav .nav-link.active {
  background: linear-gradient(135deg, #82c4db, #558a9e);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateX(5px);
}

.custom-tab-content {
  background:#e9fdff;
  padding: 25px 30px;
  min-height: 280px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* .custom-tab-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.custom-tab-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
} */

.custom-tab-content .tab-pane {
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-image {position: relative;background: url("../images/about-right-shape.svg") no-repeat top 30px right 6%;background-size: 18% auto;margin-right: 20px;}
.image-anime {position: relative;overflow: hidden;}
.about-image img {width: 100%;}
.image-anime::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;}
.image-anime:hover::after {height: 250%;transition: all 600ms linear;background-color: transparent;}
.productbg{
	background: #000000;
}
.product-list-wrap-box {
	box-shadow: 0 0 5px #0000004d;
	overflow: hidden;
	border-radius: 9px;
	position: relative;
	margin-bottom: 30px;
	transition: .3s;}
.w60{width: 60% !important;}
.product-list-wrap-box .img-wrap img {transition: .3s;}
/* .product-short-desc {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	bottom: -100%;
	background: rgba(143, 218, 250, 0.82);
	color: #000000 !important;
	padding: 15px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	transition: .3s;} */
.product-short-desc p {color: #000000;}
.product-list-title {
	padding: 15px;
	z-index: 9;
	position: relative;
	background: #000000  !important;
	color: #ffffff !important;
	font-size: 22px;
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	min-height: 60px;}
h2.product-list-title {padding: 0;margin: 0;min-height: 0;color: white !important;}
.product-list-wrap-box:hover {box-shadow: 0 0 15px #0000004d;}
.product-list-wrap-box:hover img {transform: scale(1.08);}
.product-list-wrap-box:hover .product-short-desc {bottom: 55px;}
.product-list-wrap-box:hover .product-list-title {background: #133a81;}
.product-list-title:hover {color: #fff;}
.main-content{position: relative;}
.main-content .owl-theme .custom-nav {position: absolute; top: 20%; left: 0; right: 0; }
.main-content .owl-theme .custom-nav .owl-prev {display: inline-block;width: 60px;height: 60px;line-height: 60px;background-color: #fff;color:#000000;text-align: center;border-radius:10px;font-size: 25px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);padding: 0;position:absolute;border: none;font-weight:700;}
.main-content .owl-theme .custom-nav .owl-next {display: inline-block;width: 60px;height: 60px;line-height: 60px;background-color: #fff;color:#000000;text-align: center;border-radius:10px;font-size: 25px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);padding: 0;position:absolute;border: none;font-weight:700;}
.owl-prev i, .owl-next i{font-weight:800;}
.main-content .owl-theme .custom-nav .owl-prev {left: -65px;top: 105px;}
.main-content .owl-theme .custom-nav .owl-next {right:-65px; top: 105px;}
.main-content .owl-theme .owl-nav [class*="owl-"]:hover {background-color:#ff4800!important;color:#fff!important;transition: .5s;}
.list li {
	position: relative;
	width: 100%;
	font-size: 2px;
	line-height: 26px;
	color: #282932;
	min-height: 50px;
	margin-bottom: 0px;
	padding: 12px 0px 12px 52px;}
.list li i {position: absolute;left: -7px;top: -6px;font-size: 65px;line-height: 50px;font-weight: 400;}
.list2 li i {
  position: absolute;
  left: 21px!important;
  top: 0px!important;
  font-size: 20px!important;
  line-height: 50px;
  font-weight: 400;
}
.carousel-caption1 {
    position: absolute;
    right: 10%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 30%;
    left: 10%;
}
.bannercaption{font-size:55px; font-weight:600;}
.bannercaptiona2{font-size:30px; font-weight:600;}
.idtop {
  padding-top:65px;
}
.bg-overlay {position: relative;}
.bg-overlay::after {
    background-color:#0b0b0bd1;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.flip-box {
    background-color: transparent;
    width: 330px;
    height: 350px;
    perspective: 900px;
  }

  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
  }

  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }

  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    padding: 20px;
    box-sizing: border-box;
  }

  .flip-box-front {
    background-color: #fff;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flip-box-front img {
    width: 60px;
    margin-bottom: 20px;
  }

  .flip-box-back {
    background-color: #000000;
    color: #fff;
    transform: rotateY(180deg);
    display:block;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .flip-box-back p {
    font-size: 16px;
    line-height: 1.5;
  }

  .flip-box-back {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    text-align: center; 
    padding: 20px;
    backface-visibility: hidden;
}
.footerbg{
  background-image: url("../images/footer-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  background-attachment: fixed;
}
.footerbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact-info{
	background-color: #060607E0;
	box-shadow: 0px 0px 10px 0px rgba(79.89999999999999, 79.89999999999999, 79.89999999999999, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	padding: 20px 20px 20px 20px;}
.contact-info i {font-size:30px;}
.smallborder {
	margin: 5px 0;
	width: 60px;
	height: 2px;
	background-color:#ff4800;}
.text1 {
	position: relative;
	padding: 0 0 0 50px;
	margin-top: -59px;
}
.default-btn {
	z-index: 1;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-flex;
	color: #ffffff;
	transition: 0.5s;
	background:linear-gradient(94deg, #ff4800 0%, #000 89.07%);
	font-size: 16px;
	font-weight: 500;}
.default-btn:hover {color: #ffffff;}
.default-btn:hover::before {height: 100%;}
.default-btn::before {
	top: 0;
	left: 0;
	height: 0;
	content: "";
	z-index: -1;
	width: 100%;
	position: absolute;
	transition: 0.5s ease-in-out;
	background:linear-gradient(94deg, #000 0%, #ff4800 89.07%);
	border-radius: 5px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.list li {width: 100%;}
.ord1{order:2;}
.ord2{order:1;}
.idtop {padding-top: 65px;}
.carousel-caption1 {top: 10%;}
.bannercaption {font-size: 30px;font-weight: 600;}
.bannercaptiona2 {font-size: 18px;font-weight: 500;}
.contact-area {padding: 20px;}
.counttext, .bannerhead {font-size: 40px;}
.main-content .owl-theme .custom-nav{display:none;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.list li {width: 100%;}
.ord1{order:2;}
.ord2{order:1;}
.idtop {padding-top: 65px;}
.carousel-caption1 {top:3%;}
.bannercaption {font-size: 40px;font-weight: 600;}
.bannercaptiona2 {font-size:30px;font-weight: 500;}
.contact-area {padding: 20px;}
.counttext, .bannerhead {font-size: 40px;}
.main-content .owl-theme .custom-nav{display:none;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}

span.infos {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	color: #d93025;
	font-weight: bold;
}