html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 20px;
    background: var(--white-color);
    color: var(--primary-color);
    position: relative;
}

:root {
    --primary-color: #60697c;
    --white-color: #fff;
    --active-nav: #0093d0;
}
.width100{
    width: 100%;
}

h1 {
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    margin: 0 0 35px;
}

h2 {
    font-size: 35px;
    line-height: 39px;
    font-weight: 400;
    color: inherit;
    margin: 0 0 20px;
    position: relative;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: inherit;
    margin: 0 0 15px;
    font-weight: 400;
}

h4 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 10px;
    font-weight: 400;
}

#search-form ::placeholder,
#search-form1 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
}

#search-form :-ms-input-placeholder,
#search-form1 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--white-color);
}

#search-form ::-ms-input-placeholder,
#search-form1 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--white-color);
}
.sector-area-holder:hover {
    background: rgba(0, 183, 255, 0.79);
}

.form-row .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--primary-color);
}

.form-row .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--primary-color);
}

.form-row .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--primary-color);
}

.gen-btn {
    border: 2px solid #fff;
    padding: 12px 15px 12px 15px;
    text-align: center;
    background: transparent;
    position: relative;
    min-width: 190px;
    font-size: 1.0rem;
    line-height: 19px;
    color: #fff;
    transition: all 0.3s ease-out;
}

.gen-btn::before {
    font-family: 'FontAwesome';
    content: "";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.gen-btn:focus {
    outline: none;
}

.gen-btn {
    background: var(--active-nav);
    border: 2px solid var(--active-nav);
}
.gen-btn-new{
	min-width:auto !important;
}

.vertical-centered-translated {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#header {
    background-size: cover;
    position: relative;
}

.header-top .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 17px;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 10px 13px 10px;
    transition: all 0.3s ease-out;
}

.header-top .navbar-nav .nav-link:hover {
    background:#0000006e;
}

.header-top {
    padding-top: 15px;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.header-top .navbar {
    padding-left: 0;
}

.header-bottom .slideboxinfo {
    height: 70vh;
    padding-top: 40px;
}

.header-bottom .slideboxinfo p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-top .navbar-brand {
    padding: 0;
    margin: 0;
}

.header-top .navbar-brand .logo1 {
    display: block;
}

.header-top .navbar-brand .logo2 {
    display: none;
}

.header-top .search-nav-item {
    background: var(--active-nav);
    margin-left: 13px;
}

.header-top .search-nav-item.search-nav-item1 {
    opacity: 0;
}

.header-top .search-nav-item .nav-link {
    padding: 9px;
    height: 100%;
}

#header.about-header {
    height: 40rem;
}

.header-top .dropdown-menu {
    background: #fff;
}

.header-top .dropdown-menu .dropdown-item {
    border-bottom: 1px solid transparent;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background: transparent;
    width: auto;
}

.header-top .dropdown-menu .dropdown-item:hover {
    border-bottom: 1px solid #ccc;
}

.header-top .dropdown-menu .nav-item .dropdown-toggle {
    position: relative;
}

.header-top .dropdown-toggle i {
    font-size: 20px;
    padding-left: 2px;
    transition: all 0.3s ease-out;
}

.header-top .dropdown-toggle::after {
    display: none;
}

.header-top li.nav-item.dropdown {
    top: -3px;
}

/* .header-top .navbar-nav .nav-link:hover .fa.fa-angle-down {
    transform: rotate(180deg);
} */

.about-bottom-head {
    position: absolute;
    bottom: 50px;
}

.slick-vertical .slick-slide p {
    color: #fff;
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 40px;
}

.slick-prev,
.slick-next {
    position: relative;
    border: none;
    outline: none;
    background: transparent;
    left: 20%;
}

.slick-prev:focus,
.slick-next:focus {
    border: none;
    outline: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 50%;
    right: auto;
    left: 91%;
    bottom: auto;
    z-index: 1;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
}

.slick-dots li button {
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-indent: 9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: var(--active-nav);
}

.header-bottom .slick-dots {
    position: absolute;
    top: 50%;
    display: block;
    left: 81%;
    z-index: 0;
}

.header-bottom .slick-dots li {
    list-style: none;
    display: flex;
    cursor: auto;
    margin: 0;
    width: 100%;
}

.header-bottom .slick-dots li button {
    border-radius: 50%;
    width: 60px;
    height: 7px;
    border: none;
    background-color: #5f687b;
    text-indent: -9999px;
    outline: 0;
    border-radius: 0;
    cursor: auto;
}

.header-bottom .slick-dots li.slick-active button {
    background-color: var(--active-nav);
    width: 70px;
}

/* .header-bottom .slick-dots li.slick-active {
    width: 60px;
} */

.what-sec {
    background: var(--active-nav);
    padding: 50px 0 0;
    margin: 0 0 -210px;
    z-index: 0;
}

.cloud-engineering-tab {
    background-color: var(--active-nav);
    padding: 50px 0;
    color: #fff;
}

.what-sec .container h2,
.join-sec-block h2,
.retail-section h2,
.cloud-engineering-content h2,
.cloud-engineering-tab h2,
.apply-info-block h2 {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 39px;
    font-size: 35px;
}

.retail-section h2,
.cloud-engineering-content h2,
.apply-info-block h2 {
    color: var(--primary-color);
}

.what-sec .container h2::before,
.join-sec-block h2::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: calc(100% - 60%);
    background: #fff;
    height: 4px;
}

.retail-section {
    font-size: 15px;
    line-height: 22px;
}

.retail-section h2::before,
.cloud-engineering-content h2::before,
.cloud-engineering-tab h2::before,
.apply-info-block h2::before,
.managed-services-box h3::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: calc(100% - 111px);
    background: #fff;
    height: 4px;
}

.cloud-engineering-tab h2::before,
.apply-info-block h2::before {
    width: calc(100% - 79%);
}

.apply-info-block h2::before {
    background: var(--active-nav);
}

.myaccount-tab-menu.nav a.active,
.myaccount-tab-menu.nav a {
    padding: 1.0rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.myaccount-tab-menu.nav a {
    color: #06b9ff;
}

.myaccount-tab-menu.nav>a.active::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 2rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    bottom: 100%;
    background-image: url('../imgs/shadow-before.png');
    background-position: bottom;
}

.myaccount-tab-menu.nav>a.active::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 2rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 100%;
    background-image: url('../imgs/shadow-before.png');
    background-position: top;
}

.myaccount-tab-menu.nav {
    flex-direction: column;
}

.cloud-engineering-tab .top-sec-g p {
    margin: 0 0 40px;
}

.cloud-engineering-tab .box-caption-content {
    background: #ffffff;
    padding: 4rem 2rem;
}

.cloud-engineering-tab .box-caption-content h3 {
    font-weight: 700;
    color: var(--active-nav);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.cloud-engineering-tab .box-caption-content p {
    margin: 0;
}

.cloud-engineering-tab .c-caret {
    position: absolute;
    left: calc(100% + 0.1rem);
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.cloud-engineering-tab a.active .c-caret {
    opacity: 1;
}

.mytab-imgholder img {
    object-fit: cover;
    object-position: center;
}

.cloud-engineering-tab .box-caption-content {
    color: var(--primary-color);
}

.retail-section h2::before {
    background: var(--active-nav);
    width: calc(100% - 39%);
}

.cloud-engineering-content h2::before {
    background: var(--active-nav);
    width: calc(100% - 61%);
}

.support-sec-info h2::before {
    width: calc(100% - 78%);
}

.retail-section h3 {
    font-size: 22px;
    line-height: 28px;
}

.retail-row {
    align-items: center;
}

.join-sec-block h2::before {
    width: calc(100% - 47%);
}

.retail-section .gen-btn {
    background: var(--active-nav);
    font-size: 14px;
    line-height: 17px;
    border: none;
    outline: none;
}

.retail-section .gen-btn:hover {
	opacity:0.7
}

.retail-section .gen-btn::before {
    right: 10px;
}

.retail-section p {
    margin: 0 0 25px;
}

.what-sec .container>p {
    color: #fff;
    margin: 0 0 50px;
}

.featured-case-study {
    position: relative;
    color: #fff;
    height: 100%;
}

.featured-case-study::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.indus-blog-area {
    padding: 40px 0;
}

.caption-chip-g {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    background: var(--primary-color);
    color: #fff;
    padding: 0.2rem 1rem;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 10px;
}

.featured-case-study-left .caption-chip-g {
    background: rgba(0, 183, 255, 0.79);
    font-size: 0.8rem;
    line-height: 20px;
    padding: 0.3rem 0.5rem;
    border-radius: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.05px;
}

.side-blog-posts {
    height: 50%;
    border-bottom: 1px solid #e4e5e8;
    margin: 0 0 25px;
}

.vertical-centered-translated {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-blog-posts img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: 0.8rem;
    object-position: center;
}

.side-blog-posts:last-child {
    border-bottom: none;
}

.featured-case-study h3 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 28px;
}

.what-sec-box {
    background: #fff;
    padding: 35px 20px 22px;
    font-size: 16px;
    line-height: 20px;
}

.caption-wrap-g .gen-btn {
    border: 2px solid #fff;
    padding: 10px 20px 10px 20px;
    text-align: left;
    background: transparent;
    position: relative;
    min-width: 176px;
    font-size: 17px;
    line-height: 19px;
    color: #fff;
    transition: all 0.3s ease-out;
}

.caption-wrap-g .gen-btn:hover {
    opacity:0.7
}

.featured-case-study img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center right;
}

.featured-case-study .caption-wrap-g {
    position: absolute;
    left: 15rem;
    bottom: auto;
    right: 3rem;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}

.what-sec-box .gen-btn {
    border: 2px solid var(--active-nav);
    min-width: auto;
    width: 100%;
    color: white;
}
.what-sec-box .gen-btn:hover{
opacity:0.7
}

.what-sec-box .gen-btn::before {
    color: white;
}

.what-sec-box .gen-btn:hover {
    color: #fff;
}

.what-sec-box .gen-btn:hover::before {
    color: var(--white-color);
}

.what-sec-box h3,
.chair-sec-info h2,
.sector-area-box.sector-area-box-left h3,
.footer-topinfo h2,
.about-counter-block h2,
.modal-box-info h2,
.enterprise-app-block h2 {
    margin: 0 0 39px;
    font-weight: 400;
    position: relative;
    padding: 20px 0 0 0px;
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 32px;
}

.what-sec-box h3 {
    padding: 0;
    margin: 0 0 7px;
    font-size: 32px;
    line-height: 35px;
}

.sector-area-box.sector-area-box-left h3 {
    font-size: 35px;
    line-height: 39px;
    font-weight: 400;
}

.sector-area-box a i {
    font-size: 20px;
    color: #fff;
}

.chair-sec-info h2,
.modal-box-info h2 {
    margin: 0 0 7px;
    padding-bottom: 0;
}

.modal-box-info h2 {
    margin: 0 0 15px;
}

.chair-sec-info h3 {
    display: inline-block;
}

.footer-topinfo h2 {
    display: inline-block;
}

.what-sec-box h3::before,
.chair-sec-info h2::before,
.sector-area-box-left h3::before,
.footer-topinfo h2::before,
.about-counter-block h2::before,
.modal-box-info h2::before,
.management-block h2::before,
.our-values-block h2::before,
.space-info-box h2::before,
.contact-form-block h2::before,
.address-card-item h2::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: auto;
    bottom: -5px;
    width: calc(100% - 53%);
    background: var(--active-nav);
    height: 4px;
}

.enterprise-app-block h2::before {
    width: calc(100% - 86%);
}

.contact-form-block h2::before {
    bottom: -5px;
}

.address-card-item h2::before {
    bottom: -5px;
    background: #fff;
}

.address-card-item a {
    text-decoration: none;
    color: var(--white-color);
}

.address-card-item ul li {
    margin-bottom: 20px;
}

.address-card-item ul li:last-child {
    margin-bottom: 0;
}

.address-card-item p {
    margin-bottom: 0;
}

.contact-form-box p {
    margin-bottom: 39px;
}

.contact-form-box .form-group {
    margin-bottom: 0.7rem;
}

.contact-form-box .form-control {
    font-size: 0.9rem;
}

.contact-form-box textarea.form-control {
    height: 150px;
    resize: none;
    margin-bottom: 25px;
}

.contact-form-box .gen-btn {
    border: 1px solid #ced4da;
    color: var(--primary-color);
    text-align: center;
    padding: 10px;
    background: #fff;
}

.contact-form-box .gen-btn::before {
    content: '';
}

.contact-form-box .gen-btn:hover {
    color: var(--white-color);
    border: 1px solid transparent;
    background: var(--active-nav);
}

.contact-form-box .modal-box-info h2::before {
    width: calc(100% - 62%);
    bottom: -6px;
}

.contact-form-box {
    padding: 3rem 2rem;
    background: #f0f2f4;
}

.contact-item-box .circle-hold {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: 2px solid var(--primary-color);
    justify-content: center;
    margin-right: 1.7rem;
}

.contact-item-box .circle-hold img,
.address-card-item ul li img {
    width: 40px;
    height: 40px;
    filter: invert(45%) sepia(23%) saturate(4268%) hue-rotate(167deg) brightness(90%) contrast(101%);
}

.address-card-item ul li img {
    filter: invert(100%) sepia(56%) saturate(0%) hue-rotate(24deg) brightness(120%) contrast(100%);
    width: 30px;
    height: 50px;
    margin-right: 15px;
}

.official-address-block {
    padding-bottom: 50px;
}

.footer-topinfo h2::before {
    bottom: -7px;
}

.chair-sec-info h2::before,
.what-sec-box h3::before {
    width: calc(100% - 87%);
    bottom: -45px;
}

.what-sec-box h3::before {
    width: calc(100% - 83%);
    bottom: -8px;
}

.footer-topinfo h2::before {
    width: calc(100% - 105px);
}

.chair-sec-info h3::before {
    bottom: -52px;
}

.what-sec-box p {
    margin: 0 0 20px;
}

.chair-sec-info span,
.what-sec-box span {
    display: block;
    font-size: 19px;
    line-height: 21px;
    margin: 5px 0 18px;
}

.what-sec-holder:last-child .what-sec-box h3::before {
    bottom: -12px;
}

.chair-sec-info h3 {
    margin: 0 0 10px;
}

.header-bottom {
    padding: 0;
}

.header-bottom .slick-vertical .slick-slide {
    padding-top: 100px;
    padding-bottom: 50px;
}

button.slick-next.slick-arrow {
    bottom: -24px;
}

.philosphy-sec {
    background-color: #4c5463;
    background-size: cover;
    height: auto;
    color: #fff;
    align-items: center;
    padding-top: 10px;
}

#particles-js.particle-js-holder {
    height: 70vh;
}

.particles-js-canvas-el {
    position: relative;
    transform: translateY(-60%);
    width: 100%;
}

.what-sec-rowhold {
    position: relative;
    z-index: 1;
}

.philosphy-sec h2,
.membership-holder h2,
.choose-sec h2,
.enterprise-app-block h2 {
    font-size: 35px;
    line-height: 39px;
    padding-bottom: 20px;
    margin: 0 0 15px;
    position: relative;
    display: inline-block;
}

.philosphy-sec h2 {
    z-index: 0;
    margin-top: 260px;
}

.philosphy-sec h2::after,
.membership-holder h2::after,
.choose-sec h2::after,
.enterprise-app-block h2::after,
.devop-block h2::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    top: auto;
    bottom: 5px;
    width: 50%;
    background: var(--active-nav);
    height: 4px;
}

.enterprise-app-block h2::after,
.devop-block h2::after {
    width: 15%;
}

.devop-block h2::after {
    width: 37%;
    bottom: -13px;
}

.enterprise-app-block h3 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 35px;
}

.philosphy-sec p {
    font-size: 18px;
    line-height: 26px;
}

.philosphy-sec h2::after {
    z-index: -1;
}

.membership-holder h2,
.choose-sec h2 {
    color: var(--primary-color);
}

.membership-holder p {
    margin-bottom: 57px;
}

.video-sec-box .video-holder iframe {
    width: 100%;
}

.chair-sec-info {
    align-self: center;
}

section.chairman-sec {
    padding-bottom: 60px;
}

.sector-areas {
    background: url('../imgs/sector-areas-banner-min.jpg') no-repeat center top;
    background-size: cover;
    position: relative;
}

.sector-areas::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.sector-areas .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.sector-areas {
    color: #fff;
}

.sector-area-box {
    padding: 100px 55px 60px;
}

.sector-area-box.sector-area-box-left {
    padding-bottom: 0;
}

.sector-area-box h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}
.sector-area-box h3 a{
color:#fff;
}

.sector-area-box-left h3::before {
    width: calc(100% - 79%);
}

.sector-area-box h3 {
    margin: 0 0 35px;
}

.sector-area-holder {
    position: relative;
	    background: #00000080;
		border-bottom: 1px solid #fff;
}

.sector-area-holder::before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #fff;
    position: absolute;
    content: '';
    z-index: 2;
}
/*
.sector-area-holder:hover::before {
    width: 100%;
    background: rgba(0, 183, 255, 0.79);
}

.sector-area-holder::after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    content: '';
}
*/
.sector-area-holder:nth-child(4)::after,
.sector-area-holder:nth-child(5)::after,
.sector-area-holder:nth-child(6)::after {
    border-bottom: none;
}

.sector-area-holder:nth-child(4),
.sector-area-holder:nth-child(5),
.sector-area-holder:nth-child(6) {
    padding-top: 50px;
}

.about2-carous-img-holder {
    background: #f5f9fc;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 25px;
    margin-right: 29px;
}

.about2-carous-img-holder:last-child {
    margin-right: 0;
}

.about2-carousel-thumbs {
    padding: 0 30px;
    margin-bottom: 50px;
}

.membership-holder {
    padding: 88px 0 0;
}

.membership-holder .slick-dots {
    transform: rotate(0deg);
    bottom: -45px;
    top: auto;
    left: 0;
}

.management-block {
    padding: 50px 0;
}

.management-holder .slick-dots {
    transform: rotate(0deg);
    bottom: -45px;
    top: auto;
    left: 0;
}

.management-holder .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-out;
    display: block;
}

.management-holder .caption-holder {
    background: rgba(0, 183, 255, 0.79);
    position: absolute;
    bottom: 0px;
    color: #fff;
    /* opacity: 0; */
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    left: -100%;
    transition: all 1s ease 0s;
}

.content:hover .caption-holder {
    /* opacity: 1; */
    left: 0;
}

.caption-box {
    font-size: 14px;
    line-height: 17px;
}

.caption-box p {
    margin: 0;
}

.caption-box h5 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 10px;
}

.blue-bar {
    background: var(--active-nav);
    padding: 30px 0;
    color: #fff;
    font-size: 26px;
    line-height: 29px;
}

.blue-bar p {
    margin: 0;
}

.trust-sec {
    padding: 35px 28px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    width: 531px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 5px rgb(161, 163, 161, 0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(161, 163, 161, 0.15);
    box-shadow: 0px 0px 5px 5px rgba(161, 163, 161, 0.15);
}

.trust-sec h4 {
    font-size: 35px;
    line-height: 39px;
    margin: 0 0 18px;
}

.trust-sec p {
    margin: 0;
}

.field-operation-holder {
    background-size: cover;
    display: flex;
    height: 60vh;
    align-items: center;
    justify-content: center;
}

.foot-logo-holder {
    width: 180px;
    transition: all 0.3s ease-out;
}

.footer-top {
    padding: 30px 0 0;
}

p.trust-slogan {
    margin-top: 20px;
}

.foot-list-row h3,
.foot-list-row h3 a {
    font-size: 1.10rem;
    color: var(--active-nav);
    margin-bottom: 0.3em;
    margin-top: 0.5em;
    font-weight: 500;
}

.foot-list-row h3 a {
    text-decoration: none;
}

.foot-list-row h3 a:hover,
.foot-list-row h3 a:focus {
    color: var(--active-nav);
}

.foot-list-row ul li {
    line-height: 1rem;
    margin-bottom: 0.7rem;
}

.foot-list-row ul li a,
.footer-bottom ul li.menu-item a {
    color: var(--primary-color);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.footer-bottom ul li.menu-item a:hover,
.footer-bottom ul li.menu-item a:focus,
.foot-list-row ul li a:hover,
.foot-list-row ul li a:focus,
.legal-links-row a:hover,
.legal-links-row a:focus {
    color: var(--active-nav);
}

.footer-bottom ul li.menu-item {
    margin-right: 10px;
}

.footer-bottom {
    margin-top: 1rem;
}

.footer-bottom .horizontal-list {
    padding-top: .6rem;
    border-top: 1px solid #dfe1e5;
    position: relative;
}


.footer-bottom ul li.menu-item {
    margin-right: 10px;
}

.footer-bottom {
    margin-top: 1rem;
}

.footer-bottom .horizontal-list {
    padding-top: .6rem;
    border-top: 1px solid #dfe1e5;
    position: relative;
}

.copyright-text p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px;
}

.social-media-icons li {
    border: none;
    background: #1877F2;
    width: 35px;
    height: 35px;
    margin: 0 10px 10px 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, filter 0.3s ease;
    overflow: hidden;
}

.social-media-icons li a {
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-media-icons li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.social-media-icons li a:hover {
    transform: scale(1.15);
    color: #fff;
}

/* Facebook - Official Blue */
.social-media-icons li.social-facebook,
.social-media-icons li:nth-child(1) {
    background: #1877F2;
}
.social-media-icons li.social-facebook:hover,
.social-media-icons li:nth-child(1):hover {
    background: #1464cc;
}

/* Instagram - Official 5-stop Gradient */
.social-media-icons li.social-instagram,
.social-media-icons li:nth-child(2) {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-media-icons li.social-instagram:hover,
.social-media-icons li:nth-child(2):hover {
    filter: brightness(1.12);
}

/* YouTube - Official Red */
.social-media-icons li.social-youtube,
.social-media-icons li:nth-child(3) {
    background: #FF0000;
}
.social-media-icons li.social-youtube:hover,
.social-media-icons li:nth-child(3):hover {
    background: #cc0000;
}

/* LinkedIn - Official Blue */
.social-media-icons li.social-linkedin,
.social-media-icons li:nth-child(4) {
    background: #0A66C2;
}
.social-media-icons li.social-linkedin:hover,
.social-media-icons li:nth-child(4):hover {
    background: #084e96;
}

/* Email - Brand Blue / Mail Color */
.social-media-icons li.social-email,
.social-media-icons li:nth-child(5) {
    background: #0093D0;
}
.social-media-icons li.social-email:hover,
.social-media-icons li:nth-child(5):hover {
    background: #007bb0;
}

.follow-us {
    padding: 5px 7px 0 0;
    font-size: 17px;
}

#myBtn {
    position: fixed;
    bottom: 52px;
    right: -26px;
    z-index: 99;
    border: none;
    line-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    transform: rotate(270deg);
    display: none;
}

#myBtn a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

#myBtn a i {
    color: var(--primary-color);
    font-size: 15px;
}

.about-intro-holder {
    color: #fff;
}

.about-intro-holder h3 {
    font-size: 1.6rem;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase;
}

.about-intro-holder p {
    margin: 0;
    padding-right: 170px;
}

.bread-crumb-g ul li {
    color: var(--active-nav);
    font-size: 1.0rem;
    letter-spacing: 0.2rem;
    margin-right: 10px;
}

.bread-crumb-g ul li a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: inherit;
    font-weight: 400;
}

.bread-crumb-g ul li:last-child {
    margin-right: 0;
}

.bread-crumb-g {
    margin-top: 20px;
    margin-bottom: 30px;
}

.map-box iframe {
    width: 100%;
}


.business-info-holder {
    align-self: center;
}

.about-counter-block {
    background: #f0f2f4;
    padding: 50px 0;
}

.about-counter-block h2,
.management-block h2,
.our-values-block h2,
.space-info-box h2,
.enterprise-app-block h2,
.devop-block h2,
.contact-form-block h2,
.address-card-item h2 {
    display: inline-block;
    margin: 0 0 40px;
    font-size: 35px;
    line-height: 39px;
    font-weight: 400;
}

.address-card-item {
    background: var(--active-nav);
    color: #fff;
    padding: 3rem 2rem;
}

.our-values-block .container>p {
    margin: 0 0 35px;
}

.our-values-block .stat-item {
    text-align: center;
    flex: auto;
}

.our-values-block .stat-item>img {
    margin: 0 0 15px;
}

.our-values-block .stat-item h3 {
    font-size: 40px;
}

.stat-item {
    background: #fff;
    padding: 3rem 2rem;
    min-height: 10rem;
}

.stat-item h3 {
    color: var(--active-nav);
    font-weight: 700;
    font-size: 65px;
    margin: 0 0 25px;
}

.stat-item h4 {
    color: var(--active-nav);
    font-size: 2rem;
    margin: 0 0 15px;
}

.stat-item p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 21px;
    margin: 0;
}

.join-sec-block {
    background: var(--active-nav);
    padding: 50px 0;
    position: relative;
}

.join-sec-holder {
    color: #fff;
}

.join-sec-block h3 {
    font-weight: 300;
}

.join-sec-block p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 20px;
}

.join-sec-block .gen-btn:hover, .btn_latest_news {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn_latest_news::hover {
    background: white!important;
    border: 2px solid var(--primary-color);
}

.about-header {
    height: auto;
    position: relative;
    padding-bottom: 50px;
}

.about-header::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.management-holder .slide-holder {
    position: relative;
    margin-right: 10px;
}

.modal-box-info {
    font-size: 14px;
    line-height: 19px;
}

.systems-team-holder {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 15%;
    display: flex;
    height: 70vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.systems-team-holder::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.systems-team-info-holder {
    position: relative;
    z-index: 1;
}

.systems-team-info-holder h4 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: 30px;
}

.systems-team-info-holder h3 {
    font-size: 55px;
    line-height: 59px;
    margin: 0 0 30px;
}

.systems-team-holder p {
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
    margin: 0 0 36px;
}

.choose-sec {
    background: #f0f2f4;
    text-align: center;
    padding: 50px 0 35px;
}

.choose-sec h2 {
    margin: 0 0 20px;
}

.management-block h2::before {
    bottom: -5px;
    width: calc(100% - 66%);
}

/*masonary styling*/
.masonary-holder {
    display: grid;
    grid-template-areas:
        "one two three"
        "four two five"
        "six two seven";
    grid-row-gap: 10px;
    grid-column-gap: 5px;
    padding: 0px;
    margin-bottom: 40px;
}

.masonary-box.one {
    grid-area: one;
}

.masonary-box.two {
    grid-area: two;
    height: 447px;
    overflow: hidden;
}

.masonary-box.two>img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.3s ease-out;
}

.masonary-box.two>img:hover {
    transform: scale(1.1);
}

.masonary-box.three {
    grid-area: three;
}

.masonary-box.four {
    grid-area: four;
}

.masonary-box.five {
    grid-area: five;
}

.masonary-box.six {
    grid-area: six;
}

.masonary-box.seven {
    grid-area: seven;
}

.advantage-box {
    border: 1px solid #d7d9de;
    padding: 1.5rem;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #fff;
    height: 145px;
}

.advantage-box p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.choose-sec p {
    margin: 0 0 28px;
}

.model-footer>.btn.btn-primary {
    background: var(--primary-color);
}

.about-counter-block span {
    color: var(--active-nav);
}

.space-sec {
    background: var(--active-nav);
    padding: 50px 0;
    color: #fff;
}

.space-info-box h2::before {
    background: #fff;
    width: calc(100% - 50%);
    bottom: -10px;
}

.small-img-holder {
    display: flex;
}

.small-img-holder>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.space-img-info {
    display: flex;
}

.space-img-info>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.main-row-img-block {
    margin-top: 30px;
}

.main-row-img {
    display: flex;
}

.main-row-img>img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

/*Custom Search Pop up styling*/
.header-top #search-btn,
.header-top #search-btn1 {
    padding: 10px;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
}

.header-top #search-btn1 {
    padding: 0 13px 0 0;
    font-size: 22px;
    color: var(--active-nav);
}

.header-top #search-overlay,
.header-top #search-overlay1 {
    display: none;
}

.header-top .block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: var(--active-nav);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 9;
}

.header-top .block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 
    background: #808080; width: 5px;
    */
}

.header-top .centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.header-top #search-box,
.header-top #search-box1 {
    position: relative;
    width: 100%;
    margin: 0;
}

.header-top #search-form,
.header-top #search-form1 {
    height: 4.1rem;
    margin: 0;
}

.header-top #search-text,
.header-top #search-text1 {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

.header-top #search-box input[type="text"],
.header-top #search-box1 input[type="text"] {
    width: 73%;
    padding: 20px 0 7px;
    color: var(--white-color);
    font-size: 1.4em;
    border-bottom: 1px solid #fff;
}

.header-top #search-box input[type="text"]:focus,
.header-top #search-box1 input[type="text"]:focus {
    outline: none;
}

.header-top #search-box input[type="text"] .header-top #search-button,
.header-top #search-box1 input[type="text"] .header-top #search-button1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.7em;
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    background: transparent;
}

.header-top #search-button i,
.header-top #search-button1 i {
    font-size: 63px;
    color: #fff;
}

.header-top #close-btn,
.header-top #close-btn1 {
    position: fixed;
    top: 1em;
    right: 1em;
    text-transform: uppercase;
}

.header-top #close-btn:hover,
.header-top #close-btn1:hover {
    color: #777;
    cursor: pointer;
}

.header-top #search-button,
.header-top #search-button1 {
    background: transparent;
    border: none;
    outline: none;
}

.indus-bread-crumb-block {
    background: #f0f2f4;
    margin-top: 0;
    padding: 40px 0;
}

.indus-logo-holder>img {
    width: 400px;
    margin-right: 15px;
    object-fit: contain;
}

.indus-logo-holder {
    margin-top: 15px;
}

.indus-logo-holder h4 {
    font-weight: 300;
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 26px;
}

.indus-logo-info {
    font-size: 17px;
    line-height: 20px;
    padding: 30px 0 0;
}

.retail-section,
.support-services-sec {
    padding: 50px 0;
}

.testimonial-block {
    position: relative;
    background: #f4f4f4;
    padding: 65px 0 50px;
    height: 50vh;
    overflow: hidden;
}

.testim {
    margin-top: 15px;
}

/*Testimonial Styling*/
.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: var(--active-nav);
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--primary-color);
}


.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--active-nav);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--active-nav);
    border-color: var(--active-nav);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.testim .cont div h2 {
    color: var(--active-nav);
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 17px;
    color: var(--primary-color);
    width: 70%;
    margin: auto;
    line-height: 21px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px var(--primary-color);
        box-shadow: 0px 0px 10px 5px var(--primary-color);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--primary-color);
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px var(--primary-color);
        box-shadow: 0px 0px 10px 5px var(--primary-color);
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px var(--primary-color);
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px var(--primary-color);
        box-shadow: 0px 0px 10px 5px var(--primary-color);
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px var(--primary-color);
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px var(--primary-color);
        box-shadow: 0px 0px 10px 5px var(--primary-color);
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px var(--primary-color);
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px var(--primary-color);
    }

    100% {
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.solution-item-detail {
    background-color: whitesmoke!important;
    position: relative;
    height: 100%;
    margin: 0 0 20px;
}

.solution-item-detail:nth-child(2) {
        background: #32a2ff;
}

.solution-item-detail:nth-child(3) {
    background-color: #b28221;
}

.solution-item-detail::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


.solution-item-detail .left {
    position: relative;
    overflow: hidden;
}

.solution-item-detail .left img:not(.abs-logo) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
}

.solution-item-detail .left .abs-logo {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 2;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.solution-item-detail .left img {
    display: block;
}

.solution-item-detail .right {
    padding: 1rem 2rem;
    position: relative;
    z-index: 2;
}

.vertical-centered-translated {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solution-item-detail h2 {
    color: #0093d0;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.rem;
}

.solution-item-detail p {
    margin: 0 0 15px;
    color: gray;
}

.solution-item-detail .right .gen-btn::before {
    font-family: 'FontAwesome';
    content: "";
    background: transparent;
    right: 5px;
    font-size: 15px;
}

.caption-wrap-g .gen-btn {
    background: var(--active-nav);
    border: none;
    margin-bottom: 23px;
}

.caption-wrap-g .gen-btn:hover {
    opacity:0.7
}



.caption-wrap-g-one .gen-btn {
    margin-bottom: 0;
}

.support-services-sec {
    padding: 50px 0;
}

.get-team-infobox {
    height: 50vh;
}

.get-team-info-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    position: relative;
    color: #fff;
}

.get-team-info-holder::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.get-team-info-holder1::before {
    background: rgba(0, 150, 209, 0.8);
}

.get-team-infobox {
    padding-right: 0;
}

.get-team-infobox1 {
    padding-left: 0;
    padding-right: 15px;
}

.get-team-info-holder p {
    margin: 0 0 30px;
}

.get-team-block {
    padding: 25px 0 50px;
}

section.cloud-engineering-content {
    padding: 50px 0;
}

.app-logo-box {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 5px 12px 32px 0px rgb(0 0 0 / 7%);
    box-shadow: 5px 12px 32px 0px rgb(0 0 0 / 7%);
    padding: 0.9rem;
}

.apply-info-block {
    padding: 50px 0 50px;
    background: #f0f2f4;
}

.mobility-block .app-logo-box {
    width: 100%;
    height: 100px;
}

.front-end-rowholder {
    margin-bottom: 40px;
    justify-content: center;
}

.backend-block {
    justify-content: center;
}

.front-end-rowholder .app-logo-holder,
.backend-block .app-logo-holder {
    padding-left: 10px;
    padding-right: 10px;
}

.mobility-head,
.backend-head {
    margin-bottom: 1.5rem;
}

.mobility-block {
    margin-bottom: 40px;
    justify-content: center;
}

.mobility-block .app-logo-holder {
    flex: 0 0 14.25%;
    padding-left: 10px;
    padding-right: 10px;
}

.enterprise-app-block .container p {
    margin-bottom: 30px;
}

.devop-block {
    padding: 50px 0;
}

.app-logo-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.enterprise-app-block {
    padding: 50px 0;
}

.managed-services {
    text-align: left;
}

.managed-services-box {
    background: #f0f2f4;
    margin: 0 0 1rem 0;
    padding: 1.8rem;
}

.managed-services-box h3::before {
    background: var(--active-nav);
    width: calc(100% - 84%);
    bottom: -10px;
}

.contact-form-block {
    padding: 50px 0;
}

/*Custom Search Pop up styling*/
/* @media only screen and (min-width: 1200px) {
    .container {
        max-width: 1444px;
    }
} */
.cloud-engineering-content .box-caption-content {
    background: #f0f2f4;
    padding: 2rem 1rem;
}

.cloud-engineering-content .box-caption-content h3 {
    font-weight: 700;
    color: var(--active-nav);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}

.white-box-block .white-box-holder {
    background: #fff;
    margin: 0 0 1rem 0;
    padding: 1.8rem;
}

.white-box-block .white-box-holder h3,
.managed-services-box h3,
.investor-info h3 {
    font-size: 1.5rem;
    color: var(--active-nav);
    margin: 0 0 0.3rem 0;
    line-height: 1.6rem;
    position: relative;
}

.investor-info a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-item-box .contact-item {
    margin-bottom: 20px;
}

.contact-item-holder {
    align-self: center;
}

.managed-services-box h3 {
    margin-bottom: 40px;
}

.cross-platform-holder {
    margin-bottom: 3rem;
}

.devop-contain-two p {
    margin-bottom: 40px;
}

.devop-contain-two .managed-services-box p {
    margin-bottom: 20px;
}

.managed-services-box ul {
    padding-left: 15px;
}

.managed-services-box ul li {
    font-size: 14px;
    margin-right: 50px;
}

.col-custom-new {
    flex: 0 0 14.2%;
}

.form-inline-customize {
    align-items: flex-start;
}

.form-inline-customize .gen-btn {
    border: 1px solid #fff;
    color: var(--white-color);
    height: calc(1.9em + .75rem + 2px);
    padding: .375rem .75rem;
    background: transparent;
}

.form-inline-customize .gen-btn:hover {
    background: var(--primary-color);
    border-color: transparent;
}

.form-inline-customize .gen-btn::before {
    font-family: 'FontAwesome';
    content: "\f178";
}

.content-insight {
    background: var(--active-nav);
    padding: 4rem 0 4rem 0;
}

.content-insight h2 {
    color: #fff;
    position: relative;
    margin-bottom: 35px;
}

.content-insight h2::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: auto;
    bottom: -4px;
    width: calc(100% - 93%);
    background: var(--white-color);
    height: 4px;
}

.form-inline.form-inline-customize .custom-select,
.form-inline.form-inline-customize .input-group {
    width: 30%;
    height: calc(1.9em + .75rem + 2px);
}

.form-inline.form-inline-customize .input-group .form-control {
    height: calc(1.9em + .75rem + 2px);
}

.form-inline.form-inline-customize .custom-select {
    position: relative;
    background: #fff url('../imgs/down-arrow.svg') no-repeat right .75rem center/14px 14px;
}

.featured {
    height: 80vh;
    background: inherit;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
}

.featured:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
    z-index: 1;
}

.featured-new::after {
    content: '';
    background: transparent;
}

.featured-new {
    height: 40vh;
}

.blog-info h3 {
    font-size: 1.5rem;
    color: var(--white-color);
    line-height: 1.8rem;
    margin: 0 0 1.7rem 0;
    text-align: left;
}

.blog-info-new h3 {
    color: var(--active-nav);
}

.blog-info {
    padding: 0;
    z-index: 2;
    position: relative;
    color: #fff;
    align-self: center;
}

.blog-info>p {
    margin-bottom: 1.7rem;
}

.blog-info-new {
    /* background: #fff; */
    color: var(--primary-color);
}

.blog-info-new .gen-btn {
    background: var(--active-nav);
    color: #fff;
}

.blog-info-new .gen-btn:hover {
    border-color: var(--white-color);
}

.blog-content-block {
    padding: 50px 0;
}

.box-list,
.featured-latest {
    transition: transform .3s;
    margin: 0 -1px -1px 0;
    border: 1px solid #a6b2cc;
    position: relative;
}

.box-list::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}

.box-list:hover,
.featured-latest:hover {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
    transform: scale(1.05);
    z-index: 9;
    color: #fff;
}

.featured-latest:hover .gen-btn {
    background: var(--active-nav);
}

.box-list:hover::after {
    opacity: 0.5;
}

.box-list:hover .blog-info-new h3 {
    color: #fff;
}

.box-list:hover .blog-info-new>p {
    color: #fff;
}

.box-list:hover .featured-new::after {
    content: '';
    background: rgba(0, 0, 0, 1);
}

.blog-bg {
    background-color: #fff;
    background-size: cover;
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

.blog-bg:hover {
    background-position: center center !important;
}

@media only screen and (max-width: 1199px) {
    .about-intro-holder p {
        padding-right: 0;
    }

    .solution-item-detail .left .abs-logo {
        max-width: 80%;
        max-height: 80%;
        width: auto;
		height: auto;
        object-fit: contain;
    }

    h1 {
        font-size: 41px;
        line-height: 50px;
        color: #fff;
        margin: 0 0 20px;
    }

    .advantage-box p {
        font-size: 15px;
    }

    .featured-case-study h3 {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    .featured-case-study-left .caption-chip-g {
        font-size: 14px;
        line-height: 18px;
    }

    .featured-case-study .caption-wrap-g {
        left: 10rem;
    }
}

@media only screen and (max-width: 991px) {
    .solution-item-detail h2 {
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .solution-item-detail p {
        font-size: 15px;
        line-height: 21px;
        margin: 0 0 25px;
    }

    .featured-case-study .caption-wrap-g {
        left: 7rem;
    }

    .about-counter-block .stat-item {
        padding: 2rem 1rem;
    }

    .stat-item h4 {
        color: var(--active-nav);
        font-size: 1.5rem;
        margin: 0 0 15px;
    }

    .what-sec-box {
        background: #fff;
        padding: 35px 10px 22px;
        font-size: 16px;
        line-height: 20px;
    }

    .what-sec-box h3 {
        padding: 0;
        margin: 0 0 7px;
        font-size: 24px;
        line-height: 28px;
    }

    #header .navbar-toggler {
        background: transparent;
        margin: 0 0 15px;
        width: 50px;
        height: 15px;
    }

    #header .navbar-toggler .line {
        width: 100%;
        float: left;
        height: 3px;
        background-color: var(--active-nav);
        margin-bottom: 5px;
        position: relative;
        transition: all 200ms ease-in-out;
    }

    #header .navbar-toggler:not(.collapsed) .line:nth-of-type(1) {
        top: 9px;
        transform: rotate(45deg);
    }

    #header .navbar-toggler:not(.collapsed) .line:nth-of-type(2) {
        background-color: transparent !important;
    }

    #header .navbar-toggler:not(.collapsed) .line:nth-of-type(3) {
        top: -7px;
        transform: rotate(-45deg);
    }

    #header .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
        border: none;
    }

    .gen-btn {
        font-size: 15px;
        line-height: 17px;
    }

    .chair-sec-info p {
        font-size: 14px;
        line-height: 19px;
    }

    .chair-sec-info span {
        display: block;
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 32px;
    }

    .what-sec-box .gen-btn::before {
        background-size: contain;
        right: -9px;
        width: 25px;
        height: 13px;
        margin-top: 2px;
    }

    .masonary-holder {
        display: grid;
        grid-template-areas: "one two two"
            "three two two"
            "four two two"
            "five two two"
            "six two two"
            "seven two two"
    }

    .masonary-box.two {
        height: 900px;
    }

    .header-top {
        background: #fff;
        /* box-shadow: inset 0 -7px 5px -5px rgb(0 0 0 / 40%); */
        /* box-shadow:  inset 0 7px 10px -7px rgb(0 0 0 / 40%);*/
    }
    .video-holder img{
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .form-inline-customize {
        align-items: flex-start;
        flex-direction: column;
    }

    .feature-custom-top-border {
        border-top: 1px solid #a6b2cc !important;
    }

    .featured {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-insight {
        background: var(--active-nav);
        padding: 2.5rem 0 2.5rem 0;
    }

    #header.about-header {
        height: 35rem;
    }

    .form-inline.form-inline-customize .custom-select,
    .form-inline.form-inline-customize .input-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .col-custom-new {
        flex: 0 0 50%;
    }

    .front-end-rowholder .app-logo-holder,
    .mobility-block .app-logo-holder,
    .backend-block .app-logo-holder {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }

    .solution-item-detail {
        height: auto;
    }

    .solution-item-detail .right {
        height: auto !important;
    }

    .solution-item-detail .left img:not(.abs-logo) {
        height: auto;
    }

    .vertical-centered-translated {
        position: static !important;
        transform: translateY(0);
    }

    .solution-item-detail .left .abs-logo {
        height: auto;
        width: auto;
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }

    .solution-item-detail .left {
        height: auto !important;
    }

    .featured-case-study {
        position: relative;
        color: #fff;
        height: 30rem;
        margin: 0 0 30px;
    }

    .featured-case-study .caption-wrap-g {
        left: 10.7rem;
    }

    .retail-section {
        padding: 50px 0 0;
    }

    .retail-info1 {
        margin-bottom: 30px;
    }

    .what-sec-holder:last-child .what-sec-box h3::before {
        bottom: -46px;
    }

    .advantage-box {
        height: auto;
    }

    .systems-team-holder {
        padding: 40px 0;
        height: auto;
    }

    .about-counter-block .stat-item {
        margin: 0 0 15px;
    }

    .sector-area-box-left h3::before {
        width: calc(100% - 77%);
        margin: 0 auto;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sector-area-box.sector-area-box-left {
        padding-bottom: 35px;
    }

    .sector-area-holder:nth-child(4)::after,
    .sector-area-holder:nth-child(5)::after,
    .sector-area-holder:nth-child(6)::after {
        border-bottom: 1px solid #fff;
    }

    .footer-topinfo h2::before {
        width: calc(100% - 53%);
    }

    .gen-btn {
        font-size: 15px;
        line-height: 18px;
    }

    .what-sec-box .gen-btn::before {
        right: -20px;
        margin-top: 0px;
    }

    .philosphy-sec h2 {
        z-index: 1;
    }

    .philosphy-sec h2::after {
        z-index: 1;
    }

    .what-sec {
        background: var(--active-nav);
        padding: 50px 0 100px;
        margin: 0;
    }

    .philosphy-sec {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .field-operation-holder {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    ul.list-unstyled.d-flex.justify-content-end.social-media-icons {
        justify-content: center !important;
    }

    ul.text-left.list-unstyled.d-flex.mb-0 {
        text-align: center !important;
        justify-content: center;
            flex-direction: column;
    }

    .copyright-text p {
        text-align: center;
    }

    p.trust-slogan {
        text-align: center;
    }

    .sector-area-box {
        padding: 35px 35px 35px;
        text-align: center;
    }

    section.chairman-sec {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .what-sec-box {
        margin-bottom: 20px;
    }

    .what-sec {
        padding: 50px 0 40px;
    }

    .slick-vertical .slick-slide {
        border: none;
    }

    .slick-vertical .slick-slide p {
        margin: 0 0 29px;
    }

    #header {
        background-position: 72% 65px !important;
    }

    .about-intro-holder,
    .slideboxinfo {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .masonary-holder {
        display: grid;
        grid-template-areas: "one"
            "two"
            "three"
            "four"
            "five"
            "six"
            "seven"
    }

    .masonary-box.two {
        height: auto;
    }

    .masonary-box.two>img {
        height: auto;
    }

    .masonary-holder {
        grid-row-gap: 15px;
    }

    .small-img-holder {
        margin-bottom: 30px;
    }

    .main-row-img>img {
        height: auto;
    }

    .main-row-img {
        margin: 0 0 30px;
    }

    .what-sec .container h2,
    .join-sec-block h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .what-sec-box h3,
    .chair-sec-info h2,
    .sector-area-box.sector-area-box-left h3,
    .footer-topinfo h2,
    .about-counter-block h2,
    .modal-box-info h2,
    .what-sec .container h2,
    .join-sec-block h2,
    .retail-section h2,
    .cloud-engineering-content h2,
    .cloud-engineering-tab h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .philosphy-sec h2,
    .membership-holder h2,
    .choose-sec h2 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .trust-sec h4,
    .join-sec-block h3 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    .sector-area-box p {
        font-size: 17px;
        line-height: 26px;
        margin: 0;
    }

    .sector-area-box h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .membership-holder {
        padding: 35px 0 0;
    }

    .membership-holder p,
    .blue-bar,
    .trust-sec p {
        font-size: 17px;
        line-height: 20px;
    }

    .slick-vertical .slick-slide p {
        font-size: 17px;
        line-height: 23px;
    }

    .what-sec .container>p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
    }

    .sector-area-holder:nth-child(4),
    .sector-area-holder:nth-child(5),
    .sector-area-holder:nth-child(6) {
        padding-top: 0;
    }

    .sector-area-box h3 {
        margin: 0 0 15px;
    }

    .membership-holder p {
        margin-bottom: 35px;
    }

    .indus-logo-holder {
        flex-direction: column;
    }

    .header-top {
        padding-top: 0;
    }
    .video-holder img{
        width: 100%;
    }
}

@media only screen and (max-width:576px) {
    #myBtn a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }

    #myBtn a i {
        color: var(--primary-color);
        font-size: 13px;
    }

    .header-top li.nav-item.dropdown {
        top: 0px;
    }

    .managed-services-box ul li {
        margin-right: 40px;
    }

    .white-box-block .white-box-holder h3,
    .managed-services-box h3 {
        font-size: 1.2rem;
        color: var(--active-nav);
        margin: 0 0 1rem 0;
        line-height: 1.3rem;
        position: relative;
    }

    .about-counter-block h2,
    .management-block h2,
    .our-values-block h2,
    .space-info-box h2,
    .enterprise-app-block h2,
    .devop-block h2 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .about-intro-holder h3 {
        font-size: 1.0rem;
        line-height: 1.2rem;
    }

    .what-sec .container h2,
    .join-sec-block h2,
    .retail-section h2,
    .cloud-engineering-content h2,
    .cloud-engineering-tab h2,
    .apply-info-block h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .front-end-rowholder .app-logo-holder,
    .mobility-block .app-logo-holder,
    .backend-block .app-logo-holder {
        flex: 0 0 99%;
        margin: 0 0 20px;
    }

    .managed-services-holder {
        display: block !important;
    }

    section.cloud-engineering-content {
        padding: 30px 0;
    }

    .testim .cont div p {
        width: 90%;
    }

    .testim .arrow {
        font-size: 1.5rem;
    }

    .testim .arrow.left {
        left: 0;
    }

    .testim .arrow.right {
        right: 0;
    }

    .testim .cont>div {
        padding: 0 0 50px 0;
    }

    .testim .arrow {
        margin-top: 35px;
    }

    .testimonial-block {
        height: 60vh;
    }

    .testim .cont div .img img {
        display: block;
        width: 80px;
        height: 80px;
    }

    .cloud-engineering-content {
        margin-bottom: 30px;
    }

    .support-services-sec {
        padding: 30px 0;
    }

    .bread-crumb-g ul li {
        color: var(--active-nav);
        font-size: 1.0rem;
        letter-spacing: 0.17rem;
        margin-right: 5px;
    }

    .indus-bread-crumb-block {
        padding: 40px 0 10px;
    }

    .bread-crumb-g {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .get-team-infobox {
        padding-right: 0;
        padding-left: 0;
    }

    .get-team-infobox {
        height: auto;
    }

    .get-team-info-holder {
        padding: 35px 15px;
    }

    .slideboxinfo {
        margin-top: 44px;
    }

    .header-top .navbar-brand {
        padding: 15px 0;
        width: 120px;
    }

    .header-top .navbar-brand>img {
        max-width: 100%;
        height: auto;
    }

    .header-top .dropdown-toggle i {
        position: absolute;
        top: 18px;
        right: 12px;
    }


    .header-top .navbar-nav .nav-link {
        color: var(--primary-color);
        padding-left: 0;
    }

    .header-top .navbar {
        padding: 0;
    }

    .header-top .navbar-nav {
        background: #fff;
        margin-top: 10px;
    }

    .header-top .navbar-nav .nav-link:hover{
        background: transparent;
    }
	
	a.nav-link.active {
    border-bottom: 2px solid #0093d0;
}

    .header-top .dropdown-menu {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .header-top .dropdown-menu .dropdown-item {
        margin-left: 15px;
        margin-right: 15px;
        background: transparent;
        width: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 0;
        font-size: 11px;
        margin-bottom: 0;
        color: var(--primary-color);
    }

    .header-top .dropdown-menu .dropdown-item {
        /* border-bottom: 1px solid #ccc; */
        border-top: 1px solid #ccc;
        padding-top: 15px;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
        margin-top: 15px;
    }

    .sector-area-box h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .about-intro-holder p {
        padding-right: 10px;
    }

    .solution-item-detail .right {
        padding: 15px;
    }

    .solution-item-detail .right .gen-btn {
        padding: 10px 20px 10px 20px;
        min-width: 190px;
        font-size: 14px;
    }

    .solution-item-detail .right .gen-btn::before {
        right: 5px;
    }

    .solution-item-detail .left .abs-logo {
        max-width: 80%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .featured-case-study .caption-wrap-g {
        left: 5.9rem;
    }

    .featured-case-study h3 {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 19px;
    }

    .caption-wrap-g p {
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 25px;
        font-weight: 300;
    }

    .featured-case-study {
        position: relative;
        color: #fff;
        height: 33rem;
        margin: 0 0 30px;
        padding: 0px 0;
    }

    .featured-case-study .caption-wrap-g {
        left: 50%;
        width: 85%;
        margin: 0;
    }

    .side-blog-posts img {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .indus-blog-area {
        padding: 40px 0 0;
    }

    .caption-wrap-g h4 {
        font-size: 22px;
        line-height: 27px;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        margin: 0 0 20px;
    }

    #header {
        position: relative;
    }

    .about2-carous-img-holder {
        margin-right: 0;
    }

    .header-bottom .slick-dots {
        top: 164px;
        right: auto;
        left: 80%;
    }

    .social-media-icons {
        justify-content: center !important;
    }

    .about2-carousel-thumbs .slick-slide img {
        display: inline-block;
    }

    .field-operation-holder {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-bottom .slide-holder.slick-slide {
        background-position: 76% 0px !important;
    }

    .header-bottom .slick-dots li.slick-active button,
    .header-bottom .slick-dots li button {
        border-radius: 5px;
    }
    .video-holder img{
        width: 100%;
    }
    .header-bottom .slick-dots li {
        width: 50px;
        height: 6px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        margin: 0 0 10px;
        display: block;
    }

    .header-bottom .slick-dots li.slick-active {
        width: 60px;
    }

    .navbar-nav {
        background: var(--active-nav);
    }

    .navbar-nav .nav-item {
        padding: 22px 0 22px;
        border-bottom: 1px solid #ccc;
        margin-left: 23px;
        margin-right: 23px;
    }

    .header-top .navbar-nav .nav-item:nth-child(4),
    .header-top .navbar-nav .nav-item:nth-child(5) {
        padding-bottom: 18px;
    }

    .header-top .navbar-nav .nav-item:nth-child(5) .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .header-top .search-nav-item {
        margin-left: 15px;
    }

    .header-top .search-nav-item.search-nav-item1 {
        margin-left: 0;
    }

    .what-sec-holder:last-child .what-sec-box h3::before {
        bottom: -11px;
    }

    .header-top #search-button i {
        font-size: 40px;
        color: #fff;
        padding-top: 0;
        position: relative;
        top: 10px;
    }

    .header-top .centered {
        width: 98%;
    }

    #particles-js.particle-js-holder {
        height: auto;
    }

    h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .small-img-holder>img {
        height: auto;
    }

    .particles-js-canvas-el {
        display: none;
    }

    .header-top .navbar-collapse {
        background: #fff;
        position: absolute;
        width: 111%;
        top: 73px;
        left: -15px;
        height: 100vh;
        overflow: auto;
        box-shadow: inset 0 7px 10px -7px rgb(0 0 0 / 40%);
        z-index: 999;
    }

    .what-sec {
        position: relative;
        z-index: 1;
    }

    .header-top .navbar-nav .nav-link {
        font-size: 14px;
        line-height: 15px;
        padding: 0;
    }

    .header-top .search-nav-item {
        opacity: 0;
    }

    .header-top .search-nav-item.search-nav-item1 {
        opacity: 1;
        position: absolute;
        right: 44px;
        display: flex;
        padding: 0;
        background: transparent;
    }

    .header-top .navbar-brand .logo1 {
        display: none;
    }

    .header-top .navbar-brand .logo2 {
        display: block;
    }

    .header-bottom .slick-dots li {
        margin: 0 0 7px;
    }

    .header-bottom .slick-dots li button {
        width: 48px;
        height: 5px;
    }

    .header-bottom .slick-dots li.slick-active button {
        width: 58px;
    }

    .header-top {
        padding-top: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    .header-top li.nav-item.dropdown.show {
        position: relative;
    }

    .header-top li.nav-item.dropdown.show::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 34.5%;
        background: var(--active-nav);
        left: -23px;
        top: -1px;
        border-radius: 5px;
    }

    .cloud-engineering-tab .box-caption-content {
        background: #ffffff;
        padding: 1rem 1rem;
    }

    .myaccount-tab-menu.nav a.active,
    .myaccount-tab-menu.nav a {
        padding: 0.5rem 0;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1rem;
    }

    .contact-form-holder .form-row .col {
        flex: 0 0 100%;
    }

    .contact-form-box {
        padding: 2rem 1rem;
    }

    .about-counter-block h2,
    .management-block h2,
    .our-values-block h2,
    .space-info-box h2,
    .enterprise-app-block h2,
    .devop-block h2,
    .contact-form-block h2,
    .address-card-item h2 {
        display: inline-block;
        margin: 0 0 25px;
        font-size: 30px;
        line-height: 34px;
        font-weight: 400;
    }

    .address-card-item {
        background: var(--active-nav);
        color: #fff;
        padding: 2rem 1rem;
    }

    .address-card-item ul li img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .address-card-item p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 19px;
    }

    .contact-form-block {
        padding: 25px 0;
    }

    .contact-item-box .circle-hold {
        margin-right: 0.5rem;
        width: 75px;
        height: 75px;
    }

    .contact-form-holder {
        margin-bottom: 40px;
    }

    .contact-item-box .circle-hold img {
        width: 45px;
        height: 45px;
    }

    .investor-info h3 {
        font-size: 1.3rem;
        color: var(--active-nav);
        margin: 0;
        line-height: 1.4rem;
        position: relative;
    }

    .investor-info a {
        font-size: 14px;
    }

    /* .header-top .dropdown-toggle[aria-expanded="true"] {
        position: relative;
    }

    .header-top .dropdown-toggle[aria-expanded="true"]::after {
        position: absolute;
        content: '';
        background: var(--active-nav);
        width: 4px;
        height: 100%;
    } */
}
.header-top .navbar-nav .nav-link.active{
	border-bottom: 3px solid #0093d0;
}

.gen-btn:hover{
    text-decoration: none;
opacity:0.7}

.slideboxinfo .gen-btn:hover {
    color: #fff;
}
.what-sec-box .gen-btn {
    display: block;
    text-decoration: none;
}

.what-sec-box img {
    display: block;
    padding: 0;
    border-bottom: 1px solid whitesmoke;
    margin-bottom: 13px;
}

/* ========================================================
   HEXAGONAL COMPANIES COLLAGE (27 LOGOS: 4-5-4-5-4-3-2)
   ======================================================== */
.companies-hex-collage-wrapper {
    padding: 60px 0 80px;
    background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
    position: relative;
}

.hex-collage-header {
    margin-bottom: 40px;
}

.hex-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #0093d0;
    margin-bottom: 8px;
    background: rgba(0, 147, 208, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.hex-title {
    font-size: 38px;
    font-weight: 800;
    color: #0b132b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.hex-title span {
    color: #0093d0;
}

.hex-desc {
    font-size: 16px;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
}

.hex-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    user-select: none;
    overflow-x: hidden;
}

.hex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -54.45px;
    position: relative;
    z-index: 1;
}

.hex-row-1 {
    margin-top: 0;
}

.hex-row-4 {
    z-index: 6;
}

.hex-cell {
    position: relative;
    width: 135px;
    height: 116.91px;
    margin: 0 39.75px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
    cursor: pointer;
}

.hex-cell:hover {
    z-index: 25;
    transform: translateY(-5px) scale(1.08);
    background: #0093d0;
    filter: drop-shadow(0 10px 22px rgba(0, 147, 208, 0.32));
}

.hex-cell-center {
    background: linear-gradient(135deg, #0093d0, #00b4d8);
    z-index: 10;
    filter: drop-shadow(0 4px 14px rgba(0, 147, 208, 0.35));
}

.hex-cell-center:hover {
    z-index: 30;
    transform: translateY(-5px) scale(1.12);
    filter: drop-shadow(0 14px 28px rgba(0, 147, 208, 0.45));
}

.hex-inner {
    width: calc(100% - 2.5px);
    height: calc(100% - 2.5px);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.3s ease;
    box-sizing: border-box;
}

.hex-inner img {
    max-width: 82%;
    max-height: 72%;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-cell:hover .hex-inner img {
    transform: scale(1.08);
}

.hex-cell[title*="Upair" i] .hex-inner img,
.hex-cell .upair-logo-img {
    max-width: 95% !important;
    max-height: 90% !important;
    transform: scale(1.52) !important;
}
.hex-cell[title*="Upair" i]:hover .hex-inner img,
.hex-cell:hover .upair-logo-img {
    transform: scale(1.65) !important;
}

/* ── Responsive Honeycomb Scaling ── */
@media (max-width: 1200px) {
    .hex-cell {
        width: 120px;
        height: 103.92px;
        margin: 0 35px;
    }
    .hex-row {
        margin-top: -48px;
    }
    .hex-inner {
        padding: 7px 14px;
    }
}

@media (max-width: 992px) {
    .hex-grid-container {
        overflow-x: auto;
    }
    .hex-cell {
        width: 100px;
        height: 86.6px;
        margin: 0 29px;
    }
    .hex-row {
        margin-top: -40px;
    }
    .hex-inner {
        padding: 6px 12px;
    }
}

@media (max-width: 768px) {
    .hex-grid-container {
        min-width: 540px;
        overflow-x: auto;
    }
    .companies-hex-collage-wrapper {
        overflow-x: auto;
        padding: 40px 0 20px;
    }
    .hex-cell {
        width: 80px;
        height: 69.28px;
        margin: 0 23px;
    }
    .hex-row {
        margin-top: -32px;
    }
    .hex-inner {
        padding: 5px 10px;
    }
}


