@font-face {
    font-family: "ge_ss_twobold";
    src: url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.eot");
    src: url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.woff") format("woff"), url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/125063e353c1f65c55ba1e3811969217.svg#GE SS Two Medium") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url(../fonts/webfonts/fa-brands-400.ttf) format('TrueType'), url(../fonts/webfonts/fa-brands-400.eot) format('embedded-opentype'), url(../fonts/webfonts/fa-brands-400.woff) format('woff'), url(../fonts/webfonts/fa-brands-400.woff2) format('woff2');
}

@font-face {
    font-family: 'Font Awesome 5 Duotone';
    src: url(../fonts/webfonts/fa-duotone-900.ttf) format('TrueType'), url(../fonts/webfonts/fa-duotone-900.eot) format('embedded-opentype'), url(../fonts/webfonts/fa-duotone-900.woff) format('woff'), url(../fonts/webfonts/fa-duotone-900.woff2) format('woff2');
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../fonts/webfonts/fa-light-300.eot);
    src: url(../fonts/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-light-300.woff2) format("woff2"), url(../fonts/webfonts/fa-light-300.woff) format("woff"), url(../fonts/webfonts/fa-light-300.ttf) format("truetype"), url(../fonts/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/webfonts/fa-regular-400.eot);
    src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-family: 'worksansregular';
    src: url(../fonts/WorkSans-Regular.ttf) format('TrueType');
}

/*Animation*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*General style*/
html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #f69f25;
    border-radius: 0px;
}

html::-webkit-scrollbar-thumb:hover {
    background: #fae333;
}

html::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #fff;
}

body {
    margin: 0;
    font-family: 'ge_ss_twobold';
    color: #000816;
    overflow-x: hidden;
    background-color: #ece9fc
}

.of-hidden {
    overflow: hidden !important;
}

ul {
    padding: 0;
}

a {
    text-decoration: none
}

input {
    font-family: 'ge_ss_twobold';
    border: 1px solid #EEEEEE !important;
    border-radius: 4px;
    outline: none;
    box-shadow: none
}

input:focus {
    outline: none;
    box-shadow: none
}

input::placeholder {
    color: #BDBDBD
}

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

.padding-r-0 {
    padding-right: 0 !important;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.flex-dis {
    display: flex
}

.br {
    display: block;
    margin: 10px auto;
}

.slick-list {
    width: 100%;
}

.slick-slide {
    float: right;
}

/* Boostrap 5 fix columns spaces to be 15px */
.row > * {
    padding-right: calc(var(--bs-gutter-x)/ 1.6);
    padding-left: calc(var(--bs-gutter-x)/ 1.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ge_ss_twobold';
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.phone-d {
    position: relative;
    width: 68%;
    margin: auto
}

.phone-d .rgn-num {
    z-index: 99;
    line-height: 25px;
    margin-left: 5px;
    position: absolute;
    left: 10px;
    top: 28%;
    bottom: 18%;
    margin: auto;
    display: inline-block;
    direction: ltr;
    font-family: sans-serif
}



.input-error {
    color: #ff3535;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    font-size: 12px;
    width: 95%;
    margin: auto;
    z-index: 99
}

.main-nav {
    display: none;
    transition: .5s ease-in-out;
}

.main-nav.scrolled {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: .5s ease-in-out;
    -webkit-animation: fadein 0.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.5s;
    /* Internet Explorer */
    -o-animation: fadein 0.5s;
    /* Opera < 12.1 */
    animation: fadein 0.5s;
    top: 0;
    left: 0;
    right: 0
}

.main-nav .rqst-sec {
    background-color: #fff;
    padding: 10px 30px;
    color: #000;
    clip-path: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
    background-image: unset;
    background-blend-mode: multiply;
    background-attachment: fixed;
    box-shadow: 0 0 5px #0000002e
}

.main-nav .rqst-sec .rqst-cont {
    text-align: center
}

.main-nav .rqst-sec .rqst-cont .rqst-txt {
    font-size: 20px;
    margin-bottom: 0
}

.main-nav .rqst-sec .rqst-cont .prc-tag {
    color: #FF4500;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 0px
}

.main-nav .rqst-sec .rqst-cont .prc-tag span {
    font-size: 70%
}

.main-nav .rqst-sec .rqst-cont .rqst-sub {
    font-size: 14px;
    margin-bottom: 0
}

.main-nav .rqst-sec .rqst-btn {
    background-color: #FF4500;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
    transition: .1s ease-in-out;
}

.rqst-sec .rqst-btn span {
    font-family: sans-serif
}

.main-nav .rqst-sec .rqst-btn:hover {
    background-color: #0a3e70;
}

.whats-btn.scrolled {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: .5s ease-in-out;
    -webkit-animation: fadein 0.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.5s;
    /* Internet Explorer */
    -o-animation: fadein 0.5s;
    /* Opera < 12.1 */
    animation: fadein 0.5s;
    top: 0;
    left: 0;
    right: 0;
    background-color: #05102e;
    box-shadow: 0 0 5px #0000002e
}

.whats-btn a {
    text-align: center;
    color: #fff;
    background-color: #189d0e;
    border-radius: 5px;
    margin: 15px auto;
    display: inline-block;
    padding: 10px 60px;
}

.whats-btn a img {
    width: 15px;
    height: 15px;
    margin: 0 5px
}

.hdr-sec {
    background-image: url(../imgs/bg.jpg);
    padding: 30px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.hdr-sec .hdr-cont {
    float: right;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hdr-sec .sec-title {
    color: #fff;
    font-weight: bold;
    font-size: 40px
}

.hdr-sec .prc-tag {
    color: yellow;
    font-size: 80px;
    font-weight: bold;
    font-family: sans-serif
}

.hdr-sec .prc-tag span {
    font-size: 70%
}

.hdr-sec .hdr-txt {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1em
}

.hdr-sec .hdr-input {
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px #5b9cd7;
    color: #5b9cd7;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin: 15px 5px;
    display: inline-block;
    height: 35px;
    padding: 5px 20px;
    width: 100%;
}

.hdr-sec .nmbr-input {
    font-family: auto;
}

.phone-d .nmbr-input::placeholder {
    font-family: 'ge_ss_twobold';
}

.hdr-sec .hdr-input::placeholder {
    color: #5b9cd7;
    font-size: 16px
}

.hdr-sec .cont-img {
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative
}

.hdr-sec .cont-img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0
}

.hdr-sec .rqst-btn {
    background-color: #189e0d;
    border-radius: 5px;
    font-size: 26px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    margin: 15px 0;
    display: inline-block;
    width: auto;
    clear: both;
    transition: .1s ease-in-out;
    border: none;
    outline: none
}

.hdr-sec .rqst-btn:hover {
    opacity: .9
}

.hdr-sec .contact-btn {
    text-align: center;
    color: #fff;
    background-color: #189d0e;
    border-radius: 5px;
    margin: 15px auto;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 8px 100px;
    transition: .1s ease-in-out
}

.hdr-sec .contact-btn:hover {
    opacity: .9
}

.hdr-sec .contact-btn img {
    width: 20px;
    height: 20px;
    margin: 0 5px
}

.srvcs-sec {
    padding: 40px 0
}

.srvcs-sec .sec-title {
    font-size: 38px;
    color: #0b2e56;
    text-align: center;
    font-weight: bold
}

.srvcs-sec .sec-txt {
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 1.7em;
    width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 40px
}

.rqst-sec {
    background-color: #0a3e70;
    padding: 60px 30px 30px;
    color: #fff;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
    background-image: url(../imgs/money-bg.png);
    background-repeat: no-repeat
}

.rqst-sec .rqst-cont {
    text-align: center
}

.rqst-sec .rqst-cont .rqst-txt {
    font-size: 35px;
    margin-bottom: 0
}

.rqst-sec .rqst-cont .prc-tag {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 0px
}

.rqst-sec .rqst-cont .prc-tag span {
    font-size: 70%
}

.rqst-sec .rqst-cont .rqst-sub {
    font-size: 20px;
    margin-bottom: 0
}

.rqst-sec .rqst-btn {
    background-color: #FF4500;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    transition: .1s ease-in-out
}

.rqst-sec .rqst-btn:hover {
    opacity: .9
}

.srvcs-sec .srvc-cont {
    background-color: #fff;
    text-align: center;
    position: relative;
    margin: 60px 0;
    padding: 0 30px;
    padding-top: 80px;
    height: 80%;
    border-bottom: 4px solid #173a62
}

.srvcs-sec .srvc-cont .cont-img {
    position: absolute;
    top: -30px;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    background-color: #173a62;
    border-radius: 50%;
    padding: 20px
}

.srvcs-sec .srvc-cont .cont-img img {
    width: 100%;
    height: 100%
}

.srvcs-sec .srvc-cont .srvc-title {
    font-size: 30px;
    font-weight: bold
}

.srvcs-sec .srvc-cont .srvc-txt {
    font-size: 20px;
    line-height: 2em
}

.about-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;

}

.about-sec .about-txt {
    font-size: 20px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #05102e;
    border-top: 1px solid #05102e;
    padding: 30px 0;
    position: relative
}

.about-sec .about-txt:before {
    content: '';
    width: 90%;
    border-top: 1px solid #05102e6e;
    top: 5px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0
}

.about-sec .about-txt:after {
    content: '';
    width: 90%;
    border-top: 1px solid #05102e6e;
    bottom: 5px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0
}

.footer-sec {
    background-color: #05102e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 30px;
    align-items: center;
}

.footer-sec .footer-txt {
    display: inline-block;
    font-size: 18px;
}

.footer-sec .phone-txt img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.footer-sec .phone-txt {
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 7px;
    padding: 0 20px;
    font-family: sans-serif;
    font-weight: bold
}

.footer-sec .phone-txt a {
    color: #fff
}

.footer-sec .phone-sub {
    text-align: center
}

.footer-sec .copyrights {
    font-size: 12px;
    margin-bottom: 0;
    border-top: 1px solid #eeeeee2e;
    padding-top: 15px;
}


/*Thanks page*/
.thx-sec {
background: linear-gradient(54deg, rgba(20,52,140,1) 0%, rgba(2,13,43,1) 100%);
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    text-align: center
}
.thx-sec img {
    width: 150px;
    height: 150px;
    margin-bottom: 30px
}
.thx-sec .cont-txt {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px
}
.thx-sec .cont-sub {
    color: #fff;
    font-size: 20px
}
.thx-sec .cont-sub span {
    display: block;
    font-size: 15px;
    margin: 15px 0;
    color: #7AC043;
    border-top: 1px solid #ffffff2e;
    padding: 30px 0 0
}
.thx-sec .rdrct-btn {
    background-color: #FF4500;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    transition: .1s ease-in-out
}

.thx-sec .rdrct-btn:hover {
    opacity: .8
}

.inline-number{
    font-family: sans-serif !important;
    margin: 0 0.125rem;
}

.list-icon{
    
}