body{	
	font-family: 'Poppins', sans-serif;
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
.brand-color{
	color: #224a9f !important;
}
.brand-bg{
	background: #224a9f !important;
}
.container{
	position: relative;
}

/*Header*/
	header, .mobile-header{
		position: fixed;
		width: 100%;
		z-index: 999;
		transition: all ease 0.6s;
	}
	.mobile-header{
		position: absolute;
	}
	header.stickytop{
		transition: all ease 0.6s;
		position: fixed;
		background: #224a9f;
		box-shadow: 0 2px 71px -10px rgb(0 0 0 / 28%);
	}
	.mobile-header{
		display: none;
		padding-top: 20px;
	}
	.mobile-nav{
		background: #224a9f;
	    position: fixed;
	    bottom: 0px;
	    z-index: 999;
	    right: 20px;
	    width: 70px;
	    height: 70px;
	    color: #fff;
	    justify-content: center;
	    align-items: center;
	    border-radius: 100px;
	    box-shadow: 0px 0px 30px 0px rgb(255 255 255 / 28%);
	    opacity: 0;
	    transition: transform 800ms cubic-bezier(0, 1.65, 0.58, 1), background-color 400ms ease-in-out;
	    animation: pulse 4s ease-in-out 0s infinite;
	    transform: translateY(100px);
	    display: none;
	}
	.displayToggle{
		opacity: 1;
		transform: translateY(-30px);
	    transition: transform 800ms cubic-bezier(0, 1.65, 0.58, 1), background-color 400ms ease-in-out;
	}
	.logo{
		max-width: 80px;
	    margin: auto;
	    padding-top: 1.5rem;
	    transition: all ease 0.6s;
	}
	header.stickytop .logo{
		max-width: 60px;
		padding-top: 0.5rem;
	    transition: all ease 0.6s;
	}
	.nav-menu ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.nav-menu ul li{
		display: inline-block;
		color: #fff;
		padding: 0px 15px;
		font-size: 14px;
		transition: all ease 0.6s;
	}
	.nav-menu ul li a{
		display: block;
		padding: 50px 0;
		position: relative;
		transition: all ease 0.6s;
	}
	header.stickytop .nav-menu ul li a{
		padding: 30px 0;
	}
	.nav-menu ul li a:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 5px;
		background: #fff;
		top: 0;
		transition: all ease 0.6s;
		border-radius: 5px;
		opacity: 0;
	}
	.nav-menu ul li a:hover:before{
		opacity: 1;
	}
	.contact-btn{
		text-align: right;
		padding-top: 25px;
	}
	.contact-btn a{
		background: #fff;
	    display: inline-block;
	    text-align: center;
	    padding: 15px 30px;
	    border-radius: 50px;
	    font-size: 14px;
	    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	}
	header.stickytop .contact-btn{
		padding-top: 13px;
	}

/*Banner*/
	.banner_wrap{
		position: relative;
	}
	.banner_wrap{
		height: 95vh;
		background: -moz-linear-gradient( -40deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
	    background: -webkit-linear-gradient( -40deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
	    background: -ms-linear-gradient( -40deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
	    position: relative;
	    display: flex;
	    align-items: center;
	}
	.banner_wrap:before{
		content: '';
		position: absolute;
		background: url(../images/banner-curve.png) no-repeat;
		width: 100%;
		height: 100%;
		background-position: bottom;
		top:0;
	}
	.banner_wrap:after{
		content: '';
		position: absolute;
		background: url(../images/banner-pattern.png) no-repeat;
		width: 100%;
		height: 100%;
		background-position: left;
		top: 0;
	}
	.traingle-1{
		position: absolute;
	    background: url(../images/traingle-pattern.png) no-repeat;
	    width: 367px;
	    height: 291px;
	    bottom: 80px;
	    left: 80px;
	}
	.traingle-2{
		position: absolute;
	    background: url(../images/traingle-pattern.png) no-repeat;
	    width: 367px;
	    height: 291px;
	    top: 20%;
	    left: 50%;
	}
	.linearBounce{
		animation-name: bounce;
        animation-timing-function: ease;
        animation-duration: 6s;
        animation-iteration-count: infinite;
	}
	@keyframes bounce{
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }
	.bannerText_slider{
		padding-top: 6rem;
	}
	.bannerText_slider .item{
		color: #fff;
	}
	.bannerText_slider .item h2{
		font-size: 40px;
		line-height: 55px;
		font-weight: 600;
		margin: 20px 0;
	}
	.bannerText_slider .item p{
		font-weight: 300;
		line-height: 27px;
		margin: 0; 
		font-size: 14px;
	}
	.sliderCategory{
		display: inline-block;
	}
	.hlinePattern{
		display: inline-block;
	    width: 25px;
	    height: 2px;
	    border-radius: 6px;
	    background: #fff;
	    vertical-align: middle;
	    margin-left: 10px;
	}

/*About Us*/
	.about_wrap{
		padding: 6rem 0;
		background: url(../images/abt-bg.png) no-repeat;


		background-position: right;
	}
	.aboutDetail h1, .seciton-title-left h2{
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
	}
	.aboutDetail h3, .seciton-title-center h3, .seciton-title-left h3{
		font-size: 28px;
		line-height: 45px;
		color: #333;
		font-weight: 600;
		margin: 20px 0;
	}
	.aboutDetail p{
		font-size: 14px;
		font-weight: 300;
		line-height: 27px;
		margin-bottom: 50px;
	}
	.vidBtn a{
		color: #224a9f;
		font-weight: 500;
	}
	.vidBtn i{
		width: 55px;
	    height: 55px;
	    background: #4154de;
	    color: #fff;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 80px;
	    padding-left: 4px;
	    margin-right: 10px;
	    animation: pulse 4s ease-in-out 0s infinite;
	}	
	@keyframes pulse {
	  0% {
	    -moz-box-shadow: 0 0 0 0 rgb(65 84 222 / 0%);
	    box-shadow: 0 0 0 0 rgb(65 84 222 / 0%);
	  }
	  70% {
	      -moz-box-shadow: 0 0 0 20px rgb(65 84 222 / 10%);
	      box-shadow: 0 0 0 20px rgb(65 84 222 / 10%);
	  }
	  100% {
	      -moz-box-shadow: 0 0 0 0 rgb(65 84 222 / 0%);
	      box-shadow: 0 0 0 0 rgb(65 84 222 / 0%);
	  }
	}
	.abtGrid{
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		height: 220px;
		padding: 1rem;
		overflow: hidden;
		transition: all ease 0.6s;
		cursor: pointer;
		margin-top: 35px;
	}
	.no-marginAbt{
		margin-top: 0;
	}
	.abtGrid:hover{
		background: #4154de;
		transition: all ease 1s;
	}
	.abtGrid_Icon{
		margin-top: 0;
		transition: all ease 0.6s;
		opacity: 1;
	}
	.abtGrid:hover .abtGrid_Icon{
		margin-top: -10rem;
		transition: all ease 0.6s;
		opacity: 0
	}
	.abtGrid i{
		font-size: 55px;
	    padding-top: 2rem;
	    display: block;
		transition: all ease 0.6s;
	}
	.abtGrid h4{
		font-size: 18px;
	    line-height: 27px;
	    color: #333;
	    font-weight: 500;
	    margin-top: 20px;
		transition: all ease 0.6s;
	}
	.abtGrid_text{
		margin-top: 4rem;
		transition: all ease 0.6s;
	}
	.abtGrid_text p{
		font-size: 12px;
		line-height: 24px;
		transition: all ease 0.6s;
		opacity: 0;
		color: #fff;
	}
	.abtGrid:hover .abtGrid_text p{
		opacity: 1;
		transition: all ease 1s;

	}

/*Services*/
	.services_wrap{
		padding: 4rem 0;
		background: url(../images/service-bg.png) no-repeat;
		background-position: left bottom;
	}
	.seciton-title-center h2{
		font-size: 16px;
		font-weight: 500;
		color: #aaaaaa;
		text-transform: uppercase;
	}
	.servicesGrid{
    	margin-top: 2.5rem;
    	transition: all ease 0.6s;
    	padding: 20px
	}
	.servicesGrid:hover{
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
    	transition: all ease 0.6s;
	}
	.serviceIcon{
		margin-right: 22px;
		min-width: 50px;
		display: inline-block;
		text-align: center;
	}
	.serviceContent{
		display: inline-block;
		vertical-align: bottom;
	}
	.serviceIcon i{
		font-size: 50px;
	}
	.serviceContent h4{
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.serviceContent p, .servicesGrid p, .servicesGrid ul li, .servicesGrid ul{
		font-size: 13px;
		line-height: 27px;
		color: #696969;
		margin: 0;
		margin-top: 15px;
	}
	.servicesGrid ul li{
		margin-top: 0;
	}
	.split-grid{
		display: flex;
    	align-items: center;
	}

/*Process Steps*/
	.worksProcess_wrap{
		padding: 6rem 0;
		position: relative;
	}
	.worksProcess_wrap:before{
		content: '';
		background: url(../images/process-bg.png) no-repeat;
		position: absolute;
		width: 100%;
		top: 0;
    	bottom: 0;
		background-size: cover;
		background-position: left;
	}
	.steps{
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 80px;
		border: 1px solid #aaa;
		margin: 3rem 0;
		background: #fff;
	}
	.stepDesp h4{
		font-size: 18px;
		font-weight: 500;
		color: #333;
	}
	.stepDesp p, .p-inner p{
		font-size: 14px;
		line-height: 30px;
	}
	.stepCount{
		position: relative;
	}
	.hrStepLine{
		display: block;
	    background: #aaa;
	    height: 1px;
	    width: 93%;
	    position: absolute;
	    top: 50%;
	    right: -30px;
	}

/*Testimonials*/	
	.testimonial_wrap{
		padding: 6rem 0;
		background: url(../images/testimonial-bg.png) no-repeat;
		background-position: right bottom;
		position: relative;
	}
	.testimonial_wrap:before{
		content: '';
		background: url(../images/footer-curve.png) no-repeat;
		position: absolute;
		width: 100%;
		height: 150px;
		bottom: -150px;
		z-index: 9
	}
	.testimonialGrid{
		border-radius: 6px;
	    background-color: rgb(255, 255, 255);
	    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
	    padding: 25px;
	    margin: 2rem 20px;
	}
	.testimonialGrid h4{
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
		color: #333;
		margin-bottom: 15px;
	}
	.testimonialGrid p{
		font-size: 14px;
		line-height: 25px;
		color: #696969;
	}
	.clientDetails{
		display: flex;
	}
	.clientDetails i{
		font-size: 45px;
		margin-right: 20px;
	}
	.clientInfo h5{
		font-size: 16px;
		line-height: 27px;
		font-weight: 500;
		margin-bottom: 0;
	}
	.clientInfo .designation{
		font-size: 14px;
		font-weight: 200;
		font-style: italic;
	}
	.testimonialSlider .owl-dots{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.testimonialSlider .owl-dot{
		width: 10px;
	    height: 10px;
	    display: inline-block;
	    background: #ddd;
	    border-radius: 30px;
	    margin: 0 4px;
	    transition: all ease 0.6s;
	}
	.testimonialSlider .owl-dot.active{
		width: 15px;
		height: 15px;
		background: #224a9f;
	    transition: all ease 0.6s; 
	}


/*Footer*/
	footer{
		padding: 13rem 0 0;
		background: -moz-linear-gradient( 146deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
		background: -webkit-linear-gradient( 146deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
		background: -ms-linear-gradient( 146deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
		position: relative;
	}
	footer:before{
		content: '';
		position: absolute;
		background: url(../images/footer-pattern.png) no-repeat;
		width: 100%;
		top: 0;
		bottom: 0;
		background-size: cover;
		background-position: right;
	}
	footer .container{
		z-index: 1;
	}
	footer .traingle-1{
		left: 15px;
		bottom: 15px;
		z-index: 0;
	}
	footer .traingle-2{
		left: 57%;
		z-index: 0;
	}
	.contactForm{
	    border-radius: 10px;
	    background: #ffffff;
	    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.33);
	    padding: 3rem;
	}
	.contactForm h2{
		text-align: center;
		font-size: 28px;
		line-height: 45px;
		font-weight: 600;
		color: #333;
	}
	.contactForm p{
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		color: #696969;
		margin-bottom: 3rem;
	}
	.contactForm .custom-form{
		width: 100%;
		background: #f5f5f5;
		border-radius: 6px;
		padding: 17px;
		font-size: 14px;
		border: 0px;
		outline: none;
		margin-bottom: 0.5rem;
	}
	.sendBtn{
		text-align: right;
		margin-bottom: 0;
	}
	.sendBtn .btn-send{
		outline: none;
	    color: #fff;
	    padding: 13px 34px;
	    border-radius: 30px;
	}
	.footerContent{
		padding-top: 95px;
	}
	.footer-logo{
		max-width: 255px;
	}
	.contactInfo{
		display: flex;
		color: #fff;
		margin-top: 2.5rem;
	}
	.contactInfo i{
		font-size: 38px;
		margin-right: 20px;
	}
	.contactInfo h3{
		font-size: 16px;
		color: #ddd;
		text-transform: uppercase;
		font-weight: 500;
	}
	.contactInfo a{
		font-size: 26px;
		font-weight: 600;
	}
	.copyright p{
		color: #fff;
		text-align: right;
		font-size: 14px;
		margin-bottom: 0;
		padding: 15px 0; 
	}
	.contact-loader{
		width: 20px;
		margin-right: 10px;
	}
	.contact-form-alert{
		font-size: 13px;
    	padding: 8px 15px;
	}

/* Portfolio */
.inner-banner{
	text-align: center;
    height: 27vh;
    background: -moz-linear-gradient( -90deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
    background: -webkit-linear-gradient( -90deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
    background: -ms-linear-gradient( -90deg, rgb(65,84,222) 0%, rgb(34,74,159) 82%);
    display: flex;
    align-items: flex-end;
	color: #fff;
	position: relative;
}
.inner-banner::before{
	content: '';
	background: url(../images/action_bg.png) no-repeat;
	position: absolute;
	width: 100%;
    height: 80px;
    bottom: -80px;
}
.inner-banner h1{
	font-size: 25px;
}
.inner-banner ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
.inner-banner ul li{
	display: inline-block;
	border-right: 1px solid #fff;
    padding: 0 15px;
}
.inner-banner ul li:last-child{
	border-right: 0;
}
.page-wrapper{
	padding: 8rem 0 6rem 0;
	background: url(../images/abt-bg.png) no-repeat;
	background-position: right;
}
.filters{
	padding: 2rem 0 3rem 0;
	text-align: center;
}
.filters ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.filters ul li{
	display: inline-block;
	padding: 8px 15px;
    font-size: 14px;
	cursor: pointer;
	transition: all ease 0.5s;
	margin: 0 5px;
}
.filters ul li.active,
.filters ul li:hover{
	background: #224a9f;
    color: #fff;
    border-radius: 60px;
	transition: all ease 0.5s;
}
.pop-images img{
	margin-bottom: 1rem;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    opacity: 1;
}
.filters-content .item{
	border-radius: 10px;
	overflow: hidden;
}
.p-inner{
    padding: 15px;
    font-size: 16px;
}
.p-inner h5{
	font-size: 22px;
    color: #1f4491;
	margin-bottom: 1rem;
}
.main-wrap{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    width: 100% !important;
    padding: 3rem;
    border-radius: 12px;
	margin: auto;
}
/* .pricing-btn{
	text-align: right;
	margin-right: 15px;
} */
.pricing-btn a{
	display: inline-block;
    border: 1px solid #1f4491;
    padding: 10px 35px;
    border-radius: 60px;
    color: #fff;
    font-size: 14px;
	background: #1f4491;
}

/* Pricing */
.package-categ{
	display: block;
	font-size: 13px;
    font-weight: 500;
    display: inline-block;
    background: #44a6dc;
    padding: 5px 8px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
}
.silver{
	background: #909fbe;
}
.gold{
	background: #00b5a3;
}
.platinum{
	background: #44a6dc;
}
.diamond{
	background: #7b378c;
}
.pricing-table figure span{
	font-size: 26px;
    font-weight: 700;
	color: #212529;
}
.pricing-table figure{
	font-size: 13px;
    font-weight: 500;
	color: #a6a7a9;
}
.pricing-table .check{
	color: #00b5a3;
	font-size: 17px;
}
.pricing-table thead tr th:first-child{
	background: #f1f1f1;
}
.pricing-table tbody tr td{
	text-align: center;
	font-size: 14px;
}
.pricing-table tbody tr td:first-child{
	text-align: left;
	background: #1f4491;
	color: #fff;
	border: 0;
    border-bottom: 1px solid #2956b5;
    border-right: 0;
}
.pricing-table .table td, .pricing-table .table th{
	vertical-align: middle;
	border: 1px solid #f1f1f1;
}
.pricing-table tbody tr:last-child td:first-child{
	background: #f1f1f1;
	border-bottom:1px solid #f1f1f1 ;
}
.pricing-table .start-btn{
	display: inline-block;
    border: 1px solid #1f4491;
    padding: 8px 35px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    background: #1f4491;
	font-size: 13px;
}
.pricing-table .table tr td:nth-child(2), 
.pricing-table .table tr th:nth-child(2),
.pricing-table .table tr td:nth-child(4), 
.pricing-table .table tr th:nth-child(4){
	background: #fbfbfb;
}
.pricing-table .table tr td:nth-child(3), 
.pricing-table .table tr th:nth-child(3),
.pricing-table .table tr td:nth-child(5), 
.pricing-table .table tr th:nth-child(5){
	background: #fff;
}
.price-tab{
	padding: 3rem 0 3rem 0;
}
.price-tab ul{
	justify-content: center;
	border: 0;
	display: inline-flex;
    background: #4068b9;
    border-radius: 60px;
    padding: 4px;
}
.price-tab ul li .nav-link.active{
	background: #1f4491;
    color: #fff;
    font-size: 14px;
    padding: 13px 35px;
    border-radius: 60px;
	outline: none;
}
.price-tab ul li .nav-link{
	background: #4068b9;
    color: #fff;
    font-size: 14px;
    padding: 13px 35px;
    border-radius: 60px;
	border: 0;
}