.navbar-brand{
	margin-left: 30px;
}
.navbar-brand img{
	width:170px;
	height: auto;
}
.header-section{
	position: relative;
	z-index: 55;
	padding:20px;
	height:130px;
	border-bottom:3px solid #1227b7 !important;
	backdrop-filter: blur(4px);
}
.head-image-part{
	background-image: url('../images/hero-section.png');
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top:-130px;
}
.menubar-section ul li a{
	font-size: 18px;
	color:#1227b7 !important;
	margin-left: 30px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
}
.menubar-section ul li a.active{
	color:#f46300 !important;
	font-weight: 700;
	text-decoration: underline;
}
.menubar-section ul{
	padding-left: 60px;
}
.head-form-search input{
	padding:5px;
	width:117px;
	height: 28px;
	font-size: 11px;
	border:1.5px solid #0027B7 !important;
	background: transparent;
	padding-left:25px;
	margin-left:25px;
}
.form-search{
	margin-left: 25px;
	margin-top:7px;
}
.head-form-search{
	position: relative;
}
.head-form-search img{
	position: absolute;
	left:33px;
	top: 6px;
}
.product-section{
	padding:30px 60px 0px;
	background: #dbf5fc;
}
.product-section .title h2{
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #0027B7;
	text-shadow: 2px 2px 4px rgba(0, 0, 128, 0.6);
}
.product-box{
	border-radius:8px;
	padding:20px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 90px;
	background: #fff;
	width: 30%;
	box-shadow: 0px 2px 4px 0px #ABBED133;
}
.product-box .title-sub-title h2.star{
	color: #0027B7;
}
.product-box .title-sub-title h2{
	font-family: Lora;
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 0%;
	min-height:70px;
	color:#4D4D4D;
	padding: 0px 60px;
}
.product-box .title-sub-title p{
	font-family: Raleway;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #89939E;
}
.product-box .desc p{
	font-family: Raleway;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #89939E;
}
.product-box .btn-section .btn{
	width: 122;
	height: 36;
	gap: 8px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	border-radius: 4px;
	background: #0027B7;

	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;

}
.product-box .title-sub-title h2 img{
	position: relative;
    top: -7px;
    left: -13px;
}
.background-image img{
    width:100%;
    transition: transform 0.5s;  
}
.background-image img:hover{
	transform: scale(1.1); 
}

.background-image:hover .overlay-content{
	transform: scale(1.1); 
    transform: translate(-50%, -10%);
}

.application-section .title h2{
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	color: #0027B7;
}
.overlay-content {
	position: relative;
    left: 50%;
    transform: translate(-50%, -20%);
    background-color: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    transition: transform 0.5s;
    box-shadow: 0px 8px 16px 0px #ABBED166;
}
.overlay-content h2 {
	font-family: Lora;
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: center;
	color: #F46300;
}
.overlay-content p {
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px !important;
	letter-spacing: 0%;
	text-align: center;
	color: #4D4D4D;
}
.overlay-content ul {
    text-align: left;
}
.overlay-content ul li {
    font-family: Raleway;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color: #717171;
}
.overlay-content .btn {
    font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #0027B7;
	border: 0;
	background: transparent;
}
.application-box{
	width:30% !important;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:;
}

.footer-top-section-main{
	background-image: url('../images/footer-top-bg.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:570px;
	background-size: cover;
}
.footer-top-section .footer-top-section-desc p{
	font-family: Lora;
	color:#fff;
	font-size: 20px;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	padding:0px 50px;
	padding-top: 100px;
}
.btn-contact-sales:hover{
	color: #fff;
}
.btn-contact-sales{
	font-family: Inter;
	width: 195;
	height: 52;
	gap: 8px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 14px;
	padding-right: 32px;
	padding-bottom: 14px;
	padding-left: 32px;
	border-radius: 4px;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	background: #0027B7;
	color: #fff;
}
.footer-top-section .btn-section{
	margin-bottom: 30px;
}
.footer-section{
	background: #0027B7;
	padding-bottom: 60px;
}
.link-section-2 .top ul{
	padding-left: 0px;
	list-style: none;
	margin:40px 0px;
}
.link-section-2 .top ul li{
	margin-bottom: 13px;
}
.link-section-2 .top ul li a{
	font-family: Raleway !important;
	font-weight: 400;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-decoration: NONE;
	color: #FFFFFF;
}
.link-section-2 .top ul li.pdf-link img{
	margin-right: 5px;
}
.link-section-2 .top ul li.pdf-link{
	margin-top:35px;
}
.link-section-2 .top ul li.pdf-link a{
	font-family: Raleway;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	margin-top: 50px;
	border:1px solid #fff;
	padding:15px 10px;
	border-radius: 5px;
}
.link-section-2 .bottom{
	position: relative;
	left:-60px;
}
.link-section-2 .bottom p{
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.link-section-2 .bottom span{
	font-family: Inter !important;
	font-weight: 300;
	font-style: Bold;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}
.footer-logo img{
	width:320px;
}
.footer-section .menu-link ul{
	padding-left:50px;
	margin-top: 40px;
}
.footer-section .menu-link ul li{
	list-style: none;
	margin-bottom: 20px;
}
.footer-section .menu-link ul li a{
	font-family: Raleway;
	font-weight: 300;
	font-style: Bold;
	text-decoration: none;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
}
.footer-section .address-desc p{
	font-family: Lora;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color: #fff;
	margin-top: 40px;
}
.footer-section .address-desc span{
	font-family: Inter;
	font-weight:200;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #fff;
}
.footer-section .address-desc ul{
	padding-left: 0px;
	list-style: none;
	margin-top: 20px;
}
.footer-section .address-desc ul li{
	display: inline-block;
}
.footer-section .address-desc ul li a img{
	width: 23px;
	margin-right: 10px;
}
.footer-section .address-desc img.whatsapp-img{
	margin-top: 10px;
	width: 50px;
}
.contact-sales-btn:hover{
	color: #fff;
}
.contact-sales-btn{
	font-family: Raleway;
	width: 172;
	height: 58;
	gap: 10px;
	angle: 0 deg;
	opacity: 1;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	border-radius: 4px;
	background: #0027B7;
	color: #fff;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}



@media screen and (max-width: 700px) {
	.header-section{
		height:unset !important;
		padding: 0px !important;
	}
	.navbar-nav li.form-search{
		margin-left: -22px;
	} 
	.head-form-search input{
		width: 100%;
	}
	.navbar-brand {
	    margin-left:0px; 
	}
	.navbar-brand img {
	    width: 120px;
	    height: auto;
	}
	.navbar-toggler{
		padding: 8px 10px;
		background: #0024a8;
	}
	.navbar-toggler i{
		color: #e05b00;
	}
	.head-image-part{
		height: 300px;
	}
	.product-section {
	    padding:10px 10px 0px;
	    background: #dbf5fc;
	}
	.product-section .title h2 {
		font-size: 25px;
	}
	.product-box{
		width: 100% !important;
		margin-bottom: 40px;
	}
	.application-section .title h2{
		font-size: 20px;
		margin-top: -50px;
    	margin-bottom: 50px;
	}
	.application-box{
		width: 100% !important;
	}
	.application-box:first-child{
		margin-top: -80px;
	}
	.footer-top-section .footer-top-section-desc p{
		padding: 0px 20px;
    	padding-top: 100px;
    	line-height: 28px;
    	font-size: 16px;
	}
	.footer-section{
		text-align: center !important;
	}
	.link-section-2 .bottom{
		left: 0px;
	}
	.footer-section .menu-link ul{
		padding-left: 0px;
	}
	.menubar-section ul {
	    padding-left: 0;
	}
	.menubar-section ul li a{
		margin-left: 0px;
	}
	.about-us-section .desc-section{
		padding-left: 0px;
		padding:0px 15px;
		margin-top:20px;
	}
	.about-us-section .desc-list ul li img{
		display: block;
		margin-bottom:15px;
	}
	.what-website-section {
		padding: 30px 10px;
	}
	.about-us-section .bottom-desc img{	
		width: 100%;
	}
	.product-box-main{
		/*margin-top: -20px !important;*/
	}
	.detail-data .detail-box{
		margin-bottom: 60px;
	}
	.why-choose-us-desc{
		padding-right: 20px !important;
	    padding-left: 20px !important;
	}
	.certificate-section .title h2 {
		line-height: 35px;
		font-size: 30px;
	}
	.contact-us-section .contact-form .left-form {
	    margin: 30px !important;
	    border-radius: 10px !important;
	    padding: 20px !important;
	}
	.left-form .title,.contact-info .right-form h2 {
		font-size: 35px !important;
	}
	.contact-us-section .contact-info .right-form {
	    border-radius: 20px !important;
	    padding: 20px 20px 20px !important;
	    margin: 40px 30px !important;
	    background-color: #F46300 !important;
	}
	.contact-info{
		padding-left: 0px !important;
	}
	.social-icons{
		text-align: left !important;
	}
	.map-placeholder img{
		height:auto !important;
	}
	.map-placeholder{
		height: unset !important;
	}
}

@media (max-width: 1500px) and (min-width: 1000px) {
    .menubar-section ul li a{
    	font-size:14px !important;
    	margin-left: 20px;
    }
    .navbar-brand img{
    	width: 140px;
    }
    .head-form-search input {
	    width: 106px;
	    height: 26px;
	}
	.header-section {
	    padding: 10px 0px 0px;
	    height: 100px;
	}
	.head-image-part{
		height:700px !important;
	}
}

@media (max-width: 1024px) and (min-width: 900px) {
    .menubar-section ul li a{
    	font-size:10px !important;
    	margin-left: 10px;
    }
    .navbar-brand img{
    	width: 100px;
    }
    .header-section {
	    padding: 10px 0px 0px;
	    height: 90px;
	}
	.head-form-search input {
	    width: 80px !important;
	    height: 22px !important;
	    font-size:8px !important;
	}
	.head-form-search img{
		width: 10px !important;
	}
	.head-image-part{
		height:500px !important;
	}
}
@media (max-width: 900px) and (min-width: 800px) {
	.head-image-part{
		height:400px !important;
	}
	.header-section {
	    padding: 0px 0px 0px;
	    height: 60px;
	}
	.navbar-brand img{
    	width: 70px;
    }
}
@media (max-width: 800px) and (min-width: 768px) {
	.navbar-brand img{
    	width: 60px;
    }
    .head-image-part{
		height:350px !important;
	}
	.header-section {
	    padding: 0px 0px 0px !important;
	    height: 50px;
	}
	.navbar-brand{
		padding-top: 0px !important;
	}
}