@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');



@font-face {
    font-family: 'slick';
    src: url(../fonts/slick.ttf) format('TrueType'), url(../fonts/slick.eot) format('embedded-opentype'), url(../fonts/slick.woff) format('woff'), url(../fonts/slick.svg) 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');
}

/*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: 'Raleway', sans-serif;
    color: #000816;
    overflow-x: hidden;
    background-color: #fff
}

.of-hidden {
    overflow: hidden !important;
}

.pesudo-hidden:before,
.pesudo-hidden:after {
    display: none;
}

ul {
    padding: 0;
}

a {
    text-decoration: none
}

input {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    outline: none;
    box-shadow: none
}

input:focus {
    outline: none;
    box-shadow: none
}

input::placeholder {
    color: #BDBDBD
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.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);
}

.form-check-input:checked {
    background-color: #f59926;
    border-color: #f59926;
}

.form-check-input:focus {
    box-shadow: none
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 17px;
    height: 20px;
    width: 85px;
    margin: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
    line-height: 20px;
    letter-spacing: 4px;
}

.star-ratings-css::before {
    content: '★★★★★';
    opacity: .3;
}

[title=".000"]::after {
    width: 0%;
}

[title=".125"]::after {
    width: 12.5%;
}

[title=".250"]::after {
    width: 25%;
}

[title=".375"]::after {
    width: 37.5%;
}

[title=".500"]::after {
    width: 64%;
}

[title=".625"]::after {
    width: 72.5%;
}

[title=".750"]::after {
    width: 85%;
}

[title=".875"]::after {
    width: 93.5%;
}

.star-ratings-css::after {
    color: #ffaa00;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ffaa00;
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    overflow: hidden;
}

/*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;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: .2s fadein
}

.action-btn {
    background-color: #ffcd00 !important;
    color: #000d62 !important;
    transition: 0.1s ease-in-out;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: none;
}

.action-btn.selected {
    color: #ffcd00 !important;
    background-color: #ddd !important;
    font-weight: bold;
}

.action-btn:focus {
    outline: none;
    box-shadow: none;

}

.action-btn:hover {
    background-color: #ffcd0077 !important;
    color: #000d62 !important;
}

.action-btn.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #bbb;
}

.action-btn.disabled:hover {
    opacity: 1;
    background-color: #f5f5f5;
    color: #bbb;
}

.action-title {
    color: #000d62 !important;
    transition: 0.1s ease-in-out;
}

.action-title:hover {
    color: #ffcd00 !important;
}

/*Main navbar*/
.main-navbar {
    transition: .2s ease-in-out;
    padding: 15px 0
}

.main-navbar .nav-logo img {
    height: 95px;
    width: auto
}

.main-navbar .nav-item a {
    color: #fff !important;
    font-size: 18px
}

.main-navbar.fixed-nav {
    background-color: rgba(0, 0, 0, 0.9);
    transition: .2s ease-in-out;
    padding: 0
}

.vid-sec {
    height: 100vh
}

.vid-sec .vid-btn {
    background-color: #00000066;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .7;
    transition: .1s ease-in-out
}

.vid-sec .vid-btn:hover {
    opacity: 1
}

.vid-sec video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vid-btn i {
    transition: opacity 0.3s ease-in-out;
}

.vid-btn.play i.fa-pause {
    opacity: 0;
}

.vid-btn.play i.fa-play {
    opacity: 1;
}


/*Services section*/
.srvcs-cont {
    text-align: center
}

.srvcs-cont .srvcs-icon {
    border-radius: 50%;
    border: 1px solid #1e73be;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    font-size: 27px;
    color: #1e73be
}

.srvcs-cont .srvcs-title {
    font-size: 18px
}

.srvcs-cont .srvcs-txt {
    font-size: 15px;
    line-height: 1.8rem
}

.sec-title {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    margin: 0 auto 50px;
    display: inline-block;
    text-align: center;

}

.sec-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: auto;
    height: 1px;
    width: 50px;
    margin: auto;
    background-color: #1e73be
}

.more-btn {
    text-align: center;
    margin: 30px auto
}

.more-btn button {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #1e73be;
    color: #fff;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    transition: .1s ease-in-out;
    border: 1px solid #fff
}

.more-btn button:hover {
    background-color: #fff;
    color: #1e73be;
    border: 1px solid #1e73be
}

.provd-sec {
    background-color: #f5f5f5;
}

.provd-sec .srvc-icon {
    border-radius: 50%;
    border: 1px solid #1e73be;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    font-size: 27px;
    color: #1e73be;
    margin: 0 30px
}

.provd-sec .srvc-cont {
    flex: 2
}

.want-sec {
    background-image: url(../imgs/Home/imac-606765_1280.jpg);
    background-attachment: fixed;
    position: relative
}

.want-sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    z-index: 0
}


.want-sec button {
    border: 1px solid #1e73be;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #1e73be;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    transition: .1s ease-in-out
}

.want-sec button:hover {
    background-color: #1e73be;
    color: #fff;

}

.want-sec h2 {
    color: #fff;
    z-index: 1;
    position: relative;

}


.want-sec p {
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 18px;
    margin-bottom: 30px
}

.want-sec .cont-bg {
    background-color: #00000044;
    padding: 30px 20px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}

.nmbrs-sec {
    background-color: #1e73be;
    color: #fff
}

.nmbrs-sec i {
    font-size: 30px
}

.nmbrs-sec .timers-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 18px
}

.nmbrs-sec .timers-section .timer > div {
    font-size: 40px;
    font-weight: bold
}

.nmbrs-sec .timers-section .timer > h2 {
    font-size: 14px;
    font-weight: bold
}

/*Slider*/


.footer-sec {
    background-color: #252525;
    color: #fff;
    font-size: 14px
}

.footer-sec a {
    color: #fff
}

.footer-sec h5 {
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px
}


.footer-sec img {
    width: 100%;
    height: auto
}

.footer-sec i {
    margin-right: 15px;
    color: #1e73be;
    font-size: 12px
}

.footer-sec .sydney_contact_info_widget > div {
    margin-bottom: 15px
}

.site-info {
    background-color: #1c1c1c;
    text-align: center;
    padding: 15px 0
}

#scrollButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #1e73be;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 0 5px #33333355
}

#scrollButton i {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.about-sec ul {
    list-style: disc inside
}

.social-lnks {
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    background-color: #1e73be;

}

.social-lnks a {
    color: #fff;
    margin: 15px
}

.crstl-sec {
    background-image: url(../imgs/Home/lake-871708_1280.jpg);
    background-attachment: fixed;
    position: relative;
    color: #fff;
    padding: 30px;
    text-align: center
}

.crstl-sec p {
    z-index: 2;
    position: relative;
    font-size: 18px
}

.crstl-sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000aa;
    z-index: 0
}

.crstl-sec button {
    border: 1px solid #1e73be;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    transition: .1s ease-in-out
}

.crstl-sec button:hover {
    background-color: #1e73be;
    color: #fff;

}

.glry-sec img {
    width: 100%;
    margin-bottom: 30px
}

.learn-sec {
    display: flex;
    padding: 50px 20px;
    background-color: #252525;
    color: #fff;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;

}

.learn-sec button {
    border: 1px solid #1e73be;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #1e73be;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    transition: .1s ease-in-out
}

.learn-sec button:hover {
    background-color: #1e73be;
    color: #fff;

}

.clnts-sec {
    background-color: #f5f5f5;
    padding: 90px 0
}

.clnts-sec > div ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}


.clnts-sec .img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-basis: 20%;
    /* 20% width for each item to create 5 columns */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin: 15px auto
}

.clnts-sec img {
    width: 100px;
}

.provd-img img {
    width: 100%;
    margin-bottom: 30px
}

@media screen and (max-width: 765px) {
    .main-navbar.fixed-nav .navbar-toggler-icon {
        filter: invert(1) brightness(100)
    }

    .main-navbar.bg-dark .navbar-toggler-icon {
        filter: invert(1) brightness(100);
    }

    .srvcs-sec {
        margin-top: 60px !important
    }

    .sec-title {
        margin: 30px auto !important;
        font-size: 24px
    }

    .learn-sec {
        flex-direction: column
    }

    .learn-sec p {
        margin-bottom: 30px !important
    }

    li.img-cont:empty {
        display: none;
    }
}

.contact-sec {
    margin-top: 220px
}

.contact-sec label {
    width: 100%
}

.glry-sldr {
    max-width: 800px;
    max-height: 400px;
    display: block;
    margin: 15px auto 60px;
    position: relative
}

.glry-sldr .slick-track {
    height: 600px
}

.glry-sldr .slick-initialized .slick-slide {
    height: 400px
}

.glry-sldr .carousel img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: auto
}

.glry-sldr .carousel {
    max-height: 400px
}

.glry-sldr .slick-dots li {
    margin: auto
}

.glry-sldr .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: orange;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glry-sldr .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
