/*************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Poppins:wght@400;500&family=Source+Sans+Pro:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');

@font-face {
    font-family: 'Poppins-Medium';
    src: url(/assets/fonts/Poppins-Medium.otf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(/assets/fonts/Poppins-Regular.otf);
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url(/assets/fonts/SourceSansPro-SemiBold.otf);
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url(/assets/fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url(/assets/fonts/FiraSans-Regular.otf);
}
/*
* 1. Common styles
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased; 

}
 
html {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

/*
* 2. Typography
*/

p {
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
    /* color: #4e4d4d; */
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
}

*,
:focus,
button:focus {
    outline: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

a {
    color: #1c223a;
    text-transform: inherit;
}

a:hover,
a :focus {
    color: #e94c1f;

    text-decoration: none;
}

a,
.form-control {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

/*
* 3. Margin & Padding
*/

.mb-65 {
    margin-bottom: 65px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 20px;
}

.pb-55 {
    padding-bottom: 55px;
}

/*
* 4. Button Styles
*/

.btn {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
}

.btn-lg {
    padding: 18px 40px !important;
}

.btn-primary {
    color: #fff;
    background: #f15a36;
    border-color: #f15a36;
    padding: 18px 25px;
    border-radius: 5px;
}

btn-primary:hover {
    background: transparent;
}

.btn-light {
    color: #0a76e1;
    background: #ffffff;
    border-color: #ffffff;
    padding: 20px 35px;
    border-radius: 3px;
}

.btn-light:hover {
    color: #ffffff;
    background: transparent;
}

/*
* 5. Title section
*/
.title-section h3 {
    color: #252525;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.title-section h3 span {
    display: inline-block;
    width: 125px;
    background: #185bcb;
    height: 3px;
    margin-left: 10px;
}

.title-section h4 {
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.title-section h4 span {
    display: inline-block;
    width: 125px;
    height: 2px;
    background: #185bcb;
    margin-left: 10px;
}

.title-section h2 {
    color: #252525;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}

/*
* 6. Header styles
*/
.position {

    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

header {
    position: relative;

}

header::before {
    /* border-top: 131px solid #252525; */
    border-right: 80px solid transparent;
    content: "";
    height: 100%;
    width: 420px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.header-top {
    padding: 15px 30px;
    /* border-bottom: 1px solid #e7ecef; */
    /* padding-left: 400px; */
    transition: all .3s;
}

.info {
    margin-left: -8px;
    margin-bottom: 10px;
    /* float: right; */
}

.info ul{
    display: flex;
    align-items: center;
    /* margin-right: 73px; */
}
.info-icon ul{
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.info li i {
    color: #ff5700;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 8px;

}
.info-icon li i {
    color: #ff5700;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 8px;

}
.info-icon li i:hover {
    color: #004f2c;
}

.info li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}

.info li.info-border {
    /* border-left: 1px solid #dde0e2;
    border-right: 1px solid #dde0e2; */
    margin-left: 4px;
}
.electric-icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ff5700;
}






.info li span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #185bca;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #185bca;
}

.social-links {
    padding-right: 20px;
}

.social-links li a {
    color: #185bca;
    font-size: 18px;
    margin-left: 20px;
}

.social-links li a:hover {
    color: #0062cc;

}

/*
* 7. Nav Menu
*/

/* header .navbar .navbar-nav li {
    border-left: 1px solid #e7ecef;
} */
.is-sticky  .navbar {
    padding-bottom: 0px !important;
}
.is-sticky .header-top {
    display: none;
}
header .navbar {
    padding: 0px;
    z-index: 1000;
    /* padding-bottom: 25px !important; */
}

/* header .navbar .navbar-nav .nav-item {
    border-left: 1px solid#e7ecef;
} */

header .navbar .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #252525;
    text-transform: capitalize;
    padding: 14px 37px;
    display: inline-block;
}

header .navbar .navbar-nav .nav-link.search {
    color: #185ac9;
}

form.search-box i.fa {
    display: block !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #185ac9;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #185ac9;
}

.is-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}

#active-sticky.is-sticky .navbar-brand {
    color: #185ac9;
    font-size: 40px;
    margin-left: 0px;
    margin-top: -70px !important;
}

#active-sticky.is-sticky .navbar-brand span {
    font-size: 40px;
}

#active-sticky.is-sticky .navbar-brand:hover {
    color: #185ac9 !important;
    margin-top: 0;
}

.navbar-toggler {
    padding: 0;
    color: #252525 !important;
    border: 2px solid #252525 !important;
    width: 35px;
    height: 35px;
    font-size: 22px;
    position: absolute;
    top: 7px;
    right: 20px;
}

.navbar-light .navbar-brand {
    color: #fff;
    margin-top: -70px;
    width: 15%;
}

.navbar-light .navbar-brand img {
    transition: -0.4s;
    margin-left: 32px;
    /* margin-left: 40px; */
}

.is-sticky .navbar-light .navbar-brand img {
    margin-top: 52px;
    transform: scale(0.8);
    height: 60px;
    margin-top: 70px;
    margin-left: 79px;
}

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin-left: 100px;
    transition: all 0.3s;
}

.navbar-brand:hover {
    color: #fff !important;
}

.navbar-brand span {
    font-family: 'ScriptMTBold';
    font-weight: 400;
    font-size: 60px;
    color: #185ac9;
}

.menu-block {
    margin: 0px;
    margin-bottom: 20px;
}

#main-navigation {
    margin: 0 auto;
}

#main-navigation-wrapper.navbar-default {
    width: 100%;
    height: 50px;
    z-index: 1009;
    border-radius: 0px;
    border: 0px;
    position: relative;
    /* margin-left: 100px; */
}

.navbar .collapse {
    display: block !important;
}

.navbar-header {
    display: none;
}

.navbar-collapse.collapse {
    padding: 0px;
}

#main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 15px;
    flex-direction: row;
    margin-top: 25px;
}

#main-navigation-wrapper .nav>li {
    padding: 7px 10px;
    margin: 0;
    color: #000;
}

.nav-item a.btn {
    margin: 0px !important;
    color: #fff;
    padding: 15px 25px !important;
}

.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: 32px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 10px;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    -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);

        /* background-image: linear-gradient(to bottom right, rgb(247 142 11 / 95%), #cf5812); */
}

#main-navigation-wrapper .dropdown-submenu li {
    width: 100%;
    position: relative;
    padding: 0px 7px;
}

#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: 104%;
    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.5;
    color: #000;
    white-space: nowrap;
    padding: 4px 0px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    /* margin-left: 8%; */
}

#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 {
    color: #f15a36;
    /* color: #fff; */
}



.top-reasons .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    display: flex;
    border: 1px solid transparent;
    border-radius: 8px;
    background: none;
    font-weight: 700;
    background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a);
}
.top-reasons .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.top-reasons .nav-pills .nav-link {
    display: flex;
    border-radius: 8px;
    margin: 0px 9px;
    padding: 3px 19px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
}
.top-reasons .nav-pills .nav-link:hover,
.top-reasons .nav-pills .nav-link:focus {
    color: #ffffff;
    border: 1px solid #eb5e1d;
    background-position: 100% 0;
}

.top-reasons .nav-pills .nav-link span{
    /* border: 1px solid; */
    margin-right: 10px;
    margin-left: -8px;
}
.top-reasons .nav-pills .nav-link b{
    margin-top: 6px;
    margin-bottom: 6px;
    color: #0f1111;
}
.top-reasons .nav-pills .nav-link span p{
    font-size: 35px;
    padding: 6px;
    /* background-color: #35552f; */
    color: #0f1111;
}
.top-reasons .nav-link:focus, .nav-link:hover {
    color: #000;
}
.top-reasons ul{
    margin-top: 30px;
}
.top-reasons .nav-pills .nav-link.active b {
    margin-top: 6px;
    color: #fff;
}
.top-reasons .nav-pills .nav-link.active span p{
    color: #fff;
}

.reasons-and-why{
    color: #0f1111;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 25px 34px;
    position: relative;
    margin-bottom: 40px;
}
.reasons-and-why ul{
    margin-top: 10px;
    padding-left: 2rem;
}
.reasons-and-why ul li {
    font-family: 'Fira Sans', sans-serif;
    list-style-type: square;
    font-size: 15px;
    line-height: 1.8rem;
}
.reasons-and-why h1{
    font-size: 27px;
    padding: 7px 10px;
    font-family: Poppins, sans-serif;
    /* background: linear-gradient(to right, #719554  50%,rgba(25,23,24,0) 100%); */
    /* border-left: 1px solid #321603; */
}
.reasons-and-why h2{
    font-size: 27px;
    padding: 7px 10px;
    font-family: Poppins, sans-serif;
    /* background: linear-gradient(to right, #719554  50%,rgba(25,23,24,0) 100%); */
    /* border-left: 1px solid #321603; */
}



@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;
}

.submenu {
    margin-top: 8px;
    display: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #f0184b 10%, #fd1c47 90%) repeat scroll 0 0;
}

.submenu li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    position: relative;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu li span {
    color: #fff;
    top: 8px;
    background: #000;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
    right: 50px;
}

.submenu li a {
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.submenu .submenu {
    background: #000;
}

.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;
}

.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: #ee184b;
    background: #000;
}

#main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
    display: none;
}

.mobile-link {
    display: none;
    text-align: center;
    background: #252525;
}

.mobile-link a {
    position: relative;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    z-index: 2;
    margin: 20px 10px;
    width: 180px;
}

.mobile-link .widget-t-search {
    float: none;
    padding: 15px 0 0 0;
    margin: 0 15px;
}

.widget-t .search-form .form-control {
    height: 50px;
    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: #f15a36;
    
}

.widget-t .search-form .form-control+.input-group-addon button {
    border: 0;

    color: #bcbcbd;
    font-size: 1.2em;
    line-height: 2.1em;
    padding: 0 29px;
}

.navbar {
    text-align: right;
    display: block;
}

.navbar .menu-item {
    display: inline-block;
}

.navbar ul li {
    float: inherit;
    position: relative;
    color: #fff;
}

.navbar ul li span {
    position: absolute;
    top: 0px;
    right: -2px;
    font-size: 14px;
}

.navbar ul li:first-child {
    margin-left: 0;
}

.navbar ul li a {
    display: block;
    color: #000;
    /* padding: 12px 9px; */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
}

.navbar ul li a.active {
    color: #e94c1f;
    /* margin-left: 10px; */
}

.navbar ul li a:hover {
    color: #e94c1f;
}

.navbar ul li a.quote {
    position: relative;
    background: #ee184b;
    color: #fff !important;
    display: block;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    transition: ease .4s;
    line-height: 39px;
    margin-top: -9px;
    margin-left: 10px;
    padding-top: 1px;
}

.navbar ul li a.quote:hover {
    color: #ee184b !important;
}

.dropdown-menu {
    position: absolute;
    top: 45px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 5px #afa8a8;
    width: 250px;
    text-align: left;
    left: 0;
    padding: 0;
    border-radius: 0;
    transition: linear .4s;
    transform: scale(0);
    display: block;
}

.navbar ul li:hover .dropdown-menu {
    transform: scale(1);
}

.dropdown-menu li {
    margin-left: 0 !important;
    float: none !important;
    display: block;
    padding: 12px 12px !important;
    border-bottom: 1px dashed gray;
    transition: .3s;
}

.dropdown-menu li:hover {
    background: #ee184b;
}

.dropdown-menu li a {
    color: #000 !important;
    font-size: 13px;
}

.dropdown-menu li:hover a {
    color: #fff;
}

.submenu {
    position: absolute;
    top: -10px;
    left: 250px;
    background: #fff;
    width: 280px;
    box-shadow: 0px 0px 5px #afa8a8;
    transition: linear .4s;
    transform: scale(0);
}

.dropdown-menu li:hover .submenu {
    transform: scale(1);
}

.submenu li a {
    color: #000;
}

.toggle-icon {
    display: none;
}


.nav-link.quote:hover:before {
    width: 100%;
    height: 100%;
    background: #fff;
}

.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;
}

/*
* 8. Slider styles
*/

.slider-item {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
}

/* .slider-item::before {
    position: absolute;
    width: 1000px;
    height:915px;
    content: "";
    left: 0;
    top: 0;
    background-image: url('../../images/electrician/SLIDER-2.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.owl-carousel .owl-item img {
    display: block;
    /* width: inherit; */
}

.slider-active.owl-carousel .owl-stage-outer {
    overflow: visible;
}

/* .slider-bg-1 {
    background-image: url('../../images/electrician/SLIDER-2.webp');
}

.slider-bg-2 {
    background-image: url('../../images/electrician/slide2.webp');
} */
.slider-content {
    padding: 300px 0px 0px 0px;
}

.slider-content h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
}

.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;
}

/*
* 9. About-us Section
*/

.about-us-section {
    padding: 130px 0px;
}

.about-thumb img {
    margin-right: 20px;
}

.about-thumb h3 {
    font-weight: 700;
    color: #666565;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.about-thumb p {
    color: #4e4d4d;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}

.hr {
    border-color: #d2d5e4;
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-media .media .media-body h4 {
    font-weight: 500;
    color: #252525;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.2;
}

.media-body p {
    margin-bottom: 0px;
}

.group-section {
    height: 1000px;
}

img.group {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.group2-section {
    padding: 100px 0px 30px 0;
}

@media (min-width:1200px) {
    .group2-section {
        margin-top: -670px;
        position: relative;
        z-index: 12;
    }
}

img.group2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 67%;
    height: 100%;
}

.group2-list img {
    margin-bottom: 10px;
}

.group2-list h3 {
    font-weight: 600;
    color: #252525;
    font-size: 18px;
    margin: 15px 0px;
}

/*
* 10. Product Inner
*/

.product-inner {
    padding: 359px 0px 220px;
    background-image: url('../../images/electrician/product-bg.webp');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -248px;
}

.product-inner h3 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
}

.product-inner p {
    color: #fff;
}

.product-card {
    padding-bottom: 100px;
}

.product-section .card.style {
    margin-top: -120px;
}

.style .card-body {
    padding: 20px 30px;
    border: 2px solid #E4E3E3;
    border-bottom: 0;
}

.style .card-body img {
    margin-top: 40px;
    margin-bottom: 60px;
    max-height: 150px;
    padding: 0 45px;
}

.style .card-body h4 {
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    color: #185bcb;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.style .card-body span {
    color: #F7D202;
}

.style .card-footer {
    padding: 10px 30px;
    background: #F2F3F3;
    border: 2px solid #E4E3E3;
    border-top: 0;
}

.style .card-footer h3 {
    font-weight: 600;
    color: #252525;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
}

.btn-link:hover {
    text-decoration: none;
}

#accordion {
    margin-bottom: 130px;
}

.accordion-section {
    background-image: url('../../images/electrician/pattern.webp');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.accordion-section::before {
    background-image: url('../../images/electrician/accour-layer.webp');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

#accordion .card {
    border-radius: 0px;
    border: 0;
    background: #fff;
    margin-bottom: 25px;
    border: 1px solid #B4B4B5;
}

#accordion .card .card-body {
    padding: 25px 20px;
}

.card-header {
    background: #fff;
    border-radius: 0px !important;
    border: 0;
    padding: 0;
}

.card-header button {
    position: relative;
}

.card-header button {
    font-size: 18px;
    line-height: 1;
    color: #252525;
    white-space: normal;
    text-align: left;
    font-weight: 600;
    padding: 25px 20px;
    width: 100%;
    border-radius: 0;
}

.card-header button.btn-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    right: 30px;
    color: #fff;
}

.card-header button.btn-link.collapsed::before {
    content: "\f067";
    color: #252525;
}

.btn.btn-link.collapsed {
    background: #fff;
    color: #252525;
    border-color: #fff;
}

.btn.btn-link {
    background: #185bcb;
    color: #fff;
    border-left: 3px solid #252525;
}

.accor img {
    width: 100%;
    margin-top: 78px;
    display: block;
}

/*
* 11. Team Section
*/

.team-section {
    padding-top: 130px;
}

.team-member {
    padding-bottom: 100px;
}

.thumb-nail {
    border: 6px solid #eceef0;
    position: relative;
}


.single-member img {
    width: 100%;
    filter: grayscale(100%);
    transition: linear .4s;
    transform: scale(1);
}

.single-member img:hover {
    filter: grayscale(0%);
    transform: scale(1);
}

.single-member h3 {
    margin: 15px 0px 10px;
    color: #252525;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.single-member h5 {
    font-weight: 600;
    color: #7e7d7d;
    font-style: italic;
    font-size: 16px;
}

/*
* 12. Form Section
*/

.form-section {
    position: relative;
    z-index: 111;
    padding-top: 100px;
}

.form-section::before {
    position: absolute;
    width: 100%;
    height: 220px;
    content: "";
    background: #185bcb;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.form-section::after {
    position: absolute;
    width: 48%;
    height: 100%;
    content: "";
    background-image: url(../../images/electrician/form.webp);
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control::placeholder {
    color: #bcbbb6;
    opacity: 1;
}

.form-maping {
    padding: 90px 0px;
}

.form-maping:before {
    width: 100%;
    background: #000;
}

.form-info h5 {
    font-weight: 600;
    color: #185bcb;
    font-style: italic;
    font-size: 22px;
    margin: 45px 0px 15px;
}

.form-info h1 {
    font-weight: 700;
    color: #252525;
    font-size: 48px;
}

.form-maping .media .media-body h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-maping .media .media-body span {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.nice-select {
    border: solid 1px #bcbbb6 !important;
    height: 50px;
    color: #bcbbb6;
    text-transform: capitalize;
    line-height: 50px;
    padding-left: 18px;
    padding-right: 30px;
    width: 100% !important;
    border-radius: 3px;
    font-size: 16px;
}

.nice-select .list {
    width: 100% !important;
}

.nice-select::after {
    height: 8px;
    width: 8px;
}

.form-control {
    padding: 12px 30px;
    color: #bcbbb6;
    text-transform: capitalize;
    border: solid 1px #bcbbb6 !important;
    border-radius: 3px;
    font-size: 16px;
}

textarea.form-control {
    height: 80px;
}

/*
* 13. Testimonial Section
*/

.testimonial-section {
    padding: 130px 0px;
}

.test-info {
    margin-left: 40px;
}

.test-info img {
    margin-bottom: 40px;
}

.test-info p {
    font-weight: 500;
    font-size: 16px;
    color: #4e4d4d;
    font-style: italic;
}

.test-info h6 {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #15599e;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
    padding-bottom: 10px;
}

.test-info span {
    margin-top: 20px;
    color: #323334;
    font-weight: 400;
    font-size: 16px;
}

.testimonial-active .owl-nav {
    position: absolute;
    left: 46%;
    bottom: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    font-size: 25px;
    position: absolute;
    right: -70px;
    top: 85px;
}

.owl-carousel .owl-nav button.owl-prev {
    font-size: 25px;
    position: absolute;
    left: -70px;
    top: 85px;
}

.testimonial-active .owl-nav button.owl-next {
    font-size: 25px;
}

.testimonial-active .owl-nav button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-active .owl-nav button.owl-prev::before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: -8px;
    background: #185bcb;
}

.testimonial-active .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

/*
* 14. Map Section
*/

.map-section {
    height: 460px;
}

.map-section iframe {
    width: 100%;
    height: 100%;
}

/*
* 15. Newsleter Section
*/

.newsleter-section {
    padding-top: 100px;
}

.newsleter-border {
    padding-bottom: 40px;
    border-bottom: 2px solid#616469;
}

.newsletter-info h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
}

.newsletter-form .form-inline .form-control {
    background: transparent;
    border-color: #ebebec !important;
    border-width: 2px !important;
    height: 55px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    width: calc(100% - 135px);
}

.newsletter-form .form-inline .form-control::placeholder {
    color: #f3f2f2;
    opacity: 1;
}

.btn-outline-success {
    background: transparent;
    border-color: #ebebec !important;
    border-width: 2px !important;
    height: 55px;
    border-radius: 0;
    border-left: 0;
    padding: 15px 30px;
    color: #397be8;
    font-weight: 500;
    font-size: 18px;
}

.btn-outline-success:hover {
    color: #397be8;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #397be8;
    background-color: transparent;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: none !important;
}


/*
* 16. Footer Styles
*/

.footer {
    background-image: url('../../images/electrician/footer.webp');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-widget .f-logo {
    padding: 0 0 20px 0;
}

.footer-widget-section {
    padding: 40px 0px;
}

.footer-widget h2 {
    font-weight: 900;
    color: #397be8;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.footer-widget h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #397be8;
}

.footer-widget p {
    color: #eeebeb;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-menu ul li {
    float: inherit;
    position: relative;
    margin-right: 0 !important;
    padding-left: 36px;
    line-height: 22px;
    margin: 20px 0;
}

.social-links2 li {
    margin-right: 15px;
}

.social-links2 li a {
    color: #fff;
    font-size: 25px;
    margin: 0;
}

.social-links2 li a:hover {
    color: #397be8;
}

.footer-menu li {
    margin-bottom: 15px;
    color: #fff;
}

.footer-menu li span {
    padding-right: 15px;
    color: #397be8;
    font-size: 18px;
}

.footer-menu li a {
    font-weight: 400;
    color: #ecebeb;
    font-size: 15px;
}

.footer-menu li a:hover {
    color: #397be8;
}

.address .media {
    margin-bottom: 15px;
}

.address .media svg {
    margin-right: 25px;
}

.address .media .media-body p {
    color: #ecebeb;
    font-size: 15px;
    margin: 0;
}

.coppy-right {
    border-top: 1px solid #1e1e1e;
    padding: 30px 0px;
}

.coppy-right p {
    color: #cbcaca;
    font-weight: 400;
    font-size: 15px;

}

/*
* 17. Popup Scale
*/

.overlay-scale {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}

.open .overlay-scale {
    opacity: 1;
    visibility: visible;
}

.open .wrapper,
body.open {
    height: 100vh;
}

body.open {
    overflow-y: scroll;
}

.open .wrapper {
    overflow: hidden;
}

.close-scale {
    cursor: url(../../images/electrician/close.webp), auto;
    height: 100%;
    position: absolute;
    width: 100%;
}

.overlay-scale form.search-box {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    max-width: 100%;
    width: 600px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.open .overlay-scale form.search-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.overlay-scale .search-box input {
    border: 0 none;
    font-style: italic;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    font-size: 20px;
}

.overlay-scale .search-box button {
    background-color: #185ac8;
    border: 0 none;
    color: #ffffff;
    font-size: 22px;
    line-height: 2.71;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
}

.is-sticky .overlay-scale .search-box button {
    top: 8px;
}

.overlay-scale .search-box button {
    -webkit-padding-after: 0px;
}



/*
* 18. Scroll Up & Loader
*/

#scrollUp {
    font-size: 25px;
    width: 48px;
    height: 50px;
    /* background: #e94c1f; */
    background: #e94c1f;
    /* border: 1px solid #e94c1f; */
    bottom: 24px;
    right: 26px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 60%;
}
#scrollUp:hover{
    background: #004f2c;
}

.proloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

.loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.loader_34 .ytp-spinner-left {
    right: 50%;
}

.loader_34 .ytp-spinner-right {
    left: 50%;
}

.loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #185ac8 #185ac8 #185ac8;
    border-radius: 50%;
    border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #185ac8 10%, #185ac8 90%) repeat scroll 0 0;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #FFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #5CFE6F;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #9BDCFF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.navbar-toggle {
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    right: 6px;
    color: #ffffff;
    background-color: #f15a36;
    border-radius: 0.25rem;
}






/* ---------------------------------footer------------------------------------------ */
/* footer  */
.footer {
    position: relative;
    background-image: url(../../images/gsr/footer_bg2.webp);
    background-size: cover;
}

.footer .footer-top {
    /* height: 700px; */
    color: white;
    padding: 20px 0px 25px;
}
.footer-info-2 img{
    width: 65%;
}

/* .footer .row {
    margin-left: 30px;
} */
.footer-gsr{
    display: flex;
    margin-left: -15px;
}
.footer-gsr p b{
    font-size: 22px;
}

.footer-info-1 h4, .footer-info-2 h4{
    /* text-align: center; */
    font-size: 35px;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #fff;
}
.footer-info-2 a{
    text-align: center;
    margin-top: 40px;
}

.footer-info-1 p,
.footer-info-1 a,
.footer-info-2 a{
    /* font-family: 'Fira Sans', sans-serif; */
    color: white;
    font-size: 17px;
    line-height: 25px;
}
.footer-info-2 a:hover{ 
    /* color: #e94c1f;  */
    color: #000;
    font-weight: 600;
}

.pTopBot { 
    padding-top: 25px;
    padding-bottom: 20px;
}

.pTopBot hr {
    /* background-image: linear-gradient(to right, transparent, white, transparent); */
    height: 0px;
    margin: 0 auto;
    background-color: #fff;
}

/* --------------------our offer------------------------- */
.our-offer {
    position: relative;
    background: url(../../images/gsr/back1-1.webp);
    padding-top: 50px;
    padding-bottom: 70px;
    background-size: 700px auto;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 2;
}


.headline {
    color: #000;
    width: 100%;
    margin: 0 auto;
}

.headline h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: #e94c1f;
}
.headline h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: #e94c1f;
}
.headline h1 span{
    color: #304e2e;
}

.headline h2 span{
    color: #304e2e;
}

.headline .line {
    width: 100%;
    height: 4px;
    border: none;
    background-color: rgb(64, 145, 71);
    max-width: 9rem;
    margin: 11px auto;
}

.headline p {
    font-size: 18px;
    margin-top: 20px;
}

/* -----------------------------counting--------------------------- */

.counting {
    background-color: #eb611d;
    background-position: right center;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 60px;
    color: #fff;
}

.counting .count-bd {
    border-right: 1px solid;
    border-color: #e4e5e7;
}

.counting .box {
    position: relative;
    margin: 20px 0;
}

.counting .box span {
    display: inline-block;
    font-size: 60px;
    color: #e94c1f;
    transition: .4s;
}

.counting .box h1:hover span {
    color: #fff;
}

.counting .box span i {
    display: block;
    transition: 1.5s;
}

.counting .box span:hover i {
    display: block;
    transform: rotate(360deg);
}

.counting .box h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 2px;
    transition: .4s;
    color: #fff;
}

.counting .box h1:hover {
    color: #fff;
}

.counting .box h1 span {
    color: #fff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}
.counting .box h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 2px;
    transition: .4s;
    color: #fff;
}

.counting .box h2:hover {
    color: #fff;
}

.counting .box h2 span {
    color: #fff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
}
.counting .box h6 {
    color: #fff;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}


/* ----------------------blog area-------------------------------- */
.blog-area {
    margin-bottom: 40px;
}

.blog {
    margin-top: 25px;
    /* box-shadow: 0px 10px 10px #b8b8b8; */
    border: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
    transition: .4s;
}

.blog .image {
    overflow: hidden;
}

.blog .image img {
    transform: scale(1);
    transition: .4s;
}

.blog img:hover {
    transform: scale(1.15, 1.15);
}

.blog img {
    transition: transform .2s linear;
}



.blog a {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    text-align: center;
    color: #999999;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 26px;
    padding: 0px 15px;
}

.blog a:hover {
    color: #f15a36;
}

.blog p {
    text-align: center;
    margin-bottom: 0;
    padding: 0 15px;
    display: block;
    padding-bottom: 20px;
    font-size: 18px;
    color: #3e3737;
}

/* -----------------------------------trending section--------------------------- */

.trend-modal .modal-content {
    width: auto;
}

.trend-modal .modal-dialog {
    max-width: 400px;
}

.trend-modal .modal-footer {
    padding: 0px 5px 5px;
    border-top: 0px solid #dee2e6;
    /* border-bottom-right-radius: calc(0.3rem - 1px); */
    /* border-bottom-left-radius: calc(0.3rem - 1px); */
}

.trend-modal .modal-body {
    padding: 10px 10px 5px;
}

/* --------------------carousel--------------------------------- */
.carousel {
    margin-top: 30px;
    padding-bottom: 50px;
    display: block;
}

.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;
}

.bg-carousel .owl-item>div {
    cursor: pointer;
    margin: 5% 7%;
    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;
}

.bg-carousel {
    max-width: 1400px;
    margin: 0 auto;
}



/* -----------------------------product page------------------------------------------- */
.gsr-products-1{
    margin-top: 30px;
}
.product-linnk{
    margin-bottom: 6px;
}
.product-linnk h3{
    display: block;
    padding: 1rem 1rem;
    font-size: 18px;
    margin-bottom: 0px;
}
.product-linnk a{
    color: #000;
}
.product-linnk a.active{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #e94c1f;
    padding: 16px;
    transition: box-shadow .25s ease,transform .25s ease;
    font-size: 16px;
}

.product-linnk a:hover{
    border-bottom: 3px solid #f58634;
}

.product-section {
    padding: 50px 0px;
}

.product-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #e94c1f;
    transition: box-shadow .25s ease,transform .25s ease;

}

.product-tab .tab-content {
    transition: box-shadow .25s ease,transform .25s ease;
}

.product-tab .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 3px solid #fff;
    background-color: #fafafa;
    color: #282727;
    font-weight: 500;
    font-size: 17px;
    transition: box-shadow .25s ease,transform .25s ease;
}

.product-tab .nav-pills .nav-link:hover {
    border-bottom: 3px solid #f58634;
}

.product-tab .nav-link {
    display: block;
    padding: 1rem 1rem;
}

.tab-content .tab-detail-1 {
    margin-top: 30px;
}

.tab-content .tab-detail-1 p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #181818;
}

.tab-content .tab-detail-1 h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.tab-content .tab-detail-1 h3 a {
    font-size: 25px;
    font-weight: 500;
    color: #f67415;
    background-image: linear-gradient(#f58634,#f58634);
    background-size: 0 3px,auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .4s ease-out;
}
.tab-detail-2 img {
    /* max-width: 120%;
    margin-left: -35px; */
}

.tab-det-photo img{
    /* max-width: 120%;
    margin-left: -38px; */
}

.tab-content .tab-detail-1 h3 a:hover {
    color: #181818;
    background-size: 100% 3px,auto !important;
}


/* second tab-detail-2 */
.tab-det {
    margin-top: 30px;
}

.tab-content .tab-detail-2 p {
    font-size: 17px;
    line-height: 25px;
    color: #181818;
}

.tab-content .tab-detail-2 h3 {
    margin-bottom: 10px;
}

.tab-content .tab-detail-2 h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #f77210;
    background-image: linear-gradient(#f58634,#f58634);
    background-size: 0 3px,auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .4s ease-out;
}

.tab-content .tab-detail-2 h3 a:hover {
    color: #181818;
    background-size: 100% 3px,auto !important;
}
/* .tab-content .tab-border-1 h3 a:hover:after {
    position: absolute;
    content: "";
    width: 63%;
    height: 3px;
    background-color: orange;
    left: 4%;
    top: 91px;
    transition: all 0.4s ease-in-out;
}
.tab-content .tab-border-2 h3 a:hover:after {
    position: absolute;
    content: "";
    width: 63%;
    height: 3px;
    background-color: orange;
    left: 4%;
    top: 91px;
    transition: all 0.4s ease-in-out;
} */

/* ____________________________product internal pages____________________________________ */
/* --------------solar and inva tubular batter */
.solar img {
    width: 100%;
}

.solar-details {
    position: relative;
    padding-top: 30px;
}

.solar-details .headline h2 {
    font-size: 35px;
    color: #e94c1f;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.solar-details .headline h1 {
    font-size: 35px;
    color: #e94c1f;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.solar-details .headline p {
    font-size: 17px;
    /* margin-top: 33px; */
}

.blog-area .battery img {
    background-color: #4b4b4b;
}

.blog-area .battery h5 {
    font-size: 24px;
    line-height: 30px;
    /* letter-spacing: 1px; */
    margin-top: 20px;
    margin-bottom: 7px;
    color: #6f6f6f;
    font-weight: bold;
}

.blog-area .battery h6 a {
    color: #e94c1f;
    font-size: 17px;
    line-height: 25px;
}

.blog-area .battery p {
    color: #181818;
    margin-top: 10px;
}

/* ############################  GSR 33008TT battery  */

.gsr-hulk-modal .modal-content {
    width: auto;
}

.gsr-hulk-modal .modal-dialog {
    max-width: 400px;
}

.gsr-hulk-modal .modal-footer {
    padding: 0px 5px 5px;
    border-top: 0px solid black;
    /* border-bottom-right-radius: calc(0.3rem - 1px); */
    /* border-bottom-left-radius: calc(0.3rem - 1px); */
}

.gsr-hulk-modal .modal-body {
    padding: 0px 0px 0px;
}

.top-section {
    background-color: #dcdcdc;
    padding: 14px 0;
}

.top-section-details li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    color: #ffc008;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.top-section-details li::after {
    position: absolute;
    content: "|";
    right: -2px;
    top: -1px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'FontAwesome';
}

.top-section-details a:hover {
    color: black;
}

.top-section-details a.active {
    color: #f15a36;
    text-transform: uppercase;
}

.hulk-1 {
    margin-top: 11px;
}

.hulk-1 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #e94c1f;
    margin-bottom: 7px;
}

.hulk-1 li {
    font-size: 19px;
    color: #181818;
    list-style: disc;
    margin-left: 30px;
}


.hulk-icon {
    margin-top: 35px;
    margin-bottom: 10px;
}

.hulk-battery-icon {
    background-color: #a0e37c;
}

.hulk-battery-icon .hulk-icon-photo img:hover {
    transform: scale(1.15, 1.15);

}

.hulk-battery-icon .hulk-icon-photo img {
    transition: transform .2s linear;

}

.hulk-icon-name p {
    font-size: 18px;
    margin-left: 14px;
    color: rgb(34 33 33);
    font-weight: 600;
}

.hulk-bat-1 {
    display: flex;
    width: 20%;
    margin-bottom: 25px;
}

.hulk-bat-2 {
    display: flex;
    width: 25%;
    margin-bottom: 25px;
}

/* .hulk-icon-photo{
    padding-right: 15px;
} */
.battery-icon {
    margin-left: 50px;
}

/* .battery-icon .hulk-icon-photo img{
    width: 100px;
}

.battery-icon .hulk-icon-name p {
    font-family: Proximanova,sans-serif;
    font-size: 17px;
    margin-left: 14px;
    color: #181818;
    font-weight: 600;
} */

.battery-advance {
    padding: 25px 0px;
}

.bat-adv p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    color: #181818;
    margin: 0 0 2rem;
}

.bat-adv2 p {
    font-size: 19px;
    line-height: 25px;
    /* font-weight: 600; */
    color: #181818;
    margin: 0 0 2rem;
}

.battery-advance ul {
    padding-left: 2rem;
}

.battery-advance li {
    font-size: 19px;
    line-height: 25px;
    color: #181818;
    list-style: disc;
}


/* ----------------------------------------smf-agm-vrla-battery page --------------------------------- */
.grs12-feature {
    margin-top: 30px;
    margin-bottom: 30px;
}

.grs12-feature {
    position: relative;
    background-image: url(../../images/gsr/product/smf-agm-vrla/background-image.webp);
    padding-top: 10px;
    background-size: 950px auto;
    background-repeat: no-repeat;
    background-position: right center;
}

.grs-content h4 {
    
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    /* letter-spacing: 1px; */
    color: #181818;
    margin: 0 0 14px 0;
}

.grs-content ul {
    padding-left: 2rem;
}

.grs-content li {
    font-size: 17px;
    color: #272525;
    list-style: disc;
}

.gsr-content-back {
    border-top-width: 1px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    /* padding-top: 0px; */
    padding-bottom: 20px;
    background-color: #f6eca7;
    border-left-color: #f6eca7;
    border-left-style: solid;
    border-right-color: #f6eca7;
    border-right-style: solid;
    border-top-color: #f6eca7;
    border-top-style: solid;
    border-bottom-color: #f6eca7;
    border-bottom-style: solid;
    border-radius: 20px;
    margin-bottom: 30px;
}

.gsr-box {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ef7f1a;
    border-left-color: #ef7f1a;
    border-left-style: solid;
    border-right-color: #ef7f1a;
    border-right-style: solid;
    border-top-color: #ef7f1a;
    border-top-style: solid;
    border-bottom-color: #ef7f1a;
    border-bottom-style: solid;
    border-radius: 20px;
}

.gsr-box p {
    font-size: 19px;
    line-height: 25px;
    color: #1a1a1a;

}

.gsr-box2 p {
    font-size: 19px;
    line-height: 25px;
    color: #232222;
    margin-top: 20px;

}


/* -------------------------- inverter page----------------------- */
.inverter-details {
    position: relative;
    padding-top: 15px;
    background-color: #f5f6fa;
}

.inverter-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f6fa;
}

.solar-inverter .image {
    padding: 30px;
    background-color: #a1c350;
    border: 1px solid #a1c350;
    border-radius: 20px;
    margin-bottom: 30px;
}

.empt-inverter {
    height: 96px;
}

.solar-inverter h5 {
    font-size: 19px;
    line-height: 25px;
    color: #181818;
    margin-bottom: 20px;
}

.solar-inverter p {
    font-size: 19px;
    line-height: 25px;
    color: #1b6a09;
    margin-bottom: 30px;
}

.solar-inverter h6 a {
    font-size: 19px;
    color: #e94c1f;
}

.solar-inverter h6 a:hover {
    color: #f7954d;
}


/* -------------in the inverter page */
/* -------------------pwm solar inverter page-------------------- */
.pwm-solar-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pwm-photo-1 img {
    width: 75%;
    margin-bottom: 30px;
}

.pwm-inverter {
    width: 75%;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    /* padding-top: 0px; */
    padding-bottom: 10px;
    background-color: #ffcd64;
    border-left-color: #ffcd64;
    border-left-style: solid;
    border-right-color: #ffcd64;
    border-right-style: solid;
    border-top-color: #ffcd64;
    border-top-style: solid;
    border-bottom-color: #ffcd64;
    border-bottom-style: solid;
    border-radius: 20px;
    margin-bottom: 30px;
}

.pwm-box {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5821f;
    border-radius: 20px;
}

.pwm-box p {
    font-size: 21px;
    line-height: 25px;
    color: #181818; 
    font-weight: 600; 
}

.pwm-box2 p {
    font-size: 19px;
    line-height: 25px;
    color: #181818;
    margin-top: 10px;
    font-weight: 600;
}

.pwm-content h6 {
    font-size: 21px;
    line-height: 25px;
    color: #1b6a09;
    margin-bottom: 25px;
}

.pwm-content li {
    font-size: 17px;
    color: #181818;
    list-style: disc;
    line-height: 25px;
}

.pwm-content ul {
    padding-left: 2rem;
    margin-bottom: 25px;
}

.pwm-photo-3 {
    margin-top: 50px;
    width: 81%;
}

.pwm-photo-4 {
    margin-top: 80px;
    margin-bottom: 30px;
}

/* -----------------------------------------solar pannles-------------------------------------------------------------- */
.solar-pannel-inverter {
    padding: 0px;
    padding-bottom: 70px;

}

.solar-pannel-inverter h2 {
    padding: 20px;
}


.solar-pannel-content {
    padding-top: 30px;
}

.solar-pannel-data li {
    font-size: 18px;
    color: #181818;
    list-style: disc;
    line-height: 25px;
}

.solar-pannel-data ul {
    padding-left: 2rem;
    margin-bottom: 25px;
}

.hulk-icon-name1 p {
    font-size: 19px;
    margin-left: 14px;
    color: white;
    font-weight: 600;
}

.available-range-section {
    margin-bottom: 80px;
}

.available-solar {
    background-color: #0f2442;
    height: 3px;
}

.available-solar-h h6 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #181818;
    font-size: 17px;
    font-weight: 600;
    margin-top: -12px;
    padding: 0px 10px;
    text-transform: capitalize;
}

.available-solar-h p {
    border-top: 3px solid #000;
    width: 42%;
}
/* ##################################------Home Appliances Tab-----##################### */
/* ---------------------ceiling fan page---------------------- */
.ceiling-fan-section {
    padding-top: 35px;
}

.ceiling-fan-section .line {
    width: 100%;
    height: 4px;
    border: none;
    background-color: rgb(74, 151, 80);
    max-width: 9rem;
    margin: 11px auto;
    margin-left: 4px;
    margin-top: 20px;
}

.ceiling-fan .image {
    /* border-radius: 20px; */
    margin-bottom: 30px;
    overflow: hidden;
}
.ceiling-fan .image img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.ceiling-fan .image img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.ceiling-fan {
    /* background-image: linear-gradient( #2563c1, #0d367e); */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 86%; 
    margin-top: 50px;
    /* margin-bottom: 50px; */
}

.ceiling-fan h5 {
    font-size: 22px;
    line-height: 27px;
    /* letter-spacing: 1px; */
    color: #000;
    margin-left: 21px;
}

.fan-btn {
    text-align: end;
    margin-top: -21px;
    margin-right: 21px;
}

.fan-btn .btn-primary1 {
    /* font-family: 'Poppins', sans-serif; */
    color: #fff; 
    background-color: #ef7f1a; 
    padding: 6px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}
.fan-btn .btn-primary1:hover{
    background-color: #004f2c; 
    color: #fff;
}

.fan-btn2 {
    text-align: end;
    margin-top: -51px;
    margin-right: 21px;
    margin-bottom: 35px;
}

.fan-btn2 .btn-primary1 {
    color: #fff;
    background: #f25a36;
    background-color: #f25a36;
    border-color: #f25a36;
    padding: 11px 19px;
    border-radius: 0px;
    font-size: 17px;
}

.ceiling-fan-top {
    /* border-top-width: 3px;
    padding-top: 0px;
    border-top-color: #d9d9d9;
    border-top-style: solid; */
}



/* -------------------jade fan page-------------------- */
.jade-1 {
    margin-top: 11px;
}

.jade-1 h2,
h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    /* letter-spacing: 1px; */
    color: #e94c1f;
    margin-bottom: 30px;
}

.jade-1 li {
    font-size: 17px;
    color: #181818;
    list-style: disc;
    margin-left: 30px;
}

.jade-fan .img-select img {
    border: 2px solid #f58634;
    width: 70%;
}

.jade-fan .img-display {
    overflow: hidden;
}

.jade-fan .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}



.jade-fan .img-select {
    display: block;
}

.jade-fan .img-item {
    margin: 0.3rem;
}

.jade-fan .img-item:nth-child(1),
.jade-fan .img-item:nth-child(2),
.jade-fan .img-item:nth-child(3) {
    margin-right: 0;
}

.jade-fan .img-item:hover {
    opacity: 0.8;
}



.ceiling-fan-icon {
    background-color: #e2e7e8;
}

.fan-icon {
    margin-top: 35px;
    margin-bottom: 10px;
}

.fan-bat-1 {
    display: flex;
}

.fan-bat-2 {
    display: flex;
}

/* .fan-bat-2 img{
    width: 77px;
} */

.ceiling-fan-icon .hulk-icon-photo img:hover {
    transform: scale(1.15, 1.15);
}

.ceiling-fan-icon .hulk-icon-photo img {
    transition: transform .2s linear;
}

.table-bordered {
    margin-top: 50px;
    border: 1px solid #000;
}

.ceiling-table {
    text-align: center;
    font-size: 15px;
    background-image: linear-gradient(175deg, rgba(239,127,25,0.9999999999999999) 0%, rgba(235,93,29,0.996078431372549) 100%);
}

.ceiling-table th {
    border: 1px solid #000;
}

.ceiling-row td {
    text-align: center;
    font-weight: 600;
    border: 1px solid #000;
}

.table-bordered thead th {
    border-bottom-width: 0px;
    vertical-align: inherit;
    color: #fff;
    font-size: 16px;
}

.table-bordered tbody td {
    border-bottom-width: 0px;
    vertical-align: inherit;
    font-size: 16px;
}


.ceiling-fan-modal .modal-content {
    width: auto;
    border: 5px solid black;
}

.ceiling-fan-modal .modal-dialog {
    max-width: 400px;
}

.ceiling-fan-modal .modal-footer {
    padding: 0px 5px 5px;
    border-top: 0px solid black;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.ceiling-fan-modal .modal-body {
    padding: 0px 0px 0px;
}


/* -------------------------------------FAN REGULATOR PAGE ----------------------------------- */
.fan-regulator-area {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #f5f6fa;
}

.headline-1 {
    color: #000;
    width: 100%;
    margin: 20px auto;
}

.headline-1 h2 {    
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #e94c1f;
}

.headline-1 .line {
    width: 100%;
    height: 4px;
    border: none;
    background-color: rgb(64, 145, 71);
    max-width: 9rem;
    margin: 20px auto;
}

.fan-regulator {
    display: flex;
    height: 79%;
}

.fan-regulator .image {
    /* padding: 30px; */
    background-color: #fff;
}

.fan-reg-txt h4 { 
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0px;
    color: #181818; 
    margin-bottom: 30px;
    color: #e94c1f;
    text-transform: uppercase;
}

.fan-reg-txt1 h4 { 
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #181818;
    margin-top: 30px;
    margin-bottom: 30px;
}


.fan-reg-dot ul { 
    list-style-type: disc;
}

.fan-reg-dot li { 
    color: #181818;
    font-size: 19px;
    font-weight: 600;
    list-style-type: disc;
}

.table-bordered2 {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #979797;
}

.wall-fan-table {
    background-color: #e2e7e8
}

.wall-table {
    text-align: center;
    font-size: 17px;
    /* background-color: #e94c1f; */
}

.wall-table th {
    border: 1px solid #979797;
}

.wall-row td {
    text-align: center;
    font-weight: 600;
    border: 1px solid #979797;
}

.table-bordered2 thead th {
    border-bottom-width: 0px;
    vertical-align: inherit;
}

/* --------------------------------EXHAUST FAN------------------------------------- */
.exhaust-fan-section {
    margin-bottom: 30px;
}

.maxima {
    background-color: white !important;
    margin-bottom: 30px;
}

.maxima-icon {
    margin-top: 68px;
    margin-bottom: 10px;
}

/* ---------------------------------------Mixer Grinder Page----------------------------- */
.mixer-grinder-section {
    margin-bottom: 30px;
}

.solar-inverter1 .image img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1); 
}
.solar-inverter1 .image img:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.solar-inverter1 .image1 img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1); 
}
.solar-inverter1 .image1 img:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.solar-inverter1{
    /* background-image: linear-gradient( #7fb3b6, #65a1a4); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 96%;
    overflow: hidden;
}

.solar-inverter1 h5 {
    font-size: 24px;
    /* line-height: 16px; */
    color: #181818;
    margin-bottom: 18px;
}

.solar-inverter1 h6 a {
        border: solid 1px #ef7f1a;
        padding: 2px 10px;
    font-size: 19px;
    color: #ef7f1a;
    background-image: linear-gradient(#004f2c,#004f2c);
    /* color: #0d367e;
    background-image: linear-gradient(#0d367e,#0d367e); */
    background-size: 0 2px,auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .4s ease-out;
}

.solar-inverter1 h6 a:hover {
    background-size: 100% 1px,auto !important;
    color: #004f2c;
    border: solid 1px #004f2c;
}

.grinder-photo {
    margin-top: 25px;
}

.grinder-photo1 {
    margin-top: 31px;
    margin-left: 10px;
}

.grinder-photo2 {
    margin-top: 70px;
    
}

.jade-1 p {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 2rem;
    color: #181818;
}


/* ---------------------------------------MCB Page--------------------------------------- */

.mcb-regulator .image {
    padding: 18px;
    /* background-color: #54a275; */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.mcb-regulator h4{
    color: #181818;
    font-weight: 600;
    font-size: 20px;
    text-align: initial;
    margin-top: -36px;
    margin-bottom: 40px;
}

.mcb-regulator .image img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.mcb-regulator .image img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.mcb-regulator p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 25px;
    color: white;
}

.mcb-brd {
    border-right-width: 5px;
    border-left-width: 5px;
    background-color: #4d897c;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-style: solid;
}

.mcb-defender {
    margin-top: 50px;
}

.mcb-txt {
    margin-top: 63px;
}

.mcb-txt p {
    color: #181818;
    font-weight: 600;
    font-size: 17px;
}

.mcb-feature-section {
    margin-top: 68px;
    margin-bottom: 50px;
}

.mcb-feature h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    /* letter-spacing: 1px; */
    color: #181818;
    margin: 0 0 14px 0;
}

.mcb-feature ul {
    padding-left: 2rem;

}

.mcb-feature li {
    list-style: disc;
    font-size: 17px;
    color: #181818;
    font-weight: 500;
}

.mcb-icon{
    margin-top: 15px;
    margin-bottom: -15px;
}

.mcb-icon-photo img:hover {
    transform: scale(1.15, 1.15);
}

.mcb-icon-photo img{
    transition: transform .2s linear;
}

.mcb-icon-name p {
    font-size: 19px;
    margin-left: -10px;
    color: #181818;
    font-weight: 600;
}

/* ---------------------ISOLATORS page----------------------------------------- */
.iso-brd {
    border-right-width: 5px;
    border-left-width: 5px;
    background-color: #6e9f6e;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-style: solid;
    margin-bottom: 10px;
}

.bak1 {
    background-color: #6e9f6e 
}

.isolator-bak .image{
    padding: 18px;
}

.isolator-bak p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 25px;
    color: white;
}

.iso-txt {
    margin-top: 50px;
}

.iso-txt p {
    color: #181818;
    font-size: 19px;
}

.iso-icon{
    margin-top: 15px;
    margin-bottom: 0px;
}

.iso-icon-photo img:hover {
    transform: scale(1.15, 1.15);
}

.iso-icon-photo img{
    transition: transform .2s linear;
}

/* -----------------------DISTRIBUTION BOX Page---------------------------------- */

.box-txt1 {
    margin-top: 20px;
}

.box-txt2 {
    margin-top: 20px;
    margin-left: 200px;
}

.box-txt1 h4 {
    color: #181818;
    font-weight: 600;
    font-size: 20px;
}

.box-txt2 h4 {
    color: #181818;
    font-weight: 600;
    font-size: 20px;
}

.box-defender {
    width: 290px;
    margin-top: -42px;
    margin-left: 426px;
}

.box-icon{
    margin-top: 45px;
    margin-bottom: 0px;
}

.box-icon-photo img:hover {
    transform: scale(1.15, 1.15);
}

.box-icon-photo img{
    transition: transform .2s linear;
}


/* -----------------------MCB SWITCH BOX---------------------------------------- */
.mcb-box-feature-section {
    margin-top: 68px;
    margin-bottom: 15px;
}

.mcb-box-area{
    margin-top: 60px;
}

.mcb-feature-section {
    margin-top: 68px;
    margin-bottom: 50px;
}

.mcb-box-feature img{
    margin-top: 5px;
    width: 230px;
    margin-bottom: 5px;
}

.mcb-box-feature h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    color: #e94c1f;
}

.mcb-box-feature h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #e94c1f;
}

.mcb-box-feature ul {
    padding-left: 2rem;

}

.mcb-box-feature li {
    list-style: disc;
    font-size: 18px;
    color: #181818;
    font-weight: 500;
}

.mcb-box-icon{
    margin-top: 15px;
    margin-bottom: -15px;
}

.mcb-box-icon-photo{
    margin-left: 10px;
}

.mcb-box-icon-photo img:hover {
    /* transform: scale(1.15, 1.15); */
    transform: translateY(-5px);
}

.mcb-box-icon-photo img{
    transition: transform .2s linear;
}


.mcb-box-icon-name p {
    font-size: 17px;
    font-weight: 600;
}

.box-brd {
    border-top-width: 5px;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 5px;

    border-right-width: 5px;
    border-left-width: 5px;
    background-color: #659d72 ;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-style: solid;
}

/* -----------------------------------CHANGE OVER SWITCH Page----------------------------------------- */
.changeover-section{
    margin-top: -20px;
    background-color: #a77e01;
}

.changeover1{
    margin-top: 25px;
}

.changeover2{
    width: 40%;
    margin-bottom: 35px;
}

.change-over-details{
    margin-top: 40px;
}

.change-switch p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    line-height: 25px;
    color: #1b6a09;
    margin: 0 0 2rem;
}

.change-switch li{
    font-size: 17px;
    color: #181818;
    list-style: disc;
    margin-left: 30px;
}

.over-switch{
    margin-bottom: 35px;
}

/* .changeover-icon{
    background-color: white;
} */

.hulk-icon-photo img:hover{
    transform: scale(1.15, 1.15);
}

.hulk-icon-photo img{
    transition: transform .2s linear;
}

/* --------------------------------------SWITCH FUSE UNTI---------------------------------------- */
.switch-fuse-section{
    margin-top: -20px;
    background-color: #a77e01;
}

.switch-fuse1{
    width: 75%;
    margin-left: 26%;
    margin-top: 30px;
}

.switch-fuse2{
    width: 40%;
    margin-bottom: 35px;
}

.switch-fuse-data{
    width: 70%;
    margin-left: 26%;
}

/* ------------------------FUSE Unit Page------------------------------- */
.fuse-details{
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ----------------------------ONLOAD switch Page_____________________ */
.onload-section{
    margin-top: -20px;
    background-color: #2b773b ;
}

.onload-section h3{
    color: #fff;
    margin-bottom: 30px;
}

.onload-icon{
    margin-top: 25px;
    margin-bottom: 50px;
}

/* --------------------------OFF LOAD switch page_---------------------------------- */
.offload{
    margin-top: -25px;
    margin-left: -25px;
}

.offload1{
    margin-left: -25px;
    margin-bottom: 40px;
}


/* ------------------------Switch Fuse Unit 2 Page---------------------------------------- */
.fuse-unit2-icon .mcb-box-icon-photo img:hover{
    transform: scale(1.15, 1.15);
}

.fuse-unit2-icon .mcb-box-icon-photoimg{
    transition: transform .2s linear;
}


/* -------------------------------------------------HRS switch page-------------------------------- */
.hrs h3{
    color: #fff;
    margin-bottom: 5px;
}

.hrs h5{
    color: #fff;
    margin-bottom: 30px;
}

.hrs-switch{
    margin-bottom: 70px;
}

/* ----------------------------------------------Fuse Switch Unit Splitter----------------------------------------- */
.fuse-splitter{
    width: 45%;
    margin-left: 40%;
    margin-bottom: 121px;
}

/* --------------------------FUSE UNIT 2 Page------------------------------------ */
.fuseunit2{
    margin-top: 25px;
    width: 70%;
    margin-left: 25%;
}

.fuse-u-2{
    margin-left: 55px;
    width: 80%;
    margin-bottom: 40px;
}

/* ######################-----------------------Contact Us Page----------------------------############################ */
.contact-us-section{
    margin-bottom: 40px;
}

.contact-us{
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-us h1{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #e94c1f;
    /* font-weight: 400; */
}
.contact-us h2{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #e94c1f;
    /* font-weight: 400; */
}

.contact-us .line {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #1ba502;
    max-width: 12rem;
    margin: 11px auto;
}

.contact-head h2{
    font-family: Proximanova,sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000;
}

.contact-det{
    font-family: 'Roboto',sans-serif;
    padding: 20px;
    margin-top: 40px;
    color: #000;
    list-style: none;
    box-shadow: 0px 0px 14px -3px rgb(46 74 117 / 38%);
}

.contact-det h4{
    color: #e94c1f;
}

.contact-blank{
    border-right-width: 1px;
    border-right-color: #d9d9d9 ;
    border-right-style: solid ;
    border-radius: 1px ;
}

.form-top{
    margin-left: 75px;
}

.form-top h2{
    font-family: Proximanova,sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000;
    /* margin-bottom: 30px; */
}

.cont-r{
    margin-top: 40px;
}

.image-section{
    background-image: url(../../images/gsr/contact-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 199px 0px 120px;
}

.banner-txt h1{
    color: white;
    font-size: 70px;
    font-weight: 400;
}

.form-group input{
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 6px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
}
.form-group textarea{
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 6px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
}
.selectpicker{
    width: 100% !important;
    height: 60px !important;
    font-size: 15px !important;
    padding: 6px 15px !important;
    color: #777777 !important;
    border-radius: 17px !important;
    border: 1px solid #cccccc !important;
    margin-bottom: 20px;
}
.form-group label{   
    font-size: 21px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-top: 10px;
}

.selectpicker:focus{
    border-color: #f15a36 !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
}

.form-group input:focus{
    background-color: #fff;
    border-color: #e94c1f;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
}

.form-group textarea:focus{
    border-color: #e94c1f;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
}



.contact-g{
    text-align: center;
}

.contact-btn{
    color: #fff;
    background: #e94c1f;
    /* background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a); */
    background: linear-gradient(360deg, #eb5e1d 0%, #ef7f1a 70%);
    border-color: #e94c1f;
    padding: 12px 34px;
    border-radius: 6px;
    font-size: 19px;
    font-weight: 600;
}
.contact-btn:hover{
    background: linear-gradient(360deg, rgba(0,79,44,1) 0%, rgba(63,145,49,1) 70%);
    border-color: #004f2c;
}

.contact-emoji{
    line-height: 159px;
    border-radius: 1px;
    border-width: 3px;
    border-color: rgb(217, 217, 217);
    border-style: solid;
    color: rgb(49 46 46);
    font-size: 30px;
    text-transform: none;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
    margin-top: 40px;
}

.contact-b a:hover{
    background: inherit;
    box-shadow: inherit;
}

.emoji{
    width: 6%
}


/* ---------------------------------------FAQ page------------------------------------ */
/*
* 19. faq styles
*/
.faq-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0;
  margin-bottom: 20px;
}
.faq-one__cta {
  background-color: #196cbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-top: 40px;
  padding: 30px 25px;
}
.faq-one__cta-icon {
  margin-right: 25px;
}
.faq-one__cta-icon i {
  font-size: 55px;
  color: #fff;
}
.faq-one__cta h3 {
  font-size: 22px;
  font-weight: bold;
  color: #39e7f2;
  letter-spacing: .03em;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.faq-one__cta p {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .03em;
  margin-top: 10px;
}
.faq-one__cta p a {
  color: inherit;
}
@media (min-width: 992px) {
  .faq-one .accrodion-grp {
    padding-right: 60px;
  }
}
.faq-one .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-one .accrodion.active .accrodion-title:before {
  content: '-';
  color: #000;
}
/* .faq-one .accrodion.active .accrodion-title {
  background-color: #ee343d;
  border-color: #ee343d;
} */
.faq-one .accrodion.active .accrodion-title h4 {
  color: #000;
}
.faq-one .accrodion .accrodion-title {
/* background-image: linear-gradient(to right bottom, #ffdebc, #ffa51feb); */
/* background-color: rgb(255, 222, 188);  */
background-color: #f5f6fa;
  border: 1px solid #fd7800;
  border-radius: 5px;
  padding: 25.5px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-one .accrodion .accrodion-title.active{
    background-color: #fff;
}
@media (max-width: 375px) {
  .faq-one .accrodion .accrodion-title {
    padding-right: 50px;
  }
}
.faq-one .accrodion .accrodion-title:before {
  content: '+';
  font-size: 36px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-one .accrodion .accrodion-title h4 {
  margin: 0;
  color: #2b3036;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 375px) {
  .faq-one .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
}
.faq-one .accrodion .accrodion-content .inner {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.faq-one .accrodion .accrodion-content .inner ul{
    margin: 0;
    color: #45484a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 2px solid #004f2c;
    /* background-image: linear-gradient(to bottom right, #b1ff19a1, #07eb2ca6); */
    padding-left: 4rem;
}

.faq-one .accrodion .accrodion-content .inner li{
    color: #000;
    line-height: 25px;
    list-style: disc;
}
.faq-one .accrodion .accrodion-content .inner a{
    color: #ff5b20;
    font-weight: 600;
  }

.faq-one .accrodion .accrodion-content p {
  margin: 0;
  color: #0a0a0b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #004f2c;
/* background-image: linear-gradient(to bottom right, #b1ff19a1, #07eb2ca6); */
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title:before {
  color: #000;
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title {
  background-color: #fff;
  border-color: #d5dde7;
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title h4 {
  color: #000;
}
.faq-one .faq-accrodion-2 .accrodion-title {
  background-color: #fff !important;
}

@media (min-width: 992px) {
  .faq-one__sidebar {
    margin-left: -30px;
  }
}

.faq-one__elms-page .accrodion-grp {
  padding-right: 0;
}
.faq-one__elms-page .accrodion .accrodion-title {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq-one__elms-page .accrodion .accrodion-title h4 {
  font-size: 15px;
}
.faq-one__elms-page .accrodion .accrodion-title:before {
  font-size: 24px;
}


/* ######################################  DWONLOAD page __________________________________- */
.download-sec{
    position: relative;
    background-image: url(../../images/gsr/back1-1.webp);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 700px auto;
    background-position: right top;
}


.download-f{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.down-title h3{
    font-family: Proximanova,sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #e94c1f;
    margin-bottom: 30px;
}

.download-border{
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: rgb(217, 217, 217);
    line-height: 70px;
    font-size: 19px;
}

.download-bord{
    border-radius: 1px;
    border-width: 2px;
    border-color: rgb(217, 217, 217);
    border-style: solid;
    line-height: 70px;
    font-size: 19px;
}


.download-txt1 p{
    font-weight: 400;
    color: #181818;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
}

.download-txt2 h6{
    text-align: end;
    font-weight: 400;
    line-height: inherit;
    color: #181818;
    font-size: 17px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.btn-download{
    color: #fff;
    padding: 5px 19px;
    border-radius: 5px;
    font-size: 24px;
    background-image: linear-gradient(to right, #24641a 0%, #3daa2c 50%,#24641a 100%);
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    border: 3px solid #093203 !important;
}

.btn-download:hover,
.btn-download:focus{
    color: #ffffff;
    background-color: #3daa2c;
    border: none;
    background-position: 100% 0;
}

.down-title2{
    margin-top: 40px;
}

.download-banner-section {
    background-image: url(../../images/gsr/download-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 252px 0px 135px;
}


/* ##########################-----------------------CAREERS PAGE-------------------############## */
.career-banner-section {
    background-image: url(../../images/gsr/career-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 199px 0px 120px;
}

.banner-txt3 h1 {
    color: white;
    font-size: 56px;
    font-weight: 400;
}

.career-section{
    /* background: #f05436 url(http://gsrelectric.com/wp-content/uploads/2022/01/gsr_bg1600x450.webp?id=243) !important; */
    background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a);
    /* background-position: 0 0 !important; */
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.career-heading h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align:center;
    color: white;
}

.career-heading p{
    font-family: Proximanova,sans-serif;
    font-size: 17px;
    line-height: 25px;
    text-align:center;
    color: white;
    margin-bottom: 40px;
}

.career-contact{
    /* box-shadow: 30px 30px 48px -13px rgb(0 0 0); */
    margin-bottom: 85px;

    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-right: 60px !important;
    padding-left: 0px !important;
    background-color: #ffffff !important;
    border-left-color: #ffffff !important;
    border-left-style: solid !important;
    border-right-color: #ffffff !important;
    border-right-style: solid !important;
    border-top-color: #ffffff !important;
    border-top-style: solid !important;
    border-bottom-color: #ffffff !important;
    border-bottom-style: solid !important;
    border-radius: 10px !important;
}

.career-btn{
    margin-bottom: 40px;
}

.career-form1 p{
    color:#000;
    margin: 0 0 2rem;
}

.form-group h5{
    margin: 0 0 2rem;
    font-size: 17px;
    line-height: 25px;
    color: #181818;
}

.form-group2 input{
    width: 100%;
    height: 61px;
    font-size: 14px;
    padding: 6px 15px;
    color: #777777;
    border-radius: 17px;
    border: 3px solid #cccccc;
}

/* ==========================-------------------Search Button Page---------================== */
.search-btns{
    /* font-size: 19px; */
    color: #ffffff;
    background-color: #212529;
    border-color: #212529 #212529 #0b0c0d;
    padding: 23px 23px;
    border-radius: 8px;
}

.search-btns1{
    margin-bottom: 80px;
}

/* ----------------inner page of search  */
.search1-section{
   
    margin-bottom: 30px;
}

.search1-title{
    margin-top: 30px;
}

.search1-title a{
    font-size: 29px;
    font-weight: 600;
    color: #e94c1f;
    /* letter-spacing: 1px; */
    margin-bottom: 1rem;
}

.search1-title p{
    font-size: 16px;
    margin-top: 14px;
    color: #181818;
}

.search1-btn {
    text-align: end;
    margin-right: 8px;
    
}

.search1-brd{
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.search1-btn .btn-primary1 {
    padding: 5px 8px;
    border: 1px solid rgba(0,0,0,0.09);
    border-bottom-color: rgba(0,0,0,.2);
    font-size: 10px;
    background: #fff;
    box-shadow: none !important;
}

.search1-btn .btn-primary1:hover {
    color: #333;
}

.search1-btn .btn-primary1:hover {
    background-color: #f2f2f2;
    border-color: rgba(0,0,0,0.06);
}

.pagination {
    display: flex;
    padding-left: 80%;
    list-style: none;
    border-radius: 0.25rem;
    margin-bottom: 25px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f58634ff;
    border-color: #f58634ff;
}

.page-link{
    color: #f58634ff;
}

.search-top{
    position: fixed;
}

.search-top h5 {
    font-weight: 700;
    margin: 0;
}

.search-top h2 {
    margin-top: 25px;
    font-size: 29px;
    font-weight: 500;
    color: #e94c1f;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.search-top h4 {
    font-size: 18px;
    color: #181818;
    letter-spacing: 0px
}

.c-fan{
    display: contents;
}




/* <!--========== navigation menu + top bar Start here ==============--> */
.social {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    display: inline-block;
    
}

.social ul {
    margin-bottom: 0;
}

.social ul li {
    background: #2a1e0e;
    padding: 5px;
    transition: transform 900ms;
}

.social ul li:hover{
    transform: translate(-15px, 0);
}

.social li i{
    background-position: 4px 8px;
}

.social ul li a {
    line-height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

/* -----------------------others---------- */
.bat-pad{
    padding: 0px 90px;
}

.gsr33{
    display: flex;
}

.gsr8{
    display: flex;
}

.batt-bt{
    padding-bottom: 30px;
}

.h-ip{
    width: 100px;
}

.hrs-n{
    margin-left: 20px;
}

.hrs-p{
    width: 140%;
    margin-right: 60px;
}

.mixer-g{
    display: flex;
    width: 250%;
}

.mixer-g2{
    display: flex;
    width: 530%;
}

.dubai-cust{
    color: #000 !important;
    font-size: 25px !important;
    font-weight: bold;
    /* text-transform: uppercase; */
    padding: 10px 12px;
    background-color: #378f33;
    margin-top: 28px;
    border-radius: 10px;
    text-align: center;
}

.dubai-cust a{
    color: #fff !important;
    
}

.dubai-cust a:hover{
    color: #000 !important;
    
}

.f-btom{
    margin-top: 45px;
}

.bravo-f{
    width: 40%;
    margin-left: 23%;
}
.bravo-g{
    width: 55%;
    margin-left: 65px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 81px;
    background-color: #0dc143;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.my-float {
    margin-top: 11px;
}


/* compnay profile section pages  */
.timeline-gsr-section{
    margin-top: 40px;
    margin-bottom: 30px;
}
.timeline-arrow img{ 
    position: absolute;
    margin-top: -2px;
    width: 5%;
}
.timeline-arrow p{
    position: absolute;
    font-size: 18px;
    font-weight: 800;
    margin-left: 11px;
    margin-top: 23px;
}
.timeline-gsr-title h1{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #ff5700;


}
.timeline-gsr-title h1 span {
    color: #304e2e;
}
.timeline-brand{
    /* display: flex; */
    margin-top: 30px;
    /* margin-bottom: 50px; */
}
.timeline-details{
    border: 2px solid #F58634;
    border-radius: 4px;
    margin-left: 55px;
}
.timeline-details p{
    /* padding: 6px 10px; */
    padding: 12px 10px;
    font-size: 20px;
}

/* why gsr eclectic page section  */
.why-gsr-electric-section{
    padding: 30px 0px;
}
.why-gsr-title h1 {
    text-align: center;
    font-size: 35px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;
}
.why-gsr-title h3 {
    font-size: 26px;
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.why-gsr-title p {
    line-height: 1.7;
    color: #000;
    margin-bottom: 10px;
}
.why-gsr-title ul{
    margin-left: 20px;
    font-size: 17px;
}
.why-gsr-title li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f5630e;
    padding-right: 7px;
}
.why-gsr-title p:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f5630e;
    padding-right: 7px;
}


/* company profile section pages  */
.company-pro-detail h1{
    font-size: 40px;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;

    /* border: 2px solid black;
    padding: 15px 0px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom right,#def70b,#ef4714); */
}
.company-pro-detail h3{
    font-size: 30px;
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.company-pro-detail p {
    line-height: 1.7;
    color: #000;
    margin-bottom: 10px;
}

/* manufacturning unit page section  */
.manufacturing-unit-details h1{
    font-size: 35px;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 15px; 
}

.line {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #1ba502;
    max-width: 30rem;
    margin: 11px auto;
}
.manufacturing-unit-details h3{
    font-size: 29px;
    margin-top: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
.manuf h3{
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
}
.manufact-plants {
    border: 1px solid #e94c1f;
    border-radius: 5px;
    padding: 28px;
}
.manu-list p {
    color: #080808;
    line-height: 30px;
    margin-left: 15px;
}
.manu-list p:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f5630e;
    padding-right: 7px;
}
.manufact-plants p {
    line-height: 1.7;
    color: #000;
    font-size: 18px;
}


/* health and safety policy pages section  */
.health-and-safety-policy-section{
    padding: 30px 0px;
}
.health-and-safety-details h1 {
    text-align: center;
    font-size: 35px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;

    /* border: 2px solid black;
    padding: 15px 0px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom right,#ee6500,#ffd400); */
}
.health-and-safety-details h2 {
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-size: 27px;
}
.health-and-safety-details h3 {
    font-size: 27px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 10px;
}
.health-and-safety-details h4 {
    font-size: 20px;
    margin-top: 5px;
    color: #000;
    margin-bottom: 10px;
}
.health-and-safety-details h5 {
    font-size: 17px;
    margin-top: 5px;
    color: #000;
    margin-left: 5px;
    margin-bottom: 5px;
}
.health-and-safety-details p {
    line-height: 1.7;
    color: #000;
    margin-bottom: 10px;
}
.health-and-safety-details ul{
    margin-left: 20px;
}
.health-and-safety-details li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f5630e;
    padding-right: 7px;
}
.health-safety {
    border: 1px solid #e94c1f;
    border-radius: 5px;
    /* padding: 28px; */
    padding: 28px 18px 0px;
    
}
.health-safety p:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #f5630e;
    padding-right: 7px;
}
.health-safety p{
    margin-left: 15px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 0px;
}
.health-response {
    border: 1px solid #eab425;
    border-radius: 5px;
    padding: 15px;
    margin-left: 25px;
    width: 96%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.health-response li {
    color: #080808;
    margin-left: 15px;
}
.table-health {
    margin-top: 20px;
}
.table-health th,
.table-health td{
    text-align: initial;  
    font-weight: 500;
}
.health-safety2 {
    border: 1px solid #e94c1f;
    border-radius: 5px;
    padding: 28px;
}
.reasons-five-photo img{
    margin-left: -12px;
    /* border: 1px solid #ba5a10; */
    border-radius: 5px;
}
.gsr-prod-gold{
    margin-left: 17%;
}
.testimonials-section{
    padding: 40px 0px;
}
.testimonials-details h1{
    margin-bottom: 20px;
}
.testimonials-details p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}


.container {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	padding: 0 15px;
}
.sec-title {
	/* margin-bottom: 50px;
	padding-bottom: 15px; */
	position: relative;
}
.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #000;
}
.sec-title h2 {
	font-size: 60px;
	letter-spacing: 0px;
	color: var(--blue);
}
.sec-title p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial-area {
	z-index: 2;
	padding: 50px 0;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
    margin-top: 60px;
	border: 2px solid #e94c1f;
	text-align: center;
	border-radius: 25px;
	position: relative;
	z-index: 2;
}
.single-testimonial p {
    color: #000;
    font-size: 19px;
    line-height: 24px;
    /* padding: 50px; */
    margin-top: 20px;
    position: relative;
    z-index: 3;
    font-weight: 600;
}
.single-testimonial h3 {
	color: #e94c1f;
	font-size: 26px !important;
	line-height: 24px;
    margin-bottom: 27px !important; 
    margin-top: 22px;
	position: relative;
	z-index: 3;
    margin-bottom: 0px;
    font-weight: 600;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: 0px;
    top: -50px;
	background: url(../../image/testimonilas/comment.webp) no-repeat;
	background-size: 50%;
	width: 126px;
	height: 100px;
	/* transform: rotate(180deg); */
	background-position: 34px 15px;
}
/* .single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(../../images/quote.webp) no-repeat var(--white);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
} */
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
/* .round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #ba5a10;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #ba5a10;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #ba5a10;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #ba5a10;
	border-radius: 30px;
	z-index: 1;
} */
.client-video {
	padding-left: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); */
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 21px;
}

.client-info3 h6 {
	color: #e94c1f;
	font-weight: 700;
	font-size: 21px;

    background-image: linear-gradient(#e94c1f, #e94c1f);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out;
}
.client-info3 h6:hover{
    background-size: 100% 2px, auto;
}
.client-info span {
	display: inline-block;
	color: #000;
	font-size: 18px;
}
.sec-title.white-title h2 {
	color: #000;
}
.test-client{
    padding-bottom: 20px;
}
.cert-client h3{
    font-size: 21px !important;
    padding: 0px 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.client-details{
    text-align: center;
}











.navigation {
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid transparent;
    /* position: absolute; */
    right: 6px;
    color: #ffffff;
    /* background-color: #f15a36; */
    border-radius: 0.25rem;
  }
  
  .navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  .navigation-portrait {
    height: 48px;
  }
  
  .navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
  }
  
  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .align-to-right {
    float: right;
  }
  
  .nav-header {
    float: left;
  }
  
  .navigation-hidden .nav-header {
    display: none;
  }
  
  .nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }
  
  .nav-brand:hover,
  .nav-brand:focus {
    color: #343a40;
  }
  
  .navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
  }
  
  .nav-logo:focus > img {
    outline: initial;
  }
  
  .navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
  }
  
  /* .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: -60%;
    margin-top: -14px;
    right: 35px;
    display: none;
    cursor: pointer;
  } */
  
  
  
  .navigation-portrait .nav-toggle {
    display: block;
  }
  
  .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }
  
  .navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
  }
  
  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
  }
  
  .navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
  }
  
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
  }
  
  .navigation-portrait .nav-menu {
    width: 100%;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
  }
  
  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
  }
  
  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
  }
  
  .navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }
  
  .nav-menu + .nav-menu > li:first-child {
    border-top: none;
  }
  
  .nav-menu > li > a {
    /* height: 44px; */
    padding: 0px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
  }
  
  .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #ff6b00;
  }
  
  .nav-menu > li > a > i,
  .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
  }
  
  .nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
  }
  
  .navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
  }
  
  .nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
  }
  
  .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
  }
  
  .nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
  }
  
  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
  }
  
  .navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
  }
  
  .submenu-indicator-chevron {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #000 #000 transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
  }
  
  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
  }
  
  .nav-menu > li:hover > a .submenu-indicator-chevron,
  .nav-menu > .active > a .submenu-indicator-chevron,
  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #000 #000 transparent;
  }
  
  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }
  
  .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
  }
  
  .navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
  }
  
  .navigation-hidden .nav-search {
    display: none;
  }
  
  .nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
  }
  
  .navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
  }
  
  .nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
  }
  
  .nav-search-icon:after,
  .nav-search-icon:before {
    content: "";
    pointer-events: none;
  }
  
  .nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
  }
  
  .nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
  }
  
  .nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }
  
  .nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
  }
  
  .navigation-portrait .nav-search-inner {
    height: 48px;
  }
  
  .nav-search-inner input[type="text"],
  .nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }
  
  .navigation-portrait .nav-search-inner input[type="text"],
  .navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }
  
  .navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
  }
  
  .nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .nav-button:hover,
  .nav-button:focus {
    color: #fff;
    text-decoration: none;
  }
  
  .navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
  }
  
  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
  }
  
  .navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
  }
  
  .navigation-portrait .nav-text + ul {
    margin-top: 15px;
  }
  
  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
  }
  
  .navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
  }
  
  .nav-dropdown .nav-dropdown {
    left: 100%;
  }
  
  .nav-menu > li > .nav-dropdown {
    /* border-top: solid 1px #f0f0f0; */
    background-color: #fff;
    margin-top: 1px;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 30%);
    /* width: 265px; */
  }
  .nav-menu > li > .nav-dropdown .second_submenu {
    margin-left: 1px;
  }
  
  .nav-dropdown > li {
    width: 106%;
    float: left; 
    clear: both;
    position: relative;
    text-align: left;
  }
  
  .nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
  }
  
  .nav-dropdown > li:hover > a,
  .nav-dropdown > li.focus > a {
    color: #ff6b00;
  }
  
  .nav-dropdown.nav-dropdown-left {
    right: 0;
  }
  
  .nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
  }
  
  .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
    background-color: #fff;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
    background-color: #fff;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
  }
  
  .navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
  }
  
  .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 9px;
    position: absolute;
  }
  
  .navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }
  
  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }
  
  .navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
  }
  
  .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ff6b00 #ff6b00 transparent;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
  }
  
  .navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
  }
  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
  }
  
  .nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
  }
  
  .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
  }
  
  .nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
  }
  
  .navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
  }
  
  .nav-dropdown-horizontal > li > a {
    position: relative;
  }
  
  .nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
  }
  
  .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  }
  
  .navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
  }
  
  .megamenu-panel [class*="container"] {
    width: 100%;
  }
  
  .megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
  }
  
  .megamenu-panel-half {
    width: 50%;
  }
  
  .megamenu-panel-quarter {
    width: 25%;
  }
  
  .navigation-portrait .megamenu-panel-half,
  .navigation-portrait .megamenu-panel-quarter {
    width: 100%;
  }
  
  .megamenu-panel-row {
    width: 100%;
  }
  
  .megamenu-panel-row:before,
  .megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
  }
  
  .megamenu-panel-row:after {
    clear: both;
  }
  
  .megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
  }
  
  .megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
  }
  
  .navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }
  
  .navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
  }
  
  .megamenu-panel-row .col-1 {
    width: 5.583333333333%;
  }
  
  .megamenu-panel-row .col-2 {
    width: 14.166666666666%;
  }
  
  .megamenu-panel-row .col-3 {
    width: 22.75%;
  }
  
  .megamenu-panel-row .col-4 {
    width: 31.333333333333%;
  }
  
  .megamenu-panel-row .col-5 {
    width: 39.916666666667%;
  }
  
  .megamenu-panel-row .col-6 {
    width: 48.5%;
  }
  
  .megamenu-panel-row .col-7 {
    width: 57.083333333333%;
  }
  
  .megamenu-panel-row .col-8 {
    width: 65.666666666667%;
  }
  
  .megamenu-panel-row .col-9 {
    width: 74.25%;
  }
  
  .megamenu-panel-row .col-10 {
    width: 82.833333333334%;
  }
  
  .megamenu-panel-row .col-11 {
    width: 91.416666666667%;
  }
  
  .megamenu-panel-row .col-12 {
    width: 100%;
  }
  
  .megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
  }
  
  .megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }
  
  .navigation-portrait .megamenu-tabs-nav {
    width: 100%;
  }
  
  .megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
  }
  
  .megamenu-tabs-nav > li.active a,
  .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
  }
  
  .megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
  }
  
  .megamenu-tabs-pane.active {
    display: block;
  }
  
  .navigation-portrait .megamenu-tabs-pane {
    width: 100%;
  }
  
  .megamenu-lists {
    width: 100%;
    display: table;
  }
  
  .megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
  }
  
  .megamenu-list:last-child {
    margin: 0;
    border: none;
  }
  
  .navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
  }
  
  .navigation-landscape .megamenu-list:last-child {
    border: none;
  }
  
  .megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
  }
  
  .megamenu-list > li > a:hover {
    background-color: #ff6b00;
    color: #fff;
  }
  
  .megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
  }
  
  .megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
  }
  
  .navigation-landscape .list-col-2 {
    width: 50%;
  }
  
  .navigation-landscape .list-col-3 {
    width: 33%;
  }
  
  .navigation-landscape .list-col-4 {
    width: 25%;
  }
  
  .navigation-landscape .list-col-5 {
    width: 20%;
  }
  
  .nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
  }
  
  .nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    /* border-bottom: 1px solid #f6f6f6; */
  }
  
  .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #ff6b00;
  }
  
  .main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }
  
  .transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
  }
  .head-gsr{
    margin-left: 6px;
  }
  
  .nav-menus-wrapper .dropdown-submenu li a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -5px;
}

/* faq for products pages  */
 /* faq section  */
 .faq-section {
    padding: 50px 0px;
}

.faq-section .wp-block-yoast-faq-block .schema-faq-section {
    border: 2px solid #087a00;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq-section .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 65px 20px 20px;
    font-weight: bold;
    font-size: 18px;
}

.faq-section .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #000;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}



.faq-section .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 20px;
}

.faq-section .schema-faq-question:hover {
    background: #eee;
    border-radius: 8px;
}

.faq-section .schema-faq-section.active .schema-faq-question {
    background: #eee;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.faq-section .schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
    font-size: 17px;
}
.faq-section ul{
    padding: 0 20px;
    font-size: 17px;
    margin-bottom: 20px;
}
.product-faq {
    padding: 20px;
    border: 2px solid #087a00;
    background-color: #087a00;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.product-faq h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.product-inve h1{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-inve h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
}


/* ======= gsr-products-sec ======= */
.gsr-products-sec .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #fff;
    margin-top: 30px;
}
.gsr-products-sec .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gsr-products-sec .item:hover .con {
    bottom: 0;
    padding: 175px;
}
.gsr-products-sec .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gsr-products-sec .item .category {
    position: absolute;
    background: #C19D60;
    color: #fff;
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    transform: rotate(-20deg);
    z-index: 3;
    left: 30px;
    top: 30px;
}
.gsr-products-sec .item .category:before, 
.gsr-products-sec .item .category:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -2;
  transform: rotate(30deg);
    
}
.gsr-products-sec .item .category:after {
  transform: rotate(60deg);
}

.gsr-products-sec .item .con {
    padding: 30px;
    position: absolute;
    bottom: -140px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: #0000003d;
    /* background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%); */
}
.gsr-products-sec .item .con2 {
    padding: 30px;
    position: absolute;
    bottom: -165px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.gsr-products-sec .item .con .icon{ 
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.gsr-products-sec .item .con h6,
.gsr-products-sec .item .con h6 a {
    position: relative;
    color: #fff;
    /* font-family: 'Noah', sans-serif; */
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    /* text-transform: uppercase;
    letter-spacing: 3px; */
}
.gsr-products-sec .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.gsr-products-sec .item .con h5,
.gsr-products-sec .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
.gsr-products-sec .item .con h4,
.gsr-products-sec .item .con h4 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;;
}
.gsr-products-sec .item .con p {
    color: #fff;
    font-size: 20px;
}
.gsr-products-sec .item .con i {
    color: #fff;
    font-size: 18px;
}
.gsr-products-sec .item .con i:hover {
    color: #fff;
}
.gsr-products-sec .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #1b1b1b;
    padding: 11px 30px;
}
.gsr-products-sec .item .con .butn-light:hover {
    border-color: #1b1b1b;
}
.our-segment-section .con{
    text-align: inherit;
}
.pasta-teamo img{
    height: 532px;
}
.our-segment-section .section-head .section-title{
    margin-bottom: 30px;
}

/* line animation */
.gsr-products-sec .item .line {
    text-align: center;
    height: 3px;
    width: 100px;
    background-color: #83b427;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px auto 30px;
}
.gsr-products-sec .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* permalink */
.gsr-products-sec .item .con .permalink {
    font-family: 'Noah', sans-serif;
    font-size: 15px;
    /* font-style: italic; */
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.gsr-products-sec .item .con .permalink a {
    color: #C19D60;
    text-align: center;
}
.gsr-products-sec .item .con .permalink i {
   font-size: 10px;
    text-align: center;
}
.gsr-products-sec .item .con .permalink a:hover,
.gsr-products-sec .item .con .permalink i:hover {
color: #fff;
}
.conpro-lik{
    position: absolute;
    bottom: 106px;
}
.conpro-lik i {
    font-size: 30px;
    background-color: #483829;
    padding: 16px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 60px;
    margin-left: 142px;
    transition: all 0.3s ease-in-out 0s;
}
.conpro-lik i:hover{
    margin-left: 170px;
    transition: all 0.3s ease-in-out 0s;
}
.conpro-lik h4 a{
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 22px;
    margin-left: 70px;
    background-color: #483829;
}
.conpro-lik h4 a:hover{
    /* background-color: #fff;
    color: #000; */
}
.gsr-products-sec{
    padding-bottom: 40px;
}
.top-reasons{
    background-image: linear-gradient(to bottom right, #abcb49a1, #30b145a6);
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-section {
    position: relative;
    background-image: url(../../image/bg-map.webp);
    background-size: cover;
}
.foot-title h1{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
}
.foot-title2 h1{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    /* margin-top: 50px; */
    margin-bottom: 10px;
}
.foot-title h2{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 2.5rem;
}
.foot-title2 h2{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    /* margin-top: 50px; */
    margin-bottom: 10px;
    font-size: 2.5rem;
}
.foot-addres{
    text-align: center;
}
.foot-addres h4{
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.foot-bord{
    border: 1px solid #eb5e36;
    /* border: 1px solid #004f2c; */
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 50px;
    background-color: #ffffffba;
}
.foot2-map{
    padding: 0px 200px;
}
.footer-bottom{
    /* background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a); */
    /* background-image: linear-gradient(to right bottom, #081a95, #031158); */ 
    background: linear-gradient(360deg, rgba(0,79,44,1) 0%, rgba(63,145,49,1) 70%);
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-copyright p,
.footer-copyright a{
    text-align: center;
    color: #fff;
}
.footer-info-3 {
    text-align: center;
    margin-top: 35px;
}
.footer-info-3 img {
    width: 65%;
}




/* downlaod page ssection  */
.downloads-title{
    text-align: center;
    padding: 40px 0px;
}
.downloads-title h1{
    font-size: 43px;
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 5px;
}
.downloads-title p{
    font-size: 20px;
    font-weight: 600;
}
.downloads-title hr{
    width: 100%;
    height: 1px;
    border: none;
    background-color: #ed5d1c;
    max-width: 31rem;
    margin: 11px auto;
}
.download-section {
    /* background-image: linear-gradient(to bottom right, #f7eeee, #51c96033); */
    background-color: #f5f6fa;
    padding-top: 40px;
    padding-bottom: 20px;
}
.download-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    display: flex;
    border: 1px solid transparent;
    border-radius: 8px;
    background: none;
    font-weight: 700;
    background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a);
}
.download-section .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.download-section .nav-pills .nav-link {
    display: flex;
    border-radius: 8px;
    margin: 0px 4px;
    padding: 7px 13px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
}
.download-section .nav-pills .nav-link:hover,
.download-section .nav-pills .nav-link:focus {
    color: #ffffff;
    border: 1px solid #eb5e1d;
    background-position: 100% 0;
}

.download-section .nav-pills .nav-link span{
    /* border: 1px solid; */
    margin-right: 10px;
    margin-left: -8px;
}
.download-section .nav-pills .nav-link b{
    /* margin-top: 6px; */
    color: #0f1111;
}
.download-section .nav-pills .nav-link span p{
    font-size: 35px;
    padding: 6px;
    /* background-color: #35552f; */
    color: #0f1111;
}
.download-section .nav-link:focus, .nav-link:hover {
    color: #000;
}
.download-section ul{
    margin-top: 30px;
}
.download-section .nav-pills .nav-link.active b {
    /* margin-top: 6px; */
    color: #fff;
}
.download-section .nav-pills .nav-link.active span p{
    color: #fff;
}

.donwload-product-title h3{
    font-size: 19px;
    font-weight: 600;
    /* text-align: center; */
    color: #000;
    margin-top: 10px;
    line-height: 1.2;
}
.donwload-product-title h4{
    text-align: center;
    margin-bottom: 30px;
    /* margin-top: 60px; */
}
.donwload-product-title h4 a {
    color: #fff;
    background: #ef7f1a;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    padding: 6px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}
.donwload-product-title h4 a:hover {
    background-color: #004f2c;
    color: #000;
    color: #fff;
    /* border: solid 1px #004f2c; */
    /* font-weight: 600; */
}
.solar-down{
    margin-top: 0px !important;
}



/* testimonilas  */
.testi h1{
    font-size: 43px;
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 5px;
}
.testi h2{
    font-size: 43px;
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 5px;
}
.testimo1 {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 25px;
}
.testimo2{
    width: 23%;
    margin-top: 19px;
}
.testimo3{
    width: 30%;
    margin-top: 20px;
}
.testimo4{
    width: 40%;
    margin-top: 2px;
}
.testimo5{
    
}
.testimo6{
    width: 25%;
    margin-top: 20px;
}
.faq-title h1{
    font-size: 43px;
    color: #e94c1f;
    letter-spacing: 1px;
    /* margin-top: 20px; */
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}


.history-page-section{
    padding: 40px 0px;
}
.footer-map-title h1{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
.footer-map-title h2{
    text-align: center;
    color: #eb5e36;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 2.5rem;
}

.footer-map-title p{
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.foot-line hr{
    /* width: 100%; */
    height: 1px;
    border: none;
    background-color: #eb5e36;
    /* max-width: 30rem; */
    margin: 11px auto;
}
/* .fot-map{
    width: 1100px;
    height: 350px;
} */



/* product power backup */
.product-details-section{
    padding: 50px 0px;
    background-color: #f5f6fa;
}
.power-title h1{
    font-size: 37px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.power-details h6{
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.power-details p{
    font-size: 18px;
}
.power-details li{
    list-style: disc;
    font-size: 17px;
    margin-left: 25px;
}
.power-series-section{
    padding: 50px 0px;
    background-color: #f5f6fa;
    /* background-image: linear-gradient(to bottom left, #fffbec00, #ffb57021); */
}
.battery-title{
    text-align: center;
}
.tabular-bat-details{ 
    /* background-image: linear-gradient( #2563c1, #0d367e); */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 96%;
    overflow: hidden;
}
.battery-title h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
 }

.battery-title ul {
    list-style: disc;
    color: #fff;
    text-align: initial;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
 }

 .battery-title ul li {
    list-style: disc;
    margin-left: 30px;
    font-size: 19px;
 }
 .battery-title p{
    /* margin-bottom: 30px; */
    /* margin-top: 35px; */
 }
.battery-title p a { 
    color: #fff; 
    padding: 6px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ef7f1a;
 }
 .battery-title p a:hover {
    background-color: #004f2c;
    color: #fff;
}
.pow-inverter h4{
    margin-bottom: 79px;
}
.desk-banner{
    display: block;
}
.mobile-banner{
    display: none; 
}
.product-gsr{
    margin-left: 20px;
}
.product-gsr li{
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 20px;
}
.product-gsr a{ 
    color: #fff;
    /* border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 10px; */
    /* color: #fff;
    text-transform: uppercase; 
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out; */
}
.product-gsr a:hover{
    /* background-size: 100% 2px, auto;
    color: #fff;
    margin-left: 10px; */
    /* background-color: #fff; */
    color: #4af20a;
}
.product-gsr li i{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    color: rgb(23 242 18);;
}
.ceiling-tab tr{
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #dee2e6;
}
.product-gsr-details a{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.product-gsr-details a:hover { 
    color: #eb5e36;
}
.product-gsr-details{
    /* text-align: center;
    margin-bottom: 30px; */

    border: 1px solid #c8c7c7;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}
.tabular-bat-details2 {
    /* background-image: linear-gradient( #2563c1, #0d367e) !important;  */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #f5f6fa;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px; 
}
.pro-main-title h1{
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.pro-main-title h2{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.product-gsr-details img{
    width: 80%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.product-gsr-details img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.battery-title img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.battery-title img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
/* .product-power-image img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.product-power-image img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
} */
.product-power-image{ 
    /* padding: 18px; */
    /* background-color: #54a275; */
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    /* overflow: hidden;  */
    margin-bottom: 50px;
}
.product-power-image {
    position: relative;
    overflow: hidden;
}

/* Shine effect */
.product-power-image .caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    width: 50%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    transform: skewX(-25deg);
    transition: left .6s;
}

.product-power-image:hover .caption:before {
    left: 125%;
}

.download-sec-photo img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.download-sec-photo img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.download-sec-photo{
    overflow: hidden;
}
.single-testimonial img{
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.single-testimonial img:hover{
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}
.single-testimonial{
    overflow: hidden;
}


/* home appiliances  */
.home-appliances h1 {
    font-size: 37px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.home-appliances h2 {
    font-size: 37px;
    margin-top: 5px;
    font-weight: 700;
    color: #e94c1f;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.home-appliances p{
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 30px;
}
.home-appliances-fans h6{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}
.home-appliances-fans ul{
    margin-left: 22px;

}
.home-appliances-fans ul li{
    font-size: 17px;
    list-style-type: disc; 
    margin-bottom: 2px;
}
.available-color-details h4{
    font-weight: 600;
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.home-color1{
    padding: 22px; 
    width: 85px;
}
.home-color-name p{ 
    text-align: center;
    margin-left: 21px;
    font-size: 16px;
    font-weight: 500;
}
.avil-colr{
    display: flex;
}
.available-color-details2 h4{
    font-weight: 600;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.available-color-details2 p{
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: -20px;
}
.gsr-icons-bat{
    display: flex;
    margin-top: 20px;
}
.gsr-icons-bat p{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 16px;
    margin-left: 18px;
}
.battery-gsr-images{
    margin-top: 70px;
}
.smf-range{
    position: absolute;
    margin-top: -30%;
}
.hybride-details h2{
    color: #e94c1f;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}
.hybride-details p{
    margin-bottom: 10px; 
    font-weight: 600; 
    font-size: 21px;
}
.hybride-details2 p{
    margin-bottom: 10px; 
    font-weight: 600; 
    margin-top: 20px;
    font-size: 21px;
}
.solar-pan-img{
    margin-top: 40px; 
}
.copper-photo img{
    width: 40%;
}
.home-appliances-fans h5{
    font-size: 21px;
    line-height: 30px;
}
.gold-fuse{
    margin-top: -150px;
}
.onload-power{
    margin-top: -260px;
}
.splitter-fuse{
    margin-top: -110px;
}
.windy-stand-f{
    position: absolute;
    margin-top: -200px;
}
.windy-stand-a{
    position: absolute;
    margin-top: -81px; 
}
.solar-ran{
    margin-top: 50px; 
} 
.gold-off{
    margin-top: -95px;
}
.gol-fuse{
    margin-top: -37px;
}
.down-cen{
    justify-content: center;
}
.down-gold{
    margin-top: 10px;
    margin-bottom: 20px;
}

.history-time h1 {
    text-align: center;
}

.history-time ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}

/* line */
.history-time ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.history-time  ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.history-time ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.history-time ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.history-time ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.history-time ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.history-time ul li .title,
.history-time ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}

.history-time ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}

.history-time ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
    margin-top: 20px;
    font-size: 17px;
}

/* shadows */
.history-time ul li .title::before,
.history-time  ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.history-time  ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.history-time ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .history-time ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .history-time ul::before {
        grid-column: 2;
    }

    .history-time ul li:nth-child(odd) {
        grid-column: 1;
    }

    .history-time ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .history-time ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .history-time ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .history-time ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .history-time ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}
.history-time li{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.history-time h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #ee6500;
}


/* history timeline  */---------------------------------------

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events *{
  outline:0;
}
.h--timeline-container,
.h--timeline-events{
    position:relative;
    width:100%;
    max-width:1200px;
    margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
    list-style-type: none;
    margin:0;
    padding:0;
}
.h--timeline{
    opacity:0;
    transition:opacity 0.2s;
    font-family:sans-serif;
    font-size:1rem;
    font-weight:normal;
    line-height: 1.5;
}
.h--timeline--loaded{
    opacity:1
}
.h--timeline-container{
    height:100px;
}
.h--timeline-dates{
    position:relative;
    height:100%;
    margin:0 40px;
    overflow:hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,.h--timeline-dates::before{
    content:'';
    position:absolute;
    z-index:2;
    top:0;
    height:100%;
    width:50px;
}
.h--timeline-dates::before{
    left:0;
    background:linear-gradient(to right, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}
.h--timeline-dates::after{
    right:0;
    background:linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line{
    position:absolute;
    z-index:1;
    left:-20px;
    top:49px;
    height:2px;
    background-color:#ee6500;
    transition:-webkit-transform 0.4s;
    transition:transform 0.4s;
    transition:transform 0.4s, -webkit-transform 0.4s;
}
.h--timeline-filling-line{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:#378f33;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:left center;
    -ms-transform-origin:left center;
    transform-origin:left center;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition:transform 0.3s, -webkit-transform 0.3s;
}


/* Bullet points */
/* --------------------------------------- */
.h--timeline-date{
    position:absolute;
    bottom: 0;
    z-index:2;
    text-align:center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom:0.75rem;
    color:#000;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration:none;
}
.h--timeline-date:hover{
    font-weight: 600;
}
.h--timeline-date::after,
.h--timeline-date::before{
    content:'';
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:-8px;
    height:15px;
    width:15px;
    border-radius:50%;
    border-width:2px;
    border-style:solid;
    border-color:#031158;
    background-color:#031158;
    transition:background-color 0.3s, border-color 0.3s, top 0.3s;
}
.h--timeline-date::before{
    bottom:-3px;
    height:9px;
    width:9px;
    border-width:0px;
    border-color:transparent;
    background-color:transparent;
    z-index:2;
}
.h--timeline-date:hover::before,
.h--timeline-date:hover::after{
    transition:background-color 0.3s, border-color .3s, top .3s;
}
.h--timeline-date:hover::after{
    background-color:#ee6500;
    border-color:#6e1e46;
}
.h--timeline-date--selected{
    pointer-events:none
}
.h--timeline-date--selected::after{
    background-color:#f7f7f7;
    border-color:#6e1e46;
}
.h--timeline-date--selected::before{
    background-color:#6e1e46;
}
.h--timeline-date--older-event::after{
    background-color:#6e1e46;
    border-color:#6e1e46;
}


/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation{
    font-size: 0;
    position:absolute;
    z-index:1;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    height:34px;
    width:34px;
    border-radius:50%;
    border-width:2px;
    border-style:solid;
    border-color:#f7f7f7;
    transition:border-color 0.3s;
}
.h--timeline-navigation::after{
    content:'';
    position:absolute;
    height:16px;
    width:16px;
    top:50%;
    left:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;}
.h--timeline-navigation:hover{
    border-color:#6e1e46;
}
.h--timeline-navigation--prev{
    left:0;
    -webkit-transform:translateY(-50%) rotate(180deg);
    -ms-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next{
    right:0;
}
.h--timeline-navigation--inactive{
    cursor:not-allowed;
}
.h--timeline-navigation--inactive::after{
    background-position:0 -16px;
}
.h--timeline-navigation--inactive:hover{
    border-color:#f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
    overflow:hidden;
    transition:height .4s;
	padding-bottom: 2rem;
}
.h--timeline-event{
    position:absolute;
    z-index:1;
    width:100%;
    left:0;
    top:0;
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%);
    padding:1px 5%;
    opacity:0;
    -webkit-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
}
.h--timeline-event-content{
    max-width: 800px;
    margin: 2rem auto 0;
    padding: 15px 20px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.h--timeline-event--selected{
    position:relative;
    z-index:2;
    opacity:1;
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
    -webkit-animation-name:cd-enter-right;
    animation-name:cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
    -webkit-animation-name:cd-enter-left;
    animation-name:cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
    animation-direction:reverse;
}
.h--timeline-event-title{
    color:#000;
    font-size:3rem;
    font-weight:600;
}
.h--timeline-event-date{
    display:block;
    font-style:italic; 
    margin: 7px 0px;
}
.h--timeline-event-date::before{
    /* content:'- '; */
}
@-webkit-keyframes cd-enter-right{
    0%{
        opacity:0;
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@keyframes cd-enter-right{
    0%{
        opacity:0;
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}
@keyframes cd-enter-left{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%);
        transform:translateX(-100%);
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }
}


/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
    background-color:#031158;
}
.h--timeline-date--selected::after{
    background-color:#f7f7f7;
    border-color:#6e1e46;
}
.h--timeline-date--older-event::after{
    background-color:#031158;
    border-color:#031158;
}
.h--timeline-line li:nth-child(even) .h--timeline-date{
    bottom:-48px;
}
.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
    width:21px;
    height:21px;
    bottom:-11px;
    background-color:#f7f7f7;
    border-color:#6e1e46;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::after{
    bottom:40px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{
    bottom:37px;
}
.h--timeline-line li:nth-child(even) .h--timeline-date::before{
    bottom:45px;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
    bottom:-3px;
}
/**/


.tz-gallery2 .lightbox .award-h{
    height: 500px !important;
}
.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    /* font-family: 'Droid Sans', sans-serif; */
    font-weight: 600;
    color: #e94c1f;
    text-transform: uppercase;
    font-size: 35px;
}

.gallery-container h2 {
    text-align: center;
    margin-top: 50px;
    /* font-family: 'Droid Sans', sans-serif; */
    font-weight: 600;
    color: #e94c1f;
    text-transform: uppercase;
    font-size: 35px;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px; 
    content: '+';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #00ff0045;
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.events-ta{
    justify-content: center;
}
.events-ta li{
    margin-bottom: 10px;
}
.meet-inst h4{
    position: absolute;
    font-size: 40px;
    color: #000;
    margin-top: 145px;
    margin-left: 110px; 
    padding: 7px 14px;
    border: 1px solid #fff;
    font-size: 27px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 8px;
}
.meet-inst h4:hover{
    color: #eb5e1d;
}
.techinical-train h4{
    position: absolute;
    font-size: 40px;
    color: #000;
    margin-top: 145px;
    margin-left: 79px; 
    padding: 7px 14px;
    border: 1px solid #fff;
    font-size: 27px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 8px;
}
.techinical-train h4:hover{
    color: #eb5e1d;
}

.download-section .insta-event .nav-link.active, 
.insta-event .show>.nav-link {
    display: flex;
    border: 1px solid transparent;
    border-radius: 8px;
    background: none;
    font-weight: 700;
    border: 1px solid #1deb68;
    /* background-image: linear-gradient(to right bottom, #eb5e1d, #ef7f1a); */
}
.download-section .insta-event .nav-link.active{
    border: 1px solid #eb5e1d;
}
.download-section .insta-event .nav-link:hover{
    opacity: 0.8;
}
.insta-event .show>.nav-link{
    border: 1px solid #1deb68;
}
.event-sec img{
    margin-bottom: 10px;
}
.event-sec a{
    font-size: 23px; 
    font-weight: 600;
    color: #000; 
}
.event-sec{
    margin-bottom: 20px;
}
.event-sec a:hover{
    color: #eb5e1d;
    text-decoration: underline;
}
.event-hei .lightbox img {
    height: auto !important;
}
.event-hei {
    height: auto !important;
}
.vivo-tes img{
    margin-top: 20px;
}



/* mixer carousel  */
.slider-section2 .owl-carousel .owl-nav button.owl-prev  {
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 156px;
}
.slider-section2 .owl-carousel .owl-nav button.owl-next{ 
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 158px;
}
.mix-color h4 {
    font-weight: 600;
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.mix-color {
    margin-bottom: 40px;
}
.main-title-product h1{
    text-align: center;
    margin-top: 65px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


.event-secti h1{
    font-size: 24px;
    color: #000;
    text-align: inherit;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}
.event-secti{
    padding: 0px 28px;
}
.event-secti p{
    font-size: 18px;
}
.fan-regu{
    padding: 0px 0px 30px 0px;
    margin-top: -30px;
}
.main-title-product p{
    text-align: center;
    font-size: 18px;
}

/* whatsapp  */
button.wh-ap-btn {
	outline: none;
    width:  60px;
    height:  60px;
    border:  0;
    background-color: #3f9131;
    padding:  0;
    border-radius:  100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    cursor:  pointer;
    transition:  opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
    content: '';
    background-image: url('../../image/whatsapp-icon.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48%;
    width:  100%;
    height:  100%;
    display:  block;
    opacity: 1;
}

button.wh-ap-btn:hover {
    opacity:  1;
    background-color: #004f2c;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.wh-api {
    position:  fixed;
    bottom:  0;
    right: 80px;
    z-index: 9999999;
}

.wh-fixed {
    margin-left:  15px;
    margin-bottom:  15px;
}

.wh-fixed>a {
    display:  block;
    text-decoration:  none;
}
/* button.wh-ap-btn::before {
    content: 'Lets Chat';
    display:  block;
    position:  absolute;
    margin-left: 51px;
    margin-top: 13px;
    height: 37px;
    background-color:  #004f2c;
    color:  #fff;
    border-radius:  3px;
    width:  0;
    opacity:  0;
    padding:  0;
    transition: opacity 0.4s, width 0.4s, padding 0.5s;
    padding-top:  7px;
} */

.wh-fixed>a:hover button.wh-ap-btn::before {
    opacity:  1;
    width:  auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width:  100px;
}
.home-fanss{
    position: relative;
    margin-top: -45%;
}

.download-secs{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    margin-bottom: 30px;
    height: 86%;
    margin-top: 0;

}
.donwload-product-title{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}
.prduct-main-bg{
  background-image: url('../../image/plain-Desktop.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 187px;
}
.solar-inverter1 .donwload-product-title h3{
    font-size: 22px;
    margin-top: 0;
}
.solar-inverter1 .donwload-product-title{
    padding: 0px 10px;
}
.tal-baty .solar-inverter1{
    height: auto;
}
.salar-invater{
    text-align: justify;
    align-items: center;
}
.salar-invater h3{
    text-transform: capitalize;
}
.mixer-spect{
    display: flex;
    justify-content: space-around;
}
.mixer-spect img{
    width: 33%;
}
.ron-gl{
    margin-top: -27px;
}

.distrib-bds h4{
    color: #181818;
    font-weight: 600;
    font-size: 20px;
    text-align: initial;
    margin-top: -36px;
    margin-bottom: 40px;
}
.prot-mt{
    margin-top: 0;
}
.prot-mt3 h4{
    margin-top: 0;
}
.distr-tit{
    padding: 25px 53px;
    text-align: center;
}
.distr-tit img{
    width: 75%;
}
.off-gold{
    padding: 50px 0px;
}
.off-gold2{
    padding: 20px 0px;
}
.onload-switch-photo img{
    width: 60%;
} 
.maxi-icons img{
    width: 75%;
}
.gsr-main-clr{
    display: grid;
    grid-gap: 15px; 
    grid-template-columns: repeat(6, 1fr); 
    align-items: cent
}
.av-color{
    width: 70px;
    height: 40px;
}
.gsr-avail p{
    text-align: center;
}
.home-appliances-fans{
    margin-top: 10px;
    margin-bottom: 20px;
}
.hybride-details{
    margin-bottom: 30px;
}
.coper-main{
    position:  absolute;
    margin-top: 26%;
}
.non-inva-rg{
    position: absolute;
    margin-top: -160px;
}
.no-slr-app{
    margin-top: 30px;
}
.non-inva-rg2 {
    position: absolute;
    margin-top: -63px;
    /* margin-bottom: 63px; */
}
.foots-p p{
    width: 110%;
}





.blog-grid {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  
  .blog-list__single,
  .blog-grid__single {
    margin-bottom: 45px;
  }
  .blog-list__single:hover .blog-list__image > img,
  .blog-list__single:hover .blog-grid__image > img,
  .blog-grid__single:hover .blog-list__image > img,
  .blog-grid__single:hover .blog-grid__image > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .blog-list__single:hover .blog-list__image > a,
  .blog-list__single:hover .blog-grid__image > a,
  .blog-grid__single:hover .blog-list__image > a,
  .blog-grid__single:hover .blog-grid__image > a {
    opacity: 1;
  }
  
  .blog-list__image,
  .blog-grid__image {
    position: relative;
    overflow: hidden;
  }
  .blog-list__image > img,
  .blog-grid__image > img {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
  }
  .blog-list__image > a,
  .blog-grid__image > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2642038;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .blog-list__content,
  .blog-grid__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .blog-list__content h3,
  .blog-grid__content h3 {
    font-size: 21px;
    font-weight: bold;
    color: #2b3036;
    /* letter-spacing: .03em; */
    margin: 0;
    margin-bottom: 15px;
  }
  .blog-list__content h3 a,
  .blog-grid__content h3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-list__content h3 a:hover,
  .blog-grid__content h3 a:hover {
    color: #e94c1f;
  }
  .blog-list__content p,
  .blog-grid__content p {
    margin: 0;
    color: #323334;
    font-size: 15px;
    line-height: 1.3;
    /* letter-spacing: .025em; */
  }
  
  .blog-list__meta,
  .blog-grid__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #D8D9DB;
    margin: 0;
    margin-top: 25px;
    padding-top: 10px;
  }
  .blog-list__meta li + li,
  .blog-grid__meta li + li {
    margin-left: 15px;
  }
  .blog-list__meta li a,
  .blog-grid__meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #323334;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-list__meta li i,
  .blog-grid__meta li i {
    font-size: 15px;
    color: #30472e;
    margin-right: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-list__meta li a:hover,
  .blog-grid__meta li a:hover {
    color: #196cbf;
  }
  .blog-list__meta li a:hover i,
  .blog-grid__meta li a:hover i {
    color: #2b3036;
  }






 

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #eb5e1d;
	/* border-color: #eb5e1d; */
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #04532d;
}
.blogs-teg h3{
    margin-bottom: 5px;
    margin-top: 20px;
}
.info .gsr-shop{
    margin-left: 30px;
}
.info .gsr-shop a{
    position: relative;
    color: #fff;
    background-color: #e94c1f;
    padding: 5px 17px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.info .gsr-shop a:hover{
    background-color: #004f2c;
}
 

.info .gsr-shop a::after {
    position: absolute;
    content: '';
    bottom: -4px;
    top: -4px;
    left: -4px;
    right: -4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e94c1f;
    margin: 0px;
    opacity: 1;
    transform-origin: center;
    animation: anim 800ms linear infinite;
}

.info .gsr-shop a::before {
    position: absolute;
    content: '';
    bottom: -4px;
    top: -4px;
    left: -4px;
    right: -4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e94c1f;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 800ms linear 400ms infinite;
}
.info .gsr-shop a:hover::after { 
    border: 1px solid #004f2c; 
}

.info .gsr-shop a:hover::before { 
    border: 1px solid #004f2c; 
}

@keyframes anim {
    from {
        margin: 0px;
        opacity: 1;
    }

    to {
        margin: -15px;
        opacity: 0;
    }
}
.page-sect{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    background-color: #fff;
    padding: 40px;
    border-radius: 7px;
    text-align: center;
    margin-top: 40px;
}
.page-sect img{
    margin-bottom: 30px;
}
.page-sect p a {
    color: #fff;
    background: #ef7f1a;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    padding: 6px 16px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
}
.page-sect p a:hover {
    background-color: #004f2c; 
}