body{ font-family: Open Sans,sans-serif;}

.head p{ font-family: Open Sans,sans-serif;}

p{
  font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
}

span {
  font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

footer a {
  font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
}

.title1{
	font-size: 2.6rem;
}

.title_p{
	font-size: 17px;
	color: #333 !important;
	line-height: 28px;
}

.title_span{
	font-size: 28px;
	color: #F23338;
}

.title_section{
	padding: 4rem 0rem;
}

.title_button a{
	background-color: #F23338;
	color: #fff;
	text-decoration: none;
	 font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 10px 20px;
  border-radius: 50px;
}

.head{
	background-color: #E31E24;
	padding: 10px 0px
}

.head .social-icon div{
	background-color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50px;
	margin: 0px 3px;
}
.head .social-icon a{
	color: #E31E24;
}

.head .social-icon a i{
	padding-top: 7px !important;
}

.head p{font-size: 16px;color: #fff;}

.header-1 .navbar ul li{
	padding: 0px 12px;
}

.header-1 .navbar ul li a{
	color: #000;
	font-size: 20px;
}

.header-1 form div{
	width: 45px;
	height: 45px;
	background-color: #F23338;
	text-align: center;
	border-radius: 50px;
}

.header-1 form div a i{
	font-size: 25px;
	padding-top: 10px;
	color: #fff;
}
.services_link
{
	color: #000;
	text-decoration: none;
}

/*footer*/

footer{
	background-color: #F5F7FB;
}

footer .footer-logo img{
	background-color: #fff;
	padding: 8px 25px;
}
footer .footer-logo {
    position: relative; /* Ensure the pseudo-elements are positioned relative to this container */
}


footer .footer-logo:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 0.6px;
    background: #000;
    content: '';
    bottom: 0;
    margin: auto;
}

footer .footer-logo:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 0.6px;
    background: #000;
    content: '';
    bottom: 0;
    margin: auto;
}

footer h5{
	font-size: 22px;
	color: #000;
}

footer p{
	font-size: 15px;
	color: #333;
	padding-top: 10px;
}

footer a{
	font-size: 15px;
	color: #494747;
	text-decoration: none;
}

footer ul li a i{
	font-size: 25px !important;
	padding: 0px;
	margin: 0px;
}

footer ul li a{
	padding: 0;
	margin: 0;
}

footer .copy-div p{
	border-top: solid 1px #000;
}

.title_section .product-box{
	background-color: #fff;
	border-radius: 14px;
}

.title_section .product-box .product-text {
	font-size: 18px;
	padding: 10px 0px 0px 0px;
}
.title_section .product-box .product-text {
	background-color: #fff;
	color: #000;
	height: 70px;
   /* margin: 0px 30px;
    box-shadow: 0px -4px 4px #D7D7D7;*/
}


.title_section .form-box input {
  color: black; /* Text color */
  outline: none; /* Removes the outline */
  font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Replace 400 with the desired weight */
  font-style: normal;
}

.title_section .form-box input::placeholder {
  color: black; /* Placeholder text color */
}

.title_section .form-box button {
	background-color: #fff;
	border-radius: 50px;
	border: solid 2px #F23338;
	color: #F23338;
	font-size: 22px;
	font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Replace 400 with the desired weight */
  font-style: normal;
  padding: 5px 25px;
}

.title_section .testimonial-box{
	background-color: #fff;
	padding: 40px;

}

.testimonial-box p{
	font-size: 18px;
	color: #383737;
	font-weight: 400 !important;

}

.title_section .testimonial-box h5{
	font-size: 24px;
}

.title_section .counter-box {
	background-color: #fff;
	border-radius: 18px;
	padding: 30px 5px;
}

.title_section .counter-box span{
	color: #F23338;
}

.benefit-section {
  position: relative;
}



.owl-carousel .owl-nav{
	position: absolute;
	top: 45%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0;

}

.owl-carousel .owl-nav span{
	background-color: #E5E2E2;
	padding: 0px 11px;
	font-size: 20px;
	border-radius: 50%;
	font-weight: 900;
}


.about-section h5{
font-family: Open Sans,sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

.contact-section i{
	color: #F23338;
}



.contact-section .shadow{
height: 210px;
}



.contact-form .shadow{
	background-color: #F5F7FB;
}

.contact-form .shadow h5{
	font-size: 50px;
}

.contact-form .shadow input{
font-family: Open Sans,sans-serif;
}

.contact-form .shadow textarea{
font-family: Open Sans,sans-serif;
}

.contact-form .contact-button button{
	background-color: #fff;
	color: #000;
	border: none;
	padding: 5px 30px;
	border-radius: 50px;
	font-family: Open Sans,sans-serif;
 font-size: 23px;
}

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

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu{
	position: absolute;
	width: 650px !important;
	left: -200% !important;
	padding: 20px;

}

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu h5{
	font-size: 20px;
	font-family: sans-serif;
}

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu h6{
	font-size: 20px;
	font-family: Open Sans,sans-serif;
}

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu .image-box{
    background-color: rgb(255, 249, 249);
}

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu ul li{
	padding: 0px;
	margin: 0px;
}

.header-1 .navbar-expand-lg .navbar-nav .dropdown-menu ul li a{
	font-size: 18px;
	font-family: sans-serif;
	text-decoration: none;
	color: #383737;
	display: flex;
	padding-top: 8px;
}

.header-2 .navbar ul li{
  padding: 0px 12px;
}

.header-2 .navbar ul li a{
  color: #000;
  font-size: 20px;
}

.header-2 form div{
  width: 45px;
  height: 45px;
  background-color: #F23338;
  text-align: center;
  border-radius: 50px;
}

.header-2 form div a i{
  font-size: 25px;
  padding-top: 10px;
  color: #fff;
}


  
.header-2 .dropdown1 .dropdown-menu1 {
  display: none;
}

.header-2 .dropdown1.show .dropdown-menu1 {
  display: block;
  margin-left: 15% !important;
}


.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu{
  position: absolute;
  width: 250px !important;
  padding: 10px 5px;
  left: -50px;

}

.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-submenu{
  left: 30% !important;
  top: 40px;
  padding: 10px 5px;
 width: 200px !important;
}

.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu 
.dropdown-submenu .submenu{
  left: 30% !important;
  top: 35px;
width: 200px !important;
}



.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu ul li{
  padding: 0px;
  margin: 0px;
}

.header-2 .navbar-expand-lg .navbar-nav .dropdown-menu ul li a{
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #383737;
  display: flex;
  padding-top: 8px;
}




figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.toggle-button .button{
	background-color: #F23338;
	border-radius: 50px;
	border: none;
	padding: 8px 30px;
	color: #fff;
	font-family: sans-serif;
}

.toggle-button .modal-content{
	padding: 10px 30px;
}

.toggle-button .modal-content input{
	border: none;
	padding: 10px;
	border-radius: 50px;
	font-family: sans-serif;
}

.toggle-button .modal-content textarea{
	border: none;
	padding: 10px;
	border-radius: 50px;
	font-family: sans-serif;
}

.mission_vission
{
	margin: 0.5rem;
	border: 1px solid #646161;
	padding: 1rem;
	border-radius: 10px;
}
.footer_quick_link ul
{
	display: flex; 
	justify-content: space-around;
	margin-top: 1rem;
	padding-left: 0rem;
}
.footer_quick_link ul li  
{
	list-style-type: none;
	margin: 0.5rm;
}
.navbar-brand img 
{
	height: 65px;
}

@media only screen and (max-width:1024px){
.header-1 .navbar ul li{
	padding: 0px 4px;
}
.navbar ul li a {
    color: #000;
    font-size: 17px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 650px !important;
    left: -245% !important;
    padding: 20px;
}

.benefit-section .container-fluid::before {
  width: 355px;
    height: 810px;
   
}

.benefit-section .container-fluid::after {
    width: 366px;
    height: 810px;
}

}


@media only screen and (max-width:900px){
	.benefit-section .container-fluid::before{display: none;}
	.benefit-section .container-fluid::after{display: none;}
	.benefit-section .container-fluid{border: none;}
	.benefit-section .benefit-box1{margin-right: 0%;}
	.benefit-section .benefit-box2{margin-right: 0%;}
	.benefit-section .benefit-content{
		justify-content: space-between !important;}
	.benefit-section h3{margin: 0px !important;padding: 0px !important}	

	.benefit-section img{margin-top: 35px}

	.navbar-expand-lg .navbar-nav .dropdown-menu{
	position: absolute;
	width: 250px !important;
	left: 2% !important;
	padding: 20px;

}

.contact-section .shadow{
height: auto !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .image-box{
	display: none;
}

.contact-section .shadow{
/*	height: 170px;*/
}
.header-1 .navbar ul li{
	padding: 0px 12px;
}
.navbar ul li a {
    color: #000;
    font-size: 20px !important;
}

}

@media only screen and (max-width:600px){
	.footer_quick_link ul li a
{
	font-size: 0.9rem;
}
.title_p {
    font-size: 12px;
    line-height: 22px;
}
.testimonial-box p {
    font-size: 16px;
    color: #383737;
}
.title1 {
    font-size: 2rem;
}
footer p {
    font-size: 14px;
    color: #494747;
    padding-top: 10px;
}
footer a {
    font-size: 14px;
    color: #494747;
    text-decoration: none;
}
.title_section .testimonial-box h5 {
    font-size: 20px;
}

footer h5 {
    font-size: 22px;
	color: #000;
}

.footer-logo:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 0.6px;
    background: #fff;
    content: '';
    bottom: 0;
    display: none;
    margin: auto;
}
footer .footer-logo:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 0.6px;
    background: #fff;
    content: '';
    bottom: 0;
    margin: auto;
    display: none;
}
.title_section .testimonial-box {
    background-color: #fff;
    padding: 20px;
    margin: 0rem 1rem;
}
.benefit-section
{
	margin-top: 2rem;
}
}
.product_details
{
	padding: 1.5rem;
}
.product_details h1 
{
	color: #F23338;
	font-weight: 600;
}
.product_details img  
{
	border-radius: 10px;
}
.product_details i 
{
	color: goldenrod;
	padding-top: -1rem;
}
.director_details
{
	padding: 1rem;
}

.director_img img
{
	margin-top: 1.2rem;
	border-radius: 10px;
	border: 2px solid #F23338;
	padding: 0.4rem;
}
.hero_section
{
	padding: 4rem 0rem;
}


@media only screen and (max-width:500px){
	.counter-section{text-align: center;}
	.benefit-section .benefit-content{
		flex-wrap: wrap;}
	.benefit-section .benefit-content div{
		margin: auto;}	
/*.navbar-expand-lg .navbar-nav .dropdown-menu .image-box{
	display: block !important;
}*/
		.navbar-expand-lg .navbar-nav .dropdown-menu{
	position: absolute;
	width: auto !important;
	left: 0% !important;
	padding: 20px;

}

.about-section h5{
	color: #000;
}
.about-section p{
	color: #000 !important;
}
.about-section p a{
	color: #000 !important;
}
.navbar-brand img 
{
	height: 53px;
}
.hero_section
{
	padding: 1rem 0rem;
}

}
.inner {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
/*    border-radius: 10px;*/
  }
  .inner img {
    transition: all 1.2s ease;


  }
  
  .inner:hover img {
    transform: scale(1.2);
  }


@media only screen and (max-width:500px){
	.benefit-section .container-fluid{
		padding: 50px 0px !important;
	}

.benefit-section .benefit-box1{
	text-align: center !important;
	margin: 0px !important;
	padding: 0px !important;
}

.benefit-section .benefit-box2{
	text-align: center !important;
	margin: 0px !important;
	padding: 0px !important;
}

}