body {
    font-family: 'Rubik', sans-serif;
    background: #f2f2f2;
}

h1,h2,h3,h4,h5,h6{
 font-family: 'Oswald', sans-serif;   
}

.header img {
    width: 100%;
}
.footer img {
    width: 100%;
}
ul.footer-list2 li a {
    color: #fff;
    font-size: 15px;
}
.logo-part12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fa, .fas {
    font-family: 'FontAwesome' !important;
    font-weight: 900;
}
.name-part h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.import-icon-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 0px 35px;
}
.name-part p a {
    color: #1f2021;
    font-weight: 500;
}
.name-part p {
    color: #1f2021;
    font-weight: 500;
}
.main-header {
    background: #00b7d6;
}
.icon-part i {
    padding-right: 10px;
    margin-bottom: 10px;
}
.import-icon-num i {
    font-size: 21px;
    color: #2caa4a;
}
.right-logo {
    display: flex;
    align-items: center;
}
.import-icon-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.import-icon-num.contact12 a {
    background: #3d424a;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
}
.left-main ul li {
    margin: 0px 20px 0px 0px;
}
.left-main ul li a {
    color: #fff;
    font-size: 14px;
}
.left-main ul li:first-child {
    position: relative;
}
.right-main ul li {
    margin: 0px 0px 0px 11px;
}
.right-main ul li i {
    height: 25px;
    width: 25px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    color: #6e8044;
    border-radius: 50%;}
.left-main ul li:first-child:before {
    position: absolute;
    content: "";
    top: 4px;
    right: -11px;
    height: 16px;
    width: 1px;
    background: #fff;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 74px;
    max-width: 761px;
    background: #3d424a4a;
    padding: 36px;
}
.banner-content p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 23px;
    font-size: 15px;
}
.main-headerRight {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.main-header {
    background: #6e8044;
    padding: 3px 0px;
}
.top-part p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}
.home-carousel {
    position: relative;
}
.banner-content h2 {
    font-size: 31px;
    color: #fff !important;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
}
.banner-content p {
    margin-bottom: 0px;
    color: #fff;
    line-height: 30px;
    font-size: 19px;
}

.top-header {
    background: #264686;
}
.top-left ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.top-part {
    display: flex;
    justify-content: center;
}
.top-right ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.contact-btn1 {
    margin-top: 30px;
}
a.learn-more1 {
    margin-left: 13px;
}
a.work-with1 {
    color: #fff !important;
    padding: 10px 30px !important;
    background-image: linear-gradient( 
39deg
 , #ef9c20 24%, #ef9c20 108%);
    font-weight: 600;
    text-transform: uppercase;
}
a.learn-more1 {
    background: #2caa4a;
    color: #fff;
    padding: 14px 37px !important;
    border-radius: 30px;
}
.estimate-btn a:hover {
    text-decoration: none;
}
.box-part ul {
    list-style: none;
    padding-left: 0px;
}
.box-part ul li {
    float: left;
    width: 25%;
    padding: 30px;
    min-height: 327px;
    position: relative;
}
.box-part ul li:nth-child(odd) {
    background: #00b7d6;
}
.box-part ul li:nth-child(even) {
    background: #2caa4a;
}
.box1 img {
    filter: brightness(0) invert(1);
}
.box1 h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}
.box1 p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}
.box-read a {
    color: #fff;
    text-decoration: underline;
}

.home-carousel ul.carousel-indicators {
    opacity: 0;
}

.home-carousel .carousel-indicators .active{
    opacity: 0;
}
.search-part1 i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.search-part1 {
    position: relative;
}
.search-part1 input[type="text"] {
    width: 351px;
    padding: 10px;
    border-radius: 30px;
    border: none;
    padding: 0px 15px;
    height: 45px;
}
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.zoom {
    animation: scale 10s linear infinite;
}

section.part2 {
    margin-top: 80px;
    overflow: hidden;
    clear: both;
}
section.three {
    overflow: hidden;
    clear: both;
    margin-top: 90px;
}
section.three h5 {
    color: #264686 !important;
}
section.part2 h2 {
    text-align: center;
    color: #1f2021!important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
}
.box-read {
    position: absolute;
    bottom: 35px;
}
section.three ul {
    padding: 0px;
    list-style: none;
}
section.three ul li {
    line-height: 24px;
    margin-bottom: 9px;
    font-size: 18px;
}
section.three p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
}
section.four4 {
    background: #f8f8f8;
    margin-top: 70px;
    padding: 50px 0px;
    background-image: url(../images/backnew.png);
   
}
section.four4 h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #f3525a;
}
section.three h2 {
    color: #172541;
}
button.send1.talk {
    padding: 10px 12px;
    margin-top: 0px;
}
section.three h2 {
    margin: 5px 0px;
}
.box2-read a {
    color: #f3525a;
    text-decoration: underline;
}
.box-five h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}
section.four4 h2 {
    text-align: center;
    color: #172541!important;
    font-weight: 700;
    font-size: 36px;
}
section.four4 p {
    text-align: center;
    color: #172541;
    margin-top: 15px;
}

section.five5 {
    margin-top: 70px;
}
.box3 {
    margin-top: 50px;
}

.box-five h4 {
    margin-top: 15px;
}

.box2 ul {
    list-style-type: none;
    padding: 0px;
}

.box-five {
    margin: 51px 0px;
    padding: 18px;
    background-color: #ffff;
    height: 272px;
}
.counter-part {
    background-image: url("../images/counterback.jpg");
    height: 280px;
    background-position: center;
    margin-top: 70px;
    padding-top: 70px;
}

.abt-img img {
    width: 100%;
}
.counter-part1 {
    text-align: center;
}
.counter-part1 h4 {
    margin-top: 15px;
    font-size: 18px;
}
.counter-part1 img {
    box-shadow: 0 0 10px #00000036;
    background: #fff;
    border-radius: 50%;
}
.box-five h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #172541;
}
section.accodian12 img {
    width: 100%;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

section.accodian12 {
    margin: 90px 0px;
}
section.accodian12 button {
    color: #172541;
    font-weight: 600;
}

section.accodian12 h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #172541;
}

section.goolge1 {
    background: #264686;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
}

.testimonial {
    background-image: url(../images/test.jpg);
    height: 450px;
    padding-top: 88px;
}
.left-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.left-img img {
    border-radius: 50%;
}
.images-tesi ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.view-prodcut-part h2 {
    text-align: center;
    margin-bottom: 47px;
}
.testmonial-part {
    min-height:229px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);}
 .testmonial-part ul li i {
    color: #d2a916dd;
}   
.testmonial-part h4 {
    color: #172541;
    font-size: 20px;
}
.testmonial-part h5 {
    color: #172541;
    font-size: 16px;
}
.afflicated-list ul {
    padding-left: 0px;
    list-style: none;
}
.afflicated-list ul li {
    float: left;
    width: 16%;
}
.afflicated-list ul li img {
    width: 150px;}
 section.afflication {
    clear: both;
    overflow: hidden;
    margin: 70px 0px;
}   
section.afflication h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #172541;
}

section.afflication.health {
    background: #f7f7f7;
    margin-bottom: 0px;
    padding: 70px;
}

.afflicated-list.health-list ul li img {
    height: 100px;
}
.right-list-header ul:hover ul.dropdown {
    display: block;
}
.header-right ul ul.dropdown {
    z-index: 999;
    margin: 0px;
    position: absolute;
   
    background: #f5f5f5;
    padding: 9px !important;
    display: none ;
}
ul.dropdown li {
    margin: 0px !important;
    line-height: 31px;
}
section.latest-news {
    background-color: #f5f5f5;
    margin: 85px 0px 22px;
    padding: 50px 0px;
}
.news1 h4 {
    margin: 22px 0px 10px;
    font-size: 20px;
    height: 40px;
}
section.latest-news h2 {
   
    margin-bottom: 20px;
    text-align: center;
    color: #172541;
}
section.latest-news h6 {
    margin-bottom: 46px;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
}
.news1 {
    background: #00b7d60a;
    padding: 20px;
    min-height: 250px;
}
.news1 h4 {
    font-size: 20px;
}
.knw-more a {
    color: #264686;
    text-decoration: UNDERLINE;
}

.wewant {
    background-image: url(../images/back1111.png);
    height: 648px;
    position: relative;
}
section.wewant:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000a6;
}

section.wewant {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 74px;
}
section.wewant h2 {
    color: #fff;
    z-index: 9;
    position: relative;
    font-size: 40px;
}
section.wewant p {
    color: #fff;
    position: relative;
}
.contact-form1 input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.contact-form1 textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
}
button.send1 {
    background: #fff;
    padding: 10px 50px;
    border: none;
    color: #00b7d6;
    font-weight: 600;
    margin-top: 30px;
}
.contact-form1 {
    max-width: 800px;
    margin: 0 auto;
    background: #00b7d6;
    position: relative;
    padding: 40px;
    margin-top: 40px;
}

section.our-partners {
    margin: 70px 0px;
}

section.our-partners h2 {
    margin-bottom: 40px;
    text-align: center;
}

.logo-img {
    box-shadow: 5px 10px 15px 0px rgb(0 0 0 / 10%);
    height: 118px;
    border: 1px solid #ddd;
    width: 100%;
}

.right122 {
    padding: 0px 0px;
    padding: 45px 0px;
   background: #0e9d76;
}
.footer-right1 {
    display: flex;
    justify-content: space-evenly;
}
.foter-right12 p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.footer-right21 a {
    background: #fff;
    padding: 15px 60px;
    
    text-decoration: none;
    color: #3d424a;
    font-weight: 600;
}
.foter-right12 p {
    margin-bottom: 0px;
}
.footer-logo {
    margin-left: 40px;
    margin-top: 20px;
}
section.footer-part {
    background: #6e8044;
}

.lower-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.lower-footer ul {
    padding-left: 0px;
    list-style: none;
}
.lower-footer h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
ul.footerlist1 li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.lower-footer ul {
    padding-left: 0px;
    list-style: none;
}
ul.footerlist1 li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
}
ul.footer-list2 li {
    float: left;
    width: 50%;
    margin-bottom: 13px;
        color: #fff;
}
.newslatter input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.newslatter button {
    position: absolute;
    right: 15px;
    padding: 11px 30px;
    background: #000;
    border: none;
    color: #fff;
}
.lower-footer p {
    margin-top: 20px;
}
.copy-right {
    background: #000;
}
.copy-right ul {
    list-style: none;
    display: flex;
    float: right;
    margin-bottom: 0px;
}
.copy-right ul li {
    margin: 0px 0px 0px 30px;
}
.copy-right p {
    margin-bottom: 0px;
    color:  #fff; 
}
.copy-right ul li i {
    color: #fff;
}
.copy-right {
    background-image: linear-gradient( 
39deg
, #788f42 27%, #6e8044 108%);
    padding: 10px 0px;
    border-top: 1px solid #6e8044;
    text-align: center;
}
.left-logo h4 a {
    color: #fff;
}
.left-logo h4 {
    font-size: 30px;
}
.why-img img {
    width: 100%;
    transition: 0.5s ease all;
}
/* .why-img:hover img {
    transform: translate3d(10px, 10px, 10px);
} */
ul.socail1 li {
    margin-right: 17px;
    color: #fff;
}
ul.socail1 {
    display: flex;
}
.footer-logo img {
    width: 267px;
}
.top-left ul li {
    margin: 0px 20px 0px 0px;
}
.top-right ul li {
    margin: 0px 0px 0px 20px;
}
.top-part ul li {
    color: #fff;
}
.top-header {
    background: #6e8044;
    padding: 6px 0px;
}
.top-right ul li a {
    color: #fff;
    background: #000;
    padding: 10px 20px;
    border-radius: 30px;
}
.top-part ul li i {
    padding-right: 3px;
}
.header2 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    align-items: center;
}
.copy-right p {
    font-size: 13px;
}
.copy-right ul li i {
    font-size: 13px;}
.header-right {
    display: flex;}
 .header-right ul li {
    margin: 0px 12px 0px 20px;
}
.header-right ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}
.header-right {
    display: flex;}
.search-btn button {
    background: transparent;
    border: none;
    margin-left: 20px;
}
.right-list-header ul li a {
    text-decoration: none;
    color: #172541;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.right-list-header ul li a {
    color: #fff;
    font-size: 16px !important;
}
.right-list-header ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.estimate-btn1 a {
    background: #ef9c20;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.right-list-header ul {
    margin-bottom: 0px;
}
.estimate-btn a {
    padding: 10px 20px;
    color: #353535;
    font-weight: 600;
    text-transform: uppercase;
}
.right-list-header a {
    font-size: 28px;
}
.top-maine {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-main ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
}
.left-main ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}
.best{
background-image: url("images/best.jpg");
height: 300px;
}
.best {
    background-image: url(../images/best.jpg);
    height: 242px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
}
section.best:before {
    position: absolute;
    content: "";
    background-image: linear-gradient( 
84deg, #00b7d6f2 34%, #2caa4a80 108%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.tabulation-2 .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #2caa4a;
    border: 1px solid #2caa4a;
}
.tabulation-2 .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
section.abt-part h5 {
    font-size: 18px;
    color: #6e8044;
}
.abt-para ul li {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-bottom: 15px;
}
.abt-para ul li i {
    color: #0e9d76;
}
.abt-para ul {
    padding-left: 0px;
    list-style: none;}
 .abt-para ul li i {
    color: #0e9d76;
}   
.read-more-btn {
    clear: both;
    margin-top: 30px;
}
.abt-para {
    display: none;
}
.read-btn1 {
    background: #ef9c20;
    padding: 10px 0px;
    color: #fff;
    border: none;
    font-weight: 600;
}
.tabulation-2 .nav-pills .nav-item .nav-link i {
    padding-right: 10px;
}
section.abt-part p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 14px;
}
ul.value-part li i {
    color: #2caa4a;
    padding-right: 10px;
}

element.style {
}
ul.value-part li i {
    color: #2caa4a;
    padding-right: 10px;
}
ul.value-part li {
    float: left;
    width: 50%;
    margin-bottom: 5px;}
 ul.value-part {
    overflow: hidden;
    padding-left: 0px;
    list-style: none;}   
    .abt2 img {
    width: 100%;
}

.three3 {
    background-image: url(../images/backgroundimg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 80px;
}

section.three3 h2{
 text-align: center;
    color: #1f2021!important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;   
}
.how-box {
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 0px 14px 2px rgb(229 232 234 / 73%);
    -webkit-box-shadow: 0px 0px 14px 2px rgb(229 232 234 / 73%);
    -moz-box-shadow: 0px 0px 14px 2px rgba(229, 232, 234, 0.7294117647058823);
    padding: 20px;
    min-height: 415px;
    margin-bottom: 30px;
}
.how-box ul {
    padding-left: 0px;
    list-style: none;
}
.how-box ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 7px;
}
.how-box ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #2caa4a;
}
.how-box h4 {
    font-size: 20px;
    margin-top: 20px;
}
.how-box {
    position: relative;
}
.how-box img {
    height: 52px;
}
.img-par1 {
    text-align: center;
}
.how-box:after {
    position: absolute;
    content: "";
    position: absolute;
    background-color: #2caa4a2b;
    width: 50px;
    height: 50px;
    top: 10px;
    left: 84px;
    z-index: 99;
    border-radius: 50%;
}

section.four4new {
    margin-top: 80px;
}
.four4-head h5 {
    font-size: 14px;
    color: #00b7d6;
}
.four4-head {
    text-align: center;
}
.four4-head h2 {
    color: #1f2021!important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
}
.four4new .nav-pills .nav-item .nav-link.active {
    color: #fff!important;
    background: #00b7d6!important;
    border: 1px solid #00b7d6!important;
}
.four4new .nav-pills .nav-item .nav-link {
    background: #fff;
    border-radius: 4px;
    color: #1f2021;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 30px;
}
.four4new .nav-pills .nav-item {
    margin-bottom: 10px;
}
a.nav-link.py-4 i {
    padding-right: 10px;
}
.four4new .tab-content .img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
section.four4new h3 a {
    color: #1f2021;
    text-decoration: none;
}
ul.work-list {
    padding-left: 0px;
    list-style: none;
}
ul.work-list li i {
    color: #00b7d6;
}
ul.work-list li {
    margin-top: 8px;
}

.four4new{
 background-image: url(../images/backgroundimg2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;   
}
section.founder1 {
    margin-top: 80px;
    background: #f7f7f7;
    padding: 80px 0px;
}
section.founder1 h5 {
    font-size: 14px;
    color: #00b7d6;
}
section.founder1 h2 {
    color: #1f2021!important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}
.founder1 img {
    width: 100%;}
 .founder2 {
    padding-top: 42px;
    border-top: 2px solid #2caa4a;
    margin-top: 30px;
}   

ul.footerlist1 li a {
    color: #fff;
}
.banner-content ul {
    list-style: none;
    padding-left: 0px;
}
.banner-content ul li {
    color: #fff;
    padding-top: 5px;
}
.foter-right12 h4 {
    color: #fff;
}
.lower-footer p {
    color: #fff;font-size: 14px;}
.request-quote{
    background-image: url("images/back12.jpg");
    height: 250px;
    background-size: 100%;
}
ul.footer-list2 li i {
    position: absolute;
    left: 0;
    top: 2px;
}
ul.footer-list2 li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
.request-quote {
    background-image: url(../images/back12.jpg);
    height: 206px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding-top: 40px;
    position: relative;
}
.request-quote:before {
    position: absolute;
    content: "";
    top: 0;
    left: -38px;
    width: 68%;
    right: 0;
    bottom: 0;
    background: #6e8044;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX( 
20deg);
    transform: skewX( 
20deg);
}
.requt-btn12 .btn123 {
    background: #0e9d76;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.requt-btn12 {
    float: right;
}
section.request-quote h3 {
    font-size: 40px;
    color: #fff;
    line-height: 46px;
}
.back1 {
    background-image: url(../images/back.jpg);
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 65px;
    background-attachment: fixed;
}
.choose1 {
    background: #fff;
    padding: 40px 30px;
}

.warranty1 {
    background: #e7e7e8;
    padding: 40px 0px;
}
section.why-choose h2 {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
}
.form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: none;
    padding: 10px 10px;
    background: #f7f7f7;
    font-size: 14px;
}
.form {
    padding: 30px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    margin-right: 30px;
    background: #fff;
    border-radius: 30px;
}
section.why-choose ul {
    padding-left: 0px;
    list-style: none;
}
section.why-choose ul li {
    padding-bottom: 5px;
}
section.why-choose ul li i {
    color: #0e9d76;
}
.why-img img {
    width: 100%;
   
}
.requt-btn12 {
    margin-top: 18px;
}
.requt-btn12 a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Oswald';
}
.back12 img {
    width: 100%;
    border-left: 13px solid #6e8044;
}
.back123 {
    margin-top: 40px;
}
.images2 img {
    width: 100%;
    border-left: 13px solid #0e9d76;
}
.service-box {
    box-shadow: 0px 0px 14px 2px rgb(229 232 234 / 73%);
    padding: 15px;
    min-height: 437px;
    position: relative;
}
.service-btn {
    position: absolute;
    bottom: 23px;
}
.service-btn a {
    color: #ef9c20;
    font-weight: 600;
    text-decoration: underline;
}
.service-box img {
    height: 200px;
}
.service-box:hover {
    box-shadow: -14.142px 14.142px 20px 0px rgb(157 157 157 / 50%);
    background-color: #6e8044;
    transition: all .3s linear;}
 .service-box:hover h4 {
    color: #fff;
}
 .service-box:hover p {
    color: #fff;
}
 .service-box:hover a {
    color: #fff;
}
.service-box h4 {
    font-size: 20px;
    margin: 10px 0px;
}
.serv-img1 {
    overflow: hidden;
}
.serv-img1 img {
    transition: 0.3s;
}
.service-box:hover img {
    transform: scale(1.1);

}
.logo-img1 {
    border: 1px solid #ddd;
    text-align: center;
    min-height: 302px;
}
section.our-project1 {
    margin-top: 80px;
    text-align: center;
}


   
.service-box img {
    width: 100%;
}
.three-section1.serve12 {
    margin-top: 25px;
}
section.back1 ul {
    padding-left: 0px;
    list-style: none;
}
section.back1 ul li i {
    padding-right: 10px;
    color: #0e9d76;
}
section.back1 ul li {
    padding-bottom: 10px;
}
section.back1 ul {
    padding-left: 0px;
    list-style: none;
}


div#ourproject {
    margin-top: 50px;
}
div#ourproject .owl-nav {
    display: none;
}

.logo-img1 h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.viewshop-btn a {
    color: #ef9c20;
    font-weight: 600;
    text-decoration: underline;
}
section.our-project1 h2 {
    color: #1f2021!important;
    font-weight: 700;
    font-size: 36px;
}
.person1 img {
    width: 60px !important;
    margin: 0 auto;
}
.person1 {
    margin-bottom: 10px;
}
.testimonial-part {
    background-image: url(../images/testimonial.jpg);
    height: 650px;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 40px;
}
.form h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.testimonial-part:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
}
section.testimonial-part h2 {
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}
.reviews-box {
    background: #fff;
    padding: 10px;
    text-align: center;
    min-height: 438px;
}
section.latest-blog {
    margin-top: 80px;
    margin-bottom: 80px;
}
section.latest-blog h2 {
    text-align: center;
    margin-bottom: 50px;
}
.recent-blog img {
    width: 100%;
}
.para-blog {
    background: #f7f7f7;
    padding: 20px;
}
.more-btn1 a {
    color: #0e9d76;
    font-weight: 600;
    text-decoration: underline;
}
.contact-form {
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
}

.contact-form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.contact-form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.contact-btn1 input[type="submit"] {
    background:#ef9c20;
    border: none;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-us12 {
    background-image: url(../images/contact-from.jpg);
    height: 457px;
    margin-top: 80px;
    position: relative;
}
section.contact-us12:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #6e8044;
    width: 50%;
}
.form-contatc {
    padding: 0px 40px;
}
section.contact-us12 h2 {
    padding: 40px 0px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.form-contatc input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 0px 14px;
    font-size: 14px;
}
.form-contatc textarea {
    width: 100%;
    height: 84px;
    padding: 10px;
    font-size: 14px;
}
.constrct1 p {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 100px;
    font-family: 'Oswald';
}
.contact125 a {
    font-size: 50px;
    color: #fff;
    text-decoration: underline;
    font-family: 'Oswald';
}
.contact125 {
    text-align: center;
}
.main-client {
    padding: 20px 0px;
}
.client-img1 {
    filter: grayscale(100%);
}
ul.loggo-footer1 li img {
    width: 125px;
    object-fit: cover;}
ul.loggo-footer1 {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
}
div#client1 .owl-nav {
    display: none !important;
}
#client1 .owl-dots {
    display: none!important;
}
.left-logo h2 a {
    color: #3e4136;
}
.left-logo img {
    width: 310px;
    height: 120px;
}
.logo-part12 {
    background: #fff;
    padding: 10px 35px;
}

.call-btn a {
    font-weight: 600;
    text-decoration: none;
    color: #353535;
    font-size: 20px;
}
.estimate-btn {
    text-align: right;
}
.two2 img {
    height: auto;
    object-fit: cover;
}
.video1 {
    padding-right: 0px;
}
.two2 {
    background: #fff;
    padding: 40px 0px 40px 0px;
}
.backnew {
    background-image: url(../images/backnew.jpg);
    height: 380px;
    position: relative;
    padding: 40px 0px;
}
.backnew:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000c9;
}
.add1 ul li h2 {
    color: #ef9c20;
    margin: 10px 0px;
}
.waranty-img1 {
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.back11 h2 {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}
.add1 ul li {
    color: #fff;
    position: relative;
    border-right: 1px solid #4b4b4b;
    padding: 20px;
    width: 20%;
    min-height: 191px;
}
.add1 ul li h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}
.add1 ul li:last-child {
    border-right: none;
}
.add1 ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.form textarea {
    background: #f7f7f7;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 14px;
    height: 110px;
}
.form input[type="submit"] {
    margin-top: 30px;
    background: #ef9c20;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}

.lower-footer .left-logo img {
    filter: brightness(0) invert(1);
}
.warranty1 img {
    width: 285px;
}
.call-btn a {
    font-size: 28px;
}
.conicon1 {
    margin-left: 35px;
}
.contact1 {
    background: #fff;
    padding: 20px;
}
.contact1 label {
    font-size: 14px !important;
}
.contact1 textarea {
    height: 110px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%!important;
}

.contact1 button[type="submit"] {
    background: #ef9c20 !important;
    color: #fff !important;
    font-family: 'Oswald';
    letter-spacing: 2px;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important;
    width: 27%!important;
    text-align: center!important;
}
ul#wpforms-91-field_4 li .wpforms-image-choices-label {
    font-size: 14px !important;
    text-align: center !important;
}
.form12 button {
    background: #ef9c20 !important;
    color: #fff !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%!important;
}
div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    float: left;
    margin-left: 0%!important;
    clear: none;
    margin-top: 10px!important;
}
form#wpforms-form-91 {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    padding: 30px;
    border-radius: 30px;
	    background: #fff;
}
.form12 {
	padding: 40px;}
.form12 img {
    height: 70px!important;
	object-fit: cover;}
div#accordion h5 {
    color: #353535;
    font-size: 18px;
}
div#accordion .card-body {
    color: #000000;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}
.estimate-btn1.mobile {
    display: none;
}
.menu-btn {
    display: none;
}
button.read-btn1 a {
    color: #fff !important;
}
ul.footer-list2 li a {
    color: #fff;
}
.page-id-77 aside#secondary {
    display: none;
}
.contact-btn21 {
    background: #fff;
    padding: 20px;
}
.contact-btn21 textarea {
    height: 100px !important;
}
.contact-btn21 button[type="submit"] {
    background: #ef9c20 !important;
    color: #fff !important;
}
.follwe-footer {
    overflow: hidden;
    clear: both;
	text-align: center;}
ul.socail1 {
    display: flex;
    justify-content: center;
}
.header-img img {
    width: 80px;
}
.read-more-btn a {
    background: #ef9c20;
    padding: 10px 20px;
    color: #fff;
}
.modal-header h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
}
.modal-header button {
    position: absolute;
	right: 20px;
}
.modal1 .close {padding: 4px 4px;color: #f00;opacity: 1;}
.modal1 .modal-content {background-color: #ffffffeb!important;border-radius: 14px;}
.modal1 .modal-body {padding-top: 0px;}
.modal1 .wpforms-field {padding: 0px 0px !important;}
.modal1 select {font-size: 14px !important;margin-bottom: 10px !important;}
.modal1 textarea {height: 82px !important;}
.modal1 button[type="submit"] {background: #ef9c20 !important;padding: 10px 20px !important;color: #fff !important;text-transform: uppercase;}
ul.socail1 li a {color: #fff;}
form#wpforms-form-91 button {background: #ef9c20;color: #fff;font-family: 'Oswald';}
.faqimg img {width: 80px;}
.fag-form {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}
.fag-form button {
    background: #ef9c20!important;
    color: #fff!important;
    font-family: 'Oswald'!important;
}

@media only screen and (max-width: 768px){
 .box-part ul li {
    float: none;
    width: 100%;
    min-height: 317px;

}  
.header-img  {
    display:none;
}	
.estimate-btn1.mobile {
    display: block;
}
.menu-btn {
    display: block!important;
}
.estimate-btn1 {
    display: none;
}	
.left-logo img {
	width: 160px;}
    height: 80px;align-content	
.how-box:after {left: 141px;} 
.four4new .tab-content .img {width: 100%;height: 100px;margin-bottom: 20px;background-size: 100%;}

.left-logo img {width: 160px;height: 80px;}	
.estimate-btn1.mobile a {padding: 10px 12px;}
.logo-part12 {padding: 10px 5px;}
.banner-content {position: initial;
    top: 0%;
    transform: translateY(0%);
    left: 0px;
    max-width: 761px;
    background: #3d424a;
    padding: 36px;
}
.logo-part12 .right-list-header {
    display: none;
}
.main-headerRight {
    display: flex;
    width: 100%;
}
.header-right {
    display: flex;
    width: 100%;
}	
.header-right ul li {
    margin: 0px 0px 0px 0px;
}	
ul#primary-menu {
    flex-direction: column;
    text-align: left;
}	
.header2 {
    align-items: flex-start;
}	
.btn-part1 {
    background: #6e8044;
    padding: 10px 0px;
}
.main-header {
    display: none;
}	
.btnicon {
    display: flex;
    justify-content: flex-end;
}	
button.menu-btn {
    border: none;
    background: transparent;
}	
button.menu-btn i {
    color: #fff;
    font-size: 30px;
}
ul#primary-menu li {
    margin-bottom: 10px;
}	
.backnew {
    background-image: url(../images/backnew.jpg);
    height: auto;
    position: relative;
    padding: 40px 0px;
}	
.add1 ul li {
    color: #fff;
    position: relative;
    border-right: 1px solid transparent;
    padding: 15px;
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #555151;
}	
.waranty-img1 {
    text-align: center;
    padding: 20px;
    position: inherit;
    top: 0;
    transform: translateY(0%);
}
.warranty1 img {
    height: auto;
    width: 50%;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%!important;
    text-align: center !important;
	margin: 0px 21px 0px 0px !important;
}
.add1 ul {
    flex-direction: column;
}	
.why-img {
    margin-top: 30px;
}
.abt1-para {
    padding: 20px 20px;
}
.header2 {
	padding: 0px 0px;}	
.form12 {
    padding: 10px;
}	
span.wpforms-image-choices-label {
    display: block;
}
ul#wpforms-91-field_4 li .wpforms-image-choices-label {
    font-size: 12px !important;
    text-align: center !important;
}
span.wpforms-image-choices-label {
    font-size: 14px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-right: 0px !important;
}
.follwe-footer {
    text-align: left;
}
ul.socail1 {
    display: flex;
    justify-content: flex-start;
}	
}



.inner_pages{padding:40px 0px;}
.blog_layer{display: grid;grid-template-columns: repeat(3 ,1fr); grid-gap: 0 30px;}
.blog_box{position: relative;overflow: hidden;margin-bottom: 40px;}
.blog_cnt ul {padding-left: 0px;list-style: none;column-count: 2;color: #414141;font-weight:500;margin-bottom: 10px;}
.blog_cnt h4{font-size: 16px;font-weight:700;}
.blog_cnt p{font-size: 14px;color: #787474;}
.blog_cnt a{color: #000;text-decoration: none;font-size: 16px;font-weight: 600;display: inline-block;}
.blog_cnt a i{margin-left:5px;}
.blog_cnt{ border: 2px solid#f2f2f2;padding: 10px;}
.blog_box:hover .blog_img img{transform: scale(1.1);}
.blog_box .blog_img img{transition: .5s;}
.blog_box:hover .blog_cnt h4{color:#009bb3;}
.blog_box:hover .blog_cnt ul li{color:#009bb3;}
.blog_box:hover .blog_cnt p{color:#009bb3;}
.blog_box:hover .blog_cnt a{color:#009bb3;}
.blog_pagination .page-item.disabled .page-link{color: #fff;background: #000;}
.blog_pagination  .page-link{color: #000;margin-left: 14px;}
.page-link:hover{background: #000;color: #fff;}
.blog_img {overflow: hidden;}
.concrete-layer{display: grid;grid-template-columns: repeat(2 ,1fr); grid-gap: 0 30px;}


.detail-cnt ul {list-style: none;padding-left: 0px;display: flex;justify-content: space-between;margin:10px 0px;}
.detail-cnt h4{font-size: 32px;font-weight: 700;}
.sidebar-search .form-control {padding-right: 40px;border-radius: 0;height: 46px;border-color: #b8b8b8;}
.sidebar-search .btn {position: absolute;right: 0;top: 0;text-align: center;padding: 10px 11px;}
.sidebar-search form {position: relative;}
.sidebar-search {border: 1px solid #b8b8b8;padding: 20px;}
.sidebar-box h3 {font-size: 22px;font-weight: bold;color: #000;}
.popular-post li {display: flex;padding-top: 5px;}
.popular-post li figure {flex: 0 0 30%;margin-right: 10px;}
.popular-post li h4 {font-size: 16px;font-weight: bold;color: #000;}
.sidebar-box {border: 1px solid #b8b8b8;padding: 10px;margin-top: 30px;}
.sidebar-box .list-cat li a {color: #000;text-decoration: none;padding: 8px 0;display: block;}
.sidebar-box .list-cat li:not(:first-child) {border-top: 1px solid #cccacb;}