@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body {
    background: #fff;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

section.bluebox {
    overflow-x: hidden;
}

a {
    color: #fec846;
}

a:hover,
a:active,
a:focus,
.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
}


/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff  no-repeat center center;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

.btn-primary {
    color: #fff;
    background-color: #1e2556;
    border-color: #fec846;
    border-radius: 150px;
    font-size: 15px;
    padding: 8px 20px;
}

.nav-menu .btn-primary {
    margin: 0;
    margin-top: -4px;
    margin-left: 20px;
    border-bottom: solid 1px #fec846;
    padding: 11px 16px;
}
.prod-single{
    padding: 20px 0;
    margin: 0;
}
.prodtxt{font-weight: 500;
    color:#1e2556;
}
.form-control{border-radius: 0;}
.prod-single .prodtxt{    
display: flex;
flex-direction: column;
align-items: start;
justify-content: space-evenly;
}
.prod-single{    background: URL(../img/prodbg.jpg) no-repeat;
    background-position: top;
    border-radius: 4px;
    margin-bottom: 30px;
}
.prod-single img{border:solid 2px #fff;border-radius: 2px;width: 100%;}
.btn:focus,
button:focus {
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #1a204a !important;
    border-color: #c59930 !important;
    box-shadow: none !important;
}

.nav-menu a {
    color: white;
    padding: 15px 25px;
    margin: 0;
    border-bottom: solid 2px #ffffff5e;
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
.nav-menu .nav.socialnas a.nav-link{
    margin: 0;
    border: none;
}
.nav-menu .nav.socialnas a.nav-link:hover{
    color:#fec846;
}
#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    transition: all .3s ease-in-out;
}

#header.header-fixed #logo img {
    width: 120px;
    transition: all .3s ease-in-out;
}

#header.header-fixed {
    background: rgba(80, 80, 80, 0.7);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

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

#hero h1 {
    margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #fec846;
    border: 2px solid #fec846;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.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:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

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

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


/* Nav Menu Arrows */

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

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

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


/* Nav Meu Container */

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


/* Nav Meu Styling */
.nav-menu a {
    padding: 0 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50px;
    border: solid 4px transparent;
    box-shadow: 0px 0px 0px 1px white;
}

.bannertxt {
    font-size: 65px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 7%;
    color: white
}

.carousel-indicators li.active {
    background-color: white;
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 40%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    flex-direction: column;
    width: 100px;
    right: 0;
    left: auto;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 5px;
    bottom: -2px;
    left: 10%;
    background-color: #fec846;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}
.aboutp{     padding: 35px 40px;
    background: rgba(254, 200, 70, 0.3);
    color: #1e2556;
    font-weight: 300;
    border-right: solid 5px rgba(224, 180, 72, 0.43);
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}



.nav-menu ul li a:hover, .menu-has-children li.menu-active a {
    background: #fec846;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

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

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


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.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: none;
}
.products{

}

#mobile-nav ul li a:hover,
#mobile-nav ul li.menu-active a {
    color: #fec846;
}

#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: #fec846;
}

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

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


/* Mobile Nav body classes */

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

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

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


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 10px;
    color: #999;
}


/* About Us Section
--------------------------------*/

.about-home {
    padding-bottom: 30px;
    position: relative;
}

.about-home .about-container .content {
    background: #fff;
}

.about-home .about-container .title {
    color: #1e2556;
    font-weight: 400;
    font-size: 30px;
}

a:hover,
a:active,
a:focus {
    box-shadow: none
}

.about-home .about-container p {
    line-height: 26px;
    color: #737373;
}

.about-home .about-container p:last-child {
    margin-bottom: 0;
}

.about-home .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

.about-home .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fec846;
}

.about-home .about-container .icon-box .icon i {
    color: #fec846;
    font-size: 24px;
}

.about-home .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.about-home .about-container .icon-box .title a {
    color: #111;
}

.about-home .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

.collectionbig {
    padding: 30px 0;
}

.collectionbig-item img {
    width: 100%
}

.collectionbig-item .collectionbig-icon {
    width: 62px;
}

.collectionbig-item {
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
}

.collectionbig-item::after {
    position: absolute;
    content: "";
    width: 96%;
    height: 96%;
    top: 2%;
    left: 2%;
    border: solid 2px #fec846;
    display: none;
    cursor: pointer;
}

.collectionbig-item:hover::after {
    display: block;
}

.collectionbig-item h3 {
    color: #1e2556;
    font-size: 30px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.collectionbig-item .hoveritem {
    display: none;
    transition: all .3s ease-in-out;
}

.collectionbig-item:hover .hoveritem {
    transition: all .3s ease-in-out;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.points-single h4 {
    font-size: 18px;
    color: #1e2556;
    display: block;
    margin: 0;
}

.points-single {
    display: flex;
    align-items: center;
}

.points-single h4 small {
    color: #737373;
    font-size: 15px;
    display: block;
    margin-top: 3px;
    display: none;
}

.points-single img {
    margin-right: 11px;
    border-radius: 50px;
    padding: 7px;
    border: solid 2px #ebebeb;
    width: 70px;
}

.points {
    margin: 90px 0 70px 0;
}

.footer-top .container {
    border-bottom: solid 1px rgba(86, 94, 150, 0.58);
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.bluebox {
    background: #1e2556;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
}

.bluebox .collection-text h5 {
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    background: rgb(30, 37, 86);
    background: linear-gradient(360deg, rgba(30, 37, 86, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
}

.collection-text {
    position: relative;
    background: #fff;
    padding: 15px;
    width: 50%;
    float: left;
    margin: 0 -15px -15px 0;
    overflow: hidden;
}

.bluebox h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.bluebox p {
    margin-top: 30px;
}

.hrnew {
    background: #fec846;
    padding: 0;
    margin: 9px 0 0 0;
    width: 40px;
}

.collectionboxes {
    margin-top: -15px
}

.bluebox .col-lg-6 {
    padding: 0
}

.bluebox .collection-text:hover h5 {
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.collection-text img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.slidesingle a {
    color: #a88438;
    font-weight: 500;
}

.slidesingle {
    position: relative;
}

.slidesingle h5 {
    color: #1e2556;
    font-weight: 500;
}
.slidesingle:hover .slidesingle-txt{
    
}
.slidesingle-txt {
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 83%;
    padding: 15px 9px 15px 15px;
}

.collectionslidemain h2 {
    font-size: 48px;
    color: #1e2556;
    font-weight: 100;
}

.collectionslidemain h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #a88438;
    margin-bottom: 35px;
    margin-top: 5px;
}

.collectionslidemain p {
    color: #737373;
}

body .collectionslidemain .owl-nav.disabled,
body .collectionslidemain .owl-nav {
    display: block !important;
    width: 60px !important;
    position: absolute !important;
    top: 30% !important;
    right: 0 !important;
}

body .collectionslidemain .owl-nav.disabled button,
body .collectionslidemain .owl-nav button {
    font-size: 75px !important;
    height: 60px !important;
    width: 60px !important;
    border: solid 1px #1e2556 !important;
    border-radius: 0 !important;
    line-height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    font-weight: 100 !important;
    margin: 0px !important;
    background: #fff !important;
    outline: none !important;
}

.collectionslidemain .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1e2556 !important;
}

.collectionslidemain {
    margin-top: 30px;
    margin-bottom: 50px;
}

.collectionslidemain .col-lg-4 {
    padding-left: 150px;
}


/* Facts Section
--------------------------------*/

#facts {
    background: bl8se;
    padding: 30px 0 30px 0;
}

#facts .counters span {
    font-size: 36px;
    display: block;
    color: #1e2556;
    font-weight: 900;
    position: relative;
}

#facts .counters span::after {
    content: "+";
    position: absolute;
    margin-left: 4px;
}

#facts .counters span::before {
    content: "";
    position: absolute;
    background: #ffd776;
    width: 20%;
    height: 2px;
    left: 42%;
    bottom: 0px;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 7px;
}


/* Services Section
--------------------------------*/

#services {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #fec846;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #fec846;
}

#services .box:hover .icon i {
    color: #fec846;
}

#services .box:hover .icon a {
    color: #fec846;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

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

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

#call-to-action .cta-btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

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


/* Portfolio Section
--------------------------------*/

#portfolio {
    padding: 80px 0;
}

#portfolio #portfolio-wrapper {
    padding-right: 15px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #fec846;
    color: #fff;
}

#portfolio .portfolio-item {
    position: relative;
    height: 200px;
    overflow: hidden !important;
    margin-bottom: 15px;
    transition: all 350ms ease;
    transform: scale(1);
}

#portfolio .portfolio-item a {
    display: block;
    margin-right: 15px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
    height: 50px;
    background: #fec846;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 2px 10px;
    margin: 0;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
    bottom: 0;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}

.subhead {
    color: #1e2556;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
}

.video-gal iframe {
    height: 300px;
}

.video-gal p {
    margin-bottom: 15px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 17px;
    color: #1e2556;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #fec846;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    padding-top: 40px;
}

#contact #google-map {
    height: 300px;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #fec846;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #fec846;
    color: #fff;
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #000;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

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

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #fec846;
}
#contact button{margin-bottom: 30px;}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: url(../img/footerbg.jpg) #1f2555 no-repeat;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-top: 40px;
    background-position: top center;
    background-size: cover;
    padding-bottom: 0;
}

#footer p {
    font-weight: 300;
    font-size: 16px;
}

#footer p a {
    color: #fff;
}
#footer p a:hover{
    color: #fec847;
}

.bookimg {
    margin-top: -90px;
    width: 100%;
}

#footer h4 {
    font-size: 18px;
    color: #fec847;
    margin-bottom: 30px;
    position: relative;
}

#footer h4::after {
    position: absolute;
    width: 120px;
    content: "";
    right: 0;
    height: 1px;
    background-color: rgba(86, 94, 150, 0.58);
    top: 9px;
}

.nav.socialnas .nav-link {
    font-size: 22px;
    margin-right: 15px;
}

#footer h3 {
    padding-top: 80px;
    color: #fec846;
    font-size: 24px;
    margin-bottom: 20px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

#footer a.nav-link {
    display: block;
    padding: .5rem 0;
    color: #fff;
    font-weight: 500;
}

#footer a:hover {
    color: #daaa3a;
}

#footer a.nav-link:hover {
    color: #fec846
}

.footer-center {
    margin-bottom: 50px;
}

.footer-bottom {
    background-color: #161c43;
    padding: 20px 0;
}

.mainslide {
    position: relative;
}

.about-home::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background-color: #fff;
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    top: -86px;
}

.about-home img {
    margin-top: -160px;
}

.about-home .container {
    position: relative;
    z-index: 10;
}

.quick-connect {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.quick-connect a.qc-one {
    background: #e5f1fc;
    border-right: 1px solid #ccc;
}

.quick-connect a {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 7px 0 5px;
    color: #1f2555;
    box-sizing: border-box;
}

.quick-connect a i {
    box-sizing: border-box;
    padding-top: 3.5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.quick-connect a.qc-two {
    background: #e5f1fc;
}

.collectionslidemain .container-fluid {
    padding: 0
}

.page-link {
    color: #1e2556;
}

.page-item.active .page-link {
    background-color: #1e2556;
    border-color: #1e2556;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

.product-category .card.cat-item{
border: 0;
padding: 10px;
margin-bottom: 25px;
}
.bannersub{position: relative;}
.bannertext{    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    top: 44%;
}
.bredcrubs{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #1e25566b;
    padding: 10px 0;
    color: #fff;
}
.subcontents{
padding: 50px 0 10px;
}

.bredcrubs a{
color: #fff;
padding: 0 5px;
}
.bredcrubs a.active{
color: #fec846;
}
.bannertext hr{
width: 80px;
height: 1px;
background: #fec846;
}
.product-category .card.cat-item h4{
    font-size: 16px;
    color: #1e2556;
    font-weight: 500;
    margin: 15px 0 5px;
}
.product-category .card.cat-item:hover h4{
    color: #fff;
}
.product-category .card.cat-item:hover{
    background-color: #1e2556;transition: all .2s ease-in-out;
    
}
.product-category .card.cat-item .cat-hover{display:none;    
    transition: all .3s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    color: #1e2556;
    font-weight: 500;
  text-align:center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
.product-category .card.cat-item .cat-hover img.viewarrow{opacity: 1 !important;margin-bottom: 10px;}
.product-category .card.cat-item img{}
.product-category .card.cat-item:hover .img-box{
    background: #fec846;
    border-radius: 4px;
}
.product-category .card.cat-item:hover img{opacity: .3;}

.product-category .card.cat-item:hover .cat-hover{display:block}

.vbox-content {
    margin: 0 !important;
}
.vbox-container{
display: flex;
align-items: center;
}



/* responsive */


/* media */

@media (max-width:1366px) {
    .collectionslidemain {
        max-height: 450px;
    }
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

@media (max-width:992px) {
    .collectionslidemain {
        max-height: initial;
    }
    .nav-menu ul li a:hover, .menu-has-children li.menu-active a {
        background: rgba(253, 199, 69, 0.2);
        color: #fff;
    }
    .nav-menu a {
        padding: 15px 10px;
    }
    .bannertxt {
        font-size: 35px;
    }
    .loop {
        margin-top: 25px;
    }
    .collectionbig-item h3 {
        font-size: 20px;
    }
    .collectionbig-item .collectionbig-icon {
        width: 42px;
    }
    .collectionboxes {
        margin-top: 20px;
    }
    .bluebox {
        padding: 25px 0;
    }
    .points {
        margin: 40px 0 20px 0;
    }
    .points-single {
        margin-bottom: 15px;
    }
    #footer {
        background: #1e2556;
    }
    .bookimg {
        margin-top: 20px;
        width: 100%;
        max-width: 150px;
    }
    #footer h4 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .prod-single img{margin-bottom: 15px}

    .prod-single p {
        padding: 0;
        margin: 0 0 10px 0;
    }
    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        display: none;
    }
    .collectionbig-item {
        margin: 10px 0;
    }
    .about-home::after {
        display: none;
    }
    .about-home img {
        margin-top: 0;
    }
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .bannertext {
        font-size: 28px;}
        .subhead {
            font-size: 26px;
        }
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

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

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

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

@media (max-width: 480px) {
    .footer-top .col-12{position: static;}
    #mobile-nav .nav.socialnas .nav-link {
        margin-right: 0;
    }
.footer-top .bookimg{
    position: absolute;
    top: -130px;
    margin: 0;
}

    #facts .counters span {
        font-size: 30px;}
    .aboutp{      padding:15px 15px;}
    .bannertext hr {
        margin: 4px auto;
    }
    #portfolio {
        padding: 30px 0;
    }
    .prod-single .prodtxt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .bredcrubs {
        position: initial;
        padding: 7px 0;
    }
    .bannertext {
        font-size: 20px;
    }
    #header {
        padding: 15px 0;
        height: 52px;
    }
    .nav-menu .btn-primary {
        margin-left: 10px
    }
    .quick-connect {
        display: block;
    }
    #footer {
        margin-bottom: 37px;
        margin-top: 120px;
    }
    .bannertxt {
        font-size: 20px;
        top: 70%;
    }
    .about-home .about-container .title {
        font-size: 25px;
    }
    .collectionslidemain .col-lg-4 {
        padding-left: 35px;
    }
    .collectionslidemain h2 {
        font-size: 38px;
    }
    .collectionslidemain h4 {
        margin-bottom: 15px;
    }
    .collection-text {
        width: 100%;
    }
    #footer h3 {
        padding-top: 0;
    }
    #footer h4 {
        margin-bottom: 10px;
    }
    .footer-bottom p {
        text-align: center;
    }
    .carousel-indicators {
        display: none;
    }
    .back-to-top {
        z-index: 10;
        bottom: 50px !important;
    }
}