#hero {
    height: 650px;
}
#hero:before {
    background: rgb(0 48 73 / 90%);
}
#header.header-scrolled {
    background: rgb(0 48 73 / 90%);
}
form .website{ display:none; } /* hide because is spam protection */
/* request callback */
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.set-bg {
    background-color: #eae2b7;
}
.call__text .section-title {
    text-align: left;
    margin-bottom: 35px;
}
.call__text a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0;
    position: relative;
}
.call__text .section-title h2 {
    color: #003049;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 46px;
}
.call__text .section-title p {
    color: #333333;
}
.call__text a {
    font-size: 15px;
    color: #003049;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0;
    position: relative;
}
.call__text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #88c417;
    content: "";
}
.call__form input {
    width: 100%;
    height: 48px;
    color: #5c5c5c;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}

.call__form .nice-select {
    float: none;
    width: 100%;
    height: 48px;
    border-radius: 2px;
    line-height: 48px;
    margin-bottom: 20px;
}
.call__form .nice-select:after {
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #323232;
    border-right: 2px solid #323232;
    margin-top: 0;
    right: 22px;
    top: 35%;
}
.site-btn {
    color: #fff;
    background: #f77f00;
    padding: 6px 24px 8px 24px;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #f77f00;
}

.hero-thumb-img {
    width: 100%;
}

.icon-boxes.lc-services .icon {
    margin: 0;
}
.about {
    padding: 0;
    background: unset;
    position: relative;
}

.section-title h2 {
    font-weight: 700;
    color: #323232;
    line-height: 46px;
    margin-bottom: 20px;
    text-transform: unset;
}

.about {
    background-color: #eae2b7;
}
.about .content .btn-learn-more {
    border-radius: 50px;
    color: #d62828;
    border: 2px solid #d62828;
}
.about .content .btn-learn-more:hover {
    background: #d62828;
}
section#calculator {
    background-color: #ffffff;
}

.call .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border-radius: 50px;
    border: 2px solid #d62828;
    background: #d62828;
    color: #ffffff;
}
.call .btn-learn-more:hover {
    background: transparent;
    color: #d62828;
}

.btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    background-color: #f6b024;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #f6b024;
}
.btn-get-started:hover {
    background: #f6b024;
    color: #fff;
    text-decoration: none;
}

/* footer */
#footer {
    background: #003049;
}
#footer .footer-top {
    background: #00537e;
}
.google-badge {
    width: 150px;
    height: auto;
    margin-top: 20px;
}

/* modal */

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    height: 100%;
}

.modal-content {
    position: absolute;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border-radius: 2px;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    left: 50%;
    top: 50%;
    right: auto;
    min-height: 300px;
    max-height: 84vh;
    width: 90%;
    max-width: 600px;
    transform: translate(-50%, -50%);
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    line-height: 15px;
}

.modal-header::after {
    display: block;
    content: "";
    clear: both;
}

.modal-title {
    margin-bottom: 0;
    padding: 15px;
    line-height: inherit;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #989898;
}

.modal-header .close {
    padding: 15px;
    line-height: inherit;
}

.modal-body {
    position: relative;
    flex-grow: 100;
    padding: 15px;
    overflow: auto;
}

.modal-body .container {
    max-width: 500px;
    margin: 0 auto;
}

.modal-footer {
    padding: 7.5px;
    border-top: 0;
}

.modal-footer::after {
    display: block;
    content: "";
    clear: both;
}

.modal-footer .btn {
    float: right;
    min-width: 140px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,.7);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}


/* topbar nav */
.topbar-nav {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.topbar-nav li {
    margin-left: 20px;
}
.topbar-nav li a {
    color: #f6b024;
}
@media(min-width:768px) {
    .hide-on-desktop {
        display: none;
    }
}
.btn-apply-now {
    color: #fff !important;
    background: #f6b024;
    padding: 6px 24px 8px 24px !important;
    display: inline-block !important;
    transition: 0.3s;
    border-radius: 50px;
}
.btn-apply-now:hover {
    background: #f1a40a;
}
.nav-menu li:hover > a.btn-apply-now:before {
    display: none;
}
.nav-menu > ul {
    display: flex;
    align-items: center;
}

.about:before {
    display: none;
}

/* testimonials */
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
  }
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
  }
  .gtco-testimonials .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
  }
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
  }
  
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: unset;
    margin: 15px auto 0;
    box-shadow: unset;
    width: 40px;
    height: unset;
}
.gtco-testimonials .card p {
    font-size: 16px;
}
.gtco-testimonials .card h5 {
    font-size: 18px;
    color: #fcbf49;
    letter-spacing: 1px;
}
.gtco-testimonials .card h5 span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.gtco-testimonials .owl-dots .active span {
    background: #003049;
}
.gtco-testimonials .owl-dots span {
    border: 2px solid #003049;
}
.gtco-testimonials .active {
    opacity: 1;
}
.gtco-testimonials .card {
    opacity: 0.5;
}
.gtco-testimonials .center .card {
    opacity: 1;
}

.back-to-top i {
    background: #003049;
}

.modal-title {
    float: unset;
    font-size: 24px;
    color: #f77f00;
    text-align: center;
    width: 100%;
    padding: 15px 15px 15px;
    line-height: 1.6rem;
}

.modal-dialog {
    max-width: 625px;
}

label {
    font-size: 12px;
    color: #333333;
}

.form-control {
    height: auto;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    border-radius: 0;
}
.help-block.with-errors li {
    font-size: 12px;
    color: #d62828;
    margin-top: 1px;
}

.modal-content {
    background-color: #fafafa;
    padding: 30px 0;
}

.header-inner-pages {
    background: rgb(0 48 73 / 90%) !important;
}

.topbar-inner-pages {
    background: #00537e !important;
}

.breadcrumbs {
    padding: 15px 0;
    background: #ecf9ff;
    margin-top: 144px;
}

.breadcrumbs a {
    color: #f77f00;
}
.breadcrumbs a:hover {
    color: #f77f00;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 50px;
    }
}

.contact .info i {
    background: #003049;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #003940;
}
.contact .php-email-form button[type="submit"] {
    color: #003940;
    border: 2px solid #003940;
}


/* service details */
.services__details__title h2 {
    font-size: 40px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 22px;
}
.services__details__title p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 50px;
}
.services__details__more {
    margin-bottom: 30px;
}
.services__details__img {
    margin-bottom: 42px;
    margin-top: 42px;
}
.services__details__img img {
    min-width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 100%;
}
.services__details__product h2 {
    font-size: 40px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 20px;
}
.services__details__product__item {
    margin-bottom: 55px;
}
.services__details__product__item h4 {
    color: #323232;
    font-weight: 700;
    margin-bottom: 6px;
}
.services__details__product__item h4 span {
    color: #fcbf49;
}
.services__details__product__item p {
    margin-bottom: 0;    
    font-size: 14px;
}
.services__details__calculator h2 {
    color: #323232;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}
ul.lc-bullets {
    padding-left: 1.2rem;
}
ul.lc-bullets li {
    margin-bottom: 0.8rem;
}

.lc-bg-img {
    height: 25rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
    margin-bottom: 42px;
    box-shadow: 1px 2px 4px #dcdcdc;
}
.services__details__img {
    margin: 0;
}
.services__details__documents h2 {
    color: #323232;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}
.services__details__documents {
    padding: 50px 0;
}

.whatsapp-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }

@media(max-width:640px) {
    .lc-bg-img {
        height: 11rem;
    }
}

td h4 span b, th h5 span b {
    font-size: 16px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.table-hover tbody tr:hover {
    background-color: rgb(116 116 116 / 8%);
}
.elementor-section {
    padding: 20px 0;
}
.elementor-text-editor h4 {
    margin-top: 46px;
    margin-bottom: 20px;
}
.elementor-text-editor ul {
    padding-left: 20px;
}
.elementor-text-editor ul li {
    padding-bottom: 10px;
}
.elementor-text-editor p {
    line-height: 1.7rem;
}
.faq {
    background-color: #f0fbff;
    margin-top: 3rem;
}
.faq a, .faq a:hover, .faq .faq-list a.collapsed:hover {
    color: rgb(0, 128, 128);
}
.faq .faq-list .icon-help {
    color: rgb(0, 128, 128);
}
.faq .faq-list ol.inner-list li {
    padding: 5px;
    margin: 0;
}

@media(max-width:640px) {
    #header .logo img {
        max-height: 30px;
    }
}


/* new updates */
.dropdown-menu {
    margin: .55rem 0 0;
    background-color: #083c55 !important;
}
.dropdown-item {
    padding: .25rem 1.5rem !important;
    color: #ffffff !important;
    opacity: 0.9;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item:active {
    background-color: #24496e;
    opacity: 1;
}
.dropdown-item.active {
    background-color: #f6b024;
}
article h6 {
    color: #008080;
    font-weight: bold;
    text-transform: uppercase;
}
.faq .collapse ul {
    list-style: disc;
    padding-left: 20px;
}
.faq .collapse li {
    padding: unset;
    margin: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}