/*
Project:    LeadsBee
Version:    1.0
Last change:    16/11/20 [fixed Float bug, vf]
Author Name: LeadsBee
Primary use:    Official Site
*/

/*Reset CSS*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.section-padding {
    padding: 70px;
}

/* Adding Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Roboto:wght@400;500&display=swap');

.header {
    background: linear-gradient(-40deg, #ff9e9e, #fff);

}

/* Header Navigation Styles */
.header-nav {
    min-height: 90px;
}

.navbar-brand img {
    width: 100px;
    height: auto;
}

.main-menu ul li {
    margin-left: 26px;
    text-align: center;
}

.main-menu ul li a {
    font-family: 'Roboto', sans-serif;
    color: #070A57;
    font-weight: 500;
    font-size: 16px;
}

.main-menu ul li:hover {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

button.nav-button {
    background: #d40000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    vertical-align: middle;
    margin-top: -5px;
    border-radius: 5px;
    color: #DDDDDD;
}

/* Header Banner Area Styles */

.container.header-content {
    height: 100%;
	padding-bottom: 20px;
    padding-top: 60px;
}

.highlight {
    color: #d40000;
}

.left-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #070A57;
}

.centralize {
    display: flex;
    align-items: center;
}

.left-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #64707D;
}

.call-to-action button {
    background: #d40000;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    color: #DDDDDD;
}

.call-to-action a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #d40000;
    text-decoration: underline;
    margin-left: 30px;
}

.right-content img {
    width: 70%;
    padding-left: 30px;
}

/* Work process syles */

.process-block {
    text-align: center;
    padding: 10px;
}

.process-block img {
    background: #d4000009;
    border: 2px dotted #d40000;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.process-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.process-block h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.project-discussion {
    margin-left: 30px;
}

.project-discussion h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #212529;
}

.project-discussion p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

.project-discussion button {
    background: #d40000;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    color: #DDDDDD;
}

/* Services styles  */
.services {
    background: linear-gradient(30deg, #ff9e9e, #fff);
}

.card-services {
    background: linear-gradient(30deg, #ff9e9e, #fff) !important;
}

.service-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #070A57;
}

/* Multiframe Carousel  */

@media (min-width: 768px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .service-carousel.carousel-inner .carousel-item-right.active,
    .service-carousel.carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .service-carousel.carousel-inner .carousel-item-left.active,
    .service-carousel.carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .service-carousel.carousel-inner .carousel-item>div {
        display: none;
    }

    .service-carousel.carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.service-card h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #070A57;
}

.service-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
}

.service-card a {
    color: #64707D;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #64707D;
    text-decoration: underline;
}

.service-card a:hover {
    color: #d40000;
    transition: all 0.5s ease;
}

.service-control-prev, .service-control-next {
    height: 50px;
    width: 50px;
    outline: black;
    background-color: #d40000;
    background-size: 100%, 100%;
    border-radius: 3px;
}

.service-control-next {
    margin-right: -105px;
}

.service-control-prev {
    margin-left: -205px;
}

.service-card {
	width: 18rem;
    height: 550px;
}

.height-10 {
    height: 10% !important;
}

.height-90 {
    height: 90% !important;
}

/* Testimonial Styles  */
.testimonial .card {
    border: none !important;
}

a.carousel-control-prev.testimonial-control {
    top: 60%;
}

a.carousel-control-next.testimonial-control {
    top: 60%;
    left: 5%;
}

.testimonial-control {
    max-width: 32px;
}

.testimonial-description h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #d40000;
}


.testimonial-control-icon {
    background: #d40000;
    color: #070A57;
    height: 32px;
    width: 32px;
    padding: 5px;
}

.client-meta-data h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #070A57;
}


.client-meta-data p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 32px
}

.coma {
    position: absolute;
    top: 70%;
    left: -10%;
    background: #d40000;
    padding: 20px;
}

/* Portfolio Styles  */

.portfolio {
    /* background: linear-gradient(-40deg, #ff9e9e, #fff); */
}

h2.portfolio-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-buttons button {
    background: transparent;
    border: none;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-buttons button:hover {
    color: #FFBA00;
}

.portfolio-buttons {
    margin-bottom: 20px;
}

.myMixCont {
    margin-top: 30px;
}

.myMixCont img {
    margin-bottom: 10px;
}

/* Partner Section Styles  */

.partner-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #070A57;
}

/* Footer Styles */

.footer {
    background: linear-gradient(30deg, #ff9e9e, #fff);
}

section.footer.section-padding {
    padding-top: 20px;
	padding-bottom: 20px;
}

.footer-widget-1 img {
    width: 100px;
    height: auto;
}

.footer-widget-1 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    text-align: start;
    padding-left: 30px;
}

.footer-widget-1 ul {
    padding-left: 30px;
}

.footer-widget-1 ul li:first-child {
    padding-left: 0px;
}

.footer-widget-1 ul li {
    list-style-type: none;
    display: inline;
    padding: 5px 10px;
    font-size: 27px;
}

.footer-widget-1 ul li a {
    color: #DDDDDD;
}

.footer-widget-1 ul li a:hover {
    color: #d40000;
    transition: all 0.5s ease-in-out;
}

.footer-widget-2 h3, .footer-widget-3 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
}

.footer-widget-2 ul li, .footer-widget-3 ul li {
    list-style: none;
    padding: 5px;
}

.footer-widget-2 ul li a, .footer-widget-3 ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #64707D;
}

.footer-widget-4 p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.copyright-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #64707D;
    line-height: 40px;
}

.messenger i {
    color: #fff;
    background: #d40000;
    font-size: 40px;
    padding: 5px 10px;
}

/* Contact Us Styling  */

.contact-header {
    max-height: 500px;
}

.contact-header .right-content img {
    width: 100% !important;
}

.contact-header .container.header-content {
    max-height: 400px;
}

/* Office Blocs Styleing  */

.office-block {
    padding: 15px;
    border: 2px dotted #d40000;
    text-align: center;
}

.office-block h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 32px;
    color: #070A57;
    padding: 25px 0px;
}

.office-block p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

#project-details form {
    background-color: white;
    color: #888888;
    text-align: left;
    padding-top: 20px;
}

#project-details label {
    display: none;
}

#project-details input,
#project-details textarea {
    /* to create space for placing icon*/
    padding: 20px 10px 20px 32px;
    border-color: transparent;
    /* background-color: #FFDE11; */
    border-radius: 4px;
    border: 1px solid #DDDDDD;
}

#project-details .btn-default {
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 15px 36px;
    background-color: #d40000;
    border: 0px;
    color: #DDDDDD;
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#project-details .btn-default:hover,
#project-details .btn-default:focus {
    border-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
}

/*position should be relative and z-index greater than one*/
#project-details .icon {
    position: relative;
    float: right;
    padding-right: 10px;
    margin-top: -30px;
    z-index: 2;
    color: #586794;
}

#project-details .icon-textarea {
    float: right;
    margin-top: -150px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    color: #586794;
}

#project-type {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
    border: 1px solid #ddd;
    padding: 7px 10px 7px 32px;
}

/* Service Page Styles  */

/*   
section.services {
    text-align: center;
}
.card-row-gap {
    padding-bottom: 2rem;
}
.card-body{
background-color: #ffebef;

}
a.card-body{
    text-decoration: underline;
}
.best-solution img{
	width:100%;
	height:auto;
}

/* why choose leadsbee 

.service-type-gap {
 padding-bottom: 8rem;
}
h2.col-md-6 {
    padding-bottom: 3rem;
    padding-top: 2rem;
} */
.feature-design-image {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

section.header.contact-header {
    padding-bottom: 50px;
}

.card.service-block-card img {
    width: 100%;
    height: auto;
}

.card.service-block-card {
    min-height: 400px;
    margin-bottom: 20px;
}

.why-choose img {
    margin-bottom: 25px;
}

.why-choose {
    padding-bottom: 30px;
}

/* Blog Page Styles  */
.blog-post {
    border: 1px solid #DDDDDD;
    padding: 15px;
}

.blog-category p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFBA00;
    line-height: 35px;
}

.blog-content h2.blog-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #FFBA00;
    line-height: 35px;
}

.blog-content p.blog-exercpt {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #64707D;
}

.blog-meta h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #070A57;
}

.blog-meta p.date {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 35px;
    color: #64707D;
}

.pagination ul li {
    list-style: none;
    display: inline;
    border: 1px solid #ddd;
    padding: 10px;
}

.pagination ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #64707D;
}

.pagination ul li.previous {
    background: #ddd;
}

.pagination ul li.previous a, .pagination ul li.next a {
    color: #070A57 !important;
}

.pagination ul li.next {
    background: #FFBA00;
}

p.sub-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 35px;
    color: #070A57;
    padding-top: 20px;
}

form#newsletter-form input#client-mail {
    max-width: 500px;
    border: 1px solid #FFBA00;
    border-radius: 3px;
}

form#newsletter-form button, .team-counter button {
    background: #FFBA00;
    border: none;
    padding: 5px 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #070A57;
}

/* Portfolio Page Styles */

.portfolio-block {
    position: relative;
    margin-bottom: 20px;
    border: 2px solod red;
}

.portfolio-overlay {
    position: absolute;
    background: #FFBA00;
    height: 90%;
    width: 90%;
    top: 10px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.portfolio-block:hover .portfolio-overlay {
    display: flex;
    transition: 0.5s ease;
}

.portfolio-overlay h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #070A57;
}

.portfolio-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #64707D;
}


section.portfolio-call-to-action {
    background: #FFEEBF;
    text-align: center;
}

section.portfolio-call-to-action h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    color: #070A57;
}

button.project-button-1, button.project-button-2 {
    border: none;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #070A57;
    margin-right: 15px;
}

button.project-button-1 {
    background: #FFBA00;
}

button.project-button-2 {
    background: #fff;
}


/* Team Page Styles  */

.team-page-description h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #070A57;
    line-height: 32px;
    padding-bottom: 25px;
}

.team-page-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    color: #070A57;
    line-height: 35px;
    padding-bottom: 25px;
}

.team-card {
    margin-bottom: 40px;
}

.team-card h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #070A57;
    padding: 5px;
}

.team-card p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #64707D;
}

.team-card ul li {
    list-style: none;
    display: inline;
    padding: 5px 10px;
}

.team-card ul li a {
    color: #E1E1E1;
    font-size: 16px;
}

.team-card ul li a:hover {
    color: #FFBA00;
    transition: all 0.5s;
}

span.counter {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #070A57;
}

span.counter-plus {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    color: #FFBA00;
}

.df-ui-wrapper.df-ui-controls {
    display: none !important;
}

.content-body ul {
    padding-left: 40px;
}

.content-body ul li {
    margin-bottom: 10px;
}

.project-container img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.tophead marquee {
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.tophead {
    text-align: center;
    width: 100%;
    float: left;
    background: #f8f9fa;
}

.tophead h2 {
    line-height: 42px;
    color: #d40000;
    font-family: robotobold;
    text-transform: uppercase;
}

.tophead p span {
    color: #ec3237;
}

.fixed-top-custom {
	padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 140px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-d40000 {
    background-color: #d40000 !important;
}

.width-7-percent {
    width: 14.2857142857% !important;
}

.not-margin-left {
    margin-left: 0px !important;
}

.text-color-white {
    color: #DDDDDD !important;
}

.fixed-top-tophead {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1031;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    text-align: start !important;
    margin-left: 10px !important;
    margin-bottom: 5px !important;
}
.dropdown-menu li a {
    font-family: 'Roboto', sans-serif;
    color: #070A57;
    font-weight: 500;
    font-size: 14px !important;
}
.dropdown-menu hr {
    margin: 0 0 0 0 !important;
	background: #DDDDDD !important;
}
.address-mobile {
	font-size: 18px;
}
/* Submenu cấp 2 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .submenu-child {
    display: none !important;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    min-width: 220px;
    background-color: #d40000;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.dropdown-submenu:hover .submenu-child {
    display: block !important;
}

@media (max-width: 496px) {
    .fixed-top-custom {
        top: 155px;
    }
    .container.header-content {
        padding-top: 150px;
    }
	.padding-top-90 {
		padding-top: 115px !important;
	}
}
@media (max-width: 420px) {
    .fixed-top-custom {
        top: 180px;
    }
    .container.header-content {
        padding-top: 185px;
    }
	.padding-top-90 {
		padding-top: 180px !important;
	}
}
@media (max-width: 399px) {
	.navbar-nav {
        flex-direction: column;
    }
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar-nav .dropdown-menu {
        display: none;
        position: static;
    }
    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
    }
	.navbar-nav .width-7-percent {
		width: 100% !important;
	}
	.tophead p {
		padding-top: 5px !important;
		line-height: 30px !important;
		font-size: 20px !important;
	}
	section h2 {
		font-size: 20px !important;
	}
	section h3 {
		font-size: 20px !important;
	}
	section h5 {
		font-size: 16px !important;
	}
	section p {
		font-size: 14px !important;
	}
	section a {
		font-size: 14px !important;
	}
	section button {
		font-size: 14px !important;
	}
    .address-mobile {
        display: none;
    }
    .fixed-top-custom {
		top: 145px;
	}
    .container.header-content {
        padding-top: 170px;
    }
}
.padding-top-90 {
	padding-top: 90px;
}
@media (max-width: 768px) {
	.partner img {
		height: 200px;
		margin-bottom: 35px;
	}
	
	.address-mobile {
		display: none;
	}
}
@media (min-width: 400px) and (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
    }
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar-nav .dropdown-menu {
        display: none;
        position: static;
    }
    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
    }
	.navbar-nav .width-7-percent {
		width: 100% !important;
	}
	section h2 {
		font-size: 24px !important;
	}
	section h3 {
		font-size: 23px !important;
	}
	section h5 {
		font-size: 18px !important;
	}
	section p {
		font-size: 16px !important;
	}
	section a {
		font-size: 16px !important;
	}
	section button {
		font-size: 16px !important;
	}
	.tophead p {
		padding-top: 5px !important;
		line-height: 30px !important;
		font-size: 23px !important;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
    .fixed-top-custom {
		top: 145px;
	}
}
@media (min-width: 576px) {
    .navbar-nav {
        flex-direction: row;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (min-width: 400px) and (max-width: 420px) {
	.padding-top-90 {
		padding-top: 140px !important;
	}
}
@media (min-width: 321px) and (max-width: 399px) {
	.padding-top-90 {
		padding-top: 100px !important;
	}
}
@media (min-width: 272px) and (max-width: 320px) {
	.fixed-top-custom {
		top: 140px;
	}
	.padding-top-90 {
		padding-top: 95px !important;
	}
}
@media (min-width: 321px) and (max-width: 360px) {
	.service-card {
		width: 16rem !important;
	}
}
@media (max-width: 320px) {
	.service-card {
		width: 13rem !important;
	}
}