/*
* Template Name : Smart - Responsive HTML5 Business and Agency Template
* Version : 1.0
* Created by : Themesdesign
*/
/*
1. Helper
2.Title
3.Tagline
4.Home
5.Features
6.cta
7.Portfolio
8.Testimonial
9.Team
10.Services
11.Pricing Box
12.Contact Form
13.Footer
14.Responsive
*/

     body {}

a {
    text-decoration: none !important;
    outline: none;
    color: rgb(251, 255, 6);
}


/************************
    1.  HELPER
************************/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.bg-gray {
    background-color: #f5f5f5;
}
.bg-black {
    background-color: #000000;
}

.bg-yellow {
    background-color: #fac51c;
}

.cta-2 {
    background-image: url("../images/appliance.repair-affordable-appliances.png");
    background-size: cover;
}

.cta-3 {
    background-image: url("../images/kitchen1.jpeg");
    background-size: cover;
}

.transparent-input {
   background-color: rgba(0, 0, 0, 6);
   border: #fac51c 1px solid;
   250,197,28
}

.height-100 {
    height: 100vh;
    position: relative;
}

.navbar-btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn {
    padding: 17px 45px;
}

.btn-round {
    border-radius: 30px;
}

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #7F7F7F;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open > .dropdown-toggle.btn-outline-white {
    color: #000;
    background-color: #fff !important;
    transition: all 0.5s;
    outline: none;
    text-decoration: none;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
    color: #fff;
    background-color: #000 !important;
    transition: all 0.5s;
    outline: none;
    text-decoration: none;
}

.btn-custom {
    background-color: #FAC51C;
    border: 1px solid rgb(251, 255, 6);
    color: #E70000;
    font-size: 24px;
    letter-spacing: 1px;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    outline: none;
    background-color: rgb(251, 255, 6);
    border: 1px solid rgb(251, 255, 6);
    color: #fff;
    text-decoration: none;
}

/*********************
    2. TITLE
**********************/

.title-icon {
    font-size: 48px;
    padding-bottom: 25px;
    color: #909090;
}

.title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sub-title {
    color: #585858;
    font-size: 16px;
    padding-top: 10px;
}

/******************
    3. TAG LINE
********************/

.tagline {
    background: #f6f6f6;
    font-size: 13px;
    color: #2d2e2e !important;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.email,
.phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 11px 0;
    font-size: 15px;
}

.tagline .pull-left i {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

.email a {
    transition: all 300ms;
    color: #000 !important;
}

.top_socials {
    margin: 0 12px;
}

.top_socials li {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    padding: 0;
}

.top_socials a {
    display: block;
    line-height: 40px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    color: #000 !important;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
}

.tagline>.container-fluid {
    width: 90%;
}

.defaultscroll .container-fluid {
    width: 90% !important;
}


/************************
        4. HOME
*************************/

/*---  Full Home ---*/

.home-main {
    padding: 100px 0 75px;
    z-index: 1;
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #fff;
    min-height: 400px;
}

.home-bg {
    background-image: url("../images/bg-2.png");
    background-size: cover;
}

/*.home-bg {
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.40;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/img-1.jpg) no-repeat center;
}*/

.home-bg-overlay {
    background-color: rgba(0, 0, 0, 0.473);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.home-logo {
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    text-shadow: 4px 4px 4px rgb(94, 93, 93);
}

.home-title {
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    font-size: 65px;
    text-shadow: 4px 4px 4px rgb(231, 0, 0);
}

.home-sub-title {
    color: rgb(255, 255, 255);
    font-family: 'Krona One', sans-serif;
    font-size: 28px;
    text-shadow: 4px 4px 4px rgb(231, 0, 0);
}
.home-cta {
    color: rgb(255, 255, 255);
    font-size: 28px;
    text-shadow: 4px 4px 4px rgb(61, 61, 61);
}

.home-card {
    background-color: transparent;
    border: transparent;
}

.home-card-body {
    background-color: transparent;
    border: transparent;
    color: #fff;
    text-decoration: none;
}

.home-card-title {
    color: rgb(251, 255, 6);
    font-size: 28px;
    text-shadow: 2px 2px 2px rgb(255, 6, 6);
}

.home-card-text {
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 20px 7px;
}

.transparent-input {
   background-color: transparent;
   border: 1px solid rgb(251, 255, 6);
}

.pricetag {
	position:relative;
    margin: 7px 13px;
	height:80px;
	border-radius: 0 5px 5px 0;
	padding: 10 25px 10 15px;
	background:rgb(255, 255, 255);
	border: 0 solid rgba(231, 0, 0, 0.322);
	border-top-width:1px;
	border-bottom-width:1px;
	line-height:20px;
}

.pricetag-home-card{
background-color: transparent;
}

.pricetag-heading {
	color: rgb(231, 0, 0);
    font-size: 20px;
    text-shadow: 1px 1px 1px rgb(251, 255, 6);
}
.pricetag-sub-heading {
	color: rgb(231, 0, 0);

    font-size: 18px;
    text-shadow: 1px 1px 1px rgb(251, 255, 6);
}

.pricetag:before{
	position:absolute;
	content:"\25CF";
	color:white;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.212);
	font-size:20px;
	line-height:50px;
	text-indent:12px;
	left:-15px;
	width: 1px;
	height:80px;
	border-right:14px solid rgb(231, 0, 0);
	border-top:  13px solid transparent;
	border-bottom:  13px solid transparent;
}

.pricetag-price {
    font-weight:bold;
	font-size:19px;
}


.scroll {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}

.scroll-icon {
    padding: 13px 7px;
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #7F7F7F;
    font-size: 15px;
}


/*---- home-1 half -----*/

.main-home-half {
    padding: 180px 0 130px;
    z-index: 1;
    text-align: center;
    position: relative;
    font-size: 13px;
    color: #fff;
    min-height: 400px;
}

/*.home-bg {
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.40;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/img-1.jpg) no-repeat center;
}*/




/*---- Half home-2 Video ---*/

.bg-video {
    height: 650px;
    position: relative;
}

.bg-video:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.video-bg-slider:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.home-section {
    background-attachment: fixed;
    background: #000;
    width: 100%;
    min-height: 650px;
    text-align: center;
    position: relative;
    background-size: cover;
}

.home-section .container {
    max-width: none;
    width: 100%;
}

.slidero {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 100;
}


/*---- Full home-3 video ----*/

.video-bg-full {
    height: 100vh;
    position: relative;
}

.video-bg-full:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


/*----Half Home-4-5 Stickey menu ----*/

.navbar-sticky.small.small {
    top: 0px !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
}

.navbar-sticky {
    background-color: #ffffff;
}

.navbar-sticky {
    top: 43px !important;
}

.navbar-sticky .navigation-menu>li>a {
    color: #9a9a9a !important;
}

.navbar-sticky .navigation-menu li a:hover,
.navbar-sticky .navigation-menu li a:focus,
.navbar-sticky .navigation-menu li a:active {
    color: #9a9a9a !important;
}

.navbar-sticky .logo {
    color: #666 !important;
}

/*---- Full home-5 Stickey Menu ----*/

.home-half-image {
   width: 100%;
   padding-top: 240px;
   padding-bottom: 160px;
}

/*---- SLIDER HOME-6 ----*/

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-slider .watch-video {
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.home-slider-half .carousel-item,
.home-slider-half .carousel {
    height: 80vh;
    width: 100%;
}


/*********************
    5.  FEATURES
**********************/

.features-title {
    color: #95969A;
    padding-top: 10px;
}

.features-title-border {
    background-color: #000;
    width: 14%;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.features-box {
    padding: 30px;
}

.features-icon {
    font-size: 40px;
    color: #EE8293;
}

.features-main-title {
    font-size: 20px;
}

.features-main-subtitle {
    line-height: 26px;
    padding-top: 10px;
}


/*************************
    6.  CTA
*************************/

.bg-new-project {
    background-image: url("..../images/bg-2.jpg");
    background-size: cover;
    background-position: center;
}

.new-project-title {
    font-size: 36px;
    line-height: 70px;
    font-weight: 600;
    color: #000;
}

.contact-title-border {
    background-color: #EE8293;
    height: 4px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px
}

.custom-form label {
    font-size: 15px;
    font-weight: 500;
}


/**************************
    7.  PORTFOLIO
***************************/

.img-max-width {
    width: 25%;
}

.portfolio-title {
    font-size: 21px;
    word-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
}

.port-folio-sub-title {
    color: #585858;
    font-size: 17px;
    word-spacing: 1px;
    padding-top: 10px;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 10px;
    border: 1px solid #e0e0e0;
    padding: 0px 15px;
    margin: 0px 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 35px;
    -webkit-transition: all 0.6s;
}

.container-filter li a.active {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}

.container-filter li a:hover {
    color: #fff !important;
    background-color: #232323;
    border: 1px solid #232323;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}


/**************************
   8. TESTIMONIAL SLIDER
***************************/

#owl-demo .owl-item div {
    padding: 5px;
}

#owl-demo .owl-item img {
    width: 100%;
    height: auto;
}

.testi-user {
    width: 85px !important;
    margin-right: 15px;
    color: #A2A2A2;
    margin-top: 20px;
}

.user-review {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.testi-user-name {
    font-size: 16px;
    color: #28a745;
    font-weight: 600;
}

.review-box {
    padding: 20px;
}



/******************
    9.  TEAM
******************/

.team-box a {
    color: #333;
}

.about-title {
    font-size: 36px;
}

.about-desc {
    font-size: 19px;
    line-height: 30px;
    color: #A4A4A4;
}

.about-learn-more {
    color: #EE8293 !important;
    font-size: 16px;
    border-bottom: 1px solid #EE8293;
    padding-bottom: 10px;
}

/**************************
    10. SERVICE
***************************/

.service-title {
    font-size: 14px;
    color: #9A9A9A;
    letter-spacing: 1px;
}

.service-sub-title {
    font-size: 35px;
    font-weight: 700;
}

.services-icon {
    font-size: 40px;
}

.services-main-title {
    font-size: 17px;
    font-weight: 600;
}

.services-main-subtitle {
    line-height: 26px;
}

.service-icon-color {
    color: #EE8293;
}


/*************************
    12. CONTACT FORM
**************************/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    height: 44px;
}

.form-control:focus {
    border-color: #777;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.bg-contact {
    background-image: url("../images/appliance.repair-affordable-appliances.png");
    background-size: cover;
}

.contact-loader {
    float: left;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #fff;
    font-size: 22px;
}

#success_page p {
    color: #fff;
    font-size: 22px;
}


/*******************
    13. FOOTER
********************/

.footer {
    background-color: #fac51c;
    font-size: 15px;
    color: #000000;
}

.footer-desc {
    padding-top: 15px;
    line-height: 24px;
}

.contact {
    margin-top: 25px;
}

.footer-heading {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000000;
}

.company-sub-menu li a {
    color: #a5a5a5;
    line-height: 36px;
}

.company-sub-menu li a:hover {
    color: #EE8293;
}

.contact-no {
    font-size: 20px;
    padding-top: 30px;
    color: #000;
}

.contact-us-desc {
    font-size: 16px;
    line-height: 26px;
}

.com-mail {
    font-size: 21px;
    color: #57ABEC;
    padding-top: 30px;
}

.facebook-back-color {
    background-color: #3162A2;
}

.twitter-back-color {
    background-color: #2EB1EB;
}

.google-pluse-back-color {
    background-color: #F25C58;
}

.apple-back-color {
    background-color: #000;
}

.footer-icons li a {
    height: 35px;
    text-align: center;
    width: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;
    margin: 0px;
}


/********************
   14. RESPONSIVE
*********************/

@media (max-width: 768px) {
    .img-max-width {
        width: 50%;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pricing-table {
        margin: 20px 0px;
    }
    .navbar-sticky {
        top: 0px !important;
    }
    .home-title {
        font-size: 23px;
    }
    .home-sub-title {
        font-size: 14px;
        padding-top: 20px !important;
    }
}
@media (min-width:320px) and (max-width: 425px) {
    .img-max-width {
        width: 100%;
    }
    .hidden-md {
        display: none;
    }
}
@media (min-width:426px) and (max-width: 768px) {
    .img-max-width {
        width: 50%;
    }
}
@media (min-width:769px) and (max-width: 1024px) {
    .img-max-width {
        width: 33.33%;
    }
}
