body{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #3f3f45;
    line-height: 22px;
    overflow-x: hidden;
}
.bottom-cta ul+p {
    color: #fff;
    font-size: 17px;
    display: block;
    margin: 23px 0 0;
}
a {
    color: #ffffff;
}
section.content-page p {
    line-height: 20px;
    margin-bottom: 13px;
}

section.content-page .sub-heading {
    color: #b98b3c;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 23px;
}
a:hover
{
    text-decoration: none;
    color: #ff3700;
}

p
{
    color: #3f3f45;
    margin: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #1b1b20;
}


h2
{
    font-size: 36px;
    position: relative;
    line-height: 38px;
}

section {
    padding: 60px 0;
}


.btn {
    position: relative;
    padding: 10px 30px;
    font-weight: 500;
    color: #ffffff;
    z-index: 1;
    border: 0;
    font-size: 15px;
    border-radius: 0px;
    transition: .5s all;
    border: 1px solid transparent;
}

.btn-orange {
    background: #ff3700;
}

.btn-white {
    background: #ffffff;
    border-color: #ff3700;
    color: #000000;
}

.btn:hover {
    transform: translate(0px, -8px);
    box-shadow: 0px -1px 8px #9a6f6e;
    color: #fff;
}

.btn-white:hover {
    color: #000;
}

footer {
    background: #181712;
    padding: 20px 0;
    color: #fff;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

.header-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav ul li a {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 40px;
    color: #1b1b20;
}

.header-nav ul li {
    display: inline-block;
}

header {
    padding: 20px 0;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #dfdcd5;
    width: 100%;
    top: 0;
    left: 0;
    background: #e5e4df;
    z-index: 1;
}

.top-nav .row {
    align-items: center;
}

.header-nav ul li a.btn {
    color: #fff;
}

.header-nav ul li a img {
    vertical-align: bottom;
    margin-right: 10px;
}

.banner-area {
    background: url(../images/banner-img.jpg) no-repeat center top;
    padding: 190px 0 90px;
    position: relative;
    background-size: cover;
}

.banner-bullets li svg {
    height: 14px;
    width: 14px;
    margin-right: 8px;
    vertical-align: baseline;
}

.banner-area h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 44px;
    margin-top: 63px;
}
ul.banner-bullets {
    margin-bottom: 33px;
}
.banner-area p {
    max-width: 75%;
    margin: 20px 0;
    color: #000; 
}

.banner-bullets li {
    font-weight: 600;
    color: #1b1b20;
    margin-bottom: 10px;
}

.banner-bullets li svg path {
    fill: #e6312d;
}

.banner-icons ul {display: flex;justify-content: space-between;max-width: 70%;margin: 40px 0;}

.btn-white img {
    max-width: 20%;
}

.banner-btn .btn {
    margin-right: 10px;
}

.banner-form-container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0px 20px 20px #d3d3d4;
    z-index: 1;
}

.banner-form-container h2 {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 6px;
}

.banner-form-container h2 span {
    color: #e6312d;
    display: inline-block;
    vertical-align: initial;
    animation: flash 3s linear infinite;
}

.banner-form-container h3 {
    font-size: 17px;
    letter-spacing: 3px;
}

.banner-form {
    margin-top: 20px;
}

.banner-form .form-group {
    margin-bottom: 10px;
}

.banner-form .form-group input {
    font-size: 14px;
    border: 0;
    background: #f6f4ef;
    border-radius: 0;
    height: 40px;
    color: #b0a996;
}

.banner-form .form-group textarea {
    border: 0;
    background: #f6f4ef;
    border-radius: 0;
    height: 89px;
    resize: none;
    color: #b0a996;
    font-size: 14px;
}

.banner-form .form-group input::placeholder, .banner-form .form-group textarea::placeholder {
    color: #b0a996;
}

.banner-form .form-group input:focus, .banner-form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.banner-form .btn {
    margin-top: 20px;
}

.site-logo {
    padding: 20px 0;
    border-bottom: 1px solid #dfddd5;
}

.center-content h2 {
    font-size: 30px;
}

.center-content .row {align-items: center;}

.content-boxes {
    margin-top: 90px;
}

.content-box-container {
    background: #f6f4ef;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    transition: .5s all;
    min-height: 248px;
}

.content-boxes [class*='col-'] {
    padding: 0 8px;
    margin-bottom: 16px;
}

.content-box-container span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #b6af9f;
    font-size: 30px;
    letter-spacing: -1px;
}

.content-box-container h4 {
    display: inline-block;
    width: 60%;
    font-size: 19px;
    padding-left: 10px;
}

.content-box-container img {
    max-width: 28%;
    vertical-align: bottom;
    /* animation: flash 3s linear infinite; */
}

.content-box-container p {
    font-size: 14px;
    margin: 14px 0 0;
}

.content-boxes [class*='col-']:nth-child(2), .content-boxes [class*='col-']:nth-child(6) {
    top: -20px;
}

.content-boxes [class*='col-']:nth-child(3), .content-boxes [class*='col-']:nth-child(7) {
    top: -40px;
}

.content-boxes [class*='col-']:nth-child(4), .content-boxes [class*='col-']:nth-child(8) {
    top: -60px;
}


.center-content {
    position: relative;
}

.center-content::before {content: "";position: absolute;top: 50px;right: 0;background: url(../images/flower1.png) no-repeat 0px 0;height: 279px;width: 142px;}

.content-box-container:hover {
    background: #323233;
    transform: translate(0px, -6px);
    color: #fff;
}

.content-box-container:hover h4 {
    color: #fff;
}

.content-box-container:hover p {
    color: #f7f7f7;
}

.top-cta {
    padding-top: 0;
}

.top-cta .container, .center-cta .container {
    position: relative;
    background: #3b3b3c;
    padding: 60px 80px;
    border-radius: 10px;
}

.top-cta .container h2, .center-cta .container h2 {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
}

.top-cta .container p, .center-cta .container p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.top-cta .container::before {content: "";position: absolute;top: -66px;right: -180px;background: url(../images/cta-vector.png) no-repeat 0 0;width: 742px;height: 411px;}

.top-cta .container::after {
    content: "";
    position: absolute;
    left: -70px;
    background: url(../images/cta-vector1.png) no-repeat 0 0;
    width: 197px;
    height: 156px;
    bottom: -70px;
}

.process-area {
    text-align: center;
}

h2.heading-icon {
    position: relative;
    padding-top: 50px;
}

h2.heading-icon::before {content: "";top: 0;left: 0;right: 0;margin: auto;background: url(../images/heading-befr.png) no-repeat 0 0;height: 39px;width: 101px;position: absolute;animation: pulse 1s linear infinite;}

.process-area p {
    max-width: 67%;
    margin: 30px auto;
}

.process-area .row [class*='col-'] {
    max-width: 20%;
    padding: 0 7px;
}

.process-area .process-box p {
    max-width: 100%;
    margin: 0;
    font-size: 13px;
    padding: 4px 0 0;
}

.process-area .process-box {
    background: #f6f4ef;
    padding: 30px 10px;
    border-radius: 10px;
    min-height: 382px;
}

.process-area .process-box .process-box-icon {
    height: 100px;
    width: 100px;
    background: #fff;
    margin: auto;
    border-radius: 100px;
    line-height: 90px;
}

.process-area .process-box h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}

.process-area .process-box h3 span {
    display: block;
    font-weight: 400;
}

.process-area .row {
    margin-top: 80px;
}

.process-area .row [class*='col-']:nth-child(odd) {
    top: -30px;
}

.process-area .row [class*='col-']:nth-child(1)::before, .process-area .row [class*='col-']:nth-child(3)::before {content: "";position: absolute;top: -17px;right: -22px;background: url(../images/process-arrow.png) no-repeat 0 0;height: 34px;width: 48px;}

.process-area .row [class*='col-']:nth-child(2)::before, .process-area .row [class*='col-']:nth-child(4)::before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: -22px;
    background: url(../images/process-arrow.png) no-repeat 0 0;
    height: 34px;
    width: 48px;
    transform: scaleY(-1);
}

.top-cta .container .btn-white, .center-cta .container .btn-white {
    background: transparent;
    border-color: #727272;
    color: #fff;
    margin-left: 10px;
}

.btn img {
    margin-right: 6px;
    max-width: 15%;
}

.portfolio-area {
    text-align: center;
    position: relative;
    margin-top: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(246,244,239,1) 40%);
}

.portfolio-tabs-nav .nav-tabs {
    border: 0;
    margin: 30px 0;
}

.portfolio-tabs-nav .nav-tabs li a {
    color: #6f6f6f;
    padding: 2px 14px;
    display: inline-block;
    font-size: 15px;
}

.portfolio-tabs-nav .nav-tabs li a.active {
    background: #e6312d;
    color: #fff;
}

.portfolio-tabs-image .row [class*='col-'] {
    padding: 0 10px;
    margin-bottom: 20px;
}

.portfolio-tabs-image .row [class*='col-'] img {
    max-width: 100%;
}

.site-btn {
    margin-top: 30px;
}

.site-btn .btn {
    margin-right: 10px;
}

.portfolio-area::before {content: "";position: absolute;top: -160px;left: 0;background: url(../images/flower2.png) no-repeat -30px 0;height: 235px;width: 144px;}

.center-cta .container::before {
    position: absolute;
    content: "";
    top: -32px;
    left: -46px;
    background: url(../images/cta-vector2.png) no-repeat 0 0 / 100%;
    height: 350px;
    width: 350px;
    animation: pulse 3s linear infinite;
}

.center-cta .container::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: -20px;
    background: url(../images/cta-vector3.png) no-repeat 0 0;
    height: 111px;
    width: 217px;
}

.review-area {text-align: center;}

.review-area p {
    max-width: 67%;
    margin: 20px auto;
}

.owl-review {
    margin-top: 40px;
}

.owl-review p {
    max-width: 89%;
    font-size: 13px;
    line-height: 21px;
    min-height: 167px;
}

.owl-review.owl-carousel .owl-item img {
    border-radius: 100px;
    max-width: 30%;
}

.center-cta {
    background: #f6f4ef;
}

.owl-review h4 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-top: #ebebeb 1px solid;
    padding-top: 9px;
    letter-spacing: 1px;
}

.owl-review h4 span {
    display: block;
    font-weight: 400;
    color: #a5a5a5;
    font-size: 12px;
}

.bottom-cta
{
    background: url(../images/cta-bg.jpg) no-repeat 0 0 / cover;
    position: relative;
    text-align: center;
    padding: 80px 0;
    margin-top: 40px;
}

.bottom-cta h2 {
    color: #fff;
    max-width: 100%;
    margin: auto;
    font-size: 32px;
}

.bottom-cta h2 span {
    font-weight: 600;
}

.bottom-cta ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.bottom-cta ul li a {
    font-size: 20px;
    font-weight: 500;
    margin: 0 20px;
}

.bottom-cta ul li a img {
    margin-right: 10px;
    vertical-align: text-top;
}

.bottom-cta::before {content: "";position: absolute;left: 0;top: -116px;background: url(../images/flower3.png) no-repeat -62px 0;height: 196px;width: 179px;}

.bottom-cta::after {
    content: "";
    position: absolute;
    right: 0;
    top: -100px;
    background: url(../images/cta-star.png) no-repeat 218px 0px;
    height: 463px;
    width: 463px;
    animation: flash 6s linear infinite;
}

.banner-form-container::after {
    height: 50%;
    width: 11px;
    background: #e6312d;
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

.site-logo .row {align-items: center;}

.banner-form-container::before {
    height: 11px;
    width: 24%;
    background: #e6312d;
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1;
}

.banner-area p.form_tagline {
    max-width: 100%;
    font-size: 12px;
    position: relative;
    margin: 0 0;
    padding-left: 20px;
    line-height: 17px;
    color: #b4b3b3;
}

.banner-area p.form_tagline input {
    position: absolute;
    left: 0;
    top: 3px;
}

.process-area .process-box .process-box-icon img {
    animation: bounceIn 2s linear infinite;
}

.banner-area::before {
    bottom: -90px;
    left: 0;
    content: "";
    position: absolute;
    height: 461px;
    background: url(../images/banner-befr.png) no-repeat -260px 0px;
    width: 196px;
}

.center-content::after {content: "";position: absolute;left: -268px;bottom: -150px;background: url(../images/content-arrow.png) no-repeat 0 0;width: 355px;height: 325px;z-index: -1;}

p.form_tagline input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
    filter: hue-rotate(125deg);
}

.content-boxes [class*='col-']:nth-child(1) .content-box-container, .content-boxes [class*='col-']:nth-child(2) .content-box-container, .content-boxes [class*='col-']:nth-child(3) .content-box-container, .content-boxes [class*='col-']:nth-child(4) .content-box-container {
    min-height: 328px;
}

.center-cta .container h2 {
    max-width: 74%;
}

.portfolio-tabs-image {
    margin-top: 60px;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; } 

label.error {     display: none !important;}

.popupform {
    max-width: 64%;
    padding: 0;
    overflow: visible;
}

.popupform::before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: url(../images/pop-bg.png) no-repeat 0px 0px / 100% 100%;}

.popupform::after {content: "";position: absolute;left: -140px;top: -44px;height: 522px;width: 460px;background: url(../images/pop-img.png) no-repeat 0 0 / 100%;}

.custom-pop .row {
    margin: 0;
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 32px;
    padding: 0;
    color: #313131;
    padding-left: 12px;
    font-weight: 700;
}

.popup-content h2::before {
    display: none;
}

.popup-content p {
    max-width: 86%;
    margin: 10px 0;
    color: #313131;
    font-weight: 500;
    padding-left: 14px;
}

.custom-pop {
    padding: 30px 0;
}

.popup-content p.form_tagline {
    max-width: 100%;
    font-size: 11px;
    margin: 0;
    position: relative;
}

.popup-content p.form_tagline input {
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 4px;
}


.popup-content [class*='col-'] {
    padding: 0 8px;
    margin-top: 14px;
}

.popup-content [class*='col-'] input {
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
}

.popup-content [class*='col-'] input::placeholder, .popup-content [class*='col-'] textarea::placeholder {
    color: #313131;
}

.popup-content [class*='col-'] textarea {
    color: #313131;
    font-weight: 500;
    font-size: 14px;
    height: 70px;
    border-radius: 0;
    resize: none;
}

.popup-content [class*='col-'] input.btn {
    background: #0ccfaf;
    color: #fff;
}

.pop-txt {
    left: -40px;
    padding: 0;
}

.popup-content [class*='col-'] input:focus {
    box-shadow: none;
    outline: none;
}

.popupform button.fancybox-button {
    background: #eb7e5c;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: -10px;
    right: -10px;
}

.popupform button.fancybox-button svg path {
    fill: #fff;
}

.popupform button.fancybox-button svg {
    height: 26px;
}

.content-box-container:hover span {
    color: #cd391a;
}




#clickload .underlay, #ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .73);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}

#clickload, #ouibounce-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}



#clickload .modal, #ouibounce-modal .modal {
    width: 900px;
    height: 500px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 0;
    overflow: visible;
    border: 0px none;
}

div#ouibounce-modal .custom-pop:after {
    content: "";
    position: absolute;
    left: -140px;
    top: -44px;
    height: 522px;
    width: 460px;
    background: url(../images/pop-img.png) no-repeat 0 0 / 100%;
}


#clickload .modal-footer a,
#ouibounce-modal .modal-footer a {
    cursor: pointer;
    width: 28px!important;
    padding: 3px 0px 1px !important;
    height: 28px!important;
    background-color: #ee5a5a;
    background-size: cover;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: block;
    border: #ee5a5a 3px solid;
    line-height: 17px;
}

#clickload .modal-footer a{
    padding: 0 0px 1px !important;
}


#ouibounce-modal .modal-footer {
    position: absolute;
    top: -17px;
    right: -16px;
    border: none 0px;
}
ul.social-icon-new {
    text-align: center;
}

ul.social-icon-new li {
    padding: 0 15px;
    display:inline-block;
}







.indent_inn h1 b { vertical-align: baseline;    color: #ff3700;    font-weight: 700; } 

.indent_inn {   width: 100%;    max-width: 1170px;   } 

.indent_inn h1 {    font-weight: 700;    font-size: 44px;    text-align: center;} 

.ddexitForm {margin-top: 30px;}

.indent-pop ul {    margin: 0;     width: 100%;    float: left;}

.indent-pop ul li.ind-line {    width: 26.2%;    float: left;    padding: 0 5px;}

.indent-pop ul li.ind-line input {     height: 60px;   display: block;    margin: 0 auto;    background: #fbfcfd;    border:1px solid #e5e5e5;  padding: 17px 10px 16px 20px;   width: 100%;}  

.indent-pop ul li.ind-line i.fa {    display: none;}

.indent-pop ul li.ind-line input[type="submit"] {    cursor: pointer; font-size: 17px;   background-color:#ff3700;    border-color:#ff3700;    color: #fff; }  

.indent-pop ul li.ind-line.last {    width: 20%;    } 
 
#ddexitpopwrapper {     display: flex;    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 10000;	pointer-events: none;    align-items: center;    justify-content: center;}

#ddexitpopwrapper .veil{    left: 0;    top: 0;    width: 100%;    height: 100%;    position: fixed;    background-color: rgba(0,0,0,.7);    content: "";    z-index: 1;    display: none;    cursor: default;  }

.ddexitpop {    width: 100%;    padding: 0;    z-index: 2;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    position: relative;    background: white;    left: 0;    top: 0;    -webkit-animation-duration: .5s;     animation-duration: .5s;    visibility: hidden;    height: 100%;    display: flex;    align-items: center;    justify-content: center; }

.ddexitpop .calltoaction{ 	display: inline-block;    text-decoration: none;    border-radius: 5px;    padding: 15px;    background: #15C5FF;    display: block;    width: 80%;    margin: 10px auto;    text-align: center;    color: white !important;}

div.closeexitpop{ background:url('../images/xclose.png') no-repeat scroll center center;	width: 70px;	height: 70px;	overflow: hidden;	display: none;	position: fixed;	cursor: pointer;	text-indent: -1000px;	z-index: 3;	top: 10px;	right: 10px;     background-size: 20px;    opacity: 0.7;}   

#ddexitpopwrapper.open{	pointer-events: auto;} 

#ddexitpopwrapper.open .veil{ display: block;   }

#ddexitpopwrapper.open div.closeexitpop{    display: block; }

#ddexitpopwrapper.open .ddexitpop{     visibility: visible; }

@media screen and (max-height: 765px){
    
.ddexitpop{		/* top: 0; */   	}  

.indent-pop ul li.ind-line {    width: 100% !important;    margin-bottom: 10px;}

.indent-pop ul li.ind-line input[type="submit"] {width: auto;}

.indent_inn h1 {    font-size: 30px;}

.indent_inn h1 br {    display: none;}    

}  

 
 
 
 
