body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Rubik Family */

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Regular.woff2') format('woff2'),
         url('../fonts/Rubik-Regular.woff') format('woff'),
         url('../fonts/Rubik-Regular.ttf') format('truetype'),
         url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.eot');
    src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Medium.woff2') format('woff2'),
         url('../fonts/Rubik-Medium.woff') format('woff'),
         url('../fonts/Rubik-Medium.ttf') format('truetype'),
         url('../fonts/Rubik-Medium.svg#Rubik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.eot');
    src: url('../fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
         url('../fonts/Rubik-SemiBold.woff') format('woff'),
         url('../fonts/Rubik-SemiBold.ttf') format('truetype'),
         url('../fonts/Rubik-SemiBold.svg#Rubik-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot');
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rubik-Bold.woff2') format('woff2'),
         url('../fonts/Rubik-Bold.woff') format('woff'),
         url('../fonts/Rubik-Bold.ttf') format('truetype'),
         url('../fonts/Rubik-Bold.svg#Rubik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-top{
    background-color: #8d9b21;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    height: 48px;
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.logo-part img {
     width: 195px;
     height: auto;
 }
.header-top-info{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 0;
}
.header-details{
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #a1af2f;
}
.header-top-info img{
    margin-right: 4px;
}
.header-top-info a{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-top-info span{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.header-top-info a:hover{
    color: #c5d44a;
}
.header-bottom{
    background-color: #fff;
    padding: 8px 0;
}
.header-menu {
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
}
.header-menu ul li:last-child {
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    font-size: 17px;
    color: #1c1b1b;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover{
    color: #819111;
}
.header-btn{
    display: inline-block;
    font-size: 17px;
    color: #101010;
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%);
    font-weight: 600;
    border-radius: 4px;
    padding: 12px 12px;
    margin-left: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-btn img{
    margin-right: 4px;
}
.header-btn:hover{
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%);
}
.banner-sec{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    background: url("../images/banner-bg-img.png") no-repeat top center;
    background-size: cover;
    margin-top: 154px;
}
.banner-sec::before{
    content: "";
    position: absolute;
    width: 743px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/banner-triangle-img.png") no-repeat;
    background-size: 100%;
}
.banner-sec .container{
	position: relative;
}
.banner-head{
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.banner-head strong{
    color: #c5d44a;
}
.banner-txt{
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 18px;
}
.banner-list ul{
    margin: 0;
    padding: 0;
}
.banner-list ul li{
    background: url("../images/banner-list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #c5d44a;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 6px;
}
.banner-btn{
    margin-top: 20px;
}
.banner-btn a img{
    margin-right: 5px;
}
.banner-btn a{
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    color: #171717;
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%);
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 18px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:last-child{
    margin-left: 8px;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}
.banner-btn a:hover{
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%);
}
.banner-right{
    position: relative;
}
.banner-top-img{
    position: absolute;
    top: 0;
    left: 0;
}
.banner-bottom-img{
   position: relative;
   bottom: -125px;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 70px;
}
.services-sec .item{
    text-align: center;
}
.services-part{
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    border-top: 5px solid #c5d44a;
    background: url("../images/services-leaf-img.png") no-repeat, url("../images/services-trangle-img.png") #f2f2f2 no-repeat;
    background-position: top right, bottom -5px right;
    background-size: auto, auto;
	min-height: 295px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover{
    border-top: 5px solid #4ca7ce;
}
.services-shower img{
    margin: inherit !important;
}
.services-head{
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.services-txt{
    text-align: center;
    font-size: 16px;
    color: #171717;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.owl-carousel .owl-item img{
    width: auto !important;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 52px;
    height: 52px;
    background: url("../images/services-arrow-img01.png") no-repeat center;
    position: absolute;
    top: 40%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next {
    width: 52px;
    height: 52px;
    background: url("../images/services-arrow-img02.png") no-repeat center;
    position: absolute;
    top: 40%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.services-title{
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #171717;
    font-weight: 600;
    margin: 18px 0;
}
.services-btn a{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #1e1e1e;
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%);
    font-weight: 500;
    border-radius: 3px;
    padding: 11px 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn a:hover{
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%);
}
.how-it-works-sec{
    padding-top: 70px;
    padding-bottom: 70px;
    background: url("../images/work-arrow-img.png") #fcffe5 no-repeat center center;
    background-size: auto;
}
.how-it-works-head{
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
    font-weight: bold;
    margin-bottom: 12px;
}
.how-it-works-txt{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #171717;
    font-weight: 600;
    margin-bottom: 70px;
}
.how-it-works-part{
    text-align: center;
}
.how-it-no{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-color: #98a53d;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fcffe5;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.how-it-works-icon{
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: #c5d44a;
    padding: 20px 17px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.how-it-works-part:hover .how-it-works-icon{
    background-color: #4ca7ce;
}
.how-it-works-part:hover .how-it-no{
    background-color: #000;
}
.how-it-title{
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
    font-weight: 600;
    margin-bottom: 10px;
}
.how-it-para{
    font-size: 15px;
    color: #171717;
    font-weight: normal;
}
.program-sec{
    background-color: #fcffe5;
}
.program-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #e1e4c9;
}
.program-small-head{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #98a53d;
    font-weight: 600;
    margin-bottom: 20px;
}
.program-head{
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0b0b0b;
    font-weight: bold;
    margin-bottom: 20px;
}
.program-txt{
    font-size: 17px;
    color: #0b0b0b;
    font-weight: normal;
    margin-bottom: 25px;
}
.program-btn a{
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    color: #0b0b0b;
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%);
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.program-btn a:hover{
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%);
}
.program-right{
    position: relative;
}
.program-right img{
    border-radius: 10px;
}
.program-box{
    border-radius: 10px;
    border: 3px solid #64882a;
    background-color: #fff;
    padding: 15px;
    text-align: left;
    position: absolute;
    left: 110px;
    bottom: -50px;
    display: flex;
    align-items: center;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.program-box:hover{
    border: 3px solid #98a53d;
}
.program-box img{
    margin-right: 12px;
	width: auto !important;
}
.program-box-content-txt{
    font-size: 13px;
    color: #0b0b0b;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.program-box-content-head{
    font-size: 17px;
    line-height: 1.3;
    color: #0b0b0b;
    font-weight: 600;
}
.installations-sec{
    background-color: #c5d44a;
    padding: 40px 0;
}
.installations-part{
    text-align: center;
}
.installations-title{
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 20px;
}
.installations-line{
    position: relative;
}
.installations-line::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b4c245;
    top: 0;
    right: 0;
}
.victorian-sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.victorian-head{
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
    font-weight: bold;
    margin-bottom: 12px;
}
.victorian-txt{
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #171717;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.victorian-txt::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 49px;
    height: 4px;
    border-radius: 2px;
    background: #98a53d;
    transform: translateX(-50%);
}
.victorian-left{
    position: relative;
}
.victorian-left img{
    border-radius: 180px;
    width: 100%;
}
.victorian-left::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    border-radius: 22px;
    background: #c5d44a;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.victorian-left:hover.victorian-left::after{
    background: #64882a;
}
.victorian-middle{
    font-size: 16px;
    line-height: 27px;
    color: #171717;
    font-weight: normal;
}
.victorian-right{
    font-size: 16px;
    line-height: 27px;
    color: #171717;
    font-weight: normal;
}
.victorian-line{
    position: relative;
}
.victorian-line::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e5ebdb;
    top: 0;
    right: -20px;
}
.victorian-btn{
    text-align: center;
    margin-top: 50px;
}
.victorian-btn a{
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    color: #0b0b0b;
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%);
    font-weight: 600;
    border-radius: 5px;
    padding: 11px 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.victorian-btn a:hover{
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%);
}
.brand-sec{
    border-top: 1px solid #e5ebdb;
}
.brand-part{
    text-align: center;
    padding: 20px 0;
}
.brand-line{
    position: relative;
}
.brand-line::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e5ebdb;
    top: 0;
    right: 0;
}
.brand-line::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url("../images/star-img.png") no-repeat;
    background-position: top right;
    background-size: auto;
    top: -7px;
    right: -6px;
}
.testimonials-sec{
    background-color: #fcffe5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.testimonials-head{
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
    font-weight: 600;
    margin-bottom: 15px;
}
.testimonials-txt{
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #171717;
    font-weight: bold;
    text-align: center;
	margin-bottom: 30px;
}
footer{
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 60px;
    position: relative;
}
footer::before {
    background-color: rgb(24 27 0 / 95%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
footer .container{
    position: relative;
}
.footer-title{
    font-size: 20px;
    line-height: 1.2;
    color: #c5d44a;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.footer-txt{
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer-btn{
    display: inline-block;
    font-size: 15px;
    color: #090909;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
    background-color: #c5d44a;
    padding: 12px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-btn:hover{
    background-color: #4ca7ce;
}
.footer-line{
    position: relative;
}
.footer-line::after{
    position: absolute;
    content: "";
    background-color: #ffffff1c;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    list-style: none;
    padding-bottom: 8px;
}
.footer-list ul li:last-child {
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #c5d44a;
    padding-left: 5px;
}
.footer-list-last ul li{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.footer-list-last ul li strong{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 5px;
}
.footer-list-last ul li a{
    text-transform: none;
    font-weight: 500;
    margin-left: 5px;
}
.footer-list-last ul li a:hover{
    padding-left: 0;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    margin-right: 8px;
}
.footer-social a:last-child{
    margin-right: 0;
}
.copy-right{
    margin-top: 50px;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ffffff1c;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
}
.copy-right a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copy-right a:hover{
    color: #c5d44a;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #c5d44a;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-bg-img.png") no-repeat;
    background-size: cover !important;
    background-position: top center !important;
    max-width: 100% !important;
    padding: 140px 0 !important;
    margin: 154px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #c5d44a;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #c5d44a;
}
.contact_page_heading {
    color: #0b0b0b;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #c5d44a;
}
.contact_page_heading strong {
    color: #98a53d;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
     color: #c5d44a;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	border-radius: 4px;
}
.get-sec .frm_fld input::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 134px;
	border-radius: 4px;
}
.get-sec .frm_fld textarea::placeholder{
	font-size: 16px;
	font-weight: normal;
	color: #666 ;
}
.send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%) !important;
    color: #101010 !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
	border-radius: 4px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.send_btn input:hover {
    background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%) !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #c5d44a !important;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #0b0b0b;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #98a53d;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #c5d44a;
}
.inner_txt {
    color: #0b0b0b;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #0b0b0b;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #c5d44a;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}

/* Careers Form */

.career-sec{
    padding: 20px 0;
}
.sub-menu .career-drapdown a {
    width: 180px;
}
.career-sec .careers-form {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px;
    border-radius: 5px;
}
.career-sec .careers-form .careers-head{
	color: #0b0b0b;
    font-size: 26px;
	line-height: 1.2;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 12px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.career-sec .careers-form .careers-head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #c5d44a;
	transform: translatex(-50%);
}
.career-sec .careers-form .careers-head strong{
	color: #98a53d;
}
.career-sec .careers-form .frm_fld label {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}
.career-sec .careers-form .frm_fld input{
	width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
 /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 15px 12px;
    border-radius: 4px;
}
.career-sec .careers-form .frm_fld input::placeholder{
    color: #666;
    font-size: 16px;
    font-weight: normal
}
.career-sec .careers-form .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
 /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 15px 12px;
    height: 134px;
}
.career-sec .careers-form .frm_fld textarea::placeholder{
    color: #666;
    font-size: 16px;
    font-weight: normal
}
.career-sec .careers-form .frm_fld p, .careers_btn p{
    margin-bottom: 0;
}
.career-sec .careers-form .careers_btn{
    text-align:center;
}
.career-sec .careers-form .careers_btn input{
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background-image: linear-gradient(90deg, #97a53d 0%, #c5d349 51%, #97a53d 100%) !important;
    color: #101010 !important;
    padding: 15px 50px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 4px !important;
}
.career-sec .careers-form .careers_btn input:hover {
   background-image: linear-gradient(90deg, #4fa9cd 0%, #bdd9e1 51%, #53abcf 100%) !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #c5d44a;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #4fa9cd;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #4fa9cd;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #000;
}
.error_page {
    padding: 40px 0 80px;
}

/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .header-btn, .banner-sec::before, .installations-line::after, .victorian-line::after, .brand-line::before, .brand-line::after, .footer-line::after{
		display: none;
	}
	.banner-sec{
		margin-top: 90px !important;
	}
	.page .entry-header, .blog_page_header {
        margin: 90px 0 50px !important;
		padding: 100px 0 !important;
    }
	.banner-bottom-img{
		position: static;
	}
	.banner-head{
		font-size: 28px;
	}
	.logo-part img {
        width: 150px;
        height: auto;
    }
	.banner-btn a{
		font-size: 15px;
		padding: 12px 12px;
	}
	.program-btn a{
		font-size: 15px;
		padding: 12px 20px;
	}
	.victorian-btn {
		margin-top: 30px;
	}
	.victorian-btn a{
		font-size: 17px;
		padding: 11px 40px;
	}
	.banner-sec, .services-sec, .how-it-works-sec, .program-wrap, .victorian-sec, .testimonials-sec{
		padding: 40px 0;
	}
	.services-head, .how-it-works-head, .program-head, .victorian-head, .testimonials-txt{
		font-size: 26px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		left: 0;
		background-color: #c5d44a85;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 0;
		background-color: #c5d44a85;
	}
	.how-it-works-txt{
		margin-bottom: 40px;
	}
	.program-box{
		left: 0;
		bottom: 0;
	}
	.victorian-left{
		margin-bottom: 30px;
	}
	.victorian-txt{
		margin-bottom: 40px;
	}
	footer{
		padding-top: 40px;
	}
	.copy-right {
		margin-top: 40px;
		padding-bottom: 60px;
	}
	.banner-top-img{
		width: 100px;
	}
}

@media only screen and (max-width : 320px) {
	.banner-left{
		margin-top: 40px;
	}
	.program-right{
		margin-top: 30px;
	}
	.how-it-works-sec{
		background-size: 100%;
	}
	.program-right img{
		width: 100%;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		 margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-left{
		margin-top: 40px;
	}
    .program-right{
		margin-top: 30px;
	}
	.how-it-works-sec{
		background-size: 100%;
	}
	.program-right img{
		width: 100%;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		 margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-left{
		margin-top: 40px;
	}
    .program-right{
		margin-top: 30px;
	}
	.how-it-works-sec{
		background-size: 100%;
	}
	.program-right img{
		width: 100%;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		 margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-txt{
	    font-size: 18px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .header-btn{
		font-size: 15px;
		margin-left: 0;
	}
	.header-menu ul li a{
		font-size: 16px;
	}
	.primary-navigation a{
		padding: 0 6px !important;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-sec{
		margin-top: 139px;
	}
	.banner-sec::before{
		width: 685px;
		background-size: 130%;
	}
	.footer-list-last ul li strong{
		font-size: 15px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-btn{
		font-size: 15px;
		margin-left: 0;
	}
	.header-menu ul li a{
		font-size: 16px;
	}
	.primary-navigation a{
		padding: 0 6px !important;
	}
	.banner-sec{
		margin-top: 139px;
	}
	.page .entry-header, .blog_page_header{
		margin: 139px 0 50px !important;
	}
	.banner-head{
		font-size: 40px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-btn{
		font-size: 15px;
		margin-left: 0;
	}
	.header-menu ul li a{
		font-size: 16px;
	}
	.primary-navigation a{
		padding: 0 6px !important;
	}
	.banner-sec{
		margin-top: 139px;
	}
	.page .entry-header, .blog_page_header{
		margin: 139px 0 50px !important;
	}
	.banner-head{
		font-size: 40px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header-btn{
		font-size: 15px;
		margin-left: 0;
	}
	.header-menu ul li a{
		font-size: 16px;
	}
	.primary-navigation a{
		padding: 0 6px !important;
	}
	.banner-sec{
		margin-top: 139px;
	}
	.page .entry-header, .blog_page_header{
		margin: 139px 0 50px !important;
	}
	.banner-head{
		font-size: 40px;
	}
	.banner-sec{
		margin-top: 139px;
	}
	.banner-sec::before{
		width: 685px;
		background-size: 130%;
	}
	.footer-list-last ul li strong{
		font-size: 15px;
	}
}

@media screen and (min-width: 1424px) {
  .banner-sec {
        padding: 130px 0 100px;
    }
	.banner-top-img {
		position: absolute;
		top: 0;
		left: 85px;
	}
	.program-box{
		left: 230px;
	}
	.banner-sec::before{
		background-size: 114%;
	}
}

@media screen and (min-width: 1624px) {
   .banner-sec {
        padding: 130px 0 100px;
    }
	.banner-top-img {
		position: absolute;
		top: 0;
		left: 85px;
	}
	.program-box{
		left: 230px;
	}
	.banner-sec::before{
		width: 50%;
	}
}

@media screen and (min-width: 1920px) {
  .banner-sec {
        padding: 130px 0 100px;
    }
	.banner-top-img {
		position: absolute;
		top: 75px;
		left: 85px;
	}
	.program-box{
		left: 230px;
	}
	.banner-sec::before{
		width: 50%;
	}
}

@media screen and (min-width: 2048px) {
   .banner-sec {
        padding: 130px 0 100px;
    }
	.banner-top-img {
		position: absolute;
		top: 75px;
		left: 85px;
	}
	.program-box{
		left: 230px;
	}
	.banner-sec::before{
		width: 50%;
	}
}

@media screen and (min-width: 2550px) {
    .banner-sec {
        padding: 130px 0 100px;
    }
	.banner-top-img {
		position: absolute;
		top: 75px;
		left: 85px;
	}
	.program-box{
		left: 230px;
	}
	.banner-sec::before{
		width: 50%;
		background-size: 100%;
	}
}