@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&amp;display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 23px;
}

* {
    /* font-family: Ubuntu !important; */
}

.fa {
    font-family: fontawesome !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #000;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    border-top: 5px solid #fed136;
    width: 100%;
    color: #fed136;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info {
    color: #fed136;
    float: left;
}

#topbar i {
    color: #fed136;
    font-size: 20px;
    padding-right: 4px;
}

#topbar .contact-info i+i {
    margin-left: 15px;
}

.navbar-right {
    padding: 2rem;
}

section {
    padding: 30px 0;
}

header img {
    margin: 0 auto;
    max-width: 100%;
    height: 87px;
    position: relative;
    /* top: -21px; */
    object-fit: contain;
}

.navbar-collapse {
    padding-right: 20px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*background: rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid #fed136;*/
    transition: all 0.5s;
    /*z-index: 997;*/
    padding: 15px 0;
    /* max-width: 1313px;
        margin: auto; */
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

header img {
    margin: 0 auto;
    max-width: 100%;
}

#header.header-scrolled {
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #37332a;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*font-family: 'Ubuntu', sans-serif;*/
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 40px;
}

/*banner*/
.banner-main {
    position: relative;
}

/* .banner-main:before {
    
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;
} */

/* .banner-main:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.png);
    z-index: 2;
} */

.banner-main {
    position: relative;
}

.banner-main:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -23px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.html);
    z-index: 2;
}

.banner-main:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -472px;
    width: 100%;
    height: 34px;
    background: url(../image/border-nice.html);
    z-index: 2;
}

.masthead {
    text-align: center;
    color: #fff;
    padding-top: 9rem;
    padding-bottom: 12.5rem;
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.masthead .masthead-subheading {
    font-size: 20px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 2rem;
}

.masthead .masthead-heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    margin: 0 0 34px;
}

/* 
@media only screen and (max-width: 768px) {
    .masthead .masthead-subheading {
        font-size: 20px !important;
        font-style: italic;
        line-height: 20px !important;
        margin-bottom: 2rem;
    }
} */



.masthead .btn {
    color: #000;
    font-size: 25px;
    padding: 15px 20px;
    font-weight: 700;
    background-color: #fed136;
    border: 3px solid #fed136;
    border-radius: 50px;
}

.masthead .btn:hover {
    color: #fed136;
    font-size: 25px;
    background-color: #000;
    border-color: #fed136;
}

/*banner*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


.navbar-default {
    background-color: transparent;
    border: 0;
    max-width: 1313px;
    margin: auto;
}

.navbar-brand {
    padding: 5px 40px 13px;
    /* color: #fed136; */
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
    padding: 16px 25px;
}

.navbar-default .navbar-nav>li:nth-last-child(1) a {
    background: #fed136;
    border-radius: 40px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #111;
}

.navbar-default .navbar-nav>li>a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    left: 0;
    height: 3px;
    background: #fed136;
    transition: width .3s;
}

.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
}

.navbar-default .navbar-nav>li:nth-last-child(1) a:hover:before {
    display: none;
}

/*Desktop Navigation*/

/*services*/
.services item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

.item-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254, 209, 54, 0.9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}

.item:hover .item-link .item-hover {
    opacity: 1;
}

.item-link .fa {
    font-size: 80px;
    line-height: 80px;
}

.item .item-link .item-hover .item-hover-content {
    font-size: 1.25rem;
    color: white;
}

.item {
    overflow: hidden;
    margin: 15px 0;
}

.item-link {
    position: relative;
    display: block;
    margin: 0 auto;
}

/* .item-caption {
    background: #fed136;
    padding: 1.5rem;
    text-align: center;
} */
.item-caption {
    background: #fed136;
    padding: 1.5rem;
    text-align: center;
    min-height: 109px;
}

img {
    max-width: 100% !important;
}

/*services*/
/*contact*/
#contact {
    background-color: #212529;
    background-image: url(../assets/img/map-image.html);
    background-repeat: no-repeat;
    background-position: center;
}

#contact .section-heading {
    color: #fff;
}

.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

/*contact*/
/*hm-abt*/
.hm-abt {
    background: #000;
    background-image: url(../Image/hm-abt-bg.jpg);
    background-attachment: fixed;
    background-position: top center;
    padding: 100px 0;
    background-size: 100% 100%;
}

.abt-img img {
    border: 7px solid #ffc610;
    border-radius: 10px;
}

.hm-abt .abt-cont {
    background-color: #ffffff;
    border: 7px dashed #ffc610;
    padding: 2rem;
    /* width: calc(100% + 120px); */
    /* margin-left: -120px; */
    border-radius: .25rem;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    margin-top: 50px;
}

.hm-abt .abt-cont p {
    text-align: justify;
}

.hm-abt-btm-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.bx-item {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 1px dashed #ccc;
    margin: 10px auto;
    text-align: center;
}

.bx-item::before {
    content: '';
    position: absolute;
    background: #fed136;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 10px;
    /* border-radius: 50px; */
    transition: all 0.3s;
    z-index: -1;
}

.bx-item:hover::before {
    background: #fed136;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.bx-item i {
    font-size: 40px;
    color: #fed136;
    margin-bottom: 10px;
}

.bx-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.bx-item p {
    font-size: 15px;
    color: #111;
}

.bx-item a {
    color: #fed136;
}

.bx-item:hover,
.bx-item:hover .fa,
.bx-item:hover h4,
.bx-item:hover p,
.bx-item:hover a {
    color: #111;
}

/*hm-abt*/

/*hm-contact*/
.hm-contact {
    background-color: #212529;
    background-image: url(../image/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px;
}

.hm-contact .section-heading {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    margin-bottom: 40px;
}

.hm-contact .btn-sbmit {
    background: #fed136;
    margin-top: 30px;
    padding: 15px 25px;
}

.hm-contact .form-group-textarea .form-control {
    margin-top: 17px;
    padding: 15px 12px;
}

.hm-contact input {
    margin: 20px 0;
    padding: 25px 12px;
    line-height: 40px;
}

/*hm-contact*/
/*footer*/
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top.scll-top .fa {
    width: 28px;
    height: 25px;
}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #fed136;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

footer {
    background: #111;
    padding: 20px 0 10px;
}

footer p,
footer a {
    color: #fff;
    line-height: 40px;
    transition: all .3s;
}

footer .fa {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fed136;
    border: 1px solid #fed136;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .3s;
}

footer .fa:hover {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #fed136;
    background: #fed136;
    ;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

footer .text-right {
    color: #fff;
}

footer a:hover {
    color: #fed136;
}

/*footer*/
/* FontAwesome for working BootSnippet :> */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#team {
    background: #eee !important;
    /* background:#fed136 !important ; */
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #fed136;
    border-color: orange;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #fed136;
    border-color: orange;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: black;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;

    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: black !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: black !important;

}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.card-text {
    padding-left: 5px;
}

.img-fluid {
    padding-top: 15px;
    /* min-height: 100px;
    min-width: 50%; */
}

/* modal css */
/*query form css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap");
/* color-gray: #515151;
color-black: #000; */

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.form-main {
    background: linear-gradient(to bottom, #00000024, #00000024),
        url(https://res.cloudinary.com/dqifboxk5/image/upload/v1686209968/contact-us-2_y8zzx7.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .main-wrapper {
        border-radius: 10px;
        padding: 45px;
        width: 40%;
        box-shadow: 0 0 5px 5px #00000020;
        backdrop-filter: blur(5px);
        background-color: #ffffff85;

        @media screen and (max-width: 991px) {
            width: 70%;
        }

        @media screen and (max-width: 767px) {
            width: 90%;
        }

        @media screen and (max-width:360px) {
            width: 100%;
        }

        @media screen and (max-width:480) {
            width: 80%;

        }

        .form-head {
            font-size: 30px;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            margin: 0px 0 25px;
        }

        .form-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 15px;

            .form-card {
                position: relative;
                width: 100%;

                .form-input {
                    padding: 20px 25px 15px;
                    width: 100%;
                    border: 1px solid color-black;
                    border-radius: 5px;
                    background: transparent;
                    outline: none;
                    font-size: 20px;
                    line-height: 30px;
                    font-weight: 400;
                    box-sizing: border-box;

                    &:valid,
                    &:focus {
                        border: 1px solid color-gray;
                    }

                    &:valid~.form-label,
                    &:focus~.form-label {
                        color: color-gray;
                        top: 30%;
                        transform: translateY(-70%);
                        font-size: 13px;
                        line-height: 23px;
                    }

                    &:-webkit-autofill,
                    &:-webkit-autofill:hover,
                    &:-webkit-autofill:focus,
                    &:-webkit-autofill:active {
                        transition: background-color 9999s ease-in-out 0s;
                    }

                    &::-webkit-outer-spin-button,
                    &::-webkit-inner-spin-button {
                        -webkit-appearance: none;
                        margin: 0;
                    }
                }

                .form-label {
                    position: absolute;
                    left: 25px;
                    top: 50%;
                    transform: translateY(-50%);
                    pointer-events: none;
                    transition: 0.3s;
                    margin: 0;
                    font-size: 18px;
                    line-height: 28px;
                    font-weight: 500;
                }

                .form-textarea {
                    padding: 20px 25px 15px;
                    width: 100%;
                    border: 1px solid color-black;
                    border-radius: 5px;
                    background: transparent;
                    outline: none;
                    font-size: 20px;
                    line-height: 30px;
                    font-weight: 400;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    resize: none;
                    box-sizing: border-box;

                    &:valid,
                    &:focus {
                        border: 1px solid color-gray;
                    }

                    &:valid~.form-textarea-label,
                    &:focus~.form-textarea-label {
                        color: color-gray;
                        top: 18%;
                        transform: translateY(-82%);
                        font-size: 13px;
                        line-height: 23px;
                    }

                    &:-webkit-autofill,
                    &:-webkit-autofill:hover,
                    &:-webkit-autofill:focus,
                    &:-webkit-autofill:active {
                        transition: background-color 9999s ease-in-out 0s;
                    }
                }

                .form-textarea-label {
                    position: absolute;
                    left: 25px;
                    top: 30%;
                    transform: translateY(-70%);
                    pointer-events: none;
                    transition: 0.3s;
                    margin: 0;
                    font-size: 18px;
                    line-height: 28px;
                    font-weight: 500;
                }
            }
        }
    }
}

@media (max-width:769px) {
    .hm-contact {

        padding: 15px;
    }

    .masthead {
        padding-top: 4rem !important;
    }

    header img {
        margin: 0 auto;
        max-width: 100%;
        height: 68px;
        position: relative;
        top: -15px;
        object-fit: contain;
    }

    .navbar-brand {
        padding: 5px 0px 13px !important;

    }
}

#shadow-host-companion {
    display: none;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
}

.btn-wrap button {
    padding: 0 32px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 0 0 5px 5px #00000020;
}

.btn-wrap button:hover {
    border: 1px solid #000;
    background: transparent;

}



/*query css */

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

body {
    background-color: #f5f5f5;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel {
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #fed136;
    text-align: center;
    color: #fff;
}

#query {
    padding-top: 50px;
}

body.noScroll {
    overflow: hidden !important;
}

/*news css */
.news {
    /* background-color: #fed136; */
    background-color: white;
}

.container {
    max-width: 1200px;
}

.heading-1 {
    font-size: 40px;
    text-transform: uppercase;
}

.heading-2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.heading-3 {
    font-size: 20px;
    text-transform: uppercase;
    color: crimson;
    margin-bottom: 10px;
}

.sub-heading {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.sub-heading p {
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 10px;
}

.sub-heading span {
    color: #555;
    font-weight: 300;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.sub-heading .important {
    color: crimson;
    text-transform: uppercase;
    font-weight: 300;
}

/*home */
.home {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.home-img {
    width: 100%;
}

.list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
    margin-bottom: 10px;
}

.list img {
    width: 100%;
    height: 100px;
}

article>p {
    font-size: 20px;
    margin-bottom: 20px;

    columns: 3 25ch;
    column-gap: 40px;
    hyphens: auto;

    ;
}

/*articel*/
article p:first-child::first-line {
    font-weight: 700;
    font-size: 25px;
}

.cards {
    columns: 25ch 3;
    gap: 40px;
    margin-bottom: 40px;
    padding: 20px;

}

.card {
    font-size: 20px;
    border: 1px solid;
    padding: 10px 20px;
    break-inside: avoid;
}

@media (max-width:950px) {
    .home {
        grid-template-columns: 1fr;
    }

    .lists {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .list {
        grid-template-columns: 1fr 5fr;
    }

    .card {
        margin-bottom: 40px;
    }
}

@media (max-width:650px) {
    .lists {
        grid-template-columns: 1fr;
    }

    #bt-1,
    #bt-2 {
        text-align: center !important;
        color: #fff;
    }


    .masthead .masthead-heading {
        font-size: 29px;
        font-weight: 800;
        line-height: 55px;
        margin: 0 0 34px;
    }
}

@media (max-width: 575.98px) {
    .col-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-md-5 {
        display: flex;
        max-width: 40%;
    }
}

/* Team css */
#team .image-flip {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #team .col-xs-12.col-sm-6.col-md-4 {
        flex: 0 0 100%;
    }
}

.phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    right: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: .6;
    }

    75% {
        transform: scale(0.9);
        opacity: .3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.box234 {
    background-color: #fff;
    border-radius: 14px;
    padding: 2rem;
    height: 201px;
}

.cameraContents::before {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media (min-width:769px) {
    #gx1 .bx-item {
        height: 700px;
    }

    #gx2 .bx-item {
        height: 550px;
    }

    #gx3 .bx-item {
        height: 400px;
    }
}

.container {
    max-width: 1200px !important;
}

#bt-1 {
    text-align: left;
}

#bt-2 {
    text-align: right;
}

.wrapperAlert {
    width: 500px;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    border: thin solid #ddd;
}

.topHalf {
    width: 100%;
    color: white;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 40px 20px;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(45deg, #019871, #a0ebcf);
}

.topHalf p {
    margin-bottom: 30px;
}

svg {
    fill: white;
}

/* .topHalf h1 {
    font-size: 2.25rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-shadow: 0 2px rgba(128, 128, 128, 0.6);
} */

/* Original Author of Bubbles Animation -- https://codepen.io/Lewitje/pen/BNNJjo */
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    /* fade(green, 75%);*/
    bottom: -160px;

    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;

    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;

    width: 80px;
    height: 80px;

    animation-delay: 2s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;

    animation-duration: 22s;

    background-color: rgba(white, 0.3);
    /* fade(white, 25%); */
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;

    animation-delay: 3s;
    background-color: rgba(white, 0.2);
    /* fade(white, 20%); */
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;

    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;

    animation-delay: 15s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;

    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(white, 0.3);
    /*fade(white, 30%);*/
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;

    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

.bottomHalf {
    align-items: center;
    padding: 22px 25px;
}

.bottomHalf p {
    font-weight: 500;
    /* font-size: 1.05rem; */
    margin-bottom: 20px;
}

button {
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 18px;
    background-color: #019871;
    text-shadow: 0 1px rgba(128, 128, 128, 0.75);
}

#success-popup {
    display: none;
}

button:hover {
    background-color: #85ddbf;
}

.fixed-popoup {
    display: grid;
    place-content: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 100vw;

}

.box-ds {
    display: block;
}

.po {
    position: relative;
}

.fixed-popoup::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;

}

.masthead-heading1 {
    font-size: 30px;
}

.container-cdsf {
    display: grid;

    height: 100vh;
    z-index: 99999999;
    place-items: center;
    position: fixed;
    top: 0;
    width: 100vw;
    /* margin: auto; */
        background: rgba(0, 0, 0, 0.5);
}
#loader{
    display: none;
}
.ring {
    position: absolute;
    height: 200px;
    width: 200px;
    border: 0px solid #272727;
    border-radius: 50%;
}

.ring:nth-child(1) {
    border-bottom-width: 10px;
    border-color: #ca2c92;
    animation: rotate1 1.5s linear infinite;
}

.ring:nth-child(2) {
    border-right-width: 10px;
    border-color: #00ffff;
    animation: rotate2 1.5s linear infinite;
}

.ring:nth-child(3) {
    border-top-width: 10px;
    border-color: #E0E722;
    animation: rotate3 1.5s linear infinite;
}


@keyframes rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}