﻿@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
body {
    font-family: 'Lato', sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.RedStar
{	
	color:red;	
    float:none;
}


.abc {
    background: #f8f8f8;
    padding: 15px 5px;
    margin: 65px 0 30px 0;
        overflow: hidden;
        border: solid 1px #CCC;
}
    .abc label {
        margin-top:0px;
    }

.main-titletxt {
margin-top:0px;
}
a,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    transition: all 0.2s linear;
}

.error-icon{background:#ffeceb  no-repeat 5px center; padding:5px 5px 5px 25px; border: 1px solid #ecb7b4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color:#db2a1d; font-weight:bold; margin: 5px 10px 0;}
.success-icon{background:#d4ffcd url(images/success.png) no-repeat 5px center; padding:5px 5px 5px 25px; border: 1px solid #9adf8f; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color:#000000; font-weight:bold; margin: 5px 10px 0;}
.info-icon{background:#dbecff  no-repeat 5px center; padding:5px 5px 5px 25px; border: 1px solid #9fc7f5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color:#094a94; font-weight:bold; margin: 5px 10px 0;}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#myCarousel {
    height: 500px;
}

.bs-slider {
    overflow: hidden;
    max-height: 420px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.3);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(177, 50, 44);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #003354;
    font-size: 3em;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    text-align:center;
}

.slide-text>h1 span {
    color: #b93a34;
}

.slide-text>p {
    padding: 0;
    color: #000;
    font-size: 2em;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px !important;
     margin-top: 15px !important;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 100%;
    margin-top: 5px;
    font-family: 'Roboto Slab', serif;
    text-align:center;
}

.slide-text>a.btn-default,
.Btns {
    color: #fff;
    font-weight: 600;
    font-size: 1.000em;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 30px;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: transparent;
    border-radius: 30px;
}

.slide-text>a.btn-default .fa,
.Btns .fa {
    padding-right: 10px;
    font-size: 1.286em;
    line-height: normal;
}

.slide-text>a.btn-default:hover,
.Btns:hover,
.slide-text>a.btn-default:active {
    color: #b93a34;
    background: #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 2.857em;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 1.286em;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 2.143em;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 1.000em;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 1.429em;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 0.857em;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 0.714em;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.top,
.sectop {
    float: right;
    width: auto;
}

.top ul {
    float: left;
}

.top ul li {
    float: left;
}

.top ul li a {
    color: #000;
    padding: 0 10px;
    border-right: 1px solid #dcdcdc;
}

.top ul li a:hover {
    color: #BB2C30;
}

.top ul:first-child li:first-child a {
    border-left: 1px solid #dcdcdc;
}

.sectop a {
    border: 2px solid #bb2c30;
    padding: 10px 20px;
    float: left;
    margin: 0 5px;
    border-radius: 30px;
    color: #bb2c30;
    text-transform: uppercase;
    font-weight: 600;
}

.sectop a:hover {
    background-color: #bb2c30;
    color: #fff;
    border-color: #bb2c30;
}

.top {
    padding-bottom: 10px;
}

.sectop a .fa {
    padding-right: 10px;
    font-size: 1.357em;
}

header {
    padding: 5px 0;
    border-top: 5px solid #fbc805;
    position: relative;
}

header::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    border-right: 105px solid #f5f5f5;
    border-bottom: 105px solid transparent;
    border-top: 0px solid transparent;
    top: 0;
    z-index: -1;
}

header::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    top: 0;
    background-color: #f5f5f5;
    right: 0;
    z-index: -1;
}

nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    background: transparent;
    width: 105%;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 23px 14px;
    /*font-size: 0.929em;*/
    font-size: 0.750em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff;
    background-color: #B1322C;
}

#cssmenu>ul>li a:hover,
#cssmenu ul li.active a:hover,
#cssmenu ul li.active a,
#cssmenu ul li.has-sub.active a:hover {
    background: #B1322C!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 29px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 26px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 30px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid #9C2B2B;
    padding: 11px 15px;
    width: 250px;
    font-size: 1.000em;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background-color: #9C2B2B;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #9C2B2B;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #B1322C;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #B1322C!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 0.857em;
        font-weight: 700
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

#bootstrap-touch-slider {
    height: auto;
}

.MenuandSlider {
    float: left;
    width: 100%;
    position: relative;
}

.MenuandSlider .menu {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
}

.SearchFrom {
    float: right;
    position: relative;
    z-index: 9999;
}

.SearchFrom input.form-control {
    background-color: #ececec;
    border: medium none;
    border-radius: 30px 0 0 30px;
    box-shadow: none;
    float: left;
    height: 45px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 70%;
}

.searchBox .Searchbtn {
    background-color: #ffd102;
    border: medium none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    float: left;
    height: 45px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
}

.SearchFrom .searchBox {
    background-color: #fff;
    display: none;
    margin-top: 1px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 350px;
}

.SearchFrom.active .searchBox {
    display: block;
}

.SearchFrom .btn.btn-default {
    background-color: #b1322c;
    border-radius: 0;
    border: none;
    padding: 12px 15px;
    margin: 7px 0px;
    cursor: pointer;	color: #FFF !important;

}
.btn-default:hover {
	color: #FFF !important;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}


/*.HeadlineSection {
    float: left;
    width: 100%;
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    padding: 30px 0; 
}*/

.HeadlineSection {
    float: left;
    width: 100%;
    background-color: #B1322C;
    background-size: cover;
    padding: 0 0;
}

.HeadlineSection h3 {
    float: left;
    color: #fff;
    margin: 0;
    line-height: 50px;
}

.HeadlineSection a {
    float: right;
}

.AboutSection .col-sm-6 {
    position: relative;
}


/*.AboutSection .col-sm-6.left a {
    left: 42%;
    position: absolute;
    top: 35%;
}*/

.AboutSection .col-sm-12 h2 {
    font-size: 1.857em;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.AboutSection .col-sm-12 p {
    font-size: 1.286em;
    color: #000;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
}

.AboutSection .col-sm-12 .col-sm-4 p {
    float: left;
    font-weight: 800;
    color: #000;
    font-size: 1.000em;
    text-transform: uppercase;
}

.AboutSection .col-sm-4 img {
    float: left;
}

.Btns.DarkRed {
    background-color: #FFD008;
    color: #000;
    margin-top: 15px;
}

.Btns.DarkRed:hover {
    background-color: #B1322C;
    color: #fff;
}

.PaddingNone {
    padding: 0;
}

.AboutSection {
    float: left;
    width: 100%;
    padding: 30px 0 50px 0;
    background-image: url(../images/bg-2.jpg);
    background-repeat: repeat;
}

.ServicesSection {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.innerService {
    background-color: #fff;
    float: left;
    width: 100%;
}

.innerService ul {
    padding: 10px 5px;
    float: left;
    background: url("../images/icon-7.png") -10% center no-repeat;
    width: 100%;
    background-position: 100px 110px;
    min-height: 325px;
}

.innerService.sec ul {
    background: url("../images/icon-6.png") -10% center no-repeat;
    background-position: 100px 110px;
}

.innerService.third ul {
    background: url("../images/icon-5.png") -10% center no-repeat;
    background-position: 100px 110px;
}

.innerService.four ul {
    background: url("../images/icon-4.png") -10% center no-repeat;
    background-position: 100px 110px;
}

.innerService li {
    float: left;
    width: 100%;
    padding: 9px 10px;
}

.innerService>a {
    background-color: #b93a34;
    float: left;
    width: 100%;
    padding-left: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
}

.innerService>a .fa {
    padding: 12px 17px;
    float: right;
    background-color: #a12e28;
    font-size: 1.500em;
}

.innerService .fa.fa-angle-double-right {
    float: right;
    color: #b93a34;
    font-size: 1.286em;
}

.innerService h2 {
    font-size: 1.286em;
    padding: 20px 10px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    background: url("../images/icon-7.png") -10% center no-repeat #b93a34;
    background-size: 30%;
    color: #fff;
    transition: all 0.2s linear;
}

.innerService:hover h2 {
    background: url("../images/icon-7.png") -10% center no-repeat #ffd102;
    background-size: 30%;
    color: #000;
}

.innerService.sec h2 {
    background: url("../images/icon-6.png") -10% center no-repeat #b93a34;
    background-size: 30%;
}

.innerService.sec:hover h2 {
    background: url("../images/icon-6.png") -10% center no-repeat #ffd102;
    background-size: 30%;
    color: #000;
}

.innerService.third h2 {
    background: url("../images/icon-5.png") -10% center no-repeat #b93a34;
    background-size: 30%;
}

.innerService.third:hover h2 {
    background: url("../images/icon-5.png") -10% center no-repeat #ffd102;
    background-size: 30%;
    color: #000;
}

.innerService.four h2 {
    background: url("../images/icon-4.png") -10% center no-repeat #b93a34;
    background-size: 30%;
}

.innerService.four:hover h2 {
    background: url("../images/icon-4.png") -10% center no-repeat #ffd102;
    background-size: 30%;
    color: #000;
}

.innerService:hover {}

.innerService:hover>a {
    background-color: #FFD102;
    color: #000;
    transition: all 0.2s linear;
}

.innerService:hover>a .fa {
    background-color: #dcb400;
    color: #000;
    transition: all 0.2s linear;
}

.innerService li.Subheading {
    background-color: #e9e9e9;
}

.visionMision {
    float: left;
    width: 100%;
}

.inner-vm {
    padding: 20px;
    min-height: 280px;
     background: url("../images/mudrahoverImg.jpg") center center no-repeat;
	 background-size:cover;
    margin-bottom:20px;
}

.inner-vm:hover {
    padding: 20px;
    background: url("../images/mudrahoverImg2.jpg") center center no-repeat;
	background-size:cover;
    transition: all 0.5s linear;
}
.inner-vm:hover h2, .inner-vm:hover p {
    color:#fff;
}

.inner-vm.vm-1:hover {
    padding: 20px;
    background: url("../images/mudrahoverImg2.jpg") center center no-repeat;
	background-size:cover;
    transition: all 0.5s linear;
}

.innerService li a {
    color: #333;
}

.innerService li a:hover {
    color: #B1322C;
}

.inner-vm .normalimg {
    display: none;
}

.inner-vm:hover .normalimg {
    display: inline-block;
}

.inner-vm:hover .hoverimg {
    display: none;
}

.inner-vm h2 {
    font-size: 1.571em;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.inner-vm p {
    text-align: center;
    font-size: 1.286em;
    font-weight: 300;
}

.HeadlineSection2 {
    float: left;
    width: 100%;
    background-image: url("../images/bg-4.jpg");
    padding: 35px 0;
}

.HeadlineSection2 h2 {
    margin: 0;
    color: #fff;
    font-size: 1.714em;
    padding-bottom: 7px;
}

.HeadlineSection2 p {
    margin: 0;
    color: #fff;
}

.footer {
    float: left;
    width: 100%;
    background-color: #24252a;
    padding-top: 10px;
    color: #fff;
}

footer h3 {
    color: #f8ce15;
    font-size: 1.143em;
    text-transform: uppercase;
    font-weight: 600;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #2c2d32;
}

/* Changes on 15-02-2019 for FB linkedin logo*/
footer .col-sm-3 {
    border-left: 1px solid #2c2d32;
    /*min-height: 160px;*/
    padding-bottom: 2em;
    padding-top: 15px;
}

footer .col-sm-3 .fa {
    padding-right: 8px;
    font-size: 1.286em;
}

.footer .col-sm-6.col-xs-12 {
    padding: 0;
}

footer .col-sm-3 li a {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.929em;
    line-height: 24px;
}

footer .col-sm-3 li a:hover {
    color: #F8CE15;
}

footer .col-sm-10 p {
    font-size: 1.143em;
    font-weight: 300;
    text-align: justify;
    margin-top: 14px;
}

footer .col-sm-2 img {
    padding-top: 15px;
}

footer .col-sm-10 a {
    color: #F8CB20;
}

.copyright p {
    font-size: 1.071em;
    margin-bottom: 5px;
}

.copyright p a {
    color: #B5392F;
}

.innerCount p span {
    color: #D7D7D7;
}

.innerCount p {
    font-size: 1.357em;
    padding-top: 15px;
}

.SmallSlider {
    height: 320px;
}

.col-sm-12.left.PaddingNone.SmallSlider {
    height: 300px;
    padding: 0 15px;
}

.AboutSection .left.carousel-control,
.AboutSection .right.carousel-control {
    background-image: none;
    opacity: 1;
    text-shadow: 0 0 0;
    width: 45px;
    bottom: -10px;
    top: auto;
    background-color: #FFD102;
    height: 45px;
    line-height: 46px;
        z-index: 99999;

}

.AboutSection .left.carousel-control {
    left: 44.6%;
}

.AboutSection .right.carousel-control {
    right: 44.6%;
}

.AboutSection .carousel-indicators {
    bottom: 15px;
}

.SmallSlider .carousel-indicators {
    display: none;
}

.col-sm-12.left.SmallSlider {
    width: 85%;
    margin: 0 auto;
    float: none;
}

.AboutSection .carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 0;
    padding-top: 0;
    top: 3%;
    text-align: center;
    bottom: 0%;
    padding: 0px 0px;
}

.AboutSection .col-sm-12.SmallSlider h2 {
	font-size: 1.243em;
	text-align: left;
	text-transform: uppercase;
	color: #B1322C;
	text-shadow: 0 0 0;
	margin: 0;
	line-height: 30px;
	background-color: #f3d352;
	padding: 10px;
	margin-top: 5px;
	font-weight: 600;
	border: 1px dashed #B1322C;
}

.SmallSlider small {
    color: #616161;
    text-shadow: 0 0 0;
    font-size: 1.000em;
    margin-top: 6px;
    float: left;
    width: 100%;
    font-weight: 500;
}

.AboutSection .col-sm-12.SmallSlider h2 span {
    font-weight: 500;
    color: #000;
    width: 63%;
    float: left;
    text-transform: capitalize;
    position: relative;
}

.AboutSection .col-sm-12.SmallSlider h2 span::after {
    position: absolute;
    content: ":";
    right: 13px;
    font-size: 1.214em;
    font-weight: 600;
}

.MenuandSlider.InnerPageMenu .menu {
    position: relative;
    background-color: #BB3C36;
}

.InnerPageMenu #cssmenu>ul>li>a {
    color: #fff;
}

.InnerPageMenu #cssmenu>ul>li.has-sub>a::before,
.InnerPageMenu #cssmenu>ul>li.has-sub>a::after {
    background: #fff;
}

.innerpageText {
    float: left;
    width: 100%;
    background: url("../images/innerbg.jpg");
    background-size: cover;
    background-position: center right;
    height: 150px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.innerpageText h2 {
    color: #fff;
    float: left;
    margin: 0;
    font-size: 1.857em;
    text-transform: uppercase;
    font-weight: 700;
}

.innerpageText .breadcrumb {
    float: right;
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 0;
}

.innerpageText .breadcrumb li a {
    color: #fff;
}

.innerpageText .breadcrumb li.active {
    color: #FFD102;
}

.InnerPageMenu #cssmenu {
    padding: 0;
}


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.Tabsection .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    border: none;
}

.Tabsection .panel-title {
    font-size: 1.000em;
}

.Tabsection .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.Tabsection .more-less {
    float: right;
    color: #111;
    font-size: 1.429em;
    top: -4px;
    font-weight: 600;
}

.Tabsection .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.Tabsection {
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}

.Tabsection .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #111;
    background-color: transparent;
    transition: all 0.2s linear;
    text-transform: uppercase;
}

.Tabsection .panel-title {
    font-size: 0.929em;
    font-weight: 600;
}

.Tabsection .panel-body {
    text-align: justify;
    color: #979797;
    border: 1px solid #f5f5f5;
}

.Tabsection .panel-title > a.collapsed {
    background-color: #f2f2f2;
    color: #000;
    transition: all 0.2s linear;
    border-left: 3px solid #FBC805;
}

.Tabsection .panel-title>a,
.Tabsection .panel-title>a.collapsed:hover {
    background-color: #BB3C36;
    color: #fff;
    border-left: 3px solid #9B1C16;
}

.Tabsection .panel-title>a.collapsed .more-less {
    color: #000;
}

.Tabsection .panel-title>a.collapsed:hover .more-less,
.Tabsection .panel-title>a .more-less {
    color: #fff;
}

.GallerySection {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
}

.demo-gallery>ul>li a {
    border: 3px solid #DFDFDF;
    border-radius: 0;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #666;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #FFF !important;
    background: #BB3C36;
}

.nav-tabs>li>a::after {
    content: "";
    background: #BB3C36;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #BB3C36 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0;
    background-color: #efefef;
    text-transform: uppercase;
    font-size: 0.929em;
    padding: 15px 20px;
    font-weight: 600;
    margin-bottom: 1px;
}

.GallerySection h2 {
    margin: 0;
    font-size: 1.429em;
    background-color: #f5f5f5;
    padding: 15px;
    border-left: 5px solid #FBC805;
    margin-bottom: 15px;
}

.innerCare {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;

    margin-bottom: 10px;
}

.innerCare h2 {
    margin-top: 0;
    font-size: 1.786em;
    font-weight: 600;
    color: #111;
}

.col-sm-12 .innerCare h2 {
    margin-top: 0;
    font-size: 1.143em;
    font-weight: 600;
    color: #111;
    margin: 0;
    line-height: 44px;
}

.innerCare a {
    background-color: #FBC805;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    color: #7B4800;
    text-transform: uppercase;
    font-size: 0.929em;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.2s linear;
}

.innerCare a .fa {
    font-size: 1.286em;
    padding-left: 7px;
    margin-right: -5px;
    position: relative;
    top: 2px;
}

.innerCare a:hover {
    background-color: #BB3C36;
    color: #fff;
}

.CustomerCareSection {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.CustomerCareSection h1 {
    margin: 0;
    padding: 15px;
    font-size: 1.571em;
    background-color: #f5f5f5;
    margin-bottom: 0;
    width: 100%;
    margin-top: 25px;
    background-color: #BB3C36;
    color: #fff;
}

.col-sm-12 .innerCare a {
    float: right;
}

.TenderDiv {
    float: left;
    width: 100%;
    max-height: 395px;
    overflow: auto;
    border: 1px solid #f5f5f5;
    padding: 15px 0;
}

.optionTwo .innerCare {
    text-align: center;
    padding: 25px;
}

.optionTwo.option3 .innerCare h2 {
    font-size: 1.571em;
}

.optionTwo .innerCare h2 {
    font-size: 1.214em;
}

.TenderPage.optionTwo {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    border-top: 2px solid #e9e9e9;
    padding-top: 15px;
}
.TenderPage.optionThree {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    border-top: 0;
    padding-top: 15px;
    display:block;
    clear:both;
}

.ContactSection .innerCare {
    padding: 10px 0;
    border: 1px dashed #dfdfdf;
}

.ContactSection .col-sm-12 .innerCare a {
    float: right;
    padding: 10px 20px;
    margin-top: 2px;
}

.col-sm-12.FirstSection {
    background-color: #f0f0f0;
}

.ContactSection {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.col-sm-12.SecSection {
    border: 2px solid #f0f0f0;
}

.FirstSection h2 {
    margin: 0;
    font-size: 1.714em;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
}

.col-sm-12.SecSection {
    border: 2px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.col-sm-12.FirstSection {
    background-color: #BB3C36;
    padding: 20px;
    color: #fff;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.FirstSection .fa.fa-map-marker {
    color: #EFC805;
    font-size: 3.214em;
    margin-bottom: 25px;
    background-color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 71px;
}

.innerAbout h4 {
    margin: 10px 0;
}

.mb {
    margin-bottom: 10px !important;
}
.mt25{margin-top:25px;}
.imgmt15{margin-top:15px; width:75%;}

.text-center {
    text-align: center !important;
}
.nofloat{float:none !important;}

ul.list {
    margin: 0 auto 15px;
    padding: 0;
    position: relative;
}

ul.list li {
    display: block;
    padding: 5px 0 5px 15px;
    list-style: none;
    position: relative;
    color: #9c9c9c;
    font-size:1.143em;
}

ul.list li::before {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    color: #c94444;
}


/*------------------Modern Ticker Classes------------------*/

.modern-ticker {
    width: 100%;
    height: 50px;
    line-height: 30px;
    /*font-size: 16px;*/
    overflow: hidden
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    margin: 2px;
    position: relative
}

.mt-label {
    /*margin-right: 2px;*/
    margin: 8px;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0
}

.mt-news {
    overflow: hidden;
    position: absolute;
    margin: 8px 0;
}


/*.mt-scroll .mt-news { background-color: transparent}*/

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-news li {
    float: left;
    position: relative;
}

.mt-news li a img.new {
    position: absolute;
    right: -25px;
}

.mt-news a {
    /*font-size: 16px;*/
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    /*margin-left: 2px;*/
    margin: 8px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.modern-ticker {
    color: #fff;
    margin: 0;
}

.mt-label {
    font-size: 1.286em;
    font-weight: 600;
    margin: 0;
    padding: 7px 0;
    margin-left: -2px;
}

.mt-preloader {
    background: url(preloader.html) no-repeat center
}

.mt-news ul {
    background-image: url(../images/bullet-over.png)
}

.mt-news a {
    color: #fff;
    background-image: url(../images/bullet.png)
}

.mt-news a:hover {
    color: #fff;
    background-image: url(../images/bullet.png)
}

.mt-controls {
    background-image: url(../images/pause.png)
}

.mt-next,
.mt-prev {
    background-color: #FFD102;
}

.mt-prev {
    background-image: url(../images/arrow-prev.png)
}

.mt-next {
    background-image: url(../images/arrow-next.png)
}

.mt-play {
    background-color: #FFD102;
    background-image: url(../images/play_1.png);
    margin: 0 1px;
}

.mt-pause {
    background-image: url(../images/pause.png)
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
    background-color: #f3d352;
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
    background-color: #f3d352;
}

.AboutinnerSection h1 {
    margin: 0;
    font-size: 1.429em;
    background-color: #f5f5f5;
    padding: 15px;
    border-left: 5px solid #FBC805;
    margin-bottom: 10px;
}

.AboutinnerSection {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.innerAbout h3 {
    margin-top: 0;
    font-size: 1.286em;
    font-weight: 600;
}

.innerAbout p {
    text-align: justify;
    font-size: 1.143em;
    color: #9c9c9c;
    margin: 0;
}

.innerAbout {
    border: 1px dashed #dcdcdc;
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
}

/*.board{background-color:#f5f5f5; text-align:center; padding:10px;}
.board .imgarea{float:left; display:inline-block; margin-right:10px; width:35%;}
.board .imgarea img{padding:7px; background-color:#fff;border:1px solid #eee;}
.board .namepost{float:left; display:inline-block; text-align:left;}
.board .namepost .name{font-size:18px; font-weight:bold; margin-top:50px; margin-bottom:5px;}
.board .namepost .post{font-size:16px;}*/
.mt{margin-top:20px;}


/*--new-update-css--*/
.InnerLDeatails {
    background: rgba(255,255,255,0.5) url("../images/bg-img-9.jpg");
    float: left;
    width: 100%;
    min-height: 120px;
    margin-top: 0;
    text-align: center;
    border: 5px solid #fff;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.1);
}


.LoansDetails {
    float: left;
    width: 100%;
    padding: 55px 0 30px 0;
    background-color: #f5f5f5;
}

.InnerLDeatails h2 {
    color: #fff;
    font-weight: 600;
}

.InnerLDeatails img {
    margin-top: -40px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: -10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.1);
}

.InnerLDeatails p {
    color: #fff;
    text-transform: capitalize;
    font-size: 1.071em;
    font-weight: 600;
}

.innerpageText {
    margin-top: 59px;
}

.imgarea {
    float: none;
    width: 160px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 2px solid #FBC805;
    display: inline-block;
    margin-top: 0px;
    /*change on 25-02-2019 for BOD page*/
    position: relative;
}

.board.clearfix {
    text-align: center;
    margin-bottom: 15px;
}

.imgarea {
    float: none;
    width: 160px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 2px solid #FBC805;
    display: inline-block;
    margin-top: 0px;
    /*change on 25-02-2019 for BOD page*/
    position: relative;
}

.board.clearfix {
    text-align: center;
    margin-bottom: 15px;
    border: 1px dashed #ccc;
    padding: 15px;
}

.namepost .name {
    font-size: 1.286em;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #f7f7f7;
    padding: 10px 0;
    margin-top: 5px;
}

.namepost p.post {
    color: #B1322C;
    font-size: 1.214em;
}

/*Changes on 22-02-2019 For Banner Update by NikhilV*/

.HomePage .MenuandSlider .menu {
    background-color: rgba(177, 50, 44, 0.8);
}

/*.HomePage .MenuandSlider .menu 
{
    background-color: rgba(177, 50, 44, 1);
 }*/

.MenuandSlider .menu {
    background-color: #B1322C;
}

/*change menu color on 25-02-2019*/
/*#cssmenu > ul > li > a {
    color: #fff;
}*/

.HomePage  #cssmenu > ul > li > a {
    color: #000;
}

.HomePage  #cssmenu > ul > li:hover > a,.HomePage   #cssmenu ul li.active a {
    color: #fff;
    background-color: #B1322C;
}

#cssmenu > ul > li a:hover, #cssmenu ul li.active a:hover, #cssmenu ul li.active a, #cssmenu ul li.has-sub.active a:hover {
    background: #91120C !important;
}

.innerCare .board a {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
}

.optionTwo .innerCare {
    border: 1px dashed #dcdcdc;
}

#map {
    width: 60%;
    margin: 15px auto;
}

.teamdetails {
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px;
}

.teamdetails .img-responsive {
    display: inline-block;
    margin-bottom: 10px;
    border: 2px solid #FBC805;
}

.teamdetails strong {
    font-size: 1.071em;
}

.teamdetails p {
    font-size: 1.071em;
    color: #B1322C;
    text-align: center;
}

.CustomerCareSection form .chosen-single {
    border-radius: 0;
    background: #fff;
    width: 100%;
    line-height: 35px;
    height: auto;
    box-shadow: none;
}

.SucessStory .chosen-container {
    width: 100% !important;
}

.SucessStory .chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0 8px;
}

.SucessStory input {
    height: 35px;
    border: 1px solid #acacac;
    width: 100%;
}

.SucessStory h3.contenthd {
    border-bottom: 2px solid #ececec;
    color: #111;
    font-size: 1.071em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 7px;
}

.SucessStory .col-md-12.atm_m20-bottom {
    padding: 0;
}

.col-md-.text-center1.SubmitBTN {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.SubmitBTN .btn.btn3.nextBtn {
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #B1322C;
    color: #fff;
    transition: all 0.2s linear;
}

.SubmitBTN .btn.btn3.nextBtn:hover {
    background-color: #FBC805;
}

.SucessStory .pagination {
    float: right;
    width: auto;
    text-align: center;
}

.SucessStory .pagination input {
    height: 35px;
    border: none;
    width: auto;
    font-weight: 800;
    background-color: #f3f3f3;
}

.SucessStory .pagination ul {display: inline-block;}

.SucessStory .pagination ul li {
    float: left;
}

.SucessStory .pagination ul li a {
    background-color: #FBC805;
    padding: 8px 20px;
    float: left;
    margin: 0 5px;
    border-radius: 30px;
    color: #111;
    transition: all 0.2s linear;
    color: #fff;
}

.SucessStory .pagination ul li a:hover {background-color: #B1322C; }

.SDetailsPage h1 {
    margin: 0;
    font-size: 1.429em;
    background-color: #f5f5f5;
    padding: 15px;
    border-left: 5px solid #FBC805;
    margin-bottom: 10px;

}


.wrapper.SDetailsPage {
    float: left;
    width: 100%;
}

.CloseBtn {
    float: right;
    margin-top: -45px;
}

.CloseBtn .button {
    background-color: #B1322C;
    color: #fff;
    padding: 10px 10px;
    margin-right: 10px;
}

.SDetailsPage .titletxtF {
    border-top: 1px dashed #dcdcdc;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dcdcdc;
}

.SDetailsPage form {
    padding: 15px;
    background-color: #fff;
    border: 1px dashed #dedede;
    margin-top: -29px;
    border-top: none;
    margin-bottom: 25px;
}

.pmmydetails h2.subhead {
    background-color: #ffffff;
    font-size: 1.714em;
    padding: 10px;
    color: #B1322C;
    border: 1px dashed #dcdcdc;
}

.AboutinnerSection .pmmydetails h1 {
    border-left: none;
    background-color: #ececec;
    font-weight: 600;
}

.BackBtn .pull-right.btn.btn-default {
    margin-top: -55px;
    z-index: 9;
    position: relative;
    background-color: #B1322C;
    border: none;
    border-radius: 0;
    margin-right: 15px;
    color: #fff;
    padding: 8px 15px;
}


.pmmydetails thead tr:nth-child(2) th {
    font-weight: 800;
}


/*.heightpmmreport1{
    height:72px;
}
.heightpmmreport2{
    height:180px;

}
.heightpmmreport3{
    height:235px;

}
.heightpdocuments{
    height:550px;

}*/


/*Rupee CSs*/
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../font-awesome/fontawesome-webfontd41d.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font-awesome/fontawesome-webfontf77b.woff?v=3.2.1") format("woff"), url("../font-awesome/fontawesome-webfontf77b.ttf?v=3.2.1") format("truetype"), url("../font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    text-decoration: inherit;
}

.icon-rupee::before, .icon-inr::before {
    content: "";

}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    text-decoration: inherit;
}

.vc{padding:3px 5px; background:#F90; color:#000; font-size:1.000em; border:1px solid #C30;}
.vc span{font-size:1.143em; font-weight:bold;}

.lang-info
{
    cursor :pointer;

}

.lang-info > span.selected
{
    cursor :pointer;

}

.lg-outer .lg-thumb-item img[src="undefined"] {
    display: none;
}

.sectop .btn.btn-primary {
    background-color: transparent;
    border: 2px solid #BB2C30;
    border-radius: 30px;
    padding: 10px 20px;
    color: #BB2C30;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s linear;
    font-size: 1.000em;
}

.sectop .btn.btn-primary:hover,.sectop .btn.btn-primary:focus {
    background-color: #BB2C30;
    border: 2px solid #BB2C30;
    color: #fff;
}

.sectop .dropdown {
    float: left;
    border-radius:30px; 
}


.sectop .dropdown-menu {
    width: 230px;
    border: none;
    border-radius: 4px;
}

.sectop .dropdown-menu > li > a {
    border: none;
    padding: 10px;
    width: 95%;
    border-radius: 0;
}


.sectop .btn.btn-primary .fa {
    padding-right: 15px;
}

.TenderDiv .innerCare {
    border: 1px dashed #ccc;
    padding: 5px 0;
}

.table-responsive.col-sm-12.CustmTable {
    padding: 0;
}

.skill .btn.btn-primary {
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 30px;
    padding: 10px 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s linear;
    font-size: 1.000em;
}

.skill .btn.btn-primary:hover, .skill .btn.btn-primary:focus {
    background-color:transparent;
    border: 2px solid #FFF;
    color: #fff;
}



 .js div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background:url(../images/loading.gif) no-repeat center center #FFF; }
 
.newpart p{font-size: 1.286em;}


.carousel-control:focus, .carousel-control:hover {
	color: #000 !important;
}
.carousel-control {
	font-size: 20px;
	color: #000 !important;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


/*Image batch of MUDRA logo-"Success story" fixed 13-02-2019*/
.logo2 {
    width: 10%;
    float: left;
    margin-left: 0;
    position: fixed;
    z-index: 999;
    top:11em;
}

.logo2 img {
    width: 100%;   
}

@media screen and (max-width: 1000px) {
   .logo2 {display: block;width: 100%;top: 13em;}
   .logo2 img {max-width: 7em;}
}
@media screen and (max-width: 668px) {
.logo2 {top: 13em;left: 0;text-align: left;}
}
@media screen and (max-width: 400px) {
.logo2 {top: 15em;} .logo2 img {max-width: 5em;}
}

.HomePage #cssmenu > ul > li > a hn {
font-size: 13px;
}

/* Facebook Linkedin Icons on Home page Footer 15-02-2019*/
ul.v_cnt
        {
            display: flex;
            align-items: center;
        }
        ul.v_cnt li
        {
            margin-right: 8px;
        }

/*chnage on 25-02-2019 for board of directors*/
.img1 .img-responsive {
position: absolute;
top: 0;
left: 0;
height: 175px;
}