@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('Glowing ring.gif') no-repeat center center;
    z-index: 99999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif !important;
}

p,
span {
    font-family: 'Poppins' !important;
}

/* carousel */
.carousel-item .custom-carousel-content {
    width: 50%;
    transform: translate(0%, -10%);
}

.custom-carousel-content {
    text-align: start;
}

.custom-carousel-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.custom-carousel-content h1 span {
    color: #fbff00;
}

.custom-carousel-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.custom-carousel-content .btn-slider {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* navbar */
.main-navbar {
    /* border-bottom: 1px solid #F2F2F2; */
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px !important;

}

.main-navbar .top-navbar {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}


.main-navbar .top-navbar .brand-name {
    color: #000;

}

.main-navbar .top-navbar .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.main-navbar .top-navbar .dropdown-menu {
    padding: 0px 0px;
    border-radius: 0px;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
    /* color: #000; */
    font-size: 14px;
}

.main-navbar .navbar {
    padding: 10px 0px;
    background-color: #161032;
    color: #fff !important;
}

#navbarSupportedContent ul li {
    transition: .5s;
}

#navbarSupportedContent ul li:hover {
    /* padding: 0px; */
    background-color: #9C79E3;
    color: #fff !important;
    border-radius: 10px !important;
}

.dropdown-item:hover {
    border-radius: 5px !important;
    background-color: #9C79E3;
}

.main-navbar .navbar .nav-item .nav-link {
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link {
        font-size: 12px;
        padding: 8px 10px;
    }

    .nav-item {
        text-align: center;
    }


    .accordion {
        display: none;
    }

    .col-md-text-dark {
        color: #000 !important;
        margin-top: 50px !important
    }

    .featured .text-primary {
        /* font-weight: 900; */
        font-size: 15px;
        padding: 0px !important;
        margin: 0px;
    }
}


/* Category Start */
.category-card {
    border: 1px solid #ddd;
    /* width: 100%; */
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
    border-radius: 25px;
    margin-bottom: 24px;
    background-color: #fff;
}

.category-card a {
    text-decoration: none;
}

.category-card .category-card-img {
    max-height: 278px;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
    transition: .5s;
    /* border-radius: 25px; */

}


.category-card .category-card-img img {
    /* width: 350px !important; */
    height: 250px;
    margin: 0 auto;
    display: block;
    border-radius: 25px;

}

.category-card:hover {
    /* transform: scale(1.07); */
    /* box-shadow: 0px 3px 64px 0px rgba(41, 54, 69, 0.1); */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.category-card {
    padding: 8px 10px;
    /* margin: 0 6px; */

}

.category-card .category-card-body h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    /* color: #000; */
    text-align: center;
    padding: 10px;
}

.category-card .category-card-body {
    padding: 10px 10px;
}



/* category-2 */

.category-card-2 {
    color: #8878e9 !important;
    border-radius: 25px;
    margin-bottom: 24px;
    text-align: center;
    background-color: #fff;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    box-shadow: 0px 3px 64px 0px rgba(41, 54, 69, 0.16);
    border-color: rgba(255, 255, 255, 0.08);
    border-width: 1px;
    border-style: solid solid solid solid;
    height: 39.5rem;
}

.category-card-2 a {
    text-decoration: none;
}

.category-card-2 .category-card-img-2 {
    max-height: 278px;
    overflow: hidden;
    transition: .5s;

}


.category-card-2 .category-card-img-2 img {
    height: 250px;
    margin: 0 auto;
    display: block;
    border-radius: 25px;

}

.category-card-2:hover {
    box-shadow: 0px 3px 60px 3px #b27efb;
    /* background: #8574E9 !important; */
}

.category-card-2 {
    padding: 8px 10px;
    /* margin: 0 6px; */

}

.category-card-2 .category-card-body-2 h5 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: bolder;
    text-align: center;
    padding: 10px;
    color: #000 !important;
}

.category-card-2 .category-card-body-2 {
    padding: 10px 10px;
}

.category-card-2 .category-card-body-2 .selling-price {
    font-size: 22px;
    /* color: #fff; */
    font-weight: 600;
    margin-right: 8px;
}

.category-card-2 .category-card-body-2 .original-price {
    font-size: 18px;
    /* color: #fff; */
    font-weight: 400;
    text-decoration: line-through;
}


/* Category End */
/* Product Card */
.product-card {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 24px;
    padding: 10px 12px;
    border: none;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
    border-radius: 25px;
}

.product-card a {
    text-decoration: none;
}

.product-name a {
    color: #FF4500 !important;

}

.product-name a:hover {
    color: #161032 !important;

}

.product-card .stock {
    position: absolute;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    margin: 8px;
    font-size: 12px;
}

.product-card .product-card-img {
    max-height: 320px;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
    transition: .5s;
}

/* .product-card .product-card-img img{
    width: 100%;
} */
.product-card .product-card-img img {
    width: 390px;
    height: 260px;
    margin: 0 auto;
    border-radius: 25px;

}

.product-card:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;



}

.product-card .product-card-body {
    padding: 10px 10px;
    text-align: center;
}



.product-card .product-card-body .product-brand {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #937979;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-card .product-card-body .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;

}

.product-card .product-card-body .selling-price {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.product-card .product-card-body .original-price {
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}

.category-card .category-card-body .selling-price {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.category-card .category-card-body .original-price {
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}

.product-card .product-card-body .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;

}

/* Product Card End */


/* Product View */
.product-view .product-name {
    font-size: 24px;
    color: #000;

}

.product-view .product-name .label-stock {
    font-size: 13px;
    padding: 4px 13px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    float: right;

}

.product-view .product-path {
    font-size: 13px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 16px;
}

.product-view .selling-price {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.product-view .original-price {
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}

.product-view .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
}

.product-view .btn1:hover {
    background-color: #000;
    color: #fff;
}

.product-view .input-quantity {
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    width: 58px;
    outline: none;
    text-align: center;
}

/* Product View */
/* Cart or Wishlist */
.shopping-cart .cart-header {
    padding: 10px;
}

.shopping-cart .cart-header h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.shopping-cart .cart-item a {
    text-decoration: none;
}

.shopping-cart .cart-item {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    padding: 10px 10px;
    margin-top: 10px;
}

.shopping-cart .cart-item .product-name {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.shopping-cart .cart-item .price {
    font-size: 16px;
    font-weight: 600;
    padding: 4px 2px;
}

.shopping-cart .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 10px;
}

.shopping-cart .btn1:hover {
    background-color: #000;
    color: #fff;
}

.shopping-cart .input-quantity {
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    width: 40%;
    outline: none;
    text-align: center;
}

/* Cart or Wishlist */

.checkout .form-control {
    border-radius: 0px !important;
    border: 1px solid #ddd;
}

.checkout .form-control:focus {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

.checkout .nav-link {
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 8px;
}

.checkout .tab-content {
    padding-right: 10px;
}

.footer-area {
    padding: 40px 0px;
    background-color: #F37B4A;
    color: #fff;
}

.footer-area a {
    text-decoration: none;
}

.footer-area .footer-heading {
    font-size: 24px;
    color: #fff;
}

.footer-area .footer-underline {
    height: 1px;
    width: 70px;
    background-color: #ddd;
    margin: 10px 0px;
}

.copyright-area {
    padding: 14px 0px;
    background-color: #17171F;
}

.copyright-area p {
    margin-bottom: 0px;
    color: #fff;
}

.copyright-area .social-media {
    text-align: end;
    color: #fff;

}

.copyright-area .social-media a {
    margin: 0px 10px;
    width: 20px;
    color: #fff;

}

.underline {

    height: 3px;
    width: 250px;
    background: #000;
    margin: 0 auto;
    background-color: #161032;
}

.underline_left {
    height: 3px;
    width: 200px;
    margin-left: 12px;
    background: #000;
}


/* rating */
.rating-css div {
    color: #ffe400;
    font-size: 30px;
    font-family: 'Plus Jakarta Display', Sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.rating-css input {
    display: none;
}

.rating-css input+label {
    font-size: 40px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
}

.rating-css input:checked+label~label {
    color: #b4afaf;
}

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}

/* End of Star Rating */
.ratings .checked {
    color: #ffd900;
}



dropdown {
    display: inline-block;
}

dropdown label,
dropdown ul li {
    display: block;
    width: 200px;
    background: #fff;
    padding: 15px 20px;
}

dropdown label:hover,
dropdown ul li:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

dropdown label {
    color: #000000;
    position: relative;
    z-index: 2;
}

dropdown input {
    display: none;
}

dropdown input~ul {
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 1;
}

dropdown input:checked+label {
    background: #ffffff;
    color: #000000;
}

dropdown input:checked~ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
}

.my-text {
    color: #161032 !important;
    font-family: 'Plus Jakarta Display', Sans-serif;

}

.my-font {
    /* color: #161032; */
    font-family: 'Plus Jakarta Display', Sans-serif;

}

.btn-my {
    /* box-shadow: 0px 5px 14px 4px rgba(30, 10, 10, 0.16); */
    background-image: linear-gradient(#FE90E4, #FB5AAA);

    color: #fff;
    height: 2.5rem;
    transition: .5s;
    border-radius: 20px;
    border: none;
}

.btn-my:hover {
    /* background-color: #ff2f48; */
    background-color: #fb55a5;
    background-image: linear-gradient(#FBC578, #F37849);


    color: #fff;
    transform: scale(1.1);
}

.btn-my-outline {
    height: 2.5rem;
    transition: .5s;
    border-radius: 20px;
    background-color: #fff;
    color: #ff2f48;
    border: 2px solid #ff2f48;
    font-weight: bold;
    margin-left: 5px;

}

.btn-my-outline:hover {
    background-color: #ff2f48;
    color: #fff;
    transform: scale(1.1);
}

.my-bg {
    background-color: #161032 !important;
    color: #ddd;
}

.my-a {
    text-decoration: none;
    color: #000;
}


.accordion-header {
    border: none;
}

.accordion-button {
    /* background-color: #161032 !important; */
    /* color: #fff !important; */
    border: none;
}

.text-primary {
    color: #161032 !important;
}


.featured .text-primary {
    /* font-weight: 900; */
    font-size: 25px;
    padding: 10px;
}

.section-title {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    color: #161032;
}

.section-title span {
    position: relative;
    background: #ffffff;
    z-index: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    /* background: #D00906; */
}

div#social-links {
    margin: 0 auto;
    max-width: 500px;
}

div#social-links ul li {
    display: inline-block;
}

div#social-links ul li a {
    padding: 5px;
    margin: 1px;
    font-size: 30px;
    color: #222;
}

.offer img {
    /* position: absolute; */
    /* max-width: 50%; */
    max-height: 90%;
    bottom: 0;
}

.offer .text-md-right img {
    left: 0;
}

.offer .text-md-left img {
    right: 0;
}


.featured {
    transition: .2s;
    cursor: pointer;

}



.featured:hover {
    background-color: #161032;
    color: #fff !important;
    border-radius: 15px;

}

.featured:hover .featured_icon {
    background-color: #161032;
    color: #fff !important;

    /* .featured_icon {
        color: #fff;
    } */
}

#social-links {
    transition: .2s;
}

#social-links .fa-facebook-square {
    color: #1877F2;
}

#social-links .fa-twitter {
    color: #1DA1F2;

}

#social-links .fa-linkedin {
    color: #0077B5;

}

#social-links .fa-telegram {
    color: #29A9EA;

}

#social-links .fa-whatsapp {
    color: #25D366;

}

#social-links .fa-facebook-square:hover {
    color: #1877F2;
    font-size: 32px;
}

#social-links .fa-twitter:hover {
    color: #1DA1F2;

}

#social-links .fa-linkedin:hover {
    color: #0077B5;
    font-size: 32px;

}

#social-links .fa-telegram:hover {
    color: #29A9EA;
    font-size: 32px;

}

#social-links .fa-whatsapp:hover {
    color: #25D366;
    font-size: 32px;

}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}


.social-media {
    transition: .2s;
}

.social-media a {
    color: #fff;

}

.social-media .fa-facebook:hover {
    color: #1877F2;
}

.social-media .fa-instagram:hover {

    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    border: none;
}

.social-media .fa-twitter:hover {
    color: #1DA1F2;

}

.social-media .fa-linkedin:hover {
    color: #0077B5;

}

.social-media .fa-youtube:hover {
    color: #D12121;

}

.social-media .fa-pinterest:hover {
    color: #B7081B;
    /* font-size: 32px; */

}

.dropdown-menu {
    background-color: #161032;
    margin-top: -5px;
}

.dropdown-menu .dropdown-item {

    color: #fff;
    --bs-dropdown-link-active-color: black !important;
    --bs-dropdown-link-hover-bg: black;
    --bs-dropdown-link-active-bg: #000;


}

.accordion {
    --bs-accordion-btn-focus-border-color: #000;
    --bs-accordion-btn-focus-box-shadow: #000;
    --bs-accordion-active-color: #000;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }




    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: -100;
    margin-top: -85px;

}

.elementor-9 .elementor-element.elementor-element-1762f8b>.elementor-shape-top svg {
    width: calc(167% + 1.3px);
    /* transform: translateX(-50%) rotateY(180deg); */
}

.elementor-9 .elementor-element.elementor-element-b05bc08 .elementor-heading-title {
    /* color: greenyellow; */
    font-family: 'Plus Jakarta Display', Sans-serif;
    font-size: 52px;
    font-weight: 600;
}


.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}




.elementor-9 .elementor-element.elementor-element-1762f8b>.elementor-shape-top .elementor-shape-fill {
    fill: #16103221;
}

.elementor-shape .elementor-shape-fill {
    fill: #FFE9DF;
    transform-origin: center;
    transform: rotateY(0deg);
}

.training {
    /* background-image: linear-gradient(120deg,
            hsl(29deg 92% 33%) 0%,
            hsl(28deg 90% 8%) 14%,
            hsl(270deg 83% 2%) 50%,
            hsl(270deg 89% 7%) 83%,
            hsl(270deg 93% 16%) 100%); */
}

.intro {
    /* background-image: url('../images/3.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

    background-image: radial-gradient(#DFD2FE 5%, #DAEBFD 25%, #fff 50%);


}

.success_section {
    background-image: radial-gradient(circle, #FFEDDF, #fff, #fff);

}

.shadow input[type=text],
input[type=email] {
    border-radius: 25px;
    /* background-color: #fff; */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);

}

.shadow textarea {
    border-radius: 25px;
    /* background-color: #fff; */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;


}

.form-control:focus {
    border-color: #CCC;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 50;
    background-color: #fff;
}

.service {
    background-color: #161032;
}

/* .progress-bar {
    background-color: #161032 !important;
} */

.agency_image {
    /* border: 1px solid #161032; */
    /* padding: 10px; */
    position: relative;
}

.agency_image img {
    margin: 0;
    box-shadow: 25px 25px #161032;
    padding: 0;
}

.contact {
    background-color: #000;
    position: absolute;
    top: 30px;
    left: -20px;
    padding: 40px 100px !important;
    color: #fff;
}


.image-container {
    position: relative;
    width: 100%;
    transition: .5s;

}

.image-container img {
    width: 100%;
    transition: .5s;


}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82.5%;
    display: none;
    color: #FFF;
    transition: .5s;

}

.image-container:hover .after {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.image-container:hover img {
    transform: scale(1.01);
    overflow: hidden;
    /* transform: scale3d(1.07); */
    /* transform: matrix(2.7); */
    /* zoom: 1.1; */
    /* zoom: calc(1.5); */

}



.text {
    background: #000;
    padding-top: 1px;
    overflow: hidden;

}

.card-img-top {
    transition: .5s;
}

.card-title {
    transition: .5s;

}

.card-title:hover {
    color: #E9A233;

}

.success-image {
    margin-left: 50px;
    margin-top: 50px;
}

.success_section {
    margin-left: 50px;


}

.about {
    background-color: #e7ecef;
}

.about-image {
    margin-top: 130px !important;
}

.seo {
    background-color: #fff4ec;
}

.faq {
    background-color: #ffc8dd;
    padding-bottom: 50px !important;
}

.blog {
    background-color: #DAE6ED;
    margin-top: -50px !important;

}

.default-bg {
    background-color: #DAE6ED;

}

.carousel-inner {
    position: relative;
    height: 100vh;
    color: #fff;
    transition: transform 0.8s ease;

}

#carouselExampleCaptions {
    transition: 1s;
}

.carouselExampleCaptions {
    position: relative;
    display: inline-block;
    overflow: hidden;


}

/* .image-overlay {
    height: 105% !important;
    width: 105% !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;


} */

.carouselExampleCaptions::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: .5s;
}




#carouselExampleCaptions:hover+.image-overlay {
    height: 100% !important;
    width: 100% !important;

}

.carouselExampleCaptions:hover::after {
    background-color: rgba(0, 0, 0, 0);

}

.carousel-control-next {
    z-index: 5;

}

.carousel-control-prev {
    z-index: 5;

}

.carousel-indicators {
    z-index: 8;
}

.carousel-caption {
    position: absolute;
    top: 25%;
    left: 15%;
    text-align: center;
    color: #ffffff;
    /* z-index: 50; */
}



.slider_h {
    z-index: 5;
    height: auto;
}

.service-sub {
    background-color: #D9E5EC;
}

.service-review {
    background-color: #59ACE7;
}

.our-project {
    background-color: #161032;
}

.submenu {
    display: none !important;
}

.dropdown-item:hover~.submenu {
    display: block !important;
}

.submenu:hover {
    display: block !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 102, 203);
}

/* scroller */
.scroll {
    position: fixed;
    right: 35px;
    bottom: 115px;

}

.scroll a {
    background: #13A58C;
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    transition: .2s;
    opacity: .8;
    display: none;
}

.scroll a:hover {
    background: #12A55a;
}

.home-slider {
    background-color: #161032;
}

.share-icon {
    position: absolute;
    right: 0px;
    bottom: 39px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color2);
    border-top: 1px solid #eee;
    background-color: #ffffff;
    transition: all 400ms ease;
    z-index: 3;
}

.social-links {
    position: absolute;
    right: 0px;
    bottom: 122px;
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease;
}

.social-links li {
    list-style: none;
}

.social-links a {
    position: relative;
    height: 34px;
    width: 60px;
    display: block;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    color: var(--theme-color2);
    transition: all 300ms ease;
}

.image-container:hover .social-links {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.styled-icons a:hover {
    /* background-color: #333; */
    color: #E9A233;
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
    /* .home-slider {
        background-color: #fff;
    } */

    .carousel-inner {
        position: relative;
        height: 40vh;
        font-size: .8rem;

    }

    .slider_image {
        height: 100% !important;
    }

    .carousel-caption {
        font-size: .9rem;
        top: -10px;
    }

    .carousel-caption h1 {
        font-size: 1.1rem !important;
    }

    .custom-toggler.navbar-toggler {
        border-color: rgb(255, 254, 252);
    }

    .about-image {
        margin: 0 auto !important;
        margin-top: 10px !important;
    }

    .about-text {
        margin: 0 auto !important;

    }

    .youtube-video {
        margin: 0 auto !important;
    }

    .youtube-text {
        margin: 0 auto !important;

    }

    .success-image {
        margin: 10px auto !important;

    }

    .success_section {
        margin: 0 auto !important;

    }

    .col-md-text-white {
        margin-top: 75px !important;
    }

    .service-sub {
        margin-top: 20px !important;
    }

    .service_sub_title {
        margin-top: -50px !important;
    }

    .service-last-svg {
        margin-top: -70px !important;
    }

    .map {
        width: 100%;
    }

    .category-card-2 {
        height: auto !important;
    }

    .video {
        height: 300px !important;
        width: 100% !important;
    }

    .home-first-svg {
        margin-top: -35px !important;
    }

    .footer_row {
        margin: 0 auto;
        text-align: center;
    }

    .footer-area .footer-underline {
        margin: 10px auto;
    }

}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
