/* KTCSS Custom Styles */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
body {
    margin: 0px !important;
    font-family: 'Open Sans', sans-serif;
}

.ktcs_body {
    width: 100%;
    height: auto;
}

/* Header Top */
.ktcs_header_up {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    border-bottom: 1px solid #E2E6E7;
}

.ktcs_header_up_con {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.ktcs_contact_info {
    float: left;
}

.ktcs_contact_info ul {
    margin: 0px;
    padding: 0;
}

.ktcs_contact_info li {
    margin: 0;
    color: #5C5C5C;
    padding-top: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-left: 15px;
    margin-right: 15px;
    list-style: none;
    border-left: 1px solid #E2E6E7;
    display: inline-block;
    padding-bottom: 5px;
}

li.ktcs_phone_no {
    border-left: none !important;
}

.ktcs_social_info {
    display: inline-block;
    float: right;
}

.ktcs_social_info ul {
    margin: 0px;
}

.ktcs_social_info li {
    margin: 0;
    color: #5C5C5C;
    padding-top: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-left: 15px;
    margin-right: 15px;
    list-style: none;
    border-left: 1px solid #E2E6E7;
    display: inline-block;
    padding-bottom: 5px;
}

i.fa {
    font-size: 14px !important;
    font-weight: bold;
}

/* Main Header */
#ktcs_header {
    float: left;
    clear: both;
    width: 100%;
    background: #fff;
}

#ktcs_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
}

.ktcs_header_content {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}

.ktcs_logo_container {
    float: left;
    width: 25%;
}

.ktcs_logo {
    float: left;
    margin-bottom: 0px;
}

.ktcs_logo a {
    display: block;
}

.ktcs_menu_container {
    float: right;
    width: 75%;
}

.ktcs_menu {
    width: 100%;
    height: auto;
    float: right;
}

.ktcs_menu ul.nav.menu {
    margin: 0px;
    /* padding: 27px 0; */
    padding: 20px 0;
    float: right;
}

.ktcs_menu li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-left: 15px;
    /* margin-right: 15px; */
    /* margin-right: 8px; */
    list-style: none;
    display: inline-block;
}

.ktcs_menu li a {
    color: #5C5C5C;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ktcs_menu li a:hover,
.ktcs_menu li.current.active a {
    color: #08B2D5;
}

.ktcs_clear {
    clear: both !important;
}

/* Navbar */
.navbar-nav{
    flex-direction: row;
    align-items: center;
}
/* Banner Carousel */
.carousel{
    position: static;

}
.carousel-item img {
    /* height: 400px; */
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 54px;
    height: 85px;
    top: 46%;
    margin-top: -20px;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

/* Middle Text */
.ktcs_middle_text {
    text-align: center;
    font-size: 13.5px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.1px;
    line-height: 2.3;
    color: #8A8A8A;
    padding: 65px 15px;
    max-width: 1170px;
    margin: 0 auto;
}

/* Services Section */
.our_services p {
    text-align: center;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #676360;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.our_service_img {
    text-align: center;
}

.all_services {
    background: white;
    height: auto;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    padding-bottom: 18px;
    text-align: center;
}

.all_services .home-service {
    display: inline-table;
    margin: 30px;
    vertical-align: middle;
}

.service_block {
    background: #F5F5F5;
    height: 225px;
    width: 216px;
    color: #434142;
    padding: 10px 12px 30px;
}

.service_block a {
    color: #434142;
    text-decoration: none;
}

.service_block:hover a {
    color: #fff;
}

.service_block:hover {
    box-shadow: 0px 1px 18px 6px #B8B8B8;
    background: radial-gradient(#AACDF1,#42AAC5);
    cursor: pointer;
    color: white;
}

.bg_img {
    height: 100%;
    width: 100%;
}

.bg_img_text p {
    margin: 0px !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.bg_img_text {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Service Icons */
.app_deployment {
    height: 100%;
    width: 100%;
}
.app_deployment .bg_img {
    background: url(../images/ktcs/oracle-ebs-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 32px;
}

.service_block:hover .app_deployment .bg_img {
    background: url(../images/ktcs/oracle-ebs-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 32px;
}
.app_support{
    height: 100%;
    width: 100%;
}
.app_support .bg_img {
    background: url(../images/ktcs/application-support-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 32px;
}

.service_block:hover .app_support .bg_img {
    background: url(../images/ktcs/application-support-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 32px;
}
.project_management{
    height: 100%;
    width: 100%;
}
.project_management .bg_img {
    background: url(../images/ktcs/project-mngt-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.service_block:hover .project_management .bg_img {
    background: url(../images/ktcs/project-mngt-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.custom_develpoment{
    height: 100%;
    width: 100%;
}
.custom_develpoment .bg_img {
    background: url(../images/ktcs/custom-devlp-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.service_block:hover .custom_develpoment .bg_img {
    background: url(../images/ktcs/custom-devlp-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.patner_value{
    height: 100%;
    width: 100%;
}
.patner_value .bg_img {
    background: url(../images/ktcs/partner-value-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.service_block:hover .patner_value .bg_img {
    background: url(../images/ktcs/partner-value-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.cop_training {
    height: 100%;
    width: 100%;
}
.cop_training .bg_img {
    background: url(../images/ktcs/corporate-traing-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.service_block:hover .cop_training .bg_img {
    background: url(../images/ktcs/corporate-traing-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.benifit_delivery{
    height: 100%;
    width: 100%;
}
.benifit_delivery .bg_img {
    background: url(../images/ktcs/benefit-delivery-icon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

.service_block:hover .benifit_delivery .bg_img {
    background: url(../images/ktcs/benefit-delivery-icon-hover.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 46px;
}

/* Know More Button */
.know-more-button {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.know-button {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 9px;
    font-family: 'Open Sans', sans-serif;
}

.know-button a.button {
    background: #26B0CD;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 9px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: 13.5px;
    text-decoration: none;
}

.know-button a.button:hover {
    background: #19bcde;
}

/* Case Studies */
.ktcs-case-studies {
    height: auto;
    background: url(../images/ktcs/case-studies-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 75px;
    padding-right: 0px;
    padding-left: 0px;
}

.case_txt {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #656160;
    padding-bottom: 25px;
}

.ktcs_content_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.case-study-item {
    margin-bottom: 30px;
}

.bt-title {
    color: #fff !important;
    font-size: 14px;
    background: #4EC6F8;
    font-family: 'Open Sans', sans-serif;
    text-transform: initial !important;
    font-weight: 100 !important;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 13px;
    text-align: center;
    box-shadow: 0px -1px 2px 0px #B8B8B8;
    min-height: 46px !important;
    height: auto !important;
}

.col-md-4:nth-child(1) .bt-title {
    background: #9BBB58;
}

.col-md-4:nth-child(2) .bt-title {
    background: #4EC6F8;
}

.col-md-4:nth-child(3) .bt-title {
    background: #EDC54B;
}


.bt-introtext {
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    padding-top: 21px;
    font-size: 14px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #B8B8B8;
    text-align: justify;
    line-height: 2 !important;
}

p.readmore {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #fff;
    margin-top: 0px;
    padding-bottom: 33px;
    box-shadow: 0px 4px 4px 0px #B8B8B8;
}

.readmore a {
    color: #6A9218;
    float: right;
    padding-right: 15px;
}

/* Client Logos */
.ot_logo_slider {
    background: #F6F6F6;
}

.ot-logo-con {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.our_clients_title {
    padding-top: 30px;
}

.client-logos {
    padding: 20px 0;
}

.client-logos {
    padding: 30px 0;
}

.client-logos .client-logo {
    max-height: 80px;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.client-logos .client-logo:hover {
    opacity: 1;
}

/* Footer */
.ktcs_footer {
    width: 100%;
    background: #25ACCA;
}

.ktcs-footer-container {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.ktcs_footer-3 {
    width: 33.33333%;
    height: 100%;
    float: left;
    padding-top: 30px;
}

.ktcs-footer-1 {
    padding: 0 10px;
}

.ktcs_foot_logo {
    float: left;
    background: url(../images/footer-logo.png) no-repeat;
    width: 100%;
    height: 60px;
}

.consulting_txt {
    float: left;
    color: #D9D9DB;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
}

.footer-txt-box,
.footer-button {
    float: left;
}

.footer-txt-box input[type="text"] {
    height: 41px;
    width: 222px;
    background: #F3F3F3;
    padding-left: 20px;
    color: #E8E8E8 !important;
    letter-spacing: 1.2px;
    border: none;
}

.footer-button {
    margin-top: 0px;
    height: 41px;
    width: 50px;
    background: #00C9D3;
    color: white;
    padding-top: 9px;
    padding-left: 13px;
}

.footer-button i.fa.fa-paper-plane {
    font-size: 20px !important;
}

.link-title p {
    color: #C8E2FB;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
}

.link-title {
    float: left;
    width: 100%;
}

.menu-part {
    width: 100%;
    height: 80%;
}

#left-menu {
    float: none;
    height: 100%;
}

#left-menu ul {
    list-style: none;
    padding-left: 0px;
}

#left-menu li a {
    color: #DAD8DB;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 2;
}

.menu-part ul {
    list-style: none;
    padding-left: 0px;
}

.menu-part li {
    color: #DAD8DB;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 2;
}

.menu-part li .fa {
    font-size: 16px !important;
}

ul.ktcs-footer-address {
    margin: 0px;
    padding-top: 52px;
    padding-left: 0px;
}

.ktcs-footer-address li {
    line-height: 2.2;
    list-style: none;
}

.footer-address-content {
    color: #DAD8DB;
    font-size: 13px;
    clear: both;
    padding: 8px 0px 8px 25px;
    position: relative;
}

.footer-address-content a {
    color: #DAD8DB;
    text-decoration: none;
}

.footer-address-content i {
    position: absolute;
    left: 4px;
    top: 15px;
}

.ktcs-footer-container a:hover,
.ktcs-footer-container a:focus,
.ktcs-footer-container a:active {
    color: #fff !important;
}

/* Copyright */
.copyright-container {
    clear: both;
    background: #0095B5;
    color: #DAD8DB;
}

.copyright-main-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
}

.copyright-con {
    font-size: 13px;
    overflow: hidden;
}

.copyright-con a {
    text-decoration: none;
    color: #fff;
}

.copyright-left {
    float: left;
}

.copyright-left p {
    margin-bottom: 0px;
}
.copyright-right {
    float: right;
}
.copyright-right p {
    margin-bottom: 0px;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .ktcs_menu_container {
        position: relative;
    }
    
    .ktcs_menu_container .ktcs_menu {
        position: fixed;
        width: 0;
        max-width: 320px;
        top: 0;
        right: 0;
        height: 100%;
        background: #fff;
        z-index: 999;
        transition: 0.4s;
        overflow: hidden;
    }
    
    .ktcs_menu_container.mob-active .ktcs_menu {
        width: 100%;
        box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.5);
    }
    
    .ktcs_menu_container .ktcs_menu li {
        width: 100%;
        padding: 10px 20px;
    }
    
    .mob-icons {
        display: block !important;
    }
    
    .ktcs_menu_container #mob-icon {
        position: absolute;
        top: 20px;
        right: 22px;
        padding: 4px 12px;
        border: 1px solid #5499AC;
        font-size: 22px;
        color: #5499AC;
        line-height: 0;
        border-radius: 2px;
    }
    
    .ktcs_menu_container #mob-icon i,
    .ktcs_menu_container #mob-icon-close i {
        font-size: 22px !important;
        color: #5499AC;
    }
    
    .ktcs_menu_container #mob-icon-close {
        position: absolute;
        right: 12px;
        top: 8px;
        line-height: 0;
    }
    
    .all_services .home-service {
        margin: 30px 15px;
    }
    
    .ktcs_footer-3.footer-col-1 {
        width: 40%;
    }
    
    .ktcs_footer-3.footer-col-2 {
        width: 26%;
    }
    
    .ktcs_footer-3.footer-col-3 {
        width: 34%;
    }
}

@media only screen and (max-width: 599px) {
    .ktcs_footer-3.footer-col-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .ktcs_footer-3.footer-col-2,
    .ktcs_footer-3.footer-col-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .ktcs_footer-3.footer-col-1,
    .ktcs_footer-3.footer-col-2,
    .ktcs_footer-3.footer-col-3 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .all_services .home-service {
        margin: 30px 5px;
    }
}

@media only screen and (max-width: 425px) {
    .ktcs_contact_info {
        float: none;
        margin: 0px auto 5px;
    }
    
    .ktcs_contact_info ul {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .ktcs_contact_info li {
        border-left: none;
    }
    
    .ktcs_social_info {
        float: none;
        display: block;
        width: 100%;
    }
    
    .ktcs_social_info ul {
        margin: 0 auto;
        max-width: 145px;
    }
    
    .ktcs_social_info li {
        border-left: none;
    }
}

/* Additional Styles for Pages */
.static-page-banner-con {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}

.static-page-banner-con .static-page-banner {
    position: relative;
}

.static-page-banner .static-banner img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.static-page-banner .static-banner-title {
    position: absolute;
    top: 44%;
    color: #fff;
    left: 20%;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.static-page-banner-con.case-study-banner .static-banner-title {
    color: #006079;
}

/* Page Content */
.page-header h2 {
    color: #4AAFCB;
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
}

/* .static-container-content{
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
} */

.ktcs_wrapper_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    letter-spacing: 1.3px;
    color: #787677;
    line-height: 2;
}

/* About Us Styles */
.aboutus {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.content-one {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.what-are-we {
    float: left;
    /* height: 300px; */
    height: auto;
    width: 50%;
}

/* .what-are-title, .who-are-title {
    padding: 20px 30px 15px;
} */


.who-are-we {
    float: left;
    /* height: 300px; */
    height: auto;
    width: 50%;
    background: #25ACCA;
}

.what-are-title p {
    padding: 22px;
    padding-left: 0px;
    font-size: 21px;
    margin-bottom: 10px;
    color: #25ACCA;
}

.who-are-title p {
    padding: 22px;
    font-size: 21px;
    margin-bottom: 10px;
    color: white;
}

.content-one-text {
    padding-right: 40px;
    /* padding-left: 25px; */
    font-size: 13px;
}

.content-one-text, .content-one-text1{
    /* padding: 10px 30px 90px; */
    padding: 10px 30px 90px 0px;
    clear: both;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.content-one-text1 {
    padding-right: 40px;
    padding-left: 25px;
}

.content-one-text1 p {
    color: white;
    font-size: 13px;
}

.content-two {
    height: auto;
    background: url(http://localhost/Yogesh/KTCSS/templates/beez3/images/ktcs/product-capabilities-bg.jpg) no-repeat center;
    background-size: cover;
    /* height: 527px; */
    height: auto;
    padding-left: 0px;
}

.abt-mid-title {
    font-size: 21px;
    text-align: center;
}

.abt-mid-title p {
    /* margin-top: 0px !important;
    color: #25ACCA !important;
    padding-top: 55px;
    font-size: 24px; */

    margin-top: 0px !important;
    COLOR: #25ACCA !important;
    padding: 60px 10px 30px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;

}

.product-capability-con {
    text-align: center;
    margin-bottom: 30px;
}

.product-capability-con {
    display: inline-table;
    margin: 20px 10px 25px;
    padding: 0 10px;
    min-width: 270px;
    vertical-align: top;
}

/* .product-capability-content {
    padding: 20px;
} */

/* .product-capability-content img{
    float: left;
    margin-right: 15px;
} */

.product-capability-title p {
    /* margin-top: 15px;
    font-size: 16px;
    color: #4AAFCB;
    text-align: left; */
    text-align: left;
    text-transform: uppercase;
    color: #262729;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
}

/* .product-capability-con .product-capability-img {
    float: left;
    margin-right: 15px;
}

.product-capability-con .product-capability-content{
    float: left;
} */


ul.product-capability-list {
    list-style-type: none;
    padding: 12px 0 0;
    margin: 0;
    text-align: left;
    margin-left: -5px;
}
ul.product-capability-list li {
    color: #5A5B5D;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2;
}





.product-experties .static-page-quote {
    padding: 5px 0px 10px;
}

.product-experties .static-page-quote p strong {
    font-size: 15px;
    color: #434142;
}

.product-experties span.quote-writer {
    font-size: 13px;
    color: #08B2D5;
    font-style: italic;
}


/* delivery-capabilities */

/* .delivery-capabilities-container {
    width: 22%;
    float: left;
    margin: 0 1.5% 30px;
}  */


.delivery-capability-img img {
    width: 100%;
}
.delivery-capability-img {
    position: relative;
    display: block;
}
.delivery-capability-title {
    color: #005468;
    position: absolute;
    bottom: 6px;
    font-size: 15px;
    padding: 3px 10px;
    width: 100%;
    background: rgba(255,255,255,0.7);
    font-weight: 500;
    min-height: 44px;
    line-height: 1;
    display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.delivery-capability-list {
    padding-left: 15px;
    margin: 0;
    list-style-image: url("../images/bullet.png");
}
ul.delivery-capability-list li {
    color: #9D9B9C;
    font-size: 14px;
    line-height: 2.2;
}
/* delivery-capabilities */



/* Services Page Styles */

       
.services-tab {
    /* background: url(../images/service-icon.png) no-repeat left center transparent; */
    color: #4AAFCB;
    padding-left: 65px;
    background-color: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    background-position: 15px -156px !important;
} 

.services-tab.active {
    background-color: #4AAFCB;
    color: #fff;
    border-left-color: #4AAFCB;
    background-position: 15px -234px !important;
}



.services-tab{
	background: url("assets/images/service-icon.png") no-repeat;
}
/* Tab icons by section */
li.application-deployment .services-tab {
    background-position: 15px -156px !important;
}
li.application-support .services-tab {
    background-position: 15px -328px !important;
}
li.custom-development .services-tab {
    background-position: 15px -505px !important;
}
li.partner-value-addition .services-tab {
    background-position: 15px -674px !important;
}
li.corporate-training .services-tab {
    background-position: 15px -862px !important;
}
li.project-management .services-tab {
    background-position: 15px -1056px !important;
}
li.benefits-delivery-plus .services-tab {
    background-position: 15px -1266px !important;
}

/* Hover + Active states (highlighted icons) */
/* li.application-deployment:hover .services-tab,
li.application-deployment .services-tab.active {
    background-position: 15px -234px !important;
} */

.services-tab,
li.application-deployment .services-tab.active {
    background-position: 15px -234px !important;
}


/* li.application-support:hover .services-tab,
li.application-support .services-tab.active {
    background-position: 15px -418px !important;
} */

 .services-tab,
li.application-support .services-tab.active {
    background-position: 15px -418px !important;
}


/* li.custom-development:hover .services-tab,
li.custom-development .services-tab.active {
    background-position: 15px -585px !important;
} */

.services-tab,
li.custom-development .services-tab.active {
    background-position: 15px -585px !important;
}


/* li.partner-value-addition:hover .services-tab,
li.partner-value-addition .services-tab.active {
    background-position: 15px -768px !important;
} */

.services-tab,
li.partner-value-addition .services-tab.active {
    background-position: 15px -768px !important;
}


/* li.corporate-training:hover .services-tab,
li.corporate-training .services-tab.active {
    background-position: 15px -958px !important;
} */

.services-tab,
li.corporate-training .services-tab.active {
    background-position: 15px -958px !important;
}

/* li.project-management:hover .services-tab,
li.project-management .services-tab.active {
    background-position: 15px -1160px !important;
} */

.services-tab,
li.project-management .services-tab.active {
    background-position: 15px -1160px !important;
}


/* li.benefits-delivery-plus:hover .services-tab,
li.benefits-delivery-plus .services-tab.active {
    background-position: 15px -1350px !important;
} */

.services-tab,
li.benefits-delivery-plus .services-tab.active {
    background-position: 15px -1370px !important;
}



.services-tab {
    background: url(../images/service-icon.png) no-repeat left center transparent;
    color: #4AAFCB;
    padding-left: 65px;
    background-color: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    background-position: 15px -156px !important;
}

.services-tab-content-text-ul {
    list-style-image: url("../images/bullet.png");
    color: #9D9B9C;
    font-size: 14px;
    line-height: 2.2;
}

.services-tab.active {
    background-color: #4AAFCB;
    color: #fff;
    border-left-color: #4AAFCB;
    background-position: 15px -234px !important;
}

.services-tab.active::after {
    content: '';
    border-left: 16px solid #4AAFCB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40%;
    right: -16px;
}

.services-tab-content-text {
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #787677;
    line-height: 2;
}

.desktop-tabs {
    padding: 15px;
}

.tab-content-section {
    display: none;
}
.tab-content-section.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.services-tab-content-title {
    font-size: 22px;
    color: #4AAFCB;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tab-img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .desktop-tabs { display: none !important; }
    .accordion-button:not(.collapsed) {
        background-color: #4AAFCB;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .mobile-accordion { display: none !important; }
}


/*     
.services-tab{
	background: url("../images/service-icon.png") no-repeat;
}
li.application-deployment .services-tab,
.resp-accordion .application-deployment-ico {
	background-position: 15px -156px !important;
}
li.application-support .services-tab,
.resp-accordion .application-support-ico{
	background-position: 15px -328px !important;
}
li.custom-development .services-tab,
.resp-accordion .custom-development-ico{
	background-position: 15px -505px !important;
}
li.partner-value-addition .services-tab,
.resp-accordion .partner-value-addition-ico {
	background-position: 15px -674px !important;
}
li.corporate-training .services-tab,
.resp-accordion .corporate-training-ico{
	background-position: 15px -862px !important;
}
li.project-management .services-tab,
.resp-accordion .project-management-ico{
	background-position: 15px -1056px !important;
}
li.benefits-delivery-plus .services-tab,
.resp-accordion .benefits-delivery-plus-ico{
	background-position: 15px -1266px !important;
}

li.application-deployment:hover .services-tab,
li.application-deployment.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .application-deployment-ico{
	background-position: 15px -234px !important;
}
li.application-support:hover .services-tab,
li.application-support.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .application-support-ico{
	background-position: 15px -418px !important;
}
li.custom-development:hover .services-tab,
li.custom-development.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .custom-development-ico{
	background-position: 15px -585px !important;
}
li.partner-value-addition:hover .services-tab,
li.partner-value-addition.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .partner-value-addition-ico{
	background-position: 15px -768px !important;
}
li.corporate-training:hover .services-tab,
li.corporate-training.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .corporate-training-ico{
	background-position: 15px -958px !important;
}
li.project-management:hover .services-tab,
li.project-management.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .project-management-ico{
	background-position: 15px -1160px !important;
} */



/* .services-content {
    margin-top: 15px;
}

.services-content .nav-pills .nav-link {
    color: #4AAFCB;
    padding-left: 65px;
    background-color: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
    border-radius: 0;
    margin-bottom: 2px;
}

.services-content .nav-pills .nav-link.active,
.services-content .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #4AAFCB;
}

.sevices-tab-content-con .sevices-tab-content-title {
    color: #4AAFCB;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.sevices-tab-content-con .sevices-tab-content p {
    font-size: 14px;
    color: #9D9B9C;
}

ul.blue-bullet {
    padding-left: 15px;
    margin: 0;
    list-style: none;
}

ul.blue-bullet li {
    color: #9D9B9C;
    font-size: 14px;
    line-height: 2.2;
    position: relative;
    padding-left: 20px;
}

ul.blue-bullet li:before {
    content: '•';
    color: #4AAFCB;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.sevices-tab-content-con ul.blue-bullet {
    margin-top: 20px;
    float: left;
}

.sevices-tab-content-con .sevices-tab-content-img {
    float: right;
    margin-top: 15px;
}

.services-tab {
    background: url(../images/service-icon.png) no-repeat;
}
.services-content .resp-vtabs li:hover .services-tab:after, .services-content .resp-vtabs li.resp-tab-active .services-tab:after {
    content: '';
    border-left: 16px solid #4AAFCB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40%;
    right: -16px;
} */

/*** services ***/
/* .resp-vtabs li,
.resp-vtabs .resp-tabs-list li,
.resp-vtabs li.resp-tab-active,
.resp-tabs-container .resp-accordion.resp-tab-active,
.resp-tabs-container .resp-accordion{
	padding: 0 !important;
	border: none !important;
	background: none !important;
	margin-right: 0 !important;
   
}
.resp-tab-item{
    list-style: none;
}

.services-content .resp-vtabs li .services-tab,
.resp-tabs-container .resp-accordion .services-tab{
	background: url("../images/service-icon.png") no-repeat;
}
li.application-deployment .services-tab,
.resp-accordion .application-deployment-ico {
	background-position: 15px -156px !important;
}
li.application-support .services-tab,
.resp-accordion .application-support-ico{
	background-position: 15px -328px !important;
}
li.custom-development .services-tab,
.resp-accordion .custom-development-ico{
	background-position: 15px -505px !important;
}
li.partner-value-addition .services-tab,
.resp-accordion .partner-value-addition-ico {
	background-position: 15px -674px !important;
}
li.corporate-training .services-tab,
.resp-accordion .corporate-training-ico{
	background-position: 15px -862px !important;
}
li.project-management .services-tab,
.resp-accordion .project-management-ico{
	background-position: 15px -1056px !important;
}
li.benefits-delivery-plus .services-tab,
.resp-accordion .benefits-delivery-plus-ico{
	background-position: 15px -1266px !important;
}

li.application-deployment:hover .services-tab,
li.application-deployment.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .application-deployment-ico{
	background-position: 15px -234px !important;
}
li.application-support:hover .services-tab,
li.application-support.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .application-support-ico{
	background-position: 15px -418px !important;
}
li.custom-development:hover .services-tab,
li.custom-development.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .custom-development-ico{
	background-position: 15px -585px !important;
}
li.partner-value-addition:hover .services-tab,
li.partner-value-addition.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .partner-value-addition-ico{
	background-position: 15px -768px !important;
}
li.corporate-training:hover .services-tab,
li.corporate-training.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .corporate-training-ico{
	background-position: 15px -958px !important;
}
li.project-management:hover .services-tab,
li.project-management.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .project-management-ico{
	background-position: 15px -1160px !important;
}

li.benefits-delivery-plus:hover .services-tab,
li.benefits-delivery-plus.resp-tab-active .services-tab,
.resp-accordion.resp-tab-active .benefits-delivery-plus-ico{
	background-position: 15px -1370px !important;
}

.services-content .resp-vtabs li:hover .services-tab:after,
.services-content .resp-vtabs li.resp-tab-active .services-tab:after {
    content: '';
    border-left: 16px solid #4AAFCB;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 40%;
    right: -16px;
}
.services-content .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 28% !important;
    margin-right: 3%;
}
.services-content .resp-vtabs li .services-tab,
.resp-tabs-container .resp-accordion .services-tab {
    padding: 15px;
    color: #4AAFCB;
    padding-left: 65px;
    background-color: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    min-height: 78px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 0.2s;
}
.services-content .resp-vtabs li .services-tab:after{
	content: '';
	border-left: 1px solid #ddd;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	position: absolute;
	top:40%;
	right: -7px;
}
.services-content .resp-vtabs li.resp-tab-active .services-tab,
.services-content .resp-vtabs li:hover .services-tab,
.resp-tabs-container .resp-accordion.resp-tab-active .services-tab{
	color: #fff;
	background-color: #4AAFCB;
}

.services-content .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background: none;
    border: none;
    float: left;
    width: 68%;
    min-height: 480px;
    border-radius: 0;
    clear: none;
}
.sevices-tab-content-con .sevices-tab-content-title {
    color: #4AAFCB;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.sevices-tab-content-con .sevices-tab-content p{
	font-size: 14px;
	color: #9D9B9C;
}

ul.blue-bullet {
    padding-left: 15px;
    margin: 0;
    list-style-image: url("../images/bullet.png");
}
.sevices-tab-content-con ul.blue-bullet{
	margin-top: 20px;
	float: left;
}
.sevices-tab-content-con ul.blue-bullet li {
    color: #9D9B9C;
    font-size: 14px;
    line-height: 2.2;
}

.sevices-tab-content-con .sevices-tab-content-img {
    float: right;
    margin-top: 15px;
}


.resp-tab-content {
    display: none;
}

.resp-tab-content.resp-tab-content-active {
    display: block;
}
 */






















/* Knowledge Center Styles */
.knowledge-center-content .knowledge-center-row {
    clear: both;
    margin-bottom: 10px;
}

.knowledge-center-row .knowledge-center-con {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 35px;
}

.knowledge-center-row hr {
    border: 0;
    height: 1px;
    background: #f7f7f7;
    background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,9%,91%,.75) 50%, hsla(0,0%,0%,0) 100%);
}

.knowledge-center-row:last-child hr {
    height: 0;
    display: none;
}

.knowledge-center-row .knowledge-center-text-content {
    width: 75%;
}

.knowledge-center-row .knowledge-center-img-con {
    width: 22%;
}

.knowledge-center-row:nth-child(odd) .knowledge-center-text-content {
    float: left;
}

.knowledge-center-row:nth-child(odd) .knowledge-center-img-con {
    float: right;
    margin-left: 3%;
}

.knowledge-center-img img {
    max-width: 100%;
}

.knowledge-center-row:nth-child(even) .knowledge-center-text-content {
    float: right;
}

.knowledge-center-row:nth-child(even) .knowledge-center-img-con {
    float: left;
    margin-right: 3%;
}

.knowledge-center-text-content .knowledge-center-text {
    text-align: justify;
}

.knowledge-center-text-content .knowledge-center-title {
    color: #4AAFCB;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.static-container-content{
    padding: 15px 20px 50px;
    overflow: hidden;
}
.knowledge-center-page .static-container-content {
    padding-bottom: 0 !important;
}

/* Case Study Styles */
.blue-bullet{
    list-style-image: url("../images/bullet.png");
}
.case-study-content ul.blue-bullet li {
    color: #787677;
    font-size: 14px;
    line-height: 2;
}

.case-study-content ul.blue-bullet {
    margin-bottom: 30px;
}

.case-study-content {
    padding-top: 5px;
}

.case-study-content p {
    color: #787677;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-align: justify;
}

.case-study-content p.underline-content {
    text-decoration: underline;
    font-size: 16px;
    margin-top: 30px;
}

.case-study-content .download-button {
    margin-top: 45px;
    margin-bottom: 40px;
    clear: both;
}

.case-study-content .download-button a {
    text-decoration: none;
    color: #fff;
    padding: 8px 15px 8px 35px;
    font-size: 14px;
    background: #4AAFCB;
    border-radius: 4px;
    background: #4AAFCB url(../images/download-btn.png) no-repeat 10px 9px;
}

.case-study-content .download-button a:hover {
    background-color: #19bcde;
}

/* Contact Page Styles */
.contact-us-pg-title {
    display: block;
    margin: 5px 0;
}

.contact-us-title {
    color: #07A2C1;
    font-size: 22px;
    text-transform: uppercase;
}

.title_contact {
    font-family: 'Open Sans', sans-serif;
    color: #07A2C1;
    font-size: 16px;
}

.contact_address {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left: 28px;
    position: relative;
    color: #787677;
    line-height: 2;
    letter-spacing: 0.5px;
}

.contact_info {
    /* width: 40%; */
    width: 100%;
    height: auto;
    margin-top: 40px;
    float: left;
}

.embedded_map {
    width: 60%;
    height: auto;
    margin-top: 11px;
    float: left;
}

.like-to-help p {
    color: black !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.8px !important;
    margin-top: 2px;
}

.the_mail_txt a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #787677;
    line-height: 2;
    text-decoration: none;
}

.contact_address i.fa {
    position: absolute;
    top: 4px;
    left: 3px;
    color: #07A2C1;
}

.contact__us i.fa.fa-map-marker {
    font-size: 25px !important;
}

.contact__us i.fa.fa-phone {
    font-size: 23px !important;
}

.contact__us i.fa.fa-envelope {
    font-size: 17px !important;
}

.contact__us {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.google_map_emb {
    width: 100%;
    margin-top: 50px;
    line-height: 0;
}

.google_map_emb iframe {
    width: 100%;
}

/* .ktcs_wrapper_content.has_sidebar .sub_containt_wraper {
    width: 55%;
    float: left;
} */

/* .ktcs_wrapper_sidebar {
    width: 45%;
    float: left;
    padding-left: 15px;
    margin-top: 85px;
} */

.contact__us fieldset {
    border: none;
    padding: 0;
}

.contact__us fieldset legend {
    display: none;
}

.contact__us fieldset input,
.contact__us fieldset textarea {
    border: 1px solid #ccc;
    height: 30px;
    max-width: 100%;
    width: 470px;
    padding: 5px;
    color: #787677;
}

.contact__us fieldset textarea {
    height: 100px;
}

.contact__us fieldset .control-label {
    margin-bottom: 5px;
}

.contact__us fieldset label {
    color: #787677;
    padding-bottom: 5px;
    font-size: 14px;
}

.contact__us fieldset .controls {
    margin-bottom: 15px;
}

.contact__us .control-group button {
    background: #07A2C1;
    padding: 10px 25px;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .embedded_map,
    .contact_info {
        width: 50%;
    }
    
    .contact__us fieldset input,
    .contact__us fieldset textarea {
        max-width: 400px;
    }
}

@media only screen and (max-width: 735px) {
    .embedded_map,
    .contact_info {
        width: 100%;
        clear: both;
    }
    
    .contact__us fieldset input,
    .contact__us fieldset textarea {
        max-width: 360px;
    }
}

@media only screen and (max-width: 640px) {
    .ktcs_wrapper_content.has_sidebar .sub_containt_wraper {
        width: 100%;
        float: none;
    }
    
    .ktcs_wrapper_sidebar {
        width: 100%;
        float: none;
        padding-left: 0px;
        margin-top: 30px;
    }
    .ktcs_wrapper_content{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .knowledge-center-row .knowledge-center-text-content {
        width: 100%;
    }
    
    .knowledge-center-row .knowledge-center-img-con {
        width: 100%;
        text-align: center;
    }
    
    .knowledge-center-text-content .knowledge-center-title {
        text-align: center;
    }
    
    .static-page-banner .static-banner-title {
        width: 100%;
        top: 35px;
        left: 0;
        text-align: center;
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .what-are-we,
    .who-are-we {
        width: 100%;
    }
    
    .static-page-banner .static-banner-title {
        top: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .contact__us fieldset input,
    .contact__us fieldset textarea {
        max-width: 320px;
    }
}

@media only screen and (max-width: 320px) {
    .contact__us fieldset input,
    .contact__us fieldset textarea {
        max-width: 280px;
    }
}

@media only screen and (max-width: 535px) {
    .copyright-left,
    .copyright-right {
        float: none;
        text-align: center;
    }
    
    .copyright-left {
        margin-bottom: 10px;
    }
}