Bli.gallerygridsitems.bounceIn.pulse.fadeIn.animated{
    margin: 20px 0;
    border: 1px solid #e4e8ea;
}

li.gallerygridsitems {
text-align: center;
}

.galleryContainer .column1 {
    list-style: none;
    padding: 0;
}

.galleryContainer .column1>li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    position: relative;
    width: 100%;
}


.galleryContainer.imagePortfolio .child-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 2px solid #e6007d;
    padding: 15px;
}

.galleryContainer.imagePortfolio .child-container .heading i {
    border-radius: 50px;
    color: #E63B36;
    display: block;
    font-size: 33px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    width: 50px;
}

.galleryContainer.imagePortfolio .child-container .description {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    color: #5D5D5D;
    text-align: center;
}

.galleryContainer.imagePortfolio .child-container a.open-gallery1 {
    border: 1px solid #fff;
    color: #fff;
    background-color: #1b3f92;
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /* width: 100px; */
    transition: background-color .5s, border-color, .5s, color .5s;
    -moz-transition: background-color .5s, border-color, .5s, color .5s;
    -webkit-transition: background-color .5s, border-color, .5s, color .5s;
    -o-transition: background-color .5s, border-color, .5s, color .5s;
    white-space: nowrap;
    margin-bottom: 10px;
}

.galleryContainer.imagePortfolio .child-container a.open-gallery1:hover {
    background-color:#e6007d;
    border-color: #e6007d;
    color: #fff ;
}



.galleryContainer.imagePortfolio .category-title {
    color: #1b3f92;
    display: block;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    max-height: 66px;
    min-height: 66px;
    overflow: hidden;
}

.galleryContainer.imagePortfolio .category-subtitle {
    display: block;
    font-size: 15px;
    text-align: center;
}

.galleryContainer.imagePortfolio .child-container .heading>div {
    text-align: left;
    padding-left: 10px;
}

.galleryContainer.imagePortfolio .subgallery .child-container {
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}

.galleryContainer.imagePortfolio .child-container.back-button .gallery-back {
    background-color: #EA4848;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 100%;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    opacity: .9;
    filter: alpha(opacity=90);
}

.galleryContainer.imagePortfolio .child-container.back-button .gallery-back i {
    transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -webkit-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    display: block;
    line-height: 50px;
    margin: -25px auto 0;
    position: relative;
    top: 50%;
    width: 50px;
    padding: 0;
}

.galleryContainer.imagePortfolio .child-container.back-button .gallery-back span {
    bottom: 0;
    display: block;
    font-size: 15px;
    margin: 0;
    position: absolute;
    width: 100%;
}

.galleryContainer.imagePortfolio .child-container.back-button .gallery-back:hover i {
    color: #EA4848;
    background-color: #FFFFFF;
}

.galleryContainer.imagePortfolio .hoverCover {
    background-color: #EA4848;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.0;
    filter: alpha(opacity=00);
    color: #ffffff;
    text-align: center;
    cursor: default;
    text-decoration: none;
}

.galleryContainer.imagePortfolio .hoverCover h3 {
    position: relative;
    margin: 15% 0 10px 0;
    color: #ffffff;
    filter: inherit;
}

.galleryContainer.imagePortfolio .hoverCover span {
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=00);
    position: relative;
    transition: top .3s, opacity .5s;
    -moz-transition: top .3s, opacity .5s;
    -webkit-transition: top .3s, opacity .5s;
    -o-transition: top .3s, opacity .5s;
    color: #ffffff;
    display: block;
}

.galleryContainer.imagePortfolio .hoverCover a {
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    margin: 11px 3px 0;
    width: 35px;
    cursor: pointer;
    transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -webkit-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    color: #ffffff;
}

.galleryContainer.imagePortfolio .hoverCover a>i {
    color: #ffffff;
}

.galleryContainer.imagePortfolio .hoverCover a:hover {
    background-color: #ffffff;
}

.galleryContainer.imagePortfolio .hoverCover a:hover>i {
    color: #EA4848;
}
.galleryContainer img {
    border: 0;
    max-height: 161px;
    height: 190px;
    width: 200px;
}

.galleryContainer .hide-it {
    display: none;
}

.galleryContainer ul.gallery-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    word-spacing: -4px;
}

.galleryContainer ul.gallery-grid>li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 12px;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    word-spacing: 0;
}

.galleryContainer ul.gallery-grid>* {
    font-size: 13px;
}

.galleryContainer ul.gallery-grid>li img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    display: block;
    transition: transform .5s;
    -moz-transition: -moz-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
}

.galleryContainer ul.gallery-grid>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.galleryContainer ul.gallery-grid>li>ul>li {}

.galleryContainer a:visited {
    color: blue;
}

/************  RESPONSIVE MEDIA SCREEN *************/

@media screen and (min-width: 1200px) {
    .galleryContainer {
        width: 1130px;
    }
}

@media screen and (max-width: 1199px) {
    .galleryContainer {
        width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .galleryContainer {
        width: 940px;
    }
}

@media screen and (max-width: 980px) {
    .galleryContainer {
        width: 850px;
    }
    .galleryContainer .column5>li {
        width: 25%;
    }
    .galleryContainer .column6>li {
        width: 20%;
    }
}

@media screen and (max-width: 850px) {
    .galleryContainer {
        width: 95%;
    }
    .galleryContainer .column6>li {
        width: 25%;
    }
}

@media screen and (max-width: 750px) {
    .galleryContainer {
        width: 95%;
    }
    .galleryContainer .column2>li {
        width: 50%;
    }
    .galleryContainer .column3>li {
        width: 50%;
    }
    .galleryContainer .column4>li {
        width: 50%;
    }
    .galleryContainer .column5>li {
        width: 33.334%;
    }
    .galleryContainer .column6>li {
        width: 33.334%;
    }
}

@media screen and (max-width: 640px) {
    .galleryContainer .column5>li {
        width: 50%;
    }
    .galleryContainer .column6>li {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .galleryContainer {
        width: 80%;
        /*width : 300%;*/
    }
    .galleryContainer .column2>li {
        width: 100%;
    }
    .galleryContainer .column3>li {
        width: 100%;
    }
    .galleryContainer .column4>li {
        width: 100%;
    }
    .galleryContainer .column5>li {
        width: 100%;
    }
    .galleryContainer .column6>li {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .galleryContainer {
        width: 90%;
    }
}

.child-container {
    position: relative;
    background: none;
    border: none !important;
    cursor: default;
    /*margin: 20px 30px;*/
    background: rgba(0, 0, 0, 0.09);
}

.hover-effect {
    display: block;
    /*padding: 10px;*/
}

.child-container::before, .child-container::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #e6007d;
}

.hover-effect::before, .hover-effect::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #e6007d;
}

.child-container:hover::before, .child-container:hover::after {
    width: 100%;
}

.child-container:hover .hover-effect::before, .child-container:hover .hover-effect::after {
    height: 100%;
}

/*--- Button 2 -------*/

.child-container::before, .child-container::after {
    transition-delay: 0s;
}

.child-container .hover-effect::before, .child-container .hover-effect::after {
    transition-delay: 0.2s;
}

.child-container::before {
    right: 0;
    top: 0;
}

.child-container::after {
    left: 0;
    bottom: 0;
}

.child-container .hover-effect::before {
    left: 0;
    top: 0;
}

.child-container .hover-effect::after {
    right: 0;
    bottom: 0;
}

.child-container:hover::before, .child-container:hover::after {
    transition-delay: 0.2s;
}

.child-container:hover .hover-effect::before, .child-container:hover .hover-effect::after {
    transition-delay: 0s;
}












/*-------*/
@font-face {
    font-family: 'Lincoln';
    src: url(../fonts/Lincoln.eot) format('embedded-opentype'), url(../fonts/Lincoln.woff) format('woff'), url(../fonts/Lincoln.ttf) format('truetype'), url(../fonts/Lincoln.svg#Lincoln) format('svg');
    font-weight: normal;
    font-style: normal;
}
.switcher{
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    right: -57px
}
.left_switcher a{
    background-color: #ed2881;
    color: #fff;
   padding: 10px 27px;
    font-size: 14px;
    font-weight: 700;
}
.left_switcher a:hover{
    color: #000;
    text-decoration: none;
}

.pink_text{
    background-image:linear-gradient(#b5377ca6,#e4a1cd);
    padding:10px;
}


.mas {
    font-family: 'Lincoln';
}

body {
    font-family: 'Roboto', sans-serif;
    /* [disabled]font-size:15px; */
    max-width: 100%;
    overflow-x: hidden;
}

p {
    font-size: 17px;
    color: #1d1d1b;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.IconSpecifyname .board-title {
    display: inline;
}

    .IconSpecifyname .board-title h2 {
        background-image: none;
        float: left;
        padding-right: 10px;
        text-align: left;
    }

    .IconSpecifyname .board-title hr {
        border-color: #1b3f92;
        border-width: 2px;
        margin-top: 44px;
        position: relative;
        z-index: 0;
    }

.Iconsize {
    width: 24%;
}

.Semititle .active a {
    color: #e6007d;
}

h2 {
    color: #1b3f90;
    font-size: 30px;
    background-image: url(../images/title-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    h2 span {
        color: #e4007d;
    }

h3, h3 a {
    font-size: 25px;
    text-transform: uppercase;
    color: #1b3f90;
    text-decoration: none;
}

    h3, h3 a:hover, h3, h3 a:active, h3, h3 a:focus, h3, h3 a:visited {
        text-decoration: none;
    }
/* HEADER */
header {
    background-color: #eaeaea;
    padding: 15px 0 0 0;
}

    header.white {
        background-color: #fff;
    }

    header row {
        margin: 10px 0;
    }

.number-mail, .number-mail a {
    color: #9a9999;
}

    .number-mail a:hover {
        color: #e4007d
    }

.row.number-mail {
    margin: 0 0 15px 0;
}

.number-mail u {
    margin-right: 10px;
}

.number-mail .soc-icn a {
    padding: 0px 5px;
}

.number-mail .soc-icn a {
    filter: grayscale(0)
}

    .number-mail .soc-icn a img:hover {
        filter: grayscale(1)
    }

.search-text {
    border-bottom: 2px solid #e4007d;
    border-top: 2px solid #e4007d;
    o color: #e4007d;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0;
    margin-top: 5px;
}

.soc-icn {
    display: inline-block;
}

.navbar {
    border: none;
}

header .navbar-form .form-control {
    width: 100%;
}

.navbar-form {
    margin: 0;
    padding: 0;
}

/* MENU */
.header-menu {
    margin-top: 30px;
}

.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
    margin-bottom: 0;
    min-height: inherit;
}

    .navbar-default .navbar-nav > li > a {
        color: #1b3f90;
        font-weight: 500;
        padding: 0;
        text-transform: uppercase;
        border-bottom: 2px solid #1b3f90;
        transition: none;
    }

    .navbar-default .navbar-nav li.active {
        height: auto;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        border-bottom: 2px solid #e4007d;
        color: #e4007d;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #e4007d;
        border-bottom: 2px solid #e4007d;
    }
/*.navbar .container-fluid {
    padding-right: 0;
}
*/ .navbar-collapse {
    padding-right: 0;
}

.navbar-nav > li {
    margin: 1px 9px;
}

    .navbar-nav > li:last-child {
        margin-right: 0;
    }

.full-menu {
    position: static !important;
    transition: none;
    /*transition: all 0.2s ease-out 0s;*/
}

.dropdown-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .dropdown-menu ul li {
        margin: 5px 0;
    }

    .dropdown-menu ul li {
        font-size: 15px;
    }

        .dropdown-menu ul li a {
            color: #1b3f92;
            transition: all 0.2s ease-out 0s;
        }

            .dropdown-menu ul li a:active, .dropdown-menu ul li a:focus, .dropdown-menu ul li a:hover {
                color: #e4007d;
            }

        .dropdown-menu ul li.active > a, .dropdown-menu ul li.active > a:hover, .dropdown-menu ul li.active > a:focus {
            color: #e4007d;
        }

.dropdown-menu h2 {
    /*background-position: left bottom;
*/ font-size: 24px;
    color: #1b3f90;
    /*background-image:url(../images/title-img.jpg);
	background-repeat:no-repeat;*/
    padding-bottom: 10px;
    text-transform: uppercase;
    /*background-size:contain;
	width:-webkit-fit-content;
	width:-moz-fit-content;*/
}


/*.dropdown-menu h2{border-bottom:4px solid #1b3f92; background:none;}
.dropdown-menu h2:after{border-bottom:4px solid #e4007d; position:absolute; content:''; width:50%; left:14px; right:0; top:56px}*/

.dropdown-menu ul li a:hover {
    margin-left: 5px;
    text-decoration: none;
}

.dropdown-menu ul ul {
    margin: 0 0 0 10px;
}
/* ABOUT */
#about-section {
    padding: 70px 0;
}

    #about-section, #about-section .img-responsive {
        text-align: center;
        margin: 0 auto;
    }

        #about-section h2 { /*background-image: url("../images/aboutmasline.png");
    background-position: center bottom;
    background-repeat: no-repeat;*/
            color: #1b3f90;
            font-size: 30px;
            padding-bottom: 10px;
            text-transform: uppercase;
            margin: 0 auto 50px;
        }

        #about-section .btmline {
            text-align: center;
            margin-bottom: 20px;
        }

            #about-section .btmline h2 {
                display: inline-block;
                color: #1b3f90;
                font-weight: 500;
                text-transform: uppercase;
                padding: 0 0 10px;
                position: relative;
            }

                #about-section .btmline h2:after {
                    content: "";
                    width: 100%;
                    height: 4px;
                    background-image: linear-gradient( to right, #1b3f90, #1b3f90 49%, #e6007d 15%, #e6007d 100%, #1b3f90 85% );
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translate(-50%);
                    -moz-transform: translate(-50%);
                    bottom: 0;
                }

#about-section {
}

#product-section h2 { /*background-image: url("../images/proline.png");
    background-position: center bottom;
    background-repeat: no-repeat;*/
    color: #1b3f90;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 auto 70px;
}

#product-section .menubtmline {
    text-align: center;
}

#testimonial-video h2 {
    background: none;
    margin: 0 auto 70px;
    color: #e4007d;
    border-bottom: 5px solid #1b3f90;
    width: -moz-fit-content;
    width: -webkit-fit-content
}

#about-section .img-responsive {
    /*margin-bottom:35px;*/
}

.imgequeal {
    max-height: 85px;
    height: 83px;
}

.abinfo {
    /*height: 88px;
    max-height: 88px;*/
    overflow: hidden;
    min-height: 155px;
}

#about-section .btn.btn-default {
    border: 2px solid #e4007d;
    border-radius: 0;
    color: #e4007d;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    font-weight: 500;
    padding: 2px 9px;
}

    #about-section .btn.btn-default:hover {
        background-color: #e4007d;
        color: #fff;
    }

/* PRODUCT */
#product-section {
    background-color: #eaeaea;
    padding: 70px 0;
}

    #product-section h3, #product-section img, #product-section p {
        margin: 0 auto;
        text-align: center;
    }

    #product-section img {
        margin-bottom: 10px;
    }

    #product-section p a {
        color: #1d1d1b;
    }

        #product-section p a:hover {
            text-decoration: none;
            color: #e5007d
        }

        #product-section p a:active, #product-section p a:focus {
            text-decoration: none;
            color: #e5007d
        }

        #product-section p a.active {
            color: #e5007d
        }

    #product-section h3, #product-section h3 a {
        font-size: 18px;
        transition: all 0.2s ease-out 0s;
        text-transform: capitalize
    }

        #product-section h3 a:hover {
            color: #E4008B;
        }

        #product-section h3 strong {
            color: #e4007d;
        }

    #product-section .row {
        margin-bottom: 50px;
    }

        #product-section .row:last-child {
            margin-bottom: 0;
        }

    #product-section .prod-content {
        border-right: #ccc 3px solid;
    }

    #product-section .col-lg-3 {
        padding-left: 0;
        padding-right: 0;
    }

/* SERVICES */
#services-section {
    padding: 0px 0 50px 0;
}

#services-part .service-inner {
    background-color: #1b3f90;
    padding: 50px 0 50px 0;
}

.service-inner {
    background-color: #1b3f90;
    padding: 30px 0 100px 0;
}

#services-section h2 {
    color: #fff;
    /*	background-image:url(../images/services-title-line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
*/ padding-bottom: 10px;
    font-size: 30px;
}

#services-section h3, #services-section h3 a {
    color: #e4007d;
    transition: all 0.2s ease-out 0s;
}

    #services-section h3 a:hover {
        color: #fff
    }

#services-section img {
    text-align: center;
    margin: 0 auto;
}

#services-section p {
    color: #fff;
    font-weight: 300
}

#services-section .service-content h3 a {
    color: #1b3f90;
    font-size: 20px;
}

    #services-section .service-content h3 a:hover {
        color: #e4007d
    }

.service-box {
    background-color: #eaeaea;
    margin: -52px 43px 0;
    padding: 35px 0;
}
/* SOCIAL IMPACT */
#soc-impact {
    padding: 0px 0 50px 0;
}

.soc-impact-inner {
    background-color: #eaeaea;
    padding: 30px 0 80px 0;
}

#soc-impact img {
    text-align: center;
    margin: 0 auto;
}

.soc-impact-content .col-lg-3 {
    display: block;
    float: none;
    margin: 0 auto;
}

.soc-impact-box {
    background-color: #1b3f90;
    margin: -52px 0 0;
    padding: 34px 0;
}

    .soc-impact-box strong {
        color: #E5007E;
    }

    .soc-impact-box h3, .soc-impact-box h3 a {
        color: #fff;
        transition: all 0.2s ease-out 0s;
    }

/* TESTIMONIALS */
#testimonials .testimonials-list .slick-prev {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: 0;
    cursor: pointer;
}

#testimonials .testimonials-list .slick-next {
    position: absolute;
    z-index: 100;
    top: 40%;
    right: 0;
    cursor: pointer;
}


.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#testimonials #dev-snippet-title {
    margin-top: 0px;
    padding-top: 30px;
}

#testimonials .testimonials-list {
    margin-top: 20px;
    margin-bottom: 70px;
}

    #testimonials .testimonials-list .single-testimonial {
        -webkit-transition: all 0.25s;
        background-color: white;
        padding: 0 30px;
    }

        #testimonials .testimonials-list .single-testimonial .testimonial-holder {
            padding-bottom: 0px;
        }

            #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
                font-family: "Roboto",sans-serif;
                font-size: 15px;
                font-weight: 300;
                line-height: 25px;
                padding: 0;
                position: relative;
                text-align: center;
                margin-top: 10px;
                display: inline-block;
            }

                #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
                    position: absolute;
                    bottom: -46px;
                    font-size: 32px;
                    color: white;
                    left: 40px;
                }

            #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
                clear: both;
                border-radius: 0px 0px 10px 10px;
                text-align: center;
            }

                #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
                    float: none;
                    min-width: 50px;
                }

                    #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
                        margin: 0 auto;
                    }

                #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
                    /*float: left;*/
                    text-align: center;
                    font-weight: bold;
                    color: #1b3f90;
                    font-size: 18px;
                }

                    #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
                        color: #1b3f90;
                        font-size: 20px;
                        font-weight: normal;
                        text-align: center;
                        text-transform: uppercase;
                        border-bottom: #1b3f90 2px solid;
                        transition: all 0.2s ease-out 0s;
                    }

                #testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user a:hover {
                    text-decoration: none;
                    color: #e4007d;
                    border-bottom: #e4007d 2px solid;
                }

    #testimonials .testimonials-list .testimonial-left-handle {
        position: absolute;
        z-index: 100;
        top: 40%;
        left: 0;
        cursor: pointer;
    }

        #testimonials .testimonials-list .testimonial-left-handle:hover {
            color: #82BD61;
        }

    #testimonials .testimonials-list .testimonial-right-handle {
        position: absolute;
        z-index: 100;
        top: 40%;
        right: 0;
        cursor: pointer;
    }

        #testimonials .testimonials-list .testimonial-right-handle:hover {
            color: #82BD61;
        }

    #testimonials .testimonials-list .slick-dots {
        bottom: -40px;
        text-align: center;
    }

        #testimonials .testimonials-list .slick-dots li {
            list-style-type: none;
            display: inline-block;
        }

            #testimonials .testimonials-list .slick-dots li button {
                background-color: grey;
                border-radius: 50%;
                color: grey;
                height: 18px;
                width: 18px;
                border: 0;
                outline: none;
                margin: 0px 3px;
            }

            #testimonials .testimonials-list .slick-dots li.slick-active button {
                background-color: #006fb2;
                color: #006fb2;
            }

.testimonial-name {
    padding: 0;
}

/* SCROLL DOWN */
.btn.btn-circle.page-scroll {
    display: table;
    left: 0;
    margin: -25px auto 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.page-scroll img.img-responsive {
    display: inline-block;
}

/* VIDEO */
.video img {
    margin: 0 auto;
}

/* FOOTER */
footer {
    background-color: #3c3c3b;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    margin: 0;
}

    footer .footer-menu a, footer .footer-menu {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0 5px;
    }

.footer-copyright {
    margin-top: 10px;
}

/* BOARD MEMBER */
#board-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #board-title h2, #board-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    #board-title h2 {
        text-align: center;
        font-size: 39px;
        background-image: url(../images/board-border.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 20px;
    }

    #board-title h3 {
        border-left: #e6007d solid 2px;
        padding-left: 50px;
        text-transform: none;
    }

.board-director img {
    margin: 0 auto;
}

.board-title {
    display: inline;
}

.board-director {
    padding: 50px 0;
}

    .board-director p {
        text-align: left
    }

    .board-director .btmline {
        margin-bottom: 0
    }

        .board-director .btmline h3 {
            margin-bottom: 0
        }

    /*.board-director h3 {
    font-size: 21px;
	background-image:url(../images/promoter2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:8px;
	background-size:contain;
	    width: -webkit-fit-content;
		width: -moz-fit-content;
    margin: 10px auto;
	background-size:auto;
}*/
    .board-director h4 {
        color: #383838;
        font-size: 16px;
    }

.gray-row {
    background-color: #ececec;
}

.board-director .board-title h2 {
    background-image: none;
    float: left;
    text-align: left;
    padding-right: 10px;
}

.board-director .board-title hr {
    margin-top: 44px;
    position: relative;
    z-index: 0;
    border-color: #1b3f92;
    border-width: 2px;
}




/* nayan- 22-2-17*/
/* ABOUT */
#inception-section {
    padding: 25px 0;
    background: #1b3f92
}

    #inception-section, #inception-section .img-responsive {
        text-align: center;
        margin: 0 auto;
    }

        #inception-section h2 {
            margin-bottom: 70px;
            color: #fff
        }

        #inception-section h2 {
            background-image: url(../images/inceptionline.png);
            background-repeat: no-repeat;
            background-position: bottom center;
            padding-bottom: 8px;
            /* background-size: contain;*/
            width: -webkit-fit-content;
            margin: 10px auto;
        }

        #inception-section .img-responsive {
            margin-bottom: 35px;
        }

        #inception-section .btn.btn-default {
            border: 1px solid #e4007d;
            border-radius: 0;
            color: #e4007d;
            text-transform: uppercase;
        }

            #inception-section .btn.btn-default:hover {
                background-color: #e4007d;
                color: #fff;
            }

.inception_detail p {
    color: #fff;
    text-align: justify
}


.tb_purple_brdr {
    border-top: 2px solid #e6007d;
    border-bottom: 2px solid #e6007d;
    padding: 15px 0;
    margin: 30px 0
}

.tb_blue_brdr {
    border-top: 2px solid #1b3f92;
    border-bottom: 2px solid #1b3f92;
    padding: 15px 0;
    margin: 30px 0
}

.purpletxt {
    color: #e6007d;
    font-weight: 700
}

.active {
    color: #e6007d;
}

.bluetxt {
    color: #1b3f92;
    font-weight: 700
}

/*vision-section*/
#vision-section {
    padding: 70px 0;
    background: #ececec
}

.vision_mission .media-body h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    text-align: justify
}

.vision_mission .media-body p {
    text-align: justify
}

.vision_mission .media-left p {
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;
    color: #1b3f92;
    text-transform: uppercase;
    font-weight: 500
}

.vision_mission .media-left a img {
    margin: 0 auto
}

.vision_mission .media-left {
    width: 33.33%
}

/*1-3-17*/
/* mission section */
#mission-section {
    padding: 70px 0;
    background: #fff
}

/* ourjourney-section */
#ourjourney-section {
    padding: 70px 0;
    background: #ececec
}

    #ourjourney-section, #ourjourney-section .img-responsive {
        text-align: center;
        margin: 0 auto;
    }


.mt30 {
    margin-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

#ourjourney-section h2 {
    background-image: url(../images/journeyline.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 8px;
    /*background-size: contain;*/
    width: -webkit-fit-content;
    margin: 10px auto;
    font-size: 40px;
}

#ourjourney-section p {
    text-align: center;
    color: #1b3f92;
    font-weight: 400;
    font-size: 20px;
}


/* timeline */
.flik-timeline-5 > li .flik-timeline-content p {
    font-size: 15px;
}

#productinner-section .product_inner {
    background-color: #eaeaea;
    padding: 20px 0 64px;
}

/* PRODUCT */
#pro_content_info {
    padding-bottom: 70px;
}

/*#productinner-section{
	padding:0 0 70px 0;
}*/
#productinner-section h3, #productinner-section img, #productinner-section p {
    margin: 0 auto;
    text-align: center;
}

#productinner-section img {
    margin-bottom: 10px;
}

#productinner-section h3, #productinner-section h3 a {
    font-size: 18px;
    transition: all 0.2s ease-out 0s;
    text-transform: capitalize
}

    #productinner-section h3 a:hover {
        color: #E4008B;
    }

    #productinner-section h3 strong {
        color: #e4007d;
    }

#productinner-section .row {
    margin-bottom: 50px;
}

    #productinner-section .row:last-child {
        margin-bottom: 0;
    }

#productinner-section .prod-content {
    border-right: #ccc 2px solid;
    min-height: 98px;
    padding: 0 15px;
}

#product-section .prod-content {
    border-right: #ccc 2px solid;
    min-height: 98px;
    padding: 0 15px;
}

.product_inner .col-lg-3 {
    padding-left: 0;
    padding-right: 0
}

#productinner-section .prod-content:nth-child(4th) {
    border: none !important
}

/*#productinner-section .prod-content:last-child{
	border:none;
}*/




/* SOCIAL IMPACT */
#pro-impact {
    padding: 0px 0 50px 0;
}

.soc-impact-inner {
    background-color: #eaeaea;
    padding: 30px 0 80px 0;
}

    .soc-impact-inner h2 {
        background: none; /* border-bottom:5px solid #1b3f90; width:-moz-fit-content; width:-webkit-fit-content;*/
        margin: 38px auto 60px;
        color: #e5007d
    }

        .soc-impact-inner h2 span {
            color: #1b3f90;
            padding-bottom: 7px;
        }

#testimonial-video h2 span {
    padding-bottom: 9px;
}

#soc-impact .menubtmline {
    text-align: center;
}

    #soc-impact .menubtmline h2 {
        font-size: 30px;
    }


    #soc-impact .menubtmline h2 {
        display: inline-block;
        color: #1b3f90;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 10px;
        position: relative;
    }

        #soc-impact .menubtmline h2:after {
            content: "";
            width: 100%;
            height: 5px;
            background-image: linear-gradient( to right, #e6007d, #e6007d 49%, #1b3f92 15%, #1b3f92 100%, #1b3f92 85% );
            -webkit-background-image: linear-gradient( to right, #e6007d, #e6007d 49%, #1b3f92 15%, #1b3f92 100%, #1b3f92 85% );
            -moz-background-image: linear-gradient( to right, #e6007d, #e6007d 49%, #1b3f92 15%, #1b3f92 100%, #1b3f92 85% );
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%);
            -moz-transform: translate(-50%);
            bottom: 0;
        }



.soc-impact-inner h3 {
    margin: 10px 0
}

    .soc-impact-inner h3 a:hover {
        color: #e5007d
    }

#soc-impact img {
    text-align: center;
    margin: 0 auto;
}

.product_categories {
    padding: 0 0 70px 0
}

.pro-categories-content .col-lg-3 {
    display: block;
    float: none;
    margin: 0 auto;
}

.pro-categories-box {
    background-color: #1b3f90;
    margin: -52px 0 0;
    padding: 34px 0;
}

    .pro-categories-box strong {
        color: #E5007E;
    }

    .pro-categories-box h3, .pro-categories-box h3 a {
        color: #fff;
        transition: all 0.2s ease-out 0s;
    }

    .pro-categories-box h3 {
        margin: 0 auto;
        text-align: center;
    }

        .pro-categories-box h3 a:hover {
            color: #E4008B
        }

        .pro-categories-box h3, .pro-categories-box h3 a {
            font-size: 18px;
            transition: all 0.2s ease-out 0s;
            text-transform: capitalize;
        }

    .pro-categories-box img {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

/* product inner info*/
.protopline {
    margin-bottom: 10px
}

    .protopline img {
        margin: 0 auto;
        width: 100%
    }

.welcometxt h3 {
    text-transform: inherit;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: justify
}

.document_list, .welcome_list {
    padding: 0 15px
}

    .welcome_list ul {
        margin: 0;
        padding: 0
    }

        .welcome_list ul li ul li {
            list-style: none
        }

        .welcome_list ul li {
            line-height: 30px;
            padding-bottom: 4px;
            font-size: 15px;
            text-align: justify
        }

            .welcome_list ul li strong {
                color: #575756
            }

.liststyle {
    color: #1b3f92
}

.liststyle_red {
    color: #e5007d
}

.welcome_list ul li {
    color: #575756
}

    .welcome_list ul li a {
        color: #575756
    }

.welcome_list p {
    line-height: 30px;
    text-align: justify
}

.welcometxt {
    padding: 0 0;
}

    .welcometxt ul {
        padding: 0
    }

        .welcometxt ul li {
            list-style: none;
            line-height: 40px;
        }

            .welcometxt ul li a {
                color: #1b3f92;
                font-size: 25px;
            }

                .welcometxt ul li a:hover {
                    text-decoration: none;
                    color: #e5007d
                }

                .welcometxt ul li a.active {
                    color: #e5007d
                }

/* eligibility criteria */
.eligibility_criteria .title h2 { /*background-image: url("../images/eligibalbdr.png");background-position: left bottom;background-repeat: no-repeat;*/
    color: #1b3f90;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.document_required .title h2 { /*background-image: url("../images/documentbdr.png");background-position: left bottom;background-repeat: no-repeat;*/
    color: #1b3f90;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.criteria_info {
    padding: 10px 35px 10px 0
}

    .criteria_info .infobox {
        border-bottom: 3px solid #1b3f92;
        margin: 0 0 20px
    }

        .criteria_info .infobox h5 {
            font-weight: 400;
            font-size: 15px;
            color: #575756
        }

        .criteria_info .infobox p {
            color: #1b3f92;
            font-weight: 500;
            font-size: 17px;
        }

.infobox ul {
    padding: 0
}

    .infobox ul li {
        list-style: none;
        color: #1b3f92;
        font-weight: 500;
        font-size: 17px;
        text-align: justify
    }

/* document required */

.document_list ul {
    margin: 0;
    padding: 0
}

    .document_list ul li {
        line-height: 30px;
        padding-bottom: 4px;
        color: #575756;
        font-size: 15px;
        text-align: justify
    }

        .document_list ul li a {
            color: #575756
        }

/* bottom button */
.bottom_button {
    margin-top: 30px;
}

    .bottom_button ul {
        margin: 0;
        padding: 0;
        text-align: center
    }

        .bottom_button ul li {
            list-style: none;
            display: inline-block;
            padding: 0 15px 30px;
        }

            .bottom_button ul li a {
                border: 3px solid #e5007d;
                color: #e5007d;
                padding: 2px 32px;
                text-transform: uppercase;
                font-weight: 400;
                font-size: 24px;
                transition: all .2s ease-in-out;
                text-decoration: none;
            }

                .bottom_button ul li a:hover {
                    text-decoration: none;
                    background: #e5007d;
                    color: #fff
                }

    .bottom_button h2 {
        text-align: center;
        background: none;
        color: #868686;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 20px 0;
        font-weight: 400
    }

        .bottom_button h2 a {
            color: #868686;
            text-decoration: none;
        }

            .bottom_button h2 a:hover {
                color: #e5007d
            }


#productinner-section .product_inner h3 a {
    color: #575756;
    word-wrap: break-word
}

    #productinner-section .product_inner h3 a:hover {
        color: #1b3f90
    }

#productinner-section .product_inner .active h3 a {
    color: #1b3f90
}

#productinner-section .product_inner .active img {
    filter: grayscale(0);
}

#productinner-section .product_inner img {
    filter: grayscale(1);
}


#productinner-section .product_inner ul li a:hover {
    text-decoration: none;
    color: #e5007d;
}

.prod-content:hover .proimg img {
    filter: grayscale(0) !important;
}


#productinner-section .product_inner h2 {
    font-size: 33px;
    margin-bottom: 70px
}


#productinner-section .product_inner .menubtmline {
    text-align: center
}




#productinner-section .product_inner ul {
    padding: 0
}

    #productinner-section .product_inner ul li {
        list-style: none;
    }

#productinner-section .product_inner .nav-tabs {
    border-bottom: none
}
/*#productinner-section .product_inner  ul li {
    width: 25%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom:50px;
}*/
#productinner-section .product_inner ul li {
}

    #productinner-section .product_inner ul li ul li {
        width: 100%;
        margin-bottom: auto
    }

        #productinner-section .product_inner ul li ul li a:hover {
            text-decoration: none;
            color: #e5007d;
            border-color: transparent !important;
            background: none;
            box-shadow: none
        }

        #productinner-section .product_inner ul li ul li a:active, #productinner-section .product_inner ul li ul li a:focus {
            text-decoration: none;
            color: #e5007d
        }

    #productinner-section .product_inner ul li a {
        text-align: center;
        color: #000;
        padding: 0
    }

        #productinner-section .product_inner ul li a:hover {
            text-decoration: none;
            color: #e5007d
        }

        #productinner-section .product_inner ul li a:active, #productinner-section .product_inner ul li a:focus {
            text-decoration: none;
            color: #1b3f90
        }

#productinner-section .product_inner .prod-content ul li a.active {
    color: #1b3f90
}


/* setting */

.btn-blue {
    background-color: #1b3f92;
    color: #fff;
    border-radius: 0;
    white-space: inherit
}

    .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
        background-color: #e5007d;
        color: #fff
    }

    .btn-blue:active {
        color: #fff
    }

.machinery_loan_detail {
    margin-bottom: 30px;
}

.machinery_btn .btn-blue {
    font-size: 26px;
}


.machinery_btn h4 {
    color: #1b3f92;
    font-size: 21px;
    text-align: justify
}


/*modal*/
.modExample .modal-content {
    border-radius: 0
}

.modExample .modal-footer {
    background: #1b3f92
}

.modExample .modal-footer_bottom {
    background: #3c3c3b;
    text-align: center;
    color: #e5007d;
    padding: 10px 0;
    font-size: 10px;
}

.modExample .modal-header {
    text-align: center;
    border-bottom: none;
    padding: 41px 15px 15px;
}

    .modExample .modal-header .menubtmline {
        text-align: center
    }

.modExample .modal-footer h4 {
    color: #fff;
    text-align: left;
    border-bottom: 2px solid #9babcf;
    width: 50%;
    padding-bottom: 3px;
    text-transform: uppercase
}


.modExample .modal-footer .text-right {
    color: #fff;
    font-size: 13px;
}

.modExample .modal-footer .form-group label {
    color: #fff
}

.modExample .modal-header .close {
}

.modExample button.close {
    background: #b2b2b1;
    color: #fff;
    padding: 6px 13px;
    font-size: 25px;
    opacity: 1;
}

    .modExample button.close:hover {
        background: #939393
    }

.modExample .modal-dialog {
    width: 370px;
}

.modExample .modal-header h2 {
    background-image: url("../images/checkeligbilitybdr.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #1b3f90;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}


.modExample #contactus_detail .modal-header h2 {
    background-image: none;
    background-position: inherit;
    background-repeat: no-repeat
}

.modExample #apply_for_loan .modal-header h2 {
    background-image: url("../images/applyfor.png");
    background-position: center bottom;
    background-repeat:
}

.modExample #emi_calculation .modal-header h2 {
    background-image: url("../images/emibdr.png");
    background-position: center bottom;
    background-repeat:
}

.modExample form label {
    font-weight: normal
}


.btn-trblue {
    border: 3px solid #1b3f92;
    padding: 3px 15px;
    border-radius: 0;
    color: #1b3f92;
    transition: all .2s ease-in-out
}

    .btn-trblue:hover {
        background: #1b3f92;
        color: #fff
    }

.btn-trred {
    border: 3px solid #e5007d;
    padding: 3px 15px;
    color: #e5007d;
    border-radius: 0;
    transition: all .2s ease-in-out
}

    .btn-trred:hover {
        background: #e5007d;
        color: #fff
    }

.subcheckbtn {
    padding-top: 27px
}

    .subcheckbtn a {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 18px;
    }




/*nayan_27-2-17*/
#banner {
    position: relative;
    overflow: hidden
}

    #banner .banner_img img {
        width: 100%
    }


    #banner .img-responsive {
        height: auto;
        width: 100%;
    }

    #banner .carousel-caption {
        background-color: rgba(255, 255, 255, 0.7);
        bottom: inherit;
        left: 0;
        margin: 0 auto;
        padding: 15px 30px;
        right: 0;
        top: 50%;
        width: 50%;
        color: #fff;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        z-index: 10;
    }

    #banner h1, #banner p {
        display: table-cell;
        float: none;
        text-shadow: none;
        vertical-align: middle;
    }

    #banner h1 {
        /*border-right: 2px solid #8c8c8c;*/
        color: #1b3f90;
        float: left;
        font-size: 29px;
        text-align: left;
        text-transform: uppercase;
        width: 40%;
    }

    #banner p {
        padding: 0 10px;
    }

    #banner h1, #banner p {
        display: table-cell;
        float: none;
        text-shadow: none;
        vertical-align: middle;
        text-align: left
    }

        #banner h1 strong {
            color: #e4007d;
        }


@media (min-width: 768px) and (max-width: 1024px) {
    .logo img {
        width: 100%;
    }

    .social-menu .row {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* SERVICE */
    .service-box {
        margin: -52px 0 0;
        padding: 52px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        width: 100%;
    }
    /* SERVICE */
    #services-section .service-content h3 a {
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    /**/
    .holder a.jp-previous {
        display: inline-block;
        margin: 0 auto 10px;
    }

    .holder a.jp-next {
        /* display: inline-block;
    margin: 25px auto 0;*/
    }

    .holder a {
        max-width: 100%;
        word-wrap: break-word;
        display: inline-block;
    }

    /**/


    header {
        overflow: hidden;
    }

        header .container {
            padding: 0;
        }

        header .row {
            margin: 0;
            text-align: center;
        }

    .social-menu {
        padding: 0;
    }

    .header-main {
        margin: 10px auto 0;
    }

    header .pull-right {
        float: none !important;
    }

    header .navbar-header {
        padding: 0 16px;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #e4007d;
    }

        .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #e4007d;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-nav > li > a {
        padding: 10px;
    }

    .search-text, .soc-icn {
        margin: 15px 0;
    }

    .number-mail u {
        display: inline-block;
        margin: 0;
    }
    /* SLIDER */
    .carousel-caption {
        padding: 7px 24px;
        top: 12%;
        width: 72%;
    }

    #myCarousel h1, #myCarousel p {
        display: block;
        float: none;
        font-size: 17px;
        margin: 0;
        padding: 0;
    }

    #myCarousel h1 {
        border-right: medium none;
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    #myCarousel p {
        font-size: 13px;
    }
    /* ABOUT */
    #about-section .col-lg-4 {
        margin-bottom: 30px;
    }
    /* PRODUCT */
    #product-section .prod-content {
        margin-bottom: 30px;
    }

    #product-section .row {
        margin-bottom: 20px;
    }

    /* SERVICE */
    .service-inner {
        padding: 30px 0;
    }


    /* Board Director */
    .board-director .board-title h2 {
        float: none;
        padding-right: 0;
        text-align: center;
    }

    .board-director .board-title hr {
        margin-top: 0;
    }

    #board-title h3 {
        border-left: medium none;
        text-align: center;
        padding-left: 0
    }
}


/*1-3-17*/
.mega-dropdown-menu {
    width: auto;
    padding: 0 53px 20px 19px;
    border-bottom: 3px solid #e4007d;
    border-radius: 0;
    left: auto
}

/* services */


.services-part .service-box img {
    margin: auto
}

.services-part h2 {
    color: #fff;
    margin-top: 0;
}

.services-part h3 {
    font-size: 20px
}

.services-part h2 {
    background-image: url("../images/service_line.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 30px;
    padding-bottom: 12px;
    text-align: center;
}


.services-part .thumbnail {
    background-color: transparent;
    border: none
}

    .services-part .thumbnail p {
        color: #fff
    }


.services-part .caption.active > h3 {
    color: #e5007d
}

.services-part .caption.active > p {
    color: #fff
}

.services-part .caption > h3, .services-part .caption > p {
    color: #b1b1b1
}

.services-part .thumbnail img {
}

.line {
    border: 1px solid #ccc;
    display: -moz-grid;
    height: 105px;
    margin: 31px auto;
    padding: 31px 0;
    text-align: center;
    width: 1px;
}

.services-part .col-lg-4 {
    display: block;
    float: none;
    margin: 0 auto;
}

.services-part h3 {
    transition: all 0.2s ease-out 0s;
}

.services-part a {
    color: #b1b1b1
}

.services-part .caption.active a {
    color: #e5007d
}


.service-box a {
    color: #1b3f92;
}

.services-part {
    padding: 0 0 50px;
}


/*news & updates */
/*14-12-17*/
#news_details .tab-content .active {
    color: #333;
}

/**/



#news-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #news-title h2, #news-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #news-title h2 {
        text-align: left;
        font-size: 54px;
        background-image: url(../images/board-border.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        padding-bottom: 20px;
    }

    #news-title h3 {
        border-left: #fff solid 2px;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
    }

.news-director img {
    margin: 0 auto;
}

.news-title {
    display: inline;
}

.news-director {
    padding: 50px 0;
}

    .news-director h3 {
        font-size: 20px;
        background-image: url(../images/title-img.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 15px;
    }

    .news-director h4 {
        color: #6f6f6e;
        font-size: 16px;
    }

.gray-row {
    background-color: #ececec;
}

.news-director .news-title h2 {
    background-image: none;
    float: left;
    text-align: left;
    padding-right: 10px;
}

.news-director .news-title hr {
    margin-top: 44px;
    position: relative;
    z-index: 0;
    border-color: #1b3f92;
    border-width: 2px;
}


#news_details {
    padding: 50px 0
}

.dateyeartxt {
    margin-bottom: 10px;
    font-weight: 600
}

#news_details .media-heading {
    color: #1b3f92;
    font-weight: 300;
    font-size: 32px;
}

#news_details .media-heading {
}

#news_details .media {
    padding: 40px 50px 20px;
    border-bottom: 1px solid #000
}

#news_details .media-left {
    padding-right: 40px
}


.read-more {
    padding: 10px 0;
    text-align: left;
}

    .read-more a {
        text-transform: uppercase;
        color: #e6007d;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer
    }

        .read-more a:hover {
            color: #000
        }

.showContent {
    height: auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 28px;
    height: auto;
}

#olderpost {
    background-color: #ececec;
    padding: 15px;
}

    #olderpost a {
        color: #e6007d;
        text-transform: uppercase;
        display: flex
    }

.olderpostlink {
    float: right
}

#olderpost a:hover {
    text-decoration: none;
    color: #000
}

#olderpost a i.fa {
    font-size: 25px;
    padding-right: 10px
}


/*investor corner */
#investor-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #investor-title h2, #investor-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #investor-title h2 {
        text-align: left;
        font-size: 43px;
        /*background-image:url(../images/board-border.png);
	background-repeat:no-repeat;
	background-position:bottom left;*/
        padding-bottom: 20px;
        /*background-size:contain	*/
    }

    #investor-title h3 {
        border-left: #fff solid 2px;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
    }


.investor, .landingins {
    text-align: center;
    position: relative;
    min-height: 150px;
}

    .investor a, .landingins a {
        color: #c6c6c5;
        text-transform: uppercase;
    }

#investor-title .active a {
    color: #e6007d
}

#investor-title .active img {
    color: #e6007d
}

.inv_info, .lan_info {
    position: absolute;
    top: 20%;
    left: 18%;
    width: 97%;
}

#investor_details .board-title {
    display: inline;
}

    #investor_details .board-title h2 {
        background-image: none;
        float: left;
        padding-right: 10px;
        text-align: left;
    }

    #investor_details .board-title hr {
        border-color: #1b3f92;
        border-width: 2px;
        margin-top: 44px;
        position: relative;
        z-index: 0;
    }

.left_invs_detail h4 {
    text-transform: uppercase;
    color: #6f6f6e;
    line-height: 30px;
    margin-top: 0;
    font-size: 20px;
    word-wrap: break-word
}

.left_invs_detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: justify
}

/* past investor */
.present_investor {
    padding: 30px 0 80px
}

    .present_investor hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 3px solid #eee;
    }

.past_investor hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #fff;
}

.past_investor {
    background-color: #ececec;
    padding: 30px 0
}

/* financial highlights */

.finanacial_graph {
    text-align: center;
}

    .finanacial_graph h4 {
        text-transform: uppercase;
        color: #1b3f92
    }

    .finanacial_graph img {
        margin: 20px auto
    }

/* notice circulars */
.notice_circulars {
    padding: 30px 0 80px
}

#notice-title {
    background-color: #1b3f92;
    padding: 30px 0;
}


    #notice-title h2, #notice-title h3 {
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #notice-title h2 {
        text-align: left;
        font-size: 37px;
        padding-bottom: 20px;
        margin: 30px 0 auto;
    }

    #notice-title .btmline {
        text-align: left
    }

.notice_info img {
    float: right
}

.pdf_info ul {
    margin: 0;
    padding: 0
}

    .pdf_info ul li {
        list-style: none;
        padding: 15px 20px;
        border-bottom: 1px solid #ccc
    }

        .pdf_info ul li a {
            color: #000;
            font-size: 16px;
            text-decoration: none
        }

            .pdf_info ul li a:hover {
                color: #e6007d
            }

            .pdf_info ul li a img {
                text-align: right;
                float: right;
            }


/* credit rating */
#credit-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #credit-title h2 {
        text-align: left;
        font-size: 37px;
        /*background-image:url(../images/board-border.png);
	background-repeat:no-repeat;
	background-position:bottom left;*/
        padding-bottom: 20px;
        /*background-size:contain;
	width:-webkit-fit-content;
	width:-moz-fit-content;*/
        margin: 30px auto;
    }

    #credit-title .btmline {
        text-align: left
    }

    #credit-title h2, #credit-title h3 {
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }
/* annual rating */
#annual-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #annual-title h2 {
        text-align: left;
        font-size: 37px;
        padding-bottom: 20px;
        margin: 30px 0 auto;
    }

    #annual-title .btmline {
        text-align: left
    }

    #annual-title h2, #annual-title h3 {
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }
/* policy rating */
#policy-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #policy-title h2 {
        text-align: left;
        font-size: 43px;
        padding-bottom: 20px;
        margin: 30px 0 auto;
    }

    #policy-title .btmline {
        text-align: left
    }

    #policy-title h2, #policy-title h3 {
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }
/**/
.contact-title {
}

#contact-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #contact-title h2, #contact-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #contact-title h2 {
        text-align: left;
        font-size: 38px;
        padding-bottom: 20px;
    }

    #contact-title .btmline {
        text-align: left
    }

    #contact-title h3 {
        border-left: #fff solid 2px;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
    }

.grevienceofficer ul {
    margin: 0;
    padding: 0;
}

    .grevienceofficer ul li {
        list-style: none;
        border-bottom: 2px solid #1b3f92;
        padding: 4px 0 20px;
        font-size: 16px;
        text-align: justify
    }

        .grevienceofficer ul li:last-child {
            border-bottom: none
        }

.grevienceofficer .left_invs_detail ul li a {
    text-decoration: none;
}

    .grevienceofficer .left_invs_detail ul li a:hover {
        color: #e4007d
    }

.grevienceofficer .left_invs_detail ul li span {
    min-width: 54px;
    float: left
}


/* our network */


#our-title {
    background-color: #3c3c3b;
    padding: 70px 0;
}

    #our-title h2, #our-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #our-title h2 {
        text-align: left;
        font-size: 49px;
        /*background-image:url(../images/contactdetail.png);
	background-repeat:no-repeat;
	background-position:bottom center;*/
        padding-bottom: 20px;
    }

    #our-title h3 {
        border-left: #e4007d solid 2px;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
    }


.maintag {
    min-height: 150px;
    position: relative;
}

.titletag {
    position: absolute;
    bottom: 0;
    left: 0;
}

#network_details {
    padding: 50px 0
}

.location_map {
    margin-top: -140px;
}

.location {
    margin-bottom: 20px
}

.location_info {
    z-index: 2;
    position: absolute;
    left: 20%;
    top: -7%;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -os-fit-content
}

    .location_info .description {
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        max-width: 100%;
        font-size: 28px;
    }
/*.location_info .description .purpletxt{font-weight:400}*/
.map_info p {
    font-weight: 300;
    line-height: 28px;
    font-size: 17px;
    text-align: justify
}

.location_info img {
    margin: inherit
}


#network_details .board-title {
    display: inline;
}

    #network_details .board-title h2 {
        background-image: none;
        float: left;
        padding-right: 10px;
        text-align: left;
    }

    #network_details .board-title hr {
        border-color: #1b3f92;
        border-width: 2px;
        margin-top: 44px;
        position: relative;
        z-index: 0;
    }


.network_form .form-horizontal .control-label {
    padding: 0
}

.lable-text {
    border-bottom: 2px solid #e4007d;
    border-top: 2px solid #e4007d;
    color: #e4007d;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    width: auto;
    font-weight: 500
}

.network_contact {
    background: #ececec;
    width: 91%;
    padding: 20px 80px;
    margin-top: -27px;
    max-width: 100%;
    float: right;
    margin-right: 6%;
    width: 69%;
}

    .network_contact ul {
        margin: 0;
        padding: 0;
    }

        .network_contact ul li {
            list-style: none;
            border-bottom: 2px solid #1b3f92;
            padding: 20px 0;
            font-size: 18px;
            font-weight: 300
        }

            .network_contact ul li a {
                color: #000;
                text-decoration: none;
            }

                .network_contact ul li a:hover {
                    color: #e4007d
                }

            .network_contact ul li:last-child {
                border: none
            }

.contactusmainimg img {
    margin: auto
}


/*contact us*/
.middle_content {
    padding: 70px 0
}

#contact_details {
    background: #f5f5f5
}

.thought {
    padding: 10px 0;
    width: -moz-fit-content;
    border-bottom: 3px solid #e5007d;
    border-top: 3px solid #e5007d;
    color: #1b3f92;
    font-weight: bold;
    font-size: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-left: 63px;
    position: relative
}

    .thought:after {
        position: absolute;
        left: 0;
        right: 0;
        top: -3px;
        border-top: 3px solid #1b3f92;
        content: '';
        width: 50%
    }

    .thought:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 3px solid #1b3f92;
        content: '';
        width: 50%
    }

.contact_form .form-horizontal .control-label {
    text-align: left;
    color: #1b3f92;
    font-weight: 400
}

.contact_form .form-horizontal .form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    max-width: 70%
}

.contactbtn {
    float: right;
    margin-top: -49px;
    position: relative;
    left: -8%
}

    .contactbtn .btn-default {
        background: transparent;
        border-radius: 0;
        border: 2px solid #e5007d;
        color: #e5007d;
        font-size: 15px;
        padding: 5px 15px;
        font-weight: 500;
        transition: all .2s ease-in-out;
        text-transform: uppercase
    }

        .contactbtn .btn-default:hover {
            background: #e5007d;
            color: #fff
        }

#reg_office {
    padding: 50px 0
}

.reg_info h3 {
    text-transform: capitalize
}

.reg_info ul {
    margin: 0;
    padding: 0
}

    .reg_info ul li {
        list-style: none;
        border-bottom: 2px solid #1b3f92;
        padding: 15px 0;
        text-align: justify
    }

        .reg_info ul li:last-child {
            border-bottom: none;
        }

        .reg_info ul li a {
            color: #000;
            text-decoration: none;
        }

            .reg_info ul li a:hover {
                color: #e5007d
            }

.reg_map {
    margin-top: -50px;
}

/* career */
#career-title {
    background-color: #1b3f92;
    padding: 30px 0;
}

    #career-title h2, #our-title h3 {
        color: #fff;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #career-title h2 {
        text-align: left;
        font-size: 52px;
        padding-bottom: 20px;
        margin: 0 auto;
    }

.btmline {
    text-align: center;
    margin-bottom: 20px;
}

    .btmline h2 {
        display: inline-block;
        font-size: 21px;
        color: #1b3f90;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 10px;
        position: relative;
    }

        .btmline h2:after {
            content: "";
            width: 100%;
            height: 4px;
            background-image: linear-gradient( to right, #e6007d, #e6007d 49%, #ffffff 15%, #ffffff 100%, #ffffff 85% );
            position: absolute;
            left: 0;
            bottom: 0;
        }

#career-title h3 {
    border-left: #e4007d solid 2px;
    padding-left: 50px;
    text-transform: uppercase;
    line-height: 42px;
}

.career_img img {
    float: right
}

#career_details {
    padding: 20px 0 340px
}

/* accordion */
.accordion {
    width: 100%;
    margin: 0 auto;
}

    .accordion .role h4 {
        float: left
    }

.accordion-toggle {
    cursor: pointer;
    margin: 0;
    padding: 14px 0;
    position: relative;
    font-weight: 400;
    float: right
}

    .accordion-toggle.active:after {
        content: "[x]";
        position: absolute;
        right: 0;
        top: 10px;
        height: 0;
        transition: all .5s ease-in-out;
        font-size: 19px;
    }

    .accordion-toggle:before {
        content: "KNOW MORE +";
        position: absolute;
        right: 0;
        top: 10px;
        height: 0;
        font-weight: 300;
        font-size: 16px;
        transition: all .5s ease-in-out;
        min-width: 114px;
    }

    .accordion-toggle.active:before {
        display: none;
    }

.accordion-content {
    display: none;
    clear: both
}

.accordion-toggle.active {
    color: #e5007d;
}

.personal_detail ul {
    padding: 0
}

    .personal_detail ul li {
        list-style: none;
        line-height: 30px;
        padding: 7px 0;
    }

        .personal_detail ul li span {
            font-size: 16px;
        }

.education_detail h4 {
    border-bottom: 2px solid #1b3f92;
    border-top: 2px solid #1b3f92;
    padding: 8px 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    color: #1b3f92
}

.e_part {
    margin-bottom: 30px;
}

    .e_part p {
        text-align: justify
    }

.apply_btn .btn-default {
    border-radius: 0;
    border: 2px solid #e5007d;
    color: #e5007d;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

    .apply_btn .btn-default:hover {
        background: #e5007d;
        color: #fff
    }



.search_btn .btn-default {
    border-radius: 0;
    border: 2px solid #e5007d;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    background: #e5007d
}

    .search_btn .btn-default:hover {
        border: 2px solid #e5007d;
        color: #e5007d;
        background: none
    }

.search_btn {
    text-align: right
}

.innerinfo {
    position: relative
}

.back_btn {
    bottom: 0;
    position: absolute;
    right: 0
}

    .back_btn .btn-default {
        border-radius: 0;
        border: 2px solid #e5007d;
        color: #e5007d;
        padding: 5px 20px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all .2s ease-in-out
    }

        .back_btn .btn-default:hover {
            background: #e5007d;
            color: #fff
        }

.MapHeight {
    height: 500px;
    margin-bottom: 10px;
}

ul.yearlocopening {
    padding: 0;
    margin: 0;
}

    ul.yearlocopening li {
        list-style: none;
        display: inline-block;
        padding: 0 10px;
        color: #1b3f92;
        font-size: 16px;
    }

.yearlocopening {
    float: right;
    margin-top: -39px;
    position: relative;
    right: 30px;
    display: none
}

ul.yearlocopening li a {
    color: #1b3f92
}

    ul.yearlocopening li a:hover {
        color: #e5007d;
        text-decoration: none
    }

.knowmorebtn h4 {
    text-align: left;
    float: left
}

.knowmorebtn a {
    text-align: right;
    float: right
}

.divcm {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 14px 0
}

.personal_detail .form-horizontal .control-label {
    text-align: left;
    color: #1b3f92;
    font-weight: 400
}

.personal_detail .form-horizontal .form-control {
    background: #efefef;
    border: none;
    border-radius: 0;
    max-width: 70%
}

.personal_detail .btn-default {
    background: transparent;
    border-radius: 0;
    border: 2px solid #e5007d;
    color: #e5007d;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 500;
    transition: all .2s ease-in-out;
    text-transform: uppercase
}

    .personal_detail .btn-default:hover {
        background: #e5007d;
        color: #fff
    }

.uploadfiles .attachfile {
    float: right
}

    .uploadfiles .attachfile h4 {
        border: none;
        color: #e5007d;
        padding: 0
    }

.uploadfiles .btn-file {
    float: left;
    background: transparent;
    border: none;
    font-size: 19px;
    color: #1b3f92;
    padding: 0
}


.attachfile ul {
    float: left;
    width: 100%;
}


#lifeatmas-title {
    padding: 70px 0 0;
    position: relative;
    z-index: 2
}

#lifeatmas-newtitle {
    padding: 30px 0;
    background: #1b3f92
}

    #lifeatmas-newtitle h2, #lifeatmas-newtitle h3 {
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    /*#lifeatmas-title h2, #lifeatmas-title h3{
	color:#fff;
	padding-bottom: 10px;
    padding-top: 10px;
}*/

    #lifeatmas-newtitle h2 {
        text-align: left;
        font-size: 40px;
        /*background-image:url(../images/lifemasline.png);
	background-repeat:no-repeat;
	background-position:bottom left;*/
        padding-bottom: 20px;
    }

    #lifeatmas-newtitle h3 {
        border-left: #e4007d solid 2px;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
    }
/*#lifeatmas-title h2{
	text-align:left;
	font-size:40px;
	background-image:url(../images/lifemasline.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:20px;	
}
#lifeatmas-title h3{
	border-left:#e4007d solid 2px;
	padding-left:50px;
	text-transform:uppercase;
	line-height:42px;
}*/

.lifeatbanner {
    background: #1b3f92;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 60px 91px 48px;
}





/*lifeatmas_categories*/
#lifeatmas_categories ul {
    margin: 0;
    padding: 0
}

    #lifeatmas_categories ul li {
        list-style: none;
        display: inline-block;
        margin-bottom: 100px
    }

    #lifeatmas_categories ul li {
        width: 25%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }


#lifeatmas_categories .nav-tabs {
    border-bottom: none
}

#lifeatmas_categories {
    background: #ececec;
    padding: 74px 0 0;
}

    #lifeatmas_categories .mas-content {
    }

        #lifeatmas_categories .mas-content.active img {
            filter: grayscale(0);
        }

        #lifeatmas_categories .mas-content img {
            filter: grayscale(1);
        }

    #lifeatmas_categories img {
        margin-bottom: 10px;
    }



    #lifeatmas_categories h3, #lifeatmas_categories img, #lifeatmas_categories p {
        margin: 10px auto;
        text-align: center;
    }

        #lifeatmas_categories h3, #lifeatmas_categories h3 a {
            font-size: 18px;
            text-transform: capitalize;
            transition: all 0.2s ease-out 0s;
        }
    /*
#lifeatmas_categories .row {
    margin-bottom: 50px;
}*/

    #lifeatmas_categories .mas-content h3 a {
        color: #575756;
        letter-spacing: 2px;
        font-weight: 500
    }

    #lifeatmas_categories .mas-content.active h3 a {
        color: #1b3f90;
    }

    #lifeatmas_categories .mas-content h3 a:hover {
        color: #1b3f90
    }

    #lifeatmas_categories .mas-content:hover img {
        filter: grayscale(0)
    }

    #lifeatmas_categories .mas-content:hover h3 a {
        color: #1b3f90
    }



/* active categories */
.active_categories {
    padding: 70px 0
}

    .active_categories .categories_name img {
        margin: auto
    }

    .active_categories .categories_name h3 {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: capitalize;
        transition: all 0.2s ease-out 0s;
    }

    .active_categories .cat_description p {
        line-height: 28px;
        font-weight: 300;
        font-size: 16px;
        text-align: justify
    }

.categories_line img {
    width: 100%
}

.categories_line {
    border-top: 7px solid #e4007d;
    margin-bottom: 20px
}

    .categories_line:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-top: 7px solid #1b3f92;
        content: '';
        width: 25%
    }



.bluesec {
    background: #1b3f92;
    padding: 70px 0
}


.value_list h2 {
    color: #fff
}

.value_list h2 {
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
    background: none;
    width: -moz-fit-content;
    width: -webkit-fit-content
}

.value_list ul {
    padding: 0
}

    .value_list ul li {
        color: #fff;
        line-height: 36px;
        font-weight: 500;
        font-size: 18px;
        list-style: none;
        display: flex;
        text-align: justify
    }

        .value_list ul li::before {
            content: '•';
            color: #e5007d;
            width: 20px;
            height: 20px;
            padding-right: 10px;
            font-size: 31px;
        }

.emp_story h2 {
    background: none;
    text-align: center;
    color: #e5007d;
    font-size: 37px;
    font-weight: 400
}

    .emp_story h2 .bluetxt {
        font-weight: 400
    }


#emp_success_story {
    padding: 70px 0
}

.graybg {
    background: #ececec
}


.emp_member_info .media .media-left {
    padding: 0 40px;
}

    .emp_member_info .media .media-left p {
        text-align: center;
        text-transform: uppercase;
        color: #1b3f92;
        font-weight: 500;
        padding: 20px 0;
        font-size: 18px;
    }

        .emp_member_info .media .media-left p a {
            color: #1b3f92;
            text-decoration: none;
        }

            .emp_member_info .media .media-left p a:hover {
                color: #e5007d
            }

.emp_member_info .media .media-body {
    font-weight: 300
}

    .emp_member_info .media .media-body .emp_info {
        max-height: 100%;
        overflow-y: scroll;
        height: 330px
    }

        .emp_member_info .media .media-body .emp_info::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
        }

        .emp_member_info .media .media-body .emp_info::-webkit-scrollbar-track {
            background-color: #F5F5F5;
            border-radius: 10px;
        }




.member_info {
    border-bottom: 7px solid #1b3f92;
    padding: 37px 0 42px
}

    .member_info:before {
        position: absolute;
        left: 15px;
        right: 0;
        bottom: 0;
        border-bottom: 7px solid #e5007d;
        content: '';
        width: 33%
    }

/* happenings */
#happenings h2 {
    text-align: center;
    background: none;
    color: #1b3f92;
    font-size: 31px;
}

.bdrhp {
    border-bottom: 5px solid #e5007d;
    padding-bottom: 8px
}

.bdrhpwhite {
    border-bottom: 4px solid #e5007d;
    padding-bottom: 8px;
    color: #fff
}

.happenings_title {
    text-align: center;
    padding-bottom: 60px
}

    .happenings_title h2 {
        width: -moz-fit-content;
        width: -webkit-fit-content;
        text-align: center;
        color: #1b3f92;
        margin: auto
    }

        .happenings_title h2 span.bdrhp {
            color: #1b3f92;
            padding-bottom: 9px;
        }

#happenings {
    padding: 70px 0
}


/* gallery */


.imagetitle {
    height: 148px;
    max-height: 162px;
    padding: 0 15px;
    word-wrap: break-word;
    vertical-align: top;
    display: table;
    width: 100%
}

    .imagetitle p {
        color: #1b3f92;
        font-weight: 500;
        font-size: 17px;
        display: table-cell;
        vertical-align: middle
    }



/* aboutus timeline */

.timeline_top ul {
    padding: 0
}

    .timeline_top ul li {
        list-style: none;
        text-align: left
    }

        .timeline_top ul li img {
            float: left;
            padding-right: 20px
        }

.timeline_top2 ul {
    padding: 0
}

    .timeline_top2 ul li {
        list-style: none;
        text-align: left
    }

        .timeline_top2 ul li img {
            float: left;
            padding-right: 10px
        }

.timeline_top1 ul {
    padding: 0
}

    .timeline_top1 ul li {
        list-style: none;
        text-align: left
    }

        .timeline_top1 ul li img {
            float: left;
            padding-right: 10px
        }

.timeline_top {
    z-index: 2;
    position: relative;
    bottom: -3px;
    float: left;
    width: 100%;
    left: -10px;
}

.timeline_top1 {
    z-index: 2;
    position: relative;
    bottom: -3px;
    float: left;
    width: 100%;
    left: -10px;
}

.timeline_top2 {
    z-index: 2;
    position: relative;
    bottom: -5px;
    float: left;
    width: 100%;
    left: -10px;
}

.timeline_bottom ul {
    padding: 0;
    position: absolute;
    margin: 0;
    left: -15px;
    z-index: 5
}

    .timeline_bottom ul li {
        display: inline-block;
        padding-right: 103px
    }



.bottomline { /*border-top:4px solid #e6007d;*/
    float: left;
    width: 100%;
    position: relative; /*margin-top:53px;*/
}

.topline {
    float: left;
    width: 100%;
}

.timeline_info {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0
}

.timeline_info_below {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.timeline_bottom {
    float: left;
    bottom: 0;
    width: 100%;
}

#journey_timeline {
    position: relative;
    margin-top: 30%;
    float: left;
    width: 100%;
    padding-bottom: 121px;
}

.timeline_btm_info ul li {
    list-style: none;
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
}

.timeline_btm_info img {
    margin-top: -2px;
    padding-right: 20px;
    float: left
}


.timeline_btm ul {
    padding: 0;
    margin: 0
}

.timeline_btm_info {
    float: left;
    width: 100%;
}

.timeline_btm {
    float: left;
    width: 100%;
    position: relative;
    left: -55px;
}

#journey_timeline .col-lg-3 {
    width: 20%;
}

#journey_timeline .bottomline .col-lg-3 {
    width: 20%;
}

#journey_timeline .col-lg-1 {
    width: 10.6%;
}

.timeline_btm_info ul {
    margin: 0;
    padding: 0
}

.timeline_btm ul {
    padding: 0;
    position: absolute;
    margin: 0;
    left: 0;
    z-index: 5;
}

    .timeline_btm ul li {
        display: inline-block; /*padding-right:101px;*/
        float: left;
        text-align: center;
        width: 121px;
        /*width: 113px;*/
    }

        .timeline_btm ul li h4 {
            font-weight: 600;
            color: #1b3f92;
            font-size: 22px;
        }


/*==================================================================================*/
.timeline_top ul li a {
    text-decoration: none;
    color: #333;
    float: left;
    position: absolute;
    top: -71px;
}

    .timeline_top ul li a:hover {
        color: #e6007d
    }

.timeline_top2 ul li a {
    text-decoration: none;
    color: #333;
    float: left;
    position: absolute;
    top: -51px;
}

    .timeline_top2 ul li a:hover {
        color: #e6007d
    }

.timeline_top1 ul li a {
    text-decoration: none;
    color: #333;
    float: left;
    position: absolute;
    top: -27px;
}

    .timeline_top1 ul li a:hover {
        color: #e6007d
    }


.timeline_btm_detail {
    float: left;
    width: auto;
}

    .timeline_btm_detail ul {
        padding: 0;
        margin: 0
    }

        .timeline_btm_detail ul li {
            list-style: none;
            display: inline-block
        }



.timeline_desc {
    float: left;
    width: 100%;
    text-align: left;
}

    .timeline_desc ul {
        margin: 0;
        padding: 0
    }

        .timeline_desc ul li {
            list-style: none;
            display: inline-block;
        }

            .timeline_desc ul li.first {
                width: 12%
            }

            .timeline_desc ul li.scnd {
            }

/*==================================================================================*/


.timeline_info_bottom {
    float: right;
    width: 100%;
    position: relative;
    bottom: 0
}

.timeline2 ul {
    padding: 0
}

    .timeline2 ul li {
        list-style: none;
        text-align: left
    }

        .timeline2 ul li img {
            float: left;
            padding-right: 20px
        }

.timeline2_top ul {
    padding: 0
}

    .timeline2_top ul li {
        list-style: none;
        text-align: left
    }

        .timeline2_top ul li img {
            float: left;
            padding-right: 20px
        }

.timeline2_bottom ul {
    padding: 0
}

    .timeline2_bottom ul li {
        list-style: none;
        text-align: left
    }

        .timeline2_bottom ul li img {
            float: left;
            padding-right: 20px
        }

.timeline2 {
    z-index: 2;
    position: relative;
    bottom: -95px;
    float: left;
    width: 100%;
    right: -2px;
}

.timeline2_top {
    z-index: 2;
    position: relative;
    bottom: -95px;
    float: left;
    width: 100%;
    right: -2px;
    /*margin-bottom: 4px;*/
}

.timeline2_bottom {
    z-index: 2;
    position: relative;
    bottom: -93px;
    float: left;
    width: 100%;
    right: -2px;
}

.timeline2 ul li a {
    position: absolute;
    left: 13%;
    top: 54px;
}

.timeline2_top ul li a {
    position: absolute;
    left: 13%;
    bottom: -39px;
}

.timeline2_bottom ul li a {
    position: absolute;
    left: 13%;
    bottom: -40px;
}

.timeline2 ul li a {
    text-decoration: none;
    color: #333
}

    .timeline2 ul li a:hover {
        color: #e6007d
    }

.timeline2_top ul li a {
    text-decoration: none;
    color: #333
}

    .timeline2_top ul li a:hover {
        color: #e6007d
    }

.timeline2_bottom ul li a {
    text-decoration: none;
    color: #333
}

    .timeline2_bottom ul li a:hover {
        color: #e6007d
    }


.timeline_top ul li a img {
    display: block;
}


.icns {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.icns_right {
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
}

.timeinfo {
    float: left;
    margin-bottom: 10px;
}

.timeinfo_left {
    float: left;
    margin-bottom: 10px;
}


#journey_timeline .timeline_info span {
    font-weight: normal
}

#journey_timeline .timeline_info_bottom span {
    font-weight: normal
}


.timeline_btm_line {
    border-top: 4px solid #e6007d;
    position: absolute;
    margin-top: 54px;
    max-width: 100%;
    width: 90%
}


#journey_timeline .pinbox {
    width: 20%;
}


.timeline_btm ul li img {
    margin: auto
}

/* slider */

#myCarousel .firstslide h1 {
    text-align: center;
    font-size: 38px;
    border-right: 0;
    width: 100%;
}

#myCarousel .firstslide p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    display: inherit;
    text-transform: uppercase;
    margin-bottom: 0
}

#myCarousel .firstslide h1 {
    display: inherit;
    margin: 0
}


ul.submenu li {
    list-style: square;
    color: #e6007d
}

    ul.submenu li a {
        font-weight: normal
    }

li.dropdown-submenu a {
    font-weight: 500
}

.carousel-inner {
    width: 100%;
    max-height: 768px !important;
}

/* pay online*/
.payonline_info h4 {
    color: #1b3f92;
    font-weight: 600;
    text-transform: uppercase
}

.payonline_info p {
    font-weight: 400;
    line-height: 28px;
    text-align: justify
}

#payonline-title {
    padding: 30px 0;
    background: #1b3f92
}

    #payonline-title h2 span.bdrhp {
        color: #fff;
        padding-bottom: 8px
    }

@-moz-document url-prefix() {
    #payonline-title h2 span.bdrhp {
        color: #fff;
        padding-bottom: 7px
    }
}

#payonline-title h2 span.purpletxt {
    font-weight: 400
}

#payonline-title h2 {
    background: none;
    border-bottom: 5px solid #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    font-weight: 400;
    font-size: 44px
}


.iagree a {
    text-decoration: none;
    color: #e6007d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
}

.agreebtn {
    border: 3px solid #e6007d;
    padding: 5px 30px;
}

.iagree a:hover {
    background: #e6007d;
    color: #fff;
}

.iagree {
    text-align: center;
    padding: 40px 0 0
}



/*abslider*/
#makeMeScrollable {
    width: 100%;
    height: 100%;
    position: relative;
}





/* firefox */
@-moz-document url-prefix() {
    #testimonial-video h2 span {
        padding-bottom: 8px;
    }

    .soc-impact-inner h2 span {
        padding-bottom: 6px;
    }
    /*.dropdown-menu h2:after{top:56px;}*/
    /*.value_list h2:after{top:63px;}*/
    .happenings_title h2 span.bdrhp {
        padding-bottom: 9px;
    }

    .bdrhpwhite {
        border-bottom: 4px solid #e5007d;
        padding-bottom: 8px;
        color: #fff
    }
}


.owl-prev, .owl-next {
    position: absolute;
    top: 57%;
    padding: 5px;
    margin: 0;
    z-index: 100;
    font-size: 3rem;
    cursor: pointer;
    color: #555;
}

.owl-prev {
    left: -60px;
}

.owl-next {
    right: -60px;
}


/*menu*/
/*.social-menu .navbar-nav{float:right}*/
.tollfreenumber {
    color: #9a9999
}

.proimg {
    height: 60px
}

.investors_details {
    width: 100%;
    float: left;
    color: #3c3c3b;
    font-weight: 600;
    font-size: 18px
}

.investors_name {
    width: 100%;
    text-transform: uppercase;
}

.investors_post {
    width: 100%;
    font-weight: 500;
    color: #676767
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                color: #fff;
                font-size: 16px;
            }

    .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
        background-color: #e4007d
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        /* margin-top: 0;*/
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        color: #fff
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #e4007d;
        border-color: #e4007d
    }

    .navbar-nav .open .dropdown-menu li a {
        color: #fff
    }

    .navbar-nav .open .dropdown-menu h2 {
        color: #fff
    }

    .navbar-nav .open .dropdown-menu .menubtmline {
        text-align: left
    }

    .navbar-nav .open .dropdown-menu ul li {
        text-align: left
    }
}



/*career filter*/

.filterdiv {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    max-width: 100%;
}

    .filterdiv h4 {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

.filterselect {
    float: left;
    width: 20%;
    padding-right: 20px;
}

    .filterselect select {
        height: 40px;
        border: 1px solid #d9d7d7;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0;
        color: #333;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 9px;
        font-size: 15px;
        width: 100%;
    }

        .filterselect select:focus {
            box-shadow: none;
            border-color: #e5007d;
            color: #e5007d
        }

.chartbox {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin: auto;
    width: 71%;
}


/*.btmline{font-size: 21px;
background-image: url(../images/promoter2.png);
background-repeat: no-repeat;
background-position: bottom center;
padding-bottom: 2px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: -o-fit-content;
margin: 10px auto;
background-size: 100%;}*/




.btmline {
    text-align: center;
    margin-bottom: 20px;
}

    .btmline h3 {
        display: inline-block;
        font-size: 21px;
        color: #1b3f90;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 10px;
        position: relative;
    }

        .btmline h3:after {
            content: "";
            width: 100%;
            height: 4px;
            background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
            position: absolute;
            left: 0;
            bottom: 0;
        }

.menubtmline {
    text-align: left;
}

    .menubtmline h2 {
        display: inline-block;
        font-size: 21px;
        color: #1b3f90;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 10px;
        position: relative;
    }

        .menubtmline h2:after {
            content: "";
            width: 100%;
            height: 4px;
            background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
            -webkit-background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
            -moz-background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-50%);
            -moz-transform: translate(-50%);
            bottom: 0;
        }


.menubtmline_2 {
    text-align: left;
    width: 100%;
    max-width: 1005;
}

.menubtmline_2 {
    display: inline-block;
    font-size: 21px;
    color: #1b3f90;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
}

    .menubtmline_2:after {
        content: "";
        width: 100%;
        height: 6px;
        background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
        -webkit-background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
        -moz-background-image: linear-gradient( to right, #1b3f92, #1b3f92 49%, #e6007d 15%, #e6007d 100%, #1b3f92 85% );
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        bottom: 0;
    }



#more-li {
    display: none;
}





#scrolling {
    width:;
    overflow-x: scroll;
}

    #scrolling #journey_timeline {
        float: left
    }



.mac-os #testimonial-video h2 span {
    padding-bottom: 13px;
}

.mac-os #people_value .value_list h2 .bdrhpwhite {
    padding-bottom: 9px;
}

.mac-os .happenings_title h2 span.bdrhp {
    padding-bottom: 13px;
}


@-moz-document url-prefix() {
    .mac-os #testimonial-video h2 span {
        padding-bottom: 12px;
    }

    .mac-os #people_value .value_list h2 .bdrhpwhite {
        padding-bottom: 8px;
    }

    .mac-os .happenings_title h2 span.bdrhp {
        padding-bottom: 12px;
    }
}

/*service homepage*/
.srvimg {
    min-height: 92px;
}

    .srvimg img {
    }


.document_list p span {
    color: #F00
}

/* nav menu */
.affix {
    z-index: 999;
    top: 0;
    background: #fff;
    padding: 12px 15px 12px 0;
    box-shadow: rgb(176, 176, 176) 2px 9px 19px -7px
}

/*footer*/

.iplogo {
    margin-top: 10px;
}

.text-red {
    color: #F00
}

/*lifeatmas*/
.lifeimg {
    height: 75px;
}

.subgallery p a {
    text-decoration: none;
    background-color: #1b3f92;
    color: #fff !important;
    font-size: 16px;
    padding: 8px 18px;
    margin-left: 8px;
}

    .subgallery p a:hover {
        background-color: #5f5f5f
    }

    .subgallery p a i.fa {
        padding-right: 10px;
    }

/*icon 3*/
.Iconzsize-3 {
    width: 50%;
}
.pdf_info ul li p {
    display: inherit;
}
 /*changes by Hetal desai on 07-02-2019 */
 .modExample .apply_loan_modal .modal-dialog {
    max-width: 600px;
}
 iframe .modExample .modal-dialog {
    width: 100% !important;
}
 .modExample iframe{
     width: 100%;margin-left: 0;margin: 0 auto;display: block;min-height:500px; max-width: 100%;display: flex;
     vertical-align: middle;align-items: center;height: 100%;padding: 0px 0;
 }
