section.banner p span {
    color: #00c67f;
    font-weight: 600;
}

section.portfolio h2+p {
    font-size: 17px;
    padding: 0 70px;
    margin-bottom: 44px;
    color: #676767;
}

div#portfolio .tile {
    margin-bottom: 0;
    display: none;
}body{
    font-family: 'Poppins', sans-serif;

}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 47px 0;
}
 
section.banner {
    background: url(../images/banner.jpg) no-repeat left top #081036;
    background-size: cover;
    text-align: left;
    padding: 190px 0 70px;
    color: #fff;
}

.tile.scale-anm {
    display: inline-block !important;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-testimonial-col:before {
    content: "";
    position: absolute;
    background: url(../images/testimonial-qoute.jpg);
    width: 68px;
    height: 48px;
    left: 0;
    top: 17px;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}


.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

div.CountDownTimer {
    width: 300px;
    margin: 0;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
}

.cus-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQImWNguAkAANwA2ohRxm8AAAAASUVORK5CYII=) repeat;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.field label.error {
    display: none!important;
}

input.error,
textarea.error,
select.error {
    background-color: #FFD7D7!important;
    color: #111!important;
}


header ul {
    text-align: right;
    color: #fff;
    margin: 0;
}

header ul li {
    display: inline-block;
    text-align: left;
}

header ul li.last a {
    display: block;
    border: #44c97c 2px solid;
    color: #fff;
    padding: 11px 42px;
    border-radius: 136px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

header ul li.last {
    margin-left: 23px;
}

header ul li a {
    display: block;
}

header ul li.first span {
    display: block;
    color: #00c581;
    font-size: 17px;
}

header ul li.first {
    font-size: 22px;
}

section.banner h1 {
    margin: 20px 0 31px 0;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
line-height: 59px;text-shadow: #000 0 1px 1px;}

section.banner p {
    font-size: 18px;
line-height: 30px;padding-right: 43px;}

ul.banner-features {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}

ul.banner-features li {
    display: inline-block;
    margin: 0 8px;
    letter-spacing: 0.5px;
}

ul.banner-features+a+a {
    background: #2baa61 !important;
}

span.bbb {
    display: block;
margin-top: 11px;}

ul.banner-features li i {
    color: #00c581;
    font-size: 17px;
    position: relative;
    top: -2px;
}

ul.banner-features+a,ul.banner-features+a+a {
    display: inline-block;
    width: 270px;
    text-align: center;
    margin: 11px 7px 0;
    background: #ec1200;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 10px;
    font-size: 17px;
    border-radius: 3px;
    margin-bottom: 23px;
    text-shadow: #000 0 1px 1px;
    font-weight: 500;
}

ul.banner-logos {
    margin: 70px 0 0 0;
    text-align: center;
}

ul.banner-logos li {
    display: inline-block;
    margin: 0 25px;
}

section.banner-btm [class^="col-"] {
    text-align: center;
    background: #fa8900;
    color: #fff;
    padding: 28px;
    height: 128px;
    overflow: hidden;
}

section.banner-btm [class^="col-"]+[class^="col-"] {
    background: #3852f3;
}

section.banner-btm [class^="col-"]+[class^="col-"]+[class^="col-"] {
    background: #00c581;
}

section.banner-btm [class^="col-"] i {
    display: inline-block;
}

section.banner-btm [class^="col-"] h6 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    line-height: 23px;
    font-weight: 500;
}

section.hm-about {
    padding: 60px 0;
}

section.hm-about h2 {
    color: #222222;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 44px;
    margin-top: 0;
}

section.hm-about h2+p {
    font-size: 18px;
    color: #545454;
padding-right: 75px;margin-bottom: 33px;}

section.hm-about h2+p br {
    display: none;
}

section.hm-about ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

section.banner-btm:after {
    display: block;
    clear: both;
    content: "";
}

section.hm-about ul li i {
    color: #44c97c;
    font-size: 16px;
    margin-right: 5px;
}

section.hm-about ul {
    margin: 0;
}

section.hm-about a {
    display: inline-block;
    text-align: center;
    background: #3952f3;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 40px;
    font-size: 17px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 18px;
    letter-spacing: 0.5px;
margin-right: 17px;}

section.portfolio {
    text-align: center;
    background: #ededed;
    padding: 80px 0;
}

section.portfolio h2 {
    margin: 0;
    color: #1f1f1f;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: capitalize;
}

section.portfolio .toolbar.mb2.mt2 {
    margin-bottom: 46px;
}

section.portfolio .btn {
    background: #3cca79;
    color: #fff;
    outline: 0px none !important;
}

section.portfolio .btn:active, section.portfolio .btn:focus, section.portfolio .btn:visited {
    background: #28af62;
}

section.features-col {
    text-align: center;
    padding: 80px 0;
}

section.features-col h2 {
    margin: 0 0 62px;
    font-size: 31px;
    font-weight: 600;
    line-height: 39px;
}

section.features-col h2+p {
    font-size: 21px;
    margin-bottom: 83px;
    color: #9a9a9a;
    display: none;
}

section.cta-book {
    background: #44c97c;
    padding: 60px 0 0;
    color: #fff;
    font-size: 22px;
}

section.cta-book .col-md-7 {
    padding-top: 43px;
}

section.cta-book h2 {
    font-size: 40px;
    font-weight: 700;
}

section.cta-book h2 span {
    color: #fff18f;
    font-weight: 700;
}

section.cta-book ul {
    margin: 30px 0 0;
}

section.cta-book ul li {
    display: inline-block;
    margin-right: 23px;
    font-size: 14px;
    position: relative;
    padding-left: 37px;
}

section.cta-book ul li span {
    display: block;
    font-size: 14px;
}

section.cta-book ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
}

section.cta-book a {
    display: inline-block;
    text-align: center;
    background: #ec1200;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 40px;
    font-size: 18px;
    border-radius: 80px;
    font-weight: 500;
    margin-top: 19px;
}

section.testimonail {
    padding: 63px 0;
    background: #fff;
}

div#testimonails-slider .item {
    background: #f5f5f5;
    padding: 24px 14px;
    color: #8c8989;
}

div#testimonails-slider .item p {
    line-height: 24px;
    font-style: italic;
    height: 218px;
}

div#testimonails-slider .item h6 {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

div#testimonails-slider .item h6 span {
    display: block;
    color: #4e4c4c;
    font-weight: 400;
    font-size: 13px;
    margin-top: 6px;
}

section.testimonail h2 {
    color: #232323;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 48px;
    position: relative;
    z-index: 1;
}

section.testimonail h2+p {
    font-size: 18px;
    color: #8a8a8a;
}

section.testimonail .col-md-6:nth-child(1) {
    padding-right: 72px;
    position: relative;
}



section.brands {
    margin-top:30px;
    background: #223047;
    text-align: center;
}

section.brands ul li {
    display: inline-block;
    padding: 30px 25px;
}

section.brands ul {
    margin: 0;
}



footer {
    background: #1e293d;
    padding: 40px 0 0;
    font-size: 15px;
    color: #889ec6;
    clear: both;
}
footer a {
    color: #889ec6;
}
footer ul li {
    color: #fff;
    text-align: left;
    font-size: 15px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 29px;
    font-weight: 400;
}

footer ul li i {position: absolute;left: 0;top: 4px;color: #3c4e6f;}

footer ul li a {
    color: #fff;
}

footer ul {
    margin-top: 117px;
    float: right;
}

.copyright {
    background: #1b2536;
    font-size: 15px;
    padding: 20px 0;
    margin-top: 22px;
}

i.top-scroll {
    position: absolute;
    right: 0;
    top: -39px;
    cursor: pointer;
}

.copyright .container {
    position: relative;
}

.copyright p {
    margin: 0;
}

footer img {
    margin-bottom: 13px;
}

footer i.fa.fa-phone {
    font-size: 21px;
}

section.testimonail .col-md-6:nth-child(1):before {
    content: open-quote;
    font-size: 642px;
    color: #f5f5f5;
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 0;
}


div#bouncepopupform input[type="submit"]+input[type="submit"] {
    background: red;
    border: red 1px solid;
}


div#bouncepopupform {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 480px;
    height: 489px;
    margin: 0;
    padding: 23px;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
    z-index: 99994;
    background: #fff;
    margin-left: -240px;
}

div#bouncepopupform h2 {
    font-size: 19px;
    text-align:  left;
    font-weight: 700;
    margin-top: 8px;
    line-height: 27px;
    padding-right: 43px;
}

div#bouncepopupform h2 span {
    display:  block;
    line-height:  normal;
    font-size: 16px;
}

div#bouncepopupform h2 span b {
    color: #008c3a;
    font-weight: 800;
}

div#bouncepopupform input[type="submit"] {
    width: 49%;
    font-size: 13px;
    padding: 13px 16px !important;
    margin: 0;
}

div#bouncepopupform textarea {
    height: 120px;
}

 .bouncepopup-overlay {
    background: #000000de;
    position: fixed;
    width:  100%;
    height: 100%;
    top: 0;
    z-index: 99;
}

form.bounce-popupform li {
    margin-bottom: 0 !important;
width: 100%;}
div#CountDownTimerMini {
    color: #000 !important;
    text-shadow: none !important;
    width: 250px;
    margin: 0 auto;
    /* position: absolute; */
    right: 0;
}
a.bounce-close {
    background: #008b3e;
    color: #fff !important;
    width: 37px;
    height: 37px;
    position:  absolute;
    right: 6px;
    top: 7px;
    box-shadow: #00000082 0 0px 6px;
    border-radius:  100%;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
    border: #ffffff 3px solid;
    text-align:  center;
}

.bouncepopup-overlay {
    display:  none;
}



div#bouncepopupform h6 {
    color: #008b3e;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-left: 21px;
    padding-top: 0;
    text-align: left;
    margin-bottom: 16px;
}


.counter-col {
    background: #ffffff;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    position: relative;
    padding: 0;
}













section.banner h1 span {font-size: 16px;letter-spacing: 1px;display: block;font-weight: 500;line-height: 27px;margin-bottom: 10px;}

/*section.banner:before {background: #05061bab;position: absolute;content: "";left: 0;top: 0;width: 100%;height: 100%;bottom: 0;}*/

section.banner .container {position: relative;z-index: 1;}


.bn-form {background-color: #fff;
    padding: 30px 20px 6px;
    border-radius: 5px;border-bottom: #44c77c 6px solid;}

.bn-form h4 {color: #319fd1;text-align: center;font-size: 17px;margin: 0 0 26px;font-weight: 600;}

.bn-form h4 span {display: block;text-transform: uppercase;font-weight: 700;font-size: 20px;margin-top: 7px;color: #071845;}

.bn-form ul li {width: 100%;margin-bottom: 15px;}

.bn-form ul {margin: 0;}

.bn-form ul li input, .bn-form ul li textarea {width: 100%;border: 1px solid #e5e5e5;
    background: white;padding: 14px;font-size: 13px;color: #000;border-radius: 3px;}

.bn-form ul li textarea {height: 130px;}

.bn-form ul li input[type="submit"] {background: #43c87c;color: #fff;font-size: 18px;text-transform: uppercase;letter-spacing: 1px;font-weight: 600;border: 0px none;cursor: pointer;text-shadow: #000000e6 0 1px 1px;}

.bn-form h6 {font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: 600;margin: 11px 0 20px;}


span.bbb b {display: block;margin-top: 13px;font-weight: 400;font-size: 16px;}

span.bbb b i {color: #44c77c;}

section.hm-about a+a {background: #44c97c;}
.popupform h2 span {display: block;color: #0c8a41;font-weight: 800;font-size: 21px;}

.popupform ul li {width: 100%;}









.indent_inn h1 b{vertical-align:baseline;color:#B61010}.indent_inn{padding:0 20px;width:100%;max-width:1170px}
.indent_inn h1{font-size:44px;text-align:center}.ddexitForm{margin-top:30px}.indent_inn i{display:none!important}
.indent-pop ul{margin:0;width:100%;float:left;display:flex}.indent-pop ul li.ind-line{width:100%!important;margin-bottom:15px;float:left;padding:0 5px}.indent-pop ul li.ind-line input{height:60px;display:block;margin:0 auto;background:#fff;border:1px solid #c3c3c3;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]{font-size:17px;background-color:#000000;border-color:#000000;color:#fff;cursor:pointer}.indent-pop ul li.ind-line.last{width:20%}.indent-pop ul{flex-flow:wrap}#ddexitpopwrapper{display:flex;position:fixed;left:0;top:0;width:100%;height:100%;z-index:10000000000;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:#fff;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:#fff!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:.7}#ddexitpopwrapper.open{pointer-events:auto}#ddexitpopwrapper.open .veil{display:block}#ddexitpopwrapper.open div.closeexitpop{display:block}#ddexitpopwrapper.open .ddexitpop{visibility:visible}
.indent_inn h1 {
    font-size: 44px;
    text-align: center;
}
.indent-pop ul li.ind-line input {
    height: 60px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #c3c3c3;
    padding: 17px 10px 16px 20px;
    width: 100%;
}
@media screen and (max-height:765px){.ddexitpop{}.indent-pop ul li.ind-line{width:100%!important;margin-bottom:10px}.indent-pop ul li.ind-line input[type=submit]{padding:10px 20px}
.indent_inn h1 {max-width: 600px;margin: 0 auto;}.indent_inn h1 br{display:none}}

@media only screen and (max-width: 600px) {
  .indent_inn h1 {
    font-size: 30px !important;
  }
}
  



