body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif
}

a {
    color: #a8272c;
    transition: .5s
}

a:active,
a:focus,
a:hover {
    color: #a8272c;
    outline: 0;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    line-height: 29px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lora, serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fdb52c;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 22px;
    transition: background .5s
}

hr {
    margin-top: 5px;
    margin-bottom: 5px
}

li {
    font-family: Poppins, sans-serif
}

span {
    font-family: Poppins, sans-serif
}

.main-gallery {
    margin-top: 160px
}

.img-second {
    margin-top: 40px
}

.nav-tabs {
    border: none;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #a8272c;
    color: #fff!important
}

.nav>li>a:hover {
    background-color: #151515!important
}

.nav-tabs .nav-link {
    color: #fdb52c;
    font-size: 20px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #a8272c!important;
    color: #fff!important
}

.main-gallery .content h1 {
    color: #a8272c;
    font-weight: 700;
    font-size: 36px;
    font-family: Raleway, sans-serif
}

.main-galry {
    position: relative
}

.tab-content .container {
    padding: 0
}

.box8 .icon,
.box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: relative
}

.box8 img {
    width: 100%;
    height: auto;
    padding: 10px 10px
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .24);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box8 .icon li a,
.box8 .title {
    background: #ef4050;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: auto
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.box8 .title {
    padding: 10px 7px;
    border-radius: 5px;
    font-weight: 600;
    bottom: 20px;
    left: 30px;
    right: 30px;
    transition: all .9s ease 0s;
    font-family: Poppins, sans-serif
}

.box8 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s
}

.box8:hover .title {
    bottom: -40px
}

.box8 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px
}

.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

.box8 .icon li {
    display: inline-block
}

.next-part {
    display: none
}

.next-part-gold {
    display: none
}

.next-part-silver {
    display: none
}

.next-part-diamond {
    display: none
}

.load-btn {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px
}

.load-btn a {
    background: #a8272c;
    color: #fff;
    padding: 6px 22px;
    font-size: 18px;
    border-radius: 3px;
    letter-spacing: 1px;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite
}

.load-btn a:hover {
    background: #fdb52c;
    transition: .4s all ease
}

.load-btn i {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

.gallery-p {
    background: #000;
    color: #fff;
    padding: 6px 22px;
    font-size: 17px;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 1px;
    width: 150px;
    margin: auto
}

.section-header p {
    text-align: justify
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px
    }
}

.back-to-top:focus {
    background: #fdb52c;
    color: #fff;
    outline: 0
}

.back-to-top:hover {
    background: #a8272c;
    color: #fff
}

.top-navbar {
    background: #151515;
    padding: 10px 0;
    border-bottom: 1px solid #efc262;
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 100%
}

@media screen and (max-width:450px) {
    .top-navbar {
        padding: 10px 0
    }
}

.top-navbar .top-navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto
}

@media screen and (max-width:1023px) {
    .top-navbar .top-navbar-content {
        display: block;
        width: 100%
    }
    .helpdesk-information {
        text-align: center
    }
    .top-navbar .top-navbar-content .social-links {
        display: none
    }
}

.top-navbar .top-navbar-content .helpdesk-information a {
    line-height: 1;
    color: #efc262;
    letter-spacing: 1px
}

@media screen and (max-width:768px) {
    .top-navbar .top-navbar-content .helpdesk-information .e-mail {
        display: none
    }
}

@media screen and (max-width:767px) {
    .top-navbar .top-navbar-content .helpdesk-information .phone .fa-phone {
        border: 0;
        padding: 0;
        margin: 0;
        margin-right: 5px
    }
    #footer .footer-top .footer-info h3 {
        font-size: 24px!important
    }
    #mobile-nav ul li a {
        text-transform: uppercase;
        font-size: 14px!important;
        letter-spacing: 1px
    }
    #mobile-nav {
        border-right: 1px solid #4d5052
    }
    .top-navbar {
        border-top: 3px solid #ab292e;
        background: #333
    }
    .goal p {
        text-align: justify
    }
    .about-images {
        margin-bottom: 30px
    }
    .ad_banner {
        margin-bottom: 30px
    }
    .category-title h1 {
        font-size: 24px
    }
    .section-header h1 {
        font-size: 24px!important;
        text-align: center
    }
    .section-header h1::before {
        text-align: center;
        margin: auto;
        right: 0
    }
    .rightform {
        margin-top: 0!important
    }
    .category-widget ul {
        padding-left: 0
    }
    #contact .contact-info i {
        font-size: 33px!important;
        border: 1px solid #ddd;
        width: 60px;
        height: 60px;
        border-radius: 40px;
        padding-top: 14px
    }
}

@media screen and (max-width:450px) {
    .top-navbar .top-navbar-content .helpdesk-information .phone {
        font-size: 30px;
        font-weight: 700
    }
}

@media screen and (max-width:450px) {
    .top-navbar .top-navbar-content .helpdesk-information .phone .fa-phone {
        font-size: 16px
    }
}

@media screen and (max-width:350px) {
    .top-navbar .top-navbar-content .helpdesk-information .phone {
        font-size: 12px
    }
}

@media screen and (max-width:350px) {
    .top-navbar .top-navbar-content .helpdesk-information .phone .fa-phone {
        font-size: 14px
    }
}

.top-navbar .top-navbar-content .helpdesk-information a:hover {
    color: #fff
}

.top-navbar .top-navbar-content .helpdesk-information a:hover i {
    transition: .3s;
    color: #fff
}

.top-navbar .top-navbar-content .helpdesk-information i {
    color: #ddad7f;
    padding: 4px
}

.top-navbar .top-navbar-content .helpdesk-information .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    color: #efc262;
    border-left: 1px solid #efc262
}

.top-navbar .top-navbar-content .social-links {
    float: right!important
}

.top-navbar .top-navbar-content .social-links .mail {
    display: none
}

@media screen and (max-width:768px) {
    .top-navbar .top-navbar-content .social-links .mail {
        display: inline
    }
}

@media screen and (max-width:767px) {
    .top-navbar .top-navbar-content .social-links a {
        padding: 0 10px!important
    }
}

@media screen and (max-width:767px) {
    .top-navbar .top-navbar-content .social-links a .fa {
        font-size: 18px!important
    }
}

@media screen and (max-width:450px) {
    .top-navbar .top-navbar-content .social-links a {
        padding: 0 6px!important
    }
}

@media screen and (max-width:450px) {
    .top-navbar .top-navbar-content .social-links a .fa {
        font-size: 12px!important
    }
}

@media screen and (max-width:350px) {
    .top-navbar .top-navbar-content .social-links a {
        padding: 0 4px!important
    }
}

@media screen and (max-width:350px) {
    .top-navbar .top-navbar-content .social-links a .fa {
        font-size: 12px!important
    }
}

.top-navbar .top-navbar-content .social-links a {
    color: #efc262;
    padding: 4px 12px;
    line-height: 1px;
    border-left: 1px solid #efc262
}

@media screen and (max-width:350px) {
    .top-navbar .top-navbar-content .social-links a {
        border: 0
    }
}

.top-navbar .top-navbar-content .social-links a .fa {
    font-size: 16px
}

.top-navbar .top-navbar-content .social-links a:hover {
    color: #fff
}

.top-navbar .top-navbar-content .social-links a:first-child {
    border-left: 0
}

.header-sticky-wrapper {
    height: auto!important
}

.header {
    padding: 10px 0;
    z-index: 997;
    background: #151515;
    position: fixed;
    width: 100%;
    top: 45px;
    z-index: 99
}

@media screen and (max-width:768px) {
    .header {
        height: auto;
        padding: 15px 0;
        background: #333
    }
}

.header .main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto
}

@media screen and (max-width:1024px) {
    .header .main-navbar {
        width: 90%
    }
}

.header #logo {
    width: 20%
}

@media screen and (max-width:768px) {
    .header #logo {
        width: 30%
    }
}

@media screen and (max-width:450px) {
    .header #logo {
        width: 150px
    }
}

.header #logo a {
    width: 100%
}

.header #logo a img {
    width: 100%
}

.header .main-navbar #nav-menu-container .nav-menu li {
    padding: 10px 6px
}

.header .main-navbar #nav-menu-container .nav-menu li .menu-items {
    padding: 0 10px;
    border-bottom: 2px solid #151515;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .header .main-navbar #nav-menu-container .nav-menu li .menu-items {
        font-size: 12px
    }
}

.header .main-navbar #nav-menu-container .nav-menu li .menu-items:hover {
    border-bottom: 3px solid #fff!important;
    color: #fff
}

.header .main-navbar #nav-menu-container .nav-menu ul {
    padding: 0;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    background: #fff;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 99
}

.header .main-navbar #nav-menu-container .nav-menu ul li {
    border-bottom: 1px solid #151515;
    color: #151515;
    transition: .3s
}

.header .main-navbar #nav-menu-container .nav-menu ul li:hover {
    cursor: pointer;
    background-color: #151515
}

.header .main-navbar #nav-menu-container .nav-menu ul li .dropdown-item {
    text-transform: none;
    padding: 0
}

.header .main-navbar #nav-menu-container .nav-menu ul li {
    border-bottom: 1px solid #151515;
    transition: .3s
}

.header .main-navbar #nav-menu-container .nav-menu ul li .dropdown-item {
    color: #151515;
    border-bottom: 0!important
}

.header .main-navbar #nav-menu-container .nav-menu ul li .dropdown-item:hover {
    background-color: #151515;
    color: #efc262
}

.header .main-navbar #nav-menu-container .nav-menu ul li:hover {
    background-color: #151515
}

.header .main-navbar #nav-menu-container .nav-menu ul li:hover .dropdown-item {
    color: #efc262
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.nav-menu .menu-items {
    padding: 10px 6px;
    text-decoration: none;
    display: inline-block;
    color: #efc262;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    outline: 0
}

.nav-menu .menu-items:hover>a,
.nav-menu>.menu-active>a {
    color: #fff
}

.nav-menu>li {
    margin-left: 10px
}

#intro {
    margin-top: 110px
}

@media screen and (max-width:767px) {
    #intro {
        margin-top: 102px
    }
}

#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

#intro #intro-carousel {
    z-index: 8
}

#intro #intro-carousel::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7
}

#intro {
    width: 100%;
    position: relative;
    background: url(../images/intro-carousel/1.jpg) no-repeat;
    background-size: cover
}

#intro #intro-carousel .item {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

#intro #intro-carousel .item img {
    width: 100%
}

.sf-arrows .sf-with-ul {
    padding-right: 22px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: -5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    float: right;
    margin: 0
}

@media (max-width:767px) {
    #nav-menu-container {
        display: none
    }
}

#mobile-nav-toggle {
    position: fixed;
    right: 4%;
    top: 55px;
    z-index: 999;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all .4s;
    outline: 0;
    cursor: pointer
}

#mobile-nav-toggle i {
    color: #fff
}

@media (max-width:767px) {
    #mobile-nav-toggle {
        display: inline
    }
    .section-header h2::before {
        margin: auto;
        text-align: center;
        right: 0
    }
    .section-header h3::before {
        margin: auto;
        text-align: center;
        right: 0
    }
    #about .content h3 {
        text-align: center;
        font-size: 22px!important
    }
    #mobile-nav ul li a {
        border-bottom: 1px solid #4d5052
    }
    #call-to-action .cta-title {
        font-size: 16px
    }
}

#mobile-nav {
    position: fixed;
    padding-top: 56px!important;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, .9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #fdb52c
}

#mobile-nav ul .menu-item-active {
    color: #fdb52c
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, .9);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-header {
    margin-bottom: 30px
}

.section-header h2 {
    font-size: 32px;
    color: #a8272c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    text-align: center
}

.section-header h1 {
    font-size: 32px;
    color: #a8272c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px
}

.section-header h3 {
    font-size: 32px;
    color: #a8272c;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    text-align: center
}

.section-header h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fdb52c;
    bottom: 0;
    left: 0
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fdb52c;
    bottom: 0;
    left: 0
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #fdb52c;
    bottom: 0;
    left: 0
}

.section-header p {
    padding: 0;
    margin: 0
}

.section-header h2::before {
    margin: auto;
    text-align: center;
    right: 0
}

.section-header h3::before {
    margin: auto;
    text-align: center;
    right: 0
}

#about {
    margin-top: 8%;
    padding: 60px 0 30px 0;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

#about .about-img {
    overflow: hidden
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%
}

@media (max-width:768px) {
    #about .about-img {
        height: auto
    }
    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px
    }
}

.whitebox {
    padding: 3em 10px 3em 10px;
    text-align: center;
    display: inline-block
}

.whitebox h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px
}

.whitebox h2 a {
    font-size: 22px
}

.whitebox h3 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 20px
}

.whitebox h4 {
    color: #000;
    font-weight: 700;
    text-align: center!important;
    font-size: 20px
}

.whitebox h5 {
    color: #000;
    font-weight: 700
}

#about .content h1 {
    color: #a8272c;
    font-weight: 700;
    font-size: 36px;
    font-family: Raleway, sans-serif
}

#about .content h2 {
    color: #a8272c;
    font-weight: 700;
    font-size: 36px!important;
    font-family: Raleway, sans-serif
}

#about .content h3 {
    color: #a8272c;
    font-weight: 700;
    font-size: 36px;
    font-family: Raleway, sans-serif
}

#about .content p {
    line-height: 29px;
    font-size: 16px;
    text-align: justify;
}

#about .content p:last-child {
    margin-bottom: 0
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #fdb52c
}

#about .content ul {
    list-style: none;
    padding: 0
}

#about .content ul li {
    padding-bottom: 10px
}

#services {
    padding: 30px 0 0 0
}

#services .box {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, .1);
    background: #fff;
    transition: .4s;
    border: 1px solid #e8e8e8
}

#services .box:hover {
    box-shadow: 0 0 30px rgba(73, 78, 92, .15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

#services .box .icon {
    float: left
}

#services .box .icon i {
    color: #fdb52c;
    font-size: 64px;
    transition: .5s;
    line-height: 0;
    margin-top: 34px
}

#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px
}

#services .box h4 a {
    color: #444
}

#services .box p {
    font-size: 16px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 29px;
    padding-bottom: 15px;
    text-align: justify;
}

@media (max-width:767px) {
    #services .box .box {
        margin-bottom: 20px
    }
    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px
    }
    #services .box h4 {
        margin-left: 0;
        text-align: center
    }
    .section-header h3 {
        text-align: center;
        font-size: 25px
    }
    .section-header p {
        text-align: justify;
        font-size: 16px
    }
    .section-header h2 {
        text-align: center;
        font-size: 25px
    }
    #about .content h1 {
        text-align: center
    }
    #services .box p {
        padding: 10px 10px;
        margin-left: 0
    }
}

#testimonials {
    padding: 30px 0
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08)
}

.testimonial-images {
    border-radius: 50%;
    height: 100px;
    width: 100px
}

.panel-body p {
    border-bottom: 1px solid #4c4a4a
}

.panel-body p:hover {
    background: rgba(204, 153, 0, .8);
    color: #fff;
    padding-left: 10px
}

.panel-body {
    border: 2px solid #a37a02
}

@media (max-width:767px) {
    .banner_text p {
        padding-left: 0!important
    }
    #testimonials .testimonial-item {
        margin: 30px 10px
    }
    
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto
}

#testimonials .owl-dots,
#testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}

#testimonials .owl-dot.active {
    background-color: #fdb52c
}

#call-to-action {
    background: #a8272c;
    background-size: cover;
    padding: 40px 0 20px 0
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

#call-to-action .cta-text {
    color: #fff
}

@media (min-width:769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

#call-to-action .cta-btn {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: .5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff
}

#call-to-action .cta-btn:hover {
    background: #fdb52c;
    border: 3px solid #fdb52c
}

#contact {
    padding: 30px 0
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fdb52c
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999
}

#contact .contact-info a {
    color: #000
}

#contact .contact-info a:hover {
    color: #fdb52c
}

#contact .contact-address,
#contact .contact-email,
#contact .contact-phone {
    margin-bottom: 20px
}

@media (min-width:768px) {
    #contact .contact-address,
    #contact .contact-email,
    #contact .contact-phone {
        padding: 20px 0
    }
}

@media (min-width:768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}

#contact .form #sendmessage {
    color: #fdb52c;
    border: 1px solid #fdb52c;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
    display: block
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}

#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px
}

#contact .form button[type=submit] {
    background: #fdb52c;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    cursor: pointer
}

#contact .form button[type=submit]:hover {
    background: #a8272c
}

.google-map .map {
    height: 500px
}

#footer {
    background: #151515;
    padding: 0;
    font-size: 14px
}

#footer .footer-top .social-links {
    padding: 0 0 15px 0
}

#footer .footer-top {
    background: #151515;
    padding: 60px 0 0 0
}

#footer .footer-top .footer-info {
    margin-bottom: 15px
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #d6262c
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    text-align: justify
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #151515;
    color: #fff;
    border: #ddd 1px solid;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #d6262c;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px
}

#footer .footer-top h4::after,
#footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px
}

#footer .footer-top h4::before {
    right: 0;
    background: #555
}

#footer .footer-top h4::after {
    background: #b82025;
    width: 60px
}

#footer .footer-top .footer-links {
    margin-bottom: 36px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #fff
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff
}

#footer .footer-top .footer-links ul a:hover {
    color: #e39019
}

#footer .footer-top .footer-contact {
    margin-bottom: 10px
}
#footer .footer-top .footer-contact p {
    line-height: 22px;
    color: #fff;
    font-size: 16px
}
#footer .footer-top .footer-contact p a {
    color: #efc262
}
#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%
}
#footer .footer-top .footer-newsletter input[type=submit] {
    background: #18d26e;
    border: 0;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #13a456
}
#footer .copyright {
    text-align: center;
    background: #080808;
    padding: 0
}
#footer .copyright p {
    color: #fff;
    padding: 10px 0 10px 0
}
#footer .copyright p a {
    border: 1px solid;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 2px 10px;
    color: #fff;
    letter-spacing: 1px
}
#footer .copyright p a:hover {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff
}
@media screen and (max-width:1023px) and (min-width:768px) {
    .header #logo img {
        margin: -8px 0 0 0
    }
    #intro {
        width: 100%;
        height: auto;
        margin-top: 106px
    }
    #intro #intro-carousel .item {
        width: 100%;
        height: auto
    }
    #intro #intro-carousel .item img {
        width: 100%;
        height: auto
    }
    #about .content h1 {
        font-size: 27px
    }
    #about .content h2 {
        font-size: 18px
    }
    #call-to-action .cta-title {
        color: #fff;
        font-size: 22px;
        font-weight: 700
    }
    #services .box p {
        font-size: 14px;
        margin-left: 0;
        padding-top: 20px
    }
    #services .box h4 {
        margin-left: 80px;
        font-weight: 700
    }
    #contact .contact-info address,
    #contact .contact-info p {
        font-size: 14px
    }
}

@media screen and (max-width:767px) and (min-width:300px) {
    .header #logo img {
        width: 220px
    }
    #intro {
        width: 100%;
        height: auto
    }
    #intro #intro-carousel .item {
        width: 100%;
        height: auto
    }
    #intro #intro-carousel .item img {
        width: 100%;
        height: auto
    }
    #about .content h1 {
        font-size: 25px
    }
    #about .content h2 {
        font-size: 22px!important
    }
    #call-to-action .cta-title {
        color: #fff;
        font-size: 38px;
        font-weight: 700
    }
    #call-to-action {
        padding: 22px 0 0 0
    }
    #services .box {
        padding: 20px 0;
        margin-bottom: 20px;
        box-shadow: none;
        background: #fff;
        transition: .4s
    }
    .back-to-top {
        right: 10px;
        bottom: 80px
    }
    #testimonials .testimonial-item p {
        font-style: normal;
        font-size: 16px
    }
}
.slider {
    width: 100%
}
.slider img {
    width: 100%
}
.thanks {
    width: 100%;
    text-align: center
}
.btn-info {
    color: #fff;
    background-color: #fdb52c;
    border-color: #fdb52c
}
.btn-info:hover {
    color: #fff;
    background-color: #a8272c;
    border-color: #a8272c
}

.thanks {
    padding: 0;
    margin: 0
}

.thanks img {
    padding: 0;
    margin: 0;
    width: 198px;
    height: 215px
}

.wrap {
    margin: 4em auto 0 auto;
    clear: both
}

.charrsauchaar h1 {
    font-size: 200px;
    color: #ff7a00;
    text-align: center;
    margin-bottom: 1px;
    text-shadow: 4px 4px 1px #fff;
    font-family: Capriola, sans-serif
}

.charrsauchaar p {
    color: #b1a18d;
    font-size: 25px;
    margin-top: 1px;
    text-align: center;
    font-family: Capriola, sans-serif
}

.charrsauchaar p span {
    color: #90ee90
}

.sub {
    margin: 1em auto 6em auto;
    text-align: center
}

.sub a {
    color: #fff;
    background: #272727;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13px;
    font-family: arial, serif;
    font-weight: 700;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -border-radius: .5em
}

.mapaddress {
    padding: 0;
    margin: 1em 0 10px 0
}

.banner {
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 110px
}

.banner img {
    width: 100%
}

#blog_section {
    margin-top: 8%!important
}

@media screen and (max-width:767px) {
    .banner {
        margin-top: 103px
    }
    .whitebox {
        padding: 10px 20px 20px
    }
}

.category-title {
    position: relative;
    min-height: 1px;
    padding-top: 40px;
    margin-bottom: 10px
}

.page-title {
    padding-bottom: 9px;
    margin: 0 0 20px
}

.category-title h1 {
    font-weight: bolder;
    color: #c7820a;
    margin: 0;
    padding-bottom: 20px
}

.category-description {
    margin-bottom: 10px
}

.category-title .category-description p {
    margin: 0 0 6px;
    font-size: 85%;
    text-align: justify;
    padding-bottom: 10px
}

.category-image {
    float: right;
    width: 35%
}

.category-title .category-image img {
    border-radius: 25px;
    display: block;
    max-width: 100%;
    height: auto
}

.category-image_left {
    float: right;
    width: 35%
}

.category-title .category-image_left img {
    border-radius: 25px;
    display: block;
    max-width: 100%;
    height: auto
}

.rightform {
    padding: 0;
    margin: 0;
    margin-top: 20%;
    margin-bottom: 15%;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 3px solid #ebebeb;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
    min-height: 400px
}

.rightform h3 {
    padding: 15px 15px 8px 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background: #f2f2f2;
    border-radius: 5px 5px 0 0;
    color: #c7820a
}

.rightform p {
    border-bottom: #ddd 1px solid;
    padding: 0 15px 10px 15px;
    font-size: 15px;
    background: #f2f2f2
}

.forms {
    margin: 5px auto 25px auto;
    width: 90%
}

.form-group {
    margin-bottom: 15px
}

.btn-primary {
    background-color: #c7820a;
    border: 1px solid #c7820a;
    color: #fff
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7820c;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ad_banner {
    padding: 20px
}

.post .post-img {
    display: block;
    overflow: hidden
}

.post-img>img {
    width: 100%;
    height: 215px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.post:hover .post-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.post .post-body {
    position: relative;
    margin: -50px 0 0 3%;
    padding: 5%;
    background: #fff;
    z-index: 10
}

.post .post-category {
    margin-bottom: 10px
}

.post-category h5 {
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.post .post-title {
    font-size: 18px;
    color: #11151c;
    font-weight: 700;
    margin: 0 0 15px
}

.post .post-meta {
    margin-bottom: 10px
}

.post-meta li a {
    color: #97989b;
    font-weight: 700
}

.post-meta li {
    display: inline-block;
    color: #97989b;
    font-size: 12px;
    text-transform: uppercase
}

.post-meta li:after {
    content: '•';
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.post-meta li:last-child:after {
    display: none
}

.blog_title h2 {
    color: #a8272c;
    font-weight: 700;
    font-size: 18px;
    font-family: Raleway, sans-serif;
    padding: 20px
}

.aside-widget {
    margin-bottom: 30px;
    margin-top: 30%
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10%
}

.section-title .title {
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    padding-right: 10px;
    z-index: 20;
    color: #333;
    font-weight: 700
}

.section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10
}

.category-widget ul {
    list-style: none
}

.category-widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e8eaed
}

.category-widget ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.category-widget ul li a span {
    float: right;
    font-size: 14px;
    color: #97989b;
    margin-left: 15px
}

.newsletter-widget {
    position: relative;
    padding: 0 30px 30px;
    border-left: 2px dashed #e8eaed;
    border-right: 2px dashed #e8eaed
}

.newsletter-widget form {
    position: relative;
    z-index: 20
}

.newsletter-widget .input {
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #e8eaed
}

.primary-button {
    background-color: #c7820a;
    color: #fff;
    border: 2px solid #c7820a;
    -webkit-box-shadow: 0 0 0 2px #c7820a inset;
    box-shadow: 0 0 0 2px #c7820a inset
}

.blog_page {
    padding: 60px 20px 30px;
    margin-top: 5%
}

.blog_Page_title h1 {
    font-size: 28px;
    color: #c7820a
}

.blog_Page_title h2 {
    font-size: 22px;
    color: #a27904;
    padding-top: 20px
}

.blog_Page_title h3 {
    font-size: 22px;
    color: #a27904;
    padding-top: 20px
}

.blog_Page_title h4 {
    font-size: 22px;
    color: #a27904;
    padding-top: 20px
}

.blog_Page_title h5 {
    font-size: 22px;
    color: #a27904;
    padding-top: 20px
}

.blog_Page_title h6 {
    font-size: 22px;
    color: #a27904;
    padding-top: 20px
}

.blog_page p {
    text-align: justify;
    margin: 0 0 15px
}

.Blog_post-meta {
    margin-top: -10px
}

.blog_post_content h3 {
    color: #a27904;
    font-size: 18px;
    padding: 30px 20px;
    padding-bottom: 0
}

.blog_post_content h4 {
    color: #a27904;
    font-size: 18px;
    padding: 30px 20px;
    padding-bottom: 0
}

.content {
    padding-bottom: 30px
}

.banner_text {
    position: absolute;
    top: 30%;
    right: 3%;
    text-align: center
}

.banner_text h3 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    font-family: playfair display, Georgia, serif;
    margin: 0 0 15px;
    line-height: 1.3
}

.banner_text p {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    margin-bottom: 1.5em;
    font-weight: 400;
    font-family: karla, Arial, sans-serif
}

.banner_text .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none
}

.banner_text .btn-view:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

.banner_text_left {
    margin-top: -25%
}

.banner_text_left h3 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    font-family: playfair display, Georgia, serif;
    margin: 0 0 15px;
    margin-left: 15%;
    line-height: 1.3
}

.banner_text_left h5 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    font-family: playfair display, Georgia, serif;
    margin: 0 0 15px;
    margin-top: -2%;
    margin-left: 10%;
    line-height: 1.3
}

.banner_text_left p {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    margin-left: 13%;
    margin-bottom: 1em;
    font-weight: 400;
    font-family: karla, Arial, sans-serif
}

.banner_text_left .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
    margin-left: 26%
}

.banner_text_left .btn-view:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

.banner_text_diamond {
    position: absolute;
    top: 30%;
    left: 8%
}

.banner_text_diamond h3 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    font-family: playfair display, Georgia, serif;
    margin: 0 0 15px;
    line-height: 1.3
}

.banner_text_diamond p {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 1.5em;
    font-weight: 400;
    font-family: karla, Arial, sans-serif
}

.banner_text_diamond .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
    margin-left: 26%
}

.banner_text_diamond .btn-view:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

.banner_text_contact {
    position: absolute;
    top: 30%;
    left: 8%
}

.banner_text_contact h3 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, .8);
    font-family: playfair display, Georgia, serif;
    margin: 0 0 15px;
    line-height: 1.3
}

.banner_text_contact .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
    margin-left: 26%
}

.banner_text_contact .btn-view:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

@media screen and (max-width:767px) {
    .banner_text {
        top: 18%;
        right: 4%
    }
    .banner_text h3 {
        font-size: 12px;
        margin-bottom: 3px!important
    }
    .banner_text .banner_parag {
        display: none
    }
    .banner_text .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 6px
    }
    .banner_text_left {
        margin-top: -25%;
        margin-left: -8%!important
    }
    .banner_text_left h3 {
        font-size: 20px!important;
        margin-left: 20%!important
    }
    .banner_text_left h5 {
        font-size: 11px!important;
        margin-top: -4%!important;
        margin-left: 10%;
        margin-bottom: 0!important
    }
    .banner_text_left .banner_parag {
        display: none
    }
    .banner_text_left .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 24%
    }
    .banner_text_diamond {
        top: 18%;
        left: 2%
    }
    .banner_text_diamond h3 {
        font-size: 12px;
        margin-bottom: 3px!important
    }
    .banner_text_diamond .banner_parag {
        display: none
    }
    .banner_text_diamond .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 6px
    }
    .banner_text_contact {
        top: 18%;
        left: 5%
    }
    .banner_text_contact h3 {
        font-size: 16px;
        margin-bottom: 0!important
    }
    .banner_text_contact .banner_parag {
        display: none
    }
    .banner_text_contact .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 18px
    }
    #about {
        margin-top: 5%;
        padding: 20px 0 0 0
    }
    .blog_page {
        padding: 45px 20px
    }.category-title{padding-top:20px;}.blog_Page_title h2{padding-top:0px;}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    #mobile-nav-toggle {
        display: inline
    }
    #nav-menu-container {
        display: none
    }
    .top-navbar .top-navbar-content .helpdesk-information .fa-phone {
        border-left: none
    }
    .top-navbar {
        background: #333
    }
    .top-navbar .top-navbar-content .helpdesk-information .phone {
        font-size: 22px;
        font-weight: 700
    }
    .banner_text_left {
        margin-top: -18%;
        margin-left: -8%!important
    }
    .banner_text_left h3 {
        font-size: 44px!important;
        margin-left: 20%!important
    }
    .banner_text_left h5 {
        font-size: 18px!important;
        margin-top: -2%!important;
        margin-left: 16%;
        margin-bottom: 0!important
    }
    .banner_text_left .banner_parag {
        display: none
    }
    .banner_text_left .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 28%
    }
    #about {
        margin-top: 5%
    }
    .panel-group {
        margin-top: 30%!important
    }
    .banner_text {
        top: 14%;
        right: 4%
    }
    .banner_text h3 {
        font-size: 28px;
        margin-bottom: 3px!important
    }
    .banner_text .banner_parag {
        display: none
    }
    .banner_text .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px
    }
    .banner_text_diamond {
        top: 14%;
        left: 3%
    }
    .banner_text_diamond h3 {
        font-size: 28px;
        margin-bottom: 3px!important
    }
    .banner_text_diamond .banner_parag {
        display: none
    }
    .banner_text_diamond .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 20%
    }
    .banner_text_contact {
        top: 14%;
        left: 3%
    }
    .banner_text_contact h3 {
        font-size: 28px;
        margin-bottom: 3px!important
    }
    .banner_text_contact .banner_parag {
        display: none
    }
    .banner_text_contact .btn-view {
        font-size: 8px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px;
        margin-left: 22%
    }
}

.review {
    margin-bottom: 5%;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    font-size: 14px
}

@media screen and (max-width:767px) {
    .review {
        width: 100%;
    }
    #footer .footer-top {
        background: #333;
    }
    .whitebox h2 a {
        font-size: 38px;
    }
}
#accordion_about {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: auto!important;
    width: 100%
}

.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: 0 0;
    box-shadow: none
}

.panel:last-child {
    border-bottom: none
}

.panel-group {
    padding: 0 40px
}

.panel-group>.panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0
}

.panel-group .panel {
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 0
}

.panel-heading {
    background-color: rgba(204, 153, 0, .8);
    border-radius: 0;
    border: none;
    color: #000;
    padding: 0
}

.panel-title a {
    display: block;
    color: #000;
    padding: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: Lora, serif
}

.panel-body a {
    color: #000;
    font-size: 18px
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius .3s linear .2s
}

.panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s
}

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.panel-heading.active a:before {
    content: ' ';
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .5s
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s
}

.branche_pages {
    margin-top: 5%;
    padding: 50px 20px 30px
}

.branch_section {
    padding: 20px 0px 0
}

.branch_title {
    padding-bottom: 0
}

.branch_title h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

#border-bottom {
    border-bottom: 3px solid #333;
    width: 30%;
    position: absolute;
    left: 35%
}

.branch_description {
    padding-top: 0;
    padding: 30px 0px
}

.branch_description p {
    text-align: justify;
    padding-bottom: 10px
}

.branch_subtitle {
    padding: 10px 0px 10px
}

.branch_subtitle h2 {
    font-size: 24px;
    color: #a27904
}

.branch_subtitle h3 {
    font-size: 24px;
    color: #a27904
}

.branch_subtitle h4 {
    font-size: 24px;
    color: #a27904
}

.branch_subtitle h5 {
    font-size: 24px;
    color: #a27904
}

.branch_subtitle h6 {
    font-size: 24px;
    color: #a27904
}

.branch_subtitle p {
    text-align: justify;
    padding-bottom: 10px
}

.contact_details {
    width: 300px;
    height: 196px;
    background-color: #a27904;
    margin-left: 15%;
    padding:10px;
}

.contact_details .Contact_address h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom:15px;
}

.contact_details .Contact_address p {
    color: #fff;
    font-size: 14px;
}

.branch_map {
    padding: 20px 10px 30px;
    border: #ddd 1px solid;
    border-radius: 5px;
    height: auto;
    margin: 15px 0
}

.branch_map h5 {
    font-size: 18px;
    padding: 10px 0 0 0;
    color: #000;
    margin-bottom:0px;
    font-weight: 700;
    text-align: center
}

.branch_map p {
    font-size: 15px;
    text-align: center;
    padding: 0;
    color: #333
}

@media only screen and (max-width:991px) {
    .wrap {
        margin: 0 auto 0 auto;
        clear: both
    }
    .panel-group {
        padding: 0 0
    }
    .contact_details {
        width: 100%!important;
        margin-left: 0;height:auto;
    }
    .branche_pages {
        padding: 30px 0 0px
    }
    .branche_pages img {
        height: auto!important;
        width: 100%!important;
        margin-bottom: 20px;
        display:none;
    }
    #map {
        height: 100px!important;
        width: 100%!important;
        margin-bottom: 10px
    }
    .branch_section {
        padding: 20px 0 0
    }
    .branch_map {
        padding-bottom: 20px
    }.mapaddress iframe{height:120px;}.branch_title h1{font-size:26px;}
}

@media (min-width:1281px) {
    .whatsapp-phone {
        display: none
    }
    .dialer-phone {
        display: none
    }
}

@media (min-width:1281px) {
    .whatsapp-phone {
        display: none
    }
    .dialer-phone {
        display: none
    }
}

@media (max-width:767px) {
    .whatsapp-phone {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 999999
    }
    .whatsapp-phone img {
        height: 65px!important;
        width: 65px!important
    }
    .dialer-phone {
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 999999
    }
    .dialer-phone img {
        height: 65px!important;
        width: 65px!important
    }
}

.subpages {
    margin: 0 0 50px
}

.titleh2 {
    font-size: 24px;
    color: #a27904
}

.branch_description-another {
    padding-top: 0;
    padding: 0 0px 30px
}

.branch_description-another p {
    text-align: justify
}

.branch-pages-subpages {
    padding-bottom: 0!important
}

.branch-section-subpages {
    padding-top: 0!important
}

#call-to-action a:hover {
    color: #fdb52c!important
}

.gold-buyer-ol {
    font-size: 85%;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 29px
}