body {
    line-height: normal;
}

ol {
    margin: 0;
    padding: 8px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.v-b {
    vertical-align: bottom;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
}

.img-full {
    display: inline-block;
    width: 100%;
}

.vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.no-gutter.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xxs-gutter.row {
    margin-left: -1px;
    margin-right: -1px;
}

.xs-gutter.row {
    margin-left: -3px;
    margin-right: -3px;
}

.sm-gutter.row {
    margin-left: -6px;
    margin-right: -6px;
}

.md-gutter.row {
    margin-left: -9px;
    margin-right: -9px;
}

.lg-gutter.row {
    margin-left: -12px;
    margin-right: -12px;
}

.xlg-gutter.row {
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutter>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.xxs-gutter>[class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.xs-gutter>[class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.sm-gutter>[class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.md-gutter>[class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.lg-gutter>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.xlg-gutter>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}


/* MARGINS & PADDINGS */

.m-n-t {
    margin-top: 0px;
}

.m-n-a {
    margin: 0px;
}

.m-n-b {
    margin-bottom: 0px;
}

.m-n-l {
    margin-left: 0px;
}

.m-n-r {
    margin-right: 0px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-a {
    margin: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-a {
    margin: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-md-t {
    margin-top: 12px;
}

.m-md-a {
    margin: 12px;
}

.m-md-b {
    margin-bottom: 12px;
}

.m-md-l {
    margin-left: 12px;
}

.m-md-r {
    margin-right: 12px;
}

.m-lg-t {
    margin-top: 16px;
}

.m-lg-a {
    margin: 16px;
}

.m-lg-b {
    margin-bottom: 16px;
}

.m-lg-l {
    margin-left: 16px;
}

.m-lg-r {
    margin-right: 16px;
}

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

.m-xlg-a {
    margin: 20px;
}

.m-xlg-b {
    margin-bottom: 20px;
}

.m-xlg-l {
    margin-left: 20px;
}

.m-xlg-r {
    margin-right: 20px;
}

.p-n-t {
    padding-top: 0px;
}

.p-n-a {
    padding: 0px;
}

.p-n-b {
    padding-bottom: 0px;
}

.p-n-l {
    padding-left: 0px;
}

.p-n-r {
    padding-right: 0px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-a {
    padding: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-a {
    padding: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-md-t {
    padding-top: 12px;
}

.p-md-a {
    padding: 12px;
}

.p-md-b {
    padding-bottom: 12px;
}

.p-md-l {
    padding-left: 12px;
}

.p-md-r {
    padding-right: 12px;
}

.p-lg-t {
    padding-top: 16px;
}

.p-lg-a {
    padding: 16px;
}

.p-lg-b {
    padding-bottom: 16px;
}

.p-lg-l {
    padding-left: 16px;
}

.p-lg-r {
    padding-right: 16px;
}

.p-xlg-t {
    padding-top: 20px;
}

.p-xlg-a {
    padding: 20px;
}

.p-xlg-b {
    padding-bottom: 20px;
}

.p-xlg-l {
    padding-left: 20px;
}

.p-xlg-r {
    padding-right: 20px;
}

.header-wrapper {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.header-wrapper .header-top {
    background-color: #1c1c1c;
    border-bottom: 1px solid #e5e5e5;
    color: #bfbfbf;
}

.badge {
    position: relative;
}

.badge[data-badge]::after {
    background: #D23733;
    border-radius: 50%;
    color: #ffffff;
    content: attr(data-badge);
    font-size: 12px;
    height: 18px;
    right: -10px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 18px;
}

.top-list {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

.top-list li {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}

.top-list li+li {
    border-left: 1px solid #4F4F4F;
}

.top-list a {
    color: #333;
}

.top-list .currency-dropdown,
.top-list .dropdown-user {
    border-radius: 0;
    background-color: #fdfdfd;
    border: 3px solid rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    margin-left: 0px;
    margin-top: 6px;
    min-width: 100%;
    padding: 4px;
    right: 0;
    top: 100%;
    min-width: 200px;
}

.top-list .currency-dropdown::after,
.top-list .dropdown-user::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(204, 204, 204, 0.8);
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: block;
    height: 0;
    left: auto;
    line-height: 0;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
}

.top-list .currency-dropdown .currency-list,
.top-list .dropdown-user .currency-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-list .currency-dropdown .currency-list li,
.top-list .dropdown-user .currency-list li {
    border-left: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
    width: 33%;
}

.top-list .currency-dropdown>ul,
.top-list .dropdown-user>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-list .currency-dropdown>ul li,
.top-list .dropdown-user>ul li {
    padding: 4px 4px;
    border: none;
}

.top-list .currency-dropdown>ul li a,
.top-list .dropdown-user>ul li a {
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
}

.top-list .currency-dropdown a,
.top-list .dropdown-user a {
    color: #333;
}

.currency-bg {
    background-color: #e5e5e5;
    padding: 4px 10px;
}

.shopping_cart {
    color: #333;
}

@media (max-width: 992px) {
    .myaccont-section {
        font-size: 12px;
        left: auto;
        min-width: 120px;
        padding: 0;
        width: 120px;
        background-color: #fdfdfd;
        border: 3px solid rgba(204, 204, 204, 0.8);
        margin-left: 0;
        margin-top: 0px;
        position: absolute;
        top: 100%;
        right: 0px;
        z-index: 999;
        display: none;
    }
    .myaccont-section ul {
        padding-left: 0;
        list-style: none;
    }
    .myaccont-section ul li {
        display: block;
        margin-left: 0px !important;
        text-align: left;
    }
    .myaccont-section ul li a {
        display: block;
        padding: 8px 15px;
        color: #333;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .myaccont-section ul li a:hover {
        color: #e5057d;
    }
    .logo {
        display: block;
        margin: auto;
    }
}

.search-form {
    position: relative;
    max-width: 200px;
}

.search-form .form-control {
    font-size: 14px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    height: 26px;
    min-height: 26px;
    font-style: normal;
}

.search-form .search-btn {
    background: transparent;
    width: 26px;
    height: 26px;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.search-form.show .searchbox-control {
    border: 1px solid #666 !important;
}

.search-form.show .search-btn {
    background: #666;
}

.header-right {
    padding: 0;
    margin: 9px 0 11px;
    list-style: none;
    text-align: right;
}

@media (max-width: 991px) {
    .header-right {
        margin: 5px 0 0px;
    }
}

.header-right>li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
}

.header-right>li .block {
    display: block;
}

.header-right>li+li {
    border-left: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
    .header-right>li+li {
        border-left: 1px solid #595959;
    }
}

@media (max-width: 544px) {
    .header-right {
        padding: 0;
    }
}

.header-right .block.small-lable {
    line-height: 12px;
}

.header-right .lable-block {
    margin-left: 0;
    margin-top: 6px;
}

.header-right .block.big-lable {
    font-size: 13px;
}

.header-right .header-icon {
    position: relative;
    cursor: pointer;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 0;
}

@media (max-width: 991px) {
    .breadcrumb {
        text-indent: -999em;
        margin: 0;
        padding: 0;
    }
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover {
    color: #666666;
}

.breadcrumb li.active {
    color: #1C0D70;
}

.breadcrumb-wrapper {
    background-image: url("../images/breadcrumb_bg.jpg");
    border-bottom: 1px solid #dddddd;
    height: 45px;
    width: 100%;
}

@media (max-width: 768px) {
    .header-bottom .header-right {
        padding: 0;
    }
    .header-bottom .header-right li {
        padding: 0 10px;
    }
}

@media (max-width: 768px) and (max-width: 544px) {
    .header-bottom .header-right li {
        padding: 0 6px;
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .header-bottom .header-right li {
        padding: 0 4px;
    }
}

@media (max-width: 768px) {
    .header-bottom .header-right>li+li {
        border-left: 1px solid #e5e5e5;
        margin-left: 0px;
    }
}

@media (max-width: 768px) and (max-width: 320px) {
    .header-bottom .header-right>li+li {
        border-left: none;
    }
}

.dropdown-user {
    background-color: #333;
    display: none;
    margin: 0;
    min-width: 200px;
    right: -7px;
    left: auto;
}

.dropdown-user::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(204, 204, 204, 0.8);
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: block;
    height: 0;
    left: auto;
    line-height: 0;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    top: -6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}

.accountList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accountList li a {
    color: #b4b4b4;
    display: block;
    font-size: 13px;
    padding: 6px 20px;
    text-decoration: none;
    width: 100%;
}

.accountInfoNonLoggedIn {
    text-align: center;
    width: 100%;
    padding: 15px;
}

.accountInfoNonLoggedIn .accountBtn {
    border-radius: 3px;
}

.newUser {
    color: #b4b4b4;
    cursor: default;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.newUserRegister {
    color: #ffffff;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}

.scrollActive .navbar-main {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    width: 100%;
    z-index: 99;
}

.mobile-search {
    position: fixed;
    background: #fff;
    display: block;
    height: 0%;
    width: 100%;
    top: 1000%;
    padding: 10px;
    z-index: 999;
    -o-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1), height 750ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-search .search-form {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    padding-left: 35px;
}

.mobile-search .search-btn {
    left: 0;
    right: auto;
}

.mobile-search.open {
    height: 100%;
    top: 0;
}

.logo {
    margin: auto;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .logo {
        padding: 0px;
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .logo {
        padding: 0px;
        position: relative;
        text-align: right;
    }
}

.logo img {
    width: 250px;
}

@media screen and (min-width: 1400px) {
    .logo img {
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .logo img {
        width: 225px;
    }
}

@media screen and (max-width: 600px) {
    .logo img {
        width: 150px;
    }
}

.metlon_logo {
    max-width: 140px;
    padding: 35px 0 0;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .metlon_logo {
        max-width: 92px;
        padding: 8px 0;
    }
}

@media (max-width: 992px) {
    .header-v-m {
        display: block !important;
    }
    .header-right.mobile-menu-action {
        background-color: #333;
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 0px 0;
    }
    .header-right.mobile-menu-action li {
        display: table-cell;
        padding: 9px 6px;
        text-align: center;
    }
}

#header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-title {
    color: #29166f;
    font-size: 21px;
    margin: 0;
    font-family: 'FuturaMdBT';
}

.reach-btn {
    background-color: #299E2B;
}

.reach-btn a {
    color: #fff !important;
    display: block;
    position: relative;
    padding: 0px 0px 0px 20px;
}

.reach-btn span:hover {
    color: #fff !important;
}

.pd_box {
    margin-top: 0px;
    color: #333;
    line-height: 16px;
    font-size: 14px;
    border-bottom: 1px solid #1B914F;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .pd_box {
        padding-top: 18px;
        padding-bottom: 20px;
    }
}

.mobiletop {
    background-color: #29166f;
    color: #fff;
    font-size: 12px;
    height: 22px;
}

.lite-color {
    color: #6c6c6c;
    font-size: 13px;
}

.lite-color a {
    color: #6c6c6c;
}

.quote_btn {
    position: fixed;
    right: 0;
    top: 40%;
}

@media screen and (max-width: 991px) {
    .quote_btn {
        display: none;
    }
}

.followus {
    display: table;
    float: right;
    padding: 0;
}

.followus ul {
    margin: 0px;
    padding: 0px;
}

.followus ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0px 5px;
    padding: 0;
}

.followus ul li:last-child {
    margin: 0px 0px 0px 3px;
}

.followus ul li:hover {
    opacity: 0.8;
}

.blur {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-main {
    border-bottom: 1px solid #d7d5d6;
}

.nav-main {
    list-style: outside none none;
    padding: 0;
    position: relative;
    display: table;
    margin: auto;
}

.nav-main .dropdown-toggle::after {
    display: none;
}

.nav-main li {
    display: inline-block;
    padding: 0px;
}

.nav-main li a span {
    display: block;
    padding: 12px 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.nav-main li a span:hover {
    color: #299E2B;
}

.dropdown-list-menu a:hover {
    color: #299E2B;
}

.nav-main li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

.nav-main li li {
    display: block;
    position: relative;
    padding: 9px 35px 9px 16px;
    border-bottom: 1px solid #94949447;
}

.nav-main li li:hover {
    color: #851f2c;
}

.nav-main li.dropdown {
    position: static;
}

.nav-main li.dropdown .dropdown-box {
    position: absolute;
    top: 100%;
    right: auto;
    left: -auto;
    z-index: 999;
    display: none;
    visibility: visible;
    opacity: 1;
    padding: 0px;
    min-width: 160px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.nav-main li.dropdown .sub-menu {
    left: 100%;
    list-style: outside none none;
    padding: 0;
    top: 0;
    width: 100%;
}

.nav-main li.dropdown .sub-menu li {
    display: block;
    padding: 6px 10px;
}

.nav-main li.dropdown .sub-menu li a {
    font-size: 14px;
    color: #333;
}

.nav-main li.dropdown .sub-menu li a:hover {
    color: #851f2c !important;
}

.nav-main li.dropdown-full .dropdown-box {
    width: 100%;
    left: 0;
    right: 0;
}

.nav-main .dropdown.open .dropdown-box {
    visibility: visible;
    opacity: 1;
    display: block;
}

.nav-main .sub-menu-heading {
    color: #434343;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 10px;
}

@media (min-width: 992px) {
    .nav-main>li:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        width: 0px;
        background: transparent;
        -webkit-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
        -o-transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
        transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    }
    .nav-main>li:hover:after,
    .nav-main>li.active:after {
        width: 100%;
        background-color: #299E2B;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.nav-main>li.active span {
    color: #000;
}

.navbar-toggle {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    cursor: pointer;
    top: 23px;
}

.navbar-toggle .icon-bar {
    background-color: #000000;
    display: block;
    height: 3px;
    margin: 0;
    position: relative;
    width: 28px;
    border-radius: 0px;
}

.navbar-toggle .icon-bar.bar-top {
    width: 20px;
}

.navbar-toggle .icon-bar.bar-middle {
    width: 24px;
}

.navbar-toggle .icon-bar.bar-bottom {
    width: 28px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-circle {
    background-color: #ffffff;
    display: block;
    height: 4px;
    margin: 0;
    position: relative;
    width: 4px;
    border-radius: 4px;
}

.navbar-toggle .icon-circle+.icon-circle {
    margin-top: 7px;
}

.header-right li+li.more-menu {
    margin-left: 10px;
}

#mobilesearch-btn {
    margin-left: 0px;
}

@media (max-width: 991px) {
    .wrapper {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 0px;
        position: relative;
    }
    .wrapper.visiable {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 270px;
    }
    #nav-main {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #232121;
        height: 100%;
        overflow: auto;
        padding: 0;
        margin: 0px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 270px;
        z-index: 9999;
    }
    #nav-main li {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0px;
    }
    #nav-main li.dropdown {
        position: relative;
    }
    #nav-main li.dropdown .dropdown-toggle::after {
        display: none;
    }
    #nav-main a {
        padding: 15px 20px;
        display: block;
        font-size: 14px;
        color: #b4b4b4;
    }
    #nav-main a:hover {
        border-left: 4px solid #000;
        color: #000;
    }
    #nav-main a span {
        padding: 0px;
        color: #fff;
    }
    #nav-main a span:hover {
        color: #fff;
    }
    #nav-main .dropdown-box,
    #nav-main .sub-menu {
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
        border: none;
        border-top: none;
        margin-top: 0px;
        background-color: transparent;
        padding: 0px;
    }
    .nav-main .expand-icon {
        cursor: pointer;
        height: 17px;
        position: absolute;
        top: 20px;
        right: 13px;
        text-align: center;
        width: 22px;
        background-image: url(/Images/down_arrow.png);
        background-repeat: no-repeat;
    }
}

#nav-main.visiable {
    left: 0px;
}

.menu-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer-title span {
    color: #000;
    display: block;
    font-size: 15px;
    margin: 30px 0 8px;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 1366px) {
    .footer-title span {
        font-size: 13px;
    }
}

.service-box {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 12px;
    height: 60px;
    margin-bottom: 10px;
    padding: 15px 10px;
    text-align: center;
}

.service-box .service-icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.footer-content {
    padding-top: 0px;
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    .footer-col {
        padding: 0;
    }
    .footer-content {
        padding: 10px;
    }
    .footer-title {
        border: 1px solid #454545;
        margin-bottom: -1px;
        padding: 10px;
        cursor: pointer;
        position: relative;
    }
    .footer-title span {
        margin: 0;
    }
    .footer-title .right-arrow {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.footer-links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    line-height: 38px;
    display: inline-block;
    margin: 5px 15px;
}

.footer-links li a {
    color: #ccc !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-links li a:visited {
    color: #000;
}

.footer-links li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff !important;
}

.footer-middle {
    border-top: 1px solid #E5E5E5;
    margin-top: 15px;
    padding: 25px 0 15px;
    color: #333333;
    font-size: 12px;
}

@media (max-width: 768px) {
    .footer-middle {
        margin-top: 0px;
        padding: 15px 0 15px;
    }
}

.footer-middle .footer-title-small span {
    color: #ccc;
    display: block;
    font-size: 13px;
    margin: 0px 0 6px;
    text-transform: uppercase;
}

.copyright-info {
    padding: 14px 0 16px;
    font-size: 13px;
    background-color: #fff;
}

.copyright-info .power-by {
    display: block;
    text-align: right;
    color: #6c6c6c;
}

.copyright-info .power-by a {
    color: #6c6c6c;
}

.copyright-info .power-by a:hover {
    color: #ccc;
    text-decoration: none;
}

#scroll-top {
    border-radius: 100%;
    bottom: 65px;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    position: fixed;
    right: 60px;
    width: 42px;
    z-index: 9999;
}

@media screen and (max-width: 991px) {
    #scroll-top {
        bottom: 55px;
        right: 10px;
    }
}

.link-follow {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: table;
}

.link-follow li {
    display: block;
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    .link-follow li {
        width: 100%;
        float: none;
    }
}

.link-follow li a {
    color: #ccc;
    font-size: 12px;
}

.footer-wrapper {
    background-color: #2B2A29;
    /*background-image: url("../images/footer_bg.jpg");
    background-size: cover;*/
    position: relative;
    width: 100%;
    bottom: 0px;
    top: 45px;
}

@media (max-width: 991px) {
    .footer-wrapper {
        position: relative;
        padding: 10px;
    }
}

.whatsapp_bg {
    background-color: #10a85a;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    width: 95%;
}

.email_bg {
    background-color: #313131;
    color: #cfcfcf;
    padding: 5px;
    width: 95%;
}

.i_text {
    font-size: 15px;
    padding-left: 8px;
    padding-top: 2px;
}

.border01 {
    border: 1px solid #606060;
    padding: 5px;
}

.border01>a {
    color: #ccc;
}

.border01>a:hover {
    color: #fff;
}

.footer-links span {
    margin-bottom: -5px;
    margin-right: 6px;
}

.footer_logo {
    width: 29px;
    height: 32px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    background-image: url("../images/black_logo.svg");
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.sub_btn {
    background-color: #299E2B;
    color: #fff !important;
    border: none;
    padding: 14px 0px;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
}

.sub_textbox {
    background-color: #D3D3D3;
    padding: 16px 23px;
}

.top_line {
    border-top: 1px solid #DDDDDD;
}

.footer_line {
    border-top: 1px solid #4e4b4b;
    color: #000;
    line-height: 28px;
}

.followus_footer {
    display: table;
    padding: 0;
    margin: auto;
}

.followus_footer ul {
    margin: 0px;
    padding: 0px;
}

.followus_footer ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0px 5px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .followus_footer ul li {
        margin: 0px 0px;
    }
}

.form-group {
    margin-bottom: 0rem;
}

.call_w {
    float: left;
}

@media screen and (max-width: 991px) {
    .call_w {
        display: table !important;
        margin: auto;
        float: none !important;
        margin-top: 10px;
    }
}

.pro_name {
    font-family: caption;
    font-size: 22px;
    padding-top: 7px;
}

body {
    line-height: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.v-m {
    vertical-align: middle;
}

.v-t {
    vertical-align: top;
}

.v-b {
    vertical-align: bottom;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
}

.img-full {
    display: inline-block;
    width: 100%;
}

.vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.no-gutter.row {
    margin-left: 0px;
    margin-right: 0px;
}

.xxs-gutter.row {
    margin-left: -1px;
    margin-right: -1px;
}

.xs-gutter.row {
    margin-left: -3px;
    margin-right: -3px;
}

.sm-gutter.row {
    margin-left: -6px;
    margin-right: -6px;
}

.md-gutter.row {
    margin-left: -9px;
    margin-right: -9px;
}

.lg-gutter.row {
    margin-left: -12px;
    margin-right: -12px;
}

.xlg-gutter.row {
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutter>[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
}

.xxs-gutter>[class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.xs-gutter>[class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.sm-gutter>[class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
}

.md-gutter>[class*='col-'] {
    padding-left: 9px;
    padding-right: 9px;
}

.lg-gutter>[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.xlg-gutter>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}


/* MARGINS & PADDINGS */

.m-n-t {
    margin-top: 0px;
}

.m-n-a {
    margin: 0px;
}

.m-n-b {
    margin-bottom: 0px;
}

.m-n-l {
    margin-left: 0px;
}

.m-n-r {
    margin-right: 0px;
}

.m-xs-t {
    margin-top: 4px;
}

.m-xs-a {
    margin: 4px;
}

.m-xs-b {
    margin-bottom: 4px;
}

.m-xs-l {
    margin-left: 4px;
}

.m-xs-r {
    margin-right: 4px;
}

.m-sm-t {
    margin-top: 8px;
}

.m-sm-a {
    margin: 8px;
}

.m-sm-b {
    margin-bottom: 8px;
}

.m-sm-l {
    margin-left: 8px;
}

.m-sm-r {
    margin-right: 8px;
}

.m-md-t {
    margin-top: 12px;
}

.m-md-a {
    margin: 12px;
}

.m-md-b {
    margin-bottom: 12px;
}

.m-md-l {
    margin-left: 12px;
}

.m-md-r {
    margin-right: 12px;
}

.m-lg-t {
    margin-top: 16px;
}

.m-lg-a {
    margin: 16px;
}

.m-lg-b {
    margin-bottom: 16px;
}

.m-lg-l {
    margin-left: 16px;
}

.m-lg-r {
    margin-right: 16px;
}

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

.m-xlg-a {
    margin: 20px;
}

.m-xlg-b {
    margin-bottom: 20px;
}

.m-xlg-l {
    margin-left: 20px;
}

.m-xlg-r {
    margin-right: 20px;
}

.p-n-t {
    padding-top: 0px;
}

.p-n-a {
    padding: 0px;
}

.p-n-b {
    padding-bottom: 0px;
}

.p-n-l {
    padding-left: 0px;
}

.p-n-r {
    padding-right: 0px;
}

.p-xs-t {
    padding-top: 4px;
}

.p-xs-a {
    padding: 4px;
}

.p-xs-b {
    padding-bottom: 4px;
}

.p-xs-l {
    padding-left: 4px;
}

.p-xs-r {
    padding-right: 4px;
}

.p-sm-t {
    padding-top: 8px;
}

.p-sm-a {
    padding: 8px;
}

.p-sm-b {
    padding-bottom: 8px;
}

.p-sm-l {
    padding-left: 8px;
}

.p-sm-r {
    padding-right: 8px;
}

.p-md-t {
    padding-top: 12px;
}

.p-md-a {
    padding: 12px;
}

.p-md-b {
    padding-bottom: 12px;
}

.p-md-l {
    padding-left: 12px;
}

.p-md-r {
    padding-right: 12px;
}

.p-lg-t {
    padding-top: 16px;
}

.p-lg-a {
    padding: 16px;
}

.p-lg-b {
    padding-bottom: 16px;
}

.p-lg-l {
    padding-left: 16px;
}

.p-lg-r {
    padding-right: 16px;
}

.p-xlg-t {
    padding-top: 20px;
}

.p-xlg-a {
    padding: 20px;
}

.p-xlg-b {
    padding-bottom: 20px;
}

.p-xlg-l {
    padding-left: 20px;
}

.p-xlg-r {
    padding-right: 20px;
}

body {
    color: #333333;
    background-color: #ffffff;
    font-family: 'poppins-regular';
    font-size: 13px;
    line-height: 22px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

@font-face {
    font-family: 'poppins-regular';
    src: url("../fonts/poppins-regular-0.eot");
    src: url("../fonts/poppins-regular-0.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular-0.woff2") format("woff2"), url("../fonts/poppins-regular-0.woff") format("woff"), url("../fonts/poppins-regular-0.ttf") format("truetype"), url("fonts/poppins-regular-0.svg#poppins-regular-0") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didot';
    src: url("../fonts/Didot.eot");
    src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot.woff2") format("woff2"), url("../fonts/Didot.woff") format("woff"), url("../fonts/Didot.ttf") format("truetype"), url("fonts/Didot.svg#Didot") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

.text-black {
    color: #000000;
}

.text-underline {
    color: #000000;
    text-decoration: underline;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #000000;
    padding: 0;
    outline: none;
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #666666;
    background-color: transparent;
    outline: none;
    border-color: transparent !important;
}

.btn-default-outline {
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 0;
    color: #333333;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
}

.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active.focus,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black.active.focus,
.open>.btn-black.dropdown-toggle:hover,
.open>.btn-black.dropdown-toggle:focus,
.open>.btn-black.dropdown-toggle.focus {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-black.disabled:focus,
.btn-black.disabled.focus,
.btn-black:disabled:focus,
.btn-black:disabled.focus {
    background-color: #000;
    border-color: #000;
}

.btn-black.disabled:hover,
.btn-black:disabled:hover {
    background-color: #000;
    border-color: #000;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.btn-secondary-outline {
    color: #666666;
    border-color: #666666;
    border-width: 1px;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open>.btn-secondary-outline.dropdown-toggle {
    color: #666666;
    background-color: transparent;
    border-color: #666666;
}

.btn-secondary-outline:hover {
    color: #fff;
    background-color: #000;
    border-color: #4F4F4F;
}

.btn-secondary-outline {
    color: #666666;
    border-color: #666666;
    border-width: 1px;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    color: #666666;
    background-color: transparent;
    border-color: #666666;
}

.btn-secondary-outline:hover {
    color: #fff;
    background-color: #000;
    border-color: #4F4F4F;
}

.form-control {
    min-height: 42px;
    border-radius: 0px;
}

.form-control:focus {
    border-color: #999999;
    background-color: #fafafa;
}

.btn {
    min-height: 42px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0px;
}

.btn-md,
.input-md {
    min-height: 38px;
    font-size: 13px;
}

.btn-sm {
    min-height: 34px;
    font-size: 13px;
}

.outer.big {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.checkbox {
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
}

.checkbox input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.checkbox input:checked+.outer .inner {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100;
    filter: alpha(opacity=100);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAMAAACXZR4WAAAAb1BMVEX///9QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFDK0nYKAAAAJXRSTlMAAgQHCAkOFhwdIzI6Q0ZeZWlvg4iQnKS4ubu/wcTFyMvS1OLwd5oSWQAAAEtJREFUeAFjIBFw8aDy2WUEUPhsisIofEYpcQiDGSogJsEEYUhDNArLsUJl+JVEgaSgMidcM4esJAufCjeSccyi8gq8qC4QEcLpWAD7FwLW/7eb1AAAAABJRU5ErkJggg==);
}

.checkbox input:checked+.outer {
    border: 1px solid #000000;
}

.checkbox .outer {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.checkbox .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 16px;
    height: 16px;
    margin: -1px 0 0 -1px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=0;
    filter: alpha(opacity=0);
}

.outer.square,
.inner.square {
    border-radius: 0%;
    border-width: 1px;
}

.checkbox.square input:checked+.outer .inner::after {
    background: #292929;
    content: "";
    display: block;
    height: 8px;
    left: 1px;
    margin: auto;
    position: absolute;
    top: 1px;
    width: 8px;
}

.radio {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 25px;
}

.radio:hover .inner {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=5;
    filter: alpha(opacity=5);
}

.radio input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

.radio input:checked+.outer .inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.radio input:checked+.outer {
    border: 1px solid #333333;
}

.radio input:focus+.outer .inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    background-color: #333333;
}

.radio .outer {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 2px 10px 0 0;
    border: 1px solid #333333;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 6px;
    height: 6px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 3px;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0;
}

.checked-icon,
.round.checkbox input:checked+.outer::after {
    border-left: 0 none;
    border-style: none solid solid none;
    border-top: 0 none;
    border-width: 0 2px 2px 0;
    border-color: #999;
    content: "";
    display: table;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.checkbox.round .outer {
    border-radius: 3px;
}

.checkbox.round .outer .inner {
    border-radius: 3px;
    border: 1px solid #999;
}

.tab-pane {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    border: 1px solid #ccc;
    padding: 10px;
}

@media (min-width: 991px) {
    .col-lg-2-5 {
        width: 20%;
        float: left;
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.h_about_box {
    padding-top: 40px;
    padding-bottom: 30px;
}

.section-title {
    padding: 50px 0 5px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .section-title {
        padding: 25px 0 5px;
    }
}

h2.title {
    font-size: 26px;
    padding-bottom: 8px;
    font-weight: normal;
    font-family: Abril Fatface;
}

@media screen and (max-width: 991px) {
    h2.title {
        font-size: 32px;
    }
}

.title_line {
    border-bottom: 1px solid #cccccc;
}

h3.sub-title {
    margin: 0;
    display: block;
    position: relative;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: normal;
    font-family: Abril Fatface;
}

.section-title span.title-line {
    background-color: #E5E5E5;
    bottom: 0;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 180px;
    z-index: -1;
}

.section-title span.title-line::before {
    background-color: #CCCCCC;
    bottom: 1px;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: 50px;
    z-index: 0;
}

.services_listing ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.services_listing ul li {
    text-align: center;
    display: inline-block;
    width: 19.5%;
}

@media screen and (max-width: 991px) {
    .services_listing ul li {
        width: 18.5%;
    }
}

.services_listing li i {
    margin-right: 0;
}

.s_text {
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .s_text {
        display: none;
    }
}

.btn-black {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-black:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
}

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
    background-image: none;
}

.btn-black:active:hover,
.btn-black:active:focus,
.btn-black:active.focus,
.btn-black.active:hover,
.btn-black.active:focus,
.btn-black.active.focus,
.open>.btn-black.dropdown-toggle:hover,
.open>.btn-black.dropdown-toggle:focus,
.open>.btn-black.dropdown-toggle.focus {
    color: #fff;
    background-color: #080808;
    border-color: black;
}

.btn-black.disabled:focus,
.btn-black.disabled.focus,
.btn-black:disabled:focus,
.btn-black:disabled.focus {
    background-color: #333333;
    border-color: #333333;
}

.btn-black.disabled:hover,
.btn-black:disabled:hover {
    background-color: #333333;
    border-color: #333333;
}

.btn-black:hover {
    background-color: #4F4F4F;
}

.form-control {
    min-height: 50px;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 13px;
}

.form-control:focus {
    border-color: #666666;
}

.btn {
    min-height: 42px;
    border-radius: 0px;
}

.btn-sm {
    min-height: 34px;
    font-size: 12px;
}

.WebRupee {
    font-family: 'rupeeregular';
}

.footer_sp {
    height: 300px;
}

@media (max-width: 990px) {
    .footer_sp {
        height: auto;
    }
}

.wrapper {
    position: relative;
    width: 100%;
    z-index: 999;
}

.white {
    color: #fff;
}

p.gentext {
    line-height: 32px;
    color: #000;
}

.inner_sp {
    height: 100px;
}

@media screen and (max-width: 991px) {
    .inner_sp {
        height: 55px;
    }
}

.title-sub a {
    color: #333;
}

.title-sub a:hover {
    color: #000;
    text-decoration: none;
}

.load-img {
    -webkit-filter: blur(10px) brightness(80%);
    filter: blur(10px) brightness(80%);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    max-width: 100%;
}

.lazyload.lazyload {
    -webkit-filter: blur(0px) brightness(100%);
    filter: blur(0px) brightness(100%);
    opacity: 1;
}

.ripple {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0;
    }
}

.animation-box {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, -ms-transform 0.3s ease-in 0s;
}

.animation-box.already-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, -ms-transform 0.2s ease-in 0s;
}

.animation-box.complete {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, -ms-transform 0.3s ease-in 0s;
}

.dropdown-toggle::after {
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.4em solid #29166f;
    margin-left: 10px;
    margin-top: -3px;
}

.tab_button ul {
    margin: 0px;
    padding: 0px;
    margin-top: 1%;
}

.tab_button li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    list-style: outside none none;
    margin-right: 1%;
    width: 19%;
}

.tab_button li a {
    display: table;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .tab_button li a {
        padding: 6px;
    }
}

.tab_button li a:hover {
    background-color: #29166F;
}

.tab_button li a.active {
    background-color: #29166F;
}

.tab_button span {
    display: inline-block;
    line-height: 17px;
    overflow: hidden;
    vertical-align: middle;
}

.textblue {
    color: #29166F;
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .t_text {
        display: none !important;
    }
}

.pdfdownload_icon {
    background-position: -77px 0px;
    border-radius: 100%;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    width: 25px;
    background-color: #333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.pdfdownload_icon:hover {
    background-color: #29166F;
}

.inner-banner {
    display: table;
    margin: auto;
}

.center_w {
    /*background-color: #F1F1EE;*/
    z-index: 9;
    position: relative;
}

@media screen and (max-width: 991px) {
    .center_w {
        margin-top: 0px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
}

.breadcrumb_link {
    margin: 0px;
    font-size: 12px;
}

.breadcrumb_link ul {
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
}

.breadcrumb_link ul li {
    margin: 0px;
    padding: 18px 15px;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
}

@media screen and (max-width: 520px) {
    .breadcrumb_link ul li {
        padding: 18px 5px;
    }
}

.breadcrumb_link ul li a {
    margin: 0px;
    display: inline-block;
    color: #999;
}

.breadcrumb_link ul li a:hover {
    color: #333;
}

.read_btn {
    color: #C5161C;
    margin: 0px auto 0px auto;
    font-size: 14px;
}

.read_btn a {
    background-color: #29166F;
    border-radius: 25px;
    color: #fff;
    display: table;
    padding: 8px 22px;
    text-decoration: none;
    cursor: pointer;
}

.email_w {
    color: #ccc;
}

.email_w a {
    color: #ccc;
}

.email_w a:hover {
    color: #fff;
}

.dropdown-list-menu {
    margin: 0;
    padding: 0;
}

.home_icon {
    width: 22px;
}