﻿/*ThynkblynkHomePage.css starts*/

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #fff;
    line-height: 22px;
    color: #3F4246;
}
/*Loader start*/
.loader {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    top: 35%;
    left: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.float-right {
    float: right;
    padding: 0 30px;
}
.o-a{
    overflow: auto;
}
.float-left{float:left};
.Docloader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    top: 29%;
    left: 35%;
    margin-left: 42%;
    margin-top: 7%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

.loaderOTP {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    top: 15%;
    left: 45%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100000;
    position: fixed;
    display: none;
}

.CoverOTP {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100000;
    position: absolute;
    display: none;
}

.OnlyCover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    display: none;
}
/*Loader end*/
.AboutCTBtn {
    /* margin-top: 53vh;*/
    margin-top: 80vh;
}
.container {
    overflow: hidden;
}

.container-fluid {
    overflow: hidden;
}
.MoreInAcademia img, .MoreInHR img {
    max-height: 500px;
    max-width: 900px;
}
.clickForHR {
    position: absolute;
    right: 184px;
    top: 133px;
    cursor:pointer;
}
.clickForAcademia {
    position: absolute;
    right: 178px;
    top: 304px;
    cursor: pointer;
}
.PopupContent label {
    color: #1975A1;
    font-weight: bold
}
.PopupContent table{
    font-size:13px;
}
.PopupContent table tr td:nth-child(2) {
    padding-left: 20px;
}
.PopupContent img{
    max-height:100px;
}
.PopupContent table tr td {
    padding-bottom: 45px;
    min-width: 50px;
    vertical-align: top;
}
/*.HomePageImagePlacement {
    float: right
}*/
.HomePageTextPlacement {
    position: relative;
    top: 30vh;
}
.MenuList a:hover .lblcls::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.widthOfMenuLogo {
    width: 130px;
}
.divLoop {
    float: right;
    height: 300px;
    position: relative;
    top: 100px;
}
.MenuList a .lblcls::before {
    content: '';
    position: absolute;
    /*bottom: -24px;*/
    bottom: -17px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #1975A1;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.MenuList li {
    display: inline-block;
    position:relative;
}
.WhyChaintrailHome h5{
    color:white;
}
.Banner_Vdo, .Banner_Blob, .Banner_People, .Banner_Enterprise, .Banner_People, .Banner_Banks, .Banner_Traceability {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    opacity: 0.8;
}
.Banner_People {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ), url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/People.jpg');
}
.Banner_Vdo {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ),url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/Vedio.jpg');
}
.Banner_Blob {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ),url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/Blob.jpg');
}
.Banner_Enterprise {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ),url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/Enterprise.jpg');
}
.Banner_Banks {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ),url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/Banks.jpg');
}
.Banner_Traceability {
    background-image: linear-gradient( rgba(0, 137, 255, 0.11), rgba(0, 0, 0, 0.53) ),url('https://chaintrailwebuat.blob.core.windows.net/thynkblynk-home/Traceability.jpg');
}
.Carrer-img {
}
.blueColor {
    color: #1975A1
}
.PageCover h4 {
    font-size: 25px;
    color: #3F4246;
    letter-spacing: .5px;
    margin-left: 84px;
}
.PageCover {
    background-image: url(../images/Globe.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 79%;
    background-size: 400px;
}
.howit_works {
    padding: 20px 0px 10px 0px;
}
.bg-filter {
    background-color: #000;
    opacity: 0.2;
    display: none;
}
.HomePageSectionTwo {
    padding: 20px 0;
}
    .howit_works p, .howit_works ul, .HomePageSectionTwo p, .HomePageSectionTwo ul {
        font-family: robotolight;
        line-height: 28px;
    }
    .HomePageSectionTwo .col-lg-9:after {
        width: 5px;
        background: gray;
        opacity: .3;
        border-radius: 10px;
        position: absolute;
        left: -30px;
        top: 0;
        bottom: 0;
        height: 100%;
        content: "";
    }

.howit_works_btm {
    background: url(../images/curvebg1.jpg) no-repeat 0 0;
    height: 70px;
    background-size: cover;
}
.modal-confirm {
    color: #636363;
    width: 325px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
        padding: 0px 10px 10px 12px;
        background: #fff;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
        width:100%
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 35px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn {
        color: #0152e9;
        border-radius: 4px;
        background: #fff;
        text-decoration: none;
        border: 1px solid #0152e9;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #fff;
            outline: none;
        }
.textAllignment {
    text-align: right;
}

.sortList {
    margin-top: 5px;
    list-style: none;
}

    .sortList ul {
        display: inline-block;
        padding-left: 0px;
        margin-bottom: 5px;
    }

    .sortList span {
        padding-right: 10px;
    }

    .sortList li img {
        display: none;
    }

    .sortList li {
        color: #20729d;
        display: inline-block;
        padding: 0 10px 0 10px;
        cursor: pointer;
    }
.form-control{
   max-height:32px;
}
#root, .hg100, .hg100 > div {
    height: 100%;
}
.login_bg {
    display: table;
    width: 100%;
}
.login-fields {
    background: #fff;
    display: block;
    padding: 0;
    -webkit-box-shadow: 0 6px 25px 0 rgba(38,50,56,.2);
    box-shadow: 0 6px 25px 0 rgba(38,50,56,.2);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
    .login-fields form, .CssWithoutFormTag {
        padding: 35px 20px 35px 20px
    }
    .login-fields h3 {
        margin: 0;
        font-size: 25px;
        font-weight: 400;
        color: rgba(0,0,0,.8);
        padding-bottom: 20px;
    }
.ViewVacancy {
    color: #212529;
}
.ViewVacancy {
    color: #212529;
}
.mt-25 {
    margin-top: 25px;
}
.form-group {
    margin-bottom: 0rem;
    position: relative;
}
input {
    position: relative;
    z-index: 1;
}
#root .form-group .form-control {
    z-index: 1;
}

#root .form-control, #root .form-control:focus {
    box-shadow: 0 0 0px transparent !important;
}

#root .form-control {
    font-size: 13px;
    color: black;
    height: 32px;
    padding: 0px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
}
.control-label {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    cursor: text;
    line-height: 0.8;
    margin: 0;
    padding-top: 10px;
    position: absolute;
    top: 0;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.SignInButton {
    display: inline-block;
    min-height: 35px;
    line-height: 20px;
    width: 100%;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #0152e9;
    text-align: center;
    color: #0152e9;
    text-transform: uppercase;
}
.form-group.control-focus .control-label, .form-group.control-highlight .control-label {
    -webkit-transform: scale(0.9, 0.86) translateY(-27px);
    transform: scale(1, 1) translateY(-16px);
    font-size: 11px;
    color: rgb(122, 122, 122);
}
.custom-file-label {
    font-size: 13px;
    color: #999;
}
.form-group.control-focus .control-label {
    color: #0152e9;
}
#CompleteRequirementDetials, .RequirementBody {
    font-size: 13px;
}
    #CompleteRequirementDetials b, .RequirementBody b{
        font-size: 14px;
    }
.RequirementHeader {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.RequirementDetails {
    padding: 0 15px;
    height: 185px;
    font-size: 13px;
    overflow: hidden;
    text-decoration: none;
}
.slide-meta {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgba(25,24,24,.68);
    display: inline-block;
    width: 100%;
}
.exp, .loc, .rup {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.jobs-icon {
    background: url(../images/CompaniesNaukari.png) no-repeat 0 0;
}
.exp {
    background-position: -18px -64px !important;
}
.rup {
    background-position: -60px -119px;
}
.loc {
    background-position: -38px -64px;
    margin-right: 2px;
}
.job-meta {
    color: rgba(25,24,24,.68);
}
.entry-footer {
    padding: 0 15px;
    background: #ececec;
}
.slide-meta-date {
    float: right;
    padding: 10px;
    color: #949494;
    font-size: 11px;
}
.OurRequirement {
    height: 300px;
}
.jd-header-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.jd-header-comp-name a {
    margin-top: 8px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}
.pad-rt-8 {
    padding-right: 8px;
}
.WorkingEmployees {
    width: 80%;
    margin-left: 10%;
}
.pt-80{
    padding-top:80px;
}
.modal-title {
    font-size: 18px;
}
.WhyCTLongTiles {
    position: relative;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    margin-bottom: 1rem;
    margin-right:1rem;
}
.WhyCTLongTiles-filler {
    background-color: #151c46 !important;
}
.promo-grid.medium-tile .grid-content {
    padding: 1.5rem;
}

.promo-grid .grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 100%;
    padding: 2.25rem;
}
.promo-grid.medium-tile .cover {
    left: 52%;
    width: 50%;
}

.promo-grid .cover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

div.cover {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.promo-grid .grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 100%;
    padding: 2.25rem;
}
.promo-grid.medium-tile .grid-content .btn-text {
    color: #ffb803;
    font-weight:bold
}

.promo-grid .grid-content .btn-text {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 2px;
}

.btn-text, .btn-text.download {
    letter-spacing: 2px;
    color: #353738;
}

.btn-text {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-family: Lato,GE SS Two,Roboto,Arial,sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    position: relative;
    font-weight: 500;
}
.promo-grid .grid-content .btn-text.learn-more:before {
    padding: 3px;
}

.promo-grid.medium-tile .grid-content .btn-text:before {
    border-color: #ffb803;
}

.btn-text.learn-more:before {
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    right: -15px;
}

.btn-text:before {
    right: 3px;
    border: solid #353738;
    border-width: 0 2px 2px 0;
    padding: 2.7px;
    content: "";
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-20%) rotate(-135deg);
    top: 50%;
    transform: translateY(-20%) rotate(-135deg);
    transition: all .3s ease-in-out;
}
.SocialPresence i {
    font-size: 30px
}
.EmailUsOn span{
    padding-right:5px;
    font-size:14px;
}
.EmailUsOn a {
    font-size: 13px;
}
.SocialPresence a, .EmailUsOn a, a:visited, a:active {
    color: inherit;
}
    .SocialPresence a:hover i, .EmailUsOn a:hover {
        color: #f3b003;
        transition: all 0.1s ease-in-out 0.1s;
    }
.form input, .form textarea {
    padding: 5px 10px;
    border: 2px solid #696a6b;
    margin: 0 0 10px;
    background: none;
    width: 100%;
    color: #fff;
    border-radius: 0px;
}

.form textarea {
    min-height: 80px;
    color: #fff;
}
.footer.anchorList .followus .ln.icons, .ln.icons {
    background-position: 0 -56px;
}

.footer.anchorList .followus .icons, .icons {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-left: 5px;
    padding: 0;
    background: url(//static.naukimg.com/s/4/100/i/socialSharing.png) repeat-y;
}
/*Testimonials css stats*/
.TestimonialLogo img {
    border-radius: 50%;
    max-height: 180px;
}
.testimonial-quotation::before {
    content: "“";
    font-size: 3rem;
    color: #d6d6d6;
    position: absolute;
    top: -3rem;
    left: -3rem;
}
/*Testimonials css ends*/
/*Board of Directors Gallary starts*/
.OurCoFounders img{
    height:118px
}
.OurCoFounders table{
   width:100%
}
.CoFounderPosition {
    font-size: 13px;
}
.OurCoFounders td {
    padding: 5px;
    width: 66px;
}
.OurCoFounders h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:80%;
}
.widthOfCoFounderImage{
    width:118px
}
.bordDirBx{
    border: 1px solid #ccc;
}
/*Board of Directors Gallary ends*/
/*Carrer Page CSS starts*/
.Carrer-img {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/CareerAndApply.jpg');
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.AboutUs-img {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/CareerBanner2.jpg');
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.WhiteButton {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    height: 42px;
    line-height: 40px;
    float: none;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: 177px;
    transition: .3s;
}
    .WhiteButton:hover {
        text-decoration: none;
        color: #252525;
        border: 1px solid #fff;
        background: #fff;
    }
.section-custom {
    margin-top: 58px;
}
.OtherButtons {
    float: right;
    font-size: 13px;
    display: inline-block;
    min-height: 35px;
    line-height: 20px;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #0152e9;
    text-align: center;
    color: #0152e9;
    text-transform: uppercase;
    padding: 0 15px;
}
.Carrer-banner {
    overflow: hidden;
    width: 100%;
    height: 396px;
    padding: 0;
    min-height: 396px;
    color: #fff;
    position: relative;
}
.Carrer-banner .container {
    max-width: 960px;
}
    .CarrerBannerText {
        display: table;
        position: absolute;
        z-index: 91;
        left: 0;
        right: 0;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        margin: 5px auto;
        width: 100%;
    }
        .CarrerBannerText h1{
            font-size:62px;
        }
        .CarrerBannerText p {
            font-size: 24px;
        }
        /*Carrer Page CSS ends*/
        .arrow.left {
            position: relative;
            right: 20px;
        }
.arrow.right {
    position: relative;
    left: 20px;
}
.lblcls {
    color:black;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 20px 20px 0;
    display: inline-block;
}
    .PageCoverArrow i {
        opacity: .5;
    }
/*Arrow CSS starts*/
.arrow.down, .carousel-control-prev i, .carousel-control-next i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*Arrow CSS ends*/
/*Footer css starts*/
.footer {
    /*max-width: 800px;*/
    background: #151c46;
    padding: 30px 0;
    font-size: 11px;
    margin: 0 auto;
    margin-top:100px;
}

    .footer img {
        height: 20px;
        margin-right: 10px;
    }

    .footer h4 {
        font-size: 22px;
        color: #fff;
        border-bottom: 2px solid #f3b003;
        padding: 0 0 10px;
        margin: 0 0 20px;
    }

    .footer h5 {
        color: #fff;
        font-size: 16px;
    }

    .footer ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer ul li {
            display: block;
            background: url(../images/menu_arrow.png) no-repeat left center;
            padding: 0 0 0 25px;
            margin: 0 0 10px;
        }

            .footer ul li a {
                display: block;
                font-size: 16px;
                color: #fff;
            }

.FooterContent {
    color: #e9e9e9;
}

.CompanyName {
    font-size: 13px;
    line-height:18px
}

.CompanyAddress {
    line-height: 18px;
    margin-top: 5px;
    color: gray;
}
/*Footer css ends*/

/*Customer and associates carousel css starts*/
.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem;
}
    .carousel-multi-item .controls-top .btn-floating {
        background: #4285f4;
    }

a.waves-effect, a.waves-light {
    display: inline-block;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 1.88rem;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.carousel-multi-item .carousel-indicators {
  top:100px;
}
.EmpCarouselindicator {
    top: 160px !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 35px;
    height: 5px;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #41442f;
    border: 0px solid #fff;
    border-radius: 0;
}
.carousel-item img {
    max-width: 150px;
    max-height: 150px;
    padding-bottom: 15px;
}
table.EmployeesList :first-child td {
    padding-right: 20px;
    vertical-align:top
}
.carousel-item .col-md-4 {
    text-align: center
}
/*Customer and associates carousel css ends*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.PageCover {
    padding-top: 80px;
    min-height: 100vh;
}
    .PageCover h1 {
        color:black;
        font-size: 40px;
        margin-bottom: 0px;
        margin-left: 100px;
    }
.CustomersAndAssociates img{
    max-width:190px
}
.card-img-top {
    padding: 25px 15px;
}
.whycol h2, .CustomersAndAssociates h2, .Sections h2, .we_serv h2 {
    text-align: center;
    margin: 80px 0 40px;
    font-size: 35px;
    font-weight: normal;
    color: #072d4b;
    position: relative;
    padding-bottom: 10px;
}
.HeadingBorderBottom {
    border-bottom: 3px solid #e9b33e;
}
.desklogo img {
   max-height: unset!important;
    padding-left: 10px;
    margin-top: -4px;
    transition: all .25s ease-in-out;
}

.login_menu {
    display: block;
    padding-right: 15px;
    color: #ffb803;
}

    .login_menu a {
        font-size: 16px;
        letter-spacing: 1px;
        margin-right: 38px;
        min-height: 58px;
        padding-top: 20px;
        display: inline-block;
    }

.smallLogo {
    max-height: 60px !important;
    transition: all .25s ease-in-out;
    max-width: 100%;
    display: inline-block;
}

.HeaderStyle {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.animateddrawer {
    float: right;
}

.header.sticky .text-right .animateddrawer {
    margin-top: 3px;
}

#serv_slide .carousel-control {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: inherit;
    height: inherit;
}
    #serv_slide .carousel-control.left {
        top: 21%;
        left: -50px;
    }

    #serv_slide .carousel-control.right {
        top: 21%;
        right: -50px;
        left: auto;
    }
.serv_img {
    width: 210px;
    height: 210px;
    position: relative;
    display: inline-block;
}
    .serv_img span {
        width: 210px;
        height: 210px;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        background-size: cover;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-out;
        -webkit-transition: all 2s ease-out;
    }
        .serv_img span:nth-child(4n+1) {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transition: all 3s ease-in-out;
            -ms-transition: all 1s ease-out;
            -webkit-transition: all 1s ease-out;
        }
        .serv_img span::nth-child(4n+1):hover {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transition: all 3s ease-in-out;
            -webkit-transition: all 1s ease-out;
        }
    .serv_img span {
        width: 210px;
        height: 210px;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        background-size: cover;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-out;
        -webkit-transition: all 2s ease-out;
    }

        .serv_img span:hover {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }
.ThynkblynkMenu{
    text-align:right
}
.tooltip-inner {
    color: #fff;
    text-align: left;
    background-color: #C5D4E7;
    color: #212529;
    max-width: 60%;
    padding:30px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #C5D4E7;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #C5D4E7;
}
.MarginResponsive{
    margin-bottom:2rem;
}
.ContactUsForMore {
    color: orange;
    font-weight: bold;
}

    .ContactUsForMore:hover {
        color: #ffb803;
        font-weight: bold;
    }

    .lblcls {
        padding: 20px 10px 0px 0px;
    }
    .header .col-sm-6 img {
      /*  width:105px;*/
    }

.dot {
    height: 320px;
    width: 320px;
    background-color: #fb0;
    border-radius: 50%;
    display: inline-block;
}

.dot_text {
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    width: 621px;
    line-height: 45px;
    left: 420px;
    top: 130px;
    color: black;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.li_flag {
    list-style: none;
    padding: 18px;
    width: 80px;
}

.forbes_img {
    max-width: 90% !important;
}

.div_HowItWorks {
    padding: 8px;
    color: white;
    font-size: 13px;
}

.h3_HowItworks {
    color: #e9b33e;
    font-size: 1.10rem;
    padding: 15px;
}

.round_div {
    position: absolute;
    top: 285px;
    left: 410px;
}

.ct_div {
    position: absolute;
    top: 400px;
    left: 570px;
    text-align: center;
}

.flags_div {
    position: relative;
    left: 90%;
    top: 20px;
}

.associate_img {
    padding: 0px;
    max-width: 130px !important;
}

.howit_works .col-md-9:after {
    width: 5px;
    background: #ffb700;
    border-radius: 10px;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    height: 80%;
    content: "";
}

.benifits {
    border: 2px solid #e9b33e;
  }

    .benifits div {
        border-bottom: 2px solid #004591 !important;
        color: #004591;
        padding: 12px 0px;
    }

.benifits-text {
    background: white;
    position: absolute;
    color: #004591;
    bottom: 98%;
    left: 35%;
    font-size: 24px;
}

.box-title {
    background: white none repeat scroll 0 0;
    display: inline-block;
    padding: 0 2px;
    margin-left: 8em;
}

.roadmap {
    position: absolute;
    right: 730px;
    bottom: 70px;
    width: 140px;
    font-size: 10px;
}
.showlargescreen {
    display: none;
}

.powered_by_BC {
    top: 82px;
    position: absolute;
    font-size: 19px;
}

.rm_country {
    font-weight: 900;
    text-align: left;
    margin-left: 32px;
    line-height: 1.8;
}

.cvp {
    background-color: #151c46 !important;
    padding: 0px 30px 0px 30px;
}
.HeadingStyle {
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: justify;
}

.FounderStyle {
    border: 1px solid #DCDCDC;
    width: 100%;
    height: 100%!important;
    padding: 8px 182px 8px 17px;
}
.FounderImg {
    width: 150px;
    border-radius: 50%;
    float: right;
     margin-right: -166px;
    margin-top: -54px;
}

.FounderName {
    color: #151c46;
    font-size: 20px;
}

.FounderDetail {
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    text-align: left;
    display: inline-block;
}

.HrStyle {
    width: 145%;
    float: left;
    margin-left: 119px;
    margin-top: -28px;
}

.TeamBorder {
    border: 1px solid #DCDCDC;
    width: 100%;
    height: 100%;
    padding: 8px 8px 8px 8px;
    text-align: start;
}

.TeamName {
    color: #151c46;
    font-size: 20px;
}

.TeamDesignation {
    font-size: 13px;
    margin-top: -22px;
}

.TeamDes {
    font-size: 14px;
    font-weight: 400;
}

.sectionstyle {
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 20px;
}
@media (min-width:228px) and (max-width:776px) {
    .dot_text {
        left: 88px !important;
    }

    .round_div {
        position: absolute;
        top: 250px;
        left: 342px;
        width: 370px;
    }

    .ct_div {
        position: absolute;
        top: 298px;
        left: 295px;
        text-align: center;
    }
    .h3_HowItworks {
        padding-left: 0px !important;
    }
    .howit_works:nth-child(2) {
        padding-left: 0px !important;
    }
    .div_HowItWorks p {
        padding-left: 15px!important;
    }
    .container-fluid{
        margin-right:0px;
        margin-left:0px;
    }
}

@media (min-width:800px) and (max-width:1089px) {
    .round_div {
        position: absolute;
        top: 314px;
        left: 218px;
    }
    .benifits-text {
        left: 30%;
    }
}
@media (min-width:1000px) and (max-width:1178px) {
    .roadmap {
        position: absolute;
        right: 592px;
        bottom: 145px;
    }
}
@media (min-width:1200px) and (max-width:1298px) {
    .roadmap {
        position: absolute;
        right: 708px;
        bottom: 100px;
    }
}
@media (min-width:992px) and (max-width:1206px) {
    .roadmap {
        position: absolute;
        right: 582px;
        bottom: 145px;
    }
}
@media (min-width:1199px) and (max-width:1206px) {
    .roadmap {
        right: 683px;
        bottom: 20px;
    }
}
@media (min-width:767px) and (max-width:992px) {
    .roadmap {
        right: 273px;
        bottom: 70px;
    }
}
@media (max-width:767px) {
    .hidesmallsc {
        display:none;
    }
    .showlargescreen {
        display: block;
        font-size: 10px;
        width: 400px;
    }
    .howit_works {
        padding: 20px 0px 10px 30px;
    }

    .div_HowItWorks {
        padding: 0px;
    }
   
    .rm_country {
        margin: 0px 30px 15px 30px;
    }
}


   
    @media (min-width:0px) and (max-width:767px) {
        .AboutCTBtn {
            /*margin-top: 20vh;*/
        }

        .PageCover {
            padding-top: 0px;
        }

        .PageCover {
            background-image: none;
        }

            .PageCover h1 {
                font-size: 33px;
                margin-left: 0;
                text-align: center;
            }

            .PageCover h4 {
                color: black;
                font-size: 25px;
                text-align: center;
                margin-left: 0px;
            }

        .HomePageSectionTwo .col-lg-9:after {
            width: 0px;
        }

        .HomePageCarousel {
            display: none
        }

        .MarginResponsive {
            margin-bottom: 0px;
        }

        .howit_works h4, .HomePageSectionTwo h4 {
            text-align: center
        }

        .EmpCarouselindicator {
            top: 280px !important;
        }

        .textAllignment {
            text-align: left;
        }

        .carousel-item img {
            max-width: 150px;
            max-height: 150px;
            margin-top: 20px;
        }

        .OurCoFounders img {
            height: 90px;
        }

        .CoFounderPosition {
            font-size: 12px;
        }

        .whycol h2, .we_serv h2, .CustomersAndAssociates h2, .Sections h2 {
            font-size: 25px;
        }

        .animateddrawer {
            position: absolute;
            right: 19px;
            top: 0;
        }

        .header .col-md-6 {
            position: static;
        }

        .sub_serv a {
            width: 30%;
            margin: 0 2px;
        }

        .sub_serv p {
            font-size: 13px;
        }

        .animateddrawer {
            width: 35px;
        }

        .header {
            top: 30px;
        }

        .sub_serv a {
            min-height: 200px;
        }

        .curvebg {
            height: 48px;
            background-size: contain;
            margin-bottom: -10px;
        }

        .hed_right {
            text-align: center;
            padding-top: 0;
            padding-bottom: 20px;
        }

        .span .launchimg1 {
            width: 100%;
            text-align: center;
        }

        .header .col-md-6 {
            position: static;
            text-align: center;
        }

        #serv_slide .carousel-control.right {
            right: 0;
        }

        #serv_slide .carousel-control.left {
            left: 0px;
        }

        .header.sticky .animateddrawer {
            right: 25px;
            top: 16px;
        }
    }

    @media (min-width:0px) and (max-width:576px) {
        .carousel-multi-item .carousel-indicators {
            display: none;
        }

        .powered_by_BC {
            top: 90px;
        }

        .round_div {
            top: 179px;
        }
        .benifits {
            margin-right: 15px;
            margin-left: 15px;
        }
        .benifits-text {
            left: 38%;
        }
        .PageCover h3 {
            font-size: 25px;
        }

        .PageCover h1 {
            font-size: 35px;
        }

        .carousel-multi-item .carousel-indicators {
            top: 190px;
        }

        .EmpCarouselindicator {
            top: 190px !important;
        }

        .footer h4 {
            font-size: 16px;
        }

        .CompanyName {
            font-size: 12px;
        }

        .SocialPresence i {
            font-size: 20px;
        }

        .EmailUsOn span {
            padding-right: 2px;
            font-size: 12px;
        }

        .footer img {
            height: 16px;
            margin-right: 5px;
        }

        .ThynkblynkMenu {
            text-align: center
        }

        .login_menu {
            padding-right: 0px;
        }

        .CompanyAddress {
            font-size: 10px;
        }

        .header .col-sm-6 img {
            /* width: 100px;*/
        }

        .smallLogo {
            max-height: 65px !important;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        .PageCover h1 {
            margin-left: 4%;
        }

        .PageCover h4 {
            margin-left: 3%;
        }

        .clickForHR {
            position: absolute;
            right: 110px;
            top: 101px;
            width: 147px;
        }

        .clickForAcademia {
            position: absolute;
            right: 106px;
            top: 216px;
            width: 125px;
        }

        .arrow.left {
            position: relative;
            right: 40px;
        }

        .arrow.right {
            position: relative;
            left: 40px;
        }
    }

    @media (min-width:992px) and (max-width:1166px) {
        .PageCover h1 {
            margin-left: 3%;
            font-size: 38px;
        }

        .PageCover h4 {
            margin-left: 2%;
            font-size: 23px;
        }
    }

    @media (min-width:992px) and (max-width:1112px) {
        .PageCover h1 {
            margin-left: 0;
        }

        .PageCover h4 {
            margin-left: 0;
        }
    }

    @media (min-width:767px) and (max-width:992px) {
        .PageCover h1 {
            font-size: 32px;
            margin-left: 0px;
            width: 58%;
        }

        .PageCover h4 {
            font-size: 22px;
            margin-left: 0;
            width: 58%;
        }

        .clickForHR {
            position: absolute;
            right: 14px;
            top: 71px;
            width: 145px;
        }

        .clickForAcademia {
            position: absolute;
            right: 33px;
            top: 141px;
            width: 114px;
        }

        .HomePageSectionTwo .col-lg-9:after {
            width: 0px;
        }

        .EmpCarouselindicator {
            top: 195px !important;
        }

        .WorkingEmployees {
            width: 90%;
            margin-left: 5%;
        }

        .carousel-item img {
            max-width: 160px;
            max-height: 200px;
        }

        .arrow.left {
            position: relative;
            right: 60px;
        }

        .arrow.right {
            position: relative;
            left: 60px;
        }
    }
    /*ThynkblynkHomePage.css ends*/




    /*chain_trial.css starts*/
    header ul {
        list-style-type: none;
        padding: 0px;
    }

    @font-face {
        font-family: 'Myriad Pro Light';
        src: url(../fonts/MyriadPro-Semibold.eot);
        src: url(../fonts/MyriadPro-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/MyriadPro-Semibold.woff2) format('woff2'), url(../fonts/MyriadPro-Semibold.woff) format('woff'), url(../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold) format('svg');
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        unicode-range: U+0020-00FE
    }

    @font-face {
        font-family: 'Myriad Pro';
        src: url(../fonts/MyriadPro-Regular.eot);
        src: url(../fonts/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/MyriadPro-Regular.woff2) format('woff2'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.svg#MyriadPro-Regular) format('svg');
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        unicode-range: U+0020-00FE
    }

    @font-face {
        font-family: 'robotolight';
        src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .idusedforcssofaTag a {
        color: #3498db !important;
    }

    a:focus, a:hover {
        /*color: #111;*/
        text-decoration: none;
        outline: 0
    }

    .margin_0 {
        margin: 0px !important;
    }

    .margin_t_20 {
        margin-top: 20px
    }

    .margin_t_-30 {
        margin-top: -30px
    }

    .margin_t_30 {
        margin-top: 30px
    }

    .margin_t_40 {
        margin-top: 40px
    }

    .margin_b_0 {
        margin-bottom: 0px !important
    }

    .margin_b_10 {
        margin-bottom: 10px !important
    }

    .margin_b_20 {
        margin-bottom: 20px
    }

    .margin_b_30 {
        margin-bottom: 30px
    }

    .margin_b_40 {
        margin-bottom: 40px
    }

    .margin_r_10 {
        margin-right: 10px;
    }

    .padding_0 {
        padding: 0px !important;
    }

    .padding_t_15 {
        padding-top: 15px
    }

    .padding_t_20 {
        padding-top: 20px
    }

    .padding_t_30 {
        padding-top: 30px
    }

    .padding_t_40 {
        padding-top: 40px
    }

    .padding_b_10 {
        padding-bottom: 10px
    }

    .padding_b_20 {
        padding-bottom: 20px
    }

    .padding_b_30 {
        padding-bottom: 30px
    }

    .padding_b_40 {
        padding-bottom: 40px
    }

    .border_b_2 {
        border-bottom: 2px solid #c3c3c3
    }

    .border_t_2 {
        border-top: 2px solid #c3c3c3
    }

    header {
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 2;
        top: 0px;
        background: #0152e9;
    }

    .number_list li:after {
        left: 0;
        content: ""
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .white_bg_shadow {
        background: #fff;
        border-radius: 1px;
    }

    .blue_bg {
        background: #fff;
    }

    .form_col1 {
        width: 520px;
        margin: 80px auto 0;
        position: relative;
        z-index: 2;
    }

    .pad_30 {
        padding: 30px 10px 5px;
    }

    .pad_l_10 {
        padding-left: 10px
    }

    .radius_l_b3 {
        border-radius: 3px 0 0 3px
    }

    .number_list {
        color: #fff;
        margin: 0;
        padding: 234px 0 23px 20px;
    }

        .number_list li {
            line-height: 25px;
            font-size: 12px;
            color: #16326e;
            padding: 0 0 0 20px;
            position: relative
        }

            .number_list li:after {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 1px solid #9ab8f8;
                position: absolute;
                line-height: 25px;
                top: 7px
            }

    .sub_heading {
        margin: 10px 0 15px;
        font-size: 20px;
        text-align: center;
    }

        .sub_heading strong {
            color: #0049e7;
            font-weight: 900;
            font-size: 25px;
        }

    .DeleteButton {
        box-shadow: inset 0 0 0 0 rgb(169, 68, 66);
        border: 1px solid rgb(169, 68, 66);
        color: rgb(169, 68, 66);
    }

        .DeleteButton:hover {
            box-shadow: inset 0 100px 0 0 rgb(169, 68, 66);
            background: #20729d;
            color: #fff;
        }

    .light_gray {
        background: #cbcacf
    }

    .sub-menu {
        margin: 0;
        padding: 10px 35px 10px 10px;
        background: #ecff10;
        position: absolute;
        width: 150%;
        left: 0;
        right: 0;
        top: 100%;
        z-index: -1;
        display: none;
        box-shadow: 0 0 50px -7px #222;
        min-height: 70px;
    }

        .sub-menu strong {
            display: block;
            font-size: 18px;
            margin: 0 0 2px;
        }

        .sub-menu li {
            display: inline-block;
            padding: 0 !important;
            margin: 0 40px 0 0 !important;
        }

            .sub-menu li span {
                display: inline-block;
                line-height: 16px;
                float: left;
                padding: 0 8px 0 0;
                font-size: 11px;
            }

                .sub-menu li span:nth-child(2) {
                    padding: 12px 0 0;
                }

        .sub-menu a {
            color: #271f2b !important
        }

    .hed_right {
        text-align: right;
        padding-top: 27px;
    }

    img {
        max-width: 100%;
    }

    .scrollbar {
        height: 200px;
        overflow-y: scroll;
        margin: 10px 0 0;
    }

    .force-overflow {
        min-height: 50px;
    }

    #style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar {
        width: 5px;
    }

    #style-1::-webkit-scrollbar-thumb {
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    #style-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        background-color: #F5F5F5;
    }

    #style-2::-webkit-scrollbar {
        width: 5px;
    }

    #style-2::-webkit-scrollbar-thumb {
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #555;
    }

    .close_btn {
        height: 25px;
        opacity: 1;
        width: 2px;
        background-color: #fff;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
        Z-index: 2;
    }
    /*drop down css on layout start*/
    .modal-body {
        padding: 30px;
    }

    .num_cont {
        float: right;
        width: 95%;
    }

    .instution_details_form label {
        padding-top: 10px;
    }

    .instution_details_form textarea {
        min-height: 100px;
    }

    .initi_hed_details {
        margin: 30px 0 20px;
        padding: 0;
        color: #0000ff;
        font-size: 18px;
    }

    .details_form_insti .col-md-4 {
        padding-right: 0;
    }

    .secondary_landline {
        line-height: normal;
        padding-top: 0 !important;
    }

    .overflow_hidden {
        overflow: hidden;
    }

    .add_use .terms label {
        font-weight: bold;
    }

    .rolemap {
        margin: 30px 0 20px;
        color: #0a0aff;
    }

    .add_roles_link {
        color: #222;
    }

        .add_roles_link img {
            margin-right: 5px
        }

    .add_use .row .terms label {
        color: #0000ff;
    }

    .creat_master .row {
        padding-bottom: 10px;
        font-weight: normal;
    }

        .creat_master .row strong {
            color: #000;
        }

    .add_trans {
        text-align: right;
        padding: 20px 0 10px;
        width: 82%;
    }

    .internal_info h4 {
        margin: 0 0 0px;
        color: #dfe4e7;
    }

    .internal_info h3 {
        margin: 0 0 0px;
        color: #dfe4e7;
        font-weight: bold;
    }

    .whitecolor {
        color: #fff;
        border-color: #0152e9;
    }

    .blue_bg {
        background: #0152e9;
    }

    .roles_hed {
        background: #daedff;
        padding: 10px 0px 7px;
        font-weight: bold;
        font-size: 13px;
    }

    .roles_row {
        padding: 6px 0px 5px;
        font-size: 13px;
        color: #6d6d6d
    }

        .roles_row :hover {
            color: black;
        }

    .form-group.position-relative input {
        padding-right: 32px;
    }

    .form-clear {
        align-items: center;
        bottom: 5px;
        color: rgba(0, 0, 0, .54);
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: absolute;
        right: 45px;
        width: 24px;
        z-index: 10;
    }

    .form-text + .form-clear {
        bottom: calc(1rem + 18px);
    }

    .form-clear .material-icons {
        font-size: 16px;
        font-weight: 500;
    }

    .normal_button {
        border: 1px solid #20729d;
        border-radius: 30px;
        padding: 4px 19px 3px;
        color: #20729d;
        background: 0 0;
        box-shadow: inset 0 0 0 0 #20729d;
        -webkit-transition: all ease .8s;
        -moz-transition: all ease .8s;
        transition: all ease .8s;
        line-height: inherit;
        position: relative;
        cursor: pointer;
        font-weight: normal;
        display: inline-block
    }

        .normal_button:hover {
            box-shadow: inset 0 100px 0 0 #20729d;
            background: #20729d;
            color: #FFF
        }

    .light_text {
        color: #3e8afc;
    }

    .roles_row .col-md-1 {
        padding: 0;
        text-align: center;
    }

        .roles_row .col-md-1 a img {
            width: 15px;
        }

    .inst_btn {
        margin: 20px 0;
        padding: 20px 0;
        border-top: 2px solid #cbcbcb;
        text-align: right;
    }

        .inst_btn a {
            background: #55b61b;
            border: 2px solid #55b61b;
            letter-spacing: 1px;
            color: #fff;
            padding: 6px 45px 3px;
        }

            .inst_btn a:hover {
                border-color: #20729d;
            }

    .min_h_500 {
        min-height: 500px;
    }

    .right_close {
        margin: 5px -20px 0 2px;
    }

    .modal-body {
        border-top: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background: #d0d0d0;
    }

    .banner2 {
        background: url(../images/slider2.jpg);
    }

    .banner3 {
        background: url(../images/slider3.jpg);
    }

    .banner4 {
        background: url(../images/slider4.jpg);
    }

    .hamber {
        margin-top: 20px;
    }


    .sub_serv {
        margin: 20px 0 0;
        text-align: center;
    }

        .sub_serv a {
            display: inline-block;
            width: 215px;
            margin: 0 20px;
            background: url(../images/trans.png) no-repeat;
            background-size: cover;
            min-height: 220px;
            text-align: center;
            color: #fff;
            font-size: 20px;
        }

    .digital {
        background: url(../images/digital.png) no-repeat;
        width: 85px;
        min-height: 118px;
        margin: 20px 0 10px;
        display: inline-block;
    }

    .sub_serv a p strong {
        display: block;
        font-weight: normal;
    }

    .revenue {
        background: url(../images/revenue.png) no-repeat;
        width: 116px;
        min-height: 118px;
        margin: 20px 0 10px;
        display: inline-block;
    }

    .sub_serv a.active {
        background: url(../images/trans_select.png) no-repeat;
    }

    .we_serv {
        background: #f0f0f0;
        padding: 80px 0;
        text-align: center;
    }

    .headerreg {
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        z-index: 2;
        top: 0px;
        margin-left: 0px;
        padding: 10px 0;
        background-color: #0066FF;
    }

    .rowreg {
        margin-right: -15px;
        margin-left: -25px;
    }

    .containerreg {
        width: 1263px;
        margin-left: 20px;
    }

    .we_serv p {
        font-size: 17px;
        margin: 10px 30px 0;
    }

    .about_col {
        font-size: 22px;
        line-height: initial;
        color: #000;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: initial;
        color: #000;
        font-family: 'robotolight';
        padding-bottom: 0px;
        font-weight: 100;
    }

        .about_col a.more {
            display: inline-block;
            padding: 5px 25px;
            background: #74aa00;
            color: #fff;
            font-weight: normal;
            border-radius: 30px;
            font-size: 18px;
        }

    .whitebg {
        background: #fff;
    }

    .form button {
        display: block;
        background: #024e65;
        border: none;
        color: #d6e3e6;
        text-transform: uppercase;
        text-align: center;
        padding: 7px 10px;
        border-radius: 30px;
        width: 100%;
    }

    .copy {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .bluebg {
        background: #005a85;
    }

    .greenbg {
        background: #008427;
    }

    .voiletbg {
        background: #2e2538;
    }

    .sub_serv {
        position: absolute;
        bottom: 50px;
        width: 100%;
    }

    .curvebg {
        background: url(../images/curvebg.jpg) no-repeat 0 0 #172635;
        height: 60px;
        background-size: cover;
    }

    .Carrer {
        background: url(../images/bg4.jpg);
    }

    .aboutcurve {
        background: url(../images/bg3.jpg) no-repeat 0 0;
        height: 80px;
        background-size: cover;
    }

    .modal-body {
        border-top: 0;
        background: #fff;
        border-radius: 0 0 6px 6px;
    }

    .modal-header {
        padding: 10px 10px 0 12px;
        background: #f0f0f0;
        border-bottom: 1px solid #ccc;
    }

    .modal-dialog h5 {
        font-size: 22px;
        color: #206cde;
    }

    #video .modal-body {
        padding: 0px;
        line-height: 7px;
    }

        #video .modal-body img {
            width: 100%;
        }

    #video .modal-header {
        padding: 0;
        border-bottom: 0px solid #e5e5e5;
        text-align: right;
        background: none;
    }

    #video .modal-content {
        background: none;
        box-shadow: 0 0 0;
        border: none;
    }

    .serv_one {
        background: url(../images/outline.png) left top no-repeat;
    }

    .serv_two {
        background: url(../images/outline1.png) left top no-repeat;
    }

    .serv_three {
        background: url(../images/outline2.png) left top no-repeat;
    }

    .serv_four {
        background: url(../images/outline3.png) left top no-repeat;
    }

    .serv_five {
        background: url(../images/outline4.png) left top no-repeat;
    }

    .serv_six {
        background: url(../images/outline5.png) left top no-repeat;
    }

    .serv_seven {
        background: url(../images/outline6.png) left top no-repeat;
    }

    .serv_eight {
        background: url(../images/outline7.png) left top no-repeat;
    }

    .serv_nine {
        background: url(../images/outline8.png) left top no-repeat;
    }

    .serv_ten {
        background: url(../images/outline9.png) left top no-repeat;
    }

    .serv_eleven {
        background: url(../images/outline10.png) left top no-repeat;
    }

    .serv_twely {
        background: url(../images/outline11.png) left top no-repeat;
    }

    .carousel-inner {
        @media all and (min-width: 768px) {
            @media (transform-3d), (-webkit-transform-3d) {
                > .item.active.right,
                > .item.next {
                    transform: translate3d(33.333%, 0, 0);
                    left: 0;
                }

                > .item.active.left,
                > .item.prev {
                    transform: translate3d(-33.333%, 0, 0);
                    left: 0;
                }

                    > .item.left,
                    > .item.prev.right,
                    > .item.active {
                        transform: translate3d(0, 0, 0);
                        left: 0;
                    }
            }

            > .active.left,
            > .prev {
                left: -33.333%;
            }

            > .active.right,
            > .next {
                left: 33.333%;
            }

            > .left,
            > .prev.right,
            > .active {
                left: 0;
            }

            .cloneditem-1,
            .cloneditem-2 {
                display: block;
            }
        }

        @media all and (min-width: 992px) {
            @media (transform-3d), (-webkit-transform-3d) {
                > .item.active.right,
                > .item.next {
                    transform: translate3d(16.666%, 0, 0);
                    left: 0;
                }

                > .item.active.left,
                > .item.prev {
                    transform: translate3d(-16.666%, 0, 0);
                    left: 0;
                }

                    > .item.left,
                    > .item.prev.right,
                    > .item.active {
                        transform: translate3d(0, 0, 0);
                        left: 0;
                    }
            }

            > .active.left,
            > .prev {
                left: -16.666%;
            }

            > .active.right,
            > .next {
                left: 16.666%;
            }

            > .left,
            > .prev.right,
            > .active {
                left: 0;
            }

            .cloneditem-3,
            .cloneditem-4,
            .cloneditem-5 {
                display: block;
            }
        }
    }



    .we_serv p {
        font-size: 22px;
        color: #000;
        line-height: initial;
        text-align: left;
        margin-left: 8%;
    }

        .we_serv p strong {
            font-weight: normal;
        }

    .footer1 {
        background: #3F4246;
        color: #9da5ac;
        padding: 10px 0;
    }

        .footer1 span {
            padding: 0 10px;
            color: #0c9a99;
        }

    .hoem_slide header {
        background: none;
    }

    .watchicon {
        background: url(../images/videoicon.png);
        width: 33px;
        height: 34px;
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
    }

    .serv_nine {
        background: url(../images/outline8.png) left top no-repeat;
    }

    .why_btm {
        /*background: url(../images/curvebg2.jpg) no-repeat 0 0;*/
        height: 90px;
        background-size: cover;
    }

    .header.sticky {
        background: #f0f5fa !important;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding-top: 0;
        z-index: 999;
        height: 60px;
        overflow: hidden;
    }

    .sticky_logo {
        display: none;
    }

    .header.sticky .animateddrawer {
        margin: 4px 0 0;
    }

    .launchimg1 {
        width: 18%;
    }

    .modal-body p, .modal-body ul li {
        font-weight: normal;
    }

    .scrollToTop {
        position: fixed;
        bottom: 20px;
        right: 40px;
        display: none;
    }

    .text-danger {
        color: #a94442;
        font-size: smaller;
    }

    .width_100 {
        float: left;
        width: 100%;
    }

    .width_40 {
        float: left;
        width: 30%;
    }

    .width_60 {
        float: left;
        width: 70%;
    }

    .font_size_12 {
        font-size: 12px;
    }

    .font_size_20 {
        font-size: 20px;
    }

    .no_margin {
        margin: 0 !important;
    }

    .float-right {
        float: right;
    }

    .border_right_1px {
        border-right: 1px solid #ccc;
    }

    .border_left_1px {
        border-left: 1px solid #ccc;
    }

    .close_section {
        text-align: right;
        margin-right: 2% !important;
        font-size: 16px;
    }

        .close_section .close_tab img {
            width: 20px;
        }

    .audittable {
        width: 14.0cm;
        margin-left: 92.9pt;
        border-collapse: collapse;
        border: none;
    }

    .margin_top_10 {
        margin-top: 10px;
    }

    .fontNormal {
        font-weight: normal;
    }

    .newwidth {
        margin-right: 6px;
    }

    .modal-title h4 {
        text-align: left;
        padding-left: 12px;
    }

    .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        display: none;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }

    .errorfont {
        color: rgb(169, 68, 66);
        font-size: smaller;
        display: none;
    }

    @-webkit-keyframes mymove {
        from {
            background-color: red;
        }

        to {
            background-color: blue;
        }
    }

    @keyframes mymove {
        from {
            background-color: red;
        }

        to {
            background-color: #0152e9;
            border-color: #0152e9;
        }
    }

    .text-auto-adjust {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .u-cf:before,
    .u-cf:after {
        content: " ";
        display: table;
    }

    .u-cf:after {
        clear: both;
    }

    .x0p.default .title {
        font-family: 'Myriad Pro' !important;
        font-size: 16px;
    }

    @media (min-width:0px) and (max-width:767px) {
        .we_serv h2 {
            font-size: 25px;
            background-size: contain;
        }

        .header .col-md-6 {
            position: static;
        }

        .sub_serv a {
            width: 30%;
            margin: 0 2px;
        }

        .sub_serv p {
            font-size: 13px;
        }

        .header {
            top: 30px;
        }

        .sub_serv a {
            min-height: 200px;
        }

        .curvebg {
            height: 48px;
            background-size: contain;
            margin-bottom: -10px;
        }

        .hed_right {
            text-align: center;
            padding-top: 0;
            padding-bottom: 20px;
        }

        .span .launchimg1 {
            width: 100%;
            text-align: center;
        }

        .header .col-md-6 {
            position: static;
            text-align: center;
        }
    }

    @media (max-width: 597px) {
        .hideBefore597 {
            display: none;
        }

        .hideAfter597 {
            display: block;
        }
    }

    @media (min-width: 597px) {
        .hideBefore597 {
            display: block;
        }

        .hideAfter597 {
            display: none;
        }
    }

    @media (max-width: 768px) {
      /*  header {
            text-align: center;
        }*/

            header ul {
                text-align: center;
            }

        .info_expand .panel-title > a {
            font-size: 14px;
        }

        .modal-body {
            padding: 15px;
            padding-left: 30px;
        }

        .non_disc {
            padding: 10px 0px;
        }

        .edit_nda {
            text-align: center;
            margin: 20px 0 0;
        }

        p one {
            margin: 10px 10px 10px;
            color: #0003FF;
        }

        .modal-body {
            padding: 15px;
        }
    }
    /*chaintrail.css ends*/