@import url("JiSlider.css");
@import url("gallery.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
html,
body {
    height: 100%;
}

#JiSlider {
    width: 100%;
    height: 70%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #666;
}

h1 {
    font-size: 35px;
    line-height: normal;
    color: #093888;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}

h2 {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    margin: 20px 0 10px 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #093888;
    font-weight: normal;
    margin: 10px 0 10px 0;
    padding: 0;
}

h4 {
    font-size: 16px;
    color: #f15c0b;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}

header {
    position: relative;
    margin: 0;
    padding: 0;
}

.logo {
    width: 300px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10%;
    top: 20px;
}

.logo img {
    width: 100%;
}

.top-full-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 10%;
    width: auto;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 18px;
    left: -15px;
    font-size: 36px;
}

.openbtn {
    cursor: pointer;
    text-align: right;
    background: none !important;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: none;
}

#main {
    /* transition: margin-left .5s; */
    padding: 10px;
    text-align: right !important;
    z-index: 9999;
}

.top-menu {
    position: absolute;
    right: 18%;
    top: 25px;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.top-menu ul {
    margin: 0;
    padding: 0;
}

.top-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.top-menu ul li a {
    margin: 0;
    padding: 0 10px 5px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: .6s;
}

.top-menu ul li a:hover {
    color: #FC0;
    border-bottom: 3px solid #FFF;
    transition: .6s;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    text-align: left;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 18px;
    left: -15px;
    font-size: 36px;
}

.openbtn {
    cursor: pointer;
    text-align: right;
    background: none !important;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: none;
}

.wrapper-profile {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 350px auto;
    grid-template-areas: "profile-left profile-right";
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
}

.profile-left {
    grid-area: profile-left;
    align-self: center;
}

.profile-left img {
    width: 100%;
}

.profile-right {
    grid-area: profile-right;
    padding: 0;
    margin: 0;
}

.box {
    font-size: 14px;
}

.box p {
    font-size: 14px;
    padding: 0 0 15px 0;
    line-height: 23px;
}

.profile-heading {
    font-size: 30px;
    line-height: normal;
    color: #093888;
    font-weight: normal;
    margin: 0px 0 25px 0;
    padding: 0;
    position: relative;
}

.border-thin {
    margin-top: 10px;
    width: 200px;
    border-bottom: 1px solid #333;
    position: relative;
}

.border-thick {
    width: 50px;
    border: 3px solid #333;
    position: absolute;
    bottom: -2px;
}

.main-heading {
    font-size: 25px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 0px 0 25px 0;
    padding: 0;
    position: relative;
}

.wrapper-overview {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "overview-left overview-right";
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 10%;
    position: relative;
    background: #0799cc;
}

.overview-left {
    grid-area: overview-left;
    padding: 60px 0;
}

.overview-right {
    position: relative;
    grid-area: overview-right;
    background-image: url(../images/coporate-overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subheading {
    font-size: 35px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    line-height: 60px;
}

.subheading span {
    font-family: 'Anton', sans-serif;
    font-size: 75px;
    color: #0799cc;
    text-transform: uppercase;
}

.overview-box {
    font-size: 14px;
    padding-right: 70px;
    color: #fff;
}

.overview-box p {
    font-size: 14px;
    padding: 0 0 15px 0;
    color: #fff;
    line-height: 23px;
}

.consultancy-services {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-areas: "services-left services-right";
    width: auto;
    margin: 0 auto;
    position: relative;
    background: #c10188;
}

.services-left {
    position: relative;
    grid-area: services-left;
    padding: 0px 0;
    background-image: url(../images/consutancy-services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.services-right {
    position: relative;
    grid-area: services-right;
    padding: 50px 20% 50px 70px;
}

.service-subheading {
    font-size: 35px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    line-height: 60px;
}

.service-subheading span {
    font-family: 'Anton', sans-serif;
    font-size: 75px;
    color: #c10188;
    text-transform: uppercase;
}

.services-right li {
    font-size: 14px;
    padding: 0 0 0px 0;
    list-style: none;
    color: #fff;
    line-height: 23px;
}

main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-gap: 3%;
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}


/*.card:nth-child(odd){ background:#ddd;}
.card:nth-child(even){ background:#FCC;}*/

.card img {
    width: 100%;
}

.info {
    padding: 0px;
}

.info ul {
    padding: 0px;
}

.info ul li {
    padding: 0px;
    list-style: none;
    font-size: 14px;
}

.info ul li a {
    color: #666;
    text-decoration: none;
    padding: 0px;
    transition: .6s;
    font-size: 14px;
}

.info ul li a:hover {
    color: #093888;
    transition: .6s;
}

.info p {
    color: #666;
    font-size: 15px;
}

.services-right ul {
    margin: 0;
    padding: 0 0 15px 0;
}

.services-right ul li {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

.services-right ul li a {
    color: #666;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    transition: .6s;
}

.services-right ul li a:hover {
    color: #093888;
    transition: .6s;
}

.footer-fullwrapper {
    background: #565656;
    margin: 0;
    padding: 70px 0 20px 0;
    width: auto;
}

.footer-footer-middle {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.logo-footer {
    width: 250px;
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: -25px;
}

.footer-links {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #898989;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: #fff;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 0 1px;
    transition: .6s;
}

.footer-links ul li a:hover {
    color: #ccc;
    transition: .6s;
}

.address {
    margin: 0;
    padding: 15px 0 !important;
}

.address ul {
    margin: 0;
    padding: 0;
}

.address ul li {
    list-style: none;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    display: inline;
    margin: 0;
    padding: 0;
}

.divider {
    padding: 3px 0;
    border-bottom: 1px dashed #898989;
    width: 40%;
}

.divider-right {
    margin: 25px 0;
    display: block;
    border-bottom: 1px dashed #898989;
    width: 100%;
}

.footer-commnlinks {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 60px;
}

.footer-commnlinks ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-commnlinks ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.footer-commnlinks ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 0 4px;
    transition: .6s;
}

.footer-commnlinks ul li a:hover {
    color: #ccc;
    transition: .6s;
}


/*Inside pages*/

.inside-header {
    position: relative;
    margin: 0;
    padding: 0;
    height: 50%;
    background: #33C;
}

.inside-captions {
    font-size: 35px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aboutus {
    background-image: url(../images/insidebg-about.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.team {
    background-image: url(../images/insidebg-team.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.contact {
    background-image: url(../images/insidebg-contact.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.consultancy {
    background-image: url(../images/consutancy-consultancy.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.speak-us {
    background-image: url(../images/they-speak-us.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.certifications {
    background-image: url(../images/certifications.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.corebanking {
    background-image: url(../images/core-banking.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.distributed-banking {
    background-image: url(../images/insidebg-distributed.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.gallery {
    background-image: url(../images/insidebg-gallery.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.software-conversion {
    background-image: url(../images/insidebg-sftware-conversion.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.inside-content-wrapper {
    margin: 0 auto;
    padding: 80px 0;
    width: 80%;
    position: relative;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: auto 25%;
    background-color: #fff;
    color: #444;
}

.content-box {
    margin: 0;
    padding: 0;
}

.box-left {
    margin: 0;
    padding: 0;
}

.box-left p {
    font-size: 14px;
    color: #666;
    padding: 0 0 15px 0;
    line-height: 22px;
}

.box-left ul {
    margin: 0;
    padding: 0 0 15px 0;
}

.box-left ul li {
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.box-left span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px;
    background: #ebebeb;
}

.box-left h1 {
    font-size: 30px;
    line-height: normal;
    color: #093888;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}

.box-right {
    margin: 0;
    padding: 0 0 0 0px;
}

.box-right .icons {
    width: 46px;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.box-right h3 {
    font-size: 20px;
    color: #093888;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}

.inside-content-wrapper h1 {
    font-size: 25px;
    line-height: normal;
    color: #F66;
    font-weight: normal;
    margin: 0px 0 10px 0;
    padding: 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    grid-gap: 40px;
    padding: 0px;
}

.grid-item {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 140px 20px 20px 20px;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.designation {
    font-size: 15px;
    font-weight: bold;
    color: #1e76b5;
    padding: 0 20px;
    margin-bottom: 10px;
}

.name {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    padding: 0 20px;
}

.address {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding: 0 20px;
}

.email {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding: 0 20px;
}

.phone {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding: 0 20px;
}

.profile-photo {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 300px;
    border: 1px solid #CCC;
}

.profile-photo img {
    width: 100%;
    border-radius: 300px;
}

.directors {
    display: block;
}

.about-image {
    float: left;
    overflow: auto;
    margin: 0 30px 30px 0;
    display: block;
    min-height: 650px;
}

.about-image img {
    width: 100%;
}


/*-------------------------16-12-2020--------------------*/

ul.product-li li {
    padding: 0px !important;
    width: 32%;
    list-style: none;
    text-align: center;
    margin: 1em 1.5em 0em 0em;
}

ul.product-li {
    display: flex;
    width: 100%;
}

ul.product-li img {
    width: 100%;
}

span.bnr-small {
    font-size: 29px;
}

a.bnr-batton {
    font-size: 20px;
    background-color: #da251d;
    padding: 10px 30px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 13pc;
    position: absolute;
    z-index: 1111 !important;
    right: 56px;
    bottom: 46px;
}

.btn-page {
    margin-top: 20px !important;
    display: inline-block;
    position: inherit !important;
}


/*Inside pages*/

@media screen and (max-width: 1280px) {
    .inside-content-wrapper {
        width: 92%;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        width: 220px;
        left: 6%;
    }
    .top-full-wrapper {
        padding: 0 1%;
    }
    .captions {
        font-size: 28px;
        line-height: 28px;
    }
    .jislider__left-arrow,
    .jislider__right-arrow {
        display: none;
    }
    .footer-commnlinks {
        position: inherit;
        top: 0;
        right: 0;
        display: block;
        ;
    }
    .footer-commnlinks ul {
        text-align: right;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .divider {
        width: 70%;
        text-align: center;
        margin: 5px auto;
    }
    .inside-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    .box-left {
        order: 2;
    }
    .box-middle {
        order: 1;
    }
    .box-right {
        order: 3;
    }
    .team-wrapper ul li {
        width: 40%;
    }
    .about-image {
        float: none;
        width: 100%;
        min-height: inherit;
    }
    .column {
        width: 50%;
    }
    .box-right {
        text-align: center;
        margin-top: 40px;
    }
    .box-left {
        text-align: center;
    }
    .box-left ul li {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .top-menu {
        display: none;
    }
    .wrapper-profile {
        display: inherit;
        padding: 80px 0 50px 0;
    }
    .wrapper-overview {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .profile-heading {
        margin-top: 20px;
    }
    .consultancy-services {
        display: flex;
        flex-direction: column;
    }
    .overview-box {
        padding: 10%;
    }
    .overview-right,
    .services-left {
        height: 40vh;
    }
    .overview-right {
        order: 1;
    }
    .overview-left {
        order: 2;
    }
    .services-right {
        order: 2;
        padding-left: 40px;
        padding-right: 8%;
    }
    .services-left {
        order: 1;
    }
    .subheading,
    .service-subheading {
        font-size: 25px;
    }
    .logo-footer {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto 15px auto;
        top: 10px;
        bottom: -20px;
    }
    .footer-links {
        text-align: center;
        padding-bottom: 5px;
    }
    .footer-links ul li a {
        padding: 0 5px !important;
    }
    .footer-commnlinks ul {
        text-align: center;
    }
    .address ul li {
        text-align: center;
        display: inherit;
        padding: 4px;
    }
    .inside-content-wrapper {
        width: 80%;
    }
    .grid-container {
        display: flex;
        flex-direction: column;
    }
    .speak-for-us ul li {
        padding: 0;
        margin: 0 !important;
    }
    ul.product-li {
        display: block;
    }
    ul.product-li li {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    #JiSlider {
        height: 75%;
    }
    .footer-links ul li a {
        display: inline;
        text-align: center;
        padding: 14px 0 0 0;
    }
    .footer-links span {
        display: none;
    }
    .column {
        width: 100%;
    }
}

.marquee-profile {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
    background: #DA251D;
    color: #fff;
}

.marquee-profile a {
    color: #fff;
}