h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


/*===============================
		UNIVERSAL CSS	
================================= */

.container {
    max-width: 1200px !important;
}

a:hover {
    text-decoration: none;
}

.pr {
    position: relative
}

.image-overlay:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
}
/*========================================
		Margins, Paddings and borders
======================================== */
.px-90 {
    padding: 0px 90px;
}

.px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-30 {
    padding-top: 30px
}

.pt-90 {
    padding-top: 90px
}

.pt-120 {
    padding-top: 120px
}

.pt-200 {
    padding-top: 200px;
}

.pb-100 {
    padding-bottom: 100px
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-120 {
    margin-top: 120px
}

.pad0 {
    padding: 0px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.mar0 {
    margin: 0px
}

.mb0 {
    margin-bottom: 0px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-30 {
    margin-top: 30px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.p-30 {
    padding: 30px
}

#page-container {
    overflow: hidden
}

.overflow--hidden {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
}

p, a, span, li, td {
    font-family: 'Work Sans', sans-serif;
}

body {
    color: #202020
}

/*===============================
		Flex and Positions
================================= */

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.flex-inherit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.position-center {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-center-nowrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex1 {
    flex: 1
}

.flex--justify {
    justify-content: space-between;
}

/*==============================
		Navigations
================================ */

header {
    position: absolute;
    z-index: 50;
    width: 100%;
    background-color: transparent;
    padding: 20px;
}

.dropdown-item {
    position:relative;
    z-index: 100 !important;
}

.navbar-expand-lg.scrolled {
    background: #000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-item {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: .4s ease;
    position: relative;
    height: 48px;
}
    .nav-item:hover {
        color: #fff;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 2px;
        border-bottom-color: #981d20;
        border-style: solid;
    }

.ms-auto {
    align-items: end !important;
    margin-right: 10px !important;
}

/*.inner-menu .hamburger {
    color: #fff
}

.hamburger {
    color: #fff
}*/

.white-header {
    background: #fff !important;
    padding: 20px 0;
}

    .white-header li a {
        color: #202020 !important
    }

.navbar-brand img {
    max-width: 230px
}

header.inner-menu ul li a {
    color: #202020 !important
}

header.inner-menu {
    position: relative !important
}

/*==============================
	Backgrounds and Colors
================================ */
.home-wrapper {
    background: url("../images/A-Drone-HardwickAve5.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

    .home-wrapper h1 {
        font-size: 60px;
        color: #fff;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0
    }

.services-section ul {
    padding-left: 0;
    margin-top: 40px
}

    .services-section ul li {
        font-size: 18px;
        font-weight: 400;
        list-style: none;
        padding-bottom: 25px;
    }

        .services-section ul li a {
            color: #202020
        }

.text-bor {
    position: relative
}

    .text-bor:after {
        position: absolute;
        content: "";
        bottom: -50px;
        width: 8%;
        left: 0;
        height: 2px;
        background-color: #1f76ba
    }

.post-img:hover .post-meta {
    opacity: 1;
    left: 0px;
}

.post-img {
    position: relative;
    overflow: hidden;
    transition: .4s ease
}

.post-meta {
    background-color: #981d20;
    display: inline-block;
    padding: 40px 50px;
    position: absolute;
    left: -300px;
    bottom: 0px;
    opacity: 0;
    transition: .4s ease
}

    .post-meta h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 300;
    }

    .post-meta p {
        font-size: 16px;
        color: #fff !important;
        text-decoration: underline;
        font-weight: 300;
    }

.home-gallery {
    padding: 0 150px !important;
}

.blue-bg {
    background: #1f76ba
}


/* Slideshow container */

.footer-testimonial {
    margin-bottom: -200px;
    padding-left: 150px;
    padding-right: 150px;
}

    .footer-testimonial .carousel-inner {
        background: #981d20;
        padding: 8% 18% 15%;
    }



    .footer-testimonial h3 {
        color: #fff;
        font-size: 42px;
        text-align: left
    }

    .footer-testimonial p {
        color: #fff;
        font-size: 22px !important;
        margin-top: 30px
    }

    .footer-testimonial .carousel-indicators li {
        border-radius: 50% !important;
        width: 20px;
        height: 20px;
    }

    .footer-testimonial .carousel-indicators {
        bottom: 70px
    }

/*=============================== 
	Text and Headings and Tables
================================*/
.section-headings h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px
}

.section-headings h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px
}

.section-headings h3 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
}

.section-headings h4 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px
}

.section-headings h5 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px
}

.headings h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #f4f4f4
}

.headings h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #f4f4f4
}

.headings h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #f4f4f4
}

.headings h4 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #f4f4f4
}

.headings h5 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #f4f4f4
}

.head-xl h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #aa484a
}

.head-xl h3 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #aa484a
}

.head-xl h4 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #aa484a
}

.head-xl h5 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #aa484a
}

.head-xl h5 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 20px;
    color: #aa484a
}

.head-lg h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px
}

.head-lg h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px
}

.head-lg h4 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px
}

.head-lg h5 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px
}

.head-lg h5 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px
}

.head-md h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.head-md h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.head-md h4 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.head-md h5 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.head-md h5 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
}

.head-sm h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1
}

.head-sm h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1
}

.head-sm h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1
}

.head-sm h5 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1
}

.head-sm h5 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1
}

.head-xs h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1
}

.head-xs h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1
}

.head-xs h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1
}

.head-xs h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1
}

.head-xs h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1
}

.head-wht {
    color: #fff !important
}

.head-red {
    color: #9b3237 !important
}

.inner-header h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 13px
}

.about-heading h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 72px;
    letter-spacing: 20px;
    color: #484848;
    position: relative
}

.about-heading-one h3:before {
    content: "01";
    position: absolute;
    left: -10px;
    font-size: 80px;
    color: #1f76ba;
    letter-spacing: 20px;
    top: -47px;
    z-index: -1;
    opacity: 0.2
}

.about-heading-two h3:before {
    content: "02";
    position: absolute;
    left: -40px;
    font-size: 80px;
    color: #1f76ba;
    letter-spacing: 20px;
    top: -47px;
    z-index: -1;
    opacity: 0.2
}

.about-heading-three h3:before {
    content: "03";
    position: absolute;
    left: 0px;
    font-size: 80px;
    color: #1f76ba;
    letter-spacing: 20px;
    top: -47px;
    z-index: -1;
    opacity: 0.2
}

.about-heading-four h3:before {
    content: "04";
    position: absolute;
    left: 0px;
    font-size: 80px;
    color: #1f76ba;
    letter-spacing: 20px;
    top: -47px;
    z-index: -1;
    opacity: 0.2
}

.text-lg p {
    font-size: 28px;
    color: #202020;
    font-weight: 500;
    letter-spacing: 0px
}

.text-md p {
    font-size: 22px;
    color: #202020;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px
}

.text-sm p {
    font-size: 20px;
    color: #202020;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0px
}

.text-xs p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0px;
}

.text-xxs p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px
}

.text-wht {
    color: #fff !important;
    position: relative;
    z-index:3;

}

.text-red {
    color: #9b3237 !important
}

.text-blue {
    color: #2182c3 !important
}

.text-normal {
    font-weight: 300 !important
}

.max-width-650 {
    max-width: 650px;
    margin: 0 auto
}

.max-width-680 {
    max-width: 680px;
    margin: 0 auto
}

.max-width-500 {
    max-width: 500px;
}

.max-width-900 {
    max-width: 900px;
    margin: 0 auto;
}

.max-width-430 {
    max-width: 430px;
}

.w-85 {
    width: 85%
}

.w-65 {
    width: 65%;
}


/*===============================
		Anchors and Buttons
================================*/

.btn-blank-red {
    color: #9b3237;
    font-size: 16px;
    display: inline-block;
    transition: .4s ease;
    position: relative
}

    .btn-blank-red:hover {
        color: #202020
    }

    .btn-blank-red:after {
        content: url(../images/blue-arrow-icon.svg);
        position: absolute;
        right: -35px;
        transition: .4s ease
    }

    .btn-blank-red:hover:after {
        right: -45px
    }

.btn-blank-blue {
    color: #1f76ba;
    font-size: 16px;
    display: inline-block;
    transition: .4s ease;
    position: relative
}

    .btn-blank-blue:hover {
        color: #202020
    }

    .btn-blank-blue:after {
        content: url(../images/blue-border-icon.svg);
        position: absolute;
        right: -35px;
        transition: .4s ease
    }

    .btn-blank-blue:hover:after {
        right: -45px
    }


.btn-blank-wht {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: .4s ease;
    position: relative
}

    .btn-blank-wht:hover {
        color: #981d20;
    }

    .btn-blank-wht:after {
        content: url(../images/blue-arrow-icon.svg);
        position: absolute;
        right: -35px;
        transition: .4s ease
    }

    .btn-blank-wht:hover:after {
        right: -45px
    }

.btn-box-wht {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    transition: .4s ease;
    position: relative;
    height: 48px;
    align-content: center;
}

    .btn-box-wht:hover {
        color: #fff;
        border-bottom: 2px;
        border-bottom-color: #981d20;
        border-style: solid;
    }

.btn--red {
    color: #fff;
    background-color: #9b3237;
    font-size: 14px;
    font-weight:bold;
    display: inline-block;
    transition: .4s ease;
    border: 1px solid #9b3237;
    padding:  15px, 30px;
}

    .btn--red:hover {
        text-decoration: none;
        background-color: #9b3237;
        color: #fff
    }

.btn--white {
    color: #9b3237;
    font-size: 14px;
    display: inline-block;
    transition: .4s ease;
    border: 1px solid #fff;
    padding:  15px 30px;
    font-weight: 500;
    background-color: #fff
}

    .btn--white:hover {
        background-color: #9b3237;
        color: #fff;
        text-decoration: none;
    }

.pill-btn-white {
    border-radius: 50px;
    color: #1f76ba;
    font-size: 24px;
    display: inline-block;
    transition: .4s ease;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-weight: 500;
    background: #fff;
    min-width: 285px;
    z-index: 3;
}

    .pill-btn-white:hover {
        color: #fff;
        background: transparent
    }

.submit-btn {
    font-size: 22px;
    background: #2a99d4;
    padding: 7px 65px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #2a99d4 !important;
    width:100%
}

.anchors-inline {
    display: flex;
    align-items: stretch;
    gap: 0;
    position:relative;
    z-index: 3;
}

    .anchors-inline a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px; /* Set your desired height */
        padding: 0 24px; /* Adjust horizontal padding as needed */
        font-weight: 500;
        font-size: 16px;
        border: none;
        margin: 0;
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
    }

        .anchors-inline a.left-anchor {
            background: #9b3237;
            color: #fff;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
        }

            .anchors-inline a.left-anchor:hover {
                background-color: transparent;
                color: #fff;
                border: solid;
                border-width: 1px;
                border-color: #9b3237;
                border-left-width: 5px;
                border-bottom-left-radius: 10px;
                border-top-left-radius: 10px;
            }

        .anchors-inline a.right-anchor {
            background: #fff;
            color: #9b3237;
            border-left: 1px solid #9b3237; /* Optional: visual separation */
        }

/*===============================
		HOME
================================*/

.video--section {
    margin-bottom: -90px
}

.section-left-background {
    margin-left: calc(50% - 35vw) !important;
}

    .section-left-background:before {
        content: url(../images/blue-rectangle.jpg);
        position: absolute;
        z-index: -1;
        bottom: -80px;
        right: 160px;
    }

.image-bg:before {
    content: url(../images/blue-rectangle.jpg);
    position: absolute;
    z-index: -1;
    right: 15px;
    top: 70px;
}

.img-rectangle:before {
    content: url(../images/blue-border-rectangle.png);
    position: absolute;
    left: 85px;
    top: 20px;
    z-index: -1
}

/*===============================
		FOOTER
================================*/

footer {
    background: #f0f0f0
}

    footer .contact {
        font-size: 30px
    }

        footer .contact a {
            color: #202020
        }

            footer .contact a:hover {
                text-decoration: none
            }

    footer .social-icons {
        display: flex;
    }

    footer .social-icons-col {
        display: flex;
        align-items: flex-end
    }

    footer .social-icons li {
        list-style: none
    }

        footer .social-icons li i {
            color: #1f76ba;
            font-size: 20px;
            padding-left: 25px
        }

.footer-copyright p a {
    color: #202020;
    text-decoration: underline;
    padding-right: 10px;
}

/*===============================
		Pages
================================*/






/* <  ------- about ----------   >*/

.inner-header {
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat !important;
    min-height: 580px;
    background-size: cover !important
}

 .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

     .nav-link:active {
        background: transparent !important;
        color: #fff !important
    }

     .nav-link:hover {
        background: transparent !important;
        color: #fff !important
    }

    .nav-link:focus {
        background: transparent !important;
        color: #fff !important
    }

/* <  ------- Carousel ----------   >*/
.fci--container {
    max-width: 1330px !important
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.fci-carousel .carousel-caption p {
    color: #202020
}

.fci-carousel .carousel-indicators li {
    background: #ad4a4d !important;
    border-radius: 50% !important;
    width: 20px;
    height: 0px;
}

.fci-carousel .carousel-indicators {
    bottom: -50px
}

.fci-carousel .carousel-control-prev-icon {
    filter: invert(2);
    transform: scale(1.5);
}

.fci-carousel .carousel-control-prev {
    left: -100px;
    width: 30px !important
}

.fci-carousel .carousel-control-next {
    right: -100px;
    width: 30px !important
}

.fci-carousel .carousel-control-next-icon {
    filter: invert(2);
    transform: scale(1.5);
}

.fci-carousel p {
    font-size: 16px;
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px
}

.footer-testimonial {
    position: relative
}

    .footer-testimonial:before {
        content: url(../images/fci-text.png);
        position: absolute;
        top: -160px;
        right: 0px;
        z-index: 999;
    }

/*===============================
		Portfolio
================================*/

.fci--portfolio {
    border: none !important;
    display: flex !important;
    justify-content: center !important
}

    .fci--portfolio li {
        padding-right: 20px;
    }

        .fci--portfolio li:last-child {
            padding-right: 0px !important;
        }

        .fci--portfolio li a {
            color: #202020 !important;
            font-weight: 500;
            border: none !important;
            font-size: 20px !important;
        }

.tab--images img {
    width: 100%
}

.fci--portfolio li a.active {
    color: #2286c6 !important
}



/*===============================
		Contact
================================*/

.project--form h3{color:#fff !important}
.project--form .submit-btn {
    background: #fff !important;
    color: #202020;
    border: 1px solid #fff !important;
    width: auto;
    transition:.4s ease
}

.project--form .submit-btn:hover{
    background:transparent !important;
    color:#fff
}


.form--section {
    padding: 50px 110px !important
}

.bg--red {
    background-color: #981d20
}

.contact--form input[type=text] {
    background: transparent;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    margin-bottom: 40px;
    padding-left: 0;
    filter: brightness(3.5);
}

.contact--form input[type=textarea] {
    background: transparent;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    padding-bottom: 70px;
    filter: brightness(3.5);
}

.project--locations {
    display: flex;
    justify-content: space-between;
}

    .project--locations li {
        list-style: none
    }

        .project--locations li p {
            font-size: 12px;
            text-transform: uppercase;
            color: #acacb0;
            font-weight: 600;
        }

        .project--locations li h3 {
            font-size: 18px;
            font-weight: 400;
        }

.contact-form .form-pr {
    padding-right: 20px
}

.contact-form input[type="text"] {
    border-radius: 5px !important;
    border: 1px solid #808080 !important;
}

.contact-form input[type="email"] {
    border-radius: 5px !important;
    border: 1px solid #808080 !important;
}

.contact-form label {
    font-size: 16px;
    font-weight: 500;
}

.contact-form .submit-btn {
    margin-top: 30px
}

/*===============================
		Media Query
================================*/

@media screen and (max-width:1850px) {

    .img-rectangle:before {
        width: 100%
    }
}

@media screen and (max-width:1500px) {

    .fci-carousel .carousel-control-prev {
        left: 0
    }

    .fci-carousel .carousel-control-next {
        right: 0
    }

    .fci-carousel .carousel-control-prev-icon {
        filter: invert(0)
    }

    .fci-carousel .carousel-control-next-icon {
        filter: invert(0)
    }
}


@media screen and (max-width:1440px) {

    .footer-testimonial h3 {
        font-size: 30px
    }

    .post-meta {
        padding: 20px 20px
    }

        .post-meta h3 {
            font-size: 18px
        }

        .post-meta p {
            font-size: 13px;
            margin-bottom: 0
        }
}



@media screen and (max-width:1350px) {

    footer .contact {
        font-size: 25px
    }

    footer .social-icons {
        padding-left: 0
    }

    .section-left-background:before {
        bottom: -145px;
        right: 30px;
        transform: scale(0.8);
    }
}

@media screen and (max-width:1200px) {

    .footer-testimonial .carousel-inner {
        padding: 8% 7% 15%;
    }

    .footer-testimonial .carousel-indicators li {
        width: 15px;
        height: 15px;
    }

    .fci-carousel .carousel-control-prev {
        bottom: 100px !important
    }

    .fci-carousel .carousel-control-next {
        bottom: 100px !important
    }
}

@media screen and (max-width:1200px) {

    .fci--container {
        max-width: 1140px !important
    }

    .section-headings h1 {
        font-size: 36px
    }

    .section-headings h2 {
        font-size: 36px
    }

    .section-headings h3 {
        font-size: 36px
    }

    .section-headings h4 {
        font-size: 36px
    }

    .section-headings h5 {
        font-size: 36px
    }

    .home-wrapper h1 {
        font-size: 50px
    }
}


@media screen and (max-width:1024px) {

    .about-heading h3 {
        font-size: 55px
    }

    .about-heading-one h3:before {
        left: -5px;
        top: -32px;
    }
}



@media screen and (max-width:767px) {

    .section-headings h1 {
        font-size: 27px
    }

    .section-headings h2 {
        font-size: 27px
    }

    .section-headings h3 {
        font-size: 27px
    }

    .section-headings h4 {
        font-size: 27px
    }

    .section-headings h5 {
        font-size: 27px
    }

    .head-lg h1 {
        font-size: 30px
    }

    .head-lg h2 {
        font-size: 30px
    }

    .head-lg h3 {
        font-size: 30px
    }

    .head-lg h4 {
        font-size: 30px
    }

    .head-lg h5 {
        font-size: 30px
    }

    .head-xl h1 {
        font-size: 45px
    }

    .head-xl h2 {
        font-size: 45px
    }

    .head-xl h3 {
        font-size: 45px
    }

    .head-xl h4 {
        font-size: 45px
    }

    .head-xl h5 {
        font-size: 45px
    }

    .project--locations li h3 {
        font-size: 16px
    }

    .services-section ul {
        margin-top: 20px
    }

        .services-section ul li {
            padding-bottom: 15px
        }

    .footer-testimonial {
        padding-left: 30px;
        padding-right: 30px;
    }

    .form--section {
        padding: 50px 0px !important;
    }

    .fci--portfolio li {
        padding-right: 0
    }

        .fci--portfolio li a {
            font-size: 18px !important;
            padding: 0 5px
        }

    .fci-carousel .carousel-control-prev-icon {
        transform: scale(1)
    }

    .fci-carousel .carousel-control-next-icon {
        transform: scale(1)
    }

    .project--locations {
        padding-left: 0
    }

    .mb-sm-30 {
        margin-bottom: 30px !important
    }

    .footer--logo {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .contact {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .social-icons-col {
        justify-content: center
    }

    .footer-copyright {
        text-align: center
    }

        .footer-copyright p {
            margin-bottom: 0
        }

    .footer-testimonial:before {
        transform: scale(0.6);
        right: -135px;
    }

    .section-left-background:before {
        bottom: -180px;
        right: -42px;
        transform: scale(0.6);
    }

    .image-bg:before {
        display: none
    }

    .px--sm-0 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
}


@media screen and (max-width:576px) {

    .inner-header {
        min-height: 500px
    }

        .inner-header h1 {
            font-size: 40px
        }

    .headings h1 {
        font-size: 40px
    }

    .headings h2 {
        font-size: 40px
    }

    .headings h3 {
        font-size: 40px
    }

    .headings h4 {
        font-size: 40px
    }

    .headings h5 {
        font-size: 40px
    }

    .head-xl h1 {
        font-size: 36px
    }

    .head-xl h2 {
        font-size: 36px
    }

    .head-xl h3 {
        font-size: 36px
    }

    .head-xl h4 {
        font-size: 36px
    }

    .head-xl h5 {
        font-size: 36px
    }

    .head-sm h1 {
        font-size: 30px
    }

    .head-sm h2 {
        font-size: 30px
    }

    .head-sm h3 {
        font-size: 30px
    }

    .head-sm h4 {
        font-size: 30px
    }

    .head-sm h5 {
        font-size: 30px
    }

    .about-heading h3 {
        font-size: 34px
    }

    .about-heading-one h3:before {
        font-size: 50px
    }

    .about-heading-two h3:before {
        font-size: 50px;
        left: -10px;
        top: -25px;
    }

    .about-heading-three h3:before {
        font-size: 50px
    }

    .footer-testimonial h3 {
        font-size: 22px
    }

    .footer-testimonial p {
        font-size: 16px !important;
    }

    .footer-testimonial .carousel-indicators {
        bottom: 0
    }

    .services-section ul {
        margin-bottom: 0
    }

    .services-section .btn-blank-red {
        padding-top: 0 !important
    }

    .mb-40 {
        margin-bottom: 30px
    }

    .mt-sm-60 {
        margin-top: 60px
    }

    .text-bor:after {
        bottom: -25px
    }

    .footer-testimonial {
        margin-top: 30px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }

    .mt-120 {
        margin-top: 60px
    }

    .footer-testimonial:before {
        transform: scale(0.4);
        right: -200px;
        top: -130px;
    }

    .contact--form .btn--white {
        width: 88%;
        margin-top: 0 !important
    }

    .mt-100 {
        margin-top: 60px;
    }

    .about-heading-one h3:before {
        letter-spacing: 5px;
        font-size: 40px;
        left: 20px;
        top: -20px;
    }

    .about-heading-two h3:before {
        letter-spacing: 5px;
        font-size: 40px;
        left: 15px;
    }

    .about-heading-three h3:before {
        top: -25px;
        letter-spacing: 5px;
        font-size: 40px;
    }

    .about-heading-four h3:before {
        top: -22px;
        letter-spacing: 5px;
        font-size: 40px;
        left: 12px;
    }

    .row .about-heading {
        padding: 10px !important
    }

    .pill-btn-white {
        min-width: 240px;
        padding: 10px 28px;
        font-size: 20px
    }

    .about-heading h3 {
        letter-spacing: 10px
    }
}



@media screen and (max-width:500px) {
}


@media screen and (max-width:480px) {

    footer .contact {
        font-size: 18px
    }

    .fci-carousel p {
        padding-top: 20px
    }

    .head-md h1 {
        font-size: 26px
    }

    .head-md h2 {
        font-size: 26px
    }

    .head-md h3 {
        font-size: 26px
    }

    .head-md h4 {
        font-size: 26px
    }

    .head-md h5 {
        font-size: 26px
    }

    .section-left-background:before {
        bottom: -215px;
        right: -200px;
        transform: scale(0.4);
    }
}

@media screen and (max-width:380px) {

    .inner-header h1 {
        font-size: 30px
    }

    .home-wrapper h1 {
        font-size: 30px
    }

    .head-xl h1 {
        font-size: 30px
    }

    .head-xl h2 {
        font-size: 30px
    }

    .head-xl h3 {
        font-size: 30px
    }

    .head-xl h4 {
        font-size: 30px
    }

    .head-xl h5 {
        font-size: 30px
    }

    .section-headings h1 {
        font-size: 30px
    }

    .section-headings h2 {
        font-size: 30px
    }

    .section-headings h3 {
        font-size: 30px
    }

    .section-headings h4 {
        font-size: 30px
    }

    .section-headings h5 {
        font-size: 30px
    }

    .headings h1 {
        font-size: 28px
    }

    .headings h2 {
        font-size: 28px
    }

    .headings h3 {
        font-size: 28px
    }

    .headings h4 {
        font-size: 28px
    }

    .headings h5 {
        font-size: 28px
    }

    .head-lg h1 {
        font-size: 28px
    }

    .head-lg h2 {
        font-size: 28px
    }

    .head-lg h3 {
        font-size: 28px
    }

    .head-lg h4 {
        font-size: 28px
    }

    .head-lg h5 {
        font-size: 28px
    }

    .fci-carousel .carousel-control-prev {
        bottom: 135px !important
    }

    .fci-carousel .carousel-control-next {
        bottom: 135px !important
    }

    .project--locations {
        display: block
    }

    .btn--red {
        padding: 12px 20px
    }
}

.videoWrapper {

}

.videoWrapper video {
    /* override other styles to make responsive */
    width: 100% !important;
    height: auto !important;
}