/*****
*
*
* Author Name : Mostafiz Shamim
* Author URI : https://mostafizshamim.com/
* Description : This is a responsive HTML5 and Bootstrap portolio template developed my Mostafiz Shamim
* Template URI : https://mostafizshamim.com/demo/folio/
* Version : 1.1
*
*
*****/
* {
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #333;
}
ul, ol {
	padding-left: 20px;
}
h2 {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	background-color: #0168B7;
}
h3 {
	padding: 15px 0;
	color: #555;
	background-color: #f3f3f3;
	margin: 0;
}
h5 {
	font-weight: bold;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.wrapper {
		padding-top: 50px;
	}
}
/*header area*/
.top-header{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 333;
}
.header-row{
	margin: 0;
	padding: 0;
}
.top-header img.logo{
	height: 50px;
	float: left;
	margin-bottom: 15px;
	transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
	-ms-transition:all 0.7s ease 0s;
}
.navbar-default {
  background: transparent;
  border: transparent;
  margin-bottom: 0;
  margin-top: 10px;
	box-shadow: none;
  transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	-moz-transition:all 0.7s ease 0s;
	-o-transition:all 0.7s ease 0s;
	-ms-transition:all 0.7s ease 0s;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav {
	margin-top: 5px;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 12px 20px;
	border-radius: 5px;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:hover{
	color: red;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}
/*banner area*/
.banner{
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	margin-bottom: 0;
	height: calc(100vh - 75px);
	background: url(/assets/images/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.banner{
		height: calc(50vh - 75px);
	}
}
.banner h1{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
.banner p{
	width: 100%;
	font-size: 24px;
	color: #fff;
}
.banner img{
	margin: 50px;
}
.banner button{
	width: 190px;
	height: 50px;
	font-size: 14px;
	color: #0b1016;
	background: #cfc91d;
	border-radius: 2px;
	border: 0px;
	font-weight: 800;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;

}
.banner button:hover{
	background: red;
	color: #fff;
}
.business-item {
	width: calc(50% - 15px);
	padding: 25px;
}
@media only screen and (max-width: 767px) {
	.business-item.education {
		border-top: 1px solid #ddd;
	}
	h5 {
		text-align: left;
		line-height: 1.3;
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) {
	.business-item.itconsultant {
		float: left;
	}
	.business-item.education {
		float: right;
	}
}
.business-item-icon {
	display: block;
}
.business-item-icon img {
	max-width: 300px;
	margin: 0 auto;
	border-radius: 50% 50%;
	display: block;
}
.business-item h4 {
	font-weight: bold;
	color: #0168B7;
}
@media only screen and (max-width : 767px) {
	.business-item {
		width: 100%;
	}
}

.contact {
	padding-bottom: 30px;
}
.contact a {
	font-size: 30px;
	padding: 15px 30px;
	line-height: 1;
	display: block;
	width: 300px;
	margin: 0 auto;
}

#profile table {
	max-width: 660px;
	margin: 0 auto;
}
#profile table tr th {
	white-space: nowrap;
}
#profile table tr th, #profile table tr td {
	padding: 15px;
	border-top: 1px solid #ddd;
}
#profile table tr td ul {
	list-style: none;
	padding-left: 0;
	display: flex;
}
#profile table tr td ul li {
        float: left !important;
        width: calc(100% / 4 - 15px);
        margin-right: 15px;
}
/* #profile table tr td ul li:last-child {
	width: 45%;
	float: right;
}
*/
#profile table tr td ul li img {
	display: block;
	width: 100%;
	aspect-ratio: 100 / 143;
}
#profile table tr td ul li .btn {
	margin-top: 10px;
	display: block;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	#profile table tr td {
		font-size: 10.5px;
	}
	#profile table tr td ul li {
		width: calc(100% / 2 - 15px);
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 768px) {
	#profile table tr th {
		width: 160px;
	}
	.single-about + .single-about{
		border-left: 1px solid #d9dbdb;
	}
}
.single-about{
	margin-bottom: 90px;
}
.about-inside{
	padding: 50px;
	text-align: center;
}
.about-inside h3{
	font-size: 16px;
	color: #7e8287;
	font-weight: 800;
}
.about-inside p{
	font-size: 11px;
	color: #7e8287;
	text-align: left;
}
.about-inside i.fa{
	color: #02918c;
	font-size: 45px;
	margin-bottom: 15px;
}
.recruit-notice {
	text-align: center;
}
.recruit-notice ul {
	display: inline-block;
	text-align: left;
}
.about-inside i.fa{
	font-size: 60px;
}
@media only screen and (max-width: 767px) {
	.about-inside h5{
		text-align: center;
	}
}
/*service area*/
.service{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.service-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.43);
}
.service p{
	font-size: 16px;
	color: #7e8287;
	margin-top: 35px;
}
.services{
	margin-left: 0;
	padding-left: 0;
}
.bottom-services{
	margin-bottom: 80px;
}
.single-service{
	margin-left: 0;
	padding-left: 20px;
	margin-top: 50px;
	background: #F5F5F1;
}
.single-service:hover{
	background: red;
}
.single-service i.fa{
	color: #08938e;
	font-size: 30px;
	padding-top: 15px;
}
.single-service h3{
	font-size: 16px;
	color: #7e8287;
}
.single-service p{
	font-size: 11px;
	color: #7e8287;
	margin-top: 5px;
}
.single-service:hover.single-service i.fa{
	color: #fff;
}
.single-service:hover.single-service h3{
	color: #fff;
}
.single-service:hover.single-service p{
	color: #fff;
}
/*portfolio area*/
.profile-row{
	margin: 0;
	padding: 0;
}
.profile-heading img{
	margin-bottom: 30px;
}
.profile-heading p{
	font-size: 16px;
	color: #7e8287;
	margin-bottom: 80px;
}
.single-portfolio{
	margin: 0;
	padding: 0;
	position: relative;
}
.single-portfolio i.fa {
  position: absolute;
  z-index: 222;
  right: 0px;
  bottom: 0px;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.39);
  padding: 10px;
  color: #fff;
  display: none;
}
.single-portfolio:hover.single-portfolio i.fa{
	display: block;
}
.profile-item{
	position: relative;
	z-index: 10;
}
.profile-details{
	position: absolute;
	z-index: 99;
	top: 25px;
  	left: 32px;
	width: 80%;
	height: 80%;
	background: rgba(2, 145, 140, 0.77);
	display: none;
}
.single-portfolio:hover .profile-details{
	display: block;
}
.profile-item img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.profile-details h4{
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	margin-top: 55px;
}
.profile-details p{
	font-size: 13px;
	color: #fff;
	padding: 5px 20px;
}
/*contact area*/
.contact{}
.contact p{
	font-size: 16px;
	color: #7e8287;
	margin-top: 30px;
	margin-bottom: 70px;
}
.contact-form{
	margin: 0;
	padding: 0;
	background: #0b0b0b;
	overflow: hidden;
}
.contact a {
	text-decoration: none;
}
.contact-form input{
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 2px solid #898989;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	background: transparent;
	color: #fff;
}
.contact-form input:focus{
	outline: none;
}
input.name{
	margin-top: 55px;
	width: 640px;
}
input.email{
	width: 640px;
}
input.message{
	width: 920px;
}
.contact-form input.submit-btn{
	width: 200px;
	height: 50px;
	border:0;
	background: #cfc91d;
	font-size: 14px;
	color: #0b1016;
	font-weight: 800;
	margin:auto;
	margin: 0 50px;
	margin-bottom: 70px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	text-decoration: none
}
.contact-form input.submit-btn:hover{
	background: red;
	color: #fff;
}

.form-input::-webkit-input-placeholder {
color:#EFEFEF;
}
.form-input:-moz-placeholder { /* Firefox 18- */
   color:#EFEFEF;
}

.form-input::-moz-placeholder {  /* Firefox 19+ */
   color:#EFEFEF;
}

.form-input:-ms-input-placeholder {
   color:#EFEFEF;
}
/*footer area*/

.footer{
	background: #000;
}
.footer p{
	color: #7e8287;
	font-size: 12px;
	padding:25px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.nivo-lightbox-image img{
	width: 600px;
	height: 400px;
}





/******************************
responsive area
********************************/
/* lg */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {


}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.single-service{
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 12px 10px;
	}
	input.message {
	  width: 718px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	input.name {
	  margin-top: 55px;
	  width: 420px;
	}
	input.email{
		width: 420px;
	}
	input.message{
		width: 420px;
	}
	.banner h1 {
	  font-size: 60px;
	  letter-spacing: 3px;
	}
	.about-inside{
		padding: 10px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.logo{
		margin-top: 10px;
	}
	input.name{
		margin-top: 55px;
		width: 275px;
	}
	input.email{
		width: 275px;
	}
	input.message{
		width: 275px;
	}
	.contact-form input.submit-btn{
		width: 200px;
		height: 50px;
		border:0;
	}
	.banner h1 {
		  font-size: 38px;
		  letter-spacing: 0px;
	}
	.navbar-header{
		margin-top: 5px !important;
	}
	.about-inside{
		padding: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-default {
		margin-top: 0;
		text-align: center;
	}
	.navbar-default > a {
		display: block;
		text-align: center;
	}
	.top-header{
		position: relative;
	}
	.top-header img.logo {
		margin: 8px auto;
		float: none;
	}
	section, .wrapper, .single-about {
		clear: both;
		margin-bottom: 0;
	}
	.about-inside {
		border-radius: 6px 6px;
		border: 1px solid #ddd;
		margin-top: 15px;
		text-align: center;
	}
	.about-inside .fa {
		margin-top: 10px;
	}
	.about-inside p {
		padding: 0 15px;
		font-size: 12px;
	}
	.recruit-notice {
		margin-top: 15px;
		margin-bottom: 5px;
		color: #666;
		font-size: 12px;
	}
	#recruit {
		zoom: 1;
	}
	#recruit:after {
		content: ".";
		height: 0;
		visibility: hidden;
		display: block;
		clear: both;
	}
	.banner h1{
		font-size: 16px;
		font-weight: bold;
	}
	.banner p{
		font-weight: bold;
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) {
	.banner {
		margin-top: 75px;
	}
	section, .wrapper {
		zoom: 1;
	}
	section:after, .wrapper:after {
		content: ".";
		height: 0;
		visibility: hidden;
		display: block;
		clear: both;
	}
}

