/* =========================================

# Template Name: Austar Solar
# Author: Md. Ashfaqur Rahman
# Description: Solar Company Website
# Version: 1.0

========================================= */

/* ======================================
 *  . body
/* ====================================== */

body {
/*  	font-family: 'Lato', Arial, Sans-serif;*/
  	color: #717070;
  	font-size: 13px;
  	font-weight: 400;
  	line-height: 1.8em;
}

/* ======================================
 *  . typography
/* ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Domine', arial, sans-serif;    
    color: #111111;
    line-height: 1.6em;
    letter-spacing: 0.4px;
}

h1 {
    font-size: 35px
}

h2 {
    font-family: 'Muli', arial, sans-serif;
    font-size: 25px;
    margin-top: 0px;
    color: #27A84C;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

ul li {
    line-height: 1.8em;
}

a:focus {
    outline: none;
}

/* ======================================
 *  . loader
/* ====================================== */

#loader {
    background-color: #FFFFFF;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#loader .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43px;
    height: 43px;
    margin: -20px 0 0 -20px;
    background-image: url(../../assets/img/home/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}


/* ======================================
 *  . custom padding, margin
/* ====================================== */

.section-pad-top {
    padding-top: 40px;
}

.section-pad-bottom {
    padding-bottom: 40px;
}

.top-border {
    border-top: 1px solid #f7f7f7;
}

.bottom-border {
    border-bottom: 1px solid #f7f7f7;
}

.top-pad-20 {
    padding-top: 20px;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

/* ======================================
 *  . custom style
/* ====================================== */

.overlay-1 {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-2 {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.custom-border-bottom {
    border-bottom: 1px solid #ececec;
}

.custom-bg {
    background-color: #fbfbfb;
}

.highlight {
    color: #F5BF47;
    font-style: italic;
    margin-left: 3px;
}

.number {
    background: #2D89BC;
    display: inline-block;
    color: #fff;
     padding: 10px 10px; 
    font-family: 'Muli', arial, sans-serif;
    text-align: center;
    border-radius: 1px;
    font-size: 20px;
    margin-bottom: 20px;  
}

/* ======================================
 *  . custom buttons
/* ====================================== */

.btn.btn-1 {
    font-family: 'Ubuntu', arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #fff;    
    background-color: #2EAB53;
    border-color: #2EAB53;    
    border-radius: 0px;
    padding: 10px 20px;
    margin: 10px 0px 0px 0px;
    transition: all 0.4s ease;
}

.btn.btn-1:hover,
.btn.btn-1:focus {
    background-color: #2EAB53;
}

.btn.btn-2 {
    font-family: 'Ubuntu', arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #fff;    
    background-color: #2EAB53;
    border-color: #2EAB53;    
    border-radius: 0px;
    padding: 10px 20px;
    margin: 10px 0px 0px 0px;
    transition: all 0.4s ease;
}

.btn.btn-2:hover,
.btn.btn-2:focus {
    background-color: #2EAB53;
}

/* ======================================
 *  . navigation
/* ====================================== */

.navbar {
    min-height: 0px !important;
    margin-bottom: 0px !important;
    -webkit-backface-visibility: hidden;
}

.navbar-default {
    border-radius: 0;
    border-color: transparent;
    border: none;
    width: 100% !important;
    padding: 10px 0px;
    background-color: #F9BD47;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04); 
}

.nav > li > a {
    padding: 10px 10px;
}

.navbar-default .nav li a {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    transition: all 0.2s ease-in;
    color: #fff !important;
    margin: 5px 5px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover  {
    color: #fff;
    background-color: #2EAB53;
    outline-style: none;
}

.navbar-default .navbar-nav > .active> a:hover,
.navbar-default .navbar-nav > .active> a:focus {
    color: #fff;
    background-color: #2EAB53;
}

/* ======================================
 *  . navbar toggle
/* ====================================== */

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

/* ======================================
 *  . dropdown menu
/* ====================================== */

.dropdown-menu {
    padding: 0px 0px;
    background-color: #F9BD47;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    border: transparent;
    top: 107%;
    border: 1px solid #F9BD47;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0px;
 }

.dropdown span {
    padding-left: 5px;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0px;  
}

.navbar-nav .open > a, 
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
    border-color: transparent;
}

.dropdown-menu > li > a {
    font-family: 'Lato', arial, sans-serif;
    color: #717070;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: .02px !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #2EAB53 !important;
    color: #fff !important;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #2EAB53;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000000;
}

/* ======================================
 *  . slider
/* ====================================== */

.slider-img {
    height: 100%;
    position: relative;
    width: 100%;
}

.slider-img img {
    width: 100%;
    z-index: 1;
}

.slider-content {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-content-wrap {
    position: relative;
    z-index: 20;
}

.slider-table {
    display: table;
    float: left;
    height: 100%;
    width: 100%;
}

.slider-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slider-content h2 {
    font-family: 'Muli', arial, sans-serif;
    color: #FFFFFF;
    font-size: 300%;  
    position: relative;
    margin-top: 0px;
    text-shadow: rgb(71, 71, 71) 1px 1px 2px;
}

header .owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    height: 10px;
    margin: 5px;
    opacity: 0.8;
    width: 10px;
}

.header-slider .owl-dots {
    right: 25px;
    bottom: 5px;
    position: absolute;
}

/* text animation */

.header-slider .owl-item.active .slider-content h2 {
  -webkit-animation: fadeInDown 1200ms ease-in-out;
  -moz-animation: fadeInDown 1200ms ease-in-out;
  -ms-animation: fadeInDown 1200ms ease-in-out;
  animation: fadeInDown 1200ms ease-in-out;  
}

.header-slider .owl-item.active .slider-content p {
  -webkit-animation: fadeIn 1300ms ease-in-out;
  -moz-animation: fadeIn 1300ms ease-in-out;
  -ms-animation: fadeIn 1300ms ease-in-out;
  animation: fadeIn 1300ms ease-in-out;  
}

.header-slider .owl-item.active .btn-1 {
  -webkit-animation: fadeInUp 1400ms ease-in-out;
  -moz-animation: fadeInUp 1400ms ease-in-out;
  -ms-animation: fadeInUp 1400ms ease-in-out;
  animation: fadeInUp 1400ms ease-in-out;  
}

/* ======================================
 *  . top
/* ====================================== */

#top {
  padding: 10px 0px;
  background-color: #2D89BC;
}

.logo {
    width: 400px;
}

.top-right {
    padding-top: 15px;
}

.top-right li {
    color: #fff;
}

.top-right li i {
    background-color: #42d46c;
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 1px;
    margin: 0px 10px 10px 0px;
}

.top-right li a {
    color: #fff;
    text-decoration: none;
}

.top-right li a:hover,
.top-right li a:focus {
    text-decoration: underline;
}

/* ======================================
 *  . services
/* ====================================== */

.services-block {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #f7f7f7;
}

.services-block.no-margin {
    margin-bottom: 0px !important;
}

/* ======================================
 *  . products
/* ====================================== */

.products-info {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #f7f7f7;
    position: relative;
}

.title-wrap {
    position: relative;
}

.title-wrap h3::after {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid #ececec;
    top: 12px;
    width: 80px;
    margin-left: 20px;
}

.title-wrap h2::after {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid #ececec;
    top: 23px;
    width: 80px;
    margin-left: 20px;
}

.readmore i {
    background-color: #8ac450;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 100%;
    margin-left: 15px;
}

.panel-slider img {
    width: auto !important;
}

.inverter-slider img {
    width: auto !important;
}

.battery-slider img {
    width: auto !important;
}

/* ======================================
 *  . reason
/* ====================================== */

.reason-block img {
    margin-bottom: 20px;
}

/* ======================================
 *  . quote
/* ====================================== */

#quote {
    background-image: url("../img/home/quote-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

#quote h2 {
    color: #fff;
}

/* ======================================
 *  . reviews
/* ====================================== */

#reviews {
    background-image: url("../img/home/reviews.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

#reviews h3 {
    color: #fff;
}

#reviews p {
    color: #fff;
}

.rating i {
    color: #F9BD47;
}

.name {
    color: #fff;
}

/* ======================================
 *  . main-tab
/* ====================================== */

#custom-tab a {
    color: #111;
}

#custom-tab.nav-tabs > li > a {
    border-radius: 0px;
}

#custom-tab.nav-tabs {
    border-bottom: transparent;
}

#custom-tab.nav-tabs > li.active > a, 
#custom-tab.nav-tabs > li.active > a:focus,
#custom-tab.nav-tabs >li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #2EAB53;
    border: 1px solid #2EAB53;
    border-bottom-color: transparent;
}

#custom-tab.nav-tabs > li > a:hover {
    border-color: transparent;
}

#custom-tab-in {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ececec;
}

#main-tab i {
    color: #2EAB53;
    margin-right: 10px;
}

#main-tab.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

.view {
    font-size: 11px;
}

.view:hover,
.view:focus {
    color: #111;
    text-decoration: none;
}

.full {
    background-color: #2EAB53;
    padding: 5px 10px;
    color: #fff;
}

.right-block {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ececec;
    margin-bottom: 20px;    
}

.consultation {
    background-color: #2EAB53;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 20px
}

.schedule {
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-family: 'Domine', arial, Sans-serif;
    text-decoration: underline;
}

.schedule:hover,
.schedule:focus {
    color: #fff;
    text-decoration: none;
}

.view-gallery {
    position: relative;
    margin-bottom: 20px;
}

.view-image-gallery {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
}

.view-image-gallery h2 {
    background-color: #2EAB53;
    border-radius: 1px;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
} 

/* ======================================
 *  . gallery
/* ====================================== */

.gallery-block {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    padding: 8px;
    margin-bottom: 30px;
    position: relative;
}

.gallery-block img {
    min-width: 100%;
}

.gallery-info {
    position: absolute;
    background: #F9BD47;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    top: 8px;    
}

.gallery-block.no-margin {
    margin-bottom: 0px !important;
}

/* ======================================
 *  . footer
/* ====================================== */

footer {
    background: linear-gradient(to right, #2D89BC, #5DAAD3), url(../img/home/diamond.png);
    background-blend-mode: multiply;
    padding: 20px 0px;
}  

footer i {
    color: #f9d186;
    margin-right: 10px;
} 

footer h3 {
    color: #fff; 
    font-size: 14px;   
} 

footer p {
    color: #fff;
}

footer li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.2px;    
}

footer li a {
    color: #fff;
}

footer li a:hover,
footer li a:focus {
    color: #fff;
    text-decoration: underline;
}

.location i {
    color: #F9D186;
    font-size: 13px;
    margin-right: 10px;
}

/* ======================================
 *  . contact
/* ====================================== */

#contact iframe {
    width: 100%;
    height: 220px;
    border: 1px solid #c8c8c8;    
}

.contact-links a {
    color: #27A84C;
    text-decoration: none;
}

.contact-links i {
    color: #2EAB53;
    font-size: 13px;
    margin-right: 10px;
}

.contact-links a:hover,
.contact-links a:focus,
.contact-links a:active {
    color: #27A84C;
    text-decoration: underline;
}

/* ======================================
 *  . Scroll top
/* ====================================== */

.scroll-top {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}

.scroll-top a {
    display: block;
    font-size: 15px;
    text-align: center;
    background-color: #2EAB53;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

/* ======================================
 *  . quote form
/* ====================================== */

#quoteform input {
    border-radius: 0px;
    font-size: 12px;
}

#quoteform .btn.btn-success {
    border-radius: 0px;
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #ececec;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder { 
  color: #555 !important;
}
/* Firefox 19+ */
::-moz-placeholder { 
  color: #555 !important;
}
/* IE 10+ */
:-ms-input-placeholder { 
  color: #555 !important;
}
/* Firefox 18- */
:-moz-placeholder { 
  color: #555 !important;
}

.form-control:focus {
    box-shadow: none;
}

.alert {
    border-radius: 0px !important;
}

.validator-error {
    color: #ff0000;
    margin-bottom: 5px;
}

input.error, select.error, textarea.error {
    border: 1px solid red;
    background-color: #fff6f6;
}

input.error:focus,
select.error:focus,
textarea.error:focus {
    box-shadow: none;
    border: 1px solid red;
}

select {
    width: 100%;
    font-size: 12px;
    padding: 7.5px 10px;
    border: 1px solid #ececec;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

select:focus {
    outline-style: none;
}

textarea {
    border-radius: 0px !important;
    font-size: 12px !important;
    margin-bottom: 15px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input, optgroup, select, textarea {
    color: #555 !important;
}

/* ======================================
 *  . media queries
/* ====================================== */

@media only screen and (min-width : 320px) {

    .navbar-default .navbar-toggle {
        float: left !important;
    }
}

@media only screen and (max-width: 480px) {

    .slider-content h2 {
        font-size: 20px;
        margin-top: 15px;
    } 

}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    .slider-content h2 {
        font-size: 35px;
    }

}


@media only screen and (max-width: 991px) {

    .services-block {
        margin-bottom: 20px;
    }

    .reason-block {
        margin-bottom: 20px;
    }

    .products-info {
        margin-bottom: 20px;
    }

    .no-margin {
        margin-bottom: 0px;
    }

    .top-right {
        float: left !important;
    }

}

