/*
* AutoRSC Landing Page
* By RefineThemes
* GLOBAL STYLES
*/
body {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    color:inherit;
}
/* Navbar CSS*/
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
.top-line{
    padding: 10px 1rem;
}
.top-line .social-icon {
    color: #b2b2b2;
    padding:5px 10px;
}
.top-line .support-sale{
    float:left;
}
.top-line .top-icons{
    float:left;
    color:#fab915;
}
.top-line .social-media .social-icon{
    text-decoration: none;
    font-size: 1.5rem;
}
.top-line .social-media .fa-facebook:hover{
    color:#4267B2;
}
.top-line .social-media .fa-twitter:hover{
    color:#1DA1F2;
}
.top-line .social-media .fa-google:hover{
    color:#DB4437;
}
.top-line .social-media .fa-linkedin:hover{
    color:#2867B2;
}
.top-line .social-media .fa-youtube:hover{
    color:#FF0000;
}
.top-line .top-line-text{
    width:100%;
    color: #5f656d;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.top-line .search-bar .form-control{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height:50px;
}
.top-line .btn-search-dropdown{
    background-color: transparent;
    color:inherit;
    border-top:1px solid #ced4da;
    border-bottom:1px solid #ced4da;
}
.top-line .btn-search{
    background-color: transparent;
    color:inherit;
    border:1px solid #ced4da;
    color:#fab915;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.navbar.top-navbar{
    background-color: rgba(33, 35, 36, 0.75);
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.navbar.navbar-fixed{
    background-color: #212324;
    position: fixed !important;
    top: 0;
}
.navbar .navbar-nav .nav-link{
    text-align: center;
    color:rgb(223, 223, 223);
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar .navbar-nav .nav-link:hover{
    color:#fab915;
}
.navbar .navbar-nav .nav-link:focus{
    color:#fab915;
}
.navbar .navbar-nav .nav-link:active{
    color:#fab915;
}
.navbar .navbar-nav .active .nav-link{
    color:#fab915;
}
.navbar .navbar-nav .active .nav-link{
    color:rgb(223, 223, 223);
}
.navbar .navbar-nav .active .nav-link:hover{
    color:#fab915;
}
.navbar-brand .logo{
    width:220px;
    height:60px;
}
.navbar .call-us{
    color:rgb(190, 190, 190);
}
/* Carousel CSS */
#carousel-indicators{
    margin-top: -90px;
}
.carousel-indicators li{
    height:4px;
}
.carousel-indicators .active{
    background-color: #fcc029;
    height:4px;
}
.carousel-caption {
    max-width: 500px;
    top:30%;
    left:10%;
    margin-top: 0px;
    text-align:left;
}
.carousel-caption.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.carousel-caption h5{
    font-size: 16px;
    font-weight: 700;
    color: #fab915;
    border-color: #fab915;
}
.carousel-caption h1{
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    border-color: #fab915;
}
.carousel-caption p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.5em;
    font-size: 20px;
    margin-bottom: 0;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.carousel-control-next, .carousel-control-prev{
    width:50px;
    height:40px;
    top:50%;
    background-color: rgba(0, 0, 0, 0.918);
    color:#fff;
}
/*Custom Buttons */
.btn-default{
    background-color: #fab915;
    color:#fff;
}
.btn-default-outline{
    border:1px solid #fab915;
    color:#fab915;
    z-index: 2008;
}
.btn-default-outline:hover{
    color:#fff;
}
.btn-rounded{
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 23px 35px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    transition: all 0.4s linear 0s;
    z-index: 1;
}
/* Social Icons */
.fa-facebook:hover{
    color:#4267B2;
}
.fa-twitter:hover{
    color:#1DA1F2;
}
.fa-google:hover{
    color:#DB4437;
}
.fa-linkedin:hover{
    color:#2867B2;
}
.fa-youtube:hover{
    color:#FF0000;
}
/* Main Content CSS*/
.main-content{
    margin: 0 auto;
    padding: 0 auto;
}
/* Section CSS */
section{
    padding-top:2rem;
    padding-bottom: 2rem;
}
/* Home Css */
section .choose-img{
    cursor: pointer;
}
.closeIcon > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
/* Custom Text Colors */
.text-default{
    color: #fcc029;
}
/* Custom BG Colors */
.bg-dark-gray{
    background-color: #2d3239;
}
/* About */
.about-box{
    width:100%;
    height:80px;
    overflow: hidden;
    margin-bottom: 15px;
}
.about-icons{
    width:80px;
    height:80px;
    background-color: #2d3239;
    color:#fcc029;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    float:left;
}
.text-bold{
    font-weight: 600;
}
.counter i{
    border:2px solid #fff;
    border-radius: 50%;
    padding:15px 20px;
}
/* Service CSS */
.service-icons{
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 50%;
    background-color: #fab915;
    color: #fff;
    padding:15px 20px;
}
.our-expert-links{
    width:100%;
    text-align: center;
}
.our-expert-links a{
    display: inline-block;
    color:#b2b2b2;
    margin: 0.2rem .5rem;
    text-decoration: none;
    font-size: 1.2rem;
}
.service-box{
    width:100%;
    height:130px;
    margin-bottom:2rem;
}
.service-box img{
    width:120px;
    height:120px;
    background-color: #fab915;
    border-radius: 50%;
    padding: 0.9rem 0.9rem;
    float:left;
}
#services a.learn-more{
    border-radius: 0px !important;
}
/* Shop CSS */
#shop{
    background-image: url('../img/shop/shop-bg.png');
    background-size: cover;
    height:100%;
    padding: 6rem 0rem;
}
.shop-sidebar-menu{
    width:100%;
    height:100%;
    background-color: #fff;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.shop-sidebar-menu .sidebar-header .shop-icon{
    width: 86px;
    height: 75px;
    background-color: #fab915;
    color: #ffffff;
    font-size: 40px;
    line-height: 2;
    text-align: center;
    -moz-border-radius-topright: 35px;
    -webkit-border-top-right-radius: 35px;
    border-top-right-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    -webkit-border-bottom-right-radius: 35px;
    border-bottom-right-radius: 35px;
    float:left;
    margin-right: 20px;
}
.shop-sidebar-menu .sidebar-header .shop-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    color: #222;
    padding: 4px 16px 14px 16px;
}
.shop-sidebar-menu .sidebar-header .shop-title h4{
    font-weight: 600;
}
.shop-sidebar-menu .sidebar-navbar{
    padding: 0.5rem 0.7rem;
}
.shop-sidebar-menu .sidebar-navbar .list-group-item{
    border:none;
    padding: .35rem .75rem;
}
.shop-sidebar-menu .sidebar-navbar .list-group-item a{
    color:#2d3239;
}
.shop-sidebar-menu .irs--round .irs-bar,
.shop-sidebar-menu .irs--round .irs-handle,
.shop-sidebar-menu .irs--round .irs-from,
.shop-sidebar-menu .irs--round .irs-to,
.shop-sidebar-menu .irs--round .irs-single{
    background-color: #fab915;
    border: 4px solid #fab915;
}
.shop-sidebar-menu .products a{
    text-decoration: none;
}
.shop-sidebar-menu .products a img{
    width:100px;
    height:100px;
    float:left;
    background-color: #ebebeb;
    margin-right: 20px;
}
.shop-sidebar-menu .products .product-name{
    padding: 0.7rem 0.8rem;
    font-weight: 500 !important;
    color: #707070;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.shop-sidebar-menu .products .product-price{
    font-weight: 500 !important;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.all-products .product-sorting{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.all-products select{
    margin: 0;
    display: inline-block;
}
.all-products .product-result{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: top;
    padding-top: 15px;
    color: #222222;
    margin-left:20px;
}
.all-products .product-card .add-to-cart{
    border-radius: 0px;
}
.all-products .pagination .page-item .page-link{
    color: #fcc029;
}
.all-products .pagination .page-item.active .page-link{
    background-color: #fab915;
    border-color: #fcc029;
    color:#fff;
}
/* Gallery */
.galler-box{
    overflow: hidden;
}
.galler-box a .text{
    display:none;
}
.galler-box a:hover .text{
    display:block;
    width:100%;
    height:70px;
    background-color: rgba(0, 0, 0, 0.555);
    position: absolute;
    margin-top:-70px;
    padding:0.5rem 0.9rem;
    color:#fab915;
    -webkit-animation: expand 2s;
}
@-webkit-keyframes expand{
    0%{width:0px;}
    100%{width:100%;}
}
.text h5, .text p{
    -webkit-animation: opaacity 4s;
}
@-webkit-keyframes opaacity{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.galler-box .text p{
    color:#fff;
    font-size: 0.8rem;
}
/* Blog */
#blog .post-img{
    width:100%;
}
#blog .card-body a{
    font-size: 1.5rem;
    color:#343a40;
    font-weight: 700 !important;
}
#blog .card-footer a{
    margin-right:15px;
    color:#6c757d;
    font-size: 0.9rem;
}
#blog .pagination .page-item .page-link{
    color: #fcc029;
}
#blog .pagination .page-item.active .page-link{
    background-color: #fab915;
    border-color: #fcc029;
    color:#fff;
}
/* Contact */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select,
.form-control {
    height: 60px;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    color: #2f3233;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    border: 1px solid #cccccc;
}
.media-body a.info-email{
    font-size: 1.2rem;
}
.media-body a.info-email:hover{
    color:#333;
}
#contact .google-map{
    width:100%;
    height:280px !important;
    border: 0px;
}
/* Back To Top */
.back-to-top{
    position: fixed;
    width:40px;
    height:38.6px;
    background-color: #ffa702;
    color:#fff;
    right:20px;
    bottom:10.8%;
    z-index: 2009;
    font-size: 1.5rem;
}
.back-to-top:hover{
    background-color: #d19525;
    color:#fff;
}
/* Footer CSS*/
.footer{
    background: #151414;
    color:#fff;
    text-align: center;
}
.footer .copyright p a{
    color:#e08f31;
}
.footer-section {
    background: #151414;
    position: relative;
    height: auto;
    overflow: hidden;
}
.footer-section .footer-top-line{
    width:100%;
    height:5px;
    background-image: url('../img/footer-line.png');
    background-repeat: repeat-x;
}
.footer-section .container-fluid {
    width: 90%;
}
.footer-section .footer-brands-carousel{
    border-bottom:1px solid #2525258c;
    background-color: #202020;
}
.footer-section .footer-brands-carousel .carousel-btn-left{
  position: absolute;
  margin-top: -90px;
  left:0;
  width:30px;
  height:100%;
}
.footer-section .footer-brands-carousel .carousel-btn-right{
    position: absolute;
    margin-top: -90px;
    right:0;
    width:30px;
    height:100%;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon {
    margin-bottom: 40px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon a i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.footer-social-icon a i:hover {
    color: #fff !important;
}
.facebook-bg {
    background: #3B5998;
}
.twitter-bg {
    background: #55ACEE;
}
.google-bg {
    background: #DD4B39;
}
.youtube-bg {
    background: #FF0000;
}
.linkedin-bg {
    background: #0073B0;
}
.pinterest-bg {
    background: #D73532;
}
.footer-widget ul {
    margin: 0px;
    padding: 0px;
}
.footer-widget-heading h5 {
    color: #fcc029;
    font-weight: 600;
    position: relative;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 30%;
    background: #ffa702;
}
.footer-widget ul li {
    float: left;
    width: 50%;
    margin-bottom: 12px;
    list-style: none;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    border-bottom: 1px dashed rgba(102,102,102,.3);
    padding-bottom:5px;
}
.footer-widget ul li a:hover {
    color: #ffa702;
}
.footer-widget-post .post-box{
    width:100% !important;
    height:auto;
    margin-bottom: 20px;
    clear: both;
}
.footer-widget-post .post-box .post-media{
    width:80px;
    height:80px;
    float:left;
    margin-right: 15px;
}
.footer-widget-post .post-box .post-header{
    display:inline-block;
}
.footer-widget-post .post-box .post-header .post-title a{
    color: #ffa702;
    text-decoration: none;
}
.footer-widget-post .post-box .post-header .post-title a:hover{
    color: #b0b0b0;
}
.footer-widget-post .post-box .post-meta ul{
    list-style: none;
    margin-top: 5px;
}
.footer-widget-post .post-box .post-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-widget-post .post-box .post-meta .post-author,
.footer-widget-post .post-box .post-meta .post-comment{
    color:#b0b0b0;
}
.footer-widget-post .post-box .post-meta ul li a {
    color: #7f7f7f;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffa702;
    padding: 14px 20px;
    border: 1px solid #ffa702;
    top: 0;
    height:100%;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area {
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a {
    color: #ffa702;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #ffa702;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
}
/* Sidebar CSS */
.right-sidebar{
    display:none;
    width:240px;
    height:100vh;
    position: fixed;
    background-color:#202020;
    padding:15px;
    top:70px;
    right:0;
    z-index: 2009;
}
.right-sidebar.active{
    display:block;
}
.right-sidebar .btn-close{
    background-color: #ffa702;
    width: 35px;
    height: 35px;
    right: 240px;
    position: absolute;
    color:#fff;
    text-decoration: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.right-sidebar ul li a{
    color:#fff;
}
/* Extra CSS */
.line{
    width: 60px;
    height: 2px;
    background-color: #fab915;
}
@media (max-width:1024px){
    #carousel-indicators{
        margin-top: -90px;
    }
    .slider-box {
        width:50%;
    }
    .title {
        font-size: 22px;
    }
    .footer-social-icon a {
        margin-right: 10px;
    }
    .social-media{
        margin-bottom: 1rem;
    }
    .support-sale{
        display:none;
    }
    .search-bar{
        margin-bottom: 0.5rem;
    }
    .footer-widget-post .post-box .post-media{
        width:50px;
        height:50px;
    }
    .footer-social-icon a{
        margin-right: 5px;
    }
}
@media (max-width:992px){
    #carousel-indicators{
        margin-top: -90px;
    }
}
@media (max-width:786px){
    .h2, h2 {
        font-size: 1.5rem;
    }
    #navbar-toggler{
        display:none;
    }
    .navbar.top-navbar {
        background-color:#212324;
    }
    .navbar-toggler{
        border:none;
    }
    .navbar-light .navbar-toggler{
        color:#fff !important;
    }
    #carousel-indicators{
        margin-top: -80px;
    }
    .service-box img{
        width:60px;
        height:60px;
    }
    .card-body.p-5{
        padding: 1rem!important;
    }
    #shop{
        padding:1rem;
    }
    .product-sorting select{
        width:100%!important;
    }
    .service-box img{
        width:90px;
        height:90px;
    }
    .expert-name{
        width:100%;
        float:none!important;
    }
    .position{
        display:none;
    }
    .all-products{
        margin-top:2rem;
    }
    .footer-text-align{
        float:none;
        text-align:center!important;
    }
    .footer-menu ul{
        margin-left: 0px;
        padding-left:0px;
    }
    .footer-menu ul li{
        margin-left: 0px;
    }
    .footer-section .footer-brands-carousel .carousel-btn-left{
        margin-top: -60px;
    }
    .footer-section .footer-brands-carousel .carousel-btn-right{
        margin-top: -60px;
    }
}
@media (max-width:600px){
    .container-fluid{
        padding-left:0px;
        padding-right:0px;
    }
    .navbar-brand .logo{
        width:160px;
        height:50px;
    }
    #carousel-indicators{
        margin-top: 0px;
    }
    .top-line{
        margin-bottom: 20px;
    }
    .social-media{
        text-align: center;
    }
    .top-line .support-sale{
        display:none;
    }
    .copyright-text{
        text-align: center;
        font-size: .7rem;
    }
    .footer-menu li {
        display: inline-block;
        margin-left: 10px;
    }
    .footer-social-icon a {
        margin-right: 4px;
    }
    .footer-widget-post .post-box .post-media{
        width:70px;
        height:70px;
    }
    .footer-section .footer-brands-carousel .carousel-btn-left{
        margin-top: -40px;
    }
    .footer-section .footer-brands-carousel .carousel-btn-right{
        margin-top: -40px;
    }
}
@media (max-width:400px){
    .all-products{
        padding-top:50px;
    }
    .btn-rounded{
        width:100% !important;
    }
    .h4, h4 {
        font-size: 1.3rem;
    }
    .footer-section .footer-brands-carousel .carousel-btn-left{
        margin-top: -40px;
    }
    .footer-section .footer-brands-carousel .carousel-btn-right{
        margin-top: -40px;
    }
    .footer-section .footer-menu ul{
        width:100%;
        padding-left:0px;
        float:none !important;
        text-align:center;
    }
    .service-box img{
        width:80px;
        height:80px;
    }
    #services .btn-default{
        width:100%;
    }
}
@media (max-width:280px){
    .navbar-brand{
        width: 140px;
        height: 60px;
    }
}

