html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.row{
    min-width:100%!important
}

h1,h2,h3,h4,h5,h6{
    margin-bottom:0!important
}
ul{
    margin-bottom:0!important
}
header {
    margin-bottom: 10px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #1a1a1a;
    background-color: #1a1a1a !important
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }


#MyNavy {
    max-width: 1320px;
    margin: 0 auto;
    background-color: #1a1a1a !important;
    border-style: none;
    box-shadow: none !important;
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

#divHeaderCall {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 23px;
    padding-left: 17px;
    margin-bottom:10px;
    margin-top:2px;
}

.grayA {
    color: gray;
    text-decoration: none;
}

.imgCalls{
    max-height:17px;
}

@media (max-width: 500px) {
    .containerNoPad{
        padding-left:0!important;
        padding-right:0!important;
    }
}

p{
    text-align:justify;
    margin-bottom:0!important
}

.telPho{
    font-weight:bold;
    color:white;
}

.divGray {
    background-color: #2b2b2b;
    color: white;
    padding: 12px;
    border-radius: 5px;
}

.divCrimson {
    background-color: crimson;
    color: white;
    padding: 12px;
    border-radius: 5px;
}

.divGreen {
    background-color: lightseagreen;
    color: white;
    padding: 12px;
    border-radius: 5px;
}

footer {
    background-color: #252525;
    height: 550px;
    line-height: 0 !important;
    color: white;
    white-space:normal!important;
    margin-top:10px!important
}

.imgChannel{
    height:40px;
}

.imgRad {
    border-radius: 5px !important
}

.divCusLogo {
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    border-radius: 10px;
    padding: 10px;
    min-height:100%;
}

.divIconsFlex {
    display: flex;
    flex-wrap: nowrap;
    max-width: 200px;
    margin-left: auto;
}
.divIconFlex{
    width:25%
}

.divArticle {
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
    border-radius: 10px;
    padding: 10px;
    min-height:100%
}

a {
    color: crimson;
    text-decoration: none;
}

#divSendReq {
    background-color: mediumseagreen;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
    text-decoration: none
}

#divDemo {
    background-color: crimson;
    color: white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(315deg, #ffffff 3%, #fbfbfb 38%, #fcfcfc 68%, #fdfdfd 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6{
    font-weight:bold
}

.nav-link:hover {
    color: gray !important
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

    .wave:nth-of-type(2) {
        bottom: -1.25em;
        animation: wave 18s linear reverse infinite;
        opacity: 0.8;
    }

    .wave:nth-of-type(3) {
        bottom: -2.5em;
        animation: wave 20s -1s reverse infinite;
        opacity: 0.9;
    }

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

body, div {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.bannerimg {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/* ============ Full Page Slider ================= */
.creative-carousal--hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .creative-carousal--hero .carousel-slider {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

        .creative-carousal--hero .carousel-slider .swiper-slide {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 0;
            background-size: cover;
            background-position: center;
        }

            .creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active {
/*                box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
                z-index: 3;
            }

            .creative-carousal--hero .carousel-slider .swiper-slide:after {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #222327;
                opacity: 0.4;
            }

            .creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active:after {
                opacity: 0.1;
            }

            .creative-carousal--hero .carousel-slider .swiper-slide .inner {
                width: 100%;
                display: block;
                text-align: center;
                color: #fff;
                position: relative;
                z-index: 2;
                opacity: 0;
                -webkit-transition: 0.25s ease-in-out;
                -moz-transition: 0.25s ease-in-out;
                -ms-transition: 0.25s ease-in-out;
                -o-transition: 0.25s ease-in-out;
                transition: 0.25s ease-in-out;
                margin-top:80%
            }

            .creative-carousal--hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
                opacity: 1;
            }

            .creative-carousal--hero .carousel-slider .swiper-slide .inner span {
                width: 100%;
                float: left;
                font-size: 4vw;
                line-height: 5vw;
                font-weight: 800;
                color: #fff;
                margin-bottom: 10px;
                margin-top: 0;
            }

            .creative-carousal--hero .carousel-slider .swiper-slide .inner a {
                font-size: 19px;
                color: #fff;
                padding-bottom: 5px;
                position: relative;
                border-bottom: 2px solid #fff;
                padding-bottom: 4px;
                text-decoration: none;
                -webkit-transition: 0.25s ease-in-out;
                -moz-transition: 0.25s ease-in-out;
                -ms-transition: 0.25s ease-in-out;
                -o-transition: 0.25s ease-in-out;
                transition: 0.25s ease-in-out;
            }

                .creative-carousal--hero .carousel-slider .swiper-slide .inner a:hover {
                    text-decoration: none;
                    color: #75dab4;
                }

    .creative-carousal--hero .slide-progress {
        width: 220px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        left: 50%;
        bottom: 30px;
        margin-left: -110px;
        z-index: 3;
        text-align: center;
    }

        .creative-carousal--hero .slide-progress span {
            display: inline-block;
            color: #fff;
            font-size: 14px;
        }

        .creative-carousal--hero .slide-progress .swiper-pagination {
            width: 160px;
            height: 2px;
            margin: auto 10px;
            display: inline-block;
            position: static;
            background: rgba(255, 255, 255, 0.3);
        }

            .creative-carousal--hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
                background: #fff;
            }

        .creative-carousal--hero .slide-progress span {
            display: inline-block;
            color: #fff;
            font-size: 14px;
        }

    .creative-carousal--hero .swiper-button-prev {
        height: auto;
        position: absolute;
        left: auto;
        top: auto;
        right: 120px;
        bottom: 30px;
        color: #fff;
        background: none;
    }

        .creative-carousal--hero .swiper-button-prev:after {
            display: none;
        }

    .creative-carousal--hero .swiper-button-next {
        height: auto;
        position: absolute;
        left: auto;
        top: auto;
        right: 40px;
        bottom: 30px;
        color: #fff;
        background: none;
    }

        .creative-carousal--hero .swiper-button-next:after {
            display: none;
        }
/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner span {
        font-size: 7vw;
        line-height: 7vw;
        margin-bottom: 15px;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .creative-carousal--hero .carousel-slider .swiper-slide .inner span {
        font-size: 12vw;
        line-height: 12vw;
        margin-bottom: 15px;
    }

    .creative-carousal--hero .swiper-button-prev {
        left: 40px;
    }

    .creative-carousal--hero .swiper-button-next {
        right: 40px;
    }
}

/* ====================== Buy Me A Coffee =============================== */

.coffee-button {
    position: fixed;
    z-index: 9;
    top: 20px;
    right: 20px;
    background-color: #FFC107;
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

    .coffee-button:hover {
        background-color: #FFD54F;
    }

.coffee-icon {
    font-size: 24px;
    line-height: 1;
}

.navbar-light .navbar-nav .nav-link{
    color:white
}