﻿@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  background-color: #fff !important;
}
a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s
}
/*.top-link {
  scroll-padding-top: 190px;
  min-height: 100%
}*/
.logo
{
	text-align: left;
}
.tb-padding
{
	padding-bottom: 5px;
	
	
	background-color: #ffffff !important;
    z-index: 999 !important;
    position: fixed !important;
    width: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    animation: slide-down 0.7s;
}
.banner
{
	padding-top: 63px;
}

.banner-int
{
	position: relative;
	padding-top: 63px;
	margin-bottom: 50px;
}
.banner-int img
{
	width: 100%;}

.carousel-cover
{
	
	display: inline-block;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	/*background: url("../images/dot-banner.png")*/
}
.welcome-txt {
  text-align: center
}
.welcome-txt h2 {
  font-size: 30px;
  color: #2c2c2c;
  margin-bottom: 22px;
font-weight: 400;
	text-transform: uppercase;
}
.welcome-txt p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  padding: 0 100px;
  margin-bottom: 27px;
	font-weight: 300;
}
.welcome-txt a {
  font-size: 11px;
  color: #0074c2;
  letter-spacing: 7px;
  text-decoration: none
}

.is-sticky
{
	background: #000;
	z-index: 999999999;
}
.gray-part {
  background: #eff0f4
}
.tb-space {
  padding: 70px 0
}
.banner img {
  width: 100%
}
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
  background-attachment: fixed
}
.parallax-window {
  background: 0 0;
  padding: 70px 0;
  background: fixed
}

.black-transparent {
  background: rgba(60, 82, 119, .7);
  display: block;
  padding: 165px 70px
}
.black-box-text {
  text-align: center
}
.black-box-text h5 {
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #fff;
  padding-bottom: 28px
}
.black-box-text p {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 26px;
  padding-bottom: 42px
}
.black-box-text a {
  background: #3c5277;
  padding: 14px 23px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
	text-decoration: none;
	  
}
.black-box-text a:hover {
  background: #fff;
  color: #000
}
.vercl-txt {
  color: #dedfe3;
  font-weight: 500;
  font-size: 60px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0 auto
}

.exprt-text {
  text-align: left;
  padding-top: 23px
}
.exprt-text h5 {
  font-weight: 500;
  font-size: 60px;
  color: #000;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 23px
}
.exprt-text span {
  font-weight: 300;
  font-size: 60px;
  color: #000;
  padding: 0;
  margin: 0
}
.exprt-text p {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 28px;
	    font-weight: 300;
	  
}
.exprt-text p a {
    font-size: 11px;
    color: #0074c2;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;

    letter-spacing: 7px;
    text-decoration: none;
	text-transform: uppercase;

	
}

.tb-space1 {
  padding: 70px 0 70px
}

.collection-text {
  text-align: center
}
.collection-text h5 {
  font-size: 35px;
  color: #000;
  font-weight: 500;
  padding-bottom: 11px
}
.collection-text h5.bt-space {
  padding-bottom: 20px
}
.collection-text h6 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  padding-top: 17px
}
.collection-text p {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  margin: 0;
  padding: 0 120px 50px;
	font-weight: 300;
}
.logo-slider {
  margin-bottom: 20px
}
.logo-slider .single-donate-slide {
  height: 80px;
  display: table;
  width: 100%;
  text-align: center;
	    padding-top: 2px;
}
.logo-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%
}
.logo-slider .donate-slides .owl-prev {
  background: url(../images/left-arrow-t.png) no-repeat;
  width: 10px;
  height: 16px;
  line-height: 14px;
  color: #000;
  top: 90%;
  margin-top: -48px;
  left: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  font-weight: 700;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}
.logo-slider .donate-slides .owl-next {
  background: url(../images/right-arrow-t.png) no-repeat;
  width: 10px;
  height: 16px;
  line-height: 14px;
  top: 90%;
  margin-top: -48px;
  right: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  font-weight: 700;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}


.grow {
  transition: 1s ease
}
.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1s ease
}
.bottom-bg {
  background: #3c5277;
  padding: 30px 0;
	    margin-top: 25px;
}
.bottom-link h5 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 10px
}
.bottom-link {
  text-align: left
}
.bottom-link ul {
  margin: 0;
  padding: 0
}
.bottom-link ul li {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.bottom-link ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  text-transform: uppercase
}
.bottom-link ul li a:hover {
  text-decoration: underline
}
.bottom-link p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff
}
.bottom-link h6.txt-algn {
  text-align: right
}
.bottom-link h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0
}
.bottom-link p a {
  color: #fff;
  text-decoration: none
}
.bottom-link p span {
  padding-left: 15px;
  display: flex;
  line-height: 25px;
	    font-weight: 300;
}
.bottom-link p i {
  float: left;
  position: relative;
  top: 5px
}
.bdr-right {
  border-right: 1px solid #fff;
  margin-right: 115px
}
.social-bg {
  background: #2d4264;
  padding: 20px 0 5px;
}

.social {
  text-align: left;
  display: block
}
.social i {
  color: #ddd;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  margin-right: 20px
}
.social i:hover {
  color: #fff
}


#scrollUp {
  background-color: #696969;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
	background-image: url("../images/scroll-top.png");
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	
}
#scrollUp:hover {
  background-color: #000
}
#scrollUp i
{
	display: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 130px;
  height: 60px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: .5;
  transition: opacity .6s ease
}
.carousel-indicators img {
  border: 1px solid #fff
}
.carousel-indicators .active {
  opacity: .9
}
.box-shadow-review {
  padding: 8px 15px 50px
}
.box-shadow-review .carousel-indicators {
  bottom: -50px
}
.box-shadow-review .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  background: #a8d4f0 !important;
  border-radius: 100px
}
.box-shadow-review .carousel-indicators button.active {
  width: 10px !important;
  height: 10px !important;
  background: #007dcc !important;
  border-radius: 100px
}
.box-shadow-review .carousel-control-prev-icon {
  background: url(../images/left-arrow-t.png) no-repeat;
  position: absolute;
  top: 40px;
  left: 300px
}
.box-shadow-review .carousel-control-next-icon {
  background: url(../images/right-arrow-t.png) no-repeat;
  position: absolute;
  top: 40px;
  right: 300px
}
.banner .carousel-caption {
  z-index: 1
}
.carousel-indicators video {
  width: 130px;
  height: 60px;
}
.slide {
  scroll-behavior: smooth;
}
.carousel-caption {

	top: 30%;
}

.banner-text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9999999;
  bottom: 150px
}
.banner-text h1 {
  font-size: 60px;
  font-weight: 500
}
.banner-text p {
  font-size: 20px;
  font-weight: 300
}
.banner-text-int {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;

  z-index: 99;
}
.banner-text-int h1 {
  font-size: 60px;
  font-weight: 500;
	  color: #fff;
}

.breadcrumb {
  margin-bottom: 0;
      padding: 13px 0px 5px;
	font-size: 14px;
}

.breadcrumb a {
  
  color: #000;
  text-decoration: none
}
.breadcrumb-item.active {
  color: #0076de;
}





.prdct-img
{
	border: 1px solid #b3b3b3;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.prdct-img img
{
	width: 100%;
}
.product-name
{
	position: absolute;
	background: #000;
	padding: 6px 0px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	bottom: 10%;
	transition: .5s;
	background: rgba(000, 000, 000, 0.60)
}
.product-name span
{
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.prdct-img:hover .product-name
{
	bottom: 5%;
	transition: .5s
}






.prdct-text {
  text-align: left;
}
.prdct-text h2 {
  font-size: 30px;
  color: #2c2c2c;
  margin-bottom: 22px;
font-weight: 400;
	text-transform: uppercase;
}
.prdct-text p {
  font-size: 13px;
  color: #000;
  line-height: 26px;
}
.prdct-text a {
background: #3c5277;
       padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	    margin-top: 10px;
    display: inline-block;
	text-decoration: none;
}
.prdct-text a:hover {
background: #202f48;
}

.cate-space
{
	padding-bottom: 25px;
}
.prdct-list-img
{
	text-align: center;
	    --tw-shadow: 0 0px 12px -2px rgba(0, 0, 0, 0.1), 0 4px 4px -2px rgba(0, 0, 0, 0.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 8px;
	margin-bottom: 25px;
	overflow: hidden;
}
.prdct-list-img p
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.prdct-list-img h5
{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	background: #f2f2f2;
	text-align: center;
	padding: 10px 0px;
	color: #000;
}


.comon-text {
  text-align: left;
}
.comon-text h2 {
  font-size: 30px;
  color: #2c2c2c;
  margin-bottom: 22px;
font-weight: 400;
	text-transform: uppercase;
}

.comon-text h4 {
  font-size: 16px;
  color: #000;
font-weight: bold;
	margin-bottom: 5px;
}
.comon-text h5 {
 font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    background: #3f5479;
    padding: 3px 10px;
}

.comon-text p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

.comon-text ul {
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-bottom: 10px;
}
.comon-text ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	font-size: 14px;
	color: #000;
	padding-bottom: 5px;
}




.box-icon-heding {
  text-align: left;
  display: flex;
  margin-bottom: 15px;
}
.box-icon {
  width: 56px;
  height: 56px;
  text-align: center;
  background: #002e5b;
  line-height: 56px;
  float: left;
  margin-right: 9px
}
.box-heading-text {
  border-bottom: 2px solid #002e5b;
  width: calc(100% - 64px);
  float: left;
}
.box-heading-text h5 {
  font-size: 26px;
  font-weight: normal;
  color: #002e5b;
  margin-bottom: 0px;
  padding-top: 11px;
}
.box-txt {
text-align: justify; 
}
 .box-txt p { 
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #292828;
} 
.box-txt ul { 
	margin: 0px;
	padding: 0px;
 } 
.box-txt ul li {	 
	margin: 0px;
	padding: 0px;
	background: url(../images/check.png) no-repeat 7px 5px;
	     padding-bottom: 8px; 
}
 .box-txt ul li p{
	font-size: 14px;
  color: #292828;
	margin: 0px;
	padding-left: 25px;
	line-height: normal;
 } 
.contact-info
{
	text-align: left;
}
.contact-info h3
{
font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
}
.contact-info h4
{
font-size: 18px;
    color: #fff;
	margin-bottom: 3px;
}
.contact-info p
{
font-size: 14px;
    color: #fff;
	    margin-bottom: 13px;
}

.contact-info ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-bottom: 20px;
}
.contact-info ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contact-info ul li i
{
	float: left;
	margin-right: 10px;
	color: #fff;
	position: relative;
	top: 5px;
}
.contact-info ul li p
{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	display: flex;
	font-weight: 300;
}
.contact-info ul li p a
{
	color: #000;
	text-decoration: none;
}
.map-lct
{
	width: 100%;
}
.map-lct h4
{
	font-size: 22px;
	color: #000;
	padding-bottom: 10px;
}
.mrgn40
{
	padding-right: 20px;
}

.contact-box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(194 194 194);
    -moz-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 5px 0px rgb(194 194 194);
    background: #fff;
    padding: 10px 0px;
	margin-bottom: 25px;
}
.box-gradent
{
background: rgb(20,49,98);

padding: 25px 25px 0px;
}

.contact-box-shadow .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding-bottom: 0;
    height: 40px;
	font-size: 14px; color: #666; font-weight: 300;
}
.contact-box-shadow .form-group {
    margin-bottom: 30px;
}
.contact-box-shadow input::placeholder {
    font-size: 14px;
	color: #666;
	font-weight: 300;
}

.sbt-btn a{
 color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    background: #3c5277;
    text-decoration: none;
}
.sbt-btn a:hover{
    background: #5677af;
}
.left-head h2
{
	font-size: 50px;
	font-weight: bold;
	color: #000;
}
.pro-box
{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	height: 70px;
}
.pro-box img
{
	text-align: center;
	margin: 0 auto;
}
.certificate-box
{
	text-align: center;
	margin-bottom: 30px;
}
.certificate-space
{
	padding: 75px 0px;
	
}

.product-slider .owl-prev {
  background: url(../images/left-arrow-t.png) no-repeat;
  width: 10px;
  height: 16px;
  line-height: 14px;
  color: #000;
  top: 50%;
  left: 0px;
  position: absolute;
  z-index: 999999;
  text-align: center;
  font-size: 0;
  font-weight: 700;

	display: none;
	transition: .5s
}
.product-slider .owl-next {
  background: url(../images/right-arrow-t.png) no-repeat;
  width: 10px;
  height: 16px;
  line-height: 14px;
  top: 50%;
  right: 0px !important;
  position: absolute;
  z-index: 99999;
  text-align: center;
  font-size: 0;
  font-weight: 700;

	display: none;
	transition: .5s
}


.prdct-list-img:hover .owl-next {

display: block;
	transition: .5s
}
.prdct-list-img:hover .owl-prev {

display: block;
	transition: .5s
}

.product-pick {
    position: relative;
    flex: 0 0 auto;
}
