:root {
	--primary-color			: #163300;
	--secondary-color		: #EFF1ED;
	--text-color			: #888888;
	--white-color			: #ffffff;
	--black-color			: #000000;
	--accent-color			: #89EA5F;
	--white-divider			: #ffffff70;
	--overlay-color			: rgba(22, 51, 0, 0.65);
	--error-color			: rgb(230, 87, 87);
	--accent-font			: 'Rajdhani', sans-serif;
	--default-font			: 'Rubik', sans-serif;
}
body{
	font-size: 17px;
	font-weight: 400;
	font-family: var(--default-font);
	color: #000;
	line-height: 1.6em;
}
p{
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #272727!important;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Roboto", Sans-serif;;
	margin-top:0;
	font-weight: 700;
	color: #212529;
}
h6{
	font-size: 18px;
	color: #272727!important;
}
figure{
	display: block;
	margin: 0;
	width: 100%;
}
img{
	max-width: 100%;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	outline: 0;
}
a:focus{
	text-decoration: none;
	outline: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
.no-gap.row{
	margin-left: 0;
	margin-right: 0;
}
.no-gap.row > *{
	padding-left: 0;
	padding-right: 0;
}
.row.row-equal-height > [class*='col-']{
	display: flex;
	flex-direction: column;
}
.image-anime{
	position: relative;
	overflow: hidden;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
	padding-right: 15px;
	padding-left: 15px;
}
.btn-default{
	display: inline-block;
	background: #1e3360;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 11px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}
.btn-default.btn-border{
	background: none;
	color: var(--accent-color);
}
.section-title{
	text-align: center;
	margin-bottom: 60px;
}
.section-title h5{
	display: inline-block;
	text-align: center;
	font-size: 18px!important;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	position: relative;
	margin-bottom: 10px;
	z-index: 2;
	font-family: "Roboto", sans-serif;
}
@keyframes shapemove{
	50%{
		transform: translateX(10px);
	}
}
.section-title h1{
	font-size: 35px;
	color: #000;
	letter-spacing: -0.5px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
}
.section-title h2{
	font-size: 30px;
	color: #1E3360;
	letter-spacing: -0.5px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
}
.section-title h1 span,
.section-title h2 span{
	color: var(--accent-color);
}
.section-description p:last-child{
	margin-bottom: 0;
}
/**** 	   03. Header css		 ****/
.topbar{
	position: relative;
	z-index: 100;
	padding: 10px 0;
	background: #1C3460;
}
.topbar-contact-info{
	padding-left: 30px;
}
.topbar-contact-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.topbar-contact-info ul li{
	display: inline-block;
	margin-right: 20px;
	color: var(--white-color);
	font-size: 15px;
}
.topbar-contact-info ul li:last-child{
	margin-right: 0;
}
.topbar-contact-info ul li a{
	color: var(--white-color);
}
.topbar-contact-info ul li i{
	color: #fff;
	margin-right: 6px;
}
header.main-header{
	position: relative;
/*	max-width: 1270px;*/
	margin: 0 auto;
	background: var(--white-color);
/*	border-radius: 30px;*/
	border-bottom: 1px solid transparent;
	z-index: 100;
	height: 91px;
}
header.main-header .header-sticky{
/*	padding: 25px 15px;*/
	position: relative;
	top: 0;
	z-index: 100;	
}
header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
/*	padding: 15px 0;*/
	border-radius: 0;
	border-bottom: 1px solid #16330010;
}
header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
    transform: translateY(0);
	background: var(--white-color);
/*	box-shadow: 0px 0px 20px 0px #02451c;*/
}
.navbar{
	padding: 0;
}
.navbar-brand{
	padding: 0;
}
.main-menu{
	font-family: var(--default-font);
	justify-content: flex-end;
}
.main-menu ul{
	align-items: center;
}
.main-menu ul li{
	margin: 0 12px;
	position: relative;
}
.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}
.main-menu ul ul li.submenu > a{
	position: relative;
}
.main-menu ul ul li.submenu > a:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}
.main-menu ul li a{
	font-size: 17px;
	font-weight: 600;
	padding: 12px 12px;
	color: #000;
	text-transform: capitalize;
	font-family: "Roboto", Sans-serif;
}
.main-menu ul li.current a{
	color: #1e3360;
}
.main-menu ul li.highlighted-menu a{
	display: block;
	background: var(--accent-color);
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	border: 2px solid var(--accent-color);
	padding: 10px 30px !important;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}
.main-menu ul li.highlighted-menu a:after{
	background-color: var(--primary-color);
	border-radius: 30px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}
.main-menu ul li.highlighted-menu a:hover::after{
	transform: translate(0, 0);
}
.main-menu ul li.highlighted-menu a:hover{
	color: var(--accent-color);
}
.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: #1e3360;
}
.main-menu ul ul{
	visibility: hidden;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	width: 400px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}
.main-menu ul ul ul{
	left: 100%;
	top: 0;
}
.main-menu ul ul li{
	margin: 0;
	padding: 0;
}
.main-menu ul ul li a{
	text-transform: none;
}
.main-menu ul ul li.sub-current a{
	color: #fff;
	background: #1e3360;
}
.main-menu ul ul li a,
.main-menu ul ul li a:focus{
	color: #1e3360;
	padding: 2px 20px !important;
	border-bottom: 1px solid #1e336059;
	font-size: 16px;
	font-weight: 400;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}
.main-menu ul ul li a:hover{
	color: #fff;
	background: #1e3360;
}
.responsive-menu,
.navbar-toggle{
	display: none;
}
.responsive-menu{
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
.slicknav_btn{
	background: #1e3360;
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 10px;
}
.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: #fff;
	margin: 4px auto !important;
}
.slicknav_menu{
	padding: 0;
	background: #1E3360;
	border-radius: 20px;
	max-height: 80vh;
	overflow: auto;
}
.slicknav_nav{
	padding-top: 5px;
	padding-bottom: 5px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	font-family: var(--default-font);
	color: #fff;
	line-height: normal;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: #fff;
}
.slicknav_nav li.current a{
	color: #000;
	background: #fff;
}
.slicknav_nav .submenu ul li a{
	color: #fff;
	background: transparent;
}
.slicknav_nav .submenu ul li.sub-current a{
	color: #000;
	background: #fff;
}
.slicknav_arrow{
	font-size: 0 !important;
}
.slicknav_arrow:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	float: right;
	transition: all 0.3s ease-in-out;
}
.slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-90deg);
}
/****   	 05. About us css   	   ****/
.about-us{
	padding: 100px 0;
}
.about-us .section-title{
	text-align: left;
	margin-bottom: 22px;
}
/****   	 07. Our Process css  	   ****/
.our-process{
	padding: 40px 0 40px;
}
.our-process-layout2{
	background: var(--secondary-color);
	padding: 40px 0;
}
.process-item2{
	background: var(--white-color);
	max-width: 310px;
	margin: 20px auto 0;
	aspect-ratio: 1/1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.process-item2 .process-step{
	width: 60px;
	height: 60px;
	position: relative;
	background: #1E3360;
	border: 4px solid var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	right: 30px;
	overflow: hidden;
}
.process-item2 .process-step span{
	position: relative;
	z-index: 1;
}
/*.process-item2:hover .process-step:before{
	top: 0;
	left: 0;
}*/
.process-item2 .process-content{
	text-align: center;
	padding: 0 30px;
}
.process-item2 .process-content .icon-box{
	margin-bottom: 25px;
	font-size: 40px;
	color: #1e3360;
}
.process-item2 .process-content h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.process-item2 .process-content p{
	margin: 0;
}
.our-process-layout2 .process-item2:after{
	content: "\f0a9";
	font-family: "FontAwesome";
	display: block;
	width: 84px;
	height: 84px;
	font-size: 44px;
	/*background: url(../images/web-images/about/icon-step-right.svg) no-repeat center center;
	background-size: 100% auto;*/
	position: absolute;
	top: 50%;
	right: -120px;
	color: #1E3360;
/*	transform: translateY(-50%);*/
}
.our-process-layout2 .row .col-lg-4:last-child .process-item2:after{
	display: none;
}
/****   	 10. Infobar CTA css   	   ****/
.infobar{
	padding: 0px 0 40px;
}
.cta-box{
	background-color: var(--secondary-color);
	border-radius: 30px;
	overflow: hidden;
}
.cta-box .cta-image img{
	width: 100%;
}
.cta-content{
	position: relative;
	padding: 0 60px;
}
.cta-content .phone-icon{
	width: 90px;
	height: 90px;
	position: relative;
	border-radius: 50px;
	border: 6px solid var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1E3360;
	position: absolute;
	left: 0;
	top: 50%;
	overflow: hidden;
	transform: translate(-70px,-50%);
	font-size: 26px;
}
.cta-content .phone-icon figure{
	text-align: center;
	color: #fff;
}
.cta-content .phone-icon figure img{
	position: relative;
	z-index: 1;
}
.cta-content h3{
	font-size: 40px;
	color: #000;
}
.cta-content h3 span{
	color: #1E3360;
}
.cta-content p{
	margin-bottom: 0;
}
/****   		24. Footer css  	   ****/
footer.main-footer{
	padding: 30px 0 0 0;
	background: #1E3360;
	background-size: cover;
}
.footer-contact{
	border-bottom: 1px solid #ffffff20;
	margin-bottom: 80px;
	padding: 30px 0;
}
.footer-contact-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-contact-box .contact-icon-box{
	width: 80px;
	height: 80px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--accent-color);
	margin-right: 30px;
}
.footer-contact-info{
	width: calc(100% - 110px);
}
.footer-contact-info h3{
	color: var(--white-color);
	font-size: 22px;
}
.footer-contact-info p{
	margin-bottom: 0;
	color: var(--white-color);
}
.footer-about figure{
	margin-bottom: 30px;
}
.footer-about p{
	color: var(--white-color);
	text-align: justify;
}
.footer-social-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-social-links ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer-social-links ul li a{
	color: #1E3360;
	background: #fff;
    padding: 6px 8px 4px 9px;
    border-radius: 42px;
}
.footer-links{
	padding-left: 80px;
}
.footer-links.new{
	padding-left: 0px;
}
.footer-links h2{
	color: var(--white-color);
	font-size: 24px;
	position: relative;
	margin-bottom: 26px;
}
.footer-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links ul li{
	position: relative;
	margin-bottom: 10px;
}
.footer-links ul li a{
	display: block;
	padding-left: 28px;
	color: var(--white-color);
}
.footer-links ul li a:before{
	content: '\f192';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translate(0,-50%);
}
.footer-links1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links1 ul li{
	position: relative;
	margin-bottom: 10px;
}
.footer-links1 ul li a{
	display: block;
	padding-left: 28px;
	color: var(--white-color);
}
.footer-links1 ul li a:before{
	content: '\f095';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translate(0,-50%);
}
.footer-links2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links2 ul li{
	position: relative;
	margin-bottom: 10px;
}
.footer-links2 ul li a{
	display: block;
	padding-left: 28px;
	color: var(--white-color);
}
.footer-links2 ul li a:before{
	content: '\f017';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translate(0,-50%);
}
.footer-links3 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links3 ul li{
	position: relative;
	margin-bottom: 10px;
}
.footer-links3 ul li a{
	display: block;
	padding-left: 28px;
	color: var(--white-color);
}
.footer-links3 ul li a:before{
	content: '\f0e0';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translate(0,-50%);
}
.footer-links4 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links4 ul li{
	position: relative;
	margin-bottom: 10px;
}
.footer-links4 ul li a{
	display: block;
	padding-left: 46px;
	color: var(--white-color);
}
.footer-links4 ul li a:before{
	content: '\f2a0';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	transform: translate(0,-50%);
	font-size: 26px;
}
.light-blue1{
	color: #6ec1e4!important;
}
.footer-links ul li a:hover{
	color: #fff;
}
.footer-copyright{
	background: #1E3360;
	padding: 10px;
	border-top: 1px solid #fff;
	/*border-radius: 30px;
	margin-top: 60px;*/
}
.footer-copyright-text{
	text-align: center;
}
.footer-copyright-text p{
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
}
/****	  	 25. About us page css 	   ****/
.page-header{
	position: relative;
/*	background: url(../images/header-banner.webp) no-repeat center center;*/
	padding: 150px 0 150px;
/*    margin-top: -162px;*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center !important;
}
.page-header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52));
}
.page-header-box{
	position: relative;
	z-index: 1;
}
.page-header-box h1{
	font-size: 36px;
	color: var(--white-color);
	margin-bottom: 10px;
	font-family: "Roboto", Sans-serif;
}
.page-header-box ol{
	margin-bottom: 0;
}
.page-header-box ol li.breadcrumb-item{
	color: var(--white-color);
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
	color: var(--white-color);
}
.page-header-box ol li.breadcrumb-item a{
	color: inherit;
}
.faq-box h2{
	font-size: 30px;
	margin-bottom: 30px;
}
.faq-accordion .accordion-item{
	margin-bottom: 20px;
	border: none;
}
.faq-accordion .accordion-header{
	margin-bottom: 0;
	font-family: var(--accent-font);
}
.faq-accordion .accordion-header button{
	background: var(--secondary-color);
	border-radius: 15px !important;
	font-weight: 700;
	font-size: 18px;
	border: none;
	box-shadow: none;
}
.faq-accordion .accordion-header button:after{
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	background: none;
}
.faq-accordion .accordion-button:not(.collapsed){
	background: #1E3360;
	color: var(--white-color);
}
.faq-accordion .accordion-body h4{
	color: var(--text-color);
}
.faq-accordion .accordion-body h3:last-child{
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6em;
}
.contact-form-box{
	background: var(--white-color);
	padding: 40px;
	position: relative;
	z-index: 1;
	border-radius: 30px;
}
.contact-form-box .section-title{
	margin-bottom: 40px;
}
.contact-form .form-control{
	padding: 10px 20px;
	border: none;
	box-shadow: none;
	background: var(--secondary-color);
	border-radius: 10px;
}
.contact-form .with-errors ul{
	padding: 0 6px;
	margin: 0;
	font-size: 14px;
	color: var(--error-color);
}
/****   	 37. Responsive css   	   ****/
@media only screen and (min-width: 992px) and (max-width: 1465px) {
	.footer-links3 ul li a{
		font-size: 14px!important;
		padding-left: 18px;
	}
	.main-menu ul li {
    	margin: 0 2px;
    	position: relative;
	}
}
@media only screen and (max-width: 1300px){
	header.main-header{
		margin: 0 15px;
	}
	.main-menu ul li a{
		padding: 12px 4px !important;
	}
	.cta-content h3{
		font-size: 30px;
	}
}
@media only screen and (max-width: 1024px){
	.main-menu ul li a{
		padding: 12px 2px !important;
	}
}
@media only screen and (max-width: 991px){
    .section-title{
        margin-bottom: 40px;
    }
	.topbar{
		padding: 10px 0;
	}
	.topbar-contact-info{
		padding-left: 10px;
	}
    .main-menu ul li{
        margin: 0 10px;
    }
	header.main-header{
		border-radius: 20px;
	}
	header.main-header .header-sticky{
		padding: 2px 0;
	}
	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	.cta-content{
		padding: 50px 30px 30px;
		text-align: center;
	}
	.cta-content .phone-icon{
		width: 60px;
		height: 60px;
		border-width: 4px;
		left: 50%;
		top: auto;
		transform: translate(-50%,-80px);
	}
	.cta-content .phone-icon img{
		max-width: 50%;
	}
	footer.main-footer{
		padding: 20px 0 0px;
	}
	.footer-contact{
		padding: 30px 0 0;
		margin-bottom: 40px;
	}
	.footer-contact-box{
		margin-bottom: 30px;
	}
	.footer-contact-box .contact-icon-box{
		border-radius: 20px;
	}
	.footer-links{
		padding-left: 0;
	}
	.footer-social-links{
		margin-bottom: 40px;
	}
	.footer-copyright{
		padding: 20px;
		margin-top: 10px;
/*		border-radius: 20px;*/
	}
	.page-header{
		padding: 60px 0 60px;
	}
	.page-header-box h1{
		font-size: 56px;
	}
	.latest-projects{
		padding: 60px 0 30px;
	}
}
@media only screen and (max-width: 767px){
   .btn-default{
        padding: 10px 22px;
    }
    header.main-header .header-sticky{
        padding: 1px 0;
    }
	header.main-header .header-sticky.active{
		padding: 0px 0;
	}
	/*.navbar-brand img{
		max-height: 62px;
	}*/
	.topbar-contact-info ul{
		text-align: center;
	}
    .section-title{
        margin-bottom: 30px;
    }
    .section-title h3{
        margin-bottom: 10px;
        font-size: 22px!important;
    }
    .section-title h1{
        font-size: 24px!important;
    }
    .section-title h2{
        font-size: 24px!important;
    }
	.footer-links{
		margin-bottom: 30px;
	}
	.footer-links h2{
		margin-bottom: 20px;
	}
	.footer-copyright{
		margin-top: 0px;
		padding: 8px;
	}
	.footer-copyright-text p{
		font-size: 16px;
	}
	.page-header-box h1{
		font-size: 28px!important;
		text-align: center;
		margin-bottom: 4px;
	}
	.page-header-box h2{
		font-size: 28px!important;
		text-align: center;
		margin-bottom: 4px;
	}
	.page-header-box h4{
		font-size: 28px!important;
		text-align: center;
		margin-bottom: 4px;
	}
	.page-header-box h5{
		font-size: 28px!important;
		text-align: center;
		margin-bottom: 4px;
	}
	.page-header-box ol{
		justify-content: center;
	}
	.page-header-box ol li.breadcrumb-item{
		font-size: 14px;
	}
}
/*karthika*/
.padding-top{
	padding-top: 30px;
}
.padding-bottom{
	padding-bottom: 30px;
}
.para p{
	text-align: justify;
}
/*service*/
.content .service {
	padding-top: 10px;
	padding-bottom: 4px;
	background: #1E3360;
	padding-left: 10px;
	position: relative;
}
.service .image img {
	width: 100%;
}
/*why*/
.blue {
	background: #1e3360;
	padding: 40px 20px 20px 20px;
	height: calc(100% - 21px);
}
.gray {
	background: #e6dede;
	padding: 40px 20px 20px 20px;
	height: calc(100% - 16px);
}
/*counter*/
.feature {
	background: linear-gradient(45deg,rgba(0, 0, 0, 0.50),rgba(0, 0, 0, 0.50) ),url(../images/web-images/home/counter-bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}
.feature .content {
	padding: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	height: calc(100% - 10px);
}
/*new about*/
.border-right{
	border-right: 4px solid #1E3360;
}
.about .title h3{
	color: #1e3360;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
/*offer*/
.offer {
	background: url(../images/web-images/home/offer-bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}
.offer-content {
	background: #fff;
	padding: 40px 20px 20px 20px;
}
/*strip*/
.strip {
	background: linear-gradient(45deg,rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.70) ),url(../images/web-images/home/strip-bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}
.strip .border-right {
    border-right: 4px solid #fff;
}
/*container*/
.container-fluid{
	max-width: 1720px!important;
}
/*service*/
.new-service .service .para p{
	margin-bottom: 16px;
}
/*contact*/
.new-contact {
	padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	height: calc(100% - 16px);
}
.contatc-us .icon i{
	font-size: 50px;
	color: #fff;
	padding-bottom: 16px;
}
/*gallery*/
.gallery .image {
	border: 1px solid #1E3360;
	padding: 20px;
}
.dark-blue{
	background: #240095;
	padding: 30px 30px 30px 30px;
}
.light-gray{
	background: #f1f1f8;
	padding: 30px 30px 30px 30px;
}
.light-blue{
	background: #C4CEFF;
	padding: 40px 40px 40px 40px;
	height: calc(100% - 20px);
}
.new-blue{
	background: #0508A8;
	padding: 40px 40px 40px 40px;
	height: calc(100% - 20px);
}
/*related*/
.related .product {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	padding: 10px;
}
/*blog*/
.single-blog-area-style-one.eight-area {
  padding: 16px;
  border: 2px solid #1e3360a3;
  border-radius: 16px;
}
.single-blog-area-style-one .inner-content-wrapper {
    padding: 20px 10px 0px 10px;
    text-align: justify;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area .admin {
    color: #1E3360;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.28px;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area .date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.28px;
}
.blog-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #434343;
    text-align: justify;
} 
.blogwordswrp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 64px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 14px;
}
.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    text-align: justify;
    line-height: 1.45;
}
/*blog details*/
.fluxi-hero-section.inner .fluxi-right-ct-1 .rts-single-wized {
    background: #ddedff;
    border-radius: 7px;
    padding: 30px;
    margin-bottom: 40px;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .wized-body {
    margin-top: 30px;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single:last-child {
    margin-bottom: 0;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single {
    display: flex;
    align-items: center;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .thumbnail {
    margin-right: 20px;
    overflow: hidden;
    max-width: max-content;
    width: 100%;
    border-radius: 5px;
    flex-basis: 40%;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .thumbnail img {
    min-width: 85px;
    height: auto;
    transition: 0.3s;
    max-width: 80px;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .content-area {
    flex-basis: 60%;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .user {
    display: flex;
    align-items: center;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .user span {
    margin-left: 9px;
    font-size: 14px;
}
.fluxi-hero-section.inner .fluxi-right-ct-1 .recent-post-single .post-title .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    margin-top: 5px;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fluxi-hero-section.details .single-blog-area-style-one .inner-content-wrapper {
    padding: 30px 0 0;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.mb--10 {
    margin-bottom: 10px;
}
.fluxi-hero-section.details .post-panel .post-content {
    padding: 0 0 40px;
    text-align: justify;
}
/*scroll top*/
.backToTopBtn {
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 1;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border: none;
    color: #cccccc;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
    background: #000;
    color: #fff;
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 134px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 192px;
right: 43px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}
a.blantershow-chat svg {
  transform: scale(1.2);
}
.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 60px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}
a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../images/web-images/whatsapp/whatsapp-bg.webp");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
.kAZgZq {
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.phone .phon1 {
    position: fixed;
    bottom: 135px;
    right: 44px;
    z-index: 9;
    width: 35px;
}
/*button*/
.new-button {
    background: #1e3360;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px!important;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: 0.2s transform ease-in-out;
}
@media screen and (max-width: 1199px) {
	.responsive-menu,
    .navbar-toggle{
        display: block;
    }
}
.des-view{
  display: block;
}
.mb-view{
  display: none!important;
}
/*mobile view*/
@media only screen and (max-width: 991px){
.des-view{
  display: none!important;
}
.mb-view{
  display: block!important;
}
.mb-padding0{
  padding-top: 0px!important
}
.mb-padding{
  padding-top: 5px;
}
.mb-padding1{
  padding-top: 10px;
}
.mb-padding2{
  padding-top: 15px;
}
.mb-padding3{
  padding-top: 20px;
}
.mb-padding4{
  padding-top: 30px;
}
.mb-padding5{
  padding-top: 40px!important;
}
.mb-paddingb0{
  padding-bottom: 1px!important;
}
.mb-paddingb{
  padding-bottom: 5px;
}
.mb-paddingb1{
  padding-bottom: 10px;
}
.mb-paddingb2{
  padding-bottom: 15px;
}
.mb-paddingb3{
  padding-bottom: 20px!important;
}
.mb-paddingb4{
  padding-bottom: 30px;
}
.mb-paddingb5{
  padding-bottom: 40px;
}
.mb-margin3{
  margin-top: 0px;
}
.mb-margin3b{
  margin-bottom: 0px;
}
.mb-text-center{
  text-align: center!important;
}
.mb-justify-content-center {
  justify-content: center;
}
.single-case-studies-bread-crumb-area .breadcrumb-inner .title {
    font-size: 40px;
  }
.mt-dec-working-step{
  margin-top: 0px;
}
.blue {
    height: calc(100% - 0px);
}
.gray {
    height: calc(100% - 0px);
}
.border-right {
    border-right: none;
}
.offer {
    padding: 40px 0;
}
.offer-content .image img {
	width: 200px;
}
.strip {
    padding: 40px 0;
}
.feature {
    padding: 40px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-links3 ul li a {
	    font-size: 11px !important;
    	padding-left: 15px;
    }
}
@media only screen and (max-width: 768px){
	.service .min-width{
		width: 50%;
	}
	.service .service h4{
		font-size: 15px!important;
		text-align: center;
	}
	.content .service {
    	padding-left: 5px;
	}
	.our-process-layout2 .process-item2:after{
		display: none!important;
	}
	.new.service h3 {
    	font-size: 16px!important;
    	height: 32px;
    	text-align: center;
	}
}
/*marquee*/
.marq-bg {
    padding: 10px 0 2px 0;
    background: #024115;
}
.strip-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    align-items: center;
    font-weight: 600;
    padding-bottom: 0px;
    margin: 0;
}
/*seo*/
.seo .new-para h2{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
    text-align: justify;
}
.seo .new-para h3{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
    text-align: justify;
}
.seo .new-para h4{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
    text-align: justify;
}
.new-seo h4{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
}
.new-seo h5{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
}
.new-seo h6{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
}
.seo .new-para h5{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
    text-align: justify;
}
.seo .new-para h6{
	line-height: 1.6em;
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 17px;
    font-weight: 400!important;
}
.service .service h3{
	font-size: 22px;
}
.section-title h1 {
    font-size: 32px;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}
.section-title h3 {
    font-size: 26px;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}
.section-title h5 {
    font-size: 26px!important;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-transform: none;
}
.new-title h5 {
    font-size: 32px!important;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    text-align: unset;
}
.section-title.small h5 {
    display: inline-block;
    text-align: center;
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
    font-family: "Roboto", sans-serif;
}
.title h6 {
    font-size: 24px!important;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-transform: none;
}
.new-title h6 {
    font-size: 30px!important;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-transform: none;
}
.page-header-box h5 {
    font-size: 40px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.page-header-box h4 {
    font-size: 40px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.page-header-box h2 {
    font-size: 40px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}
.text-justify h6{
	text-align: justify;
}
.text-justify h4{
	text-align: justify;
}
.service h4{
	font-size: 19px;
}
.service h3{
	font-size: 19px!important;
}
.color-mat{
	font-size: 1px;
	color: #fff;
	margin-bottom: 0px;
}
.res-img{
	max-width: 100%; 
   	height: auto;
}