.hero-area {
    position: relative;
}

.hero-area .contents {
    padding: 220px 0;
}

.hero-area .contents h2 {
    /* color: #fff; */
    font-size: 3.15rem;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}

.hero-area .contents p {
    /* color: #fff; */
    font-size: 18px;
    line-height: 26px;
}

.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase;
    width: 180px;
    height: 50px;
    padding: 15px;
}

.hero-area .contents .btn-border {
    border: 1px solid #28a745;
    color: #28a745 !important;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    width: 180px;
    height: 50px;
    padding: 15px;
    background: #fff;
}

.hero-area .intro-img {
    padding: 125px 0 0;
}

.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.btn-border-filled {
    cursor: pointer;
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    box-shadow: 0 8px 9px 0 rgba(96,94,94,.17);
    width: 180px;
    height: 50px;
    padding: 15px;
}

.trans-card {
    background-color: #fff;
    padding: 2.8rem 2rem 2rem;
    border-radius: 25px;
}

.text-blue{
    color: #0056b3;
}

.trans-card h3{
    margin: 5px 0;
}

.trans-card p{
    margin: 7px 0 10px;
}

.f-22 {
    font-size: 22px;
}

.app-text-justify {
    text-align: justify;
}

.f-44{
    font-size: 44px;
}

.line-height-1-5{
    line-height: 1.5;
}

.breadrcumb .contents {
    padding: 50px 0;
}

.uk-grid-large > *, .uk-grid-column-large > * {
    padding-left: 40px;
}

.uk-margin-right {
    margin-right: 20px !important;
}

.in-icon-wrap.primary-color {
    background-color: #16D5FF;
    color: #fff;
}

.in-icon-wrap.circle {
    border-radius: 500px;
}

.in-icon-wrap {
    font-family: inherit;
    font-weight: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #f0f0f0;
    color: #5c5c5c;
    border-radius: 24px;
}

.image-column .inner-column {
    position: relative;
}

.image-column .inner-column:before {
    position: absolute;
    content: '';
    left: -160px;
    top: 40px;
    width: 387px;
    height: 255px;
    z-index: -1;
    display: inline-block;
    background: url('../img/pattern-4.png') center top no-repeat;
}

.image-column .image-2 {
    position: absolute;
    right: 0px;
    top: 80px;
    opacity: 0.6;
    z-index: -1;
}

.skills-column .inner-column {
    padding-left: 30px;
}

.skills-column .inner-column .text p {
    position: relative;
    color: #707070;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.sec-title h2 {
    position: relative;
    color: #0F0F0F;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.sec-title h2 span {
    color: #16D5FF;
    font-style: italic;
}

.pt-95{
    padding-top: 95px;
}

.pt-150{
    padding-top: 150px;
}

.in {
    margin: 50px;
}

.tit {
    margin-top: 50px;
    font-weight: bolder;
    display: inline-block;
    color: rgb(5, 13, 83);
}

.quest {
    margin: 5px 0;
    font-weight: bold;
    color: #16D5FF;
}

.answer {
    color: #777;
}

.faqBl p, .faqBl span{
    font-size: 20px;
}

.questLine {
    margin: 20px 0px;
}

.bg-light {
    background-color: #F8F9FA !important;
}

.in-card-green {
    background-color: #27BC9C;
}

.uk-card-body {
    padding: 28px;
}

.in-card-10 .uk-card-default {
    border: 0;
    background-color: #fff;
}

.uk-grid-match > * > :not([class*=uk-width]), .uk-grid-item-match > :not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-border-rounded {
    border-radius: 6px;
}

.in-icon-wrap {
    font-family: inherit;
    font-weight: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #f0f0f0;
    color: #5c5c5c;
    border-radius: 24px;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-card-default .circle{
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.in-card-blue {
    background-color: #4284DD;
}

.in-card-purple {
    background-color: #9A5BB4;
}

.in-card-navy {
    background-color: #35495D;
}

.in-highlight{
    color: #16D5FF;
}

.uk-text-muted {
    color: #999999 !important;
}   

.text-grey{
    color: #707070;
}

.cta-bg{
    background-image: url(../images/bg_img.jpg);
    background-position: center;
}

.pt-100{
    padding-top: 100px !important;
}

.not-index .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .uk-grid-margin{
        margin-top: 40px;
    } 
}