/*
Author       : Najmul Haque
Template Name: Portfolio
Version      : 1.0
*/

/*===========================
      CSS INDEX
  =============================
  01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
  02. Header
  03. Abuot
  04. Performance
  05. Countimg 
  06. Portfolio
  07. Pricing
  08. Testimonial
  09. Company Logos 
  10. Contact
  11. Footer
  12. 
  13. 
  14.
=============================*/

/* *************************
:: 2.0 Common CSS
************************* */

/* Variables */

body {
	font-family: "Playfair Display", serif;
}
ul {
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	margin: 0;
	font-weight: 700;
}
p {
	color: #666666;
	font-size: 15px;
	line-height: 25px;
}
section {
	padding: 100px 0px;
}
h2.title {
	text-align: center;
	margin-bottom: 100px;
	color: #2e2e2e;
	position: relative;
}
h2.title:before {
	background: #2e2e2e;
	bottom: -20px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 70px;
}
.btn-regular {
	background: #f4f3fb;
	border: 1px solid #230da0;
	border-radius: 0px;
	padding: 15px 55px;
	color: #230da0;
	margin-top: 50px;
	font-weight: 700;
}
.custom-container {
	padding: 0rem 200px;
}
/*===========================
    Header CSS
=============================*/

.navbar-brand {
	font-family: 'Pacifico', cursive;
	color: #2e2e2e;
	font-size: 28px;
	font-weight: 600;
}
.card-header.tab-card-header .nav-link {
	padding: 5px;
}
a.nav-link {
	margin-right: 25px;
}
nav.navbar {
	margin-top: 20px;
}
/* header a:hover {
  color: #230da0;
} */

.menu {
	padding: 10px 0;
	transition: .3s;
	background: #fff;
	z-index: 999999999999 !important;
}
.is-sticky .menu {
	z-index: 999999999999 !important;
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	transition: .3s;
	box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
}
/* ============ */

header li.nav-item.active {
	font-weight: 700;
}
header .intro-text {
	margin-top: 150px;
	padding-left: 18px;
}
header .intro-text h1 {
	font-weight: 400;
}
header .intro-text h1 span {
	font-weight: 700;
}
header .intro-text p {
	font-size: 20px;
	line-height: 35px;
	margin: 30px 0px 50px;
	width: 92%;
}
header .intro-text p span {
	color: #230da0;
	font-weight: 700;
}
header .intro-text .btn.btn-work {
	background: #230da0;
	color: #fff;
	border-radius: 0px;
	padding: 15px 40px;
	font-weight: 700;
}
header li.nav-item.active a {
	color: #230da0 !important;
}
header .intro-text #follow-me {
	margin-top: 30px;
}
header .intro-text #follow-me h4 {
	float: left;
	margin-right: 30px;
}
header .intro-text #follow-me li {
	margin-right: 25px;
}
header #intro-img {
	width: 350px;
	border: 15px solid #fff;
	margin: 100px auto 130px;
	-webkit-box-shadow: 0px 26px 40px 12px rgba(215, 215, 215, 1);
	-moz-box-shadow: 0px 26px 40px 12px rgba(215, 215, 215, 1);
	box-shadow: 0px 26px 40px 12px rgba(215, 215, 215, 1);
}
header .navbar-nav .nav-item .nav-link {
	transition: all 0.3s ease-in-out;
	color: #666666;
    font-size: 18px;
}
header .navbar-nav .nav-item .nav-link:hover {
	color: #230da0;
}
header .hire-me a.btn-two {
	transition: all 0.3s ease-in-out;
	color: #230da0;
	border: 1px solid #230da0;
	background: #f4f3fb;
	padding: 11px 40px;
	border-radius: 0;
	font-weight: 700;
}
header .hire-me a.btn-two:hover {
	color: #ffffff;
	background: #230da0;
}
header .social_wrapper {
	padding-top: 40px;
	padding-right: 70px;
}
header .social_wrapper h4 {
	color: #575757;
	font-size: 16px;
	padding-right: 20px;
}
header .social_wrapper .social_items {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
}
header .social_wrapper .social_items li {
	background: #ffffff;
	padding-right: 10px;
}
header .social_wrapper .social_items li a i {
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	font-size: 14px;
	margin: 0;
	border: 1px solid #cccccc;
	background: transparent;
	color: #cccccc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .social_wrapper .social_items li a i:hover {
	padding: 0;
}
header .social_wrapper .social_items li a .fb_icon:hover {
	color: #ffffff;
	background: #4867aa;
	border: 1px solid #4867aa;
}
header .social_wrapper .social_items li a .tw_icon:hover {
	color: #ffffff;
	background: #1da1f2;
	border: 1px solid #1da1f2;
}
header .social_wrapper .social_items li a .link_icon:hover {
	color: #ffffff;
	background: #0077B5;
	border: 1px solid #0077B5;
}
header .social_wrapper .social_items li a .in_icon:hover {
	color: #ffffff;
	background: #262223;
	border: 1px solid #262223;
}
header .social_wrapper .social_items li a .pin_icon:hover {
	color: #ffffff;
	background: #E60023;
	border: 1px solid #E60023;
}
/*===========================
    What I Do CSS
=============================*/

#what-i-do {
	background: #f7f7f7;
}
#what-i-do .r-box {
	background: #fff;
	padding: 45px 30px;
	text-align: center;
	box-shadow: -2px 6px 42px -19px rgba(0, 0, 0, 0.5);
}
#what-i-do .r-box img {
	width: 100px;
	margin-bottom: 30px;
}
#what-i-do .r-box h4 {
	margin-bottom: 20px;
}
#what-i-do .r-box p {
	margin: 0;
}
#what-i-do .r-box a {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
	display: block;
}
#what-i-do .r-box a i {
	padding-left: 5px;
	transition: all 0.3s ease-in-out;
}
#what-i-do .r-box a:hover {
	color: #230da0;
}
#what-i-do .r-box a:hover i {
	padding-left: 12px;
}
/*===========================
    Latest Work CSS
=============================*/

section#latest-work {
	text-align: center;
}
#latest-work .project {
	position: relative;
	margin-bottom: 30px;
}
#latest-work .img-grid img {
	padding-bottom: 0px;
}
#latest-work .first-img {} #latest-work .btn-regular {
	margin: 50px auto 0px auto;
	text-align: center;
	padding: 15px 40px;
	background: #f4f3fb;
	border: 1px solid #230da0;
	transition: all 0.3s ease-in-out;
}
#latest-work .btn-regular:hover {
	color: #ffffff;
	background: #230da0;
}
section#latest-work img {
	box-shadow: 0px 0px 20px rgba(0, 0, 29, 0.05);
}
/*===========================
    Latest Blog CSS
=============================*/

#latest-blog {
	background: #f7f7f7;
}
#latest-blog .r-box {
	background: #fff;
	box-shadow: -2px 6px 42px -19px rgba(0, 0, 0, 0.5);
}
#latest-blog .r-box img {
	width: 100%;
}
#latest-blog .r-box h4 a{
	text-decoration: none;
}
#latest-blog .r-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    word-spacing: 4px;
}
#latest-blog .r-box a {
	color: #2e2e2e;
}
#latest-blog .b-content p {
    margin-bottom: 20px;
}
#latest-blog .b-content {
	    padding: 35px 25px;
}
.post-meta span {
	margin-right: 30px;
	color: #8f8c8c;
	font-size: 14px;
}
/*===========================
    Working Progress CSS
=============================*/

#working-progress {
	position: relative;
}
.row.workingarrow {
    position: relative;
    padding-bottom: 100px;
}
#working-progress h2.title {
    margin-bottom: 120px;
}
.workingarrow::before {
    position: absolute;
    content: "";
    background: url(../images/working-arrow-bg.png) no-repeat;
    width: 1600px;
    height: 279px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.8);
    margin-top: -111px;
}
.img-circle-box img {
	margin: 0px auto;
	width: 100px;
	display: block;
}
.img-circle-box {
	background: #f7f7f7;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	padding-top: 25px;
	margin: 0px auto 50px auto;
}
#working-progress .container {
	border-bottom: 1px solid #f7f7f7;
}
#working-progress h4 {
	text-align: center;
	color: #2e2e2e;
	font-weight: 400;
    font-size: 20px;
}
.project {
	position: relative;
	width: 100%;
	max-width: 600px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: #230da0;
	z-index: 1;
	transform: scale(0.8);
}
.project:before{
	position: absolute;
	content: "";
	top: 0;
    left: 0;
	height: 100px;
	width: 100px;
	opacity: 0;
	transition: .3s ease;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	z-index: 3;
}
.project:hover:before{
	opacity: 1;
	top: 20px;
    left: 20px;
}
.project:after{
	position: absolute;
	content: "";
	bottom: 0;
    right: 0;
	height: 100px;
	width: 100px;
	opacity: 0;
	transition: .3s ease;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	z-index: 3;
}
.project:hover:after{
	opacity: 1;
	bottom: 20px;
	right: 20px;
}
.img-circle-box.img_box_one {
    margin-top: 10px;
}
.img-circle-box.img_box_two {
    margin-top: -20px;
}
.img-circle-box.img_box_three {
    margin-top: 60px;
}
.img-circle-box.img_box_four {
    margin-top: 50px;
}

/* When you mouse over the container, fade in the overlay icon*/

.project:hover .overlay {
	opacity: .6;
	transform: scale(1);
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */

.icon {
	color: white;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
/* When you move the mouse over the icon, change color */

.fa-user:hover,
.overlay a {
	color: #fff;
}
/*===========================
    About Me Section
=============================*/

section#about-me {
	padding: 0px 0px 100px 0px;
}
.card-header {
	background-color: transparent;
	border-bottom: 0px;
}
.card,
.nav-tabs .nav-link.active {
	border: 1px solid transparent;
	font-size: 2rem;
}
.nav-tabs .nav-link.active {
	color: #230da0;
	font-size: 2rem;
	font-weight: 600;
}
.nav-tabs .nav-link.active {
    color: #230da0 !important;
    border-bottom: 3px solid #230da0 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #fff #fff #fff;
	color: #2e2e2e;
}
.nav-tabs .nav-link {
	color: #2e2e2e;
	font-size: 25px;
	font-weight: 600;
	font-size: 2rem;
}
.card-header.tab-card-header .shape {
	margin-bottom: 3rem;
	margin-right: 18rem;
	position: relative;
    padding: 0;
}
.card-header.tab-card-header .shape:before {
    position: absolute;
    top: 35px;
    right: -180px;
    content: "";
    background: #2e2e2e;
    height: 1px;
    width: 70px;
}
.infobox h4 {
	margin-bottom: 20px;
}
.infobox p {
	font-size: 16px;
	padding-right: 8rem;
	margin-bottom: 5rem;
}
.infobox:last-child p {
	margin-bottom: 0rem;
}
#about-me .btn-work {
	background: #230da0;
	color: #fff;
	border-radius: 0px;
	padding: 15px 40px;
}
/*===========================
    Testimonial Section
=============================*/

#testimonial {
	background: #f7f7f7;
}
.testimonial-content-box {
	background: #fff;
	padding: 60px 80px 60px 80px;
	box-shadow: -2px 6px 42px -19px rgba(0, 0, 0, 0.1);
}
.testimonial-content-box p {
	line-height: 35px;
}
.client-info img {
	width: 50px;
	border-radius: 100%;
}
span.client-name {
	font-weight: 700;
	margin-left: 8px;
	margin-right: 5px;
}
.clent-logo {
	margin-top: 7rem;
	padding: 0rem 5rem;
}
.clent-logo .c-logo img {
	transform: scale(.95);
	transition: 1s;
}
.clent-logo .c-logo img:hover {
	transform: scale(1.1);
	transition: 1s;
}
span.client-position {
    font-size: 10px;
}
#testimonial .btn-regular{
	transition: all 0.3s ease-in-out;
}
#testimonial .btn-regular:hover {
    color: #ffffff;
    background: #230da0;
}
/*===========================
    Contact style
=============================*/

#contact input[type=submit] {
	background: #f4f3fb;
	border: 1px solid #230da0;
	border-radius: 0px;
	padding: 18px 30px;
	color: #230da0;
	margin: 10px auto 0px auto;
	width: 96%;
	cursor: pointer;
	font-weight: 700;
}
#contact input[type="text"] {
	margin-bottom: 12px;
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 16px;
	color: #2e2e2e;
}
#contact input[type="text"]:focus,
#contact textarea:focus {
	border: 1px solid #230da0;
}
#contact textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 10px;
	min-height: 196px;
}
.contact-form {
	padding-right: 60px;
}
.personal-info {
	padding: 40px;
	background: url('../images/personal-info-ng.png');
	background-size: cover;
}
.personal-info h3 {
	margin-bottom: 20px;
}
.personal-contact-info li {
	list-style-type: none;
	margin-top: 14px;
	color: #666666;
	font-size: 18px;
}
/*===========================
    Call to action style
=============================*/

.call-to-action {
	background: #230da0;
	color: #fff;
	padding: 50px 0px;
}
.call-to-action .btn-regular {
	margin-top: 0px;
}
.call-to-action h3 {
	letter-spacing: 1px;
	word-spacing: 5px;
	margin-top: 10px;
}
.call-to-action .btn-regular {
	padding: 15px 40px;
	font-weight: 700;
}
/*===========================
    Footer Style
=============================*/

footer {
	padding: 100px 0px 20px 0px;
}
ul.footer-nav {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	display: flex;
	justify-content: center;
}
ul.footer-nav li {
    display: inline;
    margin-right: 40px;
}
ul.footer-nav li a {
	color: #666666;
	font-size: 20px;
	    text-decoration: none;
	    padding: 0;
}
#bottom {
	border-top: 1px solid #f5f5f5;
	padding-top: 30px;
}
#bottom p {
	text-align: center;
}
ul.footer-social {
	margin: 60px auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
ul.footer-social li {
	display: inline;
	margin-right: 20px;
}
ul.footer-social li a i {
	color: #999999;
	border: 1px solid #e8e8e8;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	transition: all 0.3s ease-in-out;
	font-size: 20px;
}
.footer-social li a .fa-facebook:hover {
	color: #ffffff;
	background: #4867aa;
	border: 1px solid #4867aa;
}
.footer-social li a .fa-twitter:hover {
	color: #ffffff;
	background: #1da1f2;
	border: 1px solid #1da1f2;
}
.footer-social li a .fa-instagram:hover {
	color: #ffffff;
	background: #262223;
	border: 1px solid #262223;
}
.footer-social li a .fa-youtube-play:hover {
	color: #ffffff;
	background: #E60023;
	border: 1px solid #E60023;
}
a:active,
a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
/*# sourceMappingURL=style.css.map */