body {
    font-size: 12px;
    font-family: "Arial Black", Gadget, sans-serif;
    color: black;
    overflow-x: hidden;
}

h1 {
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    font-weight: 900px;
}
footer .main-footer h2 {
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    font-weight: 900px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
}
.top-hdr-1 {
    width: 100%;
    height: 40px;
    position: fixed;
    background-color: black;
    z-index: 201;
}

.container-fluid {
    padding-right: 125px;
    padding-left: 65px;
    margin-right: auto;
    margin-left: auto;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -95px;
}
.navbar-default {
    background-color: #ffffff00;
    border-color: #ffffff;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand > img {
    height: auto;
    padding: 15px;
    width: auto;
}

.navbar-default .navbar-brand {
    color: #000;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.nav > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    margin-top: 26px;
    color: black;
    font-weight: bold;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    padding: 10px 0px 20px 25px;
}

#headerWrapper {
    width: 100%;
    padding-top: 3%;
    height: whatever;
}

.banner-slider {
    width: 100%;
    height: 200px;
    margin-top: 22px;
}
/* EXAMPLE 9 - Center with Flexbox and Text*/
.brand-centered {
    display: flex;
    justify-content: center;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    position: absolute;
    font-size: 126px;
    width: 100%;
    margin: auto;
    top: 20px;
}
.brand-centered .navbar-brand {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 800px;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
}
.navbar-toggle {
    z-index: 1;
}

.text-panel-2 {
    width: 90%;
    max-width: 1900px;
    text-align: center;
    font-size: 22px;
    margin: auto;
    margin-top: 45%;
}
.gallry-panel {
    width: 90%;
    max-width: 1700px;
    margin: auto;
    margin-top: 23%;
}

.gallry-slider-22 {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    margin-top: 2%;
}

.whstapp-call {
    position: fixed;
    right: 0px;
    width: 80px;
    height: 80px;
    bottom: 13%;
}

.slide-by-groups .carousel-control {
    background-image: none !important;
}

.slide-by-groups .cloneditem-1,
.slide-by-groups .cloneditem-2,
.slide-by-groups .cloneditem-3 {
    display: none;
}

@media (min-width: 768px) {
    .slide-by-groups .carousel-inner > .active.left,
    .slide-by-groups .carousel-inner > .prev {
        left: -50%;
    }
    .slide-by-groups .carousel-inner > .active.right,
    .slide-by-groups .carousel-inner > .next {
        left: 50%;
    }
    .slide-by-groups .carousel-inner > .left,
    .slide-by-groups .carousel-inner > .prev.right,
    .slide-by-groups .carousel-inner > .active {
        left: 0;
    }
    .slide-by-groups .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media (min-width: 768px) and (transform-3d), (min-width: 768px) and (-webkit-transform-3d) {
    .slide-by-groups .carousel-inner > .item.active.right,
    .slide-by-groups .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.active.left,
    .slide-by-groups .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.left,
    .slide-by-groups .carousel-inner > .item.prev.right,
    .slide-by-groups .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media (min-width: 992px) {
    .slide-by-groups .carousel-inner > .active.left,
    .slide-by-groups .carousel-inner > .prev {
        left: -33.33333333%;
    }
    .slide-by-groups .carousel-inner > .active.right,
    .slide-by-groups .carousel-inner > .next {
        left: 33.33333333%;
    }
    .slide-by-groups .carousel-inner > .left,
    .slide-by-groups .carousel-inner > .prev.right,
    .slide-by-groups .carousel-inner > .active {
        left: 0;
    }
    .slide-by-groups .carousel-inner .cloneditem-2 {
        display: block;
    }
}

@media (min-width: 992px) and (transform-3d), (min-width: 992px) and (-webkit-transform-3d) {
    .slide-by-groups .carousel-inner > .item.active.right,
    .slide-by-groups .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.33333333%, 0, 0);
        transform: translate3d(33.33333333%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.active.left,
    .slide-by-groups .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.33333333%, 0, 0);
        transform: translate3d(-33.33333333%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.left,
    .slide-by-groups .carousel-inner > .item.prev.right,
    .slide-by-groups .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media (min-width: 1200px) {
    .slide-by-groups .carousel-inner > .active.left,
    .slide-by-groups .carousel-inner > .prev {
        left: -25%;
    }
    .slide-by-groups .carousel-inner > .active.right,
    .slide-by-groups .carousel-inner > .next {
        left: 25%;
    }
    .slide-by-groups .carousel-inner > .left,
    .slide-by-groups .carousel-inner > .prev.right,
    .slide-by-groups .carousel-inner > .active {
        left: 0;
    }
    .slide-by-groups .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media (min-width: 1200px) and (transform-3d), (min-width: 1200px) and (-webkit-transform-3d) {
    .slide-by-groups .carousel-inner > .item.active.right,
    .slide-by-groups .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.active.left,
    .slide-by-groups .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .slide-by-groups .carousel-inner > .item.left,
    .slide-by-groups .carousel-inner > .item.prev.right,
    .slide-by-groups .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/* Make the images wide and responsive */
.carousel-inner img {
    height: auto;
    width: 100%;
}

.blog-panel1 {
    width: 90%;
    max-width: 1800px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;

    margin-top: 4%;
}

.gap-margin-22 {
    margin-top: 16%;
}

.gap-margin-23 {
    margin-top: 24%;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: black;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: peru;
    border: 1px solid #30c732;
    border-radius: 10px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.gallry-panel-3 {
    width: 100%;
    height: 560px;
    color: white;
    text-align: center;
    padding: 30px;
    margin: auto;
    background-color: black;
    margin-top: 3%;
}

.feedback-panel {
    width: 100%;
    margin-top: 3%;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #191717;
    background-color: #ffffff;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-panel {
    margin-top: 0%;
}

/* Main Footer */
footer .main-footer {
    padding: 20px 0;\
    width:1920px;
    height: 200px;
    background-color: black;
}
footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    background: #171313;
    padding: 5px 0;
}
.footer-copyright .logo {
    display: inherit;
}
.footer-copyright nav {
    float: right;
    margin-top: 5px;
}
.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
.footer-copyright nav ul li a {
    color: #969696;
}
.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}
.footer-copyright p {
    color: #969696;
    font-size: 13px;
    margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
    background: transparent;
}
footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}
footer.light .main-footer {
    background: #f9f9f9;
}
footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
    display: inline-block;
}

/*==================== 
  Widgets 
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}
.widget.widget-last {
    margin-bottom: 0px;
}
.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.widget.subscribe p {
    margin-bottom: 18px;
}
.widget li a {
    color: #ffffff;
}
.widget li a:hover {
    color: #4b92dc;
}
.widget-title {
    margin-bottom: 20px;
}
.widget-title span {
    background: #839fad none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}
.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #ffffff;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}
ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}
ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}
ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}
.btn {
    background-color: #171819 important;
    color: white important;
}
.btn:hover,
.btn:focus,
.btn.active {
    background: #4b92dc;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.text-about-panel-2 {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    font-size: 19px;
    margin: auto;
    margin-top: 5%;
    font-family: Arial, Helvetica, sans-serif;
}

.text-contact-panel-24 {
    width: 90%;
    max-width: 1200px;
    text-align: left;
    margin: auto;
    font-size: 19px;
    margin-top: 1%;
    font-family: "Pangolin", cursive;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0;
}
.title-palte-011 {
    position: relative;
    top: 1%;
    width: 20%;
    margin: auto;
    font-size: 36px;
    border-bottom: dashed;
    padding: 6px;
    text-align: center;
    font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    color: black;
    height: 60px;
    z-index: 200;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #ffffff;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #ffffff;
}

@media only screen and (max-width: 1366px) {
    .container-fluid {
        padding-right: 45px;
        padding-left: -25px;
        margin-right: auto;
        margin-left: auto;
    }

    .text-panel-2 {
        width: 90%;
        max-width: 1900px;
        text-align: center;
        font-size: 22px;
        margin: auto;
        margin-top: 42%;
    }
    .gallry-panel {
        width: 90%;
        max-width: 1900px;
        margin: auto;
        margin-top: -1%;
    }

    .gallry-panel-3 {
        width: 100%;
        height: 410px;
        color: white;
        text-align: center;
        padding: 30px;
        margin: auto;
        background-color: black;
        margin-top: 3%;
    }

    .gap-margin-22 {
        margin-top: 16%;
    }

    .gap-margin-23 {
        margin-top: 31%;
    }

    .blog-panel1 {
        width: 90%;
        max-width: 1800px;
        text-align: center;
        margin: auto;
        margin-bottom: 30px;

        margin-top: 6%;
    }
}

@media only screen and (max-width: 600px) {
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 29px;
        font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .top-hdr-1 {
        width: 100%;
        height: 40px;
        position: absolute;
        z-index: 201;
    }
    .whstapp-call {
        position: fixed;
        right: 70px;
        display: none;
        width: 80px;
        height: 80px;
        bottom: 10%;
    }
    .gallry-slider-22 {
        display: none;
    }
    .modal-dialog {
        position: fixed;
        /* width: 300px; */
        margin: auto;
        bottom: clamp(10px, 30px, 3vh);
        max-width: 80vw;
        margin: 10vw;
    }
    .gap-margin-22 {
        margin-top: 19% !important;
    }
    .contact-section .col-md-6 {
        width: 100% !important;
    }
    .form-line {
        border-right: 0px solid #b29999 !important;
    }
    .gap-margin-23 {
        margin-top: 37% !important;
    }

    .blog-panel1 {
        width: 90%;
        max-width: 1800px;
        text-align: center;
        margin-bottom: 30px;
        margin: auto;
        margin-top: 6%;
    }
    .title-palte-011 {
        position: relative;
        top: 1%;
        width: 70% !important;
        margin: auto;
        font-size: 36px;
        border-bottom: dashed;
        padding: 6px;
        text-align: center;
        font-family: "Pangolin", cursive;
        color: black;
        height: 60px;
        z-index: 200;
    }
    .fcf-body {
        margin: 0;
        font-family: -apple-system, Arial, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        width: 100% !important;
        margin-top: 30px !important;
        background-color: #fff;
        padding: 30px;
        padding-bottom: 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        max-width: 100%;
    }
    .navbar-brand {
        float: left;
        padding: 5px 15px;
        margin-left: -120px;
        font-size: 18px;
        margin-top: -16px;
        line-height: 20px;
    }

    .banner-slider {
        width: 100%;
        height: 200px;
        margin-top: 10%;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .text-panel-2 {
        width: 90%;
        max-width: 1400px;
        text-align: center;
        font-size: 22px;
        margin: auto;
        margin-top: 26%;
    }

    .gallry-panel {
        width: 90%;
        max-width: 1900px;
        margin: auto;
        margin-top: 3%;
    }

    .gallry-panel-3 {
        width: 100%;
        height: 760px;
        color: white;
        text-align: center;
        padding: 30px;
        margin: auto;
        background-color: black;
        margin-top: 3%;
    }

    footer .main-footer {
        padding: 20px 0;
        max-width: 600px;
        height: auto;
        background-color: black;
    }

    .footer-copyright {
        background: #171313;
        padding: 5px 0;
    }
    .footer-copyright p {
        color: #969696;
        font-size: 13px;
        margin: 2px 0 0;
    }
}

#button {
    display: inline-block;
    background-color: gray;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: "Merriweather", serif;
    font-size: 17px;
    color: #6c767a;
    right: 0px;
    bottom: 0px;

    line-height: 1.9;
}
@media (min-width: 500px) {
    .content {
        width: 43%;
    }
    #button {
        margin: 30px;
    }
}
.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    background-color: black;
    line-height: 1.5;
}
.content h3 {
    font-style: italic;
    color: #96a2a7;
}
