/* Basic Elements */

:root {
    --white: #fff;
    --black: #000;
}

html,
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: url(../images/bg_footer_tile.png) top left repeat;
}

a:focus {
    outline: none;
}

img {
    border: 0 !important;
}

a {
    text-decoration: none;
}

#container-sub {
    width: 100%;
    height: 100%;
    background: url(../images/bg_sub.png) bottom center no-repeat;
}

#content-sub-header {
    min-width: 985px;
    width: 985px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

div.logo img {
    width: 100%;
    /*height:98px;*/
    /*float:left;*/
    margin-top: 5px;
    /*margin-left:13px;*/
}

div.menu ul {
    padding: 0;
    margin: 0;
    /*z-index: 999999999999999;*/
    position: relative;
}

div.menu li {
    display: inline-block;
    padding-left: 16px;
    margin-top: 4px;
}

#content-center {
    width: 100%;
    height: auto;
    background: url(../images/bg_center.png) top left repeat;
    background: #0093dd;
    background: #8ddaf7;
    padding-top: 30px;
}

.box-center {
    /*width:310px;*/
    /*width: 45%;*/
    height: auto;
    float: left;
    color: #000;
    font-size: 16px;
    /*font-style:italic;*/
    /*		letter-spacing:-.5px;
  */
    margin-bottom: 40px;
}

.promotions-carousel {
    position: relative;
}
.text-content h2 {
    position: absolute;
    top: 28%;
    width: 40%;
    font-size: 42px;
}
.quote {
    /*background:url(../images/quote.png) top center no-repeat;*/
    /*padding:10px 35px 5px 50px;*/
    /*height:100px;*/
    margin-top: 7px;
    color: #000;
}

.box-center .title {
    font-size: 16px;
    color: #000;
    /*font-style:italic;*/
    display: block;
    /*padding-left:20px;*/
    /*margin-top:15px;*/
}

.box-center .desc {
    font-size: 12px;
    /*font-style:italic;*/
    /*padding-left:20px;*/
}

.social-container {
    border-top: 1px solid #26292d;
    height: auto;
    overflow: auto;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 11px;
    width: 300px;
}

.icon {
    float: left;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.icon img {
    float: left;
    margin-right: 5px;
}

.icon .social-name {
    float: left;
    padding-top: 10px;
    color: #a1a1a1;
}

#footer {
    background: url(../images/bg_footer.png) top center no-repeat;
    height: auto;
    width: 100%;
    overflow: auto;
    min-width: 985px;
    padding-top: 30px;
    padding-bottom: 25px;
}


/*#footer {
	background:url(../images/bg_footer_tile.png) top left repeat;
height:auto;
width:985px;
margin:0 auto;
}*/

.footer-content {
    width: 985px;
    height: auto;
    margin: 0 auto;
    overflow: auto;
}

.footer-menu {
    float: right;
    width: auto;
    height: auto;
    color: #bdbdbd;
    font-size: 10px;
}

.footer-menu a {
    color: #686868;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    /*font-style:italic;*/
}

#sidebar {
    width: 325px;
    float: right;
    height: auto;
    overflow: auto;
}

#content-left {
    width: 630px;
    float: left;
    height: auto;
    overflow: auto;
    padding-bottom: 30px;
    color: #a1a1a1;
    font-size: 14px;
    /*font-style:italic;*/
}

#content-100 {
    width: 100%;
    float: left;
    height: auto;
    overflow: auto;
    padding-bottom: 30px;
    color: #a1a1a1;
    font-size: 14px;
    /*font-style:italic;*/
}

#content-100 img {
    float: left;
    margin: 0 0 0 1px !important;
    padding: 0 !important;
}


/*Header*/

h1 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 30px;
    color: #FFF;
    font-weight: lighter;
}

h2 {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 30px;
    color: #FFF;
    font-weight: lighter;
}

h3 {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    color: #FFF;
    font-weight: lighter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}


/* Fade in Image Header*/

.effectContainer {
    margin: 0;
}

.slide {
    position: relative;
    height: 393px;
    width: 821px;
    /*width: 100%;*/
}

.r1 {
    /*font-family:Georgia, "Times New Roman", Times, serif; */
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.image-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 339px;
    height: 190px;
}

.image-title {
    font-size: 30px;
    color: #0c0f11;
    /*font-style:italic;*/
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.image-desc {
    font-size: 18px;
    color: #434648;
    /*font-style:italic;*/
}

.submenu-container {
    width: 300px;
    height: auto;
    overflow: auto;
    padding-bottom: 30px;
}

.submenu-container ul {
    margin: 10px 0 0 0;
    padding: 0;
    border-top: 1px solid #26292d;
}

.submenu-container li {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #26292d;
    background: url("../images/arrow-sub.png") no-repeat top left;
    background-position: 10px;
}

.submenu-container a {
    color: #CCC;
}

.submenu-container a:hover {
    color: #FFF;
}


/*Accordion*/

.accordion {
    padding: 0;
    margin: 0 0 30px;
    border-top: none;
    border-left: none;
    margin-top: 25px;
}

.accordion ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.accordion ol {
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
}

.accordion li {
    cursor: pointer;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.accordion li.active>a {
    background: url("../images/arrow-back.png") no-repeat top left;
    background-position: 2px 2px;
}

.accordion li div {
    padding: 20px;
    display: block;
    clear: both;
    float: left;
}

.accordion a {
    text-decoration: none;
    border-bottom: 1px solid #26292d;
    font-size: 15px;
    color: #FFF;
    padding: 0 10px;
    display: block;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat top left;
    background-position: 2px 2px;
}

.list-product a {
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 25px;
}

.products-content a {
    float: left;
    background: none !important;
    border-bottom: 0 !important;
}

.p-product2 {
    padding-left: 0 !important;
    padding-top: 20px !important;
}

a.image-link {
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    padding-left: 5px !important;
    cursor: pointer;
}

.clear {
    padding: 0 !important;
    margin: 0 !important;
}

.none {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.none-ul {
    padding-left: 20px;
    padding-top: 5px;
    margin: 0;
    padding-bottom: 15px;
}

.white {
    text-decoration: none;
    font-weight: lighter;
    color: #FFF;
}

#mapviewer {
    margin-top: 45px;
    border-radius: 3px;
    overflow: hidden;
    width: 600px;
    height: 350px;
    float: right;
}

.download-form {
    width: auto;
    height: 38px;
    background: url(../images/icon-png.png) top left no-repeat;
    margin-top: 20px;
    color: #FFF;
    font-size: 11px;
    padding-left: 45px;
}

.download-form img {
    margin-top: 3px;
}


/*Quote*/

blockquote p {
    padding: 0px 20px 0px 0px;
    font-size: 18px;
    color: #FFF;
    float: left;
    background: url(../images/quote_down.png) bottom right no-repeat;
}

blockquote {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    color: #FFF;
    background: url(../images/quote_up.png) top left no-repeat;
    height: auto;
    overflow: auto;
}


/*Contac Form*/

.table-inquiry {
    border-top: 1px solid #26292D;
    padding-top: 20px;
    border-bottom: 1px solid #26292D;
    padding-bottom: 20px;
}

.table-inquiry .textbox {
    background-color: #2c2c2c;
    padding: 7px;
    border: 0;
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
}

.button-inquiry {
    background: url(../images/button-inquiry.png) top left no-repeat;
    border: 0;
    width: 173px;
    height: 41px;
    text-indent: -1000000px;
    cursor: pointer;
}

.box-about-us {
    width: 310px;
    height: auto;
    float: left;
    overflow: auto;
    margin-bottom: 40px;
    margin-top: 55px;
    text-align: center;
}

.box-about-us img {
    margin-bottom: 5px;
}

.menu .text-right li {
    margin-top: 7px;
}

.portfolio-btn {
    background-color: #000;
    padding: 3px 17px;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 15px !important;
}

.dropdown-content {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown:hover>.dropdown-content {
    display: block;
    position: absolute;
    background-color: #2a1470;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1;
    padding: 7px 5px;
    top: 27px;
}

ul.dropdown-content li a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3px 10px;
}

ul.dropdown-content li {
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.dropdown-submenu-content {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-submenu-content {
    display: block;
    position: absolute;
    background-color: #2a1470;
    min-width: 135px;
    z-index: 1;
    top: 0;
    left: 135px;
}

ul.dropdown-submenu-content li a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
}

ul.dropdown-submenu-content li {
    padding-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clearfix {
    clear: both;
}

.middle-content {
    /*font-style: italic;*/
    width: 100%;
}

.slider-content {
    position: absolute;
    top: 7%;
    left: 11%;
    background: rgba(0, 147, 221, 0.4901960784);
    padding: 24px;
}

.click-btn {
    background: #fff;
    padding: 10px 23px;
    border-radius: 32px;
    color: #000;
    margin: 0px auto;
}

.slider-content p {
    text-align: center;
}

nav.right-stick {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    top: 20%;
    z-index: 9999;
}

nav.right-stick ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 0px;
}

nav.right-stick ul li {
    height: 45px;
    position: relative;
    margin-bottom: 1px;
}

nav.right-stick ul li:nth-child(1) a {
    background: linear-gradient(to right, #0093dd, #29166f);
}

nav.right-stick ul li:nth-child(2) a {
    background: linear-gradient(to right, #0093dd, #29166f);
}

nav.right-stick ul li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
    text-decoration: none !important;
}

nav.right-stick ul li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
}

nav.right-stick ul li a:hover {
    z-index: 1;
    width: 200px;
    width: 313px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

nav.right-stick ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

nav.right-stick ul li a {
    color: #fff !important;
    line-height: 45px;
}

nav.right-stick ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px;
    padding-left: 66px;
}

.fadenav {
    z-index: 9999999999;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.fadenav a {
    border: 1px solid #28156e;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 20px;
    margin: 0px 2px;
}

.fadenav a.current {
    background: #28156e;
}

.middle-content p span,
.middle-content ul li span,
.quote span {
    font-size: 15px !important;
}

.testimonial .client_img {
    margin-bottom: 10px;
}

nav.right-stick ul li:nth-child(3) a {
    background: linear-gradient(to right, #0093dd, #29166f);
}

nav.right-stick ul li a {
    background: #000 !important;
}

.btn-primary {
    color: var(--rv-white);
    background-color: var(--rv-primary);
    border-color: var(--rv-primary);
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: var(--rv-secondary);
    border-color: var(--rv-secondary);
    color: var(--rv-white);
}

.navbar.navbar-expand-lg,
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

#frame1 {
    overflow: auto;
    display: block;
    width: 100%;
}

.vidio-image-part {
    position: relative;
}
.vidio-image-part::after {
    content: "";
    position: absolute;
    background: #0092dd;
    width: 100%;
    height: 100%;
    top: -25px;
    left: -30px;
    border-radius: 20px;
    z-index: 0;
}
.vidio-image-part img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.home-about-section .video-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0;
}
.home-about-section .video-icon a.venobox {
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #fff;
    animation: ripple-blue 1.5s linear infinite;
    background: #0093dd;
    font-size: 28px;
    z-index: 44;
}
.slider-video .video-icon .venobox i {
    padding: 20px 30px !important;
}

    @keyframes ripple-blue {
    0% {
    box-shadow: 0 0 0 10px #0093dd3a, 0 0 0 10px #0093dd3a, 0 0 0 20px #0093dd3a;
    }
    100% {
    box-shadow: 0 0 0 10px #0093dd3a, 0 0 0 20px #0093dd3a, 0 0 0 30px #0093dd3a;
    }
    }


    .bg-light {
        background: #ececf2 !important;
    }
    .section {
        padding: 60px 0;
    }
    .content-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .rv-content-box {
        background: #ececf2;
        padding: 30px;
        border-radius: 25px;
    }
    .rv-content-box .icon {
        float: none !important;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rv-content-box .icon img{
        float: none !important;
    }
    .rv-info-box .content h5 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .rv-info-box .content p {
        margin: 0;
        line-height: 22px;
    }
    .rv-grid-row {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .rv-info-box {
        background: #ececf2;
        padding: 20px;
        border-radius: 10px;
        height: 100%;
    }
    .bg-light .rv-info-box {
        background: #fff;
    }
    .rv-info-box .icon {
        float: none !important;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bg-light .rv-info-box  .icon{
        background: #ececf2
    }
    .rv-info-box .icon img{
        float: none !important;
    }


    .gallery_slide_one .item-slide.slick-slide {
        height: 280px;
    }
    .gallery_slide_one .gallery-items {
        height: 100%;
        margin: 0 10px;
    }
    .gallery_slide_one .gallery-items img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .gallery_slide_one .slick-dots {
        bottom: -40px;
    }
    .budget-slider-section .item-slide .budget-items img{
width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.budget-slider-section .gallery_slide_one .slick-dots {
    bottom: -30px;
}
.budget-slider-section .gallery_slide_one .budget-items {
    padding: 10px;
}
.launched-yet-another .images img {
    width: 100%;
    height: 250px;   transition: .5s;
    object-fit: cover;
}
.launched-yet-another .images {
    padding: 15px 0;
}
.launched-yet-another .images a{
    overflow: hidden;
	position:relative;    display: block;
}
.launched-yet-another .images:hover img {
    transform: scale(1.1) rotate(5deg);
    transition: .5s;
}


/* General Styling */

.rv-heading .section-title {
    font-size: 1.5rem; /* Decreased font size */
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
}

.modern-card {
    background: #fff;
    border-radius: 50%; /* Make card circular */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 225px; /* Set fixed height for circular effect */
    width: 225px; /* Set fixed width for circular effect */
    position: relative; /* Needed for absolute positioning of loading overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Center text horizontally */
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.circle-tab {
    position: relative;
    display: flex;
    flex-direction: column; /* Align children vertically */
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* Ensure inner circle-tab is also circular */
    width: 100%;
    height: 100%;
    padding: 1rem; /* Adjust padding if necessary */
    background: #fff; /* Ensure background is white to hide border background */
}

.stat-heading {
    font-size: 1rem; /* Decreased font size */
    font-weight: 600;
    color: #555;
    margin: 0.5rem 0;
}

.counting {
    font-size: 1.8rem; /* Decreased font size */
    font-weight: 700;
    color: #007bff;
}

.cr-text {
    font-size: 0.8rem; /* Decreased font size */
    color: #666;
    margin-left: 0.5rem;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.2rem; /* Further decrease font size for smaller screens */
    }

    .counting {
        font-size: 1.6rem; /* Further decrease font size for smaller screens */
    }

    .stat-heading {
        font-size: 0.9rem; /* Further decrease font size for smaller screens */
    }
}


.nav-pills {
    margin: 20px 0; /* Adds vertical space above and below the navigation pills */
}

.nav-pills .nav-link {
    border-radius: var(--rv-bdr-radius);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    padding: 10px 15px;
    background-color: var(--rv-bg-primary-light);
    color: var(--rv-secondary);
    font-size: 15px;
}

.nav-pills .nav-link.active {
    background-color: var(--rv-primary); /* Active background color */
    color: var(--rv-white);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow for the 3D effect */
}

.nav-pills .nav-link:hover {
    background-color: var(--rv-black); /* Hover background color */
    color: var(--rv-white); /* Text color to ensure visibility */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.nav-pills .nav-link:not(.active) {
    border: 1px solid var(--rv-gray); /* Border for inactive tabs */
}

.card-title {
    overflow: hidden; /* Ensures text doesn't overflow */
    padding: 5px 10px; /* Ensures padding remains consistent */
}


.content-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    gap: 10px;
}
.content-card .image-container {
    height: 250px;
    width: 350px;
}
.content-card .image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.content-card .button-container {
    width: 100%;
}
.content-card .button-container .btn-primary {
    width: 100%;
}
.work-shop #pills-tabContent {
    width: 100%;
}
    width: 100%;
}
.work-shop #pills-tab li.nav-item {
    width: 33.33%;
    text-align: center;
}

.work-shop .tab-pane .images {
    width: 100%;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    margin-bottom: 20px;
    background: #1b1b1b;
    border: 4px ridge #000000;
    height: 210px;
}


.work-shop  ul#pills-tab {
    width: 100%;
}
.work-shop ul#pills-tab li {
    width: 33.33%;
    text-align: center;
}


.iframe {
	height:300px;
    width: 100%;
}
.home-about-section .iframe {
    height: 500px;
    /* width: auto; */
    width: 100%;
}
.section-pb button.slick-prev.slick-arrow {
    left: -40px;
}
.section-pb button.slick-next.slick-arrow {
    right: -40px;
}