    *{
	box-sizing: border-box;
}
html,body{
	scroll-behavior: smooth;
	font-family:open-sans-regular;
	overflow-x: unset!important;
}
/*faq css start*/
.faqInnerSec{
    height: 500px;
    overflow: hidden;
    transition:all .5s linear;
}
.faq-question{
    font-family:'open-sans-semibold';
}
.faq-section strong{
    font-family:'open-sans-bold';
}
.faq-answer ul{
    list-style:disc;
    padding-left:35px;
    margin-top:12px;
}
.faq-answer ul li{
    margin-bottom:12px;
}
.faq-question{
    font-size:19px!important;
}
.faq-answer{
    color:#000!important;
    padding:0 30px 0 0!important;
}
.faqReadMoreBtn{
color: #fff;
transition: all .5s linear;
background: var(--blue-color);
padding: 9px 25px;
border-radius: 7px;
text-transform: uppercase;
margin-top: 30px;
display: block;
width: fit-content;
border: 1px solid var(--blue-color);
font-weight: 700;
margin:30px auto 0;
cursor:pointer;
}
.faqReadMoreBtn:hover{
background: transparent;
color: var(--blue-color);
border: 1px solid var(--blue-color);
}
.readMoreContentCollapse{
    height:auto!important;
}


@media (max-width:768px){
    .faq-question::after{
        top:0;
    }
}


/*faq css end*/

/*blog css start*/
 .album-section {
  max-width: 1200px;
  margin: auto;
}

.album-grid {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 5% 4%;
}

.album-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.album-card:hover {
  transform: translateY(-5px);
}

.album-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.album-content {
  padding: 15px;
}

.album-content p {
  font-size: 14px;
  color: gray;
  margin: 0 0 5px;
}

.album-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.album-content a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #007BFF;
  transition: color 0.3s;
}

.album-content a:hover {
  color: #0056b3;
}
/*blog detail*/
 .containers {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
}
.blog-heading{
    font-size:1.8rem;
    font-family:'open-sans-bold';
}

/* Sidebar */
.sidebar h3 {
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-family: 'open-sans-bold';
}

.sidebar ul {
  list-style:disc;
  padding: 0 0 0 20px;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 8px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #007bff;
}

.recent-posts {
  margin-top: 60px;
}

.recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.recent-post img {
  width: 100px;
  object-fit: cover;
  border-radius: 6px;
  object-position:center;
}

.recent-post div {
  flex: 1;
}

.recent-post h4 {
  margin: 0;
  font-size: 14px;
  font-family: 'open-sans-semibold';
  color: #333;
}

.recent-post p {
  margin: 3px 0 0;
  font-size: 12px;
  color: #777;
}

/* Blog Content */
.blog-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog-content h2 {
  font-size: 26px;
  margin-bottom: 10px;
  font-family:'open-sans-bold';
}
.blog-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family:'open-sans-semibold';
}
.blog-content ol{
    list-style:auto;
    padding-left:2%;
    margin-top:10px;
}
.blog-content ol strong{
    font-family: 'open-sans-semibold';
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
}
.blog-content ul{
    list-style:disc;
    padding-left:2%;
    margin-top:10px;
}
.blog-content ul strong{
    font-family: 'open-sans-semibold';
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
}

.blog-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.blog-content p {
  margin-bottom: 15px;
  /*color: #444;*/
}
.sidebar ul li a{
    color:black;
}


@media (max-width:768px){
    .recent-posts{
        margin-top:30px;
    }
    .album-grid{
        grid-template-columns:1fr;
    }
    .album-section {
        margin:0 auto 13%;
    }
     .containers {
        grid-template-columns: 1fr;
      }
}

/*blog css end*/

/*banner overlay css*/

.ListingPagebanner img{
    object-position:100% 55%;
}
.ListingPagebanner h1{
    position: relative;
    padding:0 12px 12px 10px;
    z-index: 999;
    width: fit-content!important;
}
.ListingPagebanner h1::before{
    content: '';
    background-color: #000;
    opacity: 20%;
    width: 100%;
    z-index: 9999;
    border-radius:0 12px 12px 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ListingPagebanner .bannerContent{
    padding:0;
}

/*banner overlay css*/




.hoverDropDownSec li {
    cusrsor:pointer;
}
/*new home page css start*/
/*.bannerContentBottomLeftSec{*/
/*   padding-top:8%;*/
/*}*/
/*.bannerContentBottom{*/
/*    align-items:center!important;*/
/*}*/
.headSecSecond{
    display:grid;
    grid-template-columns:1fr 1fr;
}
.headSecSecond img{
    height:100%;
    object-fit:cover;
    object-position:center;
}
.homeIconSlider{
    padding:10px 0 23px;
}

.thirty span{
    font-family:'open-sans-bold';
    font-size:58px;
    margin-right:13px;
}
.headSecOne{
    position: relative;
}
.headSecOne img{
   width: 158px;
    height: 162px;
    margin-left: auto;
    position: relative;
    background-color: #f1f2f4;
    padding: 20px;
    background-color: #f1f2f4;
    padding:0;
}
.headSecOne h2{
    font-family:open-sans-bold;
    font-size:22px;
    margin-bottom:14px;
}
.headSecOne p{
    font-size:16px;
    color:#000;
}
.thirty{
    background:#b01c12;
    color:#fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:14%;
}
.thirtyText{
    color:#b01c12;
    font-family:open-sans-bold;
    font-size:27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7%;
}
.headSecOne div{
    padding-right:26%;
}


/*new home page css start*/

 .boxesCard{
    width:100px;
    height:100px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #ccc;
    margin:auto;
}
.boxesCard{
    margin:auto;
}
.cardTopImg{
    border:1px solid #ccc!important;
}
.boxesCard img{
    /*width:80%;*/
   width: 66px;
   height: 66px;
   object-fit: contain;
  /*filter: grayscale(100%);*/
}
.boxesCardMain p{
    text-align:center;
    margin-top:12px;
    color: #000;
    font-family: open-sans-bold;
}



/*california fonts*/
@font-face {
    font-family: 'california-regualr';
    src: url('./fonts/california-regualr.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* Poppins font */
@font-face {
    font-family: 'open-sans-regular';
    src: url('./fonts/open-sans-regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans-semibold';
    src: url('./fonts/open-sans-semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans-light';
    src: url('./fonts/open-sans-light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans-italic';
    src: url('./fonts/open-sans-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans-extrabold';
    src: url('./fonts/open-sans-extrabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open-sans-bold';
    src: url('./fonts/open-sans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


:root{
	--font-12: calc(12px + 4px);
	--font-14: calc(14px + 4px);
	--font-16: calc(16px + 4px);
	--font-18: calc(18px + 4px);
	--font-20: calc(20px + 4px);
	--font-22: calc(22px + 4px);
	--font-24: calc(24px + 4px);
	--font-30: calc(30px + 4px);
	--font-36: calc(36px + 4px);
	--font-40: calc(40px + 4px);
	--font-48: calc(48px + 4px);
	--font-60: calc(60px + 4px);
	--font-72: calc(72px + 4px);

    /* colors */
    --blue-color:#01b0f1;
    --orange-color:#eca91d;
}
.headerLogo img{
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}
.headerLogo{
	gap: 10px;	
	align-items: center;
}
.headerLogo h1{
	font-size: 28px;
	margin-top:20px;
	font-family:'Californian FB', serif;
	font-weight: 900;
}
.text-12{
	font-size: var(--font-12);
}
.text-14{
	font-size: var(--font-14);
}
.text-16{
	font-size: var(--font-16);
}
.text-18{
	font-size: var(--font-18);
}
.text-20{
	font-size: var(--font-20);
}
.text-22{
	font-size: var(--font-22);
}
.text-24{
	font-size: var(--font-24);
}
.text-30{
	font-size: var(--font-30);
}
.text-36{
	font-size: var(--font-36);
}
.text-40{
	font-size: var(--font-40);
}
.text-48{
	font-size: var(--font-48);
}
.text-60{
	font-size: var(--font-60);
}
.text-72{
	font-size: var(--font-72);
}
.btn-hover{
	transition: all .5s linear;
	border:1px solid var(--green-color);
}
.btn-hover:hover{
	background: var(--purple-color);
	border: 1px solid var(--purple-color);
}
.container_{
	max-width: 100%;
	margin: auto 5%;
}
.eng{
    font-family: 'open-sans-bold';
}
header ul li a{
	font-size:16px;
}
.mobileUnderIcon svg{
    width:20px;
}
header ul li{
	position:relative;
}
.hoverDropDownSec{
	display:none;
	background: #fff;
    position: fixed;
    width: 80vw;
    /*width:900px;*/
    z-index: 999;
    left:50%;
	transform: translate(-50%, 0%);
	border-radius:12px;
}
.hoverDropDownSec .dropdownCard h2{
    font-size:28px;
}
.hoverDropDownSec .dropdownCard{
    display:grid;
    grid-template-columns:35% 62%;
    gap:3%;
    align-items:center;
}
.hoverDropDownSec ul{
    padding-left:10px;
}
.hoverDropDownSec ul li{
    cursor:pointer;
}
.hoverDropDownSec ul li a{
    font-size:16px;
}
.videoContent h2{
	font-family:open-sans-bold;
}
.videoCard{
	transition: all .5s linear;
	width:20%;
	position: relative;
}
.videoCard:hover{
	width:46%;
}
.vidoeGridSec{
	height: 65vh;
}
.videoGridMobileSlider{
	height: 100%;
}
.videoCard video{
	/*height:400px;*/
	height: 100%;
}
.videoGridCard:nth-child(even){
	flex-direction: row-reverse;
}
.videoGridCard h2{
	color:var(--blue-color);
	font-size:25px;
	font-family: 'open-sans-semibold';
	margin-bottom:10px;
}
.videoGridCard p{
	font-size:16px;
}
/*.videoGridCard a{*/
/*	display: block;*/
/*	width: 48%;*/
/*	height:320px;*/
/*}*/
.videoGridCard > a{
	display: block;
	width: 48%;
	height:320px;
}
.detailCard img{
	border-radius: 10px;
	width:100%;
	border-radius:12px 12px 0 0!important;
}
.videoGridCard img{
	width:100%;
	height:100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}
.videogridRightSec{
	width: 48%;
}
.videoGridCardSec{
	gap: 30px;
}
.detailCard{
	display: grid;
    grid-template-columns: 185px auto;
    gap:20px;
    border:2px solid var(--blue-color);
    align-items: center;
    border-radius: 12px;
    transition: all .5s linear;
}

.detailCard:hover{
	transform: scale(1.08);
}
.detailCard a{
	padding:20px 10px 25px 25px;
	border:1px solid #eee!important;
}
.detailvideogridRightSec{
	padding:20px 20px 25px;
    background:linear-gradient(281deg, #01b0f1 0%, #fff 82%);
    border-radius: 0 9px 9px 0;
    height: 100%;
    border:1px solid #eee!important;
}

.detailCard p{
	font-size:13px;
	color: #000;
	margin-top:10px;
}
.detailCard p strong{
	font-family: 'open-sans-bold';
}
.detailCard h2{
	font-size:22px;
	font-weight: 900;
	color: #119dd1;
	font-family: open-sans-bold;
	margin-bottom:4px;
}
.videoGridCard{
	display: flex;
	align-items: center;
	gap: 4%;
	margin-bottom:5%;
}
footer a{
	display: flex;
}
footer a i{
	font-size:22px;
}
/*footer a img{*/
/*	width: 20px;*/
/*    height: 20px;*/
/*    object-fit: contain;*/
/*    margin-right:6px;*/
/*}*/
/*for protective category card css start*/
.protectiveCardCategorSec .detailCard{
	border: 2px solid var(--orange-color);
}
.protectiveCardCategorSec .detailCard h2{
	color: #d09210;
}
.protectiveCardCategorSec .detailvideogridRightSec{
	background: linear-gradient(281deg, var(--orange-color) 0%, #fff 82%);
}
.servicesDropdown{
    width:200px!important;
    position:absolute!important;
}
.servicesDropdown .grid{
    padding:8px 12px 13px;
}
/*for protective category card css start*/

/*dropdown*/

.dropdownCard img{
	width: 40px;
	width:100%;
	margin-bottom:10px;
	font-size:22px;
}
.dropdownCard ul{
    width:100%;
}
.hoverDropDownSec ul li{
    margin-bottom:10px;
}
.hoverDropDownSec ul li a{
    font-size:16px;
}
.dropdownCard h2{
	color: #000;
	font-size: 22px;
	font-family: open-sans-semibold;
	text-align:left;
	margin-top: 4px;
	line-height:1.2;
	width:100%;
	margin-bottom:22px;
}
.videoGridMobileSlider .slick-track{
	display:flex;
	width: 100%!important;
}

/*sidebar*/
.mobile-nav {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.mobile-nav.open {
    transform: translateX(0);
}

/*banner*/

.ListingPagebanner img{
	height: 100%;
	object-fit: cover;
	object-position:center;
	/*object-position:top;*/
}
.bannerContent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left:5%;
}
.bannerContent h1 span{
    display: block;
    text-align: right;
    margin-left:72px;
}
.bannerContent h1{
	color: #fff!important;
	font-size: 55px;
	font-family: 'open-sans-bold';
	padding: 0 20px;
	text-align: left!important;
	line-height: 1.2;
	width:100%;
}
.bannerContentBottom h2{
	color: #000;
	margin-bottom:18px;
    font-size: 27px;
    font-weight:bold;
}
.bannerContentBottom p{
	margin-bottom:12px;
	font-size:18px;
}
.bannerContentBottomLeftSec h2{
    font-size:36px;
}
.whyChoose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
.whyChoose li{
	width: 100%;
    padding:12px 20px;
    background:#87CEEB;
    border-radius: 12px;
    color: #000;
    font-weight: 900;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
	font-size: 15px;
	transition: all .5s linear;
	cursor: pointer;
}
.whyChoose li:hover{
	transform: scale(1.07);
}
.whyChoose li span{
	font-size: 24px;
}
.whyChoose li:nth-child(even){
	background:#AFEEEE;
}
/*category*/
.categoryListing{	
	display:flex;
	gap: 15px;
	flex-wrap: wrap;
    justify-content: center;

}
.categoryListing a{
	display: block;
	width: calc(94.1%/3);
}
.categoryListing a img{
	width: 100%;
	height: 250px;
	margin-bottom:12px;
	border-radius:12px;
}
.categoryListing h2{
	color: #000;
	margin-bottom:18px;
    font-size: 20px;
    font-weight: 900;
}


@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
    .hamburger {
        display: none;
    }
   
}
@media (max-width: 767px) {
    .categoryListing a{
        width:100%!important;
    }
    .aboutLeftImg img {
        height:225px;
    }
    .ListingPagebanner{
        height:200px;
    }
    .videoGridMobileSlider .slick-track{
    	display:inline-flex;
    	width: unset!important;
    }   
    .homeIconSlider .slick-slide{
        margin:0 20px;
    }
    .dropdownCard h2{
        margin-bottom:8px;
    }
    .mobileDropdownIcon{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .detailCard{
        width:100%!important;
    }
    .videoGridCardSec{
        gap:20px!important;
    }
    .vidoeGridSec{
        height:300px;
    }
    .hoverDropDownSec {
        position: relative;
        display: none;
        height:70vh;
        overflow-y:auto;
    }
  
     .bannerContent h1{
        padding:0;
        font-size:34px;
    }
    .bannerContentBottom{
        grid-template-columns:1fr!important;
        gap:3%!important;
        margin-bottom:85px;
    }
    .BoxesSec{
         grid-template-columns:1fr 1fr!important;
    }
}


/* strat media */

@media (min-width:768px){
	header ul li:hover .hoverDropDownSec{
		display: block;
	}
}

@media(max-width: 1536px){
	:root{
		--font-12: 12px;
		--font-14: 14px;
		--font-16: 16px;
		--font-18: 18px;
		--font-20: 20px;
		--font-22: 22px;
		--font-24: 24px;
		--font-30: 30px;
		--font-36: 36px;
		--font-40: 40px;
		--font-48: 48px;
		--font-60: 60px;
		--font-72: 72px;
	}
	
}

@media(max-width: 1440px){
	:root{
		--font-12: calc(12px - 2px);
		--font-14: calc(14px - 2px);
		--font-16: calc(16px - 2px);
		--font-18: calc(18px - 2px);
		--font-20: calc(20px - 2px);
		--font-22: calc(22px - 3px);
		--font-24: calc(24px - 6px);
		--font-30: calc(30px - 6px);
		--font-36: calc(36px - 8px);
		--font-40: calc(40px - 8px);
		--font-48: calc(48px - 10px);
		--font-60: calc(60px - 12px);
		--font-72: calc(72px - 18px);
	}
}
@media(max-width: 1280px){
	:root{
		--font-12: calc(12px - 2px);
		--font-14: calc(14px - 2px);
		--font-16: calc(16px - 2px);
		--font-18: calc(18px - 2px);
		--font-20: calc(20px - 2px);
		--font-22: calc(22px - 3px);
		--font-24: calc(24px - 6px);
		--font-30: calc(30px - 6px);
		--font-36: calc(36px - 8px);
		--font-40: calc(40px - 8px);
		--font-48: calc(48px - 10px);
		--font-60: calc(60px - 12px);
		--font-72: calc(72px - 18px);
	}
	
}
@media(max-width: 1024px){
	:root{
		--font-12: calc(12px - 2px);
		--font-14: calc(14px - 2px);
		--font-16: calc(16px - 2px);
		--font-18: calc(18px - 2px);
		--font-20: calc(20px - 2px);
		--font-22: calc(22px - 3px);
		--font-24: calc(24px - 6px);
		--font-30: calc(30px - 6px);
		--font-36: calc(36px - 8px);
		--font-40: calc(40px - 8px);
		--font-48: calc(48px - 10px);
		--font-60: calc(60px - 12px);
		--font-72: calc(72px - 18px);
	}
	

}

@media (max-width: 991px){
    .thirtyText{
        font-size:20px;
    }
    .headSecOne div{
        padding-right:0;
    }
	.categoryListing a{
		width: 100%;
	}
	.detailCard:hover{
		transform: scale(1.08);
	}
	.videoGridCardSec {
	  display: grid;
	  grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.detailCard{
		grid-template-columns: 1fr;
		border-radius: 5px;
	}
	.categoryListing{
		grid-template-columns:1fr;
		display: grid;
	}
	/*.whyChoose{
		grid-template-columns: 1fr;
		gap: 20px;
	}
*/	.categoryListing h2{
		text-align: center;
	}
	.bannerContentBottom h2{
		font-size:26px;
	}
	.videoGridCard a{
		width:100%;
		height: 250px;
		margin-bottom:25px;
	}
	.videoGridCard:nth-child(even){
		flex-direction: column;
	}
	header ul li{
		width: 100%;
		justify-content: flex-start;
	}
	.mobileUnderIcon{
		flex-direction: column;
		margin-left:5px;
	}
	.mobileDropdownIcon a{
	    color:#000;
	}
	.videoCard{
		width: 100%!important;
	}
	.deskIconForHeader{
		display: none;
	}
	.vidoeGridSec{
		width:100%;
		padding:0;
	}
	.videoGridCard{
		flex-direction: column;
		padding: 0 25px;
	}
	.videoGridCard img{
		width:100%;
		margin-bottom:20px;
	}
	.videogridRightSec{
		width:100%;
	}
	.vidoeGridSecInner{
		padding: 0!important;
	}
	.videoCard video{
		height:300px;
	}

}
@media(max-width: 768px){
	:root{
		--font-12: calc(12px - 2px);
		--font-14: calc(14px - 2px);
		--font-16: calc(16px - 2px);
		--font-18: calc(18px - 4px);
		--font-20: calc(20px - 4px);
		--font-22: calc(22px - 6px);
		--font-24: calc(24px - 6px);
		--font-30: calc(30px - 8px);
		--font-36: calc(36px - 12px);
		--font-40: calc(40px - 12px);
		--font-48: calc(48px - 16px);
		--font-60: calc(60px - 14px);
		--font-72: calc(72px - 24px);
	}
	.headSecOne p{
	    font-size:14px!important;
	}
	.thirtyText{
	   font-size:14px!important;   
	}
	.bannerContent h1{
	    font-size:28px!important;
	    padding:5px 17px 8px!important;
	}

	
	
}
@media(max-width: 500px){
	:root{
		--font-12: calc(12px - 2px);
		--font-14: calc(14px - 4px);
		--font-16: calc(16px - 2px);
		--font-18: calc(18px - 4px);
		--font-20: calc(20px - 4px);
		--font-22: calc(22px - 6px);
		--font-24: calc(24px - 10px);
		--font-30: calc(30px - 8px);
		--font-36: calc(36px - 12px);
		--font-40: calc(40px - 12px);
		--font-48: calc(48px - 24px);
		--font-60: calc(60px - 24px);
		--font-72: calc(72px - 38px);
	}
}