/* -----------------------------------
Yellow :
#ffc82e

Dark : 
#332500

01. General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #666666;
    font-family: 'Epilogue', sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Epilogue', sans-serif;
    color: #332500;
    margin: 0 0 26px;
    line-height: 1.2;
}

h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.text-md-left {
    text-align: left;
}

.text-md-right {
    text-align: right;
}

.text-right {
    text-align: right;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.gray-bg {
    background: #fbfbfb;
}

.gray-bg2 {
    background: #fbf1f1;
}

.white-color {
    color: #ffffff !important;
}

.title-color {
    color: #332500 !important;
}

.body-color {
    color: #666666 !important;
}

.white-bg {
    background: #fff;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-290 {
    padding-bottom: 300px;
}

a {
    color: #ffc82e;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #ffc82e;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #ffc82e;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #ffc82e;
    text-shadow: none;
    color: #ffffff;
}

.bg2 {
    background: url(../images/project-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4 {
    background: url(../images/testi-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.offwrap {
    cursor: url(assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 999;
}

.copyright p {
    font-size: 15px;
}

body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s;
}

.home-blue {
    background: #1A0B8C !important;
}

.bg-unset {
    background: unset !important;
}

.rs-menu-toggle {
    color: #ffc82e;
    text-align: right;
}

button {
    cursor: pointer;
}

.glyph-icon:before {
    margin: 0;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

ul.services-list li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 0px 10px 0px 10px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px;
}

ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #332500;
}

ul.services-list li a:hover,
ul.services-list li a.active {
    background: #ffc82e;
    color: #ffffff;
    border-radius: 0px 10px 0px 10px;
}

ul.services-list li a:hover:before,
ul.services-list li a.active:before {
    color: #ffffff;
}

ul.check-lists li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}

ul.check-lists li:before {
    content: "\f160";
    font-size: 18px;
    color: #ffc82e;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}

ul.check-lists.inner-lists {
    margin: 30px 0 30px 40px;
}

ul.check-lists.inner-lists li {
    color: #333333;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.gridFilter button {
    font-size: 16px;
    font-weight: 500;
    background: 0 0 !important;
    color: #003b40;
    display: inline-block;
    transition: .4s;
    outline: 0;
    position: relative;
    padding: 6px 20px 6px 20px;
    border: 0;
}

.gridFilter button.active {
    color: #ffc82e;
    box-shadow: 0 0 30px #eee;
}

.gridFilter button:hover {
    color: #ffc82e;
}

.gridFilter button+button {
    margin-left: 20px;
}

blockquote {
    margin: 40px 0;
    padding: 30px 40px;
    color: #222;
    position: relative;
    background: #fbfbfb !important;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-left: 4px solid #ffc82e;
}

blockquote p {
    font-size: 20px;
    margin-bottom: 10px;
}

blockquote p cite {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

blockquote p cite:before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0px;
    display: inline-block;
    background: #ffc82e;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ------------------------------------
        02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}

.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

/*-- Add Button CSS --*/
.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 500;
    background: #ffc82e;
    color: #ffffff;
    border: none;
}

.add-btn:hover {
    opacity: 0.7;
}

.button1 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 500;
    background: #ffc82e;
    color: #ffffff;
    border: none;
}

.button1:hover {
    opacity: 0.7;
}

/*-- Services Button CSS --*/
.btn-text {
    transition: all 0.4s ease-in-out 0s;
}

.btn-text i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #f8e6e6;
    text-align: center;
    color: #332500;
}

.btn-text i:before {
    font-size: 16px;
}

.btn-text:hover i {
    background: linear-gradient(to bottom right, #003b40, #ffc82e);
    color: #fff;
}

/*-- Blog Button CSS --*/
.blog-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffc82e;
    border-radius: 0px 10px 0px 10px;
    padding: 13px 22px 12px 22px;
}

.blog-button.get-started a {
    border-radius: 5px 5px 5px 5px;
    padding: 11px 22px 11px 22px;
}

.blog-button.get-started a span {
    position: relative;
    z-index: 3;
}

.blog-button.get-started a:before {
    background: #930606;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 9%;
    top: 9px;
    transition: 0.4s;
    z-index: 1;
}

.blog-button.get-started a:hover:before {
    right: 70%;
}

.blog-button.started-small a {
    padding: 13px 22px 12px 22px;
    border-radius: 5px 5px 5px 5px;
}

.blog-button.started-small:hover a {
    background-color: #332500;
    color: #ffffff;
}

.blog-button.inner-btn a {
    background-color: unset;
    padding: 0 20px 0 0;
    color: #033146;
    z-index: 1;
    border-radius: 0 10px 0 10px;
}

.blog-button.inner-btn a:before {
    content: "\f121";
    position: absolute;
    font-family: uicons-regular-rounded !important;
    font-size: 19px;
    top: -1px;
    right: -5px;
    opacity: 1;
    transition: all 0.3s;
}

.blog-button.inner-btn:hover a {
    color: #ffc82e;
}

.blog-button.inner-btn:hover a:before {
    right: -10px;
    opacity: 1;
}

/*-- Submit Button CSS --*/
.submit-btn {
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border: none;
}

.submit-btn .arrow-btn {
    position: relative;
    z-index: 9;
}

.submit-btn .arrow-btn [type="submit"] {
    background-color: #AF0505E0;
    padding: 16px 34px 16px 34px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 9;
    border: none;
}

.submit-btn .arrow-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #f00;
    right: 15%;
    top: -8px;
    background: #930606;
    transition: 0.4s;
    z-index: 3;
}

.submit-btn .arrow-btn:hover:before {
    right: 68%;
}

.submit-btn.debitis {
    background: #ffc82e;
    padding: 9px 25px;
    display: inline-block;
}

.submit-btn.debitis input[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: unset;
    border: none;
}

.address-wrap .icon-part {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

.address-wrap .icon-part i {
    text-align: center;
    color: #ffc82e;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}

.address-wrap .icon-part:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #ffffff;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.margin-remove {
    margin: 0 !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.container-fluid2 {
    padding-left: 15px;
    padding-right: 15px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.pt-relative {
    position: relative !important;
}

.sec-title {
    position: relative;
}

.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffc82e;
    text-transform: uppercase;
    font-family: 'Epilogue', sans-serif;
    margin: 0 0 10px;
    display: block;
}

.sec-title .sub-text.sub-text2 {
    font-size: 13px;
    background: #F8E6E6;
    padding: 5px 20px 1px 20px;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    margin: 0px 0px 24px 0px;
}

.sec-title .sub-text.sub-text3 {
    font-weight: 600;
}

.sec-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #332500;
    margin: 0;
}

.sec-title .title.title2 {
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
}

.sec-title .title.title3 {
    font-weight: 800;
}

.sec-title .title span {
    color: #ffc82e;
}

.sec-title .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.sec-title .desc.desc2 {
    color: #333333;
}

.sec-title .big-desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #332500;
    margin: 0;
}

.sec-title .view-line {
    margin: 0;
    font-weight: 500;
}

.sec-title .view-line .rs-button {
    padding: 4px 20px 0px 20px;
    background-color: #F8E6E6;
    border-radius: 30px 30px 30px 30px;
    color: #BA0B0B;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.4s;
}

/* -----------------------
        03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}

.full-width-header .rs-header {
    position: relative;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 {
    max-width: 1170px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    background: #332500;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
    margin-right: 46px;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
    color: #ffc82e;
    margin-right: 6px;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i:before {
    font-size: 18px;
    margin-left: 0;
    position: relative;
    top: 3px;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
    color: #ffffff;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a:hover {
    color: #ffc82e;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix {
    text-align: right;
    margin: 0px;
    padding: 0;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
    display: inline-block;
    line-height: 50px;
    margin-right: 13px;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i {
    font-size: 15px;
    color: #ffffff;
}

.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i:hover {
    color: #ffc82e;
}

.full-width-header .rs-header .toolbar-area.topbar-style1.topbar-style2 {
    max-width: unset;
    margin: unset;
    border-radius: unset;
}

.full-width-header .rs-header .menu-area {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 10;
}

.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    /* max-height: 30px; */
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 32px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 108px;
    line-height: 108px;
    padding: 0;
    color: #3B4052;
    position: relative;
    font-family: Epilogue;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ffc82e;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
    padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 25px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ffc82e !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    font-family: Epilogue;
    font-size: 14px;
    color: #3B4052;
    font-weight: 500;
    height: unset;
    line-height: 25px;
    text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ffc82e;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
    left: auto;
    right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item>a {
    color: #ffc82e;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
    color: #ffc82e !important;
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .col-cell.header-logo {
    display: block;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #ffc82e;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #ffc82e;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
    display: none;
}

.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i {
    color: #332500;
}

.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i:before {
    font-size: 16px;
    line-height: unset;
    font-weight: 600 !important;
    font-family: uicons-regular-rounded !important;
    position: relative;
}

.full-width-header .rs-header .expand-btn-inner ul .btn-quote {
    position: relative;
    margin-left: 30px;
    line-height: 30px;
}

.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
    font-size: 15px;
    background: #ffc82e;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 3px;
    border-radius: 0 10px 0 10px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger {
    display: none;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
    padding: 16px 13px 16px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: -4px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    height: 5px;
    width: 5px;
    display: block;
    background: #ffc82e;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
    background: #ffc82e;
}

.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 98px;
    line-height: 98px;
    color: #332500;
}

.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 25px;
}

.full-width-header .rs-header.header-style1 .expand-btn-inner ul .sidebarmenu-search a i {
    color: #ffc82e;
}

.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button {
    border-radius: 5px;
    text-transform: capitalize;
    padding: 10px 22px;
}

.full-width-header .rs-header.header-style2 .menu-area.menu-sticky {
    background: unset;
}

.full-width-header .rs-header.header-style2 .menu-area .menu-one {
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.full-width-header .rs-header.header-style2 .menu-area .menu-one:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 99.6%;
    height: 5px;
    background: #ffc82e;
    content: "";
    border-radius: 0 0 12px 12px;
}

.full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.menu-responsive {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.header-logo {
    display: unset;
    flex: unset;
    padding: 0 45px;
}

.full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.menu-responsive-onepage {
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 50px;
}

.full-width-header .rs-header.header-style2 .menu-area .rs-menu-area {
    margin-right: 0;
}

.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #332500;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky {
    animation: smoothScroll .5s forwards;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .menu-one:before {
    display: none;
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.full-width-header .mobile-menu {
    display: none;
}

.full-width-header .mobile-menu .mobile-logo {
    float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
    max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
    color: #ffffff;
    float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: #ffc82e;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #ffd600;
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    z-index: 11;
    top: 23px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
    top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
    top: 40px;
}

.full-width-header .right_menu_togle {
    background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
    padding: 46px 60px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all .3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 25px !important;
    background: #ffc82e;
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: #ffc82e;
}

.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 35px;
}

.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 45px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0px 0 38px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #ffc82e;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #333333;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #333333;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #ffc82e;
}

.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 40px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    background: #ffc82e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
    opacity: .9;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    margin: 0;
}

.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    color: #333;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #333;
    z-index: 2;
    content: '';
    right: 12px;
    width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover>ul>li {
    height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:after {
    top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:before {
    top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
    color: #ffc82e;
}

/*------------------------------------
        04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ------------------------------------
   Services
---------------------------------------*/
.rs-project.project-style1 .project-item {
    position: relative;
    overflow: hidden;
}

.rs-project.project-style1 .project-item .project-img img {
    width: 100%;
}

.blog-item {
    position: relative;
    z-index: 11;
    transition: all 500ms ease;
    background-color: #ffffff;
    box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
}

.blog-item .image-wrap {
    position: relative;
    overflow: hidden;
}

.blog-item .image-wrap a img {
    transition: all 0.5s ease 0s;
    transform: scale(1);
}

.blog-item .image-wrap .date {
    display: inline-block;
    padding: 12px 20px 8px;
    color: #fff;
    background: #ffc82e;
    position: absolute;
    right: 26px;
    bottom: 24px;
    border-radius: 0 10px 0 10px;
}

.blog-item .image-wrap .date i:before {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.blog-item .blog-content {
    transition: all 500ms ease;
    position: relative;
    padding: 42px 40px 45px 35px;
    background: #fff;
}

.blog-item .blog-content .blog-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: center;
}

.blog-item .blog-content .blog-title a {
    color: #332500;
}

.blog-item .blog-content .blog-title a:hover {
    color: #ffc82e;
}

.blog-item .blog-content .desc {
    color: #666666;
    margin-bottom: 34px;
    text-align: center;
}

.blog-item .blog-content .blog-btn a span:hover {
    color: #ffc82e;
}

.blog-item:hover .image-wrap a img {
    transform: scale(1.1);
}

e .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.blog-item .image-wrap .date {
    border-radius: 5px 5px 5px 5px;
}

.rs-inner-blog .blog-item {
    background: #fff;
    transition: 0.3s;
}

.rs-inner-blog .blog-item .blog-img {
    position: relative;
}

.rs-inner-blog .blog-item .blog-content {
    padding: 25px 0px 10px;
    overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #332500;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #ffc82e;
}

/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #cecece;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #ffc82e;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.owl-nav i {
    color: #111;
    font-size: 20px;
    padding-top: 10px;
}

.owl-nav .owl-prev {
    color: #ffc82e;
    font-size: 43px;
    left: 0%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
    color: #ffc82e;
    font-size: 43px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-theme .owl-nav {
    margin-top: 50px;
}

:root {
    --main-color: #ffc82e;
}

.counter {
    color: var(--main-color);
    background: linear-gradient(transparent, transparent 33%, var(--main-color) 33%, var(--main-color) 66%, transparent 66%);
    text-align: center;
    width: 100%;
    padding: 10px 20px 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.counter:after {
    border: none;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    top: 19px;
    left: 19px;
    right: 19px;
    bottom: 19px;
}

.counter .counter-icon {
    color: #fff;
    background: var(--main-color);
    font-size: 30px;
    line-height: 30px;
    width: 55%;
    padding: 15px;
    margin: 0 0 15px;
    display: inline-block;
}

.counter h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 13px;
}

.counter .counter-value {
    /*    color: #fff;
        background-color: var(--main-color);
        font-size: 28px;
        font-weight: 600;
        line-height: 28px;
        width: 55%;
        padding: 10px;
        display: inline-block;*/
}

.counter .counter-value-wrap {
    color: #fff;
    background-color: var(--main-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    width: 70%;
    padding: 10px;
    display: inline-block;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/* ------------------------------------
        25. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.testimonial-style1 .testi-item .testi-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 55px 55px 60px 55px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .item-content-basic span img {
    width: 60px;
    top: 71%;
    position: absolute;
    left: 80%;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .item-content-basic p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    color: #332500;
    margin: 0 0 51px;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content {
    display: flex;
    align-items: center;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .image-wrap img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    position: relative;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information {
    padding: 0 0 0 25px;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #332500;
}

.rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information .designation {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
}

.rs-testimonial.testimonial-style1.testi-services-modify1 .testi-item .testi-wrap {
    position: relative;
    background-color: #fbfbfb;
    border-radius: unset;
    padding: 55px 55px 60px 55px;
    box-shadow: unset;
}

.rs-testimonial.testimonial-style1.testi-services-modify1 .testi-item .testi-wrap .item-content-basic p {
    font-weight: 500;
}

/*------------------------------------
        22. Partner Section CSS
------------------------------------*/
.rs-partner.partner-main-home {
    background-color: #ffc82e;
}

.rs-partner.partner-main-home .grid-figure .logo-img {
    text-align: center;
    padding: 0 30px;
}

.rs-partner.partner-main-home.partner-style1 {
    background-image: linear-gradient(350deg, #ba0b0b 0%, #0f2d3f 100%);
}

/*------------------------------------
        32. Footer Section CSS
------------------------------------*/
.rs-footer.footer-main-home {
    background: #332500;
    background-size: cover;
}

.rs-footer.footer-main-home .footer-top {
    padding: 85px 0 70px;
}

.rs-footer.footer-main-home .footer-top .footer-logo img {
    /* height: 50px; */
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.rs-footer.footer-main-home .footer-top .footer-title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 44px;
}

.rs-footer.footer-main-home .footer-top .footer-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 40px;
    height: 3px;
    background: #ffc82e;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

.rs-footer.footer-main-home .footer-top .textwidget {
    font-size: 16px;
    color: #ffffff !important
}

.rs-footer.footer-main-home .footer-top .textwidget p {
    color: #ffffff !important
}

.rs-footer.footer-main-home .footer-top .app-store {
    display: flex;
}

.rs-footer.footer-main-home .footer-top .app-store li {
    display: inline-block;
    margin-right: 22px;
}

.rs-footer.footer-main-home .footer-top .app-store li a img {
    opacity: 1;
}

.rs-footer.footer-main-home .footer-top .app-store li:last-child {
    margin-right: 0;
}

.rs-footer.footer-main-home .footer-top .address-widget li {
    padding: 0 0 29px 40px;
    position: relative;
}

.rs-footer.footer-main-home .footer-top .address-widget li i {
    color: #ffc82e;
    position: absolute;
    left: 0;
}

.rs-footer.footer-main-home .footer-top .address-widget li i:before {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.rs-footer.footer-main-home .footer-top .address-widget li .desc {
    color: #ffffff;
}

.rs-footer.footer-main-home .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
    color: #ffc82e;
}

.rs-footer.footer-main-home .footer-top .site-map {
    margin-top: -6px;
}

.rs-footer.footer-main-home .footer-top .site-map li {
    margin-bottom: 5px;
    position: relative;
}

.rs-footer.footer-main-home .footer-top .site-map li a {
    font-size: 16px;
    position: relative;
    padding: 6px 0 6px 0px;
    display: inline-block;
    color: #ffffff;
}

.rs-footer.footer-main-home .footer-top .site-map li a:hover {
    color: #ffc82e;
}

.rs-footer.footer-main-home .footer-top .widget-desc {
    margin: 15px 20px 27px 0;
}


.rs-footer.footer-main-home .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.79;
}

.rs-footer.footer-main-home .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 0.79;
}

.rs-footer.footer-main-home .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 0.79;
}

.rs-footer.footer-main-home .footer-bottom {
    background: #00344c;
    padding: 20px 0 20px 0;
}

.rs-footer.footer-main-home .footer-bottom .copyright p {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.rs-footer.footer-main-home .footer-bottom .copyright p a {
    transition: all 0.4s;
    color: #ffffff;
}

.rs-footer.footer-main-home .footer-bottom .copyright p a:hover {
    color: #ffc82e;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li {
    display: inline-block;
    margin-right: 16px;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a span i {
    font-size: 16px;
    color: #ffffff;
    margin-right: 3px;
    transition: all .8s ease;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li a span i:hover {
    color: #ffc82e;
}

.rs-footer.footer-main-home .footer-bottom .footer-social li:last-child {
    margin-right: 0;
}

/*-- breadcrumb --*/
.banner-area {
    position: relative;
    min-height: 164px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #9514148f;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 1px !important;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
    /*    padding-top: 150px!important;*/

}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

a.card-link {
    color: #332500 !important;
}

.border-box {
    box-shadow: rgb(122, 122, 122) 0px 2px 8px 0px;
    padding: 20px;
}