
body {
    font-family: 'Open Sans', sans-serif;
    color: #45484a;
    font-size: 16px;
    line-height: 34px;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

p {
    line-height: normal;
}

@font-face {

    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../../fonts/icofont.woff2") format("woff2"),
        url("../../fonts/icofont.woff") format("woff");
}

[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-phone:before {
    content: "\efbb";
}

.icofont-envelope:before {
    content: "\ef14";
}
.services {
    padding: 20px;
}
.icofont-google-map:before {
    content: "\ed42";
}

.icofont-energy-solar:before {
    content: "\e997";
}

.icofont-ui-settings:before {
    content: "\ec83";
}

.icofont-copy-invert:before {
    content: "\ede9";
}

.icofont-settings-alt:before {
    content: "\efe1";
}
.icofont-wrench:before {
    content: "\e9c4";
}
.icofont-trophy-alt:before {
    content: "\edd6";
}
.icofont-users-alt-5:before {
    content: "\ed0a";
}

@font-face {
    font-family: SamsungSharpSans;
    src: url('../../fonts/SamsungSharpSans-Bold.ttf');
}

.container-fluid {
    max-width: 1740px;
    margin: 0 auto;
}


img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    outline: none !important;
}

section {
    overflow: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:#1f242c;}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #31bf3f;
    z-index: 9999;
}


.logo img {
    width: 100%;
    max-width: 228px;
}



.loader {
    width: 16em;
    height: 8em;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.loader:before {
    background-color: hsla(0, 0%, 85%);
    width: inherit;
    height: 0.2em;
}

.loader:after {
    width: 50%;
    height: inherit;
    border: 0.2em solid hsla(0, 0%, 85%);
    border-radius: 50%;
    left: 25%;
}

.loader span {
    background-color: #fff;
    width: 5%;
    height: 10%;
    border-radius: 50%;
    transform-origin: 50% -3em;
    position: absolute;
    left: -5%;
    bottom: 0.2em;
    animation: 2s linear infinite;
    animation-name: run, rotating;
}

.loader span:nth-child(2) {
    animation-delay: 0.075s;
}

.loader span:nth-child(3) {
    animation-delay: 0.15s;
}
.slider-height {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-bg-1 {
    background-image: url('../../images/slider/slider-1-1.jpg');
}

.slider-bg-2 {
    background-image: url('../../images/slider/slider-1-3.jpg');
}
.slider-content{
   padding: 95px 0px 0px 0px;
}

.slider-content h2 {
   color: #ffffff;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
    transform: translateY(100px);
   webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    opacity: 0;

}
.slider-section .owl-item.active h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
}




.slider-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
}

.slider-service {
    max-width: 625px;
    margin-left: auto;
    background: #fff;
    margin-top: 112px;
    margin-right: -135px;
}

.slider-service ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid#185bcb;
}

.slider-service li {
    padding:45px 15px 35px 30px;
    display: inline-block;
    border: 1px solid #e0e7ee;
    width: calc(100% / 3);
}

.slider-service img {
    margin-bottom: 15px;
    width: auto !important;
}

.slider-service h3 {
    font-weight: 500;
    color: #252525;
    font-size: 15px;
    line-height:20px;
    text-transform: uppercase;
}

.slider-service a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #252525;
    font-size: 12px;
    margin-left: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.slider-service a:hover {
    background: #185bcb;
    color: #fff;
}

.slider-service a.active {
    background: #185bcb;
    color: #fff;
}






@keyframes run {
    0% {
        left: -5%;
    }

    10%, 60% {
        left: calc((100% - 5%) / 2);
    }

    70%, 100% {
        left: 100%;
    }
}

@keyframes rotating {

    0%, 10% {
        transform: rotate(0deg);
    }

    60%, 100% {
        transform: rotate(-1turn);
    }
}

/*
* 2. Top Bar
*/

.top-bar {
    background:#0f509f;
    color: #fff;
    padding: 10px 0;
}

.top-bar .text {
    margin: 7px 0;
}

.top-bar ul {
    overflow: hidden;
}

.top-bar .text ul li {
    float: left;
    margin-right: 5%;
}

.top-bar .text ul li:last-child {
    margin-right: 0;
}

.top-bar .social {
    text-align: right;
}

.top-bar .social ul {
    display: inline-block;
}

.top-bar .social ul li {
    float: left;
    margin-left: 16px;
}

.top-bar .social ul li:first-child {
    margin-left: 0;
}

.top-bar .social ul li a {
    display: block;
    font-size: 25px;
    color: #fff;
    transition: .3s;
}

.top-bar .social ul li:hover a {
    color: #43ca1d;
}

/*
* 3. Header
*/

.logo {
    position: relative;
}

.main-menu {
	background: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 8px;
    transition: linear .5s;
    border-bottom: 1px solid #d5dde9;
	height: 80px;
}

 

.fixed-top {
    transition: linear .5s;
    position: fixed !important;
}

.logo-block {
     margin: 0px auto 0px 25px;
}
.menu-block {
    position: relative;
    margin: 0px;
}

#main-navigation {
       margin: 0 auto;
}

 #main-navigation-wrapper.navbar-default{
	width: 100%;
    z-index: 1009;
    border-radius: 0px;
    border: 0px;
    position: relative;
    padding: 7px 0px;
}
.collapse{
     display: block!important;
}
.navbar-header
{
	display:none;
}

 .navbar-collapse.collapse{
     padding:0px;
}
 #main-navigation-wrapper .navbar-nav {
     margin-left: 0;
     margin-right: 0;
	 flex-direction: row;
}
 #main-navigation-wrapper .nav > li {
     padding: 5px 18px 0px 18px;
}
 #main-navigation-wrapper .nav > li > a {
	
    font-size: 15px !important;
    color: #0f509f;
    padding-top: 2px;
    font-family: SamsungSharpSans;
    font-size: 72px;
}

 .header1 #main-navigation-wrapper .nav > li {
     padding:0px;
}
 .header1 #main-navigation-wrapper .nav > li > a{
     border-right:0px;
     padding:22px 20px;
}
 #main-navigation-wrapper .nav > li:last-child > a {
     border:0px;
}
 #main-navigation-wrapper .navbar-nav li .dropdown-submenu {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     font-size: 14px;
     text-align: left;
	 width:245px;
     list-style: none;
     background-clip: padding-box;
     padding: 0;
     border: none;
     border-radius: 0;
     display: block;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
     background: #ebebeb;
     -webkit-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0);
     -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
 #main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu, #main-navigation-wrapper .navbar-nav .open .dropdown-submenu {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translate3d(0px, 0, 0);
     transform: translate3d(0px, 0, 0);
}
 #main-navigation-wrapper .dropdown-submenu li {
     width:100%;
     position: relative;
}
 #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu{
     opacity: 0;
     visibility: hidden;
     top: 0;
     left: 90%;
}
 #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.second_submenu{
     opacity: 1;
     visibility: visible;
     left: 100%;
     top: 0;
}
 #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu{
     opacity: 0;
     visibility: hidden;
     top: 0;
     left: 90%;
}
 #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.third_submenu{
     opacity: 1;
     visibility: visible;
     left: 100%;
     top: 0;
}
 #main-navigation-wrapper .dropdown-submenu li a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    color: #2a2a2a;
    white-space: nowrap;
    padding: 12px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

 #main-navigation-wrapper .dropdown-submenu li:hover {
}
 #main-navigation-wrapper .dropdown-submenu li:last-child a {
     border: none;
}
 #main-navigation-wrapper .dropdown-submenu li > a:focus, #main-navigation-wrapper .dropdown-submenu li a:hover {
    background: #66ca2d;
    color: #fff;
}
 @keyframes fadeItIn {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    }
     to {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         transform: none;
    }
}
 .sticky_header {
     position: fixed;
     top: 0;
     z-index: 9999;
     background: #e9c865;
     background: -moz-linear-gradient(top, #e9c865 0%, #d0ac54 100%);
     background: -webkit-linear-gradient(top, #e9c865 0%, #d0ac54 100%);
     background: linear-gradient(to bottom, #e9c865 0%, #d0ac54 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c865', endColorstr='#d0ac54', GradientType=0 );
     float: left;
     width: 100%;
     height: 78px;
}
 #main-navigation-wrapper.navbar-default.sticky_header {
     margin: 0px;
}

span {
    font-family: 'icomoon';
}

.icon-office:before {
    content: "\e903";
}
.navbar-nav .nav-link span {
    float: right;
    margin-left: 6px;
}

.nav-link.quote {
    position: relative;
    background: #f68121;
    color: #fff !important;
    display: block;
    width: 145px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    transition: .3s;
	padding: 5px;
}

.nav-link.quote:hover:before {
    width: 100%;
    height: 100%;
    background: #000;
}

.nav-link.quote:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 20px;
    z-index: -2;
    transition: ease .4s;
}


#dropdownMenuButton {
    background: transparent;
    color: #000;
    border: none !important;
    outline: none !important;
    width: 100%;
    text-align: left;
    box-shadow: 0px 0px #fff !important;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-item {
    font-size: 14px;
    margin: 0;
    padding: 0px 34px;
}

.submenu {
    background: linear-gradient(to right, #1db364, #40c823);
    margin-top: 8px;
    display: none;
}
.submenu li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}
.submenu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.logo-menu {
     float: left;
     margin:14px 0 14px 25px;
     display: none;
}
 .dropdown-submenu-active:before {
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #12121b;
     content: "";
     position: absolute;
     top: 0 !important;
     right: 24px;
}
 #main-navigation-wrapper .nav > li.dropdown:hover:before {
     width: 0;
     height: 0;
     content: "";
     position: absolute;
     bottom: -7px !important;
     z-index: 1010;
     text-align: center;
     left: 20px;
}
 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a, #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
     color: #f68121;
}
 .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
     color: #f68121;
     background:#000;
}
 #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
     display: none;
}

.mobile-link
{
	display: none;
    text-align: center;
    background: #1f242c;
}

.mobile-link a
{
    position: relative;
    background: #f68121;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 5px;
    margin: 10px 0 25px 0;
    width: 250px;
}

.mobile-link .widget-t-search {
    float: none;
    padding: 15px 0;
    margin: 0 15px;
}
.widget-t .search-form .form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
    background: #fff;
}

.widget-t .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #081e2f;
}
.widget-t .search-form .form-control + .input-group-addon button {
   border: 0;
    background: #31bf3f;
    color: #f8f9fa;
    font-size: 1.2em;
    line-height: 2.1em;
    padding: 0 15px;
}

.navbar ul li {
    float: inherit;
    position: relative;
    color: #fff;
}

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
    
     #main-navigation-wrapper .nav > li > a {
         padding-right: 18px;
         padding-left: 18px;
         font-size:15px;
    }
}
 @media (min-width: 1200.98px){
     .nav li i.fa {
         display: none;
    }
}
 @media only screen and (min-width: 260px) and (max-width: 1200px) {
	.menu-block {
		width: 100%;
	}
	
     #main-navigation-wrapper .container{
         padding:0px;
    }
     #main-navigation-wrapper.navbar2-wrap.navbar3-wrap {
         margin:0px;
    }
   
  .collapse:not(.show) {
		display: none!important;
	}
   
	.navbar-header{
		 width:100%;
		 float:none;
		 margin:0px!important;
		 display:block;
	}

     .navbar-default .navbar-toggle {
         border: medium none;
         display: block;
         margin: 8px 0px 9px;
         padding: 15px 10px;
    }
     .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
         background-color: transparent;
    }
     .navbar-default .navbar-toggle:hover {
         border-color: #fff;
         background: none !important;
         background-color: transparent;
    }
 .navbar-toggle .icon-bar {
		background: #000;
		width: 25px;
		height: 3px;
		display: block;
		border-radius: 1px;
		margin: 4px;
    }
     .navbar-default .navbar-toggle:hover .icon-bar {
         background: #000;
    }

     .navbar-default .navbar-collapse {
         background: #12121b;
         padding: 0px 0px !important;
         padding-bottom: 0px !important;
         margin: 0;
    }
     .navbar-collapse.collapse.in {
         display: block !important;
         height: auto !important;
         max-height: 80vh;
    }
     .navbar-collapse.in {
         overflow-y: auto;
    }
     #main-navigation-wrapper .navbar-collapse {
         border-color: #232333;
         border-radius: 0px;
         background: #f2ae2b;
         text-align:center;
    }
     .navbar-nav {
         margin: 0;
    }
     #main-navigation-wrapper .nav {
         width: 100%;
    }
     #main-navigation-wrapper .nav > li {
         display: block;
         padding: 0;
         text-align:left;
         width: 100%;
		 background: #1f242c;
    }
     #main-navigation-wrapper .nav > li > a {
		display: block;
		padding: 8px 25px;
		border-bottom: 1px solid #fff!important;
		border-right: 0px;
		position: relative;
		font-size: 15px;
		color: #fff;
    }
     #main-navigation-wrapper .nav > li:first-child > a {
         padding-left: 25px;
    }
     #main-navigation-wrapper.navbar-default .navbar-nav > .open > a, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a, #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
		background-image: linear-gradient(to right, #1db364, #40c823);
		color: #fff;
    }
     #main-navigation-wrapper .nav > li.dropdown.dropdown-active > a {
         border-bottom: 1px solid #12121b;
    }
     #main-navigation-wrapper .nav > li:last-child > a {
         border-bottom: 1px solid #c3a554;
    }
     .header1 #main-navigation-wrapper .nav > li > a {
         padding:16px 20px;
    }
     #main-navigation-wrapper .nav > li + li > a {
         border-left: none;
    }
     #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #fff none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .nav > li.test > .dropdown-submenu{
        display:block
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu{
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #c3a554 none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.second_submenu {
         left: 0;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a {
        background: #e2e0e0;
         padding-left: 50px;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu{
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #c3a554 none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.third_submenu {
         left: 0;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a {
        background: #f2f2f2;
         padding-left: 70px;
    }
     #main-navigation-wrapper .dropdown-submenu > li > a {
         border-bottom: 1px solid #ccc;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
         display: block;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
         background: transparent none repeat scroll 0 0;
         border: medium none;
         float: right;
         height: 51px;
         margin: -15px 0 0;
         position: relative;
         right: -25px;
         width: 51px;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler:before {
         position: absolute;
         font-family: 'FontAwesome';
         border: none;
         content: "\f078";
         top: 15px;
         color: #52482e;
         right: 17px;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler.dopdown-nav-toggler-active:before {
         position: absolute;
         font-family: 'FontAwesome';
         border: none;
         content: "\f077";
         top: 15px;
         color: #52482e;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar + .icon-bar {
         margin-top: 4px;
    }
     
     #main-navigation-wrapper .var2-nav.var3-nav .nav > li {
         padding: 0px;
    }
     #main-navigation-wrapper .var2-nav.var3-nav .nav > li > a {
         padding: 16px 25px;
    }
    
     i.fa.fa-chevron-down {
         float: right;
         color: #fff;
         z-index: 9999;
         position: absolute;
         top: 0;
         right: 9px;
         padding: 17px 16px;
    }
		ul.dropdown-submenu.opened li i {
		color: #000;
	  }
}

@media (min-width: 768px)
{
	.navbar-toggle {
		display: none;
	}
}

.navbar-toggle {
    margin-top: 24px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 28px;
    color: #f6073d;
    cursor: pointer;
}

/*
* 4. Main Banner
*/

.content-area {
   
    background-size: cover;
    background-position: right top;
}

.get-solution {
    position: relative;
padding: 0px 0;
    padding-bottom: 0px;
    z-index: 999;
}
.image {
    max-width: 336px;
    margin-top: 45px;
}
.get-solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../images/solar/1.png');
    width: 48%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
}

.get-solution::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 71%;
    height: 100%;
    z-index: -1;
}

.get-solution .content h5 {
    font-family: SamsungSharpSans;
    font-size: 20px;
    margin: 0;
    margin-top: 100px;
    position: relative;
}

.get-solution .content h5::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 31%;
    height: 2px;
    width: 5rem;
    background: #f68121;
    border-radius: 10px;
}

.get-solution .content h1 {
    font-family: SamsungSharpSans;
    font-size: 40px;
       margin: 1px 0 1px 0;
}

.get-solution .content h1 span {
   
    color: #f68121;
    line-height: 55px;
     font-family: SamsungSharpSans;
}

.get-solution .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	padding-bottom:10px;
}

.get-solution .content a {
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #fff;
    background: #1f242c;
    line-height: 46px;
    border-radius: 30px;
    text-decoration: none;
    width: 160px;
    height: 50px;
    z-index: 2;
}

.get-solution .content a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 20px;
    z-index: -2;
    transition: ease .4s;
}

.get-solution .content a:hover:before {
    width: 100%;
    height: 100%;
    background: #f68121;
}

 

 

/*
* 5. Home Widgets
*/

.home-widget {
    position: relative;
    z-index: 2;
}

.home-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45rem;
    height: 100%;
    background: #1f242c;
    z-index: -2;
}

.home-widget .box {
    padding: 30px;
    background: #1f242c;
    color: #fff;
    position: relative;
    border-right: 1px solid #535151;
}

.home-widget .box span {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #44c91b;
    transition: linear .4s;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 55px;
    border-radius: 50%;
}

.home-widget .box span:hover {
    color: #6bee43;
}

.home-widget .box span i {
    transition: linear 1.5s;
    display: block;
}

.home-widget .box span:hover i {
    transform: rotate(360deg);
}

.home-widget .box .text {
    padding-left: 50px;
}

.home-widget .box h4 {
    color: #44c91b;
    margin-bottom: 4px;
	font-size: 22px;
    transition: .4s;
}

.home-widget .box:hover h4 {
    color: #6bee43;
}

.home-widget .box p {
    margin: 0;
    font-size: 17px;
}

/*
* 6. Service Section
*/

 

.top-bar .text a {
    color: #fff;
 }


.service-content .content {
    position: relative;
}

.service-content .content span {
    position: relative;
    transition: .3s;
    width: 90px;
    display: block;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    padding: 20px 0;
    font-size: 55px;
    z-index: 2;
}

.service-content .content span:hover {
    color: #fff;
}

.service-content .content span:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.service-content img {
    width: 70px;
    top: 0;
    left: 0;
}

.service-content .content span i {
    transition: linear 1.5s;
    display: block;
}

.service-content .content span:hover i {
    transform: rotate(360deg);
}

.service-content .img1 {}

.service-content .img2 {
    opacity: 0;
}

.services .top-area {
    margin-bottom: 60px;
}

.services .top-area h6 {
    font-size: 20px;
    font-family: SamsungSharpSans;
    margin-bottom: 15px;
    position: relative;
}

.services .top-area h6::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 130px;
	height: 2px;
    width: 5rem;
    background: #f68121;
    
}

.services .top-area h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    line-height: normal;
    margin: 0;
}

.services .top-area p {
    font-size: 16px;
    margin: 0;
}

.service-content img {
    width: 70px;
}

.service-content h4 {
    font-size: 24px;
    font-family: SamsungSharpSans;
    margin: 15px 0 8px 0;
}

.service-content p {
    font-size: 16px;
    max-width: 20rem;
    margin: 0;
}

/*
* 7. About Us
*/

.about-us {
    padding-top:100px;
    background: url('../../images/solar/5.png') #eef1f6;
    background-size: cover;
    overflow-y: visible;
}



.slider-section .owl-prev, .slider-section .owl-next {

  position: absolute;
    top: 50%;
    transform: translatey(-50%);

}


.slider-section .owl-prev{

  
    left:0;
}


.slider-section .owl-next{

    right:0;
}










.headline {
    text-align: center;
    margin-bottom:35px;
}

.headline h6 {
    display: inline-block;
    font-family: SamsungSharpSans;
    margin-bottom: 0;
    position: relative;
	font-size:20px;
}

.headline h6::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 132px;
    height: 2px;
    width: 5rem;
    background: #f68121;
    border-radius: 10px;
}

.our-team .headline h6::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 108px;
}

.headline h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    max-width: 30rem;
    margin:10px auto;
    line-height: normal;
}

.headline p {
    font-size: 16px;
    max-width: 765px;
    margin: 0 auto;
    margin-top: 15px;
}

.headline-left {
    text-align: left;
    margin-bottom:35px;
}

.headline-left h6{
	color:#000;
}
.headline-left h6::before {
    content: '';
    position: absolute;
    top: 108px;
    left: 99px;
    height: 2px;
    width: 5rem;
    background: #f68121;
    border-radius: 10px;
}


.about-us img {
    width: 100%;
    margin-bottom: -109px;
    display: block;
}

.about-us .content {
    padding: 30px 0;
    position: relative;
}

.about-us .content::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    width: 1px;
    height: 61%;
    border-left: 3px dashed #000;
}

.about-us .content .box {
    margin: 33px 0;
    padding-left: 100px;
    position: relative;
}

.about-us .content .box span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #44c91b;
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    background: #eef1f6;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #000;
}

.about-us .content .box h5 {
    font-size: 20px;
    font-family: SamsungSharpSans;
}

.about-us .content .box p {
    margin: 0;
    font-size: 16px;
}

/*
* 8. Work Area
*/

.work {
    position: relative;
    background: url('../../images/solar/4.jpg');
    background-size: cover;
    color: #fff;
    overflow: visible;
    z-index: 2;
	    padding: 40px;
}

.work p{
  padding-right:15px;
}

.bg-carousel {
    max-width: 1400px;
    margin: 0 auto;
}
.work .owl-stage-outer {
      height: 290px;
}

.work .content {
padding: 0px 0px 0px 0px;
}

.work .content h5 {
    font-size: 20px;
    font-family: SamsungSharpSans;
    margin: auto;
	color:#fff;
}

.work .content h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    max-width: 30rem;
    line-height: 47px;
    margin:20px 0 16px 0;
	color:#000;
}

.work .content-box {
    position: relative;
    padding-left: 30px;
    z-index: 2;
}

 
.work .content-box h4 {
    font-family: SamsungSharpSans;
    font-size: 24px;
    text-align: left;
    max-width: 26rem;
	color:#fff;
	letter-spacing:1px;
}

.work .content-box h1 {
    font-family: SamsungSharpSans;
    font-size: 60px;
    margin: 20px 0;
}

.work .content-box button {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #31bf3f;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
    background: #1f242c;
    z-index: 2;
}

.work .content-box button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 0%;
    height: 0%;
    border-radius: 30px;
    z-index: -2;
    transition: ease .4s;
}

.work .content-box button:hover:before {
    width: 105%;
    height: 102%;
    background: #fff;
}

.work .content-box button:hover {
    box-shadow: 0px 0px 5px #1f242c;
    color: #000;
}

.carousel ul {
    overflow-x: hidden;
    padding: 35px 0;
}

.carousel ul li {
    float: left;
    width: 28%;
}

.carousel ul li.active {
    width: 42%;
    margin: 1%;
    margin-top: -38px;
}

/*
* 9. Our Team
*/

.our-team {
    padding:100px 0;
}

.our-team .headline h2 {
    max-width: 100%;
}

.our-team .team {
    margin: 20px 0;
    position: relative;
}

.our-team .team .image {
    position: relative;
    overflow: hidden;
}

.our-team .team .image img {
    filter: grayscale(100%);
    transform: scale(1);
    transition: linear .4s;
}

.our-team .team .image:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.our-team .team h5 {
    position: absolute;
    bottom: 58px;
    left: 30px;
    color: #32c13c;
    font-family: SamsungSharpSans;
    font-size: 20px;
}

.our-team .team h5 span {
    display: block;
    color: #fff;
    font-size: 16px;
	font-family:'Open Sans', sans-serif; 
	padding-top:5px;
}

.our-team .team ul {
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-image: linear-gradient(to right, #1db364, #40c823);
    padding: 3px 20px;
}

.our-team .team ul li {
    float: left;
    margin-left: 10px;
}

.our-team .team ul li:first-child {
    margin-left: 0;
}

.our-team .team ul li a {
    color: #fff;
    font-size: 20px;
    display: block;
}

 

/*
* 10. Testimonial
*/

.testimonial {
    position: relative;
    padding-bottom: 80px;
}

.testimonial::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: url('../../images/solar/13.jpg');
    background-size: cover;
}

.testimonial .box h5 {
    display: inline-block;
    font-family: SamsungSharpSans;
    margin-bottom: 0;
    position: relative;
    margin-top: 12rem;
}

.testimonial .box h5:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 125px;
    height: 2px;
    width: 5rem;
    background: #f68121;
    border-radius: 10px;
}

.testimonial .box h2 {
    font-family: SamsungSharpSans;
    margin:10px 0 14px 0;
    font-size: 40px;
}

.testimonial .box p {
    line-height: 29px;
    font-size: 17px;
    
    font-style: italic;
}

.user {
    margin-top: 20px;
}

.user h6 {
    
    font-weight: 600;
    color: #32c13c;
    font-size: 18px;
}

.user h6 span {
    display: block;
    font-size: 15px;
    color: gray;
    font-weight: normal;
	font-family:'Open Sans', sans-serif;
	padding:8px 0;
}

.user img {
    width: auto !important;
}

.testimonial .boxx {
    padding-left: 20px;
    padding-top: 20px;
}

.testimonial .boxx .image {
    position: relative;
    max-width: 28rem;
}

.testimonial .boxx .image img {
    max-width: 28rem;
}

.testimonial .boxx .image::before {
    content: '';
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100%;
    height: 100%;
    background: #32c13c;
    z-index: -1;
}

.testimonial .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(12%);
}

.owl-prev {
    background: #d3d6dc!important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 36px;
}

.owl-next {
    background: #d3d6dc!important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 36px;
}

/*
* 11. Counter
*/

.counting {
    background: url('../../images/solar/14.jpg');
    background-position: right center;
    background-size: cover;
    padding: 0px 0;
    color: #fff;
    
}

.counting .box {
    position: relative;
    margin: 20px 0;
    padding: 30px 0;
}

.counting .box span {
    display: inline-block;
    font-size: 60px;
    color: #f68121;
    transition: .4s;
}

.counting .box h1:hover span {
    color: #27b951;
}
.counting .box span i{
    display: block;
    transition: 1.5s;
}
.counting .box span:hover i{
    display: block;
    transform: rotate(360deg);
}

.counting .box h1 {
    font-family: SamsungSharpSans;
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 2px;
    transition: .4s;
	color: #fff;
}

.counting .box h1:hover{
    color: #27b951 ;
}

.counting .box h1 span {
    color: #fff;
    font-size: 60px;
    font-family: SamsungSharpSans;
}

.counting .box h6 {
    color: #808997;
    font-family: SamsungSharpSans;
    margin-bottom: 0;
    text-transform: uppercase;
}


.blog-area {
    padding: 100px 0;
    background: url('../../images/solar/19.jpg');
    background-size: cover;
}

.blog {
    margin: 20px 0;
    box-shadow: 0px 10px 10px #b8b8b8;
    background: #fff;
    transition: .4s;
}

.blog .image {
    overflow: hidden;
}

.blog .image img {
    transform: scale(1; );
    transition: .4s;
}

.blog img:hover {
    transform: scale(1.1);
}

.blog hr {
    transition: .2s;
}

.blog:hover hr {
    border-top: 1.5px solid #40e02c;
}

.blog ul {
    overflow: hidden;
    margin: 18px 0 0 0;
    padding: 0 15px;
}

.blog ul li {
    float: left;
    margin-right: 15px;
    color: #66ca2d;
}

.blog ul li:last-child {
    margin-right: 0
}

.blog ul li span {
    color: #000;
    padding-right: 5px;
}

.blog a {
    font-family: SamsungSharpSans;
    font-size: 22px;
    color: #000;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0 15px;
}

.blog p {
    margin-bottom: 0;
    padding: 0 15px;
    display: block;
    padding-bottom: 30px;
}

/*
* 12. Contact
*/

.contact {
    padding:100px 0;
    background: url('../../images/solar/20.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact .headline {
    margin-bottom: 15px;
}

.google-map__contact {
    width: 100%;
    height: 29rem;
    border: none;
}

.contact h2 {
    margin: 0;
}

.contact input {
    width: 100%;
    background: #fff;
    border: 2px solid #f68121;
    margin-bottom: 20px;
    height: 55px;
    padding: 10px;
    border-radius: 6px;
    color: #000;
}

.contact textarea {
    width: 100%;
    background: #fff;
    border: 2px solid #f68121;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    color: #000;
    height: 130px;
    resize: none;
}

.contact button {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    padding: 8px 40px;
    font-weight: bold;
    border-radius: 30px;
    background: #1f242c;
    transition: .4s;
    z-index: 2;
}

.contact button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 30px;
    background: #1f242c;
    z-index: -2;
    transition: ease .4s;
    z-index: -2;
}

.contact button:hover {}

.contact button:hover:before {
    width: 102%;
    height: 102%;
    background: #f68121;
}

/*
* 13. Footer
*/

.footer {
    background: url('../../images/solar/18.jpg');
    background-size: cover;
    padding:60px 0;
    padding-bottom: 10px;
    color: #fff;
}

.footer .top-area {
    border-bottom: 1px solid gray;
    padding: 40px 0;
}

.footer .top-area .box {
    margin: 20px 0;
}

.footer .top-area h2 {
    font-family: SamsungSharpSans;
    font-size: 33px;
    color: #3cc62a;
    margin: 0;
}

.footer .top-area form {
    position: relative;
}

.footer .top-area input {
    background: #000;
    color: #fff;
    border: 2px solid #9b9fa2;
    width: 100%;
    height: 60px;
    padding: 15px;
}

.footer .top-area button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%;
    width: auto;
    padding: 10px 35px;
    border: none;
    border-left: 2px solid #fff;
    color: #3cc62a;
    font-size: 19px;
}

.f-content {
    padding:40px 0 10px 0;
    border-bottom: 1px solid gray;
}

.f-content .content {
    margin: 20px 0;
}

.f-content p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
}

.f-content ul {
    overflow: hidden;
}

.f-content ul.social-media{
	padding-top:15px;
}

.f-content ul li {
    float: left;
    margin-right: 21px;
}

.f-content ul li:last-child {
    margin-right: 0;
}

.f-content ul li a {
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    font-size: 23px;
    text-align: center;
    color: #000;
    line-height: 36px;
    border-radius: 6px;
    transition: .4s;
}

.f-content ul li a:hover {
    background: #31bf3f;
    color: #fff;
}

.f-content h6 {

    font-family: SamsungSharpSans;
    color: #f57105;
    margin-bottom: 20px;
}

.f-content .utl li {
    float: inherit !important;
}

.f-content .utl li a {
    background: transparent !important;
    text-align: left;
    color: #fff;
    font-size: 16px;
    height: auto;
    width: auto;
    transition: .1s;
}

.f-content .utl li a:hover {
    color: #f68121;
    text-decoration: none;
}

.cont2 ul li {
    float: inherit;
    position: relative;
    margin-right: 0 !important;
    padding-left: 36px;
    line-height: 22px;
    margin: 20px 0;
}

.cont2 ul li span {
    color: #f68121;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright {
	text-align: right;
    padding: 30px 0;
}
.copyright h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	color:#6c757d;
}

.carousel {
      padding-bottom: 5px;
    display: block;
    margin-top: 5px;
}

.bg-carousel .owl-item > div {
    cursor: pointer;
    
    transition: margin 0.4s ease;
    box-shadow: 0px 5px 11px #0b0f11;
}

.bg-carousel .owl-item.center > div {
    cursor: auto;
    margin: 0;
    margin-bottom: 15px;
}

.bg-carousel .owl-item:not(.center) > div:hover {
    opacity: .75;
}


/*
* 14. Scroll To Top 
*/

.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #2c2b2b;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 47px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: linear.4s;
    display: none;
}

.scroll-top:hover {
    background: #f68121;
    color: #fff;
}


/*
* 15. Search PopUp
*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: none;
}

.search-popup form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 30rem;
    height: 55px;
}

.search-popup input {
    background: #fff;
    border: 3px solid #31bf3f;
    width: 100%;
    height: 55px;
    border-radius: 10px;
    padding: 10px;
}

.search-popup button {
    position: absolute;
    top: 0;
    right: 0;
    background: #31bf3f;
    color: #fff;
    border: none;
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    padding: 0 26px;
    font-size: 16px;
}

.search-popup .cross {
    position: absolute;
    top: -40px;
    right: -40px;
    color: #fff;
    font-size: 16px;
    border: 4px solid #b90808;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #b90808;
    line-height: 22px;
    cursor: pointer;
}

.hovereffect {
  width: 95%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;

}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: 0;
  padding: 50px 0px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect p:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover p:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
	font-size: 22px;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect:hover{
	background: #000;
}
