@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #919191;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
    letter-spacing: .5px;
    margin-bottom: 68px;
}


/*--Custom-css---*/

a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1 {
    clear: both;
    color: #363636;
    font-size: 40px;
    padding: 0;
}

h2 {
    color: #2d2d2d;
    font-size: 35px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
}

h3 {
    color: #2d2d2d;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: 700;
}

h4 {
    color: #332f2e;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 700;
}

h5 {
    color: #2d2d2d;
    font-size: 20px;
    padding-bottom: 10px;
    /*        font-weight: 700;*/
}

h6 {
    color: #2d2d2d;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 700;
}

.dflex {
    display: flex;
}

.alignItemCenter {
    align-items: center
}

.justifyContentCenter {
    justify-content: center;
}

.dTable {
    display: table;
    width: 100%;
}

.dTcell {
    display: table-cell;
    vertical-align: top;
}

.valm {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}

.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.pad_10-20 {
    padding: 10px 20px;
}

.pad-15 {
    padding: 15px;
}

.p-v-20-30 {
    padding: 20px 0 30px 0;
}

.p-t-30 {
    padding: 30px 0 0 0;
}

.p-v-75 {
    padding: 75px 0;
}

.padding_60_20 {
    padding: 0 20px 0 60px
}

.padding_20_60 {
    padding: 0 60px 0 20px
}

.padding_33_30 {
    padding: 0 33px 0 30px;
}

.p-v-10 {
    padding: 10px 0;
}

.pad_30 {
    padding: 30px;
}

.padding_60_30 {
    padding: 0 30px 25px 60px
}

.padding_15_30 {
    padding: 0 30px 25px 15px;
}

.pad_0_31 {
    padding: 0 31px
}

.pad_0_30_0 {
    padding: 0 30px 0 0
}

.pad_15_hor {
    padding: 0 15px;
}

.pad_10_hor {
    padding: 0 10px;
}

.pad_20_hor {
    padding: 0 20px;
}

.pad_30_hor {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 20px;
}

.pad_30_ver {
    padding: 30px 0;
}

.pad-v20 {
    padding: 20px 0 !important;
}

.pad-v15 {
    padding: 15px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-60 {
    padding: 60px 0;
}

.p-v-60-30 {
    padding: 60px 0 30px;
}

.pad-20-10 {
    padding: 20px 10px;
}

.pad_0_30_0_80 {
    padding: 0 30px 80px 30px;
}

.pad_0_15_0_30 {
    padding: 0 15px 30px 15px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-h-40 {
    padding: 0 40px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-v-40-60 {
    padding: 40px 0 60px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.m-v15-40 {
    margin: 15px 0 40px;
}

.m-v-55-40 {
    margin: 55px 0 40px;
}

.pad_25-0 {
    padding: 25px 0;
}

.pad_20-0 {
    padding: 20px 0;
}

.pad_15-0 {
    padding: 15px 0;
}

.pad_20 {
    padding: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.dt-sc-margin55 {
    margin: 25px 0 30px;
}

.uc {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

header,
section,
footer,
.full {
    /* float: left; */
    width: 100%;
}

.autoautoWidL {
    width: auto;
    float: left;
}

.autoWidR {
    width: auto;
    float: right;
}

.wAuto {
    width: auto;
}

.imgContainer {
    float: left;
    width: 100%;
}

.imgContainer img {
    display: block;
    width: 100%;
}

ul,
li {
    list-style: none;
}


/******************Scroll top*************/

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 5;
    width: 43px;
    height: 43px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #e4282a;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}


/******************End Scroll top*************/


/******************Header*************/

.btm-header {
    top: -80px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btm-header.sticky {
    top: 0;
    position: fixed;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    z-index: 4;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    max-width: 100%;
}

.logo a {
    display: block;
}

.logo a img,
.logo img {
    display: block;
    max-width: 100%;
}

.logo-3 {
    text-align: center;
}

.logo-3 a img {
    display: block;
    max-width: 100%;
}

.menu-responsive {
    display: none;
}


/* .navigation ul li:not(:last-child) {
    margin-right: 1px;
} */

.spl-food {
    color: #e4282a !important;
}

.navigation ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.navigation ul li a::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    background: #ffae00;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: right;
    transition: transform .4s ease;
    height: 2px;
    width: calc(100% - 42px);
    margin: 0 11px 0 11px;
}

.navigation ul li.active a {
    color: #ffae00;
}

.navigation ul li.active a::after,
.navigation ul li a:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left;
}

.accountArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.accountArea ul li:last-child {
    margin-right: 0;
}

.accountArea ul li {
    margin: 0 5px;
}

.accountArea ul li a {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    /* color: #000; */
    text-transform: uppercase;
}

.accountArea ul li a.top-login {
    color: #fff;
    line-height: 36px;
}

.accountArea ul li a.top-login:hover {
    color: #ffae00;
}

.accountArea ul li a.top-register {
    color: #fff;
    /* background: #ffae00; */
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ffae00;
}

.accountArea ul li a.top-register:hover {
    background: #ffae00;
}

.accountArea ul li a i {
    padding-right: 10px;
}

.accountArea .signUp a {
    background: #ff1d00;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.accountArea .signUp a:hover {
    background: #000;
    color: #fff;
}

.accountArea .signUp i {
    padding-right: 5px;
}


/* .accountArea li a:hover {
    color: #ff1d00;
} */

.accountArea .logIn i {
    padding-right: 5px;
}

.accountArea .download-app img {
    padding-right: 5px;
}

.header {
    /* padding: 15px 0; */
    top: -100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/* *****Drop Down***** */

.navigation ul li {
    position: relative;
}

.navigation ul li ul {
    position: absolute;
    visibility: hidden;
    color: #FFF;
    opacity: 0;
    list-style: none;
    transition: all 0.3s;
    transform: translate(0, -0.5em);
    z-index: -1;
    padding: 24px 0 14px;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    -webkit-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    min-width: 200px;
    left: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.navigation>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 6;
    transform: translate(0, 0);
    transition-delay: 0s, 0s, 0.3s;
}


/* *****End Drop Down***** */

.dropdown-open {
    position: absolute;
    color: #FFF;
    list-style: none;
    transition: all 0.3s;
    transform: translate(0, -0.5em);
    padding: 15px 0 14px;
    background: #fff;
    border-radius: 6px;
    -moz-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    -webkit-box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    box-shadow: rgba(144, 144, 144, 0.3) 0 8px 12px 3px;
    min-width: 150px;
    left: 0;
    z-index: 1;
    top: 37px;
}

.dropdown-open.open {
    display: block !important;
}

.dropdown-open li a {
    color: #332f2e;
    font-size: 14px;
    display: block;
    line-height: 44px;
    padding: 0 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-header {
    background: #172f40;
    padding: 18px 0;
}


/******************End Header*************/

.home-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.home-banner-box-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 100%;
}
.home-banner-box-rgt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 100%;
    padding-right: 15px;
}

.banner-pic img {
    display: block;
    width: 100%;
}

.banner-text {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 705px;
    flex: 0 0 705px;
    max-width: 100%; */
    /* padding: 40px 15px 0 15px; */
    padding: 0px 15px 0 15px;
}

.banner-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #172f40;
}

.banner-text h2 {
    font-size: 50px;
    font-weight: 900;
    color: #172f40;
    letter-spacing: .4px;
}

.banner-text p {
    font-size: 14px;
    color: #172f40;
    font-weight: 400;
    padding-bottom: 8px;
}
.banner-text p a {
    color: #172f40;
    text-decoration: underline;
    font-weight: 600;
}
.banner-text p a:hover {
    color: #172f40;
}

.home-banner-sec {
    padding: 25px 0;
}

.banner-src-box {
    padding: 25px;
    background: #fff;
    -moz-box-shadow: 0px 4px 17px 7px rgba(143, 143, 143, 0.3);
    -webkit-box-shadow: 0px 4px 17px 7px rgba(143, 143, 143, 0.3);
    box-shadow: 0px 4px 17px 7px rgba(143, 143, 143, 0.3);
    width: 100%;
}

.docoument-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 100%;
    padding: 0 8px 0 0;
}

.box-design .box-style {
    height: 40px;
    border: 1px solid #dfdfdf;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 0px;
}


/* .date-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 177px;
    flex: 0 0 230px;
    max-width: 100%;
    padding: 0 15px 0 0;
}

.source-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 188px;
    flex: 0 0 235px;
    max-width: 100%;
    padding: 0 15px 0 0;
} */

.box-design .box-style-select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0) url(../images/down-arrow.png) center right 10px no-repeat;
    box-shadow: none;
    padding: 0 30px 0 15px;
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 38px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0px;
}

.referance-number-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 315px;
    max-width: 100%;
}

.box-design,
.bnr-src-btn {
    padding: 0 6px;
}

.icon-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.input-date .box-style {
    font-size: 12px;
}

.cata-docoument-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 315px;
    max-width: 100%;
    padding: 0 15px 0 0;
}

.location-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 100%;
}

.bnr-src-btn {
    text-align: center;
    width: 100%;
}

.bnr-src-btn button {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #ffae00;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ffae00;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.bnr-src-btn button:hover {
    background: #172f40;
    border: 1px solid #172f40;
}

.fotter-social ul li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #999999;
    display: block;
    font-size: 18px;
}

.fotter-social ul li:not(:last-child) {
    margin-right: 10px;
}

.fotter-social ul li a:hover {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fotter-social ul li.facebook a:hover {
    color: #fff;
    background: #3b5998;
}

.fotter-social ul li.twitter a:hover {
    color: #fff;
    background: #00acee;
}

.fotter-social ul li.google-plus a:hover {
    color: #fff;
    background: #db4a39;
}

.fotter-social ul li.instagram a:hover {
    color: #fff;
    background: #8a3ab9;
}

.fotter-social ul li.linkedin a:hover {
    color: #fff;
    background: #0e76a8;
}

.fotter-social ul li.pinterest a:hover {
    color: #fff;
    background: #c8232c;
}

.footer-sec {
    background: #f6f6f6;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
}

.copyrightRight {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}

.get-touch {
    /* -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 750px;
    flex: 0 0 750px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.ftr-contact-heading h3 {
    font-size: 26px;
    font-weight: 700;
    color: #172f40;
}

.ftr-form-sec-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px;
    max-width: 263px;
    padding: 0 15px;
}

.ftr-form-sec-rgt {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.home-input:not(:last-child) {
    margin-bottom: 20px;
}

.home-input .input-style {
    height: 40px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}

.home-text-are .text-are-style {
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    resize: none;
    height: 160px;
}

.get-touch .contact-captcha {
    margin: 25px 0 0 0;
}

.send-masg {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.send-masg button {
    background: #ffae00;
    line-height: 44px;
    padding: 0px 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: none;
    width: 100%;
    margin: 0 15px 0 0;
    height: 44px;
}

.send-masg button:hover {
    background: #172f40;
}

.our-location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    padding: 0 15px 0 35px;
}

.ftr-contact-detls {
    padding-top: 40px;
}

.ftr-contact-detls li,
.ftr-contact-detls a {
    font-size: 16px;
    color: #999;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ftr-contact-detls li:hover,
.ftr-contact-detls a:hover {
    color: #ffae00;
}

.ftr-contact-detls li:not(:last-child) {
    margin-bottom: 18px;
}

.ftr-contact-detls li i {
    font-size: 18px;
    color: #ffae00;
    padding-right: 16px;
}

.contact-sec {
    padding: 35px 0;
}

.home-input input::placeholder,
.home-text-are textarea::placeholder {
    font-size: 12px;
    color: #999;
}

.box-design input::placeholder {
    font-size: 12px;
    color: #999;
}

.left-acc-box .card h2 button {
    padding: 0;
    color: #332f2e;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
}

.left-acc-box .card .card-header button.collapsed:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f067";
}

.left-acc-box .card .card-header button:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f068";
}

.left-acc-box .card .card-header button:before {
    background: #ffae00;
    height: 20px;
    width: 20px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 900;
}

.left-acc-box .card-header {
    border: none;
    padding: 10px;
    background: transparent;
}

.left-acc-box .card {
    border-radius: 0px;
    margin-bottom: 15px;
}

.left-acc-box .card-header h2 {
    padding: 0;
}


/*****Dashboard Header****/

.dashboard-menu ul li.active a,
.dashboard-menu ul li a:hover {
    color: #fff;
    background: #164566;
}

.dashboard-menu ul li a::after {
    background: transparent;
}

.dashboard-logo a img,
.dashboard-logo img {
    height: 80px;
    object-fit: contain;
}

.dashboard-logo-3 a img,
.dashboard-logo-3 img {
    height: 55px;
}

.cv-details {
    position: absolute;
    bottom: 0;
    background: #f2f2f2;
    width: 100%;
    left: 0;
    box-shadow: 0px -8px 7px 0px rgba(143, 143, 143, 0.3);
    -webkit-box-shadow: 0px -8px 7px 0px rgba(143, 143, 143, 0.3);
    -moz-box-shadow: 0px -8px 7px 0px rgba(143, 143, 143, 0.3);
    text-align: center;
    padding: 10px 15px;
    min-height: 135px;
}

.cv-pic {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 15px 0;
}

.cv-details h4, .cv-details h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #172f40;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.cv-details p, .cv-details p a {
    font-size: 15px;
    font-weight: 600;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.cv-details p {
    padding: 0 0 5px 0;
}
.author-namemd a{
    font-size: 14px !important;
    color: #172f40 !important;
    font-weight: 700 !important;
}
#archiveModal .modal-body .authorname {
    font-size: 18px;
    font-weight: 700;
    color: #172f40;
    padding-bottom: 10px;
}

.cv-details span {
    font-size: 12px;
    font-weight: 700;
    color: #172f40;
    text-transform: uppercase;
}

.cv-details ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.cv-details ul {
    margin-bottom: 8px;
}

.cv-details ul li a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border: 1px solid #d5d5d5;
    padding: 0 5px;
    background: #fff;
    color: #172f40;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.cv-details ul li a:hover {
    border: 1px solid #ffae00;
    background: #ffae00;
    color: #fff;
}

.cv-details ul li:not(:last-child) {
    margin-right: 5px;
}

.cv-details ul li a i {
    padding-right: 6px;
}

.new-add-btn li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border: 1px solid #d5d5d5;
    padding: 0 5px;
    background: #fff;
    color: #172f40;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.new-add-btn li i {
    padding-right: 6px;
}

.cv-pic::before {
    position: absolute;
    content: "";
    background: #ffae00;
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.cv-pic:hover::before {
    opacity: 1;
}

.cv-pic:hover {
    box-shadow: 0px 2px 12px 5px rgba(143, 143, 143, 0.3);
    -webkit-box-shadow: 0px 2px 12px 5px rgba(143, 143, 143, 0.3);
    -moz-box-shadow: 0px 2px 12px 5px rgba(143, 143, 143, 0.3);
}

.cv-pic img {
    display: block;
    width: 100%;
}

.input-date .input-group-append::after {
    content: "\f073";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #999;
    font-size: 15px;
}

.input-date .input-group-append {
    position: relative;
}

.input-date .input-group-append i {
    display: none;
}

.input-date .input-group-append button {
    border: 1px solid #dfdfdf;
}

.input-date .btn-outline-secondary:not(:disabled):not(.disabled):active {
    border: 1px solid #dfdfdf;
    background: transparent;
    outline: 0;
}

.input-date .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.dashboard-menu {
    padding-top: 15px;
}

.dashboard-logo-3 {
    padding-top: 15px;
}


/*****End Dashboard Header****/

.digital-libery-sec {
    padding: 10px 0 20px 0;
}

.bnr-loginfrm {
    width: 100%;
}

.banner-rgt {
    background: #172f40;
    min-height: 100vh;
}

.bannerRgtInner {
    max-width: 500px;
    margin: 0 auto;
}

.bannerLftWrap {
    padding: 0 80px;
}

.banner-lft h1 {
    font-weight: bold;
    font-size: 35px;
    color: #172f40;
    padding-bottom: 15px;
}

.banner-lft p {
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.log-input {
    margin-bottom: 30px;
}

.user-icn-lft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-right: 1px #e5e5e5 solid;
    padding: 0 10px;
}

.user-icn-lft i {
    color: #ffae00;
    font-size: 18px;
}

.log-input .input-style {
    height: 50px;
    border: 1px #e5e5e5 solid;
    padding: 0 0 0 50px;
    color: #999999;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.chk-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-right: 1px #e5e5e5 solid;
    padding: 0 10px;
}

.eye-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-right: 1px #e5e5e5 solid;
    padding: 0 10px;
}

.logRegBtn {
    background: #ffae00;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    border: none;
    width: 100%;
}

.frm-chk-box input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #172f40;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.frm-chk-box input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.frm-chk-box input[type="checkbox"]+label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.frm-chk-box input[type="checkbox"]:checked+label::before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.frm-chk-box input[type="checkbox"] {
    display: none;
}

.foget-pas a {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
}

.banner-lft {
    margin-bottom: 30px;
}

.logLogo {
    margin-bottom: 80px;
}

span.help-error {
    color: #f00;
    position: absolute;
    top: 100%;
}

.error_msg {
    color: #f00;
    padding-bottom: 5px;
}


/* 25.01 */

.allCategorySecLeft h3 {
    padding: 0 0 5px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background: #172f40;
    text-align: center;
    margin-top: 15px;
}

.allCategorySecLeft>ul {
    border: 1px solid #d5d5d5;
    border-bottom: 0px;
    height: 600px;
    overflow-y: auto;
}

.allCategorySecLeft ul li {
    color: #858585;
    font-size: 16px;
    line-height: 1.2;
}

.allCategorySecLeft>ul>li {
    border-bottom: 1px solid #d5d5d5;
}

.allCategorySecLeft>ul>li>a {
    color: #262626;
    display: block;
    font-size: 16px;
    padding: 18px 26px 18px 12px;
    position: relative;
}

.allCategorySecLeft ul li .down-arrow {
    color: #172f40;
    margin-left: 5px;
    position: absolute;
    right: 12px;
}

.allCategorySecLeft>ul>li>a:hover {
    color: #fff;
    /* color: #ffae00; */
    background: rgba(255, 174, 0, 1);
}

.allCategorySecLeft ul ul {
    padding: 0 12px;
    /* display: none; */
}

.allCategorySecLeftWrap {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 20px;
    background: #fff;
}

.allCategorySecLeft ul ul a {
    color: #172f40;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.allCategorySecLeft ul ul a:hover {
    color: rgba(255, 174, 0, 1);
}

.hasSubmenue .sub-menu li>a .qty-num {
    font-weight: 600;
    color: #172f40;
    padding-left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hasSubmenue .sub-menu li:hover a .qty-num {
    color: rgba(255, 174, 0, 1);
}

.hasSubmenue>ul>li {
    padding-bottom: 5px;
}


/* End 25.01 */

.allCategorySecLeft>ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.allCategorySecLeft>ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

.allCategorySecLeft>ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffae00;
}

.allCategorySecLeft>ul>li.cateActive>a {
    color: #fff;
    background: rgba(255, 174, 0, 1);
}

.allCategorySecLeft>ul>li.cateActive>ul.sub-menu>li.subActive a {
    color: #ffae00;
}

.allCategorySecLeft>ul>li.cateActive>ul.sub-menu>li.subActive a .qty-num {
    color: #ffae00;
}

p.noresult {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.pagination-pdf .pagination .page-item .page-link {
    color: #172f40;
    border: 1px solid #d5d5d5;
}

.pagination-pdf .pagination .page-item .page-link:hover {
    background: rgba(255, 174, 0, 0.25);
    color: #172f40;
}

.pagination-pdf .page-item.active .page-link {
    color: #fff;
    background-color: #ffae00;
    border-color: #ffae00;
}

.cv-wrap-box {
    min-height: 600px;
}

.chevron-left::before,
.chevron-right::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.lessMargin {
    /* margin-top: -48px; */
}

.content-text-sec{
    padding: 60px 0;
}
.home-from-mbo {
    padding-bottom: 25px;
}
.page-content p{
    font-size: 15px;
    color: #172f40;
    font-weight: 400;    
}
.page-content p:not(:last-child){
    padding-bottom: 8px;
}
.sectionLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.sectionLoader i {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin: -30px; */
    font-size: 60px;
    color: rgba(89, 135, 197, 1);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#archiveModal .modal-footer button{
    color: #fff;
    background: rgba(255, 174, 0, 1);
    border: 1px solid rgba(255, 174, 0, 1);
}
#archiveModal .modal-footer button:hover{
    color: #fff;
    background: #172f40;
    border-color: #172f40;
}
#archiveModal .modal-header .modal-title{
    color: #172f40;
    font-size: 20px;
    font-weight: 600;
}
#archiveModal .modal-body {
    font-size: 16px;
}