*{
	margin: 0;
	padding: 0;
	outline: 0;
}
body{
	background:url(../images/body_bg.jpg)repeat fixed 0 0 #fff;
}
.container{
	max-width: 1060px;
	margin: 0 auto;
}
.template{
	overflow: hidden;
}
a {
	transition: all 0.3s ease 0s;
}
.padding{
	padding: 0;
}
#topupimage{
	background: url("../images/up.png")no-repeat scroll 0 0;
	bottom: 10px;
	right: 10px;
	position: fixed;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
/*all common css ends here*/
.hdr_logo img {
	width: 95px;
	height: 100px;
	float: left;
}
#email_error{
	color: red;
}
#fName_error{
	color: red;
}
#lName_error{
	color: red;
}
#phone_error{
	color: red;
}
.hdr_title img {
	width: 435px;
	margin-top: 42px;
}
.rgt_hdr {
	margin-top: 47px;
	float: right;
	margin-right: 32px;
}

/*navbar*/
.bg-light {
	background-color: #363F49 !important;
	padding: 0;
}
.navbar-light .navbar-nav .nav-link {
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-family: verdana;
	text-transform: uppercase;
}
.main-banner{
	height: 120vh;
	background-image: url(../images/background.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.our-works-image img {
	width: 100%;
}
.our-works-image{}
.our-works-image h3 {
	text-align: center;
	background: green;
	padding: 2px;
	text-transform: uppercase;
}
.view-button a {
	background: red;
	display: block;
	padding: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.error_support{
	padding: 20px;
	text-align: center;
	font-size: 40px;
	color: red;
	text-transform: uppercase;
	min-height: 550px;
	font-family: verdana;
	letter-spacing: 2px;
}
/*Image Design*/
/*Featured Starts*/
.featured_wrap{
	background: #fff;
	min-height: 550px;
	padding-bottom: 8px;
}
.featured_wrap h2 {
	font-family: verdana;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #626C78;
	text-shadow: 2px 2px 2px #626C78;
	padding-top: 10px;
	text-align: center;
}
.featured {
	padding: 0;
	margin: 5px 0;
}
.post {
	width: 93%;
	height: 250px;
	position: relative;
	float: left;
	margin-top: 15px;
}
.post:nth-child(4n+2){
	margin-right: 4%;
	margin-bottom: 7%;
}
.post:nth-child(4n+3){
	margin-right: 4%;
	margin-bottom: 7%;
}
.post:nth-child(4n+4){
	margin-right: 4%;
	margin-bottom: 7%;
}
.post:nth-child(4n+5){
	margin-right: 4%;
	margin-bottom: 7%;
}
.post img {
	display: block;
	width: 100%;
	height: 250px;
	border: 4px solid #000;
	box-shadow: 2px 2px 2px -1px #000;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 5px;
}
.post-s{
	width: 0px;
	height: 0px;
	position: absolute;
	background-color: rgba(27, 27, 36, 0.47);
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 0.6s ease;
	margin-left: 10px;
}
.post:hover .post-s {
	width: 100%;
	height: 100%;
}
.post-s h3 {
	top: 3%;
	left: 2%;
	width: 96%;
	color: #fff;
	font-size: 14px;
	font-family: verdana;
	border: 2px solid #fff;
	padding: 10px 10px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.post-s p {
	position: absolute;
	padding: 10px 10px;
	width: 96%;
	top: 24%;
	left: 2%;
	color: #fff;
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
}
.post-s h4 {
	position: absolute;
	top: 67%;
	border: 2px solid #F4721B;
	padding: 10px 10px;
	width: 96%;
	left: 2%;
	color: yellow;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	letter-spacing: 2px;
}
.post-s a {
	position: absolute;
	top: 80%;
	left: 0;
	padding: 7px 7px;
	width: 100%;
	background: #112B59;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: verdana;
	opacity: 0.6;
	transition: all 0.5s;
	color: #fff;
}
.post-s a:hover{
	background: #000;
}
/*Image Design*/

/*Who We Are*/
.who-heading{

}
.who-heading h3 {
	font-size: 30px;
	font-family: verdana;
	text-transform: uppercase;
	color: #567AEC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.who-main p {
	padding: 5px;
	line-height: 25px;
	text-align: justify;
	font-size: 13px;
	font-family: verdana;
}

/*It Wings Design*/
.it-wing-main h3 {
	color: #C1746E;
	text-transform: uppercase;
	display: block;
}
.it-wing-main span{
	color: green;
	letter-spacing: 3px;
	text-shadow: 2px 2px 2px #000;
}
.it-wing-desc p {
	font-size: 14px;
	font-family: verdana;
	line-height: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: justify;
}

/*Write Code Design*/
.write-code h3 {
	color: #E55E49;
	text-transform: uppercase;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.write-code-main p {
	color: #A6A6A6;
	font-size: 15px;
	font-family: verdana;
	line-height: 27px;
}
.write-code-main span {
	color: blue;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
}

/*Partner Design*/
.parnter-wrap{
	padding: 20px;
}
.parnter-wrap h3 {
	font-family: verdana;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7D848E;
	text-align: center;
}
.partner-main p {
	font-family: verdana;
	line-height: 24px;
	font-size: 15px;
	text-align: justify;
}
.service-banner-main{
	background-image: url("../images/landingcontact-1024x215.jpg");
	height: 80vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.service-bg{
	padding: 20px;
}
.service-bg h3 {
	color: #7D848E;
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.overlay {
	background: #000c;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
	padding: 20px;
}
.service-banner-main input{
	position: absolute;
}

/*Leave message*/
.firstName label {
	color: #fff;
	width: 150px;
}
.overlay input[type="text"] {
	padding: 3px;
	width: 18%;
	color: #EA2227;
}
.lft-overlay{
	width: 30%;
	float: left;
}
.rgt-overlay {
	width: 70%;
	/* float: right; */
}
.overlay input[type="submit"] {
	width: 30%;
	padding: 10px;
	background: red;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.overlay textarea {
	width: 18%;
}
/*Akij Online Design*/
.akijonline-main h3 {
	text-align: center;
	font-family: verdana;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #7D84A0;
}
.akijonline-different-desc{
	padding: 20px;
}
.akijonline-different-desc p {
	font-size: 18px;
	margin-bottom: 8px;
	font-family: verdana;
}

/*Dynamic Experience*/
.dynamic-heading h3 {
	text-align: center;
	color: #7D84A0;
	text-transform: uppercase;
	padding-bottom: 11px;
}
.dynamic-experience-desc p {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	line-height: 27px;
}

/*Expertise Design*/
.expertise-heading h3 {
	font-family: verdana;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #7D84A0;
	text-transform: uppercase;
}
.expertise-desc{
	padding: 20px;
}

/*Language Design*/
.language-main h3 {
	font-family: verdana;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #7D94C3;
}
.language-desc{
	padding: 20px;
}
.aboutourplatform-main{
	background: #F6F7F8;
	padding: 40px;
}
.webexperience-desc h3 {
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.webexperience-desc p {
	line-height: 29px;
	font-family: verdana;
	font-size: 17px;
}

/*Founder Design*/
.members-desc .serial{
	width: 200px;
	text-align: center;
	background: #ddd;
	font-weight: bolder;
	padding: 4px;
}
.members-desc .members-name{
	width: 800px;
	text-align: center;
	background: #dddfff;
	font-weight: bolder;
	padding: 4px;
}
.members-desc .personnel{
	width: 400px;
	text-align: center;
	background: #ddd;
	font-weight: bolder;
	padding: 4px;
}
/*desc*/
.members-desc .serial-desc{
	width: 200px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
}
.members-desc .members-name-desc{
	width: 800px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
}
.members-desc .personnel-desc{
	width: 400px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
}

/*Footer Social*/
.footer-main{
	background: #232C39;
	min-height: 400px;
	padding: 20px;
}
.social-wrap {
	padding-top: 10px;
	padding-bottom: 60px;
}
.social-fb{
	float: left;
}
.social-fb a {
	background-color: #3A5898;
	padding: 5px;
	margin-right: 4px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}
.social-fb i {
	padding: 5px;
}

.social-tw{
	float: left;
}
.social-tw a{
	background-color: #38A9E0;
	padding: 5px;
	margin-right: 4px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}
.social-tw i{
	padding: 5px;
}
.social-flckr{
	float: left;
}
.social-flckr a{
	background-color: #007EB1;
	padding: 5px;
	margin-right: 4px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}
.social-flckr i{
	padding: 5px;
}

.social-yt a{
	background-color: #007EB1;
	padding: 5px;
	margin-right: 4px;
	color: #fff;
	box-shadow: 2px 2px 2px #000;
}
.social-yt i{
	padding: 5px;
}
.first p{
	margin-bottom: 4px;
	color: #fff;
}
.mainftr_list h4{
	color: #FF9800;
}
.footer-contact-bg h4{
	color: #FF9800;
}
.footer-newsletter-bg h4{
	color: #FF9800;
}
.footer-newsletter p{
	color: #fff;
}
.footer-newsletter input[type="submit"]{
	border: none;
	padding: 3px;
	background: #D67917;
}
.footer-newsletter input[type="text"]{
	border: none;
	padding: 3px;
	background: #E1E1E2;
}
.footer-information-bg h4{
	color: #FF9800;
}
.footer-information p{
	color: #fff;
}
.lft_search input[type="submit"]{
	border: none;
	padding: 3px;
	background: #D67917;
	width: 100px;
}
.lft_search input[type="text"]{
	border: none;
	padding: 3px;
	background: #E1E1E2;
}
.rgt_hdr{
	margin-bottom: 10px;
}
.about-desc{
	padding: 100px;
}
.about-desc p {
	line-height: 31px;
	font-size: 18px;
	font-family: verdana;
	text-align: justify;
}
.about-us-head h4 {
	text-align: center;
	font-size: 44px;
	padding-top: 30px;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/*Contact Desc*/
.contact-desc{
	padding: 100px;
}
.contact-desc input[type="text"]{
	border: none;
	background: #ddd;
	margin-bottom: 10px;
}
.contact-desc textarea{
	border: none;
	background: #ddd;
	margin-bottom: 2px;
	resize: none;
	width: 400px;
	min-height: 160px;
}
.contact-desc .text-name{
	font-size: 18px;
	padding-right: 30px;
	font-family: verdana;
	margin-bottom: 10px;
}
.contact-desc input[type="submit"]{
	width: 100%;
	border: none;
	padding: 5px;
	background: #5D3F17;
	color: #fff;
}
.contact-us-head {
	text-align: center;
	color: red;
	font-size: 35px;
	font-family: verdana;
	padding-top: 25px;
}