body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 20px;
    overflow-x: hidden;
}

a {
    color: #ffffff;
    transition: .3s all ease;
}

a:hover
{
    text-decoration: none;
}

p
{
    margin: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
    margin: 0;
    color: #232323;
}


h2
{
    font-size: 34px;
    position: relative;
    line-height: 38px;
}

section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}


.btn {
    position: relative;
    padding: 12px 18px;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
    border: 0;
    font-size: 15px;
    border-radius: 14px;
    text-transform: uppercase;
    transition: .3s all;
    letter-spacing: 0px;
    border: 1px solid transparent;
}

.btn-blue {
    background: #264fe2;
}

.btn-white {
    background: #ffffff;
    color: #264fe2;
}

.btn:hover {
    color: #fff;
}

.btn-white:hover {
    color: #000;
}

.btn:hover {color: #fff;background: transparent;border-color: #f4c824;}


footer {
    background: #181712;
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.banner-form .btn::before, .banner-form .btn::after {
    background: #eb7e5b;
}

.banner-form .btn:hover {background: transparent;}

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: 600;
    font-size: 15px;
    display: inline-block;
    margin-left: 30px;
    color: #1b1b20;
    font-family: 'Montserrat';
}

.header-nav ul li {
    display: inline-block;
}

header {
    padding: 20px 0;
    position: relative;
    z-index: 11;
}

.top-nav .row {
    align-items: center;
    margin: 0;
}

.header-nav ul li a.btn {
    color: #fff;
}

.header-nav ul li a img {
    vertical-align: bottom;
    margin-right: 10px;
}

.banner-area {
    background: #303b4e;
    position: relative;
    margin-top: -120px;
    z-index: 1;
    padding: 150px 0 60px;  
}

.banner-bullets li svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    vertical-align: inherit;
}

.banner-area h1 {
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    position: relative;
}

.banner-area p {
    color: #fff;
    margin-top: 20px;
}

.banner-bullets li svg path {
    fill: #00c67c;
}

.banner-icons ul {display: flex;justify-content: space-between;max-width: 100%;margin: 0;}

.btn-white img {
    max-width: 20%;
}

.banner-bullets li img {
    margin-right: 6px;
}

.banner-btn .btn {
    margin-right: 10px;
}

.banner-form-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    left: 0;
    top: 0;
}

.banner-form-container h2 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0;
    line-height: 28px;
    padding: 20px 60px 0px 10px;
    text-align: left;
}

.banner-form-container h2::before {
    display: none;
}

.banner-form-container h3 {
    font-size: 17px;
    letter-spacing: 3px;
}

.banner-form {
    margin-top: 30px;
    padding: 0 10px 20px;
}

.banner-form .form-group {
    margin-bottom: 10px;
    /* max-width: 49%; */
    width: 100%;
}

.banner-form .form-group input {
    border: 0;
    border-radius: 4px;
    height: 43px;
    color: #a3a8c0;
    border-bottom: 0;
    padding: 0 14px 0px;
    background: #f7f8fd;
    font-size: 13px;
}

.banner-form .form-group textarea {border: 0;border-radius: 10px;height: 154px;color: #a3a8c0;border-bottom: 0;padding: 20px 14px;background: #f7f8fd;font-size: 14px;resize: none;}

.banner-form .form-group input::placeholder, .banner-form .form-group textarea::placeholder {
    color: #a3a8c0;
}

.banner-form .form-group input:focus, .banner-form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.banner-form .btn {
    margin-top: 10px;
    background: #ffc828;
    font-size: 16px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    display: block;
    margin: 10px 0 0;
}


.banner-area p.form_tagline {
    max-width: 100%;
    font-size: 12px;
    position: relative;
    margin: 0 0;
    padding-left: 20px;
    line-height: 17px;
    color: #ffffff;
}

.banner-area p.form_tagline input {
    position: absolute;
    left: 0;
    top: 3px;
}

.header-btn ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-btn ul li a {
    margin-right: 30px;
    font-size: 18px;
}

.header-btn ul li:last-child a {
    margin: 0;
    border: 1px solid #575757;
    font-size: 14px;
    padding: 12px 30px;
}

.top-nav .container-fluid {
    padding: 0 30px;
}

.header-nav ul li a svg {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.header-nav ul li a svg path {
    fill: #9986c1;
}

.header-nav {
    padding: 0;
}

.banner-area h3 span {
    font-weight: 700;
    color: #d3af78;
}

.banner-bullets {margin-bottom: 20px;}

.banner-bullets li {
    color: #fff;
    display: inline-block;
    margin-right: 18px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
}

.banner-btn a {
    box-shadow: none;
}

.header-nav ul li a svg {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.header-nav ul li a svg path {
    fill: #9986c1;
}

.header-nav {
    padding: 0;
}

.banner-area h3 span {
    font-weight: 700;
    color: #d3af78;
}

.banner-bullets {margin-bottom: 20px;}


.banner-btn a {
    box-shadow: none;
}

.header-nav ul li a svg {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.header-nav ul li a svg path {
    fill: #9986c1;
}

.banner-area h1::before {
    position: absolute;
    content: "";
    height: 10px;
    right: 62px;
    top: 30px;
    width: 160px;
    background: #00be82;
    z-index: -1;
}

.header-nav {
    padding: 0;
}

.banner-area h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0;
    max-width: 90%;
    line-height: 24px;
}

.banner-area h3 span {
    font-weight: 700;
    color: #d3af78;
}

.banner-bullets {margin-bottom: 20px;display: flex;flex-wrap: wrap;margin-top: 20px;}

.banner-icons {
}

.banner-area::before {content: "";left: 0;right: 0;margin: auto;background: url(../images/banner-vector.png) no-repeat 20px 0px / contain;height: 655px;width: 982px;position: absolute;z-index: -1;top: 0;opacity: .8;}


.banner-form-header {
    position: relative;
    padding: 0;
}

.banner-offer {
    position: absolute;
    right: -70px;
    top: -39px;
    height: 66px;
    width: 215px;
    background: url(../images/offer-circle1.png) no-repeat 0 0 / contain;  
    z-index: 1;
}    

.banner-offer span {
    font-family: 'Caveat', cursive;
    font-size: 24px;
    color: #fff;
}

.banner-icons ul li {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 50px;
    line-height: 20px;
    font-family: 'Montserrat';
}

.banner-icons ul li img {
    position: absolute;
    left: 10px;
    top: 4px;
    width: 14%;
}

.banner-icons ul li:nth-child(2) img {
    width: 17%;
}

.banner-icons ul li:nth-child(3) img {
    width: 19%;
}

.banner-icons ul li:nth-child(4) img {
    width: 13%;
}

.section2 {
    background: #f8f2e9;
    padding-top: 100px;
    overflow: hidden;
}

.banner-form-container h2 span {
    color: #264fe2;
}

.banner-area .row {
    align-items: center;
}

.banner-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-form .form-group:last-of-type {
    max-width: 100%;
}

.header-btn ul li a img {vertical-align: inherit;margin-right: 4px;}

.header-btn ul li a:hover {
    color: #e4c37f;
}

.header-btn ul li:last-child a:hover {
    background: #e4c37f;
    color: #fff;
}

.banner-form-container::after {content: "";left: -10px;bottom: -10px;width: 80%;height: 80%;position: absolute;background: #00be82;z-index: -1;border-radius: 12px;}

.banner-form-container::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    height: 113px;
    width: 128px;
    background: url(../images/form-vector.png) no-repeat 0 0;
}

.top-logo {
    background: #f3f3f3;
    padding: 24px 0;
}

.top-logo .item {
    text-align: center;
}

.top-logo::before {content: "";left: 0;bottom: 0;height: 10px;width: 6%;background: #ffc828;position: absolute;}

.section3 {
    text-align: center;
    padding-bottom: 100px;
}

.section3 .owl-content {
    text-align: left;
}

.section3 h2 {
    display: inline-block;
    margin-bottom: 30px;
}

.section3 h2 span {
    color: #ffc828;
}

h2::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 22px;
    height: 10px;
    width: 90px;
    background: #00be82;
    z-index: -1;
}

.section3 h2::after {
    content: "Services";
    position: absolute;
    left: -20px;
    right: 0px;
    margin: auto;
    color: #fff8ea;
    font-weight: 400;
    font-size: 140px;
    z-index: -1;
    top: 70px;
    letter-spacing: -6px;
    opacity: .7;
}

.section3 .owl-content .item .content-box {
    padding: 28px 28px 28px 0;
    box-shadow: 0px 0px 12px #ededed;
    border-radius: 10px;
}

.section3 .owl-content .item {
    margin: 10px;
}

.section3 .owl-content .item .content-box h4 {
    font-size: 16px;
    position: relative;
    margin-bottom: 6px;
    padding-left: 28px;
}

.section3 .owl-content .item .content-box h4::before {
    position: absolute;
    left: 0;
    height: 24px;
    width: 3px;
    content: "";
    background: #264fe2;
    top: 2px;
}

.section3 .owl-content .item .content-box p {
    margin: 0;
    padding-left: 28px;
    min-height: 80px;
}

.section3 .container::before {content: "";background: url(../images/arrow-vecotr.png) no-repeat 0 0;height: 100px;width: 160px;top: 0;left: -70px;position: absolute;}

.section3 .container {
    position: relative;
}

.section4 {
    background: #1e3daf;
    padding: 0;
}

.section4 .row {
    align-items: center;
}

.section4 h2 {
    font-weight: 400;
    color: #fff;
    max-width: 100%;
}

.section4 h2::before {
    display: none;
}

.section4 p {
    color: #fff;
    margin: 20px 0;
}

.section4 .btn {
    background: #ffc828;
    color: #000;
}

.section4-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section4-list-wrap .section4-list {max-width: 48%;width: 100%;position: relative;}

.section4-list-wrap .section4-list img {
    position: absolute;
    left: 0;
    max-width: 36px;
}

.section4-list-wrap .section4-list h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-left: 50px;
}

.section4-list-wrap .section4-list p {
    padding-left: 50px;
    font-size: 12px;
    margin: 4px 0 0;
    line-height: 16px;
}

.section4 [class*='col-']:first-of-type {
    position: relative;
}

.section4 [class*='col-']:first-of-type::before {content: "";position: absolute;top: 60px;right: -62px;background: url(../images/limited-img.png) no-repeat 0 0;height: 137px;width: 141px;}

.section4::before {
    content: "";
    background: url(../images/black-line-vector.png) no-repeat 0 0;
    height: 221px;
    width: 209px;
    position: absolute;
    right: 50px;
    top: -76px;
}

.section4::after {content: "";background: #fff;height: 20px;width: 20px;position: absolute;left: 0;top: 0;}

.section4-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #303b4e;
    z-index: -1;
}

.section4-vector {
    background: url(../images/dotted-vector.png) no-repeat 0 0;
    height: 148px;
    position: absolute;
    width: 284px;
    left: 0;
    bottom: -80px;
    z-index: 11;
}

.section5 {
    padding: 150px 0;
}

.section5 h2::before {
    left: auto;
    right: 100px;
}

.section5 h2 span {
    color: #ffc828;
}

.section5 p {
    margin-bottom: 20px;
}

.section5 h2 {
    margin-bottom: 14px;
}

.section5-counter {
    box-shadow: 0px 0px 20px #f1f1f1;
    padding: 26px 20px;
    position: relative;
    margin-bottom: 12px;
}

.section5-counter p {
    margin: 0;
    padding-left: 74px;
    font-size: 15px;
    line-height: 18px;
}

.section5-counter .timer {
    letter-spacing: -4px;
    position: absolute;
    font-size: 34px;
    font-weight: 700;
    background: #00be82;
    color: #fff;
    padding: 9px 14px;
    border-radius: 10px;
    top: 23px;
}

.section5-counter p span {
    display: block;
}

.section5-counter:first-of-type p {
    padding-left: 74px;
}

.section5-counter:nth-child(3) p, .section5-counter:nth-child(4) p {
    padding-left: 94px;
}

.section5-counter .timer1::after {content: "0";margin-left: 5px;}

.section5 .row {
    align-items: center;
}

.section5::before {content: "";position: absolute;left: 0;right: 0;background: url(../images/book-vector.jpg) no-repeat 0 0;height: 520px;width: 435px;margin: auto;bottom: 90px;}


.portfolio-area {
    background: #1e3daf;
}

.portfolio-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #303b4e;
    z-index:-1;
}

.portfolio-area h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 50%;
}

.portfolio-area h2::before {
    display: none;
}

.portfolio-area h2 span {
    color: #ffc828;
}

.portfolio-slide .item img {
    width: 100%;
}

.portfolio-area .nav-tabs li {
    width: 100%;
}

.portfolio-area .nav-tabs {
    border: 0;
}

.portfolio-area .nav-tabs li a {
    padding: 6px 0;
    background: transparent;
    font-size: 18px;
    position: relative;
}

.portfolio-area .nav-tabs li a.active {
    background: transparent;
    border: 0;
    color: #fff;
    padding-left: 44px;
    font-weight: 700;
}

.portfolio-area .nav-tabs li a::before {
    font-weight: 700;
    background: url(../images/tabs-icons.png) no-repeat 0 0;
    width: 33px;
    height: 16px;
    content: "";
    display: inline-block;
    transition: .3s all ease-in-out;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 8px;
}

.portfolio-area .nav-tabs li a:hover:before {
    opacity: 1;
}

.portfolio-area .nav-tabs li a:hover {
    padding-left: 44px;
    font-weight: 700;
    color: #fff;
}

.portfolio-area .nav-tabs li a.active::before {
    opacity: 1;
}

.portfolio-area::after {content: "";background: url(../images/dotted-vector.png) no-repeat 0 0;height: 148px;position: absolute;width: 284px;right: 0;top: -80px;z-index: 11;}

.portfolio-halfbg {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: #242d3c;
    z-index: -1;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.section4 .btn:hover {
    background: transparent;
    color: #fff;
}

.section5 .btn:hover {
    color: #000;
}





.foot-cta {
    background: #303b4e;
}

.foot-cta * {
    color: #fff;
}

.foot-cta ul li {
    display: inline-block;
    padding: 0 20px;
}

.foot-cta ul li img {
    margin-right: 5px;
}

.foot-cta ul li a {
    font-size: 22px;
    color: #fff !important;
}

.foot-cta ul li:last-child a {
    font-weight: 600;
}

.foot-cta ul {
    margin-top: 30px;
}

.our-sponser {
    padding: 30px 0;
}

.foot-cta::before{
    background: url('../images/bgfoot.png')no-repeat;
    max-width: 100%;
    width: 36%;
    background-size: 100%;
    height: 266px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.copy p {
    margin-bottom: 0;
    color: #Fff;
}

.copy {
    padding: 10px 0;
    background: #000;
}

.copy ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.copy ul {
    text-align: right;
}

.copy ul li::before {content: "";background: white;height: 70%;width: 1px;position: absolute;left: -1px;top: 15%;}

.copy ul li:first-child::before {
    display: none;
}

.copy ul li a {
    color: #fff !important;
}



.our-testimonial {
    background: #00be82;
    padding-bottom: 100px;
}

.our-testimonial .info-test {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.our-testimonial  h2 {
    color: #fff;
    /*margin-top: 40px;*/
    font-size: 30px;
    line-height: 34px;
}

.our-testimonial .info-test img {
    margin-bottom: 20px;
}

.our-testimonial .info-test img + p {
    color: #4d4632;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 6px;
}

.our-testimonial .info-test h4 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    margin-bottom: 0;
}

.info-jor h4 span {
    display: block;
    color: #00be82;
}

.info-jor h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
}

.info-jor p {
    color: #8a8a8a;
    margin-top: 14px;
}

.our-journey {
    background: #fcfcfc;
    padding: 100px 0;
}

.info-jor img {
    box-shadow: 0 5px 5px #0000002e;
    border-radius: 5px;
    margin-right: 8px;
    max-width: 60px;
}

.info-jor {
    padding: 5px 0;
}


.our-journey::before{
    background: url('../images/bg-journey.png')no-repeat 0 0 / contain;
    max-width: 100%;
    width: 524px;
    height: 246px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
}

.our-journey h2 {
    margin-bottom: 30px;
}

.our-journey h2 span {
    color: #f4c824;
}

.our-journey h2::before {
    left: 50px;
    width: 110px;
}

.our-journey::after {
    height: 20px;
    width: 20px;
    background: #fcfcfc;
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 11;
}

.our-testimonial .owl-nav {
    position: absolute;
    left: -300px;
    bottom: -60px;
}

.our-testimonial .owl-nav button {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.our-testimonial .owl-nav button:focus {
    border: 0;
    outline: none;
}

.our-testimonial .owl-nav button:hover {
    background: transparent !important;
}

.our-testimonial .owl-nav button span {
    height: 50px;
    width: 50px;
    background: #1ac58f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 6px;
    transition: .3s all ease-in-out;
}

.our-testimonial .owl-nav button span.arrow-left svg {
    transform: rotate(180deg);
}

.our-testimonial .owl-nav button span:hover {
    background: #fff;
}

.our-testimonial .owl-nav button span:hover svg path {
    fill: #60c690;
}

.foot-cta h2::before {
    display: none;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;    color: red !important; }

label.error {display: none !important;}

.banner-icons span {
    color: #fff;
}

.banner-icons .banner-star i {
    color: #f8c600;
}

.banner-icons {
    font-size: 16px;
    margin-top: 20px;
}

/*.popupform {*/
/*    max-width: 980px;*/
/*    padding: 0;*/
/*    overflow: visible;*/
/*}*/

/*.popupform::before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 430px;background: url(../images/pop-bg.png) no-repeat 0px 0px / 90%;}*/

/*.popupform::after {content: "";position: absolute;left: 0;top: 0;height: 486px;width: 326px;background: url(../images/pop-img.png) no-repeat 0 0 / 100%;}*/

/*.custom-pop .row {*/
/*    margin: 0;*/
/*}*/

/*.popup-content h2 {*/
/*    font-family: 'Poppins';*/
/*    font-size: 24px;*/
/*    padding: 0;*/
/*    color: #313131;*/
/*    padding-left: 0;*/
/*    font-weight: 600;*/
/*    margin: 0 0 1px;*/
/*}*/

/*.popup-content h2::before {*/
/*    display: none;*/
/*}*/

/*.popup-content p {*/
    /* max-width: 86%; */
/*    margin: 0 0 10px;*/
/*    color: #313131;*/
/*    font-weight: 500;*/
    /* padding-left: 14px; */
/*    font-size: 14px;*/
/*}*/

/*.custom-pop {*/
/*    padding: 30px 0;*/
/*}*/

/*.popup-content p.form_tagline {*/
/*    max-width: 100%;*/
/*    font-size: 11px;*/
/*    margin: 0;*/
/*    position: relative;*/
/*    padding-left: 15px;*/
/*}*/

/*.popup-content p.form_tagline input {*/
/*    vertical-align: middle;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 4px;*/
/*}*/


/*.popup-content [class*='col-'] {*/
/*    padding: 0 7px;*/
/*    margin-top: 14px;*/
/*}*/

/*.popup-content [class*='col-'] input {*/
/*    color: #313131;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*    height: 40px;*/
/*    margin-bottom: 12px;*/
/*    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: 400;*/
/*    font-size: 13px;*/
/*    height: 100%;*/
/*    border-radius: 0;*/
/*    resize: none;*/
/*}*/

/*.popup-content [class*='col-'] input.btn {*/
/*    background: #e4c47f;*/
/*    color: #fff;*/
/*    margin: auto;*/
/*    padding: 0px 30px;*/
    /* color: #000; */
/*    letter-spacing: 1px;*/
/*    font-weight: 600;*/
/*}*/

/*.pop-txt {*/
/*    left: -44px;*/
/*    padding: 0;*/
/*}*/

/*.popup-content [class*='col-'] input:focus {*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*}*/

/*.popupform button.fancybox-button {*/
/*    background: #e4c47f;*/
/*    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;*/
/*}*/

/*.portfolio-vector {*/
/*    background: url(../images/black-line-vector.png) no-repeat -120px 0px;*/
/*    height: 221px;*/
/*    width: 209px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -44px;*/
/*}*/

.foot-cta::after {
    content: "";
    background: url(../images/footer-vector.png)no-repeat 240px 0px;
    position: absolute;
    right: 0;
    top: -100px;
    height: 293px;
    width: 275px;
}

.section4-list-wrap .section4-list:last-of-type {
    margin-top: 20px;
    max-width: 100%;
}

.section5-counter .timer2::after {
    content: "0";
    margin-left: 5px;
}

.section5-counter .timer3::after {
    content: "0 +";
    margin-left: 3px;
}

.section5-counter .timer4::after {
    content: ". 5";
    margin-left: 5px;
}

h2 span {
    vertical-align: baseline;
}
.banner-form form .row {
    margin: 0 -7px;
}

.banner-form form .row .col-md-6 {
    padding: 0 7px;
}

#ouibounce-modal h4:before {
    background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px
}

section.expertise-col a:hover {
    background: #de122e;
    border-color: #de122e;
    color: #fff
}

#ouibounce-modal .modal-body a {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px
}

.modal-footer a {
    cursor: pointer;
    border: #53b8e0 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px
}

#ouibounce-modal .modal:before {
    content: "";
    background: url(../images/opt-shark.html) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12
}

#ouibounce-modal .modal:after {
    background: url(../images/sprite.html) no-repeat 0 0;
    width: 22px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 1;
    visibility: hidden;
    right: 0
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible
}

#ouibounce-modal .modal-body p {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0
}

#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px
}

#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px
}

#ouibounce-modal h2+p {
    color: #344a5f
}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=email],
#ouibounce-modal form textarea {
    padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0 1px 1px;
    width: 49%
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal {
    display: none
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 0 3px 8px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 14px;
    left: 10px;
}

.popupform ul li.first,
.popupform ul li:nth-child(4) {
    width: 98%
}

.popupform ul li textarea {
    height: 110px;
    resize: none;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
    margin-bottom: 20px !important;
}

.popupform ul li input[type="submit"] {
    background: #264fe2;
    color: #fff;
    font-size: 17px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 15px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0 none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    background: #53b8e0
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #53b8e0 1px solid !important
}

.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible !important;
    border-bottom: #264fe2 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #264fe2 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
    color: #000;
}

.popupform .fancybox-close-small {
    border: none;
    background: #264fe2;
    border-radius: 72px;
    text-align: center;
    right: -18px;
    top: -20px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #53b8e0;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important
}

label.error {
    display: none !important
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #53b8e0;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0 none
}

div#btmsticky b {
    color: #fcb314;
    font-size: 24px
}

div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px
}

div#btmsticky .content a {
    display: inline-block;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0 none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314
}

div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0
}

.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4
}

.hide {
    opacity: 0;
    left: -100%
}

.show {
    opacity: 1;
    left: 0
}

.popupform .fancybox-close-small:after {
    color: #53b8e0;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px
}

.fancybox-button svg path {
    fill: #ffffff;
}

div#bouncepopupform input[type=submit]+input[type=submit] {
    background: #53b8e0;
    border: #53b8e0 1px solid
}

div#bouncepopupform {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 480px;
    height: 559px;
    margin: 0;
    padding: 18px;
    outline: 0;
    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: initial;
    font-size: 13px;
    padding: 13px 16px !important;
    margin: -13px 4px 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
}

div#CountDownTimerMini {
    color: #000 !important;
    text-shadow: none !important;
    width: 250px;
    margin: 0 auto;
    right: 0
}

a.bounce-close {
    background: #53b8e0;
    color: #fff !important;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 6px;
    top: 7px;
    box-shadow: #00000082 0 0 6px;
    border-radius: 100%;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 600;
    border: #fff 3px solid;
    text-align: center
}

.bouncepopup-overlay {
    display: none
}

div#bouncepopupform h6 {
    color: #53b8e0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-left: 21px;
    padding-top: 0;
    text-align: left;
    margin-bottom: 16px
}

.counter-col {
    background: #fff;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    position: relative;
    padding: 0
}

div#bouncepopupform h2::before {
    display: none;
}

.bounce-popupform [class*='col-'] {padding: 0 10px;margin-bottom: 6px;}


.bounce-popupform input[type="checkbox"] {
    left: 18px !important;
    top: 0px !important;
}

.bounce-popupform a {display: none !important;}
.popupform ul li:last-child {
    margin: 0;
}

span.tag-line {
    display: block;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 8px;
}

li.pd-tag {
    width: 100% !important;
}

li.pd-tag label {
    padding-left: 15px;
}

.popupform h2+p > strong {
    color: #264fe2;
    vertical-align: baseline;
}