/*
 * A Design by nmskaar infotech.

**********************************************************************/
body {
    font-family: 'Montserrat', Hind;
    color: #FFF;
    line-height: 1.2em;
    font-size: 17px;
    line-height: 20px;
}

a {
    color: #181A1C;
    text-decoration: none;
}

    a:hover {
        color: #FECE1A;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    margin: 10px;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}

.labal {
    font-size: large;
}

.navbar {
    /*#1C86EE*/
    background: #094285;
    margin-bottom: 0;
    min-height: 70px;
}

.navbar-fixed-top {
    min-height: 60px;
    height: 60px;
    padding-top: 0;
}

.navbar-inner {
    background: #094285;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
}

.navbar .brand img {
    width: 135px;
    height: 55px;
}

.brand h3 {
    color: #FFF;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0px solid #181A1C;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}

.navbar .nav > li:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 0px solid #104E8B;
    color: #fff;
    background-color: #020631;
    transition: border-color 1s ease;
}

.nav-pills {
    margin-bottom: 30px;
}

    .nav-pills > li > a {
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 5px;
        padding-left: 25px;
        padding-right: 25px;
        border: 1px solid #181A1C;
    }

        .nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
            background: #181A1C;
            color: #fff;
        }

.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius: 0;
    background: #145ae9;
    color: #fff;
}
/*dropdown-menu*/
.dropdown-menu {
    background-color: #094285;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}



    .dropdown-menu > li > a {
        color: #FFF;
        background-color: #094285;
        border-bottom: 2px rgba(0,0,0,0.5) solid;
        text-transform: capitalize;
        padding: 10px 20px;
        border-top: 0px;
    }

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


/******
2. Layout
**********************************************************************/

.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    opacity: 1;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

    .highlighted-box h1 {
        margin: 0px;
    }

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #000000;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.error {
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-bottom: 30px solid #104E8B;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

.triangletop {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #FECE1A;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

    .zoom-in:hover {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
    }
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
    display: inline-block;
    border: 1px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
    line-height: auto;
}

    .button:hover, .button:active {
        background-color: #181A1C;
        color: #fff;
    }

.button-sp, .button-sp:visited, .button-sp:focus {
    border: none;
    background-color: #681904;
    color: #181A1C;
}

    .button-sp:hover, .button-sp:active {
        background-color: #181A1C;
        color: #681904;
    }

.button-ps, .button-ps:visited, .button-ps:focus {
    border: none;
    background-color: #181A1C;
    color: #681904;
}

    .button-ps:hover, .button-ps:active {
        background-color: #681904;
        color: #181A1C;
    }
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #191a1c;
}

    .thumbnail .more {
        display: block;
        z-index: 4;
        position: absolute;
        top: -100px;
        left: 50%;
        margin: 0 auto;
        margin-left: -41px;
        width: 80px;
        height: 80px;
        font-size: 40px;
        color: #fff;
        text-decoration: none;
        line-height: 70px;
        text-align: center;
    }

    .thumbnail:hover .more {
        top: 40%;
        margin-top: -40px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3 s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .thumbnail h3,
    .thumbnail p {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 4;
    }

    .thumbnail h3 {
        color: #681904;
        margin-top: 10px;
        font-size: 20px;
    }

    .thumbnail > p {
        padding-bottom: 20px;
    }

    .thumbnail .mask {
        opacity: 0.85;
        filter: alpha(opacity=85);
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #181A1C;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2 s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .thumbnail:hover .mask {
        top: 0;
    }

/*
3. Sections 
***************************************************************************/
.section {
    padding-bottom: 50px;
}

    .section .container {
        padding-top: 50px;
    }

    .section .title {
        text-align: center;
        padding: 10px;
        margin-bottom: 30px;
    }

        .section .title h1 {
            font-weight: normal;
            margin-bottom: 20px;
            padding: 0;
        }

        .section .title > p {
            font-size: 20px;
            color: #FFF;
            font-weight: lighter;
        }

.primary-section {
    background: #2B77BE;
}

    .primary-section .triangle {
        border-top: 40px solid #A76A4D;
    }

    .primary-section .title {
        border-bottom: 1px solid #FFF;
    }

        .primary-section, .primary-section .title p, .primary-section h3 {
            color: #FECE1A;
        }

            .primary-section h1 {
                color: #FFF;
            }

.secondary-section {
    background: #2B77BE;
}

    .secondary-section .title {
        border-bottom: 1px solid #181A1C;
    }

        .secondary-section h1, .secondary-section .title p {
            color: #181A1C;
        }

/*Contact section*/
.contact-section {
    background: #020631;
}

    .contact-section .title {
        border-bottom: 1px solid #181A1C;
    }

        .contact-section h1, .contact-section .title p {
            color: #181A1C;
        }


.third-section {
    background: url(../images/mentor2.jpg) no-repeat center;
    /*border-top:6px solid #681904;*/
    opacity: 1;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

    .third-section .triangle {
        border-top: 40px solid #A76A4D;
    }

    .third-section, .third-section .title p, .third-section h3 {
        color: #FFF;
    }

        .third-section h1 {
            color: #FFF;
        }

        .third-section p {
            color: #FFF;
        }


/*******
3.1 Services  
***************************************/
.service {
}

    .service, .service h2 {
        padding-top: 15px;
    }

        .service p {
            padding: 0px 50px;
            height: 60px;
        }

        .service img {
            width: 150px;
            height: 150px;
        }

/*
3.3 About
******************************************************************/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

    .team .thumbnail:hover .social {
        z-index: 5;
    }

        .team .thumbnail:hover .social a {
            color: #fff;
        }

    .team .thumbnail .mask {
        background: #FECE1A;
    }

        .team .thumbnail .mask h2 {
            margin-top: 20%;
        }

        .team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
            color: #181A17;
        }

.about-text {
    margin-top: 30px;
}

    .about-text p {
        padding: 0;
        font-size: 16px;
    }



.client-slider img {
    border: 1px solid white;
}

    .client-slider img:hover {
        background-color: #FECE1A;
    }

.client-nav {
    list-style: none;
    margin-top: 10px;
}

    .client-nav li {
        float: left;
        display: block;
        margin-left: 10px;
    }

        .client-nav li a {
            display: inherit;
            padding: 5px;
            background: #070606;
            border-radius: 3px;
            width: 20px;
            height: 20px;
        }

            .client-nav li a:hover {
                background: #094285;
            }

.firstpage p {
    color: #181A1C;
    background: #FECE1A;
    padding: 15px;
    margin: 0;
}

.firstpage .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.firstpage .whopic {
    display: inline-block;
}

    .firstpage .whopic img {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        float: left;
    }

    .firstpage .whopic strong {
        float: left;
        margin-top: 10px;
        padding-left: 10px;
    }

    .firstpage .whopic small {
        display: block;
        font-size: 12px;
    }

.firstpage-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}

/*
3.6 Newsletter
********************************************************************/
.newsletter, .newsletter h2 {
    color: #D7DDDE;
}

    .newsletter .title h2 {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .newsletter form {
        text-align: right;
    }

    .newsletter input {
        margin-top: 10px;
        padding: 15px;
        height: auto;
    }

    .newsletter button {
        margin: 0 0 0 20px;
    }

    .newsletter .button-sp:hover, .newsletter .button-sp:active {
        background-color: #FFF;
        color: #681904;
    }

/*
3.7 Contact
********************************************************************/
.contact {
    background: #FECE1A;
}

    .contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
        color: #ddd;
    }

    .contact textarea, .contact input[type="text"], .contact input[type="email"] {
        padding: 10px;
        line-height: 20px;
        height: auto;
    }

    .contact textarea {
        height: 120px;
    }

    .contacts, .contact .social {
        color: #fff;
        list-style: none;
        margin-left: 10px;
    }

        .contacts > li {
            margin-top: 15px;
        }

            .contacts > li > a {
                color: #fff;
            }

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .contact-info p {
        font-weight: normal;
        line-height: 25px;
    }

    .contact-info .icon {
        margin: 10px auto;
        font-size: 30px;
    }

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

    .contact .social li {
        line-height: 32px;
        padding: 10px 10px;
        font-family: 'Porta';
        font-size: 50px;
        transition: margin 0.4s;
        -webkit-transition: margin 0.4s;
    }

        .contact .social li a {
            color: #fff;
        }

            .contact .social li a:hover {
                color: #181A1C;
            }

.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
}

    .contact-form h3 {
        color: #838589;
        padding-bottom: 20px;
    }

    .contact-form h2 {
        color: #838589;
        padding-bottom: 20px;
    }

.link-btn {
    border: 2px solid #035079;
    color: #000000;
    background-color: transparent;
    padding: 5px 15px;
    font-size: 17px;
}

    .link-btn :hover {
        background-color: #104E8B;
    }

.message-btn {
    border: 2px solid #035079;
    color: #ddd;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

    .message-btn:hover {
        background-color: #094285;
    }

.login-btn {
    border: 1px solid #181A1C;
    color: #000000;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

    .login-btn:hover {
        background-color: #4973ca;
    }

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
}

.black {
    color: #181A1C;
}
/*
3.8 Footer
********************************************************************/
.footer {
    clear: both;
    background: #094285;
    text-align: center;
}

    .footer > p {
        color: #fff;
        margin: 0;
    }

    .footer a {
        color: #FECE1A;
    }

        .footer a:hover, .footer a:focus {
            text-decoration: underline;
        }

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border: 2px solid #fff;
    display: none;
    background: #094285;
}

    .scrollup > a {
        position: relative;
        top: 7px;
        color: #fff;
    }
/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-collapse {
        clear: both;
    }

        .nav-collapse .nav {
            float: none;
            margin: 0 0 10px;
        }

            .nav-collapse .nav > li {
                float: none;
            }

        .nav-collapse, .nav-collapse.collapse {
            width: 100%;
            display: inherit;
        }

    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }

    .thumbnail:hover .more {
        margin-top: -20px;
    }

    .newsletter form {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .info-mail {
        width: 90%;
        padding: 15px 0px;
    }

    .project-description {
        padding-left: 20px;
    }

    .price-column, .firstpage {
        margin-top: 30px;
    }
}
/*Services*/
.services-section {
    background: #FFF;
}

    .services-section .triangle {
        border-top: 40px solid #A76A4D;
    }

    .services-section .title {
        border-bottom: 1px solid #FFF;
    }

        .services-section, .services-section .title p, .services-section h3 {
            color: #094285;
        }

            .services-section h1 {
                color: #0D4F8B;
            }

            .services-section p {
                color: #0D4F8B;
            }

.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #035079;
        font-family: Arial;
        color: #fff;
        text-align: left;
    }

.selectedrow {
    background-color: #035079;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
}

.mydatagrid th {
    padding: 5px;
}

.aboutus {
    background-color: #ffd800;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .aboutus h1 {
        color: #094285;
        font-weight: bolder;
    }

    .aboutus p {
        color: #000000;
        font-weight: normal;
    }

.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .popup > div {
        border-radius: 10px;
        position: fixed;
        background: #FFFFFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        padding: 30px 15px;
        /* Width of popup can be changed */
        width: 70%;
        max-width: 600px;
        z-index: 5001;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        text-align: center;
        border: 5px solid #9AD3DE;
    }

.str3 {
    /*width:24% !important;*/
    display: inline-block;
    vertical-align: top;
}

.str_wrap p {
    padding: 10px 0;
    margin: 0;
}

.str3 .str_item {
    font-size: 0;
    line-height: 0;
}

.str3 img {
    opacity: 0.8;
}

    .str3 img:hover {
        opacity: 1;
    }

.str3.str_wrap.str_active {
    background: #fff;
}
