.p-b-50{
	padding-bottom: 50px;
}
.p-b-30{
	padding-bottom: 30px;
}
.p-t-30{
	padding-top: 30px;
}
.plr-25{
    padding: 0px 25px;
}
.ptb-40{
    padding: 40px 0px;
}
.mb-30{
    margin-bottom: 30px;
}
.back_btn{
    background: #005cbf;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 12px;
    border-radius: 4px;
}
.back_btn i{
    margin-right: 5px;
}

.color-white{
	color: #ffffff
}
.bg-white{
	background-color: #fff !important;
}
.bg-grey{
	background-color: #f4f4f4 !important;
}
.strong {
    font-weight: 600;
}
.color_black{
    color: #000 !important;
}
.p-15{
	padding: 15px;
}
.p-30{
    padding: 30px 0px;
}
.p-40{
	padding: 40px 0px;
}

.m-t-30{
	margin-top: 30px;
}
.m-t-40{
	margin-top: 40px;
}
.m-t-20{
	margin-top: -20px;
}

h1, h2, h3, h4, h5, h6 ,ol,ul,dl,b,
strong,sub,sup,a,table,div,button,input,
button,select,optgroup,textarea {
    font-family: 'Source Sans Pro', sans-serif !important;
}

/*breadcrumb start*/
ul.breadcrumb {
    background-color: transparent;
    padding: 20px 0px;
    margin-bottom: 0px;
}
ul.breadcrumb li, ul.breadcrumb li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 8px #000000;
}
li.breadcrumb-item+li.breadcrumb-item::before{
    color: #fff;
    font-family: FontAwesome;
    content: "\f054";
    font-size: 10px;
}
li.breadcrumb-item.active {
	color: #fff !important;
}
/*breadcrumb ends*/


/*header style*/
body{
    font-family: 'Source Sans Pro', sans-serif !important;
    min-height: 100vh;
    position: relative;
    padding-bottom: 191px;
}

header
{
    box-shadow: 2px 2px 8px #bfbfbf;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.top-menu .dropdown-toggle::after,.drop-menu .dropdown-toggle::after
{
    border: 0px;
}
.text_caps{
    text-transform: uppercase;
}
ul.dropdown-menu{
    padding:0px;
    margin: 0px;
    background-color: #f1f8ff;
    margin-top: -1px;
    min-width: 15rem;
    border-radius: 0px;
    min-height: 230px;
    box-shadow: none;
    -webkit-box-shadow:none;
}
ul.dropdown-menu li a{
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    outline: none !important;
    font-weight: 400;
}
ul.dropdown-menu li{
    padding: 10px 15px;
}
.dropdown-parent ul{
    min-height: auto;
}
.dropdown-parent ul li{
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
.dropdown-parent ul li:last-child{
    border: 0px;
}
.dropdown-parent ul li a {
    color: #252525 !important;
    text-decoration: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
    top: 20px;
    right: 15px;
}
.navbar-nav li a
{
    font-size: 18px;
    font-weight: 600;
    color: #252525 !important;
    text-transform: capitalize;
    line-height: 60px;
    background: transparent !important;
    padding: 0px !important;
}
.navbar-nav .dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f078" !important;
    font-size: 12px;
    vertical-align: inherit;
    position: relative;
}
.dropdown-menu .dropdown-toggle::after {
    float: right;
    right: 10px;
}
.dropdown-toggle::after {
    border: 0px !important;
}
.navbar-nav li.active>a,.navbar-nav li a:hover{
    color: #1e59a9 !important;
}
.navbar
{
    padding: 0px !important;
    max-height: 60px;
}
.navbar-nav li
{
    /* margin-right: 10px; */
    padding: 0px 20px;
}
.top-menu button
{
    color:#fff;
    font-weight: bold;
}
.navbar-nav li a:hover
{
    text-decoration: none;
}

.mob-colse
{
    display: none;
}
.top-menu
{
    background: #0d346b;
}
.navbar-brand
{
    background: #1e59a9;
    padding: 5px 40px;
    line-height: 50px !important;
    margin-right: 0px !important;
}
/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu{
    left: 99% !important;
    top: 0 !important;
}

/* Display none by Default */

ul.dropdown-menu{
    display: none;
}

.top-menu button
{
    padding: 0px 35px;
    line-height: 35px;
    border: 0px;
    outline: none;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 12px;
    background: transparent;
}
.search-mob i
{
    color: #252525;
}
#search-full-page
{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    width: 20%;
    height: 60px;
    background-color: rgba(33, 87, 169, 1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search-full-page .close
{
    position: fixed;
    top: -5px;
    right: 0px;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    padding: 6px;
    font-size: 25px !important;
}
#search-full-page form
{
    position: absolute;
    bottom: 25%;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    margin-top: 15px;
}
#search-full-page input[type="search"]
{
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    border: 0px;
    margin: 0px auto;
    margin-top: -30px;
    padding-left: 10px;
    padding-right: 60px;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
#search-full-page input::-webkit-input-placeholder {
    color: #fff;
}
#search-full-page input::-moz-placeholder {
    color: #fff;
  }
#search-full-page input:-ms-input-placeholder {
    color: #fff;
  }
#search-full-page input:-moz-placeholder {
    color: #fff;
  }
.pop-search
{
    position: absolute;
    right: 18px;
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-top: -24px;
}
#search-full-page.open
{
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

/*end header style*/

/*banner style start*/
.inner_banner {
    position: relative;
    top: 60px;
    margin-bottom: 60px;
}
/*banner style end*/

/*banner downarrow effect start*/
.down_arrow
{
    position: absolute;
    /* background: #2156a9; */
    color: #fff;
    font-size: 35px;
    border-radius: 50px;
    margin: 0px auto;
    bottom: 40px;
    left: 0px;
    right: 0px;
    width: 42px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    /* border: 2px solid #fff; */
    cursor: pointer;
}
.chevron
{
    position: absolute;
    width: 2.1rem;
    height: 0.6rem;
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
            animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child
{
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
            animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2)
{
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
            animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after
{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, 0.74);
}

.chevron:before
{
    left: 0;
    -webkit-transform: skewY(30deg);
            transform: skewY(30deg);
}

.chevron:after
{
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
            transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
    opacity: 1;
    }
    33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
    }
    66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
    }
    100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
    opacity: 1;
    }
    33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
    }
    66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
    }
    100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
    }
}

/*banner downarrow effect end*/




/* footer-section start */
    footer
    {
        padding: 35px 0px;
        background-color: #343232;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 191px;
        border-top: 2px solid #fff;
    }
    .footer-top
    {
        border-bottom: 1px solid #737272;
        margin-bottom: 10px;
        padding-bottom: 25px;
    }
    .footer-top .col-md-2
    {
        padding-right: 0px;
    }
    .footer-top p
    {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
    }
    .footer-top p a
    {
        font-size: 15px;
        color: #c2c2c2;
        font-weight: normal;
    }
    .footer-top span a
    {
        margin-right: 12px;

        font-size: 25px;
        line-height: 30px;
    }
    .footer-top span a i
    {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #707070;
    }
    .footer-top span a:hover i
    {
        color: #fff;
    }
    .footer-top span a:last-child
    {
        margin-right: 0px;
    }

    .footer-bottom span,.footer-bottom span a
    {
        color: #797979;
        font-size: 12px;
    }
    .footer-privacy
    {
        text-align: right;
    }
    .footer_display
    {
        padding: 0px;
    }
    .footer_dis a , .las-child a
    {
        font-size: 15px;
        color: #c2c2c2 !important;
        font-weight: normal;
        margin-right: 6px;
    }
    .footer_dis a:after
    {
        content: '';
        height: 18px;
        width: 1px;
        background: #c2c2c2;
        position: absolute;
        right: 0px;
        top: 4px;
    }
    .display-inline
    {
        display: inline-block;
        position: relative;
    }
    .follow
    {
        margin-left: 18px;
        font-size: 16px !important;
    }
    #return-to-top
    {
        position: fixed;
        bottom: 160px;
        right: 20px;
        background: rgb(255, 56, 64);
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top i
    {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 10px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-family: FontAwesome;
        font-style: initial;
    }
/* footer-section end */



/*inner page common occur style start*/
.audit_finance {
    font-size: 17px;
    font-weight: normal;
    background-color: #fff;
	padding: 20px;
	min-height: 200px;
	margin-bottom: 20px;
    color: #212121;
    /*box-shadow: 0px 0px 10px #b5b5b5;
    -webkit-box-shadow: 0px 0px 10px #b5b5b5;
    -moz-box-shadow: 0px 0px 10px #b5b5b5;*/
}
.offer_track {
    min-height: 0px !important;
}
.audit_finance a{
	color: #212121;
    text-decoration: none !important;
    cursor: pointer;
}
/*inner page common occur style end*/
/*smita 3-4-19*/
