:root {
    --theme-color:#47AF34;
    --title-color: #F5732D;
    --body-font: "Oswald", sans-serif;
    --title-font: "Anton SC", sans-serif;
    --main-container: 1270px;
    --container-gutters: 30px;
}
body {
   padding: 0;
    margin: auto;
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-weight: 600;
}
ol, ul {
    margin: 0;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #fff;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 19px
}

/* header-css */

.header-top {
    background-color: #f4f4f4;
    padding: 4px;
}
.header-layout{
    padding: 6px 0px;
    position: relative;
}
.main__banner{
    background-image: linear-gradient(#ffffffd6, #ffffffeb), url(../images/banner/2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.logo{
    width: 380px;
    height: auto;
    display: block;
}

.logo-1{
    display: none;
}
.header_bttn-1{
    display: none;
}
.tab-links {
    display: flex;
    align-items: center;
}
.header-links-1{
    float: right;
    padding: 5px 0px;
}
.header-links {
    padding: 5px 0px;
}
.header-links ul li a{
    color: #000000;
    font-weight: 400;
}
.header-links-1 ul li a{
    color: #000;
}
.header-links ul li a i{
    color: #47AF34;
    font-size: 20px;
}
.header-links-1 ul li a i{
    color: #47AF34;
    font-size: 20px;
}
.header-links-1 ul{
    display: flex;
}
.icons{
    width: 32px;
    height: auto;
}
.dropdown_content{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
}
.dropdown:hover .dropdown_content{
    display: block;
}

.dropdown_content a{
    padding: 8px 0px;
}
.et-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #F5732D;
    color: #fff;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 38px;
}
.et-btn:before {
    top: 0;
    right: 0;
    border: 0 solid;
    border-color: transparent transparent transparent #1e1e1e;
    transform: rotate(360deg);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
}
.et-btn:before {
    bottom: 0;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: #1e1e1e transparent transparent transparent;
}
.et-btn:hover:before, .et-btn:hover:after, .et-btn.active:before, .et-btn.active:after {
    border-width: 200px 130px;
    background-color: #032036;
}
.et-btn:hover, .et-btn.active {
    color: #fff;
    background-color: #47AF34;
}
.tab-links li{
    padding:0px 32px;
}
.tab-links li a {
    color: #032036;
    font-weight: 500;
    font-size: 19px;
}
.tab-links li a:hover{
    color: var(--title-color);
}
.main_banner_bg {
    background-image: url(../images/bg-1.png);
    padding: 70px 0px 184px 0px;
    position: relative;
}
.banner-heading h3{
    color: #fff;
    font-family: var(--title-font);
    font-size: 65px;
    font-style: normal;
    line-height: 90px;
    margin-bottom: 20px;
}
.banner-heading p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: var(--body-font);
}
.hero-content {
    padding: 70px 0;
}
/* .banner-heading .subtitle h6 {
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.6rem;
    margin-bottom: 0;
}
.subtitle {
    width: 175px;
    height: 38px;
    text-align: center;
    align-items: center;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 4px;
} */

.banner-img-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.banner-img-right img{
    text-align: right;
    border-radius: 5px;
}
/* @keyframes scroll{
    0% {
        transform: rotate(180d)
    }
    100% {
        transform: rotate(360deg);
    }
} */
.hero-img{
    position: absolute;
    bottom: -100px;
    right: 100px;
    animation: scroll 10s linear infinite;
    width: 280px;
}
.header_middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_middle ul li a{
    color: #000;
    font-weight: 400;
}
.header_middle ul li{
    padding: 8px 0px;
}
.middle_header{
    padding: 2px 0px;
}
.header-layout .menu-bg {
    position: absolute;
    left: 235px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F5732D;
    z-index: -1;
}

.center_line{
    background-color: #F5732D;
    height: 3px;
    width: 100%;
}
.header_middle ul li a i{
    color: #47AF34;
    font-size: 25px;
    padding: 16px 19px;
    border-radius: 50%;
    border: 1px solid #47AF34;
}
.header_middle ul li a img{
    color: #47AF34;
    padding: 8px;
    border: 1px solid #47AF34;
}
.middle_header_logo{
    display: flex;
    align-items: center;
}
.header_bttn{
    display: flex;
    align-items: center;
}
.about_section{
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.img-shape1 {
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #47AF34;
    width: 500px;
    height: 400px;
    z-index: -1;
}
.img-box4 {
    position: relative;
    margin-bottom: 30px;
}
.img-1 {
    display: inline-block;
    padding: 0 0 0 80px;
    vertical-align: top;
    margin-top: -100px;
}
.img-2 {
    position: absolute;
    right: 0px;
    top: 50%;
}
.img-3 {
    position: absolute;
    bottom: -280px;
    left: 50px;
}
.shape-dotted {
    position: absolute;
    right: 130px;
    bottom: -2px;
    z-index: -2;
}
.media-style2 {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.media-icon {
    background-color: rgba(255, 116, 27, 0.1);
    color: var(--title-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    display: inline-block;
    font-size: 24px;
}
.media-title {
    color: #000;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
}
.media-body {
    display: flex;
    align-items: center;
}
.about-title {
    font-size: 52px;
    font-family: var(--title-font);
    margin: 20px 0px;
}
.sec-subtitle {
    color: #f5732d;
    font-size: 22px;
    font-weight: 600;
}
.about-content{
    color: #000;
    font-size: 17px;
    margin-bottom: 35px;
}

.center {
    margin-left: 60px;
    margin-bottom: 20px;
}
.service_section_bg{
    padding: 80px 0px;
}
.service_box{
    padding: 60px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.service_box h4{
    position: absolute;
    bottom: 40px;
    background-color: #000;
    color: #fff;
    padding: 30px;
    font-size: 23px;
    margin-left: 30px;
}
.service_box h4:hover{
    background-color: #F5732D;
    transition: all .3s linear;
}
.why_choose{
    padding: 80px 0px;
}
.feature-style2 {
    margin: -0.5px;
    z-index: 1;
    padding: 50px 50px 40px 50px;
    outline-offset: -2px;
    outline: 2px solid transparent;
    position: relative;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    transition: all 0.3s linear;
}
.feature-style2:hover{
    background-color: var(--title-color);
}
.feature-style2:hover h4{
    color: #fff;
}
.feature-style2:hover p{
    color: #fff;
}
.feature-style2:hover .feature-icon img{
    background-color: #fff;
}
.img-box5 {
    position: relative;
    z-index: 1;
}
.why_choose_right {
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
}
.why_choose_left{
    z-index: 9;
}
.feature-body h4{
    font-size: 24px;
    color: #000;
    margin: 18px 0px;
}
.feature-body p{
    font-size: 16px;
    color: #000;
}
.feature-icon img {
    padding: 18px;
    background-color: rgba(255, 116, 27, 0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose-title {
    font-size: 50px;
    font-family: var(--title-font);
    margin: 20px 0px;
}
.installer_section{
    
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.installer_section_bg{
    padding: 100px 0px;
    background-color: #000000b4;
}
.install_box{
    background-color: #00539cc7;
    padding: 60px;
}
.install_box h5{
    font-size: 20px;
    color: #ffffff;
    margin: 10px 0px;
}
.install_box h3{
    font-size: 38px;
    color: #fff;
    margin: 40px 0px;
}
.install_contact {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    padding-right: 25px;
}
/* .install_image{
    position: absolute;
    bottom: -120px;
    right: -50px;
} */
.location{
    margin-left: 50px;
}
.instal_bttn{
    color: #47AF34;
}
.instal_bttn:hover{
    color: #F5732D;
    transition: all 0.3s linear;
}

/* footer css */

.footer_bg{
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-position: right;
}
.footer-page{
    padding: 80px 0px 10px 0px;
    background-color: #000000db;
}
.widget-area{
    margin-bottom: 40px;
}
.disc{
    /* background-image: linear-gradient(to right , #F5732D , #47AF34); */
    background-color: #47AF34;
    width: 60px;
    height: 3px;
    margin-bottom: 20px;
}
.footer-menu{
 h4{
    color: #ffffff;
    font-size: 30px;
    font-family: var(--body-font);
}
li{
    padding: 8px 0px;
    border-bottom: 1px dotted #5a5a5aa6;
}
a{
    color: #ffffff;
    font-family: var(--body-font);
    font-weight: 400;
}
i{
    margin-right: 15px;
    color: #47AF34;
}
}
.footer-menu li:hover{
    background-color: #00000056;
}
.footer-menu li:hover a{
    color:#F5732D;
}
.footer_adress_icon{
    margin-top: 15px;
}
.copyright-wrap{
    padding: 15px 0px 0px 0px;
}
.copyright-text{
    color: #ffffff;
    font-size: 14px;
}
.copyright-text a{
    color: #ffffff;
    font-size: 14px;
}
.address{
    margin-left: 30px;
}

.footer-logo p{
    font-size: 18px;
    color: #fff;
    margin: 15px 0px;
}

/* inner-pages-css */
.breadcrumb-area{
    background-image: url(../images/breadcum.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-box{
    padding: 100px 0px;
    background-color: #000000b4;
    text-align: center;
}
.breadcrumb_heading{
    color: #ffffff;
    font-size: 42px;
    font-family: var(--title-font);
}
.breadcrumb{
    justify-content: center;
}
.breadcrumb a{
    color: #F5732D;
}
.page_wraper{
    padding: 80px 0px;
}
.about-left-image{
    display: flex;
    align-items: center;
}
.about-left-side{
    text-align: center;
}
.about-right-side h3{
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    font-family: var(--title-font);
}
.about-right-side h4{
    color: #000;
    font-size: 28px;
    margin: 20px 0px;
}
.about-right-side p{
    color: #000;
    font-size: 18px;
}
.gallery-images img{
    border-radius: 10px;
    margin-bottom: 30px;
}
.service-content h4{
    color: #000;
    font-size: 38px;
    margin-bottom: 30px;
    font-family: var(--title-font);
}
.service-content p{
    color: #000;
    font-size: 18px;
}
.service-left-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-left-img img{
    border-bottom-right-radius:60px ;
    border-top-left-radius:60px ;
}
.form_input{
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #ffffff;
}
svg{
    width: 30px;
    height: auto;
}
.contact_info{
    background-color: #f1eded;
    padding: 30px 20px;
}
.contact_info h3{
    margin-bottom: 35px;
    font-size: 36px;
    font-family: var(--title-font);
    text-align: center;
}
.contact_form h3{
    text-align: center;
    font-size: 36px;
    font-family: var(--title-font);
    margin-bottom: 40px;
}
.contact_form {
    background: #f1eded;
    box-shadow: 1px 1px 4px 1px #ddd;
    padding: 20px;
    text-align: center;
}
.contact__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    background: #fff;
    padding: 15px;
}
.contact__info-content a{
    color: #000;
    padding-left: 14px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}
.contact__info-content span{
    color: #000;
    padding-left: 14px;
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 400;
}