body{
	font-family: 'Open Sans', sans-serif;
}
:root {
    --primary-color: #05c6e6;
    --secondary-color:#25218f; 
}
.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.text-second {
    color: var(--secondary-color) !important;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color)
}
.breadcrumb{
	background-color:rgba(37,33,143, 0.2);
	padding:15px 0;
}
.breadcrumb .breadcrumb-content{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.breadcrumb h2{
	margin-bottom:0;
	color:#000;
	font-size:22px;
}
.breadcrumb .breadcrumb-menu{
	display:flex;
	align-items:center;
}
.breadcrumb .breadcrumb-menu li{
	margin-left:10px;
	color:#000;
	font-size:16px;
}
.breadcrumb .breadcrumb-menu li a{
	color:var(--secondary-color);
}
.breadcrumb .breadcrumb-menu li+li:before {
  padding: 0 5px;
  color: #000;
  content: "/\00a0";
}
.text-right {
    text-align: right !important;
}

.text-first {
    color: var(--primary-color) !important;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-first {
    background: var(--primary-color) !important;
}

.bg-success {
    background: #7ED321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--primary-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-secondary {
    background: var(--secondary-color);
    color: #000;
}

.label-info {
    background: #50E3C2;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}
.mt{
	margin-top:30px;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--primary-color);
    color: #fff;
}

.btn-active {
    background: #38a638;
    color: #fff;
}

.btn-inactive {
    background: #778899;
    color: #fff;
} 
ul.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.navabr-div .nav-menu .menu-ul {
    display: flex;
    align-items: center;
}
.navabr-div {} 

.navabr-div .nav-menu .menu-ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

.mainheader {
    background: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
    z-index: 999;
} 

.navabr-div .nav-menu .menu-ul li a {
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
   /* color: #3e3d3d;*/
   color:#000;
    padding: 36px 0px;
    transition: all 0.3s;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.mainheader .logo-div img {
    border-radius: 5px;
	padding:5px;
}
.btn.btn1 {
    background: var(--primary-color);
    color: #fff!important;
    padding: 9px 21px!important; 
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease-in-out;
    border: none;
}

.btn.btn1:before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.btn.btn1:hover {
    color: #fff;
}

.btn.btn1:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.topbar {
    padding: 13px 0;
    background: var(--secondary-color);
}

ul.list-contact {
    line-height: 0px;
}

ul.list-contact li {
    display: inline-block;
    margin-right: 35px;
}

ul.list-contact li a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
	text-decoration:none;
}

ul.list-contact li a i {
    color: #eee;
}

ul.list-contact li a span {
    color: #eee;
}

ul.list-contact li a:hover {
    color: #fff;
}

ul.list-contact li a:hover i {
    color: #fff;
}

ul.list-contact li a:hover span {
    color: #fff;
}
.navabr-div .nav-menu .menu-ul li a:hover {
    color: var(--primary-color);
}
.navabr-div .nav-menu .close-menu {
	display:none;
}
/*index2-banner*/
.banner-section {
    position: relative;
}
.banner-img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*banner-section*/
.banner-content {
    position: relative;
    padding: 171px 0;
    z-index: 111;
}

.banner-content h4 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}

.banner-content h6 {
    font-size: 63px;
    color: #fff;    
    margin-bottom: 30px;
}

.banner-img {
    position: relative;
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px;
}
.banner-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to right, #0c1860cf 0%, #0000ff57 100%);
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px;
}
.banner-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    padding: 0;
	transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
	    border-color: #ddd;
    border: 1px solid #ddd;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
	border-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
.slider-item{
    height: auto;
}
.banner-slider .slick-arrow{
    display:none!important;
}
.default-padding {
    padding: 70px 0;
}
.padding-tb{
	padding:30px 0;
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title h4 {
    font-size: 42px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.sec-title h6 {
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    color: #000;
    margin-bottom: 3px;
}

.sec-title h6:before {
    content: '';
    width: 33px;
    height: 2px;
    position: absolute;
    background: var(--primary-color);
    left: 0px;
    top: 50%;
}

p.desc1 {
    font-size: 17px;
    line-height: 28px;
   /* color: #888a98;*/
   color:#222222;
}
.product-box{
	display:flex;
	justify-content:center;
	align-items:center;
}
.product{
	box-shadow: 0px 0px 68px 9px rgba(0, 0, 0, 0.04);
	background-color:#ffffff;
	border-radius:10px;
	border:1px solid #E5EAFF;
	margin-bottom:25px;
	transition:0.5s;
	margin:10px;
	width:100%;
}
.product-img{
	overflow:hidden;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.product-img img{
	width:100%;
	transition:transform 0.5s;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	height:250px;
}
.product h4{
	font-weight:600;
	font-size:18px;
	text-align:center;
	margin-bottom:0;
	padding:12px 0;
	position:relative;
	z-index:1;
	color: #3e3d3d;
}
.product:hover{
	color:#ffffff;
	background-image: linear-gradient(176deg, var(--secondary-color) 0%, #0349EF 100%);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.product:hover h4{
	color:#ffffff;
}
.product:hover img{
	transform: scale(1.1);
}
.product-page .product-img img{
	height:auto;
	width:100%;
}

.abt-img img{
	max-width:100%;
	border-radius:10px;
	height:100%;
	object-fit:cover;
}
.about-section .img1, .img2{
	width:100%;
	border-radius:10px;
}

.box1{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	background-color: #FFFFFF;
    border-radius: 10px;
	border:1px solid #E5EAFF;
    box-shadow: 0px 0px 68px 9px rgba(0, 0, 0, 0.04);
	padding:10px;
	height:120px;
	width:100%;
	margin-bottom:20px;
	transition:0.3s;
}
.box1:hover{
	background-color:var(--primary-color);
}
.box1:hover h4{
	color:#ffffff;
}
.box1 h4 {
	line-height:22px;
    margin-bottom: 0px;
    font-size: 17px;
    color: var(--secondary-color);
}
ul.check-list {
    margin-bottom: 20px;
}

ul.check-list li {
    align-items: baseline;
    display: flex;
    margin-bottom: 10px;
    gap: 8px;
}

ul.check-list li span {
    font-size: 17px;
    color: var(--secondary-color);
    font-weight: 500;
}

ul.check-list li i {
    line-height: 20px;
    font-size: 20px;
    color: var(--primary-color);
}
.bg-light1 {
    background: #f8fbff!important;
}

.subsidiary-section .img-box img{
	width:100%;
	border-radius:10px;
}
.commitment-section {
    position: relative;
    background: #0a165e;
}
.icon-box {
    cursor: pointer;
    background-image: linear-gradient(176deg, var(--secondary-color) 0%, #0349EF 100%); 
    background-color: #FFFFFFF7;
    padding: 36px 25px 36px 35px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5EAFF;
    box-shadow: 0px 0px 68px 9px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    transition: .3s;
}

.icon-box .icon-div {
    width: max-content;
    background: #ffffff29;
    padding: 11px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.icon-box .icon-div img {
    width: 48px;
    filter: brightness(78);
}

.icon-box h5 {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0px;
}

.icon-box:hover {
    transform: translateY(-5px);
}
.box3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	padding:20px;
	border-bottom:2px solid var(--primary-color);
	border-radius:10px;
}
.box3:hover .icon-div{
	transform:scale(1.2);
}

.box3 .icon-div {
   /* box-shadow: 0px 7px 15px 0px rgb(44 87 211 / 18%);*/
    border-radius: 50%;
    padding: 22px 22px 22px 22px;
    margin-right: 30px;
	background-color:rgba(3, 99, 175,0.1);
	transition:0.5s;
	overflow:hidden;
}
.box3 .icon-div img {
    width: 50px;
} 

.box3 .text-div p {
    margin-bottom: 0px;
    font-size: 21px;
}
.box4{
	 box-shadow: 0px 7px 15px 0px rgb(44 87 211 / 18%);
    margin-bottom: 20px;
	padding:20px;
	border-radius:10px;
	background-color:#ffffff;
}
.box4 img{
	width:80%;
	border-radius:10px;
}

.team-section .card {
	border-radius:10px;
	position:relative;
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	width:100%;
	text-align:center;
}
.team-section .card img{
	border-radius:10px;
	height:300px;
	object-fit:cover;
}
.team-section .card .card-content{
	opacity:0;
	position:absolute;
	transform:translate(0px, -80px);
	color: #ffffff;
    font-size: 16px;
    top:50px;
	left:0;
    padding:20px;
    font-weight: 600;
	text-align:center;
	transition:transform 0.5s;
}
.team-section .card .card-content h3{
	font-size:20px;
	color:#ffffff;
}
.team-section .card .card-content h4{
	font-size:17px;
}
.team-section .card .card-content p{
	margin-top:10px;
	font-size:15px;
	font-weight:400;
}
.team-section .card:hover .card-content{
	opacity:1;
	transform:translate(0px, 40px);
}
.team-section .card::before{
	position:absolute;
	content:'';
	width:100%;
	height:0;
	background-image: linear-gradient(176deg, var(--secondary-color) 0%, #0349EF 100%); 
	left:0;
	border-radius:10px;
	top:0;
	transition:0.5s ease-in-out;
}
.team-section .card:hover::before{
	height:100%;
}
.team-section .card .card-title{
	margin-top:15px;
	text-align:center;
	margin-bottom:0;
}
.team-section .card h5{
	color:var(--secondary-color);
	font-weight:800;
	font-size:19px;
	white-space: nowrap;      
    overflow: hidden;    
    text-overflow: ellipsis; 
	width:100%
}
.team-section .card h6{
	font-size:15px;
	height:30px;
}



.team-box {
    background-color: #fff;
    box-shadow: 0px 7px 15px rgba(44, 87, 211, 0.18);
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
	display:flex;
	width:100%;
}
.team-box .team-content {
    flex: 2; 
	margin-left:50px;
}
.team-box .team-img img {
    width: 239px;
	height:auto;
    border-radius:8px;
}

.team-box .team-content h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
}

.team-box .team-content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
	color:#000;
}

.certificate-section .card{
	width:100%;
	margin-bottom:15px;
}
.certificate-section .card .card-img{
	overflow:hidden;
}
.certificate-section .card img{
	width:100%;
	transition: transform 0.5s;
	height:300px;
}
.certificate-section .card:hover img{
	transform: scale(1.1);
}
img.mfp-img {
    height: 100% !important;
}



.flex-box{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:20px;
}
.flex-box li{
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	padding:20px;
	border-left:1px solid var(--secondary-color);
	border-right:1px solid var(--secondary-color);
	border-radius:5px;
	background-color:#ffffff;
}

.contact-section .contact-info .contact-item{
	display:flex;
	align-items:center;
	gap:20px;
	margin-bottom:15px;
}
.contact-section .contact-info .contact-item h5{
	font-size:18px;
	margin-bottom:5px;
	font-weight:600;
}
.contact-section .contact-info .contact-item p{
	margin-bottom:0;
	font-size:16px;
	font-weight:600;
	
}
.contact-section .contact-info .contact-item .contact-icon{
	 box-shadow: 0px 7px 15px 0px rgb(44 87 211 / 18%);
	border-radius: 50%;
	padding:20px;
	background-color:#ffffff);
	color:#37419c;
	font-size:24px;
}
.contact-section .contact-form{
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	padding:40px;
	background-color:rgba(37,33,143, 0.1);
	border-radius:10px;
}
.contact-section .contact-form h2{
	color:var(--secondary-color);
	font-weight:600;
	font-size:22px;
	margin-bottom:20px;
}
.contact-section .contact-form .form-group{
	margin-bottom:20px;
}
.contact-section .contact-form .form-group .form-control{
	padding:10px;
	border-color:rgba(37,33,143, 0.3);
	font-size:14px;
}
.contact-section .contact-form .form-group .form-control:focus{
	box-shadow:none;
	border-color:rgba(37,33,143, 0.8);
}
.contact-box{
	box-shadow: 0px 7px 15px 0px rgb(44 87 211 / 18%);
    margin-bottom: 20px;
	padding:20px;
	border-radius:10px;
	background-color:#ffffff;
}
.contact-box .text-div h5{
	color:#000;
	font-weight:600;
}
.contact-box .text-div h6{
	color:var(--secondary-color);
	font-weight:600;
}
.main-footer {
    padding-top: 70px;
    padding-bottom: 70px;
	background-color:var(--secondary-color);
}

.footer-widget {}

.footer-widget .f-logo {
    margin-bottom: 20px;
	width:100px;
}

.footer-widget .f-logo img {
    width: 167px;
}

.footer-widget .sm-heading {
    font-size: 18px;
    color: #eee;
    margin-bottom: 11px;
}

.footer-widget .abt-com {
    font-size: 14px;
    color: #ddd;
    margin-right: 40px;
}

ul.social-media {
    display: flex;
    gap: 10px;
}

ul.social-media li {
    display: inline-block;
}

ul.social-media li a {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
}

ul.social-media li a i {}

.footer-widget .w-title {
    margin-bottom: 13px;
}

.footer-widget .w-title h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom:10px;
}

.footer-widget .w-title .ft-accrd-arrow {
    display: none;
}

.footer-widget .fw-list {} 

.footer-widget .fw-list li a {
    position: relative;
    padding-left: 17px;
    color: #ddd;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
	text-decoration:none;
	padding-top:5px;
	transition:0.3s;
}
.footer-widget .fw-list li a:hover{
	transform: translate(5px, 0px);
	color:var(--primary-color);
}
.footer-widget .fw-list li a:hover::before{
	background:var(--primary-color);
}
.footer-widget .fw-list li a::before {
    content: '';
    position: absolute;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #ddd;
    left: 0px;
}

.footer-copyright {
    padding: 15px 0;
    background: #f5f6f7;
}

.footer-copyright .cpy-text {
    margin-bottom: 0px;
    font-size: 17px;
}

.footer-copyright .cpy-text a {
    color: var(--secondary-color);
    font-weight: 500;
	text-decoration:none;
}
.mainheader.fixed-header {
    position: fixed;
    top: 0px;
}
.scroll-top {
    border: 1px solid var(--primary-color);
    background: linear-gradient(176deg, var(--secondary-color) 0%, #0349EF 100%);
    display: none;
    z-index: 9;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 14px 14px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3slinear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3sease;
    border-radius: 50%;
}
.scroll-top:hover{
	color:#ffffff;
}
.contact-list {}

.contact-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
} 

.contact-list li .text {
    color: #eee;
}

.contact-list li i {
    color: #ddd;
    font-size: 17px;
}
 
.contact-list li .text a {
    color: #eee;
	font-size:15px;
}


@keyframes slide-in-left {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}
@media only screen and (max-width: 1400px) {
	.navabr-div .nav-menu .menu-ul li a {
		padding:22px 0px;
	}
	.banner-content h4{
		font-size:70px;
	}
	.banner-content h6{
		font-size:53px;
	}
	.banner-content{
		padding:110px 0;
	}
	.sec-title h4 {
		font-size:38px;
	}
	.icon-box h5 {
		font-size:18px;
	}
	.box3 .text-div p {
		font-size:18px;
	}
	.box3 .icon-div img {
		width:60px;
	}
	.footer-copyright .cpy-text {
		font-size:16px;
	}
}

@media only screen and (max-width: 992px) {
	.navabr-div .nav-menu .menu-ul {
		gap:20px;
	}
	.navabr-div .nav-menu .menu-ul li a{
		font-size:15px;
		white-space:nowrap;
	}
	.team-section .card{
		text-align:center;
	}
}

@media only screen and (max-width: 768px) {
    .mainheader {
        padding: 10px 0;
    }
    .nav-menu {
        display: none;
    }
    
    .nav-menu {
        left: -100%;
        top: 0px;
        position: fixed;
        width: calc(100% - 60px);
        max-width: 341px;
        height: 100% !important;
        background: #fff;
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 11;
    }
    .toggle-menu {
            display: block!important;
            float: right;
        }
        .toggle-icon {
            position: relative;
            width: 31px;
            height: 20px;
        }
        .toggle-icon span {
            position: absolute;
            width: 100%;
            height: 1px;
            display: inline-block;
            transition: all 0.3s;
            left: 0;
            background: #3f3f3f;
        }
        .toggle-icon span:first-child {
            top: 0;
        }
        .toggle-icon span:nth-child(2) {
            top: 44%;
        }
        .toggle-icon span:last-child {
            bottom: 2px;
        }
        /*body.mobile-menu .toggle-icon span:first-child {
            transform: rotate(45deg) translate(3px, 9px);
        }
        body.mobile-menu .toggle-icon span:nth-child(2) {
            opacity: 0;
        }
        body.mobile-menu .toggle-icon span:last-child {
            transform: rotate(-45deg) translate(3px, -9px);
        } */ 
        body.mobile-menu .nav-menu {
            display: block !important;
            overflow-y: auto;
        }
        ul.list-contact li { 
            margin-right: 15px;
        }
        ul.list-contact li a { 
            gap: 6px;
            font-size: 12px;
        }
        .topbar {
            padding: 9px 0;
        }
		 .navabr-div .nav-menu .close-menu {
			display:block;
		 }
		 .navabr-div .nav-menu .close-menu i{
			font-size:24px;
		 }
        .navabr-div .nav-menu .menu-ul {
            display: block;
        }
        .navabr-div .nav-menu .menu-ul li a { 
            font-size: 14px; 
            padding: 0px 0px 15px 0;
        }
        .navabr-div .nav-menu .menu-ul li a {
            width: max-content;
        }
	.banner-content{
		padding:100px 0 
	}
	.banner-content h4{
		font-size:50px;
		margin-bottom:0px;
	}
	.banner-content h6{
		font-size:35px;
		margin-bottom:10px;
	}
	.banner-content p{
		font-size:18px;
	}
	.about-section .sec-title{
		margin-top:20px;
	}
	.flex-box{
		flex-wrap:wrap;
	}

	.product-section .product-box {
		flex-wrap:wrap;
		gap:20px;
	}
	.product-section .product{
		width: calc(50% - 10px);
		margin:0;
	}
	.product-section .product-img img {
		object-fit:cover;
	}
	.product-section .btn{
		margin-top:10px;
	}
	.footer-widget {
		margin-top:30px;
	}
	.footer-widget .w-title h4 {
		font-size:20px;
	}
	.footer-copyright .cpy-text {
		text-align:center !important;
		padding:3px 0;
		font-size:14px;
	}

}

@media only screen and (max-width:600px) {
	.default-padding {
		padding:45px 0;
	}
	.mainheader .logo-div img {
		padding:0px;
	}
	.banner-content{
		padding:80px 0;
	}
	.banner-content h4{
		font-size:35px  
	}
	 .banner-content h6{
		font-size:26px;
	}
	.banner-content p{
		font-size:15px;
	}
	 .sec-title h4 {
		font-size:26px 
	}
	p.desc1 {
		font-size:15px;
	}
	.img-collage{
		display:none;
	}
	.box1 h4{
		font-size:15px;
		line-height:20px;
	}
	ul.check-list li span {
		font-size:14px;
	}
	.icon-box h5 {
		font-size:15px;
	}
	.icon-box .icon-div img {
		width:40px;
	}
	.box1{
		padding:25px 20px 25px 30px;
	}
	.box3 .text-div p {
		font-size:15px;
		line-height:25px;
	}
	.box3 .icon-div{
		padding:12px;
	}
	.box3 .icon-div img{
		width:90px;
	}
	.contact-list li .text a {
		font-size:14px;
	}
	.main-footer{
		padding:45px 0;
	}
	.product-section .product-box {
		flex-wrap:wrap;
		gap:20px;
	}
	.product-section .product{
		width: calc(50% - 10px);
		margin:0;
	}
	.product-section .product-img img {
		object-fit:cover;
	}
	.product-section .product h4{
		font-size:14px;
		color:#000;
	}
	.product-section .btn{
		margin-top:10px;
	}
	.contact-section .contact-info .contact-item .contact-icon {
		font-size:20px;
	}
	.contact-section .contact-info .contact-item p {
		font-size:15px;
	}
	.contact-section .contact-form {
		margin-top:15px;
	}
	.team-box {
		display:block;
		padding:20px;
	}
	.team-box .team-img img {
		width:200px;
	}
	.team-box .team-content {
		margin-left:0px;
		margin-top:10px;
	}
	.team-section .card{
		text-align:center;
	}
	.about-section .sec-title{
		margin-top:10px;
	}
	.ms-section .sec-title{
		margin-bottom:10px;
	}
	.ms-section .mt{
		margin-top:0;
	}
	.product-page .product{
		margin:0;
	}
	.product-page .product h4 {
		font-size:14px;
		color:#000;
	}
	.breadcrumb h2 {
		font-size: 19px;
	}
	.breadcrumb .breadcrumb-menu li {
		margin-left: 5px;
		font-size: 14px;
	}
	img.mfp-img {
		height:auto !important;
	}
}


