@import url(https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,700,800,900&subset=latin,latin-ext);

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
     font-family: 'Mulish', sans-serif;
}

body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

::selection {
  background: #173157; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #173157; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(23, 49, 87, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(23, 49, 87, 0.6);
  outline: none !important;
}

div:focus{
	outline: none !important;
}

a{
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear{
    clear: both;
}

[data-rclazy-addclass]{
    opacity: 0;
}

.animate__fadeIn{
    opacity: 1;
}


.ml{
     display: flex;
     align-items: center;
     justify-content: flex-start; 
}

.ofh{
     overflow-x: hidden !important;
}


h2{
     font-weight: 900;
}

li, p{
     font-size: 23px;
     line-height: 26px;
}

.btn-primary{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 65px;
    border-radius: 55px;
    background: #4091ec;
    letter-spacing: 1px;
}

/* NAVBAR */

.navbar{
    background: transparent;
    height: 50px;
    padding-top: 30px;
}

.navbar .navbar-brand img{
    max-height: 40px; 
}


.navbar .btn-primary{
    background: #173157;
    border-color: #173157;
    font-size: 17px;
    padding: 10px 25px !important;
}

/* parallax */

#hero {
     height: 650px;
     background: transparent;
     margin-top: -50px;
}

#parallaxSolar * {
     position: absolute; 
     height: 800px;
     margin-top: -150px;
     padding-bottom: 150px;
}


#parallaxSolar img{
     right: -5%;
     bottom: 0.11em;
     position: absolute;
     height: 800px;
     overflow: hidden;
     z-index: 999999;
     width: auto;
}


/* HERO */

#hero .textContent{
    height: 650px;
}

#hero h2{
    background: #2d548d;
    padding: 10px 15px 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 55px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}

#hero h3{
    color: #173157;
    font-size: 45px;
    line-height: 50px;
    padding-left: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

#hero h3 span{
    font-size: 118px;
    font-weight: 900;
    position: absolute;
    left: 0;
    margin-top: 23px;
}

#hero h4{
    color: #173157;
    font-size: 50px;
    line-height: 55px;
    font-weight: 800;
    text-transform: uppercase;
}

#parallaxSolar{
    overflow: hidden;
    z-index: 99999 !important;
    width: 100%;
}

.solarPanel{
	position: absolute;
	top: 100px;
	max-width: 80vh;
	z-index: 999999999;
	right: -50px;
}


#contentOne{
    background: #e6e7e8;
    padding: 50px 0;
}

#contentOne h2,
#contentOne h3{
    color: #173157;
}

#contentOne h2{
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
}

#contentOne h3{
    text-transform: uppercase;
    font-size: 29px;
    line-height: 32px;
    font-weight: 800;
    margin: 25px 0 0;
}

#questions{
     padding: 50px 0;
}

#questions ul{
    padding: 0;
    margin: 0; 
}

#questions ul li{
     list-style: none;
     border-bottom: 1px solid #000;
     padding: 30px 0;
}

#questions ul li:last-child{
    border-bottom: none;
}

#expert{
    padding: 50px 0;
}

#expert h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: #2d548d;
    margin-bottom: 65px;
}

#expert img.arrow{
     position: absolute;
     right: 80px;
     animation: arrowRotate 1s infinite;
     margin-top: 20px

}


@keyframes arrowRotate{
    0%{
        tranform: rotate(0);
    }
    50%{
        transform: rotate(-10deg);
    }
    100%{
        tranform: rotate(10deg);
    }
}

#expert ul li,
#notIncluded ul li,
#offer ul li{
    margin-bottom: 40px;
    list-style: none;
}

#expert ul li:before,
#notIncluded ul li:before,
#offer ul li:before{
    content: "\2022";
    color: #f3a111;
    position: absolute;
    left: 15px;
}

#partner{
     background: #1d242d;
     padding: 80px 0;
}

#partner h2,
#partner p{
     color: #fff;
}

#partner h2 span{
     color:#f3a111;
}

#partner h2{
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

#partner hr{
    border-color: #404954;
    margin: 30px 0;
}

#countOnUs{
     padding: 80px 0 50px;
}

#countOnUs h2{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 900;
}

#countOnUs p strong{
    font-weight: 800;
}

#countOnUs p{
    margin-bottom: 30px;
}

#offer{
     padding: 80px 0 70px;
}

#offer ul li,
#notIncluded ul li{
    margin-bottom: 15px;
}

#offer h2,
#notIncluded h2{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 900;
}

#separatorImg{
    height: 500px;
}

#notIncluded{
    padding-bottom: 80px;
}

#contact{
    padding: 80px 0;
    background: #e6e7e8;
}

#contact h2{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}

#contact h3{
    color: #173157;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600
}

footer{
    background: #1d242d;
    padding: 20px 0;
}

footer h2{
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
}

footer h2 span{
    color: #FFDE05;
    font-weight: 900;
}

footer h4{
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 25px;
    color: #86868e;
    font-weight: 800;
}

footer p,
footer a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:0;
}

@media (max-width: 767px){

	.solarPanel{
		display: none;
	}

    .navbar-brand{
        text-align: center;
        width: 100% !important;
    }

    li, p {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
    }

    .btn-primary{
        font-size: 20px;
        padding: 10px 30px;
    }

    #hero,
    #hero .textContent{
        height: 650px;
    }

    #hero .textContent {
        display: block;
        height: 420px;
        padding-top: 110px;
    }

    #hero .textContent img{
        margin-top: 40px;
    }

    #hero h3{
        font-size: 25px;
        line-height: 30px;
    }

    #hero h4{
        font-size: 25px;
        line-height: 30px;
    }

    #hero h2{
        font-size: 25px;
        line-height: 30px;
    }

    #hero h3 span{
        font-size: 75px;
        left: auto;
        margin-left: -50px;
        margin-top: 13px;
    }

    #parallaxSolar{
        display: none;
    }


    #contentOne h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    #contentOne h3,
    #contact h3 {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
    }

    #expert h2 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 190px;
    }

    #expert img.arrow{
        margin-top: 210px;
        width: 80px;
        left: 50%;
        margin-left: -40px;
    }

    #expert ul,
    #notIncluded ul,
    #offer ul{
        padding-left: 0;
    }

    #expert ul li:before,
    #notIncluded ul li:before,
    #offer ul li:before{
        margin-right: 5px;
        position: relative;
        left: 0;
    }

    #partner h2,
    #countOnUs h2,
    #offer h2,
    #notIncluded h2,
    #contact h2 {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    footer .col-12{
        text-align: center;
    }

    footer .col-12 h4{
        margin: 30px 0 15px;
    }

    .ml{
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    .solarPanel{
		max-width: 55vw;
		right: -250px;
	}
}

@media (min-width: 1367px){
  .solarPanel{
		max-width: 55vw;
		right: -250px;
		top: 0;
	}
}
