/*********************************************************************************
	
	Template Name: www.smart-developer-lab.com
	Description: The smart developer lab is one of the best development in india  
	Author: Smart Development Lab
	Author mail ID: smart_developer@lab.com 
	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.25rem;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
    font-weight: 400;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
}

a {
    font-family: 'Poppins', sans-serif;
    color: #0012D6;
}

a:hover {
    color: #000000;
}

.single-banner-content h4 {
    font-size: 25px;
    font-weight: 500;
}

.single-banner-content h4 span {
    color: #0012D6;
}

.single-banner-content p {
    font-size: 16px;
    line-height: 24px;
}

.single-banner-content h3 {
    font-size: 60px;
    line-height: 60px;
}

.single-banner-content {
    padding: 160px 0 0;
}

.single-banner-content ul {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 18px 0 0 60px;
}

.single-banner-content ul li {
    display: inline-block;
    padding-right: 15px;
}

.single-banner-content ul li a {
    color: #000000;
    font-size: 20px;
}

.single-banner-content ul li a:hover {
    color: #0012D6;
}

.header.transparent-header nav.menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    text-transform: capitalize;
}

.header.transparent-header nav.menu ul li a:hover {
    color: #0012D6;
}

.cr-btn,
a.cr-btn {
    border-radius: 25px;
}

.before-line {
    position: relative;
}

.before-line::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #0012D6;
    border-radius: 25px;
    left: -40px;
    top: 12px;
}

.email-wrapper {
    margin-top: 90px;
}

.email-wrapper p {
    margin: 0;
    color: #555555;
}

.email-wrapper a {
    color: #000000;
    font-weight: 600;
}

.email-wrapper a:hover {
    color: #0012D6;
}

.portfolio-area-headings p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #555555;
    margin-left: 42px;
}

.portfolio-content {
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
}

.portfolio:hover .portfolio-content {
    background: rgba(0, 0, 0, 0.2);
}

.portfolio-content-inner h6 {
    margin-bottom: 6px;
    text-transform: capitalize;
}

.portfolio-content-inner h4 {
    margin-bottom: 0;
}

.portfolio-content a {
    color: #000000;
}

.portfolio-content a:hover {
    color: #0012D6;
}

.project-detail p {
    font-size: 18px;
    line-height: 28px;
}

.project-detail ul {
    padding-left: 0;
    list-style: none;
}

.project-detail ul li {
    display: inline-block;
    margin-right: 10px;
}

.project-detail ul li p {
    background-color: #f4f4f4;
    font-size: 14px;
    color: #0012D6;
    padding: 4px 10px;
}

.experience-container ul {
    position: relative;
    list-style: none;
}

.experience-container ul::before {
    content: '';
    position: absolute;
    background-color: #0012D6;
    width: 2px;
    height: 92%;
    top: 10px;
    left: 0;
}


.experience-container ul li h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 6px;
}

.experience-container ul li h5::before {
    content: '';
    position: absolute;
    background-color: #0012D6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 10px;
    left: -42px;
}

.experience-container ul li {
    margin-bottom: 40px;

}

.previoue-project a:hover h5 {
    color: #0012D6;
}

.sticky-header:not(.header-sidemenu).is-sticky {
    background: rgba(255, 255, 255, 0.98);
}

.paly-section .portfoilo-thumb {
    margin-bottom: 30px;
}

.bg-color-gray {
    background-color: #f4f4f4;
}

.write-detail {
    padding: 30px 30px 30px 0;
}

.read-more {
    float: right;
    margin: 0;
    color: #0012D6;
}

.mb-40 {
    margin-bottom: 40px;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-right ul {
    padding-left: 0;
    list-style: none;
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    color: #000000;
    padding-left: 15px;
    font-size: 20px;
}

.footer-right ul li a:hover {
    color: #0012D6;
}

.mobile-logo img {
    width: 90%;
}

.portfolio {
    position: relative;
}

.title-image img {
    width: 100%;
}

.logo a img {
    margin-top: 15px;
}

.title-image,
.project-image {
    margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal span {
    background: #000000;

}

.mobile-menu.overlay-add {
    background-color: rgba(255, 255, 255, 0.9);
    height: calc(100vh);
    bottom: 0;
}

/* --Media Query-- */
@media only screen and (max-width: 991px) {
    .mobile-menu {
        position: fixed;
        background-color: #ffffff;
        transition: ease-out 0.5s;
        left: 0;
        top: 0;
        right: 0;
    }

    .mobile-menu a.mobile-logo {
        padding: 10px;
    }

    .mean-container .mean-nav {
        background: transparent;
    }

    .mean-container .mean-nav ul li a {
        background-color: transparent;
        color: #0000;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }

    .mean-container a.meanmenu-reveal {
        padding: 10px 15px;
    }

    .mean-container .mean-nav {
        margin-top: 80px;
    }

    .mean-container .mean-nav>ul {
        margin-top: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .write-detail {
        padding: 20px;
    }

    .before-line::before {
        left: 15px;
    }

    p.before-line::before {
        left: -40px;
    }
}

@media only screen and (max-width: 576px) {
    .single-banner-content {
        padding: 100px 0 0;
    }

    .single-banner-content ul {
        margin: 18px 0 0;
    }

    .portfolio {
        margin-left: 0;
        margin-bottom: 0;
    }

    .title-image,
    .project-image {
        margin-bottom: 30px;
    }

    .email-wrapper {
        margin-bottom: 30px;
    }
}





/* Logo Slider */

.logo-slider {
	background: white;
	-webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logo-slider::before, .logo-slider::after {
	background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 175px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.logo-slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.logo-slider::before {
	left: 0;
	top: 0;
}

.logo-slider .logo-slide-track {
	-webkit-animation: logo-scroll 60s linear infinite;
	animation: logo-scroll 60s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(200px * 14);
  animation-duration: 80s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
	height: 150px;
	width: 250px;
	padding: 20px;
}

@-webkit-keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}