@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap);

.project h6::before,
.top-nav i,
.top-nav span {
    vertical-align: middle
}

.project h6::before,
.top-nav p {
    display: inline-block;
    margin-right: 10px
}

.intro h6,
.project h6,
.review h3 {
    font-weight: 400
}

.review h3,
body {
    line-height: 1.7
}

.blog-post small,
.intro h6,
.slide .display-3 {
    text-transform: uppercase
}

.loader,
.owl-next {
    right: 0
}

.copyright,
.intro,
.left,
.review,
.team-member {
    text-align: center
}

.bg-cover,
.left img {
    background-size: cover
}

#forgot,
#popUpMain {
    display: none
}

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08)
}

body {
    font-family: Barlow, sans-serif;
    color: var(--body)
}

.navbar .navbar-nav .nav-link,
a {
    color: var(--dark)
}

.loader-container {
    margin-top: -10px;
    margin-left: -10px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: grid;
    background-color: #fff;
    place-items: center
}

.project,
.slide {
    position: relative
}

.dots-container .dot {
    height: 20px;
    width: 20px;
    border: none;
    background-color: var(--brand);
    border-radius: 50%;
    animation: .3s ease-in-out infinite alternate bounce
}

.dots-container .dot:nth-child(2) {
    animation-delay: .1s
}

.dots-container .dot:nth-child(3) {
    animation-delay: .2s
}

@keyframes bounce {
    to {
        transform: translateY(15px)
    }
}

.dots-container {
    display: flex;
    gap: 8px
}

.display-1,
.display-2,
.display-3,
.display-4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--dark)
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat
}

img {
    width: 100%
}

a {
    transition: .4s;
    font-weight: 500
}

.form-box label input:checked+.circle+span,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.navbar-brand .dot,
a:hover {
    color: var(--brand)
}

section {
    padding-top: 80px;
    padding-bottom: 80px
}

.text-brand {
    color: var(--brand) !important
}

.hero-slider .owl-next,
.hero-slider .owl-prev {
    background-color: rgba(255, 255, 255, .3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: .4s;
    margin-top: -30px !important
}

.owl-prev {
    left: 0
}

.hero-slider .owl-next:hover,
.hero-slider .owl-prev:hover,
.owl-dot.active span {
    background-color: var(--brand) !important
}

.slide {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)) center/cover no-repeat, url(Block-A.webp) center/cover no-repeat
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)) center/cover no-repeat, url(Staff_Colony.webp) center/cover no-repeat
}

.slide .display-3 {
    color: #fff
}

.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.top-nav p {
    margin-bottom: 0
}

.navbar {
    box-shadow: var(--shadow)
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.info-box,
.loader {
    display: flex;
    align-items: center
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand)
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700
}

.btn {
    padding: 8px 26px;
    margin-top: 5px
}

.blog-post .content,
.service {
    padding: 32px
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff
}

.blog-post,
.service {
    background-color: #fff;
    box-shadow: var(--shadow)
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff
}

.form-box label input:checked+.circle,
.form-control:focus {
    border-color: var(--brand)
}

.intro {
    margin-bottom: 36px
}

.intro p {
    max-width: 500px
}

.intro h6 {
    color: var(--brand)
}

#milestone h1,
#milestone p,
.project h2,
.project h6,
.review h3,
.review h5 {
    color: #fff
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px
}

.info-box img,
.service img {
    width: 90px
}

#milestone {
    background: linear-gradient(rgba(255, 77, 41, .85), rgba(255, 77, 41, .85)) center/cover no-repeat, url(../img/bg1.webp) center/cover no-repeat
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px
}

.project {
    overflow: hidden;
    z-index: 2
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--brand)
}

.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0, var(--dark) 100%)
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.blog-post,
.col h3,
.review {
    position: relative
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, .7);
    opacity: 0;
    transition: .4s
}

#popups,
.review .bxs-quote-alt-left,
.team-member .social-icons {
    left: 50%;
    transform: translate(-50%, -50%)
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    z-index: 2;
    opacity: 0;
    transition: .4s
}

.team-member .social-icons a {
    width: 40px;
    height: 40px
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1
}

.team-member:hover .overlay {
    top: 0;
    opacity: 1
}

#reviews {
    background: linear-gradient(-90deg, rgba(8, 32, 50, .8), rgba(8, 32, 50, .8)) center/cover no-repeat, url(../img/newsback.webp) center/cover no-repeat, center/cover no-repeat #082032
}

.review {
    z-index: 2;
    margin: auto;
    max-width: 768px
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: .1;
    top: 50%;
    color: #fff
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px
}

#popUpMain,
.loader {
    position: fixed;
    left: 0
}

.blog-post img {
    height: 35vh
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px
}

.blog-post small {
    color: var(--brand);
    text-decoration: underline
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px
}

.loader {
    min-height: 100vh;
    justify-content: center;
    background-color: red;
    z-index: 99999
}

.conpop,
.radiogen label {
    display: inline-flex
}

.coll h3,
.form-box label,
.popups,
.popups header {
    position: relative
}

input.form-control {
    border-color: transparent;
    height: 44px
}

.form-control {
    background-color: rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, .04)
}

.form-control:focus {
    box-shadow: none
}

#popUpMain {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 1055;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    box-sizing: border-box
}

#popups,
.popups {
    background-color: #fff
}

#popups {
    height: auto;
    width: auto;
    border-radius: 10px;
    top: 50%;
    padding: 0 0 0 10px;
    margin-top: 50px
}

.popups {
    max-width: 900px;
    width: 100%;
    border-radius: 6px;
    margin: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.field2,
.form-box,
.i3 .field1,
.i4 .corse,
input {
    background-color: rgba(0, 0, 0, .04);
    border-color: transparent
}

.popups header {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333
}

.popups header::before {
    content: "";
    position: absolute;
    margin-left: 10px;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 115px;
    border-radius: 8px;
    background-color: var(--brand)
}

.left {
    width: 100%;
    align-items: center
}

.left img {
    padding: 0;
    float: left;
    transform: scale(.5)
}

.right {
    display: inline-block;
    width: 100%;
    scale: 0.9;
    padding: 0
}

input {
    margin: 3px 2px;
    width: 207px;
    height: 44px
}

input[type=date] {
    width: 208px
}

.address,
.sbrefid {
    width: 98%
}

.i2,
.i3 {
    width: 99%
}

.fieldffname,
.fieldfname,
.fieldsname {
    width: 135px
}

.radiogen label {
    padding: 0;
    margin: 0
}

.field2,
.i3 .field1 {
    width: 208px;
    height: 44px
}

.corse,
.opost {
    width: 420px
}

.i4 .corse {
    width: 422px;
    height: 44px
}

.form-box {
    margin: 3px 2px;
    width: 98%;
    height: 40px
}

.form-box label input {
    display: none;
    color: #707070
}

.form-box label {
    display: inlince-block;
    cursor: pointer;
    top: 15%;
    padding-left: 25px;
    align-content: center
}

.form-box label .circle {
    height: 15px;
    width: 15px;
    border: 1.5px solid var(--brand);
    border-radius: 50%;
    display: inline-block;
    transition: border-color .5s
}

.form-box label .circle::before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: var(--brand);
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: 1.1px;
    margin-top: 1px;
    transition: transform .5s;
    transform: scale(0)
}

.form-box label span {
    font-size: 15px;
    color: #707070;
    display: inline-block;
    transition: color .5s
}

.form-box label input:checked+.circle::before {
    transform: scale(1)
}

.swal-button {
    padding: 7px 50px;
    border-radius: 2px;
    background-color: var(--brand);
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

footer {
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 35px 0 0;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px
}

.rows {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.coll:nth-child(2),
.coll:nth-child(3),
.logo {
    width: 35vh
}

.coll {
    margin-left: 1.1vh;
    padding: 10px
}

.coll:nth-child(3) {
    width: 20vh
}

.logo {
    margin-bottom: 30px
}

.coll h3 {
    width: fit-content;
    margin-bottom: 35px;
    color: #fff
}

ul {
    padding-left: 5px
}

ul li {
    list-style: none;
    margin-bottom: 12px
}

ul li a {
    text-decoration: none;
    color: #fff
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto
}

.underline,
.underline span {
    border-radius: 3px;
    position: absolute
}

.underline {
    width: 100%;
    height: 5px;
    background: #fff;
    left: 0;
    overflow: hidden
}

.underline span {
    width: 15px;
    height: 100%;
    background: var(--brand);
    top: 0;
    left: 10px;
    animation: 2s linear infinite moving
}

@keyframes moving {
    0% {
        left: -20px
    }

    100% {
        left: 100%
    }
}

#back,
#back1,
#back2,
#ft,
#reg {
    color: #00f
}

#showlogin {
    display: block
}