/*===============General Style start===========*/
html,
body {
    overflow-x: hidden
}

body {
    color: #666;
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #333;
}

p {
    font-family: 'Quicksand', sans-serif;
    color: #666;
    font-size: 18px;
}

a {
    color: inherit
}
ul,
figure{
    padding: 0;
    margin:0;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
    text-decoration: none;
    outline: none !important
}

textarea {
    resize: none
}

button {
    border: 0
}

iframe {
    width: 100%;
    border: 0;
    display: block
}

a,
img,
:before,
:after,
button,
input,
textarea,
span,
.compare-list li,
.res-menu-wrapper {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.bg-grey a{
    background-color: #f3f3f3;
}
.theme-btn {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid;
}
.theme-btn:hover {
    color: #fff;
}
.page-title {
    z-index: 2
}

.page-title p {
    font-size: 18px;
    line-height: 30px;
    color: #eee;
    max-width: 55%;
    margin: 10px auto
}

.page-title>h2+nav {
    margin-top: 1rem
}

.page-title>h2 {
    font-size: 2.125rem
}

.page-link:focus {
    box-shadow: none
}

.breadcrumb {
    background-color: transparent
}

.page-title .breadcrumb li+li {
    padding-left: 1rem
}

.black-layer .page-title .breadcrumb .breadcrumb-item, .black-layer .page-title .breadcrumb .item-current {
    color: #fff
}

.fixed-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.page-banner-style1 {
    padding: 150px 0 130px
}

.page-banner-style1 h2 {
    font-size: 70px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    font-weight: 700
}

.page-banner-style1 .breadcrumb {
    background-color: transparent;
    justify-content: center
}

.breadcrumb-item>a {
    color: inherit
}

.page-banner-style1 .breadcrumb-item {
    font-size: 17px;
    color: #333
}
.page-banner-style1 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1.4rem;
}

.page-banner-style1 .breadcrumb-item:hover>a {
    color: #d8281b
}

.page-banner-style2 {
    padding: 60px 0
}

.page-banner-style2 .banner-txt-bg {
    background-color: rgba(0, 0, 0, .8);
    padding: 70px 0
}

.page-banner-style2 h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    font-weight: 700
}

.page-banner-style2 .breadcrumb {
    background-color: transparent;
    justify-content: center
}

.page-banner-style2 .breadcrumb-item {
    font-size: 20px;
    color: #fff
}

.page-banner-style2 .breadcrumb-item.active {
    font-weight: 600
}

.page-banner-style2 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.page-banner-style2 .breadcrumb-item:hover>a {
    color: #d8281b
}

.page-banner-style3 {
    padding: 260px 0 120px
}

.page-banner-style3 h2 {
    font-size: 85px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700
}

.page-banner-style3 nav {
    padding: 10px 20px;
    display: inline-block
}

.page-banner-style3 .breadcrumb-item {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.page-banner-style3 .breadcrumb li.breadcrumb-item a:hover {
    color: #000
}

.page-banner-style3 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.page-banner-style3 .breadcrumb-item:hover>a {
    color: #d8281b
}

.page-banner-style4 {
    padding: 110px 0 80px
}

.page-banner-style4 h2 {
    font-weight: 700;
    font-size: 60px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700
}

.page-banner-style4 .breadcrumb {
    background-color: transparent
}

.page-banner-style4 .breadcrumb-item {
    font-size: 20px;
    color: #333
}

.page-banner-style4 .breadcrumb-item.active {
    font-weight: 600
}

.page-banner-style4 .breadcrumb-item:hover>a {
    color: #25a860
}

.page-banner-style4 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.page-banner-style5 {
    padding: 270px 0 130px
}

.overlay::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.page-banner-style5 .page-title h2 {
    color: #f5f5f5;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 20px
}

.page-banner-style5 .page-title h2 span {
    color: #d87730
}

.page-banner-style5 .page-title p {
    font-size: 20px;
    color: #dfdfdf;
    line-height: 33px;
    margin: 0 auto;
    max-width: 45%
}

.page-banner-style5 .page-title {
    z-index: 1;
    position: relative
}

.page-banner-style5 .breadcrumb {
    background-color: transparent;
    justify-content: center
}

.page-banner-style5 .breadcrumb-item {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.page-banner-style5 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.page-banner-style5 .breadcrumb-item:hover>a {
    color: #d8281b
}

.page-banner-style5 nav {
    padding: 18px 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 65%
}

.page-banner-style5 .breadcrumb li.breadcrumb-item a:hover {
    color: #000
}

.page-banner-style5 nav::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    border-left: 15px solid transparent;
    border-bottom: 65px solid;
    border-right: 15px solid transparent
}

.page-banner-style5 nav::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: -1;
    border-left: 15px solid transparent;
    border-bottom: 65px solid;
    border-right: 15px solid transparent
}

.breadcrumb-child.breadcrumb-item+.breadcrumb-child.breadcrumb-item::before {
    display: none;
}

.banner-style-1 p, .banner-style-2 p, .banner-style-3 p, .banner-style-4 p, .banner-style-5 p, .banner-style-6 p {
    font-size: 20px;
    color: #dfdfdf;
    line-height: 33px;
    margin: 0 auto;
    max-width: 45%
}

.banner-style-1 p {
    margin: 10px auto
}

.banner-style-2 p {
    color: #333
}

.banner-style-1 .breadcrumb {
    justify-content: center;
}

.banner-style-7 .page-title-wrap {
    border-bottom: .375rem solid;
    padding: 8.4375rem 0 7.1875rem
}

.banner-style-7 .page-title-inner>h1 {
    font-size: 3.2rem;
    font-weight: 700
}

.banner-style-7 .breadcrumb-wrap {
    background-color: #f1f1f1;
    padding: 1.15625rem 0
}

.banner-style-7 .breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.banner-style-7 .page-title-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1
}

.banner-style-7 .page-title-inner>h1+p {
    margin-top: 1.125rem
}

.banner-style-7 .page-title-inner>p {
    font-size: 1.375rem;
    line-height: 1.875rem;
    max-width: 70%
}