@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{
    padding: 0px;
    margin: 0px;
}
:root{
    --main_font:"Noto Sans", sans-serif;
    --light_blue:#4679c5;
    --deep_blue:#132E5C;
}
h1,h2,h3,h4,h5,h6,p{
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
}
.bread_camb_text_change_js{text-transform:capitalize;}
.container {
    max-width: 92% !important;
}
.color-gray{color:#7e8184;}
.table {
  border-collapse: collapse;
  width: 100%;
}

.table, .table th, .table td {
  border: 1px solid #ccc;
}

.table th, .table td {
  padding: 10px;
  text-align: left;
}
.content-inner p{font-size:18px;}
.color-blue{color:var(--deep-blue);}
.gapping_box{
    margin: 60px 0px 0px 0px;
}
.bread_camb a{
    text-decoration: none;
    color: var(--deep_blue);
    margin: 0px 8px 20px 0px;
    font-family: var(--main_font);
    font-weight: 500;
    display: inline-block;
	font-size:20px;
}
.heading_wraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #002F5E;
    font-size: 54px;
    line-height: 80px;
}
.heading_wraper p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #002F5E;
    line-height: 48px;
    font-size: 28px;
}
/*header*/
.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
}
.open_navbtn {
    display: none;
}
.header .navbar-brand img {
    width: 100px;
    margin: 0px 35px 0px 0px;
}
.header .navbar-nav .nav-link.active {
  border-bottom: 3px solid #002e5f;
  padding-left: 0;
  padding-right: 0;
}
.header .nav-item .nav-link {
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    margin: 0px 30px 0px 0px !important;
    font-size: 20px;
}
.header .nav-item .nav-link:hover{color:var(--light_blue);}
.header .right_box a img {
    width: 29px;
    margin: -3px 5px 0px 0px;
}
.header .right_box a {
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--light_blue) !important;
    padding: 0px 0px 0px 30px !important;
    font-size: 22px;
    text-decoration: none;
}
.header .right_box i{
    cursor: pointer;
    color: var(--deep_blue);
    font-size: 18px;
	transition:1s;
}
.header .right_box a:last-child i {
    padding: 15px 35px 15px 15px;
    border-radius: 10px;
}
.header .right_box a:hover:last-child i {
    background: var(--deep_blue);
    color: #fff;
}
.mobile_openbar {
    display: none;
	background: #f1f1f19c;
}
.mobile_openbar .offcanvas.offcanvas-top {
    top: 72px;
	z-index:99999999999;
}
.mobile_openbar .offcanvas-header {
    margin-top: -69px;
    padding: 14px 9px 34px 9px;
    background: linear-gradient(
65deg, #ffffff 0.5%, transparent);
    border-bottom: 2px solid #000;
}
.mobile_openbar .offcanvas-header .btn-close {
    font-size: 25px;
    color: #002f5f !important;
    width: 30px;
    height: 30px;
    background: #fff;
	margin-left: revert !important;
}
.mobile_openbar  .offcanvas {
    width: 100%;
    height: 100% !important;
}
.mobile_openbar .list_wraper ul {
    list-style: none;
    padding: 0px;
    margin: 0px !important;
}
.mobile_openbar .list_wraper ul li a {
    text-decoration: none;
    font-family: var(--main_font);
    font-weight: 500;
    color: #002F5E;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    display: inline-block;
}
.mobile_openbar .list_wraper .dropdown-toggle {
    white-space: nowrap;
    background: transparent;
    border: none;
    font-family: var(--main_font);
    font-weight: 400;
    color: #002F5E;
    font-size: 20px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.mobile_openbar .list_wraper .dropdown-toggle::after {
    display: revert !important;
    position: relative;
    top: 20px;
    left: 10px;
}
.open_navbtn{
    background: transparent;
    border: none;
    color: #002F5D;
    font-size: 20px;
}
/*end*/
/*banner_section*/
.banner_section{
    position: relative;
    overflow-x: hidden;
}
/* .banner_section::after{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90.69deg, #0973D9 30.12%, rgba(9, 115, 217, 0) 68%);
	z-index:1;
} */
.banner_section .container{
    position: relative;
}
.banner_section .image_wraper{
	position:relative;
}
.banner_section .image_wraper::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90.69deg, #0973D9 30.12%, rgba(9, 115, 217, 0) 68%);
}
.banner_section .image_wraper img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.banner_section .swiper-slide img{
  transition: transform 1s ease;
}
.banner_section .swiper-slide-active img{
  transform: scale(1.20);
}
.banner_section .swiper-pagination {
    text-align: revert !important;
    left: 225px !important;
    bottom: 75px !important;
}
.banner_section .swiper-button-prev:after {
    font-size: 0px !important;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid #fff;
    background: url('../images/leftarrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.banner_section .swiper-button-next:after{
    font-size: 0px !important;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid #fff;
    background: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: center;
}
.banner_section .swiper-button-next {
    left: 160px !important;
    margin-top: 0px;
    width: 50px;
	top: revert !important;
	bottom: 70px;
}
.banner_section .swiper-button-prev {
    margin-top: 0px;
    width: 50px;
    top: revert !important;
    left: 109px !important;
    bottom: 70px;
}
.banner_section .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #FFFFFF4D;
}
.banner_section .swiper-pagination-bullet-active{
    background: #fff !important;
}
.banner_section .postion_textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 85%;
    transform: translate(-50% , -50%);
}
.banner_section .txt_wraper{
    width: 70%;
}
.banner_section .postion_textbox .txt_wraper h1{
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 17px 0px;
    font-family: var(--main_font);
    font-size: 60px;
    line-height: 80px;
}
.banner_section .postion_textbox .txt_wraper p{
    font-weight: 400;
    color: #fff;
    font-family: var(--main_font);
	font-size:28px;
}
.banner_section .postion_textbox .txt_wraper a{
    text-decoration: none;
    padding: 10px 20px;
    background: var(--deep_blue);
    font-family: var(--main_font);
    border-radius: 10px;
    display: inline-block;
    margin: 15px 0px 0px 0px;
    font-weight: 700;
    color: #fff;
	
}
.banner_section .postion_textbox .txt_wraper a i{
    margin: 0px 0px 0px 8px;
}
.banner_section .responsive_img{
	display:none;
}
.banner_section .banner_globallink {
    width: 100%;
    height: 80%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}
/*end*/
/*companion_section*/
.companion_section {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    height: 790px;
    background: radial-gradient(57.99% 57.99% at 71.45% 47.21%, #FDFEFF 0%, #D9F0FF 100%);

}
.companion_section .left_wraper{
    position: relative;
}
.companion_section .left_wraper img{
    width: 100%;
    transform: scale(1.01249) rotate(-26.253deg);
    transition: 1s;
    animation: leaf 2.5s ease-in-out infinite;
}
@-webkit-keyframes leaf {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes leaf {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.companion_section .left_wraper h2 {
    text-align: center;
    font-family: var(--main_font);
    font-size: 215px;
    font-weight: 700;
    color: var(--deep_blue);
	width:112%;
}
.companion_section .postion_img {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-50%);
    width: 100% !important;
    animation: rotedleaf 150s linear infinite !important;
}
@keyframes rotedleaf {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(90deg);
   }
}
.companion_section .first_text {
    background: url('../images/textboxbg.png');
    background-size: 100% 100%;
    width: 190px;
    height: 250px;
/*     position: absolute;
    top: 52%;
    left: 139px; */
/*     transform: translateY(-50%); */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin:0px 30px 0px 0px;
}
.companion_section .first_text h4 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #fff;
    font-size: 60px;
    margin: 0px;
}
.companion_section .first_text p {
    text-align: center;
    font-family: var(--main_font);
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}
.companion_section .first_text.secendbox {
    width: 110px;
    height: 150px;
	margin-top:-150px;
}
.companion_section .first_text.secendbox.thierd_box {
    width: 140px;
    height: 185px;
    margin-top: 55px;
    margin-left: 50px;
}
.companion_section .right_textbox{
    text-align: center;
	position:relative;
	z-index:9;
}
.companion_section .right_textbox h3 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 65px;
    color: #002F5E;
    text-transform: uppercase;
    line-height: 84px;
}
.companion_section .right_textbox p {
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 26px;
    color: #002F5E;
    line-height: 44px;
}
.companion_section .right_textbox a {
    padding: 10px 20px;
    background: var(--deep_blue);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    margin: 40px 0px 0px 0px;
}
.companion_section .right_textbox a i{
    margin: 0px 0px 0px 8px;
}
.companion_section .right_textbox {
    padding: 50px 0px 0px 0px;
}
.companion_section canvas {
  display: white;
  margin: 0 auto;
  background-color: transparent;
  width: 850px;
}
.companion_section .postion_animatedbox {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
}
/*end*/
/*about_pcin*/
.about_pcin{
   padding: 60px 0px 0px 0px;
}
.about_pcin .heading_wraper{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.about_pcin .heading_wraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #002F5E;
    font-size: 54px;
    line-height: 80px;
}
.about_pcin .heading_wraper h6 {
    font-family: var(--main_font);
    font-weight: 400;
    color: var(--deep_blue);
    font-size: 24px;
    line-height: 70px;
}
.about_pcin .border_line {
    background: #002f5e57;
    width: 58px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.about_pcin .heading_wraper p {
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    font-size: 24px;
    line-height: 48px;
	margin-bottom:90px;
}
.about_pcin .image-selector {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin: 0px 0px 50px 0px;
}
.about_pcin .image-card {
  flex: 1;
  cursor: pointer;
  /* transition: all 0.5s ease; */
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  min-width: 140px;
}
.about_pcin .image-card.active::after {
	opacity:1;
}
.about_pcin .image-card::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #002e5c63;
    z-index: 0;
	opacity:0;
}
.about_pcin .image-card::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 9;
	opacity:0;
	display:none;
}
.about_pcin .image-card.active:hover:before{
	opacity:0;
}
.about_pcin .image-card:hover:before{
	opacity:1;
}
.about_pcin .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: all 0.5s ease; */
}
.about_pcin .postion_textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	width:100%;
	opacity:0;
	z-index:1;
	padding:20px;
}
.about_pcin .postion_textbox h3{
	font-family:var(--main_font);
	font-weight:700;
	color:#fff;
	font-size:38px;
	margin:0px 0px 15px 0px;
}
.about_pcin .postion_textbox p{
	font-family:var(--main_font);
	font-weight:500;
	color:#fff;
	font-size:23px;
}
.about_pcin .image-card.active .postion_textbox{
	opacity:1;
}
.about_pcin .image-card.active {
  flex: 6;
}
.about_pcin .image-card.active img {
  height: 450px;
}
.about_pcin .text-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    cursor: pointer;
    border-bottom: 1px solid #0000004D;
}
.about_pcin .text-nav div {
    padding: 10px 10px 16px 10px;
    transition: 0.3s;
    color: #002F5E80;
    font-family: var(--main_font);
    font-weight: 700;
    line-height: 39px;
    font-size: 30px;
}
.about_pcin .text-nav .activeText {
    color: #002F5E;
    position: relative;
}
.about_pcin .text-nav .activeText::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: var(--deep_blue);
    border-radius: 100px;
}
/*end*/
/*our_product*/
.our_product{
    padding: 60px 0px 30px 0px;
}
.our_product .heading_wraper{
   text-align: center;
}
.our_product .heading_wraper p{
    padding: 0% 20%;
    padding-bottom:30px;
}
.our_product .product_sliderwraper .image_wraper {
  border-radius: 26px;
  width: 86%;
  /*height: 150px;*/
  background: #fff;
	margin: 43px 0px;
}
.our_product .product_sliderwraper .image_wraper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our_product .product_sliderwraper .image_wraper img{
    width: 100%;
    transition: 1s;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 26px;
}
.our_product .product_sliderwraper .image_wraper img:hover{
    transform: scale(1.1);
    transition: 1s;
}
.our_product .product_sliderwraper .swiper-wrapper{
  transition-timing-function: linear !important;
}
/*end*/
 
/*environment_section*/
.environment_section:before{
    content:"";
    background: linear-gradient(13deg,rgba(9, 145, 66, 1) 0%, rgba(0, 0, 0, 0) 71%);
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
}
.environment_section{
    background: url('../images/environment_bg.png');
    background-size: cover;
    padding: 100px 0px;
	position:relative;
	z-index:1;
}
.environment_section .postion_img {
    position: absolute;
    left: 0;
    top: -41px;
    width: 800px;
    z-index: -1;
    transform: scale(1.01249) rotate(0deg);
    animation: enleaf 300s linear infinite; /* linear = smooth */
}

/* Smooth full 360° rotation */
@keyframes enleaf {
    0%   { transform: scale(1.01249) rotate(0deg); }
    100% { transform: scale(1.01249) rotate(360deg); }
}

.environment_section .text_wraper{
	text-align:center;
}
.environment_section .text_wraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 62px;
}
.environment_section .text_wraper p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    padding: 10px 0px;
    line-height: 40px;
}
.environment_section .text_wraper a {
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    line-height: 80px;
    font-size: 18px;
	transition:1s;
}
.environment_section .text_wraper a i{
    margin: 0px 0px 0px 10px;
}
.environment_section .text_wraper a:hover{
	background:hsl(210,100%,18%);
	border: 1px solid hsl(210,100%,18%);
}
/*end*/
/*news_event*/
.news_event{
    padding: 60px 0px;
    background: #F0F9FF;
	overflow:hidden;
}
.news_event .image_wraper{
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.news_event .image_wraper img{
    width: 100%;
    height: 100%;
}
.news_event .text_wraper{
    padding: 0px 0px 0px 30px;
}
.news_event .text_wraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 54px;
    color: var(--deep_blue);
    line-height: 48px;
}
.news_event .text_wraper ul {
    list-style: none;
    padding: 0px 0px 25px 0px;
    margin: 20px 0px 20px 0px;
    display: flex;
    border-bottom: 1px solid #002F5E4A;
}
.news_event .text_wraper ul li a {
    text-decoration: none;
    margin: 0px 10px 0px 0px;
    padding: 8px 15px;
    background: #002F5E1A;
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 700;
    border-radius: 10px;
    line-height: 48px;
    font-size: 24px;
    padding:8px 15px 10px 15px;
    
}
.news_event .text_wraper ul li a.active{
    background: var(--deep_blue);
    color: #fff;
}
.news_event .text_wraper h5 {
    color: #002F5E73;
    font-family: var(--main_font);
    font-weight: 600;
    font-size: 15px;
    line-height: 35px;
}
.news_event .text_wraper h3 {
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.news_event .text_wraper p {
    color: #7C7C7C;
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.news_event .text_wraper .flex_buttonwraper {
    margin: 45px 0px 0px 0px;
}
.news_event .text_wraper .flex_buttonwraper a{
    margin: 0px 19px 0px 0px;
    text-decoration: none;
    border: 1.5px solid #002F5E;
    border-radius: 12px;
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 600;
    padding: 10px 20px;
	transition:1s;
	font-size:16px;
}
.news_event .text_wraper .flex_buttonwraper a:hover{
	background:hsl(210,100%,18%);
	color:#fff;
}
.news_event .text_wraper .flex_buttonwraper a i{
    margin: 0px 0px 0px 6px;
}
.news_event .text_wraper .flex_buttonwraper .read_btn{
    background: var(--deep_blue);
    color: #fff;
}
.news_event .text_wraper .flex_buttonwraper .read_btn:hover{
	background:hsl(216,78%,40%);
	border:1px solid hsl(216,78%,40%);
}
/*end*/
/*find_store*/
.find_store{
    padding: 60px 0px;
    background: #F0F9FF;
}
.find_store .big_imagewraper{
/*     background: url('../images/find_storeimg1.png');
    background-size: 100% 100%; */
    height: 485px;
    padding: 40px;
	position:relative;
	z-index:1;
	overflow:hidden;
	border-radius:25px;
}
.find_store  .postion_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
    z-index: -1;
	transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    animation-duration: .2s;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.find_store  .postion_img:hover{
	--tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.find_store .big_imagewraper h2 {
    color: #fff;
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
}
.find_store .big_imagewraper p {
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}
.find_store .big_imagewraper a {
    text-decoration: none;
    padding: 8px 25px 10px 25px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 11px;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    font-weight:700;
}
.find_store .small_imagewraper{
/*     background: url('../images/find_storeimg2.png');
    background-size: 100% 100%; */
    height: 230px;
    padding: 30px;
    margin: 0px 0px 25px 0px;
	position:relative;
	z-index:1;
	overflow:hidden;
	border-radius:15px;
}
.find_store .small_imagewraper h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 45px;
    line-height: 48px;
}
.find_store .small_imagewraper p{
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    font-size: 16px;
}
.find_store .small_imagewraper a{
    font-size: 38px;
    color: var(--deep_blue);
}
/*end*/
/*our_brand*/
.our_brand{
    padding: 60px 0px;
}
.our_brand h2 {
    text-align: center;
    font-weight: 700;
    font-size: 54px;
    line-height: 80px;
    color: var(--deep_blue);
    margin: 0px 0px 20px 0px;
}
.our_brand .image_wraper{
    display: flex;
    align-items: center;
	justify-content:space-between;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
    border-radius: 10px;
}
.our_brand .image_wraper img {
    width: 120px;
    height: 60px;
    object-fit: contain;
    margin: 0px 6px 0px 0px;
}
.our_brand .image_wraper .icon_box{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--deep_blue);
    margin: 0px 6px 0px 0px;
}
.our_brand .swiper-backface-hidden .swiper-slide {
    margin: 10px 0px;
}
.our_brand .swiper-wrapper{
  transition-timing-function: linear !important;
}
/*end*/
/*footer*/
.product-cat-link-footer{
    flex-wrap: wrap;
}
.product-cat-link-footer li{
    width: 50%;
}
.footer{
   padding: 60px 0px 30px 0px;
   background: var(--deep_blue);
	position:relative;
}
.footer .upto_downimg {
    width: 85px;
    position: absolute;
    right: 50px;
    top: -27px;
	display: none;
	z-index:8;
}
.footer .footer_listwraper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.footer .footer_listwraper ul li:first-child {
    width: 25%;
}
.footer .footer_listwraper ul li:nth-child(2) {
    /*width: 38%;*/
}
.footer .footer_listwraper ul.flex_list li:last-child{
	width:58%;
}
.footer .footer_listwraper .content_wraper ul li h3 a {
    font-size: 20px;
    font-weight: 700;
}
.footer .footer_listwraper .content_wraper h3 {
    color: rgb(255 255 255/.8);
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
.footer .footer_listwraper .content_wraper h4{
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 18px;
}
.footer .footer_listwraper .content_wraper p{
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 15px;
}
.footer .footer_listwraper .content_wraper a {
    color: rgb(255 255 255/.8);
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 0px 0px 7px 0px;
    text-decoration: none;
}
.footer .footer_listwraper .content_wraper ul{
    display: revert;
}
.footer .footer_listwraper .content_wraper ul li a:hover {
    text-decoration: underline;
}
.footer .footer_listwraper .content_wraper ul li a{
    text-decoration: none;
}
.footer .footer_listwraper .content_wraper .flex_box{
    display: flex;
}
.footer .footer_listwraper .content_wraper .flex_box .icon_box {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0px 10px 0px 0px;
}
.footer .footer_listwraper .content_wraper .flex_box .icon_box i{
    color: var(--deep_blue);
}
.footer .left_contentbox{
	background:#fff;
	padding:20px;
	border-radius:16px;
}
.footer .left_contentbox img{
	margin:0px 0px 15px 0px;
}
.footer .left_contentbox h3{
	font-family:var(--main_font);
	font-weight:600;
	font-size:26px;
	color:var(--deep_blue);
}
.footer .left_contentbox p {
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 20px;
    color: var(--light_blue);
}
.footer .left_contentbox .flex_box{
	display:flex;
	justify-content:space-between;
}
.footer .left_contentbox .flex_box .left_box .box a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0px 0px 18px 0px;
	font-family:var(--main_font);
	font-weight:700;
	color:var(--deep_blue);
}
.footer .left_contentbox .flex_box .left_box .box a .icon_box {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--deep_blue);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 12px 0px 0px;
}
.footer .left_contentbox .flex_box .right_box h5{
	font-family: var(--main_font);
    font-weight: 600;
    font-size: 20px;
    color: var(--deep_blue);
}
.footer .left_contentbox .flex_box .right_box .flex_iconbox img {
    width: 30px;
    margin: 0px 5px 15px 0px;
}
.footer .left_contentbox .flex_box .right_box .flex_iconbox a{
	margin:0px;
}
.footer .left_contentbox .flex_box .left_box {
    width: 65%;
    padding: 0px 15px 0px 0px;
}
.footer .left_contentbox .flex_box .left_box .flex_iconbox{
	display:flex;
}
.footer .right_contentbox .flex_buttonbox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff21;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 45px 0px;
}
.footer .right_contentbox .flex_buttonbox .left_box{
	display:flex;
	align-items:center;
}
.footer .right_contentbox .flex_buttonbox .left_box img {
    margin: 0px 20px 0px 0px;
    width: 65px;
}
.footer .right_contentbox .flex_buttonbox .left_box .content h5{
	color: #fff;
    font-family: var(--main_font);
    font-weight: 400;
	font-size:17px;
	margin:0px;
}
.footer .right_contentbox .flex_buttonbox .left_box .content h3{
	color: #fff;
    font-family: var(--main_font);
    font-weight: 600;
	font-size:20px;
	margin:0px;
}
.footer .right_contentbox .flex_buttonbox .left_box .content h4{
	color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
	font-size:22px;
}
.footer .right_contentbox .flex_buttonbox .right_box {
    width: 45%;
}
.footer .right_contentbox .flex_buttonbox .right_box a {
    background: hsl(216,78%,40%);
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: var(--main_font);
    font-weight: 600;
    font-size: 22px;
}
.footer .right_contentbox .flex_buttonbox .right_box a i{
	margin:0px 0px 0px 10px;
}
.footer .right_contentbox .mobile_showaccrodian{
	display:none;
}

.footer .right_contentbox .mobile_showaccrodian .accordion-item{
    background: var(--deeb_blue) !important;
	border:none !important;
	color:#fff !important;
}
.footer .right_contentbox .mobile_showaccrodian .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: revert;
}
.footer .right_contentbox .mobile_showaccrodian .accordion-button {
    background: var(--deeb_blue) !important;
    border: 1px solid var(--deeb_blue) !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ffffff30 !important;
    border-bottom: 1px solid #ffffff30 !important;
    border-radius: 0px !important;
    margin: 25px 0px;
    padding: 20px 0px;
}
.footer .right_contentbox .mobile_showaccrodian .accordion-button:focus{
	box-shadow:revert !important;
	color:#fff !important;
}
.footer .right_contentbox .mobile_showaccrodian .accordion-button::after{
	display:none;
}
.sub_footer{
    padding: 10px 0px 40px 0px;
    background: var(--deep_blue);
}
.sub_footer .flex_wraper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub_footer .flex_wraper p{
    color: #fff;
    font-family: var(--main_font);
    font-weight: 400;
    margin: 0px;
}
.sub_footer .flex_wraper a{
    color: #fff;
    font-family: var(--main_font);
    font-weight: 400;
    text-decoration: none;
}
/*end*/
/*about_banner*/
.about_banner{
    padding: 100px 0px;
    /*background: url('../images/about/about_banner.png');*/
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-position: center;
}
.about_banner h2 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 50px;
    color: #132E5C;
}
/*end*/
/*about_details*/
.about_details{
    padding: 25px 0px 0px 0px;
}
.about_details .bread_camb a {
    text-decoration: none;
    color: var(--deep_blue);
    margin: 0px 8px 45px 0px;
    font-family: var(--main_font);
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
}
.about_details .bread_camb a i{
    margin: 0px 5px 0px 0px;
}
.about_details .nav-tabs{
    border-bottom: none;
}
.about_details  .nav-tabs .nav-link {
    background: #F2F7FF;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    margin: 0px 10px 10px 0px;
    font-size: 16px;
}
.about_details .nav-tabs .nav-link.active{
    background: var(--deep_blue);
    color: #fff;
}
.companion_section.about_companiongrup {
    height: 775px;
}
.companion_section.about_companiongrup .left_wraper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 140px;
}
.companion_section.about_companiongrup .content_wraper{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.companion_section.about_companiongrup .content_wraper h2 {
    text-align: center;
    font-family: var(--main_font);
    font-size: 250px;
    font-weight: 600;
    color: var(--deep_blue);
}
.companion_section.about_companiongrup .content_wraper h3 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 40px;
    /* line-height: 84px; */
    color: var(--deep_blue);
    text-transform: uppercase;
    text-align: center;
    margin-top: -39px;
}
.companion_section.about_companiongrup .content_wraper p {
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 24px;
    color: var(--light_blue);
    text-align: center;
    margin: 20px 0px 30px 0px;
    line-height: 38px;
}
/*end*/
/*customer_services*/
.customer_services{
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}
/* .customer_services .postion_box{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #2C57B6 0%, #143161 100%); 
} */
.customer_services::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 100%;
    background: linear-gradient(270deg, #2C57B6 0%, #143161 100%);
    z-index: -1;
    border-radius: 0px 10px 0px 0px;
}
.customer_services::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -50%;
    width: 70%;
    height: 100%;
    background: #143161;
    z-index: -1;
    border-radius: 0px 10px 0px 0px;
}
.customer_services .text_box{
    width: 65%;
}
.customer_services .text_box h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 62px;
}
.customer_services .text_box p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    font-size: 30px;
}
.customer_services .bg_wraperbox{
    background: url('../images/about/quality_industry.png');
    padding: 100px 30px;
    background-size: 100% 100%;
    margin: 55px 0px 0px 0px;
}
.customer_services .bg_wraperbox h5 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}
.customer_services .bg_wraperbox h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    font-size: 60px;
    width: 36%;
}
/*end*/
/*about_vision*/
.about_vision{
    padding: 30px 0px 0px 0px;
}
.about_vision .vision_wraper{
    background: url('../images/about/about_visionbg.png');
    background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    padding: 65px 200px;
/*     height: 660px; */
    text-align: center;
    display: flex;
    flex-direction: column;
}
.about_vision .vision_wraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #002F5E;
    font-size: 44px;
    line-height: 42px;
    padding: 0px 0px 0px 0px;
}
.about_vision .vision_wraper h3 {
    font-family: var(--main_font);
    font-weight: 500;
    color: #002F5E;
    font-size: 28px;
    line-height: 34px;
}
.about_vision .vision_wraper p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #002F5E;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
}
.about_vision .vision_wraper .left_img {
    width: 213px;
    position: absolute;
    left: 33px;
    bottom: 26px;
}
.about_vision .vision_wraper .right_img {
    width: 230px;
    position: absolute;
    right: 7px;
    bottom: -31px;
}
.about_vision .image_wraper {
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0px 0px 25px 0px;
}
.about_vision .image_wraper img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    animation-duration: .2s;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.about_vision .image_wraper:hover img{
	--tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.about_vision .image_wraper.box_1 {
    position: relative;
    z-index: 1;
    border-radius: 10px 0px 0px 0px;
}
.about_vision .image_wraper.box_1::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(44, 87, 182, 0) 29.33%, #2C57B6 71.24%);
	z-index:-1;
}
.about_vision .image_wraper.box_2 {
    position: relative;
    z-index: 1;
    border-radius: 0px 10px 0px 0px;
}
.about_vision .image_wraper.box_2::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(19, 47, 93, 0) 22.83%, #132F5D 68.07%);
	z-index:-1;
}
.about_vision .image_wraper.box_3 {
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 0px 10px;
}
.about_vision .image_wraper.box_3::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(186deg, rgba(71, 158, 217, 0) 15.68%, #479ED9 64.73%);
	z-index:-1;
}
.about_vision .image_wraper.box_4 {
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;
}
.about_vision .image_wraper.box_4::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(186deg, rgba(217, 124, 10, 0) 15.68%, #D97C0A 64.73%);
	z-index:-1;
}
.about_vision .image_wraper.box_5 {
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 10px 0px;
}
.about_vision .image_wraper.box_5::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(186deg, rgba(103, 175, 9, 0) 15.68%, #67AF09 64.73%);
	z-index:-1;
}
.about_vision .image_wraper img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_vision .image_wraper .text_box{
    width: 70%;
}
.about_vision .image_wraper .text_box h4 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 42px;
}
.about_vision .image_wraper .text_box p {
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.about_vision .text_box.bottom_textbox{
   position: absolute;
   bottom: 15px;
   width: 90%;
}
.about_vision .text_box.bottom_textbox p{
    padding: 0px 20px 0px 0px;
}
.about_vision .heanding_wraper {
    margin: 70px 0px 60px 0px;
    padding: 0px 100px;
    text-align: center;
}
.about_vision .heanding_wraper h3 {
    font-family: var(--main_font);
    font-weight: 400;
    color: var(--deep_blue);
    line-height: 48px;
    font-size: 34px;
}
/*end*/
/*vision_details*/
#Factory .banner_wraper, #Research .banner_wraper{
    padding: 120px 100px;
}
#Factory .banner_wraper h5, #Research .banner_wraper h5{
    font-size:28px;
}
#Factory .banner_wraper h3, #Research .banner_wraper h3{
    font-size:44px;
    font-weight:700;
}
.vision_details{
    padding: 30px 0px 0px 0px;
}
.vision_details .banner_wraper{
/*     background: url('../images/about/vision_detailsbanner.png'); */
    background-size: cover;
    padding: 120px 30px;
    margin: 0px 0px 60px 0px;
	position:relative;
	overflow:hidden;
	border-radius:15px;
	z-index:1;
	background-position: center;
}
.vision_details .banner_wraper::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90.69deg, #1757b6 30.12%, rgba(9, 115, 217, 0) 68%);
	z-index:-1;
}
.vision_details .banner_wraper h3 {
    font-family: var(--main_font);
    font-weight: 600;
    color: #fff;
    font-size: 50px;
}
.vision_details .banner_wraper h5 {
    font-family: var(--main_font);
    font-weight: 400;
    color: #fff;
    font-size: 40px;
}
.vision_details p {
    font-family: var(--main_font);
    font-weight: 400;
    color: rgb(102 102 102);
    margin: 0px 0px 25px 0px;
    font-size: 18px;
}
.vision_details p strong{
	color:var(--deep_blue);
}
.vision_details .image_box {
    height: 380px;
    overflow: hidden;
    margin: 0px 0px 65px 0px;
    border-radius: 15px;
}
.vision_details .image_box img{
    width: 100%;
    height: 100%;
}
.vision_details .vision_moreinformation p{
    color:var(--deep_blue);
    font-size:24px;
}
.vision_details .vision_moreinformation{
    text-align: center;
    margin: 40px 0px;
}
.vision_details .vision_moreinformation h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    padding: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 10px;
}
.vision_details .vision_moreinformation .flex_imagebox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px 50px 0px;
}
.vision_details .vision_moreinformation .flex_imagebox .image_wraper {
    width: 32%;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
}
.vision_details .vision_moreinformation .flex_imagebox .image_wraper img{
    width: 100%;
}
.vision_details .banner_wraper.award_banner .text_box {
    /*width: 50%;
    margin-left: 50%;*/
    position: relative;
    z-index: 1;
}
.vision_details .banner_wraper.award_banner .text_box h2 {
    font-family: var(--main_font);
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #FFFFFF99;
    padding: 0px 0px 21px 0px;
    font-size: 60px;
    line-height: 62px;
}
.vision_details .banner_wraper.award_banner .text_box h6 {
    font-family: var(--main_font);
    color: #FFFFFF99;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    line-height: 39px;
}
.vision_details .banner_wraper.award_banner .text_box h4 {
    font-family: var(--main_font);
    color: #fff;
    font-weight: 700;
    padding: 5px 0px 0px 0px;
    font-size: 43px;
    line-height: 60px;
}
.vision_details .banner_wraper.award_banner .text_box .single-button {
    padding: 6px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0px 0px 0px;
	transition:1s;
}
.vision_details .banner_wraper.award_banner .text_box .single-button:hover{
	background:rgb(255 255 255/.2);
}
.vision_details .news_boxwraper{
    box-shadow: 0px 0px 36px 7px #3D8FE333;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}
.vision_details .news_boxwraper .image_boxwraper{
    height: 280px;
    overflow: hidden;
}
.vision_details .news_boxwraper .image_boxwraper img{
    width: 100%;
    height: 100%;
}
.vision_details .news_boxwraper .text_wraper{
    padding: 30px 20px;
}
.vision_details.article .news_boxwraper .text_wraper h6 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 18px;
    line-height: 28px;
}
.vision_details.article .news_boxwraper .text_wraper h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    /*padding: 0px 120px 15px 0px;*/
    font-size: 20px;
    line-height: 30px;
}
.vision_details.article .news_boxwraper .text_wraper .flex_box a i {
    font-size: 20px;
    margin: 3px 10px 0px 0px;
}
.vision_details.article .news_boxwraper .text_wraper .flex_box .news_btn{
    text-decoration: underline;
    font-weight: 700;
  color: var(--deep_blue);
}
.vision_details .news_boxwraper .text_wraper h6 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 30px;
    line-height: 16px;
}
.vision_details .news_boxwraper .text_wraper h3 {
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
    padding: 0px 120px 15px 0px;
    font-size: 50px;
    line-height: 67px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 100%;
	height: 85px;
}
.vision_details .news_boxwraper .text_wraper .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px 0px 0px;
}
.vision_details .news_boxwraper .text_wraper .flex_box a {
    text-decoration: none;
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.vision_details .news_boxwraper .text_wraper .flex_box a i {
    font-size: 20px;
    margin: 0px 10px 0px 0px;
}
.vision_details .news_boxwraper .text_wraper .flex_box .news_btn{
    text-decoration: underline;
    font-weight: 700;
}
/*end*/
/*product_banner*/
.product_banner{
    background: linear-gradient(270deg, rgba(216, 240, 255, 0) 0%, #D8F0FF 55%);
    padding: 30px 0px;
}
.product_banner .bread_camb {
    margin-top: -30px !important;
}
.product_banner .container{
    position: relative;
}
.product_banner .text_wraper h2{
    font-family: var(--main_font);
    font-weight: 600;
    font-size: 38px;
    color: var(--deep_blue);
    padding: 0px 0px 10px 0px;
}
.product_banner .text_wraper h2 span{
    font-size: 70px;
  font-weight: 600;
  text-transform: capitalize;
}
.product_banner .text_wraper p{
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 17px;
    color: var(--light_blue);
}
.product_banner .text_wraper a {
    padding: 10px 20px;
    background: var(--deep_blue);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    max-width: 235px;
    text-align: center;
	font-family: var(--main_font);
    font-weight: 600;
	transition:1s;
}
.product_banner .text_wraper a i{
    margin: 0px 0px 0px 8px;
}
.product_banner .text_wraper a:hover{
	background:hsl(216,78%,40%);
}
.product_banner .text_wraper h2 sup{
    font-size: 70px;
}
.product_banner .right_imagebox{
	display:flex;
	justify-content:right;
}
.product_banner .text_wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .product_banner .postion_bannerimagebox {
    position: absolute;
    width: 480px;
    height: 530px;
    right: 0px;
    bottom: -150px;
}
.product_banner .postion_bannerimagebox .postion_img{
    width: 100%;
	height:100%;
	object-fit: contain;
} */
/*end*/
/*good_helth*/
.good_helth{
    padding: 100px 0px;
/*     background: url('../images/product/good_helthbanner.png'); */
    background-size: cover;
	position:relative;
	z-index:1;
}
.good_helth::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(251, 251, 251, 0) 8.25%, #FBFBFB 67.89%);
	z-index:-1;
}
.good_helth .text_contentwraper h3 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 54px;
    color: var(--deep_blue);
    line-height: 62px;
}
.good_helth .text_contentwraper p {
    font-family: var(--main_font);
    font-weight: 400;
    color: var(--light_blue);
    padding: 15px 0px;
    font-size: 26px;
    line-height: 44px;
}
.good_helth .text_contentwraper ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.good_helth .text_contentwraper ul li a {
    text-decoration: none;
    padding: 8px 20px;
    background: var(--deep_blue);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 600;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
	transition:1s;
}
.good_helth .text_contentwraper ul li a:hover{
	background:hsl(216,78%,40%);
}
/*end*/
/*our_brand brand_recommendation*/
.our_brand.brand_recommendation{
    position: relative;
}
.our_brand.brand_recommendation .product_box{
	transition:1s;
	padding:20px;
	border-radius:6px;
}
.our_brand.brand_recommendation .product_box:hover{
	box-shadow: 1px 1px 25.5px 6px #BAD7F570;
}
.our_brand.brand_recommendation .product_box .image_box{
    display: flex;
    justify-content: center;
}
.our_brand.brand_recommendation .product_box .image_box img{
    width: 85%;
	height:300px;
    margin-bottom: 35px;
    object-fit:cover;
}
.our_brand.brand_recommendation .product_box  .text_box{
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.our_brand.brand_recommendation .product_box  .text_box h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 30px;
    line-height: 39px;
}
.our_brand.brand_recommendation a{
	text-decoration:none;
}
.our_brand.brand_recommendation .product_box  .text_box h6{
    font-family: var(--main_font);
    font-weight: 400;
    color: var(--deep_blue);
    font-size: 17px;
    text-decoration: underline;
}
.our_brand.brand_recommendation .product_box  .text_box button {
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--light_blue);
    font-size: 17px;
    padding: 7px 20px;
    border-radius: 6px;
    border: 1px solid var(--light_blue);
    text-decoration: none;
    display: inline-block;
    margin: 15px 0px 0px 0px;
	background:transparent;
	transition:1s;
}
.our_brand.brand_recommendation .product_box  .text_box button:hover{
	background:var(--light_blue);
	color:#fff;
}
.our_brand.brand_recommendation .product_box  .text_box button img{
    width: 25px;
    margin: -6px 5px 0px 0px;
}
.our_brand.brand_recommendation .swiper-button-next.swiper-button-disabled{
	opacity:1;
}
.our_brand.brand_recommendation .swiper-button-next{
    width: 66px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}
.our_brand.brand_recommendation .swiper-button-prev{
    width: 66px;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}
.our_brand.brand_recommendation .swiper-button-next:after {
    font-size: 0px !important;
    width: 35px;
    height: 35px;
    background: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
}
.our_brand.brand_recommendation .swiper-button-prev:after {
    font-size: 0px !important;
    width: 35px;
    height: 35px;
    background: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.our_brand.brand_recommendation .middle_buttonbox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
}
.our_brand.brand_recommendation .middle_buttonbox a{
    text-decoration: none;
    padding: 10px 20px;
    background: var(--deep_blue);
    color: #fff;
    border-radius: 7px;
	font-family: var(--main_font);
    font-weight: 700;
	transition:1s;
}
.our_brand.brand_recommendation .middle_buttonbox a:hover{
	background:hsl(216,78%,40%);
}
.our_brand.brand_recommendation .middle_buttonbox a i{
    margin: 0px 0px 0px 8px;
}
/*end*/
/*pet_supplies*/
.pet_supplies{
    padding: 60px 0px;
    background: #F0F9FF;
}
.pet_supplies .main_boxwraper{
    background: #fff;
    box-shadow: 1px 1px 25.5px 6px #BAD7F570;
    border-radius: 8px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 350px;
}
.pet_supplies .main_boxwraper .image_box img{
    width: 140px;
}
.pet_supplies .main_boxwraper .text_box h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 54px;
    line-height: 80px;
}
.pet_supplies .main_boxwraper .text_box a{
    font-family: var(--main_font);
    font-weight: 700;
    padding: 8px 20px;
    background: var(--deep_blue);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0px 0px 0px;
	transition:1s;
}
.pet_supplies .main_boxwraper .text_box a:hover{
	background:hsl(216,78%,40%);
}
.pet_supplies .main_boxwraper .image_box.right_image img{
    width: 170px;
}
/*end*/
/*our_brand brand_recommendation*/
.our_brand.brand_recommendation .pet_box{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    height: 260px;
	transition:1s;
	position:relative;
	overflow:hidden;
}
.our_brand.brand_recommendation .pet_box.bg-color_bird:hover{
	background:#669e43;
}
.our_brand.brand_recommendation .pet_box.bg-color_cat:hover{
	background:skyblue;
}
.our_brand.brand_recommendation .pet_box.bg-color_dog:hover{
	background:green;
}
.our_brand.brand_recommendation  .pet_box.bg-color_hamsters:hover{
	background:#669e43;
}
.our_brand.brand_recommendation .pet_box.bg-color_fish:hover{
	background:pink;
}
.our_brand.brand_recommendation .pet_box.bg-color_rabbit:hover{
	background:skyblue;
}
.our_brand.brand_recommendation .pet_box.bg-color_rodent{
	background:green;
}
.our_brand.brand_recommendation .pet_box .image_box .postion_imagebox {
    position: absolute;
    right: -10px;
    bottom: -3px;
    width: 0px;
	opacity:0;
}
.our_brand.brand_recommendation .pet_box:hover .image_box .postion_imagebox {
	bottom: -3px;
	opacity:1;
	width:265px;
}
.our_brand.brand_recommendation .pet_box .postion_arrow{
	position:absolute;
	bottom:0px;
	left:-100%;
	font-size:35px;
	color:#fff;
	transition:1s;
}
.our_brand.brand_recommendation .pet_box:hover .postion_arrow{
	left:10px;
	transition:1s;
}
.our_brand.brand_recommendation .pet_box:hover .product_img {
    bottom: 0px;
    right: 1px;
    width: 180px;
	transition:1s;
}
.our_brand.brand_recommendation .pet_box h3 {
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
    font-size: 50px;
    line-height: 48px;
	transition:1s;
}
.our_brand.brand_recommendation .pet_box:hover h3 {
	color:#fff;
}
.our_brand.brand_recommendation .pet_box .image_box img{
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 130px;
}
.our_brand.brand_recommendation .pet_box .image_box .bird_img{
    width: 250px;
}
.our_brand.brand_recommendation .pet_box.bg-color_cat:hover .product_img {
    bottom: 0px;
    right: 33px;
    width: 157px;
    transition: 1s;
}
.our_brand.brand_recommendation .pet_box.bg-color_cat:hover .image_box .postion_imagebox {
    bottom: 59px;
    opacity: 1;
    width: 245px;
    left: -3px;
}
.our_brand.brand_recommendation .pet_box.bg-color_dog:hover {
    background: green;
}
.our_brand.brand_recommendation .pet_box.bg-color_dog:hover .product_img {
    bottom: 2px;
    right: 1px;
    width: 158px;
    transition: 1s;
}
.our_brand.brand_recommendation .pet_box.bg-color_dog:hover .image_box .postion_imagebox {
    bottom: 42px;
    opacity: 1;
    width: 252px;
    left: -8px;
}
.our_brand.brand_recommendation .pet_box.bg-color_fish:hover{}
/*end*/
/*vision_details news_details*/
.vision_details.news_details {
    background: #F2F7FF;
    padding: 30px 0px 60px 0px;
}
.vision_details.news_details .banner_wraper{
   /*background: url('../images/news_bannerbg.png');*/
   background-size: 100% 100%;
   padding: 0;
   position:relative;	
   z-index:1;
   border-radius:18px;
}
.vision_details.news_details .banner_wraper::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, rgba(44, 87, 182, 0) 8.38%, #2C57B6 60.91%);
	z-index:-1;
}
.vision_details.news_details .banner_wraper p{
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.vision_details.news_details .banner_wraper .underline_txt{
   text-align: right;
   font-family: var(--main_font);
   font-weight: 600;
   font-size: 18px;
   text-decoration: underline;
}
.vision_details.news_details .filter_box {
    background: #FFFFFF;
    padding: 30px 37px;
    border-radius: 10px;
    margin: 0px 0px 65px 0px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.vision_details.news_details .filter_box  .left_box a{
    font-family: var(--main_font);
  font-weight: 700;
  text-decoration: none;
  margin: 0px 8px 0px 0px;
  background: #F2F7FF;
  padding: 10px 15px;
  color: var(--deep_blue);
  border-radius: 7px;
  height: 45px;
  display: inline-block;
}
.vision_details.news_details .filter_box  .left_box a:hover{
    background-color: #d9f0ff;
}
.vision_details.news_details .filter_box  .left_box a.active{
    background: var(--deep_blue);
    color: #fff;
}
.vision_details.news_details .right_box{
    display: flex;
}
.vision_details.news_details .right_box .input_box{
    margin: 0px 0px 0px 20px;
}
.vision_details.news_details .right_box .input_box h6{
    font-family: var(--main_font);
    font-weight: 600;
    color: #002F5E;
    font-size: 20px;
}
.vision_details.news_details .right_box .input_box input{
    border: 1px solid #D8D3E7;
  width: 300px;
  height: 45px;
  border-radius: 10px;
  background: transparent;
  color: #000000AD;
  outline: none;
  padding: 10px;
  font-family: var(--main_font);
  font-size: 16px;
  font-weight: 400;
}
.vision_details.news_details .right_box .input_box select{
    border: 1px solid #D8D3E7;
  width: 150px;
  height: 45px;
  border-radius: 10px;
  background: transparent;
  color: #002e5c;
  outline: none;
  padding: 2px 15px;
  font-family: var(--main_font);
  font-size: 13px;
  font-weight: 400;
}
.vision_details.news_details .bread_camb a {
    margin: 0px 8px 65px 0px;
}
/* .vision_details.news_details .pagenation{
    width: 350px;
    margin: 0 auto;
} */
.vision_details.news_details .pagenation ul{
    list-style: none;
    padding: 0px;
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.vision_details.news_details .pagenation ul li:first-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: #002f5e;
}
.vision_details.news_details .pagenation ul li:last-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: #002f5e;
}
.vision_details.news_details .pagenation ul li a{
    text-decoration: none;
    border: 2px solid var(--deep_blue);
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 10px;
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
}
.vision_details.news_details .pagenation ul li a.active{
    background: var(--deep_blue);
    color: #fff;
}
.vision_details.news_details  .topic_mainwraper{
    padding: 30px 0px 60px 0px;
}
.vision_details.news_details  .topic_mainwraper h3{
    font-family: var(--main_font);
  font-weight: 700;
  color: #132E5C;
  font-size: 30px;
  line-height: 45px;
}
.vision_details.news_details  .topic_mainwraper h3 sup {
    font-weight: 700;
    font-size: 48px;
    top: -1px;
}
.artical-cat-name{
    font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
.vision_details.news_details  .topic_mainwraper .image_wraper{
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    /*text-align:center;*/
}
.vision_details.news_details  .topic_mainwraper .image_wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision_details.news_details  .topic_mainwraper .text_box {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f7ff;
    z-index: 9;
    position: relative;
}
.vision_details.news_details  .topic_mainwraper .bottom_img{
    width: 350px;
    margin: 45px 0px 0px 0px;
}
.vision_details.news_details  .topic_mainwraper{
    overflow-x: hidden;
}
.vision_details.news_details  .topic_mainwraper .swiper{
    overflow: revert;
}
.vision_details.news_details  .topic_mainwraper .swiper-pagination {
    bottom: -40px !important;
}
.vision_details.news_details  .topic_mainwraper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
/*end*/
/*join_family*/
.join_family{
    padding: 30px 0px;
    background: #F2F7FF;
}
.join_family .text_box{
    /*width: 750px;*/
    margin: 0 auto;
    text-align: center;
}
.join_family .text_box h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #132E5C;
    font-size: 50px;
    margin: 0px 0px 20px 0px;
}
.join_family .text_box p{
    font-family: var(--main_font);
    font-weight: 400;
    color: #002F5E;
    font-size: 30px;
    line-height: 40px;
}
/*end*/
/*apply_job*/
.apply_job{
    padding: 160px 0px;
    background: url('../images/career/jobapplybanner.png');
    background-size: 100% 100%;
}
.apply_job .text_box{
    /*width: 70%;*/
    margin: 0 auto;
    text-align: center;
}
.apply_job .text_box h5 {
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    padding: 0px 0px 20px 0px;
}
.apply_job .text_box p {
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
}
.apply_job .text_box a{
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    background: var(--deep_blue);
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}
.apply_job .text_box a i{
    margin: 0px 0px 0px 6px;
}
/*end*/
/*benefits_return*/
.benefits_return{
    padding: 60px 0px;
    background: #F2F7FF;
}
.benefits_return .text_box {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 78px;
}
.benefits_return .text_box h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #132E5C;
    font-size: 54px;
    line-height: 62px;
}
.benefits_return ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits_return ul li{
    width: 20%;
}
.benefits_return ul li .content_wraper h5 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #002F5E;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    padding: 20px 8px 0px 8px;
}
.benefits_return ul li .content_wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.benefits_return ul li .content_wraper .icon_box{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background: var(--light_blue);
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits_return ul li .content_wraper .icon_box img{
    width: 65px;
}
.benefits_return ul li .content_wraper .icon_box.deep_bg{
    background: var(--deep_blue);
}
/*end*/
/*available_positions*/
.available_positions{
    padding: 60px 0px;
    background: #fff;
}
.available_positions .flex_headingbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 70px 0px;
}
.available_positions .flex_headingbox h2 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #132E5C;
    font-size: 54px;
    line-height: 62px;
}
.available_positions .flex_headingbox h5 {
    font-family: var(--main_font);
    font-weight: 700;
    color: #002F5E;
    font-size: 30px;
    line-height: 39px;
}
.available_positions .flex_headingbox select{
    font-family: var(--main_font);
    font-weight: 400;
    border: 1px solid #D8D3E7;
    width: 250px;
    height: 45px;
    border-radius: 10px;
    padding: 10px;
    color: #0000004D;
    font-size: 13px;
    background: transparent;
    outline: none;
}
.available_positions .postion_box {
    box-shadow: 0px 14px 54px 0px #3D8FE314;
  padding: 20px;
  margin: 0px 0px 30px 0px;
  border-radius: 20px;
}
.available_positions .postion_box h5 {
    font-family: var(--main_font);
    font-weight: 800;
    color: rgb(0 47 93/.5);
    font-size: 30px;
    line-height: 39px;
}
.available_positions .postion_box h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 50px;
    line-height: 67px;
    margin: 0px 0px 20px 0px;
}
.available_positions .postion_box p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #7C7C7C;
    font-size: 30px;
    line-height: 39px;
    margin: 0px 0px 60px 0px;
}
.available_positions .postion_box h6 {
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--light_blue);
    font-size: 26px;
    line-height: 39px;
}
.available_positions .postion_box .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.available_positions .postion_box .flex_box h4 {
    font-family: var(--main_font);
    font-weight: 400;
    color: var(--light_blue);
    font-size: 26px;
    line-height: 39px;
}
.available_positions .postion_box .flex_box a {
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
    font-size: 26px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.available_positions .postion_box .flex_box a i{
    font-size: 20px;
    margin: 0px 8px 0px 0px;
}
/*end*/
/*contact_us*/
.about_banner h2 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 50px;
    color: #132E5C;
}
.about_banner.contact_us p{
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    color: var(--light_blue);
}
.join_family.contact_us {
    background: #fff;
}
.join_family.contact_us .text_box {
    width: 100%;
    padding: 35px 0px;
}
.join_family.contact_us .text_box h2{
    font-family: var(--main_font);
    font-weight: 700;
    color: #132E5C;
    font-size: 50px;
    margin: 0px 0px 20px 0px;
}
.join_family.contact_us .text_box a {
    padding: 10px 20px;
    background: #F2F7FF;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 65px;
    margin: 30px 0px 0px 0px;
}
.join_family.contact_us .text_box a img {
    width: 65px;
    margin: -8px 15px 0px 0px;
}
.join_family.contact_us .text_box h3{
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 0;
    line-height: 50px;
}
/*end*/
/*contact_map*/
.contact_map{
   background: #F2F7FF;
}
.contact_map .contact_detailsbox {
    background: #FFFFFF;
    box-shadow: 0px 10px 14.4px 0px #00438814;
    padding: 30px;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -140px;
    filter: drop-shadow(0px 12px 20px rgba(0, 68, 124, 0.10));
}
.contact_map .contact_detailsbox ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
}
.contact_map .contact_detailsbox ul::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #00438899;
}
.contact_map .contact_detailsbox ul li {
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.contact_map .contact_detailsbox ul li i{
    font-size: 55px;
    color: var(--deep_blue);
    margin: 0px 0px 20px 0px;
	transition:1s;
}
.contact_detailsbox ul li i{
  /*--tw-translate-x: 0;*/
  --tw-translate-y: 0;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
  transition-duration: .15s !important;
}
.contact_detailsbox ul li:hover i{
    --tw-translate-y: -0.25rem !important;
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
    
}
.contact_map .contact_detailsbox ul li a {
    display: block;
    text-decoration: none;
    color: #132E5C;
    font-family: var(--main_font);
    font-size: 30px;
    font-weight: 500;
    padding: 0px 0px 12px 0px;
}
.contact_map .contact_detailsbox ul li p{
    font-family: var(--main_font);
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    color: var(--deep_blue);
}
.contact_map .contact_formwraper{
    background: #fff;
    padding: 30px 45px;
    border-radius: 30px;
    margin: 45px 0px;
}
.contact_map .contact_formwraper h2 {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 54px;
    color: #132E5C;
    line-height: 62px;
}
.contact_map .contact_formwraper p {
    color: #7C7C7C;
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
}
.contact_map .contact_formwraper form label {
    width: 100%;
    font-family: var(--main_font);
    font-weight: 600;
    color: #002F5E;
    font-size: 30px;
    line-height: 39px;
}
.contact_map .contact_formwraper form input {
    width: 100%;
    border: 2px solid #D8D3E7;
    border-radius: 18px;
    height: 55px;
    margin: 8px 0px 15px 0px;
    outline: none;
    padding: 10px;
    color: var(--deep_blue);
}
.contact_map .contact_formwraper form select {
    width: 100%;
    border: 2px solid #D8D3E7;
    border-radius: 18px;
    height: 55px;
    margin: 8px 0px 15px 0px;
    outline: none;
    padding: 10px;
    color: var(--deep_blue);
}
.contact_map .contact_formwraper form input::placeholder{
    color:var(--deep_blue);
}
.contact_map .contact_formwraper form textarea{
    width: 100%;
    border: 2px solid #D8D3E7;
    border-radius: 18px;
    height: 145px;
    margin: 0px 0px 15px 0px;
    outline: none;
    padding: 10px;
    color:var(--deep_blue);
}
.contact_map .contact_formwraper .flex_box{
    display: flex;
}
.contact_map .contact_formwraper .flex_box input{
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 0px;
}
.contact_map .contact_formwraper .flex_box p a{
    color: var(--deep_blue);
}
.contact_map .contact_formwraper button{
    margin: 0 auto;
    padding: 8px 20px;
    background: var(--deep_blue);
    color: #fff;
    font-family: var(--main_font);
    font-weight: 600;
    border-radius: 6px;
}
.contact_map .contact_formwraper .conter_box{
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}
.contact_map .contact_formwraper button i{
    margin: 0px 0px 0px 10px;
}
/*end*/
/*product_details*/
.product_details {
    padding: 60px 0px;
    background: linear-gradient(180deg, rgba(9, 115, 217, 0.12) -58.22%, rgba(255, 255, 255, 0.0144) 94.85%);
}
.product_details .details_contentwraper{
    background: #fff;
    box-shadow: -1px 18px 43.6px 26px #0043880D;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
	position: sticky;
    top: 30px;
}
.product_details .details_contentwraper .contentwraper{
   padding: 30px 30px 60px 30px;
}
.product_details .details_contentwraper .p_name {
    background: var(--deep_blue);
  padding: 6px 14px;
  border-radius: 5px;
  font-family: var(--main_font);
  font-weight: 700;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.product_details .details_contentwraper h3 {
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
    font-size: 30px;
    padding: 10px 0px 10px 0px;
}
.product_details .details_contentwraper p {
    font-family: var(--main_font);
    font-weight: 400;
    color: #7C7C7C;
    font-size: 20px;
}
.product_details .details_contentwraper .flex_box{
    display: flex;
    padding: 10px 0px;
}
.product_details .details_contentwraper .flex_box h6{
    font-family: var(--main_font);
    font-size: 22px;
    font-weight: 700;
    color: var(--deep_blue);
    margin: 0px 60px 0px 0px;
}
.product_details .details_contentwraper .flex_box h6 span{
   color: #7C7C7C;
   line-height: 40px;
   font-size: 16px;
   font-weight: 400;
}
.product_details .details_contentwraper h4{
    font-family: var(--main_font);
    font-size: 22px;
    font-weight: 700;
    color: var(--deep_blue);
    margin: 0px 0px 10px 0px;
}
.product_details .details_contentwraper ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product_details .details_contentwraper ul li{
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0px 0px 20px 0px;
}
.product_details .details_contentwraper ul li img{
    margin: 0px 12px 0px 0px;
}
.product_details .details_contentwraper ul li h5 {
    font-family: var(--main_font);
    font-size: 14px;
    font-weight: 600;
    color: var(--deep_blue);
    margin: 0px 24px 0px 0px;
}
.product_details .details_contentwrape .bottom_wraper{
    background: var(--deep_blue);
    display: flex;
    justify-content: space-between;
}
.product_details .bottom_wraper {
    background: var(--deep_blue);
    padding: 10px 20px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.product_details .bottom_wraper a{
    background: #fff;
    border-radius: 10px;
/*     padding: 7px 20px; */
    border-radius: 6px;
    text-decoration: none;  
    font-size: 20px;
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
}
.product_details .bottom_wraper a img{
    width: 30px;
    margin: 0px 5px 0px 0px;
}
.product_details .bottom_wraper .icon_boxwraper{
    display: flex;
    align-items: center;
}
.product_details .bottom_wraper .icon_boxwraper h5{
    font-family: var(--main_font);
    font-weight: 600;
    color: #fff;
    margin: 0px 10px 0px 0px;
}
.product_details .bottom_wraper .icon_boxwraper .icon_box {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 13px;
}
.product_details .product-gallery{
	position:relative;
}
.product_details .product-gallery .postion_backbox {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 20px;
    border: 1px solid var(--deep_blue);
    border-radius: 6px;
    color: var(--deep_blue);
    text-decoration: none;
    font-weight: 600;
}
.product_details .product-gallery .fixed_imagebox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
}
.product_details .product-gallery .main_subbox{
	display:flex;
	justify-content:center;
}
.product_details .product-gallery .main_subbox {
    width: 50% !important;
    height: 380px;
    margin: 0 auto;
    display: flex !important;
    margin-bottom: 35px;
}
.product_details .product-gallery .main_subbox img{
	width:100%;
	height:100%;
}
.product_details .product-gallery .main_imagebox {
    width: 65px !important;
    height: 65px;
    border: 1px solid #0000001c;
    border-radius: 10px;
    box-shadow: 1px 1px 25.5px 6px #BAD7F570;
    padding: 10px;
}
.product_details .product-gallery .main_imagebox img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/*end*/
/*accrodin wraper*/
.pdetails_accrodian{
    padding: 60px 0px;
}
.pdetails_accrodian .accordion-button{
    font-family: var(--main_font);
    font-weight: 700;
    color: var(--deep_blue);
	font-size:18px;
}
.pdetails_accrodian .accordion-item{
    background: transparent;
    border: none;
}
.pdetails_accrodian .accordion-body p{
	font-family: var(--main_font);
    font-weight: 400;
	font-size:16px;
}
.pdetails_accrodian .accordion-button:focus{
   box-shadow: revert !important;
}
.pdetails_accrodian strong{
    color: var(--deep_blue);
}
.pdetails_accrodian .accordion-button:not(.collapsed)::after{
    color: var(--deep_blue) !important;
}
.custom-acc-btn {
    background: none !important;
    font-weight: 600;
    color: #004a8f;
    padding: 12px 5px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23004a8f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.nutri-box {
    background: #edf4ff;
    padding: 8px 12px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #003a75;
}

.value {
    font-weight: 700;
}

.nutri-line {
    font-size: 14px;
    color: #555;
}

/*end*/
.our_brand.brand_recommendation.testimonial_slider .brand_slider .swiper-slide{
	height:revert !important;
}
.our_brand.brand_recommendation.testimonial_slider .swiper-button-next {
    width: 100px;
    position: absolute;
    right: 29px;
    top: 42%;
    transform: translateY(-50%);
}
.our_brand.brand_recommendation.testimonial_slider .swiper-button-next:after {
    width: 50px;
    height: 50px;
}
.our_brand.brand_recommendation.testimonial_slider .swiper-button-prev {
    width: 100px;
    position: absolute;
    left: 29px;
    top: 42%;
    transform: translateY(-50%);
}
.our_brand.brand_recommendation.testimonial_slider .swiper-button-prev:after {
    width: 50px;
    height: 50px;
}
.our_brand.brand_recommendation.testimonial_slider.add_gradient {
   position:relative;
   padding-bottom: 50px !important;
}
.our_brand.brand_recommendation.testimonial_slider.add_gradient::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#FFF 23%,#F2F7FF) no-repeat 0 100%;
}
.our_brand.brand_recommendation.testimonial_slider.add_gradient .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 17px;
    height: 17px;
}
.testimonial_slider .review-card {
    background: #ffffff;
    padding: 30px 30px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 20.3px 5px #3D8FE31A;
    position: relative;
    font-family: Arial, sans-serif;
    color: #004a8f;
    margin: 0px 0px 55px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 89%;
}
.testimonial_slider .swiper{
    overflow: revert;
}
.testimonial_slider .brand_slider {
    overflow-x: hidden;
    padding: 24px 0px 0px 0px;
}
.testimonial_slider .big_qotestion {
    position: absolute;
    top: -12px;
    left: 27px;
    width: 50px;
}
.testimonial_slider .small_qotestion {
    position: absolute;
    bottom: -10px;
    right: 30px;
    width: 26px;
}
.testimonial_slider .quote-icon-left {
    font-size: 48px;
    color: #004a8f;
    position: absolute;
    top: 20px;
    left: 20px;
}

.testimonial_slider .review-text {
    margin-top: 45px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.45;
    height: 100%;
    display: flex;
    align-items: center;
	color:var(--deep_blue);
}

.testimonial_slider .divider {
    margin: 25px 0 15px;
    border-top: 1px solid #ccc;
    position: relative;
}

.testimonial_slider .quote-icon-right {
    font-size: 28px;
    color: #004a8f;
    background: white;
    padding-left: 6px;
    position: absolute;
    right: 0;
    top: -14px;
}

.testimonial_slider .review-name {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 2px;
	color:var(--deep_blue);
}

.testimonial_slider .review-pet {
    color: #666666;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

section.our_brand.brand_recommendation.testimonial_slider.padding_manage {
    padding: 80px 0px 60px 0px;
    background: #fff;
}
/*end*/
/*join_family contact_us find_avat*/
.join_family.contact_us.find_avat .heading h2{
    font-family: var(--main_font);
    font-weight: 600;
    color: #132E5C;
    text-align: center;
    font-size: 54px;
    margin: 0px 0px 100px 0px;
}
.join_family.contact_us.find_avat  h4{
    font-family: var(--main_font);
    font-weight: 600;
    color: #002F5E;
    font-size: 30px;
    line-height: 39px;
}
.join_family.contact_us.find_avat .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_family.contact_us.find_avat .flex_box span{
    color: var(--deep_blue);
    font-size: 22px;
    font-weight: 700;
}
.join_family.contact_us.find_avat .flex_box .search_box{
   width: 75%;
}
.join_family.contact_us.find_avat .flex_box .search_box input{
    width: 100%;
    height: 45px;
    border: 1px solid #D8D3E7;
    border-radius: 10px;
    padding: 10px;
    outline: none;
}
.join_family.contact_us.find_avat .flex_box .location_btn{
    background: var(--deep_blue);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
}
/*end*/
/*countries*/
.countries{
    padding: 30px 0px;
}
.countries .heading{
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
    font-size: 54px;
    line-height: 70px;
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.countries .flex_buttonbox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 50px 0px;
}
.countries .flex_buttonbox a{
    font-family: var(--main_font);
    font-weight: 700;
    text-decoration: none;
    background: #F2F7FF;
    color: #132E5C;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0px 10px 0px 0px;
    border-radius: 10px;
}
.countries .flex_buttonbox a.active{
    background: #132E5C;
    color: #fff;
}
.countries .main_contentwraper{
    background: #fff;
    box-shadow: 0px 0px 20.3px 5px #3D8FE31A;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    min-height:400px;
}
.countries .main_contentwraper .header {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #00000033;
	z-index:0;
	box-shadow:revert;
}
.countries .main_contentwraper .header img{
    margin: 0px 25px 0px 0px;
    width:50px;
}
.countries .main_contentwraper .header h5 {
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    font-size: 30px;
    margin: 0px;
}
.countries .main_contentwraper  h3 {
    font-family: var(--main_font);
    font-weight: 500;
    color:#002e5c;
    font-size: 30px;
    margin: 0px 0px 20px 0px;
}
.countries .main_contentwraper  a {
    font-family: var(--main_font);
    font-weight: 500;
    display: flex;
    text-decoration: none;
    font-size: 20px;
    color: #7C7C7C;
    margin: 0px 0px 10px 0px;
	transition:1s;
}
.countries .main_contentwraper  a:hover{
	color:var(--deep_blue);
}
.countries .main_contentwraper  a i {
    margin: 6px 12px 0px 0px;
}
/*end*/
 .middlebutton_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px;
 }
 .middlebutton_box a{
    border: 2px solid #002F5E;
    padding: 10px 20px;
    border-radius: 6px;
    color: #002F5E;
    text-decoration: none;
 }
/*end*/ 
/*about_banner product_listbanner*/ 
.about_banner.product_listbanner{
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
}
.about_banner.product_listbanner h2 sub{
    font-size: 100px;
    font-weight: 700;
}
.about_banner.product_listbanner h2 {
    margin: 0px 0px 50px 0px;
}
.about_banner.product_listbanner p{
    font-family: var(--main_font);
    font-weight: 400;
    line-height: 32px;
    font-size: 22px;
    color: var(--deep_blue);
}
/*end*/
/*our_brand brand_recommendation allproduct_list*/
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox{
    margin: 0px 0px 50px 0px;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box{
    display: flex;
    justify-content: space-between;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu  li{
    width: 48%;
    margin: 0px 5px 10px 0px;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box  .dropdown-item img{
    width: 30px;
    margin: 0px 5px 0px 0px;
}
.font800{font-weight:800!important;}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box .dropdown-item{
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    font-size: 20px;
 }
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox button{
  background: transparent;
  border: none;
  color: var(--deep_blue);
  font-family: var(--main_font);
  font-weight: 600;
  font-size: 30px;
}
.our_brand.brand_recommendation.allproduct_list .short_filter{
    /* display: flex;
    justify-content: right;
    flex-wrap: wrap; */
    margin: 0px 0px 75px 0px;
}
.our_brand.brand_recommendation.allproduct_list .short_filter h5{
    font-family: var(--main_font);
    font-weight: 600;
    line-height: 39px;
    font-size: 30px;
    color: #002F5E;
}
.our_brand.brand_recommendation.allproduct_list .short_filter .flex_box select{
    width: 300px;
    height: 45px;
    border: 1px solid #D8D3E7;
    border-radius: 10px;
    color: #0000004D;
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 16px;
    padding: 4px;
    outline: none;
	background:transparent;
	color:#002e5c;
}
.our_brand.brand_recommendation.allproduct_list .short_filter .flex_box button {
    padding: 11px 20px;
    background: var(--deep_blue);
    border-radius: 10px;
    color: #fff;
    border: none;
    margin: 0px 0px 0px 22px;
}
.our_brand.brand_recommendation.allproduct_list .product_box{
    margin: 0px 0px 50px 0px;
}
.our_brand.brand_recommendation.allproduct_list .right_elementbox{
    display: flex;
    justify-content: right;
}
.offcanvas {
    width: 320px;
}
.filter-title {
    font-size: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 12px;
    color: #002F5E;
    font-family: var(--main_font);
    font-weight: 600;
}
.filter-list label {
    font-size: 15px;
    cursor: pointer;
    padding: 5px 0px 0px 8px;
    color: #002F5E;
    font-weight: 400;
}
#megaBrands.brand-grid{gap:20px}
.brand-grid img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
}
#filterSidebar .offcanvas-header{
    justify-content: space-between;
	z-index:1;
	background:#fff;
}
#filterSidebar .hide_btn {
   padding: 6px 20px;
   background: var(--deep_blue);
   color: #fff;
   border-radius: 6px;
}
#filterSidebar .offcanvas-body {
    margin-top: -25px;
    margin-bottom:100px;
}
/* Custom checkbox color */
#filterSidebar .form-check-input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #CEDBF0;
}

#filterSidebar  .form-check-input[type=checkbox]:checked {
  background-color: var(--deep_blue);
  border-color: var(--deep_blue);
  color: #fff;
}

#filterSidebar  .form-check-input[type=checkbox]:focus {
  box-shadow: 0 0 0 0.15rem rgba(206, 219, 240, 0.6);
}

/* Change check icon color */
#filterSidebar  .form-check-input[type=checkbox]:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M12.97 4.97a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.97 1.97 4.97-4.97a.75.75 0 0 1 1.06 0z'/%3e%3c/svg%3e");
}
/*end*/

.pagenation ul{
    list-style: none;
    padding: 0px;
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.pagenation ul li:first-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: var(--deep_blue);
}
.pagenation ul li:last-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: var(--deep_blue);
}
.pagenation ul li a{
    text-decoration: none;
    border: 2px solid var(--deep_blue);
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 10px;
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
}
.pagenation ul li a.active{
    background: var(--deep_blue);
    color: #fff;
}

.about_banner.product_listbanner{
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
}
.about_banner.product_listbanner h2 sub{
    font-size: 100px;
    font-weight: 700;
}
.about_banner.product_listbanner h2 {
    margin: 0px 0px 50px 0px;
}
.about_banner.product_listbanner p{
    font-family: var(--main_font);
    font-weight: 400;
    line-height: 32px;
    font-size: 22px;
    color: var(--deep_blue);
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox{
    margin: 0px 0px 0px 0px;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box{
    display: flex;
    justify-content: space-between;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu  li{
    width: 48%;
    margin: 0px 5px 10px 0px;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box  .dropdown-item img{
    width: 30px;
    margin: 0px 5px 0px 0px;
}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box .dropdown-item:active{
    background-color:#f7f7f7!important;
}
.dropdown-menu.category-dropdown{z-index:9;}
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox .dropdown-menu .flex_box .dropdown-item{
    font-family: var(--main_font);
    font-weight: 500;
    color: var(--deep_blue);
    padding: 10px 20px;
 }
.our_brand.brand_recommendation.allproduct_list .dd_buttonbox button{
  background: transparent;
  border: none;
  color: var(--deep_blue);
  font-family: var(--main_font);
  font-weight: 600;
  font-size: 30px;
	padding-left:0px;
}
.our_brand.brand_recommendation.allproduct_list .short_filter{
    /* display: flex;
    justify-content: right;
    flex-wrap: wrap; */
    margin: 0px 0px 75px 0px;
}
.our_brand.brand_recommendation.allproduct_list .short_filter h5 {
  font-family: var(--main_font);
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  color: #002F5E;
}
.our_brand.brand_recommendation.allproduct_list .short_filter .flex_box select{
    width: 300px;
    height: 45px;
    border: 1px solid #D8D3E7;
    border-radius: 6px;
    color: #0000004D;
    font-family: var(--main_font);
    font-weight: 400;
    font-size: 16px;
    padding: 4px;
    outline: none;
	background:transparent;
	color: #002e5c;
}
.our_brand.brand_recommendation.allproduct_list .short_filter .flex_box button {
    padding: 11px 20px;
    background: var(--deep_blue);
    border-radius: 10px;
    color: #fff;
    border: none;
    margin: 0px 0px 0px 22px;
}
.our_brand.brand_recommendation.allproduct_list .product_box{
    margin: 0px 0px 50px 0px;
}
.our_brand.brand_recommendation.allproduct_list .right_elementbox{
    display: flex;
    justify-content: right;
}
.offcanvas {
    width: 320px;
}
.filter-title {
    font-size: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 12px;
    color: #002F5E;
    font-family: var(--main_font);
    font-weight: 600;
}
.filter-list label {
    font-size: 15px;
    cursor: pointer;
    margin: 0px 0px 12px 0px;
}
.brand-grid img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
}
#filterSidebar .offcanvas-header{
    justify-content: space-between;
}
#filterSidebar .hide_btn {
   padding: 6px 20px;
   background: var(--deep_blue);
   color: #fff;
   border-radius: 6px;
}
#filterSidebar .offcanvas-body {
    margin-top: -25px;
}
/* Custom checkbox color */
#filterSidebar .form-check-input[type=checkbox] {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: #CEDBF0;
}

#filterSidebar  .form-check-input[type=checkbox]:checked {
  background-color: var(--deep_blue);
  border-color: var(--deep_blue);
  color: #fff;
}

#filterSidebar  .form-check-input[type=checkbox]:focus {
  box-shadow: 0 0 0 0.15rem rgba(206, 219, 240, 0.6);
}

/* Change check icon color */
#filterSidebar  .form-check-input[type=checkbox]:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' d='M12.97 4.97a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.97 1.97 4.97-4.97a.75.75 0 0 1 1.06 0z'/%3e%3c/svg%3e");
}
.category-dropdown {border:none!important;background: transparent!important;}
.category-dropdown .left_box{
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff!important;
}
/end/

.pagenation ul{
    list-style: none;
    padding: 0px;
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.pagenation ul li:first-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: var(--deep_blue);
}
.pagenation ul li:last-child a{
    background: #fff;
    border: none;
    width: 100px;
    color: var(--deep_blue);
}
.pagenation ul li a{
    text-decoration: none;
    border: 2px solid var(--deep_blue);
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 10px;
    font-family: var(--main_font);
    font-weight: 600;
    color: var(--deep_blue);
}
.pagenation ul li a.active{
    background: var(--deep_blue);
    color: #fff;
}

/* ================= HEADER ================= */
.header {
    border-bottom: 1px solid #eee;
}
/* .navbar-brand img {
    height: 40px;
} */
.nav-link {
    font-weight: 500;
    padding: 20px 15px;
    color: #0a2a66;
}

/* ================= MEGA MENU ================= */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 35px 0;
    display: none;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.nav-item.dropdown:hover .mega-menu {
    display: block;
}

/* Left Column */
.mega-left ul {
    list-style: none;
    padding: 0;
}
.mega-left li a {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #003a8f;
    font-weight: 700;
    border: 1px solid #F2F2F2;
}
.mega-left li a:hover {
    background: #eaf1ff;
}
.mega-left li a span {
    font-size: 19px;
}

/* Middle Column */
.mega-middle h6,
.mega-right h6, .mega-middle p {
    font-weight: 700;
    color: #003a8f;
    margin-bottom: 15px;
    font-size: 18px;
}
.mega-middle ul {
    list-style: none;
    padding: 0;
}
.mega-middle ul li a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #002F5E99;
    font-weight: 600;
    font-size: 18px;
}
.mega-middle ul li a:hover {
    color: #003a8f;
}
#brands .brand-grid{gap:0;}
/* Brand Grid */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.brand-grid img {
    width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.width-100{width:100%!important;}
/* Right Icons */
.brandSlider .social-section a{
    margin-right:0;
    color:#fff;
}
.right_box a {
    margin-right: 15px;
    text-decoration: none;
    font-weight: 500;
    color: #003a8f;
}
.right_box i {
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -8%;
    width: 113.3%;
    padding: 0px 0 0px;
    margin-top: 15px;
/*     border-top: 3px solid #002F5E; */
    box-shadow: revert !important;
    /* animation setup */
    opacity: 0;
    visibility: hidden;
/*     transform: translateY(-15px); */
    transition: all 0.50s ease;
    display: block; /* IMPORTANT */
	height:0px;
	border:none;
}
.navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
/*     transform: translateY(0); */
	height:530px;
	padding: 35px 0 40px;
	overflow-y:scroll;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .container{
	position:relative;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .container::after{
	content: "";
    width: 100%;
    height: 3px;
    background: #002F5E;
    position: absolute;
    top: -17px;
    left: 0px;
}

.mega-left {
    border-right: 1px solid #0000001a;
    padding: 0px 30px;
}
.mega-middle {
   border-right: 1px solid #0000001a;
   padding: 0px 42px;
}
.header .dropdown-toggle::after{
   display: none;
}

/* Mobile Disable Hover */
@media (max-width: 991px) {
    .mega-menu {
        display: none !important;
    }
}
/*end*/
li.nav-item{}
.nav-item .mega-hoverbox {
  display: none;
}

.nav-item .mega-hoverbox.active {
  display: flex; /* or block */
}

.sub_mheading {
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 25px;
    color: #002F5E;
    margin: 0px 0px 40px 33px;
}
/*end*/
.our_product.product_branditem .image_wraper a {
    width: 170px;
    height: 170px;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    box-shadow: -1px 5px 25.7px 3px #0000000D;
}
.our_product.product_branditem .image_wraper img{
	width:100%;
	height:100%
}

.our_product.product_branditem ul.product-list-brand {
    list-style: none;
    padding: 0px;
    margin: 0px;
}





.filter-offcanvas {
    max-width: 380px;
}

.hide-btn {
    background: #002f5f;
    color: #fff;
    border-radius: 10px;
    padding: 6px 14px;
}

.filter-section {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}
.filter-section #brands{margin-bottom:60px;}
.filter-header {
    width: 100%;
    background: none;
    border: none;
    font-weight: 600;
    color: #002f5f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:20px;
}
.hide-modal-product-details-btn{font-weight:600;border:2px solid var(--deep_blue);}
.filter-header .icon {
    font-size: 22px;
    font-weight: 600;
}

/* .filter-header.collapsed .icon {
    content: "+";
} */
.filter-header .icon::before {
    content: "-";
    font-size: 22px;
    font-weight: 600;
}
.filter-header.collapsed .icon::before {
    content: "+";
}

.filter-list {
    padding-top: 10px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    cursor: pointer;
}

/* RESET DEFAULT CHECKBOX */
.check-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: #cedbf0;
    cursor: pointer;
    position: relative;
}
.check-item span {
    font-family: var(--main_font);
    font-weight: 500;
    color: #18426b;
    font-size: 17px;
    padding: 0px 0px 0px 12px;
}
/* CHECKED STATE */
.check-item input[type="checkbox"]:checked {
    background-color: #002f5f;
    border-color: #002f5f;
}

/* CHECK MARK */
.check-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 34%;
    top: 44%;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}


/* Brand Image Checkbox */
.brand-item {
    display: block;
    cursor: pointer;
}

.brand-item input {
    display: none;
}
#brands .brand-item:hover img{
    border: 2px solid #002e5c;
}
.brand-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
    padding: 0px;
    transition: 0.2s;
    background: transparent;
    border-radius: 20px;
    --tw-scale-x : 1;
    --tw-scale-y : 1;
    transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.brand-item img:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.brand-item input:checked + img {
    border: 2px solid #002f5f;
    /*box-shadow: 0 0 0 2px rgba(0,47,95,0.2);*/
}
.filter-footer {
    position: fixed;
  width: 370px;
  bottom: 0px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  right: 17px;
  padding: 10px 0;
}
.filter-footer .okay_btn{
	background:#002e5c;
	color:#fff;
	font-family:var(--main_font);
	font-weight:600;
}
.filter-footer .okay_btn{
	background:#002e5c;
	color:#fff;
}
.filter-footer .cancle_btn{
	color:#002e5c;
	text-decoration:none;
	font-size:20px;
	font-family:var(--main_font);
	font-weight:600;
}
.product_banner .text_wraper .mobile_showbtn{
	display:none;
}
.our_brand.brand_recommendation.products_beloved{
	overflow:hidden;
}
.our_brand.brand_recommendation.products_beloved .brand_slider{
	position:relative;
}
.our_brand.brand_recommendation.products_beloved .swiper-button-next {
    width: 75px;
    top: 54%;
	right: -38px;
}
.our_brand.brand_recommendation.products_beloved .swiper-button-next:after {
    width: 41px;
    height: 47px;
}
.our_brand.brand_recommendation.products_beloved .swiper-button-prev {
    width: 75px;
    top: 54%;
	left: -38px;
}
.our_brand.brand_recommendation.products_beloved .swiper-button-prev:after {
    width: 41px;
    height: 47px;
}
.our_brand.brand_recommendation.products_beloved .swiper-button-prev.swiper-button-disabled{
	opacity:1 !important;
}
/*article-image-section*/
.article-image-section{
	background:#f2f7ff;
	padding:0px;
}
.article-image-section .article-image {
    width: 100%;
}
.article-image-section .article-image img{
	width:100%;
}
.middle_content_section .single-title-section {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 38px 50px;
    border-radius: 10px;
    position: relative;
    margin-top: -81px;
    background: #fff;
    margin-bottom: 50px;
}
.middle_content_section .single-title-section .flex_box {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
}
.middle_content_section .single-title-section .flex_box ul {
    display: flex;
    list-style: none;
    margin: 0px 0px 9px 0px;
}
.middle_content_section .single-title-section .flex_box h5 {
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 18px;
    border-right: 1px solid rgb(23 87 182/.1);
    padding: 0px 20px 0px 0px;
}
.middle_content_section .single-title-section .flex_box ul li{
	margin:0px 10px 0px 0px;
	color:var(--deep_blue) ;
	font-weight:700;
	font-size:17px;
}
.middle_content_section .single-title-section h3{
	color:#002e5c ; 
	font-family:var(--main_font);
	font-weight:600;
	font-size:30px;
}
.middle_content_section .single-title-section .share-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.middle_content_section .single-title-section .share-section h5{
    font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--deep_blue);
}
.middle_content_section .single-title-section .share-section ul li a {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #002e5c;
    margin: 0px 6px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
.middle_content_section .single-title-section .share-section ul{
	list-style:none;
	display:flex;
}
.article-content-section .article-content img {
    width: 100%;
    border-radius: 10px;
    margin: 15px 0px;
}
.article-content-section .article-content h2{
	color:#002e5c ; 
	font-family:var(--main_font);
	font-weight:600;
	font-size:25px;
}
.article-content-section .article-content h3 {
    color: #002e5c;
    font-family: var(--main_font);
    font-weight: 700;
    font-size: 25px;
    padding: 0px 0px 14px 0px;
}
.article-content-section .article-content h4{
	color:#002e5c; 
	font-family:var(--main_font);
	font-weight:600;
	font-size:22px;
}
.article-content-section .article-content h5{
	color:#002e5c; 
	font-family:var(--main_font);
	font-weight:600;
	font-size:20px;
}
.article-content-section .article-content h6{
	color:#002e5c; 
	font-family:var(--main_font);
	font-weight:600;
	font-size:20px;
}
.article-content-section .article-content p{
	color:#666 ; 
	font-family:var(--main_font);
	font-weight:400;
	font-size:18px;
	padding:0px 0px 14px 0px;
}
/*end*/
.shot_imagebox img {
    width: 100%;
    height: 450px !important;
    object-fit: contain;
    margin: 0 auto !important;
    margin: 0px 0px 20px 0px !important;
}
.big_imagebox {
    width: 85% !important;
    height: 65px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}
.big_imagebox img{
	width:100%;
	height:100% !important;
	object-fit:cover;
}
.product-gallery1{
	position:relative;
}
.postion_backbox {
    position: absolute;
    top: 0px;
    color: hsl(210,100%,18%);
    text-decoration: none;
    border: 2px solid hsl(210,100%,18%);
    padding: 6px 20px;
    border-radius: 7px;
	font-family:var(--main_font);
	font-weight:600;
}
.fixed_imagebox{
	position: absolute;
    top: 0px;
	right:0px;
	width:100px;
}
.product-gallery1 .slider {
    width: 60%;
    margin: 0 auto;
}	
.product-gallery1 .slick-list.draggable {
    padding: 0px !important;
}
.shot_imagebox {
    background: #fff;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}
.product_details .slick-next {
    right: -25px;
    background: var(--deep_blue);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 100px;
    color: #000;
	right: -15px !important;
}
.product_details .slick-prev {
    right: -25px;
    background: var(--deep_blue);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 100px;
    color: #000;
}
.product_details .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: #fff !important;
    outline: 0;
    background: var(--deep_blue) !important;
}

.product_details .slick-next:before, .slick-prev:before{
	color:#fff !important;
}
.product_details .accrodian_wraper{
	background:#fff;
	margin:250px 0px 0px 0px;
}

.mega-middle{
	padding:0px 42px;
}
/*end*/
/*search_page*/
.search_page{
	padding:40px 0px;
}
.search_page .search_box {
    width: 68%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.search_page .search_box input {
    width: 82%;
    height: 100%;
    outline: none;
    padding: 10px;
    font-family: var(--main_font);
    font-weight: 500;
    border: 1px solid #0000003d;
    border-radius: 10px;
}
.search_page .search_box input:placeholder{
	color:#002e5c;
}
.search_page .search_box button {
    background: #002e5c;
    color: #fff;
    font-family: var(--main_font);
    font-weight: 500;
    width: 16%;
    padding: 11px;
    outline: none;
    border: none;
    border-radius: 10px;
}
/*end*/

.last_rightimagebox {
    display: flex;
    justify-content: right;
	flex-direction:column;
	align-items:end;
	position: relative;
}
.last_rightimagebox .finda_vatbtn {
    background: hsl(210,100%,18%);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: -66px;
}
.last_rightimagebox .finda_vatbtn i{
	margin:0px 0px 0px 10px;
}
.last_rightimagebox .image_box {
    width: 400px;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*===============end===================*/

/* overlay background */
.popup-overlay{
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,.7);
  display:none;
  z-index:999;
}

/* popup box */
.popup-box{
  width: 80%;
	height:90vh;
	overflow:hidden;
  max-width: 900px;
  background:#111;
  color:#fff;
  padding:35px 25px;
  border-radius:12px;
  box-shadow:0 25px 45px rgba(0,0,0,.4);
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  background-image:url('pattern-image.png'); /* optional background like screenshot */
  background-size:cover;
}
.popup-box .image_box{
	width:100%;
	height:100%;
	overflow:hidden;
}
.popup-box .image_box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/* close button */
.close-btn{
  position:absolute;
  top:10px; right:12px;
  font-size:26px;
  cursor:pointer;
  color:#fff;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox{
	align-items:revert !important;
}
/*end*/
/*responsive_header*/
.responsive_header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
	background:#fff;
	display:none;
}
.responsive_header .responsive_listwerper ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.responsive_header .responsive_listwerper ul li{
	display:flex;
}
.responsive_header .responsive_listwerper ul li a {
    font-size: 22px;
    margin: 0px 0px 0px 25px;
	color:var(--deep_blue);
}
.responsive_header .responsive_listwerper ul li a img {
    width: 105px;
}
/*end*/
/*companion_section.about_detailsroted*/
.companion_section.about_detailsroted .left_wraper{
	position: relative;
    margin: 0 auto;
    width: 100%;
}
.companion_section.about_detailsroted .left_wraper .postion_boxwraper {
    position: absolute;
    top: 410px;
    display: flex;
    justify-content: center;
    width: 131%;
}
.companion_section.about_detailsroted .left_wraper .first_text {
    width: 145px;
    height: 190px;
}
.companion_section.about_detailsroted .first_text.secendbox.thierd_box {
    width: 120px;
    height: 155px;
}
.companion_section.about_detailsroted .postion_img {
    top: 242px;
    width: 118% !important;
}
.companion_section.about_detailsroted .first_text.secendbox {
    width: 110px !important;
    height: 150px !important;
}
.companion_section.about_detailsroted .first_text.secendbox.thierd_box {
    margin-top: 35px;
    margin-left: 20px;
}
/*end*/
.view_allpbtn {
    border: 1px solid hsl(210,100%,18%);
    padding: 13px 23px;
    color: hsl(210,100%,18%);
    border-radius: 10px;
	transition:1s;
	font-family:var(--main_font);
	font-weight:700;
}
.view_allpbtn:hover{
	background:var(--deep_blue);
	color:#fff;
}



.news_event .tabs li {
  display: inline-block;
  margin-right: 10px;
}

.news_event .tab-btn {
  cursor: pointer;
}

.news_event .tab-btn.active {
  color: #fff;
  background:#e40000;
  padding:8px 15px 10px 15px;
  border-radius:10px;
}

.news_event .tab-content {
  display: none;
}

.news_event .tab-content.active {
  display: block;
}

.news_event .image_wraper img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.3s;
}


/*======*/
.news_event.pet_stories .image_wraper {
    height: 410px;
}
.news_event.pet_stories .image_wraper img{
	object-fit:cover;
}
.news_event.pet_stories .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.news_event.pet_stories .swiper-pagination{
	text-align:right !important;
	padding:0px 10px 0px 0px;
}
/*end*/
/*corporate_goverment_details*/
.corporate_goverment_details{
	padding:30px 0px;
}
.corporate_goverment_details h2{
	text-align:center;
	font-family:var(--main_font);
	font-weight:600;
	font-size:34px;
	margin:0px 0px 45px 0px;
	color:var(--deep_blue);
}
.corporate_goverment_details .left_wraper a{
	text-decoration:none;
}
.corporate_goverment_details .left_wraper a .image_wraper{
	height:270px;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	z-index:1;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:30px;
	margin: 0px 0px 20px 0px;
}
.corporate_goverment_details .left_wraper a .image_wraper.big{
	height:558px;
	justify-content:end;
	padding:30px 30px 50px 30px;
}
.corporate_goverment_details .left_wraper a .image_wraper::after{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
    background: linear-gradient(90.69deg, #0973D9 30.12%, rgba(9, 115, 217, 0) 68%);
}
.corporate_goverment_details .left_wraper a .image_wraper .postion_img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-fit:cover;
	transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    animation-duration: .2s;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.corporate_goverment_details .left_wraper a:hover .image_wraper .postion_img{
	--tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(0,0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);
}
.corporate_goverment_details .left_wraper a .image_wraper h3{
	font-family:var(--main_font);
	font-weight:600;
	font-size:28px;
	margin:0px 0px 20px 0px;
	color:#fff;
}
.corporate_goverment_details .left_wraper a .image_wraper i{
	color:#fff;
	font-size:30px;
}
.corporate_goverment_details .left_wraper a .image_wraper .text_box{
	z-index:9;
}
/*end*/















/*====================wow Animation==============================*/
.wow {
  animation-iteration-count: infinite;
}
.wowBack {
  background:#222;
  position:relative; overflow:hidden;
}
.wowWrap div {
  background:#27ae60; 
  display:block;
  width:100%;
  margin:5% 0;
  text-align:center;
  padding-top:20%;
  padding-bottom:20%;
}

.wowWrap {
  width:16.66%;
  float:left;
  padding: 0 .5%;
}

.wowWrap h4{
  position:fixed;
  z-index:200;
  width:100%;
  padding:1% 0% 1% 0%;
  margin:0;
  color:white;  
  font-size:1.35vw;
  background:rgba(22,22,22,.3)
}

.wowWrap div:first-of-type{
  margin-top:25%; }

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {background:#28a !important}
@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*====================end==============================*/



/* prevent jumping / position change */
.wow.flipInY {
  transform-origin: center center !important;
}

/* custom flip without translate */
@keyframes flipInY {
  from {
    transform: perspective(400px) rotateY(90deg);  /* no translate */
    opacity: 0;
  }

  to {
    transform: perspective(400px) rotateY(0deg);   /* stays same place */
    opacity: 1;
  }
}

.companion_section.about_companiongrup {
   
}
.companion_section.about_companiongrup .left_wraper .postion_boxwraper {
    position: absolute;
    top: 120px;
    display: flex;
    justify-content: center;
    width: 105%;
}
/*end*/
.banner_section.responsive_banner {
		display: none;
}
.our_brand.brand_recommendation.allproduct_list .tag_flexwraper {
    display: flex;
    flex-wrap: wrap !important;
    align-items: baseline;
}
.our_brand.brand_recommendation.allproduct_list .tag_flexwraper button {
    background: #f2f7ff;
    color: var(--deep_blue);
    font-family: var(--main_font);
    font-weight: 600;
    border: none;
    border-radius: 7px;
    padding: 10px 15px;
    margin: 0px 10px 15px 0px;
}
.our_brand.brand_recommendation.allproduct_list .tag_flexwraper .cunter_number h4{
	color:#666666;
	font-family: var(--main_font);
    font-weight: 600;
	margin:0px 10px;
}
/*end*/
.product-view {
    display: flex;
    gap: 30px;
}
/* LENS */
.lens {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.4);
    border: 2px solid var(--deep_blue);
    display: none;
    cursor: crosshair;
}

/* RIGHT ZOOM */
.zoom-preview {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: none;
	position: absolute;
    top: 0px;
    left: 0px;
}






.news_event.pet_stories .over_flowimagewraper {
    box-shadow: rgb(240 249 255) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
}

.about_banner.all-banner.finda_vat {
    background-size: 115% 101%;
}










.cg-tabs {
  gap: 12px;
  flex-wrap: wrap;
}

.cg-tabs .nav-link {
  border-radius: 12px;
  background: #f2f6ff;
  color: #0b3a8d;
  font-weight: 600;
  border: none;
  padding: 10px 18px;
}

.cg-tabs .nav-link.active {
  background: #0b3a8d;
  color: #fff;
}

/* Banner */
.cg-banner {
  position: relative;
}

.cg-banner img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

/* Overlay Box */
.cg-overlay {
position: relative;
  /*left: 30px;*/
  /*right: 30px;*/
  /*bottom: -70px;*/
  background: #1f5fbf;
  color: #fff;
  padding: 46px;
  border-radius: 20px;
  margin-top: -120px;
  margin-left: 50px;
  margin-right: 50px;
}

.cg-overlay h2 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}

.cg-overlay p {
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .cg-banner img {
    height: 300px;
  }

}

/*end*/


/*why-work*/
.why-work{
  padding: 50px 0px;
  background: url('https://prasarnet.com/pcin/wp-content/uploads/2026/02/why_workbg-scaled.png');
  background-size: cover;
  position:relative;
}
.why-work .container{
	 position:relative;
}
.why-work .sub_paragraph {
    font-size: 18px !important;
    width: 73%;
    margin: 0 auto;
    line-height: 26px !important;
}
.why-work .swiper-button-next{
    width: 66px;
    position: absolute;
    right: -50px;
    top: 75%;
    transform: translateY(-50%);
}
.why-work .swiper-button-prev{
    width: 66px;
    position: absolute;
    left: -50px;
    top: 75%;
    transform: translateY(-50%);
}
.why-work .swiper-button-next:after {
    font-size: 0px !important;
    width: 35px;
    height: 35px;
    background: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
}
.why-work .swiper-button-prev:after {
    font-size: 0px !important;
    width: 35px;
    height: 35px;
    background: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.why-work .heading_wraper h2{
  color: #fff;
}
.why-work .heading_wraper p{
  color: #fff;
}
.why-work .box_wraper {
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	height: 238px;
}
.why-work .box_wraper h5{
  font-weight: 600;
  color: #000;
  padding: 15px 0px 0px 0px;
}
.card-rounded {
    border-radius: 10px;
  }

  .job-card {
    background: #F8F8F8;
    border: 1px solid #CECECE;
    border-radius: 10px;
  }

  .apply-btn {
    border: 2px solid #1E3A8A;
    color: #1E3A8A;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    display: block;
  }

  .apply-btn:hover {
    background: #1E3A8A;
    color: #fff;
  }

  .upload-box {
    border: 2px dashed #CECECE;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
  }

  .gallery img,
  .team-card img {
    width: 100%;
    border-radius: 10px;
  }

  .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
  }
/*end*/
/*PeopleMatters_section*/
.PeopleMatters_section h2{
	color:rgb(30, 58, 138);
}
.PeopleMatters_section .container{
	position: relative;
}
.PeopleMatters_section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: -33px;
}
.PeopleMatters_section .image_boxwraper {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(206, 206, 206);
    background: rgb(248, 248, 248);
	margin:0px 0px 20px 0px;
}
.PeopleMatters_section .image_boxwraper img{
	width:100%;
	height:260px;
	object-fit:cover;
	margin:0px 0px 14px 0px;
	border-radius:12px;
}
.PeopleMatters_section .image_boxwraper h5{
	text-align: center;
    font-size: 22px;
    padding: 6px 0px 0px 0px;
}
/*end*/
.career_bannersc {
    padding: 100px 0px;
}
.career_bannersc h1 {
    color: rgb(30, 58, 138);
    font-weight: 700;
    font-size: 62px;
}
.career_bannersc a{
	color:var(--light_blue);
	font-size:20px;
}
.career_bannersc p{
	font-size:18px;
}
/*our_mission*/
.our_mission{
    padding: 30px 0px;
}
.our_mission .image_box img{
    width: 100%;
}
.our_mission .text_boxwraper h3{
	color:rgb(30, 58, 138);
	font-size:35px;
}
.our_mission .text_boxwraper p{
	font-size:18px;
}
/*end*/
/*Open_Positions*/
.Open_Positions .job-card p{
  margin:0px;
}
.Open_Positions h2{
	color:rgb(30, 58, 138);
}
.Open_Positions .job-card .badge {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 9px;
}
.Open_Positions .job-card .apply-btn {
    padding: 13px !important;
    margin: 40px 0px 0px 0px !important;
}
/*end*/
.Upload_Your_Resume .text_wraper h2{
	color:rgb(30, 58, 138);
	font-size:35px;
}
.Upload_Your_Resume .text_wraper {
    padding: 0px 0px 0px 30px;
}
.Upload_Your_Resume .text_wraper button{
	background:rgb(0, 47, 95);
}
/*end*/
.gallery_section h2{
	color:rgb(30, 58, 138);
}
.Upload_Your_Resume .image_boxwraper img{
   border-radius:20px;
}

#filterSidebar {
    z-index: 9999999;
}
#offcanvasExample_cookie.offcanvas.offcanvas-start{width:550px;}
.cookie-container {
  /*width: 600px;*/
  margin: 40px auto;
}

.cookie-box {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

.cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-close {
  border: none;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #3e3d3d;
  background: #f5f5f5;
}
.cookies-button-one {
  border: none;
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--deep_blue);
}
.cookies-button{
    font-size: 18px;
  font-weight: 700;
  padding: .9rem 1rem;
  background-color: var(--deep_blue);
  border-radius: 10px;
  color:#fff;
}
.cookie-header .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #7d7b7b;
}

.cookie-box .arrow {
  background: #e9ecef;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.badge {
  background: #eee;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-right: 10px;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  /*background: #ccc;*/
  border-radius: 20px;
  transition: 0.3s;
}

.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background: #0d3b66;
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

.cookie-content {
  margin-top: 15px;
  color: #666;
  line-height: 1.6;
}

.forminator-select-dropdown-container--open .forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected{background-color: var(--deep_blue) !important;}
