/*
font-family: 'Poppins', sans-serif;
font-family: 'Playball', cursive;
*/
* {
    margin:0;
    padding:0;
}

html, body{
    height:100%;
    margin:0;
    padding:0;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}
ul{
    margin:0;
    padding:0;
}

li{
    list-style:none;
}
/*-----Top Header-------*/
.top-header{
    background: #d0d0d0;
}
.top-header p{
    padding: 12px 0px;
    display: inline-block;  
}
.top-header p a{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.right-clint{
/*  float: right;*/
    text-align: right;
}
.right-clint .clint-btn{
    
}
.right-clint p{
    text-align: center;
    background: #000;
    padding: 12px 7px;
    width: 136px;
}
.right-clint p .clint-btn{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}   
.right-clint p:last-child{
/*  background: #189a36;*/
    background: #000;
    margin-left: 4px;
    text-transform: uppercase;
}
.menu-arae .bg-light {
    background: transparent !important;
}
.menu-arae  .navbar-brand{
    margin-right: 10% ;
}
.navbar-collapse ul{
    margin: 0px;
    padding: 0px;
}
.navbar-collapse ul li{
    display: inline-block;
}
.navbar-collapse ul li:last-child{
    padding-right: 0px;
}
.navbar-collapse ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    padding: 8px 12px;
}
.navbar-collapse ul li a:hover{
    color: #189a36 !important;
    transition: .4s ease-in-out;
    text-decoration: none;
}
.navbar-collapse ul li.active a {
    background: #FFC107;
    border-radius: 24px;
}
.navbar-collapse ul li.current-menu-item a{
    background: #FFC107;
    border-radius: 24px;
    color:#189a36 !important; 
}
.menu-arae  .right-offer{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.menu-arae  .registare {
    background: #FF5722;
    padding: 10px 0px 0px;
    text-align: center;
    width: 95px;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
    -moz-box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
    box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
}
.menu-arae {
    background: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s ease-in-out;
}
.sticky .menu-arae {
    background: #fbfbfb;
    -webkit-box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
    -moz-box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
    box-shadow: 0px 11px 5px -9px rgba(201,201,201,1);
}
.menu-arae  .registare p{
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}
.menu-arae  .registare p span{
    font-size: 20px;
    background: none;
    color: #fff;
}
.menu-arae  .registare p b{
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}
.menu-arae  .registare span{
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 10px;
    width: 100%;
    display: inline-block;
    padding: 3px;   
}
.menu-arae  .registare  a{
    text-decoration: none;
}
.menu-arae .social {
    margin-left: 16px;
        margin-top: -17px;
}
.menu-arae  .social ul li{
    list-style: none;
    font-size: 12px;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
    text-align: center;
}
.menu-arae  .social ul li a{
    color: #fff;
    font-size: 12px;
}
.menu-arae  .social ul li:hover{
-webkit-box-shadow: 1px 0px 8px -4px rgba(64,64,64,1);
-moz-box-shadow: 1px 0px 8px -4px rgba(64,64,64,1);
box-shadow: 1px 0px 8px -4px rgba(64,64,64,1);
    transition: 0.4s ease-in-out;
}
.menu-arae  .social ul li.twitter{
    background: #00acee;
}
.menu-arae  .social ul li.link{
    background: #0e76a8;
}
.menu-arae  .social ul li.facebook{
    background: #3b5998;
}
.clear{
    clear: both;
}
/*------banner"------*/
.banner{
    background: url("../images/banner-image.png")no-repeat;
    background-size: cover;
    position: relative;
    padding: 11px 0px 92px;
    height: 632px;
}
.banner:after{
    content: '';
    position: absolute;
    background: url(../images/bannercurve-img.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 261px;
    bottom: -7px;
    left: 0;
}
/*
.banner-content{
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.banner-content .left-con{
    
}*/
.banner-content{
    width: 50%;
    float: left;
    margin-top: 110px;
}
.banner-content .left-con{
    position: relative;
    margin-top: 30px;
}
.banner-content .left-con img{
   width: 625px !important;
    height:399px;
}
.banner-content .left-con:before{
    content: '';
    position: absolute;
    background: url(../images/arrow.png);
    top:-65px;
    right: 0px;
    width: 136px;
    height: 65px;
}
.banner-content .right-con h4{
    font-weight: 400;
    font-size: 65px;
    line-height: 16px;
    color: #189a36;
    font-family: 'Playball', cursive;
    padding-bottom: 30px;
    /*text-align: right;*/
}
.banner-content .right-con h2 strong{
    font-family: 'Poppins', sans-serif;
    font-size: 73px;
    color: #189a36;
    font-weight: 900;
    position: relative;
    top: 10px;
}
.banner-content .right-con h2{
    color: #282828;
    font-size: 37px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 15px 0px;
    text-align: right;
}
.banner-content .right-con p{
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
}

/*----------beforeafter-wraper section start-----*/
.beforeafter-wraper{
    
}
.title{
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
 .title:before{
    content: '';
    position: absolute;
    top: 23px;
    background: #199c38;
    width: 55px;
    height: 2px;
    left: -65px;
}
.title:after{
    content: '';
    position: absolute;
    top: 23px;
    right:-65px;
    background: #ffcc00;
    width: 55px;
    height:2px ;
}
.beforeafter-imgblog{
    border: 1px solid #ebebeb;
    padding: 15px 0px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}
.beforeafter-imgblog img{
    width: 100%;
    height: auto;
}
.services-wraper{
    background: url(../images/services-bg.jpg);
    width: 100%;
    height: 495px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.services-title-blog{
    text-align: center;
}
.services-title-blog img{
   display: flex;
    justify-content: center;
    margin: auto;
}
.services-title-blog p{
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 25px 6px;
}
/*---------
home page about css start
-----*/
.about-us-wraper{
    padding: 60px 0px;
    position: relative;
}
.about-us-wraper::after{
    content: '';
    position: absolute;
    top: 13%;
    right: 0px;
    background: url(../images/about-img.png);
    width: 47%;
    height: 81%;
    background-size: cover;
}
.aboutus-title{
    
}
.aboutus-img img{
    display: none;
}
.aboutus-title h2{
    font-size: 59px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #1a242d;
    position: relative;
    text-transform: uppercase;
}
.aboutus-title h2:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 25%;
    background: #199c38;
    width: 55px;
    height: 2px;
}
.aboutus-title h2:after{
    content: '';
    position: absolute;
    top: 65%;
    right: 20%;
    background: #ffcc00;
    width: 55px;
    height: 2px;
}
.aboutus-title h6{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #000000;
   
    padding-top: 5px;
}
.aboutus-title p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    padding: 25px 0px 15px;
}
.aboutus-title h3{
    color: #189a36;
    font-size: 20px;
    font-weight: 700;
}
.read-more{
    border-radius: 50px;
    background: #189a36;
    display: inline-block;
    color: #fff;
    padding: 15px 50px;
    align-items: center;
    margin-top: 35px;
}
.get-free-quote{
    background: url(../images/freegeat-back.jpg);
    width: 100%;
    height: 227px;
    background-size: cover;
}
.get-free-quote-title{
    display: flex;
    align-items: center;
    height: 227px;
}
.get-free-quote-title h3{
    color: #fff;
    font-size: 46px;
    font-weight: 400;
     font-family: 'Poppins', sans-serif;
}
.get-free-quote-title h3 strong{
    font-weight: 700;
     font-family: 'Poppins', sans-serif;
}

.get-free-titlemid a{
    background: #282828;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 17px;
     font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-left: 68px;
    text-align: center;
    text-decoration: none;
}
.get-free-titlergt span{
    background: #282828;
    color: #fff;
    border-radius: 50px;
    padding:15px 25px;
    font-size: 17px;
     font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}
.get-free-titlergt span a{
    font-weight: 400;
    padding-left: 5px;
    color: #fff;
}
.product-wraper{
    padding-top: 70px;
}
.product-blog-wraper{
    text-align: center;
    margin: 20px 0px 40px;
}
.product-blog-wraper img{
    width: 100%;
    min-height: 260px;
}
.product-blog-wraper p{
    color: #282828;
    font-size: 19px;
    line-height: 21px;
     font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0px;
}
.product-blog-wraper p small{
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}
.Completed-Projects-wraper{
    background: url(../images/complate-proback.jpg);
    width: 100%;
    min-height: 350px;
    padding: 70px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.Completed-Projects-wraper h2{
/*    margin-bottom: 70px;*/
}
.Completed-Projects-img:before{
   margin-bottom: -21%;
    /* position: relative; */
    border-right: 5px solid #fbc900;
    padding: 30px;
  /* content: '';
    position: absolute;
    background: #282828;
    width: 150%;
    height: 100%;
    top: 0;
    left: -50%;*/
}
.Completed-Projects-img{
    position: relative;
    border-right: 5px solid #fbc900;
    padding: 50px 30px 50px 50px;
    background-color: #1a242d;
    margin-top: 35px;
    margin-bottom: -50px;
}
.Completed-Projects-img-before{
    position: relative;
    padding-bottom: 30px;
}
.Completed-Projects-img-after{
    position: relative;
}
.Completed-Projects-img img{
    position: relative;
    z-index: 333;
    width: 95%;
}
/*.Completed-Projects-img-before img{
    margin: 25px 20px 20px 20px;
}
.Completed-Projects-img-after img{
    margin-bottom: 25px;
}*/
.Completed-Projects-img-before:after{
    content: 'Before';
    position: absolute;
    top: 55%;
    right:-38px;
    color: #fff;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(-90deg);
     transform-origin: 20% 40%;
}
.Completed-Projects-img-after:after{
   content: 'After';
    position: absolute;
    top: 45%;
    right: -28px;
    color: #fff;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(-90deg);
    transform-origin: 20% 40%;
}
/*.Completed-Projects-con{
    margin-top: 175px;
}*/
.Completed-Projects-con {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    max-width: 450px;
    justify-content: center;
    margin: 0 auto;
}
.Completed-Projects-con h2 span{
    color: #189a36;
    font-size: 42px;
}
.Completed-Projects-con h2{
    font-size: 35px;
    color: #1a242d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.Completed-Projects-con p{
    color:#1a242d;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.getin-touch-wraper{
    margin-top: 145px;
}
.getin-touch-title{
    padding-top: 60px;
}
.getin-touch-title h2{
     font-family: 'Poppins', sans-serif;
    color: #189a36;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 67px;
}
.getin-touch-title h2 span{
    color: #1a242d;
}
.getin-touch-title h4{
    font-size: 35px;
    line-height: 50px;
    color: #1a242d;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.getin-touch-form{
    width: 100%;
    background: #fbc900;
   padding: 85px 50px;
}
.getin-touch-form input::placeholder, .getin-touch-form textarea::placeholder{
    color: #000000;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.getin-touch-form textarea.form-control{
    height: 86px;
}
.getin-touch-send{
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    width: 110px;
    height: 35px;
    margin: auto;
    display: block;
    transition: all ease 0.3s;
}
.getin-touch-send:hover{
    background: #fff;
    color: #282828;
    transition: all ease 0.3s;
}
.footer-wraper{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 80px;
    background: #282828;
    padding-top: 70px;
}
.footer-wraper-title{
    padding-bottom: 70px;
    overflow: hidden;
}
.footer-wraper-title h3{
    color: #189a36;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 35px;
    text-transform: uppercase;
}
.footer-wraper-title ul{
    margin: 0;
    padding: 0;
}
.footer-wraper-title ul li{
   
    color: #fff;
}
.footer-wraper-title-lft ul li{
     float: left;
    width: 50%;
}
.footer-wraper-title ul li a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 39px;
    font-weight: 400;
    transition: all ease 03s;
   
}
.footer-wraper-title ul li a:hover{
    text-decoration: none;
    color:  #008046;
    transition: all ease 0.3s;
}
.wraper-title-mid li{
    width: 100% !important;
    margin: 5px 0px !important;
}
.wraper-title-mid li span{
    float: left;
    width: 25%;
    font-size: 14px;
/*    line-height: 39px;*/
}

.wraper-title-mid li p, .wraper-title-mid li a{
    width: 75%;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px !important;
}
.social-link-footer{
    
}
.social-link-footer li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}
.social-link-footer li a{
    
}
.social-link-footer li a i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-link-footer li:nth-child(1) a i{
    background: #00acee;
}
.social-link-footer li:nth-child(2) a i{
    background: #0e76a8;
}
.social-link-footer li:nth-child(3) a i{
    background: #3b5998;
}
.social-link-footer li:nth-child(4) a i{
    background: #f41f1f;
}
.copyright-wraper{
    width: 100%;
    position: relative;
}
.copyright-wraper:before{
    content: '';
    height:100%;
    width: 70%;
    background: #fbc900;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright-wraper:after{
     content: '';
    height:100%;
    width: 30%;
    background: #189a36;
    position: absolute;
    top: 0;
    right: 0;
}
.copyright-title-lft{
    color:#282828;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 40px;
}
.copyright-title-lft a{
    color:#282828;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: all ease 0.3s;
}
.copyright-title-lft a:hover{
    color: #fff;
}
.copyright-title-rgt{
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: right;
    line-height: 40px;
    z-index: 333;
    position: relative;
}

/*-----------------mmm------------------*/
.banner .owl-theme .owl-nav{
    display: none !important;
}
.banner  .owl-dots {
    position: absolute;
    bottom: 40%;
    left: -5%;
    transform: rotate(90deg);
}
.banner .owl-theme .owl-dots .owl-dot.active span{
    background: #189a36;
    width: 60px;
}
.banner  .owl-theme .owl-dots .owl-dot span{
    background: #000;
}
.banner  .owl-theme .owl-dots button:focus, .services-wraper .owl-carousel .owl-nav button:focus{
    border: 0px solid transparent;
    box-shadow: none;
    outline: none;
}
.commercial_service-img{
    width: 107px;
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commercial_service-img img{
    width: 107px;
    height: 80px;
}
.services-wraper .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
}
.services-wraper .owl-carousel .owl-nav button.owl-prev{
    color: #fff;
}
.services-wraper .owl-carousel .owl-nav button.owl-prev,  .services-wraper .owl-carousel .owl-nav button.owl-next{
    color: #fff;
    width: 43px;
    height: 34px;
    background: #1a9d39;
    border-radius: 0px;
    font-size: 32px;
    line-height: 30px;
    margin: 0px 5px;
}
.services-wraper .owl-carousel .owl-nav button.owl-next{
    background: #ffcc00;
}
.product-wraper .owl-carousel .owl-nav.disabled {
    display: block;
}
.product-wraper .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -5%;
    top: 35%;
    transform: translate(-5%, -35%);
}
.product-wraper .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -5%;
    top: 35%;
    transform: translate(-5%, -35%);
}
.product-wraper .owl-carousel .owl-nav .owl-prev span, .product-wraper .owl-carousel .owl-nav .owl-next span{
    position: relative;
}
.product-wraper .owl-carousel .owl-nav button:focus{
    outline: none;
}
.product-wraper .owl-carousel .owl-nav .owl-prev span:before{
    content: "\f060";
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -5px;
    border-radius: 50%;
    line-height: 31px;
}
.product-wraper .owl-carousel .owl-nav .owl-next span:before{
    content: "\f061";
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -5px;
    border-radius: 50%;
    line-height: 31px;
}

/*--------------------=================Service Page======================--------------*/
.inner-banner {
    height: 365px;
    width: 100%;
    position: relative;
}
.inner-banner img {
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 365px;
}
.inner-banner .inner-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.inner-banner .inner-con h2{
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
}
.inner-banner .inner-con h2:first-letter{
    color: #FFC107;
    font-family: 'Poppins', sans-serif;
}
.instalation{
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.instalation .text-insta{
    width: 50%;
    padding-right: 5%;
}
.instalation .text-insta h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.instalation .text-insta p{
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 55px;
    color: #363636;
    font-weight: 500;
}
.instalation .text-insta a {
    font-size: 18px;
    text-align: center;
    padding: 18px 50px;
    background: #189a36;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
}
.instalation .image-insta{
    width: 50%;
    background: #FFC107;
    padding-right: 25px;
}
.instalation .image-insta img{
    width: 100%;
    height: 373px;
}
.instalation:nth-child(even){
    flex-flow: row-reverse;
}
.instalation:nth-child(even) .text-insta{
    padding-left: 6%;
    padding-right: 0%;
}
.instalation:nth-child(even) .text-insta a{
    background: #FFC107;
    color: #000;
}
.instalation:nth-child(even) .image-insta {
    background: #189a36;
}
.instalation .text-insta h2 span{
    font-weight: 400;
}
.instalation .text-insta ul{
    width: 49%;
    display: inline-block;
}
.instalation .text-insta ul li{
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.instalation:nth-child(even) .image-insta.pro-insta {
    padding-right: 0px;
    padding-left: 25px;
}
.gallery-area{
    margin-top: 70px;
}
.gallery-area .gallery-ada{
    margin-bottom: 45px;
}
.gallery-area .ada-img {
    width: 100%;
    height: 311px;
    margin-bottom: 22px;
}
.gallery-area .ada-img img{
    width: 100%;
    height: 311px;
}

.gallery-area .gallery-ada h5{
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gallery-area .gallery-ada p{
    font-size: 14px;
    color: #181717;
    line-height: 25px;
}
.seebtn-ada{
    text-align: center;
}
.seebtn-ada a {
    font-size: 18px;
    text-align: center;
    padding: 18px 50px;
    background: #189a36;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
}
section.resourse {
    margin-top: 65px;
}
.resourse .appreance {
    display: flex;
    align-items: center;
    -webkit-box-shadow: 3px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 3px 1px 6px -4px rgba(0,0,0,0.75);
    margin-bottom: 30px;
}
.resourse .appreance .img-app {
    width: 61%;
    height: 450px;
}
.resourse .appreance .img-app img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resourse .appreance .con-app{
    width: 39%;
    padding-left: 50px;
    padding-right: 50px;
}
.resourse .appreance .con-app h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.resourse .appreance .con-app p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.resourse .appreance .con-app a{
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.resourse .magent{
    margin-bottom: 60px;
}
.resourse .magent .magent-img{
    width: 100%;
    height: 313px;

}
.resourse .magent .magent-img img{
    width: 100%;
    height: 313px;
    transition: .3s ease-in-out;
}
.resourse .magent  .magent-con{
    padding: 25px 15px 10px;
    -webkit-box-shadow: 0px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 6px -4px rgba(0,0,0,0.75);
    
}
.resourse .magent .magent-con h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.resourse .magent .magent-con p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.resourse .magent .magent-con a{
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    text-align: right;
}
.resourse .magent .btn-more{
    text-align: right;
}
.resourse .magent .magent-img img:hover, .resourse .appreance .img-app img:hover, .gallery-area .ada-img img:hover {
    opacity: 1;
    transition: .6s ease-in-out;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
.seebtn-ada a:hover, .instalation .text-insta a:hover{
    transition: .6s ease-in-out;
    background: #FFC107;
    color: #000;
}
.instalation:nth-child(even) .text-insta a:hover{
    transition: .6s ease-in-out;
    background: #189a36;
    color: #fff;
}
.resourse .appreance .con-app a:hover, .resourse .magent .magent-con a:hover{
    transition: .4s ease-in-out;
    color: #189a36;
}
.sign-con{
    margin: 110px 0px;
}
.map-wrap{
    position: relative;
}
.map-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.map-content-body{
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.map-address{
    position: relative;
    background: #fff;
    padding: 40px 22px;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
}
.map-address ul{
    width: 48%;
    margin: 0px 6px;
    display: inline-block;
}
.map-address ul li{
    font-size: 14px;
    color: #1c0404;
    display: flex;
    align-items: flex-start;
    line-height: 28px;
}
.map-address ul li span{
    font-size: 14px;
    padding-right: 10px;
}
.map-address ul li a{
    font-size: 14px;
    color: #1c0404;
    text-decoration: none;
}

.marker-map{
    width: 56px;
    height: 84px;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%, -25%);
}
.form-comtact h2{
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-comtact h2 span{
    color: #189a36;
}
.form-comtact p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
}
.form-comtact form .form-control {
    background: #e9ebee;
    border: navajowhite;
    color: #000;
    font-size: 14px;
}
.form-comtact form .form-control::placeholder{
    color: #000 !important;
}
.form-comtact form .form-control:focus{
    box-shadow: none;
}
.form-comtact form  .form-check{
    background: #e9ebee;
    padding: 5px;
    font-size: 14px;
}
.form-comtact form .form-check-input{
    width: 20px;
    height: 20px;
    margin-left: 0px;
}
.form-comtact form .form-check-label {
    padding-left: 30px;
}
.form-comtact form .form-group {
    margin-bottom: 23px;
}
.form-comtact form .btn-send{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #189a36;
    border-radius: 40px;
    padding: 7px 40px;
    margin-top: 20px;
}
.form-comtact form .btn-send:hover, .read-more:hover{
    background: #ffce00;
    transition: 0.2s ease-in;
    text-decoration: none;
    color: #000;
}
.form-comtact textarea.form-control{
    height: 77px;
}
.blue-check{
    position: relative;
}
.form-row.ffm {
    background: #e9ebee;
    padding: 10px 4px 5px;
    font-size: 14px;
}

.content {
  display: none;
}

.get_qut form input {
    width: 100%;
    background: #e9ebee;
    border: navajowhite;
    color: #000;
    font-size: 14px;
    height: 40px;
    padding: 10px;
    margin-bottom: 15px;
}

.get_qut form textarea {
    width: 100%;
    background: #e9ebee;
    border: navajowhite;
    color: #000;
    padding: 10px;
    height: 100px;
    margin-bottom: 15px;
}

.get_qut form input[type="submit"] {
    width: auto;
    height: 50px;
    padding: 10px 50px;
    margin: 10px auto 0;
    display: block;
    background: #008b1d;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}
.get_qut form > p span:nth-child(1), .get_qut form > p span:nth-child(2), .get_qut form > p span:nth-child(4), .get_qut form > p span:nth-child(5), .get_qut form > p span:nth-child(8), .get_qut form > p span:nth-child(9), .get_qut form > p span:nth-child(12) {
    width: 50%;
    display: block;
    float: left;
    padding-left: 15px;
}
.blk-quote {
    display: block;
    padding: 25px 70px 0 0;
}

.get_qut form > p span:nth-child(1), .get_qut form > p span:nth-child(4),  .get_qut form > p span:nth-child(8), .get_qut form > p span:nth-child(11) {
    padding: 0;
}
.db-box > span {
    width: 100% !important;
}

.get_qut form {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 10px;
    box-shadow: 0px 36px 20px 0px #0000000d;
}
.get_qut form select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    background: #e9ebee;
    border: 0;
    color: #777;
}
 .get_qut form span.wpcf7-not-valid-tip {
    width: 100% !important;
    display: block;
    padding: 0 0 0 10px !important;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 13px;
}
 .get_qut form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
.get_qut form select option:first-child {
    opacity: 0 !important;
    display: none;
}
.get_qut {
    padding-top: 80px;
}
section.get_qut .blk-quote p {
    margin-top: 20px;
}
.noContent {
    display: none;
}
.get_qut .title {
    text-align: center;
    float: none;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
}


.wpuf-dashboard-container {
    margin: 50px 0;
     width: 100%;
}

.wpuf-dashboard-navigation a {
    text-decoration: none;
    box-shadow: none;
    display: block;
    margin-bottom: 10px;
    color:#fff;  
}


.dash-name {
    margin-top: 10px;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation {
    width: 30%;
    float: left;
    background: #0c9727;
    padding:15px
    
}
.wpuf-dashboard-navigation a {
    padding: 0 12px
}

.wpuf-menu-item.active a {
    background:#ffd000;
    padding: 10px 13px;
}

.wpuf-dashboard-container .wpuf-dashboard-content {
    width: 68%;
    float: right;
    border: 1px solid #e9e7e7;
    padding: 20px;
}

.wpuf-dashboard-container table.items-table{
    min-width:100% !important
}

.wpuf-submit button, .wpuf-submit-button {
    background: #008d1a;
    border: none;
    padding: 12px 25px !important;
    color: #fff;
}

form.wpuf-form.wpuf-update-profile-form input, ul.wpuf-form.form-label-left input {
    height: 45px;
    padding: 10px;
}

span.wpuf-help {
    color: red;
    margin-top: 7px;
    display: block;
}






.login-wraper{
	width:80%;
	margin:80px auto 0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.login-lft {
    background-color: #f5f5f5;
    width: 70%;
    height: auto;
    padding: 46px 125px;
}
.login-lft h2{
	color:#189a36;
	padding-bottom:15px;
}
.login-rgt {
    background: #189a36;
    width: 30%;
    height: auto;
    padding: 110px 15px;
    text-align: center;
}
.login-rgt h2{
	color:#fff;
	margin-bottom:20px;
}
.login-rgt p{
	color:#fff;
	padding-bottom:25px;
}
.login-rgt a {
    width: auto;
    padding: 0px 30px;
    line-height: 38px;
    display: inline-block;
    margin: auto;
    background: #ffc107;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
	transition:all ease 0.3s;
}
.login-rgt a:hover{
	text-decoration:none;
	color:#189a36;
	transition:all ease 0.3s;
}
.login-lft .wpuf-login-form input {
    width: 75%;
    line-height: 32px;
    margin-bottom: 10px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #333;
	padding-left:10px;
	margin-bottom:10px;
}
.login-lft .wpuf-login-form input:focus{
	border-color:#189a36;
}
.login-lft .wpuf-login-form input[type=checkbox] {
	width:auto;
	padding-left:0px;
}
.login-lft .wpuf-login-form input[type=submit]
{
	width: 37%;
    background: #189a36;
    border-radius: 20px;
    border: 0px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
	transition:all ease 0.3s;
	padding-left:0px;
}
.login-lft .wpuf-login-form input[type=submit]:hover{
	background:#ffc107;
	color:#189a36;
	transition:all ease 0.3s;
}
.login-lft .wpuf-login-form p.forgetmenot {
    width: 45%;
    display: inline-block;
}
.login-lft .wpuf-login-form a{
	color:#333;
}
.login-lft .wpuf-login-form a:hover{
	text-decoration:none;
	color:#189a36;
}
.registration-wrapper{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.registration-wrapper-lft{
	width:40%;
	background:#189a36;
	text-align:center;
	padding:239px 65px;
}
.registration-wrapper-rgt{
	width: 60%;
    background: #f5f5f5;
    padding: 30px 45px;
}
.registration-wrapper{
	margin:80px 0px 0px;
}
.registration-wrapper-rgt .wpuf-registration-form input{
	border:1px solid #333;
	border-radius:5px;
	line-height:32px;
	padding-left:10px;
	width:100%;
}
.registration-wrapper-rgt .wpuf-registration-form input:focus{
	border-color:#189a36;
	outline:0px;
}
.registration-wrapper-rgt .wpuf-registration-form input[type=submit]{
	width: 37%;
    background: #189a36;
    border-radius: 20px;
    border: 0px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
	transition:all ease 0.3s;
	padding-left:0px;
}
.registration-wrapper-rgt .wpuf-registration-form input[type=submit]:hover{
	background:#ffc107;
	color:#189a36;
	transition:all ease 0.3s;
}
.registration-wrapper-lft h2{
	color:#fff;
	padding-bottom:15px;
}
.registration-wrapper-lft p{
	color:#fff;
	padding-bottom:20px;
}
.registration-wrapper-lft a{
	width: auto;
    padding: 0px 30px;
    line-height: 38px;
    display: inline-block;
    margin: auto;
    background: #ffc107;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: all ease 0.3s;
}
.registration-wrapper-lft a:hover{
	text-decoration: none;
    color: #189a36;
    transition: all ease 0.3s;
}
/* .registration-wrapper-rgt ul.wpuf-form li:last-child{
	text-align:center;
}
.registration-wrapper-rgt ul.wpuf-form li:last-child a{
	color:#333;
	padding:0px 3px;
}
.registration-wrapper-rgt ul.wpuf-form li:last-child a:hover{
	color:#189a36;
} */
.wpuf-user-loggedin{
	width: 450px;
    margin: 80px auto 0px;
    background: #189a36;
    text-align: center;
    padding: 50px;
	color:#fff;
}
.wpuf-user-loggedin img{
	width:135px;
	height:135px;
	border-radius:50%;
	margin-bottom:25px;
}
.wpuf-user-loggedin h3{
	color:#fff;
	padding-bottom:10px;
}
.wpuf-user-loggedin a{
	width: 35%;
    padding: 0px 30px;
    line-height: 38px;
    display: block;
    margin: auto;
    background: #ffc107;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: all ease 0.3s;
    margin-top: 22px;
}
.wpuf-user-loggedin a:hover{
    color: #189a36;
    transition: all ease 0.3s;
	text-decoration:none;
}
.dashboard .dashboard-div{
	width: 30%;
    display: inline-block;
    margin: 10px;
}
.dashboard .dashboard-div img{
	width:100%;
	height:100%;
	display:block;
}
.dashboard .dashboard-div{
	
}
.lostpassword-wrapper{
	background:#f5f5f5;
	width:450px;
	margin:80px auto 0px;
	padding:50px;
}
.lostpassword-wrapper input{
	 margin-bottom: 15px;
    border: 1px solid #333;
    border-radius: 3px;
    line-height: 32px;
	width:100%;
	padding-left:10px;
}
.lostpassword-wrapper input:focus{
	border-color:#189a36;
	outline:none;
}
.lostpassword-wrapper input[type=submit]{
	width: auto;
    background: #189a36;
    border-radius: 20px;
    border: 0px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    transition: all ease 0.3s;
	padding:0px 25px;
}
.lostpassword-wrapper input[type=submit]:hover{
	background: #ffc107;
    color: #189a36;
    transition: all ease 0.3s;
}
.lostpassword-wrapper a{
	color:#333;
	font-size: 17px;
    display: block;
    text-align: center;
    margin-top: 14px;
}
.lostpassword-wrapper a:hover{
	color:#189a36;
	text-decoration:none;
}
.get_qut form input[type="file"] {
    background: transparent;
}


/*---------------*/
.ba-slider {
  position: relative;
  margin: 0 auto;
}

.frame {
  position: absolute;
  top: 0;
  left: 0;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 98%;
  width: 50%;
  overflow: hidden;
  background-color: white;
}

.handle {
  	position: absolute;
    left: 50%;
    top: 12px;
    bottom: 0;
    width: 2px;
    margin-left: 0px;
    background: #cacaca;
    cursor: col-resize;
    height: 90%;
}

.handle i {
  /* Big orange knob  */
  
  z-index: 99;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -18px 0 0 -15px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  background: #189a36;
  /* @orange */
  
  border: 1px solid #189a36;
  /* darken(@orange, 5%) */
  
  border-radius: 50%;
  transition: all 0.3s ease;
/*   box-shadow: 0 2px 6px rgb(38, 57, 126), inset 0 2px 0 rgb(38, 57, 126), inset 0 60px 50px -30px #cacaca; */
  /* lighten(@orange, 20%)*/
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
.resizetop1{
	top:-3px;
}
.resizetop2{
	top:-8px;
}
.resizetop3{
	top:-7px;
}
.footerba-slider{
	width: 73%;
    margin: 0;
}
.address{
    cursor: pointer;
}


div#wpcf7-f321-o2 input.btn-send {
    background: #17a738;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 2px;
    padding: 6px 30px;
    border-radius: 50px;
}
div#wpcf7-f321-o2 {
    padding-top: 10px;
}
div#wpcf7-f321-o2 textarea {
    height: 150px;
}
.title-one {
	font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    }
    
  .title-one:before{
  	content: '';
    position: absolute;
    top: 9px;
    background: #199c38;
    width: 55px;
    height: 2px;
    left: -65px; 
    }
    .title-one:after{
    content: '';
    position: absolute;
    top: 9px;
    right: -65px;
    background: #ffcc00;
    width: 55px;
    height: 2px;
    }

/form.wpcf7-form {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 47px 67px 10px #CCCCCC52;
}
form.wpcf7-form input[type="submit"] {
    background: #17A738;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 2px;
    padding: 6px 30px;
    border-radius: 50px;
}
.header {
    position: absolute;
    top: 140px;
    left: -10px;
    z-index: 999999;
    box-shadow: 0px 0px 3px #000;
    border-radius: 50% !important;
    overflow: hidden;
}
div#b {
    position: relative;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    padding-top: 160px;
    overflow: visible;
}
div#a {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000003D;
    width: auto;
    max-width: initial;
    z-index: 9
}
.header a {
    display: block;
    width: 40px;
    height: 40px;
    background: #17A738;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    color: #fff;
}
.owl-nav{
    text-align: right !important;
}
/*form conditional questions*/
 span.wpcf7-form-control-wrap.checkbox-134 {
    /* background: #e9ebee; */
    border: navajowhite !important;
    color: #000 !important;
    /* font-size: 16px !important; */
    /* height: 40px; */
    /* padding: 10px 10px; */
    margin-bottom: 15px !important;
    /* margin-bottom: 18px; */
}
/*terms of use*/
p.copyright-title-rgt a {
    color: #fff;
}