@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
	font-family: 'Poppins', sans-serif;
	background: #FFF;
}
.border{border: 1px solid #333;}
.pad0{padding: 0px;}
.pad40{padding: 40px 15px;}
.clear{clear: both;}
.banner{
	/*background: #5995fd;*/
	background: #4d84e2;
	color: #FFF;
	width: 100%;
	padding: 5px 0px;
}
header{
	padding: 0px 0px;
}
header ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
header li{
	display: inline-block;
	position: relative;
}
header ul li a{
	text-decoration: none;
	font-weight: 600;
	color: #FFF;
	display: block;
	font-size: 14px;
	padding: 15px 20px;
	text-transform: uppercase;
}
header a:hover{text-decoration: none; color: #FFF;}
header ul ul{
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px;
	display: none;
	position: absolute;
	left: -50px;
	width: 300px;
	z-index: 1000;
	margin: 0px;
}
header ul li ul li {
	/* border-top: 1px solid #f1f1f1; */
	display: block;
}
header ul li ul li a {
	font-size: 13px;
	font-weight: 500;
	background: #FFF;
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	text-align: left;
	color: #444;
	transition: all 0.5s;
}
header li li a:hover{text-decoration: none; color: #4d84e2; margin-left: 10px; transition: all 0.5s;}

.topnav{
	position: fixed;
	top: 0px;
	background: #FFF;
	width: 100%;
	box-shadow: 1px 1px 10px 1px #F5f5f5;
	/*border-bottom: 1px solid #f5f5f5;*/
	z-index: 1000;
	display: none;
	padding: 5px;
}
.topnav .fa-bars{
	font-size: 2em;
	color: #4d84e2;
	display: none;
	margin-top: 15px;
}
.topnav ul{
	font-size: 0;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.topnav li{
	display: inline-block;
	position: relative;
}
.topnav ul li a{
	text-decoration: none;
	font-weight: 500;
	color: #4d84e2;
	display: block;
	font-size: 14px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.topnav a:hover{text-decoration: none;}
.topnav ul ul{
	background-color: #FFF;
	border-radius: 5px;
	padding: 20px;
	display: none;
	position: absolute;
	left: -50px;
	width: 300px;
	z-index: 1000;
	margin: 0px;
	border: 1px solid #f5f5f5;
	border-top: none;
}
.topnav ul li ul li {
	/* border-top: 1px solid #f1f1f1; */
	display: block;
}
.topnav ul li ul li a {
	font-size: 13px;
	font-weight: 500;
	background: #FFF;
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	text-align: left;
	color: #444;
	transition: all 0.5s;
}
.topnav li li a:hover{text-decoration: none; color: #4d84e2; margin-left: 10px; transition: all 0.5s;}


/*-------------------------
    Mobile Navbar
----------------------------*/
.mobile{
	display: none;
	padding: 5px 10px;
}
.mobile .fa-bars{
	cursor: pointer;
	font-size: 2.5em;
	color: yellow;
	margin-top: 10px;
}
.fade-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 10000;
}
.fade-bg.active{
	display: block;
	opacity: .8;
}
.navclose{
	width: 50px;
	height: 50px;
	margin: 20px;
	cursor: pointer;
}
.mynavbar
{
	position: fixed;
	width: 300px;
	height: 100%;
	background: #FFF;
	z-index: 10001;
	overflow: auto;
	top: 0px;
	left: -300px;
	transition: all 0.25s linear;
}
.mynavbar.active{
	left: 0px;
}
.mynavbar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.mynavbar ul li a{
	text-decoration: none;
	font-weight: 500;
	color: #4d84e2;
	display: block;
	font-size: 16px;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	transition: 0.3s linear;
	text-transform: uppercase;
}

.mynavbar ul li a:hover{
	background: #f5f5f5;
	transition: all 0.5s;
}
.mynavbar ul ul{
  	display: none;
}
.mynavbar li li{
  	border: none
}
.mynavbar ul ul a{
	background: #f5f5f5;
	font-size: 14px;
	border: none;
	margin: 0px;
}
.mynavbar ul ul a:hover{
	color: #000;
}

.fornttext{
	display: block;
	font-size: 3em;
	font-weight: 700;
	margin-top: 110px;
	line-height: 50px;
	margin-bottom: 20px;
}
.maintext satya{
	font-size: 2em;
	font-weight: 600;
	color: yellow;
}
.maintext p{
	font-size: 1.2em;
}
.maintext a{
	background: #f1c40f;
	padding: 0px 25px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 20px;
}

.headding{
	font-size: 2em;
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
}
.para{
	font-size: 1.1em;
}
.shorthead{
	font-size: 1em;
	color: #2c3e50;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.page-service{
	background: url('../img/points_bg.png') no-repeat;
}
.home-service{
	border-radius: 5px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 50px 5px #ddd;
}
.home-service a{
	border-radius: 5px;
	text-align: center;
	display: block;
	min-height: 240px;
	background: #FFF;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 600;
	color: #2c3e50;
	padding: 20px;
	transition: all 0.5s;
}
.home-service a:hover{
	background: #4d84e2;
	color: #FFF;
	transition: all 0.5s;
}
.home-service img{
	width: 80px;
	margin: 20px;
}

.passionname{
	width: 80%;
	float: left;
	font-size: 1.1em;
	font-weight: 500;
}
.passionvalue{
	width: 20%;
	float: right;
	text-align: right;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 5px;
}
.passionbar{
	background: #eee;
	height: 5px;
	border-radius: 0px 3px 3px 0px;
	margin-bottom: 15px;
}
.passionline{
	width: 90%;
	background: #4d84e2;
	height: 5px;
	border-radius: 0px 3px 3px 0px;
}

.choose_us{
	background: url('../img/points_bg.png') no-repeat right top;
}
.expbox{
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
}
.choose_us b{
	font-size: 4em;
	color: #2c3e50;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
}
.choose_us b i{
	font-size: .3em;
	font-weight: normal;
}

.footer{
	background: #2c3e50;
	color: #999;
}
.fthead{
	font-size: 1.4em;
	color: #FFF;
	margin-bottom: 3px;

}
.ftline{
	width: 50px;
	height: 3px;
	background: #666;
	margin-bottom: 15px;
}
.footer .sitemap a{
	color: #999;
	line-height: 25px;
	text-decoration: none;
	transition: all 0.5s;
}
.footer .sitemap a:hover{
	margin-left: 5px;
	transition: all 0.5s;
}
.footer .location i{
	width: 25px;
	float: left;
	padding-top: 3px;
}
.footer .location span{
	float: left;
	margin-bottom: 10px;
}
.footer .social a{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #666;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
}
.footer .design{
	margin-top: 10px;
	text-align: right;
}
.alltop{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4d84e2;
	color: #FFF;
	font-size: 1.8em;
	border-radius: 5px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: none;
}
.alltop a{
	color: #FFF;
}

.pagehead{
	background: url('../img/b2.png');
	background-size: cover;
	padding: 20px 0px;
	text-align: center;
}
.pagename{
	text-align: center;
	font-size: 2em;
	color: #f5f5f5;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 10px;
}
.pagehead ul{
	padding: 0px;
	margin: 0px;
}
.pagehead li{
	list-style: none;
	display: inline-block;
}
.pagehead li:last-child{
	font-weight: bold;
}
.pagehead a{
	color: #ddd;
	text-decoration: none;
	padding: 0px 5px;
}
.back1{background: #09aeed; color: #000;}
.back2{background: #f077ac; color: #000;}
.services-icon{
	margin:10px;
	text-align: center;
	padding: 20px;
	color: #FFF;
}
.services-icon span{
	font-size: 1em;
}
.services-icon i{
	font-size: 2.8em;
}

/*    Contact Form   */
.form input, .form textarea{
	border: none;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 5px;
	margin:10px 0px;
	margin-bottom:15px;
	height: 50px;
}
.form textarea{
	height: 100px;
	resize: none;
}
.form input[type=submit]
{
	background: #4d84e2;
	padding: 0px 15px;
	border-radius: 5px;
	color: #fff;
	height: 50px;
	list-style: 50px;
	font-weight: 400;
	font-size: 1.2em;
}
.form input:focus, .form textarea:focus{
	box-shadow: none;
}
.form-group {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 25px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  font-weight: 500;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 90%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.contact{
	padding: 20px;
	background: #FCFCFC;
	margin-bottom: 20px;
	text-align: center;
}
.contact i{
	color: #4d84e2;
	font-size: 3em;
	display: block;
	margin-bottom: 20px;
} 
.contact span{
	font-size: 1.1em;
	color: #4e4e4e;
	display: block;	
}









@media (max-width: 800px)
{
	.desktop{display: none;}
	.mobile{display: block;}
	.topnav .fa-bars{display: block;}
	.topnavul{display: none;}
	.maintext{
		margin-bottom: 30px;
	}
	.fornttext{
		margin-top: 50px;
		font-size: 2.4em;
		line-height: 40px;
	}
	.fthead{margin-top: 20px;}
	.footer .design{text-align: left;}
}