html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
            40% 0%,
            75% 84%,
            from(#05386b),
            to(#05386b),
            color-stop(.6, #05386b))
}

/*start background color Block*/
.bg-gradient {
    background-color: #05386b;
}

.bg-centergradient {
    background: linear-gradient(white, silver);
}

.bg-onecolor {
    background-color: #05386b;
}

h3,
h5 {
    color: #05386b;
    font-weight: bold;
}

.txtColor {
    color: #05386b;
    font-weight: bold;
}

/*End background color Block*/
p {
    line-height: 23px;
}

/*Main Menu logo and social links*/
.logo {
    padding: 10px;
    text-align: center;
}

.social-link {
    text-align: center;
    margin-top: 15px;
}

.social-link i {
    font-size: 25px;
    color: white;
}

/*Main Menu Area*/
.mainmenu-area {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
    box-shadow: black 10px 3px 30px;
    position: relative;
}

.center-menu {
    height: 55px;
}

.mainmenu-area ul.navbar-nav li a {
    color: #6e6a6a;
    font-size: 14px;
    padding: 17px;
}

/*Remove Bootstrap auto .nav hover*/
.nav>li>a:hover {
    background-color: transparent;
}

.mainmenu-area ul.navbar-nav li:hover a {
    color: #05386b;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0px 0px 5px white;
}

.mainmenu-area ul ul {
    list-style: none;
    display: none;
    width: 200px;
    position: absolute;
}

.mainmenu-area ul li:hover>ul {
    display: block;
}

.mainmenu-area ul li a {
    text-decoration: none;
    display: block;
}

.mainmenu-area ul ul li:hover {
    border-bottom: 2px solid #05386b;
}

.mainmenu-area ul ul li {
    margin-left: -40px;
}

.drp-menu {
    background-color: silver;
}

.nav>li>a.current {
    color: #17c675;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0px 0px 5px white;
}

.mainmenu-area ul.navbar-nav li a.active {
    color: #05386b;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 0px 0px 5px white;
}

/*Slider*/
.accordian {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    overflow: hidden;
}

.accordian ul {
    display: flex;
    flex-wrap: nowrap;
    /*        justify-content: center;*/
    overflow: hidden;
}

.accordian li {
    position: relative;
    display: block;
    width: 200px;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/*Reduce with of un-hovered elements*/
/*.accordian ul:hover li {
    width: 40px;
}*/
.accordian ul li:hover {
    width: 310px;
}

.accordian li img {
    display: block;
}

/*Image title styles*/

.top-title {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    width: 320px;
    background: #05386b;
}

.image_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    background: #05386b;
}

.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    /*text-shadow:0px 2px 2px gray;*/
}

/*Index Page Content*/
.first-div-content,
.second-div-content,
.third-div-content,
.fourth-div-content {
    border: 1px solid silver;
    padding: 10px;
    margin-top: 0px;
}

.first-div-content,
.second-div-content {
    height: 428px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ftr-div {
    /* height: 180px; */
    border-right: 1px solid #075099;
}

.slider-inner-div {
    border: 1px solid silver;
    padding: 10px;
}

.content h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.content {
    margin-top: 20px !important;
}

/* Sticky footer layout: keep footer at bottom even when content is short */
#form1 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#container {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.close-div {
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn {
    background: repeating-linear-gradient(silver, white, silver);
    border-radius: 100px;
    font-size: 12px;
}

.btn:hover {
    background: repeating-linear-gradient(silver, white);
    color: black;
}

.third-div-content ul {
    list-style: none;
    padding: 0px;
}

.third-div-content ul li {
    padding-top: 5px;
    margin-left: 0px;
    border-bottom: 1px solid silver;

}

.third-div-content ul a {
    color: gray;
    margin-left: 8px;
}

.fa-square {
    font-size: 14px;
    color: silver;

}

.third-div-content li:hover i {
    font-size: 14px;
    color: #05386b;
}

.third-div-content i {
    font-size: 14px;
    color: #05386b;
}

.third-div-content li:hover a {
    color: black;
    font-weight: bold;
}

/*classes used in jquery addClass*/
.selectedli {
    color: black;
    font-weight: bold;
}

.selectedi {
    font-size: 14px;
    color: #17c675;
}

.iconborder {
    border-top: 1px solid black;
    color: silver;

}

.iconborder:hover {
    border-top: 3px solid black;
    color: #05386b;
}

.nav-icons h3 {
    font-size: 16px;
}

/*  .nav-icons .row {
        display: flex;
        flex-direction: column;  Stack items vertically 
        gap: 20px;  Add spacing between items 
        margin-bottom: 30px;
    }*/

/*Footer*/
.md-original,
.fc-original {
    display: none;
}

.logo1-opacity {
    opacity: 0.4;
}

.logo1-opacity:hover {
    opacity: 1;
}

.logo-opacity:hover {
    opacity: 1;
}

.logo-opacity {
    width: 100px;
    opacity: 0.8;
    padding: 5px;
}


.footer-bottom-area {
    color: #fff;
    /* padding: 25px; */
    bottom: 0;
    text-align: center;
    /* margin-top: 30px; */
}

.footer-navbar ul a {
    color: white;
    font-size: 17px;
}

.footer-navbar ul li a:hover {
    background: none;
    text-decoration: underline;
}

.footer-navbar ul li {
    padding-top: 6px;
}

.ftr-col-div {
    padding-top: 12px;
    /* padding-bottom: 12px; */
}

.ftr-service-lnk ul li {
    padding-top: 2px;
}

/* .ftr-social-link {
    padding-top: 7px;
} */

/*End Footer*/
.second-div-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 428px;
}

.second-div-content p {
    text-align: left;
}

.portfolio-logo {
    height: 130px;
    width: 170px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-logo img {
    max-width: 150px;
    max-height: 110px;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* Portfolio product cards (Software section) */
.portfolio-product-card {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.portfolio-product-card h3 {
    margin-top: 0;
}

/* Ensure equal-height cards for Web Development websites on larger screens */
#web-development .portfolio-product-card {
    min-height: 600px;
    /* adjust this value if you want taller/shorter cards */
    display: flex;
    flex-direction: column;
}

/* Mobile adjustments for portfolio product cards (full-width, no outer border) */
@media (max-width: 767px) {

    /* Prevent any horizontal scrolling on small screens */
    html,
    body {
        overflow-x: hidden;
    }

    /* Remove the top divider line above each portfolio menu heading (inline style override) */
    .nav-icons .ca-menu2-child {
        border-top: none !important;
    }

    #web-development .portfolio-product-card {
        border: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 25px;
        box-shadow: none;
        background: transparent;
        min-height: auto;
        /* let height be natural on mobile */
    }

    #web-development .portfolio-product-card img {
        border-radius: 0;
    }
}

/* Portfolio design images (Graphic Design section) */
.portfolio-design-img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 6px;
    background: #fff;
}

.portfolio-brochure {
    height: 270px;
    width: 270px;
    padding-top: 20px;
}

.portfolio-brochure img {
    width: 250px;
}

.page-header {
    height: 100px;
    padding: 20px;
    text-align: center;
    color: white;
    margin-top: 0px;
}

.company-link {
    list-style: none;
    font-weight: bold;
    margin-left: -40px;
}

#topsociallink {
    display: none;
    margin-top: 0px;
}

#it-consulting,
#web-development,
#seo-process,
#mob-development,
#graphic-design {
    display: none;
}

.WebSlidercolor {
    color: #17c675;
}

.webdiv,
.softdiv,
.graphicdiv,
.it-consultingdiv {
    border: 1px solid silver;
    border: 1px solid silver;
    padding: 10px;
}

.webslider {
    border: 1px solid silver;
    border-radius: 10px;
}

.websiteSliderLink {
    border-right: 1px solid silver;
}

.websiteSliderLink li {
    list-style: none;
    text-decoration: none;
    border-bottom: 1px solid silver;
    padding: 15px 15px 15px 0px;
}

.websiteSliderLink li a:hover {
    color: black;
}

.websiteSliderLink li a {
    text-decoration: none;
}



#graphic-design .graphicdiv,
#graphic-design .webslider {
    border: none;
    padding: 0;
}

#graphic-design .websiteSliderLink {
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* center the menu with equal space on left/right */
    /* gap: 10px; */
    padding: 0;
    /* margin: 0 0 25px 0; */
}

#graphic-design .websiteSliderLink li {
    border-bottom: none;
    padding: 0;
    margin: 5px 10px 0 0;
}

#graphic-design .websiteSliderLink li a {
    display: block;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #05386b;
    font-weight: 600;
}

#graphic-design .websiteSliderLink li a.active {
    background: #05386b;
    color: #fff !important;
    /* override inline color set by JS so active text is white */
    border-color: #05386b;
}

#web-GCCI,
#web-Pameric,
#web-MdAdherence,
#web-opal,
#web-ELT,
#web-seaqueen {
    display: none;
}

.pointer {
    cursor: pointer;
}

.toplogo {
    display: none;
}

/*Mobile Responsive Slider*/
.mobile-slider {
    display: none;
}


/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/*End Mobile Slider*/
/*give style scroll bar on index introduction*/
#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
            40% 0%,
            75% 84%,
            from(#05386b),
            to(#05386b),
            color-stop(.6, #05386b))
}

#brochure {
    display: none;
}

@media(max-width:1282px) {

    .first-div-content,
    .second-div-content {
        height: 428px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .social-link i {
        font-size: 18px;
    }

    .accordian {
        width: 100%;
        height: 300px;
    }

    .accordian li {
        height: 300px;
    }

    .gmap {
        width: 100%;
    }
}

.portfolio-product-right {
    padding: 20px;
}

@media(min-width:992px) {
    .portfolio-product-right {
        padding: 20px 40px 20px 20px;
    }
}

@media(max-width:1180px) {

    .social-link i {
        font-size: 18px;
    }

    .accordian {
        width: 100%;
        height: 300px;
    }

    /*.accordian li {
	width: 120px;
}*/

    .gmap {
        width: 100%;
    }
}

@media(max-width:1100px) {

    .accordian {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .accordian li {
        height: 250px;
    }

    .gmap {
        width: 100%;
    }
}

@media(max-width:990px) {
    .first-div-content {
        height: 290px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .second-div-content {
        height: 210px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .accordian {
        width: 100%;
        height: 230px;
    }

    .accordian li {
        height: 230px;
    }

    .social-link i {
        font-size: 12px;
    }

    #sociallink {
        display: none;
    }

    .logo {
        display: none;
    }

    .toplogo {
        display: block;
        float: left;
        padding-right: 40px;
        margin-top: 5px;
    }

    #topsociallink {
        display: block;
        text-align: right;
        float: right;
        margin-top: 5px;
    }

    #topsociallink i {
        font-size: 18px;
    }

    .gmap {
        width: 100%;
    }

    .ftr-div {
        height: 150px;
        width: 25%;
        float: left;
    }

    .ftr-social-link a i {
        font-size: 24px;
    }

    .ftr-service-lnk ul {
        padding-left: 0px;
    }

    .logo-opacity {
        width: 70px;
        float: left;
    }
}

@media(max-width:950px) {
    .accordian {
        width: 100%;
        height: 200px;
    }

    .accordian li {
        height: 200px;
    }

}

@media(max-width:768px) {
    .window-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .navbar-nav {
        display: none;
    }

    .activeDrpMenu {
        display: block;
    }

    .btn-toggle {
        padding-right: 27%;
        text-align: center;
    }

    .first-div-content {
        height: 280px;
    }

    .second-div-content {
        height: 200px;
    }

    .mainmenu-area ul.navbar-nav li {
        /*background: #d6d6d6;*/
        background-color: #c0c0c0;
    }

    .mainmenu-area ul.navbar-nav li a {
        color: black;
    }

    .mainmenu-area ul ul {
        width: 100%;
        position: absolute;
        z-index: 999;
    }

    .mainmenu-area ul li a {
        text-align: center;
    }

    #topsociallink {
        display: block;
        text-align: right;
        margin-right: -40px;
        margin-top: -55px;
    }

    .logo {
        display: none;
    }

    .toplogo {
        display: block;
        height: 3px;
        padding-top: 2px;
        margin-left: -20px;
    }

    /*p{
    line-height:18px;
}*/
    .gmap {
        width: 100%;
    }

    .footer-bottom-area {
        text-align: center;
    }

    .ftr-social-link {
        display: none;
    }

    .ftr-div {
        border-right: 0px solid white;
        height: auto !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: auto !important;
        flex: 0 0 auto;
    }

    .footer-logo-col,
    .footer-links-col {
        width: auto !important;
        max-width: 100%;
    }

    .footer-navbar {
        display: block;
        margin: 0 !important;
    }

    .footer-navbar ul a {
        font-size: 12px !important;
    }

    .ftr-service-lnk {
        display: none;
    }

    .abt-logo {
        display: none;
    }

    .ftr-logo {
        display: block;
        padding-top: 5px;
    }

    .ftr-logo img {
        height: 40px !important;
    }

    .footer-bottom-area {
        padding: 10px 0 !important;
    }

    .ftr-col-div {
        padding: 5px 0 !important;
    }

    .footer-navbar ul {
        gap: 5px !important;
        margin-bottom: 0 !important;
    }

    .footer-navbar ul li a {
        padding: 2px 5px !important;
        line-height: 1.2 !important;
    }

    .footer-navbar ul li {
        padding-top: 0 !important;
    }

    .abtus-content {
        padding-right: 30px;
    }

    .ftr-bg {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width:545px) {
    .first-div-content {
        height: 280px;
    }

    .second-div-content {
        height: 260px;
    }
}

@media(max-width:400px) {
    .first-div-content {
        height: 330px;
    }

    .second-div-content {
        height: 280px;
    }

    .gmap {
        width: 100%;
    }

    .btn-toggle {
        padding-right: 37%;
    }

    .content {
        margin-top: 10px;
    }
}

@media(max-width:360px) {
    .first-div-content {
        height: 360px;
    }

    .second-div-content {
        height: 350px;
    }
}